aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2006-02-19new resize modefluxgen1-0/+6
2006-02-19placement strategyfluxgen1-0/+9
2006-02-18focus handlingfluxgen1-1/+5
2006-02-16updated copyright infomathias1-0/+2
2006-02-14fix nls compilation (committed on akira's behalf)simonb1-0/+3
2006-02-12updatefluxgen1-0/+6
2006-02-01updatefluxgen1-0/+6
2006-01-29updatefluxgen1-1/+3
2006-01-23little fix for fbsetbg (patch from mark tiefenbruck)mathias1-0/+2
2006-01-16applied patch from php-coder to fix some warnings, mostly signed vs unsignedmathias1-0/+3
issues
2006-01-07* minor addons to fbgm, close Gentoo #74523 and #110677 (Mathias)mathias1-4/+6
2006-01-03updatefluxgen1-0/+5
2005-12-28Fix url in fbsetbg.1.grubert1-0/+2
2005-12-22updatefluxgen1-0/+2
2005-12-03not mitzfluxgen1-1/+1
2005-12-03updatefluxgen1-0/+4
2005-11-22new background style item, making rootCommand in styles obsoletefluxgen1-0/+23
2005-11-16changelog had wrong name, default was from old patchsimonb1-2/+2
2005-11-16introduced session.styleOverlay (~/.fluxbox/overlay), all style settingsmathias1-0/+6
made in that file will override/overlay the ones made in the used style. TODO: write more specific docu about it
2005-11-13updatefluxgen1-0/+4
2005-10-23Fixed #1335255 (Gentoo #110197), fbgm had some globbing related probsmathias1-0/+3
Patch from thanx t35t0r
2005-10-21Fixed #1223878, Style reloading on USR2 (patch from Zan)mathias1-66/+69
cosmetic stuff in StringUtil.cc/hh
2005-10-20updatefluxgen1-0/+4
2005-10-19Fixed reordering of tabs, patch from Rob Stevensmathias1-0/+3
2005-10-12small changes from fbsdmathias1-0/+3
2005-10-04avoid drawing the resize outline when not really resizing, caused flickering.mathias1-0/+3
2005-10-02forgotten entry to ChangeLogmathias1-0/+2
2005-09-25updatefluxgen1-0/+4
2005-09-16reverted last change .. the problem of the user must be handled ↵mathias1-5/+0
differently... never commit after 3 hours of sleep again.
2005-09-16LeftMouseButton should always setInputFocus() to avoid focus problemsmathias1-0/+5
when changing the active window via NextWindow/PrevWindow and then not beeing able to set the focus of the window underneath the mouse with a simple click again (in MouseFocus - mode). Suggestion via mail to devel-ml from Eike von Seggern
2005-09-16use fbsetroot in default stylesmathias1-0/+4
2005-09-12fixes #1281708, MenuIcon doesnt scale properly, patch from sf.netmathias1-0/+3
2005-09-07updatefluxgen1-0/+2
2005-09-07Add titlebar scrolling options (thanks Krzysiek Pawlik ↵simonb1-0/+8
<krzysiek.pawlik__AT__people.pl>) New init options added: session.screenN.windowScrollAction: Shade|NextTab - set the action that happens when scrolling on the titlebar session.screenN.windowScrollReverse: true|false - reverse the action direction
2005-09-04added feature request #1084510:mathias1-0/+5
when mod1 + leftmouse are clicked on a window and the mouse is not moved, the window is raised at leftmouserelease. i dont think we need an extra option for that since its very unobtrusive but neat to have.
2005-09-03texture limits were hardcoded to 3200 in TextureRender.cc .. this leadmathias1-0/+4
to useless warnings on huge xinerama setups with those nifty 20' or bigger lcds ... we use now screen dimensions to set a sane limit for textures
2005-08-31updatefluxgen1-0/+3
2005-08-29added el_GR (greek) Translation, thanx to Theofilos Intzogloumathias1-0/+3
2005-08-23--disable-regexp switches from <regexp.h> to <string> inmathias1-1/+4
Regexp.cc .. but it still needs to be compiled. hence the little fix in src/Makefile.am
2005-08-17added 'education' submenu to fbgm, patch from lammathias1-0/+3
2005-08-15updatefluxgen1-0/+3
2005-07-25Fix for #1240248, Segfaults for :MoveTabLeft/Rightmathias1-0/+3
wrong code in Container.cc
2005-07-20Changed some *Focus options, just to make some things a bit more clear.mathias1-0/+15
the "Sloppy" was always a bit .. unprecise. removed SloppyFocus, SemiSloppyFocus and ClickToFocus options added MouseFocus, ClickFocus, MouseTabFocus, ClickTabFocus - MouseFocus - change the focus to the window under the mouse (almost similar to the 'old' SloppyFocus) - ClickFocus - change the focus to the window the user clicks - MouseTabFocus - change active tabclient to the one under the mouse in titlebar, does NOT change the focus - ClickTabFocus - change active tabclient when clicked onto a tabbutton to achieve former SemiSloppyFocus behavior one needs MouseFocus and ClickTabFocus
2005-07-13When the screen is filled with windows it can be pretty hard to find a "valid"mathias1-0/+4
area to drop a tab button to detach the client from the group. solution is to detach the client if the tab button is dropped onto the client area of the same group.
2005-07-12Renaming of 'bsetroot' to 'fbsetroot' (Mathias)mathias1-1/+9
blackbox's 'bsetroot' and fluxbox's 'bsetroot' have different syntax nowadays and collide when you install fluxbox and blackbox. hence the renaming.
2005-07-07updatefluxgen1-0/+3
2005-07-05respect border size in the MoveTo action, especially at the right and lowermathias1-0/+2
border of the screen.
2005-07-05added kcommander, Valknut, dcgui-qt, quickdc, asami, amsn to fbgmmathias1-0/+3
2005-06-30Fix #1223780, fbgm updatedmathias1-0/+4
- added gnome-alsamixer - use "kfmclient openProfile filemanagement" for konqueror as filebrowser
2005-06-30if we check the time only ever second we can get into trouble, eg:mathias1-0/+3
assume its 12:34:56.99, displaying 12:34:56 takes some time and so its already 12:34:57 when we display 12:34:56. to fix that i set the time to check the clock to 0.01 seconds. that shouldnt hurt much since we only redraw the clock when the string has changed. a more complex approach would be to analyze the strftime-string and set the timeout accordingly. but i dont know if its really worth the effort and beeing a bit off schedule can happen too, just not as often as if you are in seconds mode.