summaryrefslogtreecommitdiff
path: root/src/netwm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant codeAvinash Sonawane2021-12-091-3/+0
* cleanup: Don't use parenthesis when returning constantsOlivier Fourdan2021-02-021-3/+3
* netwm: Do not use _NET_WM_PING in multi-screenOlivier Fourdan2021-02-021-1/+9
* netwm: Un-tile before fullscreenOlivier Fourdan2021-01-051-0/+1
* netwm: Allow above/below only for regular windowsOlivier Fourdan2020-12-171-2/+5
* netwm: Mark splashscreen as transient for groupsOlivier Fourdan2020-12-171-0/+8
* netwm: Do not raise window if activate is set to noneOlivier Fourdan2020-12-051-1/+3
* Yet more XError trapsOlivier Fourdan2020-10-271-0/+4
* cleanup: prefer zero initialized memory allocationOlivier Fourdan2020-08-081-1/+1
* client: Use GdkRectangle for saved size/positionOlivier Fourdan2020-07-151-6/+6
* netwm: Do not skip standalone dialogsOlivier Fourdan2019-05-151-1/+4
* netwm: Fix window type for broken clientsOlivier Fourdan2019-05-151-1/+1
* Protect against XErrorsOlivier Fourdan2019-05-111-3/+11
* netwm: Allow hiding windows using NET_WM_STATE_HIDDENpnd23@telenet.be2019-05-031-0/+27
* clients: Allow transients to be minimizedOlivier Fourdan2019-04-191-1/+1
* screen: Remove logical sizeOlivier Fourdan2019-04-161-10/+10
* netwm: Fix adding maximized stateOlivier Fourdan2018-07-241-2/+2
* trace: rework tracesOlivier Fourdan2018-03-311-65/+60
* Replace XEvent with XfwmEvent + add xfwm_device_* grabs usageViktor Odintsev2017-11-271-19/+24
* Fix some build warningsViktor Odintsev2017-11-221-1/+1
* Remove usage of deprecated macroses and private fieldsViktor Odintsev2017-07-021-2/+1
* netwm: avoid spurious warning on restartOlivier Fourdan2017-03-211-0/+4
* netwm: Make docks and spash screens appear focusedOlivier Fourdan2017-03-061-1/+1
* netwm: reset decoration on netwm type changeOlivier Fourdan2015-11-261-0/+2
* Stack notifications on top of fullscreen windowsLars Luthman2015-08-251-1/+14
* Fix compiler warningOlivier Fourdan2015-06-151-2/+1
* Only check for known buttons in _NET_WM_MOVERESIZEOlivier Fourdan2015-05-181-19/+3
* Fix compiler warningsYouri Mouton2015-03-271-7/+7
* Fix window positioning and gravityOlivier Fourdan2015-03-101-1/+1
* Compute struts based on reported screen sizeOlivier Fourdan2015-02-271-10/+10
* Restore window size for corner tilingPeter de Ridder2015-01-201-4/+4
* Add support for GTK hide titlebar on maximizeOlivier Fourdan2015-01-071-39/+1
* Add support for GTK frame extentsOlivier Fourdan2014-12-091-0/+38
* Add support for NET_WM_STATE_FOCUSEDJohn Lindgren2014-12-051-0/+5
* Implement NET_WM_MOVERESIZE_CANCEL message (bug #8949)Olivier Fourdan2012-07-191-1/+6
* Workaround Adobe AIR setting workspace to 0xFF instead of 0xFFFFFFFF for all ...Olivier Fourdan2012-01-081-0/+37
* Get rid or of old GNOME 1.x protocolOlivier Fourdan2011-10-111-30/+7
* Revert "Fix panel plugins such as verve not receiving focus in focus follow m...Olivier Fourdan2011-09-121-2/+2
* Fix panel plugins such as verve not receiving focus in focus follow mouse mod...Olivier Fourdan2011-09-091-2/+2
* Drop unused variables.Nick Schermer2011-04-221-2/+0
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
* Fix bug #6649, panel won't focus the verve plugin in focus follow mode (this ...Olivier Fourdan2010-12-031-1/+5
* Treat utility and dialog windows with an invalid window for transient as tran...Olivier Fourdan2010-02-241-2/+6
* Do not set the "demand attention" flag when the window is alredy focused, ref...Olivier Fourdan2009-10-011-0/+43
* Simplify the tabwin/cycle code,Olivier Fourdan2009-09-101-3/+3
* Add new keyboard shortcut to switch between windows of the same application, ...Olivier Fourdan2009-09-091-3/+0
* * src/netwm.c: Keep window layer when status is above, below or Olivier Fourdan2009-03-281-5/+8
* * src/netwm.c: Do not try to update last user timestamp if the givenOlivier Fourdan2009-03-191-1/+4
* * src/focus.c, serc/netwm.c: Check for nil timestamp regardless of Olivier Fourdan2009-03-131-2/+5