Age | Commit message (Expand) | Author | Files | Lines |
2007-08-05 | revert accidental change, sorry mark | simonb | 1 | -1/+1 |
2007-08-04 | Fix system tray restart issues | simonb | 1 | -1/+1 |
2007-07-31 | add some decorations to torn menus, and fix restart without an argument | markt | 1 | -2/+5 |
2007-07-08 | remove _NET_WM_DESKTOP, _NET_WM_STATE, and Gnome hints on client close | markt | 1 | -0/+9 |
2007-07-01 | more fixes for _NET_WM_STATE_MODAL and _NET_WM_STATE_DEMANDS_ATTENTION | markt | 1 | -4/+8 |
2007-06-30 | fixed implementation of _NET_WM_STATE_MODAL | markt | 1 | -5/+12 |
2007-06-30 | little hack for fixing _NET_WM_STATE_DEMANDS_ATTENTION with tabs | markt | 1 | -7/+14 |
2007-06-29 | updates for compiling with gcc 4.3 | markt | 1 | -0/+5 |
2007-06-03 | fixes bug with rox panel flickering with mousefocus | markt | 1 | -3/+2 |
2007-02-27 | lots of unrelated fixes | markt | 1 | -9/+1 |
2007-02-23 | and check for maximized state in Ewmh::updateState() while we're at it | markt | 1 | -0/+4 |
2007-02-19 | fixed some strange behavior with tabbing a transient to its main window | markt | 1 | -0/+2 |
2007-01-04 | little cleanup | markt | 1 | -75/+2 |
2006-12-31 | check return code when setting utf8 workspace names | markt | 1 | -4/+7 |
2006-12-31 | Fix _NET_FRAME_EXTENTS on 64-bit systems | simonb | 1 | -4/+4 |
2006-12-22 | more dead functions | markt | 1 | -3/+0 |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -48/+51 |
2006-08-10 | implement _NET_WM_WINDOW_TYPE_MENU AND _NET_WM_WINDOW_TYPE_TOOLBAR | markt | 1 | -3/+16 |
2006-08-09 | it never existed (what never existed?) | markt | 1 | -2/+2 |
2006-08-08 | fix some compiler warnings in gcc 4.1 | markt | 1 | -2/+2 |
2006-08-03 | check if window is stuck when using followmodel | markt | 1 | -1/+2 |
2006-08-02 | rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModel | markt | 1 | -4/+12 |
2006-07-29 | (no commit message) | markt | 1 | -55/+8 |
2006-07-22 | ewmh compliance updates | markt | 1 | -1/+37 |
2006-07-20 | fix _NET_WM_MOVERESIZE to interpret x_root and y_root correctly | markt | 1 | -3/+7 |
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 |
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 |
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_*. Added... | fluxgen | 1 | -28/+121 |
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 |
2005-05-14 | Vadim pointed out that _NET_CLIENT_LIST and _NET_CLIENT_LIST_STACKING are not... | mathias | 1 | -2/+8 |
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 Stev... | mathias | 1 | -3/+4 |
2005-01-31 | closes #1107213, 64bit issues with XChangeProperty | mathias | 1 | -6/+6 |