summaryrefslogtreecommitdiff
path: root/src/hints.c
Commit message (Expand)AuthorAgeFilesLines
* hints: Guard against XErrors with systrayOlivier Fourdan2021-01-051-0/+3
* hints: Protect against XError from XGetTransientFor()Olivier Fourdan2020-12-181-1/+7
* compositor: Add support for opaque regionsOlivier Fourdan2020-10-311-0/+43
* clients: Fix a crash on FreeBSDOlivier Fourdan2020-07-271-4/+4
* display: Add support for XRes X11 extensionOlivier Fourdan2020-05-231-1/+53
* hints: Remove unused variablesOlivier Fourdan2019-05-151-3/+0
* hints: Some more XError trapsOlivier Fourdan2019-05-121-63/+35
* hints: Fix WM protocols detectionOlivier Fourdan2019-05-111-1/+3
* Protect against XErrorsOlivier Fourdan2019-05-111-127/+233
* compositor: Add support for NET_WM_BYPASS_COMPOSITOROlivier Fourdan2018-07-241-0/+20
* trace: rework tracesOlivier Fourdan2018-03-311-50/+52
* Replace XEvent with XfwmEvent + add xfwm_device_* grabs usageViktor Odintsev2017-11-271-1/+4
* Fix remaining deprecationsViktor Odintsev2017-07-041-2/+3
* Add support for gtk window menuOlivier Fourdan2015-02-241-0/+4
* Code cleanupOlivier Fourdan2015-01-241-1/+2
* Fix bit mask on 32-bit systemOlivier Fourdan2015-01-101-2/+2
* Update desktop geometry on xrandr eventsHans Nieser2015-01-081-2/+2
* Add support for GTK hide titlebar on maximizeOlivier Fourdan2015-01-071-1/+1
* Use 32 unsigned integer for opacityOlivier Fourdan2015-01-061-4/+4
* Limit size of 32 bits data to 32 bitsOlivier Fourdan2015-01-051-2/+6
* Add support for NET_WM_STATE_FOCUSEDJohn Lindgren2014-12-051-0/+1
* Upon restart, restore the previous selected workspace.Olivier Fourdan2011-10-211-6/+25
* Get rid or of old GNOME 1.x protocolOlivier Fourdan2011-10-111-46/+0
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
* Simplify the tabwin/cycle code,Olivier Fourdan2009-09-101-12/+11
* * src/display.c, src/display.h, src/events.c, src/client.cOlivier Fourdan2009-01-241-0/+15
* * src/*.c, src/*.h: Update year.Olivier Fourdan2009-01-181-1/+1
* * src/client.c, src/client.h, src/display.c, src/display.h, Olivier Fourdan2008-10-221-8/+38
* Add support for NET_MOVERESIZE_WINDOWOlivier Fourdan2008-10-191-0/+1
* Add routine to get the name of a given atom, add client windows to save set t...Olivier Fourdan2008-10-181-10/+0
* Kill client who do not reply a ping message - TODO: Implement a helper applic...Olivier Fourdan2008-09-251-32/+8
* Implement NET_WM_PING protocolOlivier Fourdan2008-09-241-0/+6
* Add support for NET_WM_PID to be able to kill apps (when not responding to NE...Olivier Fourdan2008-09-221-30/+1
* Add the new supported atoms to the listOlivier Fourdan2008-09-161-2/+23
* Fix segfault introduced with latest commitOlivier Fourdan2008-07-211-4/+8
* Add support for EWMH 1.4 NET_WM_USER_TIME_WINDOW property, Olivier Fourdan2008-07-201-22/+53
* Update FSF addressOlivier Fourdan2008-05-311-1/+3
* Split code to prepare further changesOlivier Fourdan2008-05-311-42/+1
* Remove trailing \0 in UTF-8 strings, that cause libwnck to rightfully complai...Olivier Fourdan2007-12-031-1/+1
* Some broken apps include control characters in their window title nameOlivier Fourdan2007-09-221-0/+2
* CleanupOlivier Fourdan2007-06-231-1/+0
* Fix xfwm4 hanging with gtk+-2.11.x (Bug #3346) - Patch based on a similar fix...Olivier Fourdan2007-06-211-24/+10
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
* CleanupOlivier Fourdan2007-05-091-2/+2
* Fix user focus timetamp being falsely reset to 0 causing some windows to be s...Olivier Fourdan2006-12-141-2/+4
* Fix build with -Werror, remove some useless #includes and add some others (ac...Olivier Fourdan2006-12-131-1/+3
* Use timestamp provided by NET_ACTIVE_WINDOW and NET_CURRENT_DESKTOP messages ...Olivier Fourdan2006-12-131-2/+5
* Fix segafault bug introduced yesterday when fixing KD systray.Olivier Fourdan2006-11-071-2/+3
* Fix compilation with --enable-kde-systray (bug #2511).Olivier Fourdan2006-11-061-17/+25