Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-09 | fix implementation of _NET_MOVERESIZE_WINDOW | markt | 1 | -7/+10 | |
2006-07-03 | fix gravity | simonb | 1 | -1/+1 | |
2006-06-26 | fix _NET_FRAME_EXTENTS | simonb | 1 | -4/+9 | |
2006-06-24 | Make Urgency Hint flash the correct WinClient's tab. | markt | 1 | -2/+2 | |
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 1 | -1/+1 | |
console, plus handle catalogs better. | |||||
2006-06-19 | better fix for iconbar bug | fluxgen | 1 | -0/+7 | |
2006-06-18 | added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTS | fluxgen | 1 | -3/+42 | |
2006-06-11 | support for _NET_WM_MOVERESIZE | fluxgen | 1 | -11/+9 | |
2006-06-11 | added support for urgency hint, thanks Mark Tiefenbruck | fluxgen | 1 | -4/+6 | |
2006-05-13 | added support for _NET_WM_STATE_DEMANDS_ATTENTION | fluxgen | 1 | -2/+13 | |
2006-05-13 | added net_wm_name and net_wm_icon_name to supported atoms | fluxgen | 1 | -3/+63 | |
2006-05-07 | more utf8 changes, notably window titles | simonb | 1 | -2/+35 | |
2006-04-24 | Use -Wall when --enable-debug and some warning fixes | simonb | 1 | -4/+4 | |
+ thanks Jonas Koelker | |||||
2006-04-23 | _NET_RESTACK_WINDOW | fluxgen | 1 | -2/+6 | |
2006-04-23 | added support for _NET_WM_RESTACK_WINDOW. | fluxgen | 1 | -1/+27 | |
2006-04-23 | added support for _NET_WM_ALLOWED_ACTIONS and all the _NET_WM_ACTION_*. ↵ | fluxgen | 1 | -28/+121 | |
Added _NET_WM_STATE_MODAL and _NET_WM_WINDOW_TYPE_SPLASH | |||||
2006-03-09 | applied patch from mark to fix a _net_wm_state_hidden issue | mathias | 1 | -0/+10 | |
2006-02-20 | moved class Layer from class Fluxbox and thus reduces some dependecies | fluxgen | 1 | -16/+16 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-07-04 | cleaning, change getCount to numberOfWorkspaces | fluxgen | 1 | -14/+14 | |
2005-06-02 | * _NET_WM_STATE_HIDDEN is now used correctly -> if the window goes iconic, this | mathias | 1 | -12/+32 | |
state is set... what about moving it outside of the visible area? we need to think about this. * mixing _NET_WM_STATE_HIDDEN and _NET_WM_STATE_SKIP_TASKBAR is solved, we dont do this anymore * we dont use _NET_WM_STATE_SKIP_PAGER .. so we shouldnt delete it, thats handled now correctly -> look at the *State() - functions | |||||
2005-05-14 | Vadim pointed out that _NET_CLIENT_LIST and _NET_CLIENT_LIST_STACKING are ↵ | mathias | 1 | -2/+8 | |
not updated when sending _BLACKBOX_NOTIFY_WINDOW_DEL _NET_WM_DESKTOP and _WIN_WORKSPACE had wrong initial values (-1), which lead to probems with (eg) fbpager (unaware of newly created windows and such things) | |||||
2005-05-06 | fix wm_name for fluxbox | simonb | 1 | -1/+2 | |
2005-03-16 | fix for gravity field on _NET_MOVERESIZE_WINDOW messages, patch from Rob ↵ | mathias | 1 | -3/+4 | |
Stevens <stever3 at nycap dot rr dot com> | |||||
2005-01-31 | closes #1107213, 64bit issues with XChangeProperty | mathias | 1 | -6/+6 | |
submitted by Matthieu Herrb <matthieu.herrb@laas.fr> | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-05 | fix up window initialisation ordering | simonb | 1 | -1/+1 | |
2005-01-04 | fix some initialisation, especially relating to placement and | simonb | 1 | -4/+1 | |
decoration/handler hints | |||||
2004-12-21 | fix a problem with enabling/disabling fullscreen-mode in gtk2-apps | mathias | 1 | -22/+85 | |
* synchronize _NET_WM_STATE in Ewmh.cc * added FluxboxWindow::setFullscreen(bool) to Window.cc furthermore, if a window is in fullscreenmode any existing shape is disabled (looks pretty annoying in mplayer for example) | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-21 | fix missing 'new(nothrow)' on mipspro | akir | 1 | -2/+12 | |
2004-10-16 | respect the users wish (followModel) to what happens if a window gets focus ↵ | akir | 1 | -4/+17 | |
which is not on the current workspace | |||||
2004-09-11 | head specific strut, patch from Mathieu De Zutter | fluxgen | 1 | -4/+6 | |
2004-09-10 | cosmetic, tab vs spaces | akir | 1 | -112/+112 | |
2004-08-26 | fixed 2 possible memleaks | akir | 1 | -1/+4 | |
2004-07-21 | minor fixes | fluxgen | 1 | -6/+17 | |
2004-06-20 | support _NET_WM_WINDOW_TYPE_DESKTOP (e.g. nautilus desktop windows) | rathnor | 1 | -1/+19 | |
Allow FluxboxWindows to be untabable. | |||||
2004-06-07 | update NLS string handling... | rathnor | 1 | -4/+5 | |
2004-03-07 | fix _NET_WM_DESKTOP client message handling | rathnor | 1 | -8/+23 | |
2004-02-20 | fixed focus issues with remember hidden, patch from Mathias Gumz | fluxgen | 1 | -4/+7 | |
2004-02-14 | fixed pointer check | fluxgen | 1 | -4/+6 | |
2004-01-21 | we dont move to dock layer for dock windows, need to check this later. | fluxgen | 1 | -3/+1 | |
2004-01-21 | minor fixes | fluxgen | 1 | -35/+61 | |
2004-01-21 | support for _NET_WM_WINDOW_TYPE and _NET_WM_WINDOW_TYPE_DOCK | fluxgen | 1 | -4/+50 | |
2004-01-19 | support for _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW | fluxgen | 1 | -2/+31 | |
2004-01-19 | support for _NET_WM_CLIENT_LIST_STACKING, _NET_WM_DESKTOP_VIEWPORT, ↵ | fluxgen | 1 | -12/+198 | |
_NET_WM_DESKTOP_GEOMETRY, _NET_WORKAREA, _NET_ACTIVE_WINDOW | |||||
2004-01-18 | support for _NET_WM_STATE_HIDDEN and _NET_WM_STATE_SKIP_TASKBAR | fluxgen | 1 | -21/+30 | |
2003-12-19 | minor fix | fluxgen | 1 | -1/+2 | |
2003-12-18 | code cleaning | fluxgen | 1 | -2/+2 | |
2003-12-12 | fixed bug in adding new workspaces | fluxgen | 1 | -5/+7 | |