Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-19 | placement strategy | fluxgen | 1 | -0/+9 | |
2006-02-18 | focus handling | fluxgen | 1 | -1/+5 | |
2006-02-16 | updated copyright info | mathias | 1 | -0/+2 | |
2006-02-14 | fix nls compilation (committed on akira's behalf) | simonb | 1 | -0/+3 | |
2006-02-12 | update | fluxgen | 1 | -0/+6 | |
2006-02-01 | update | fluxgen | 1 | -0/+6 | |
2006-01-29 | update | fluxgen | 1 | -1/+3 | |
2006-01-23 | little fix for fbsetbg (patch from mark tiefenbruck) | mathias | 1 | -0/+2 | |
2006-01-16 | applied patch from php-coder to fix some warnings, mostly signed vs unsigned | mathias | 1 | -0/+3 | |
issues | |||||
2006-01-07 | * minor addons to fbgm, close Gentoo #74523 and #110677 (Mathias) | mathias | 1 | -4/+6 | |
2006-01-03 | update | fluxgen | 1 | -0/+5 | |
2005-12-28 | Fix url in fbsetbg.1. | grubert | 1 | -0/+2 | |
2005-12-22 | update | fluxgen | 1 | -0/+2 | |
2005-12-03 | not mitz | fluxgen | 1 | -1/+1 | |
2005-12-03 | update | fluxgen | 1 | -0/+4 | |
2005-11-22 | new background style item, making rootCommand in styles obsolete | fluxgen | 1 | -0/+23 | |
2005-11-16 | changelog had wrong name, default was from old patch | simonb | 1 | -2/+2 | |
2005-11-16 | introduced session.styleOverlay (~/.fluxbox/overlay), all style settings | mathias | 1 | -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-13 | update | fluxgen | 1 | -0/+4 | |
2005-10-23 | Fixed #1335255 (Gentoo #110197), fbgm had some globbing related probs | mathias | 1 | -0/+3 | |
Patch from thanx t35t0r | |||||
2005-10-21 | Fixed #1223878, Style reloading on USR2 (patch from Zan) | mathias | 1 | -66/+69 | |
cosmetic stuff in StringUtil.cc/hh | |||||
2005-10-20 | update | fluxgen | 1 | -0/+4 | |
2005-10-19 | Fixed reordering of tabs, patch from Rob Stevens | mathias | 1 | -0/+3 | |
2005-10-12 | small changes from fbsd | mathias | 1 | -0/+3 | |
2005-10-04 | avoid drawing the resize outline when not really resizing, caused flickering. | mathias | 1 | -0/+3 | |
2005-10-02 | forgotten entry to ChangeLog | mathias | 1 | -0/+2 | |
2005-09-25 | update | fluxgen | 1 | -0/+4 | |
2005-09-16 | reverted last change .. the problem of the user must be handled ↵ | mathias | 1 | -5/+0 | |
differently... never commit after 3 hours of sleep again. | |||||
2005-09-16 | LeftMouseButton should always setInputFocus() to avoid focus problems | mathias | 1 | -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-16 | use fbsetroot in default styles | mathias | 1 | -0/+4 | |
2005-09-12 | fixes #1281708, MenuIcon doesnt scale properly, patch from sf.net | mathias | 1 | -0/+3 | |
2005-09-07 | update | fluxgen | 1 | -0/+2 | |
2005-09-07 | Add titlebar scrolling options (thanks Krzysiek Pawlik ↵ | simonb | 1 | -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-04 | added feature request #1084510: | mathias | 1 | -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-03 | texture limits were hardcoded to 3200 in TextureRender.cc .. this lead | mathias | 1 | -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-31 | update | fluxgen | 1 | -0/+3 | |
2005-08-29 | added el_GR (greek) Translation, thanx to Theofilos Intzoglou | mathias | 1 | -0/+3 | |
2005-08-23 | --disable-regexp switches from <regexp.h> to <string> in | mathias | 1 | -1/+4 | |
Regexp.cc .. but it still needs to be compiled. hence the little fix in src/Makefile.am | |||||
2005-08-17 | added 'education' submenu to fbgm, patch from lam | mathias | 1 | -0/+3 | |
2005-08-15 | update | fluxgen | 1 | -0/+3 | |
2005-07-25 | Fix for #1240248, Segfaults for :MoveTabLeft/Right | mathias | 1 | -0/+3 | |
wrong code in Container.cc | |||||
2005-07-20 | Changed some *Focus options, just to make some things a bit more clear. | mathias | 1 | -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-13 | When the screen is filled with windows it can be pretty hard to find a "valid" | mathias | 1 | -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-12 | Renaming of 'bsetroot' to 'fbsetroot' (Mathias) | mathias | 1 | -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-07 | update | fluxgen | 1 | -0/+3 | |
2005-07-05 | respect border size in the MoveTo action, especially at the right and lower | mathias | 1 | -0/+2 | |
border of the screen. | |||||
2005-07-05 | added kcommander, Valknut, dcgui-qt, quickdc, asami, amsn to fbgm | mathias | 1 | -0/+3 | |
2005-06-30 | Fix #1223780, fbgm updated | mathias | 1 | -0/+4 | |
- added gnome-alsamixer - use "kfmclient openProfile filemanagement" for konqueror as filebrowser | |||||
2005-06-30 | if we check the time only ever second we can get into trouble, eg: | mathias | 1 | -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. | |||||
2005-06-28 | - Fix for toggling the toolbar doesnt update strut (thanx C. Monti) | mathias | 1 | -0/+4 | |
- Little reordering of ToolbarMenu items, more important ones to the top and "edit current ws" out... maybe we should think of another way of providing menus for the tools .. submenus? |