aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-05-21fix negative arguments to :GoToWindowMark Tiefenbruck1-4/+8
2008-05-21if argument to :GoToWindow is too large, select the last windowMark Tiefenbruck1-5/+7
2008-05-16move some code aroundMark Tiefenbruck2-9/+7
2008-05-16minor changes for frame extent calculationsMark Tiefenbruck1-2/+2
2008-05-16fix updating struts when not using xineramaMark Tiefenbruck1-1/+1
2008-05-15need to reset keybindings when keymap changesMark Tiefenbruck2-7/+6
2008-05-15fix resizing from apps file with defaultDeco != NORMALMark Tiefenbruck1-2/+3
2008-05-14don't save rc in SetStyle command if loading the style failsMatteo Galiazzo2-4/+7
2008-05-13Merge branch 'master' of fluxbox@git.fluxbox.org:fluxboxHenrik Kinnunen16-343/+351
2008-05-13Fixed startup bug for window menu in iconbar.Henrik Kinnunen3-14/+21
2008-05-13change default edge snap threshold to 10 pixelsMark Tiefenbruck1-1/+1
2008-05-13implement smarter reloading for custom menusMark Tiefenbruck2-6/+14
2008-05-12only reload the keys file if the contents have changedMark Tiefenbruck4-42/+25
2008-05-12some minor changesMark Tiefenbruck2-3/+7
2008-05-12use AutoReloadHelper in apps file, check for changes automaticallyMark Tiefenbruck2-16/+18
2008-05-12refactor menu reloading, added FbTk::AutoReloadHelperMark Tiefenbruck11-188/+263
2008-05-11reuse some menu pointers instead of using delete/newMark Tiefenbruck6-59/+36
2008-05-11more useless codeMark Tiefenbruck3-12/+0
2008-05-11remove some more useless codeMark Tiefenbruck3-26/+8
2008-05-10remove some unnecessary codeMark Tiefenbruck1-11/+0
2008-05-09Fixed so tooltip window in the iconbar when the title changes.Henrik Kinnunen7-63/+114
2008-05-07adjust coordinates for window border in synthetic ConfigureNotify eventsMark Tiefenbruck1-2/+2
2008-05-05fix tooltip windows for xineramaMark Tiefenbruck1-9/+9
2008-05-05change default menu delaysMark Tiefenbruck1-2/+2
2008-05-05add tooltips for iconbar buttons when title is too long to fitMatteo Galiazzo12-10/+238
2008-05-02little hack to allow arbitrary commands in the toolbarMark Tiefenbruck1-2/+1
2008-05-02remove some unnecessary argumentsMark Tiefenbruck4-22/+13
2008-05-01save timestamp for non-existent menu file, in case user creates oneMark Tiefenbruck2-10/+8
2008-04-30add reconfigure to default menuMark Tiefenbruck1-0/+2
2008-04-30workaround for keys files broken by fluxconfMark Tiefenbruck1-0/+2
2008-04-30don't allow empty root menuMark Tiefenbruck1-1/+1
2008-04-29don't add program icons to tabs for previous users, for backwards compatibili...Mark Tiefenbruck1-1/+1
2008-04-27Added SimpleObserver class.Henrik Kinnunen8-58/+139
2008-04-26some updates for the startup file in modern timesMark Tiefenbruck2-2/+12
2008-04-25we don't need to tell this to everyoneMark Tiefenbruck1-0/+2
2008-04-25add fbrun to default apps fileMark Tiefenbruck2-2/+12
2008-04-21some fixes for gcc 3.4Thomas Orgis57-60/+62
2008-04-15system tray border patch from matteoMatteo Galiazzo2-5/+11
2008-03-29fixed a small issue with autohidden toolbarMathias Gumz1-2/+8
2008-03-25Fix build with g++ 4.3Bernhard Walle4-0/+20
2008-03-19The unfocused/pressed pixmaps for the 'stick' button were ignored.Jim Ramsay1-1/+2
2008-03-05transform _NET_WM_ICON data to correct depthMathias Gumz1-11/+38
2008-02-24feed the right git revision used to build fluxbox into defaults.hhMathias Gumz1-1/+1
2008-02-24use _NET_WM_ICON property as resource for icons, fixed partly #1852693Mathias Gumz3-11/+180
2008-02-11more fun with the window menuMark Tiefenbruck8-43/+50
2008-02-10removed gotoHenrik Kinnunen2-13/+17
2008-02-09fix highlighted menu item on mouse outMark Tiefenbruck2-2/+14
2008-02-06Fix a freed memory access in ~BScreen.Tomas Janousek1-15/+26
2008-02-06Consistency: alpha submenu of WindowMenu should not have title.Tomas Janousek1-3/+6
2008-02-04Fix a freed memory access in Keys::doAction.Tomas Janousek2-2/+5