summaryrefslogtreecommitdiff
path: root/src/events.c
Commit message (Expand)AuthorAgeFilesLines
* build: Increase GTK+ requirement to 3.22Dridi Boukelmoune2020-12-161-14/+0
* Remove GSourceFunc castsOlaf Hering2020-12-011-4/+4
* settings: Add 'Always on top' to the double click actionPeter de Ridder2020-11-291-0/+3
* debug: Fix build in debug modeOlivier Fourdan2020-11-281-2/+0
* client: Make above/below consistentOlivier Fourdan2020-11-211-1/+3
* client: Toggle tiling on key shortcutOlivier Fourdan2020-11-141-24/+8
* client: Keep tiled size of windowsOlivier Fourdan2020-11-111-1/+8
* client: Rely in XRes reported PID is availableOlivier Fourdan2020-05-231-5/+9
* frame: Update frames when scale-factor is changedOlivier Fourdan2020-04-201-3/+13
* screen: Remove pre-computed font heightOlivier Fourdan2020-04-201-1/+1
* Revert "frame: Fix title align"Olivier Fourdan2020-04-201-0/+1
* frame: Fix title alignOlivier Fourdan2020-04-051-1/+0
* stacking : Fix raise delayOlivier Fourdan2019-09-211-5/+0
* Revert "events: ignore client configure requests when maxized"Olivier Fourdan2019-06-241-5/+1
* Protect against XErrorsOlivier Fourdan2019-05-111-0/+2
* device: Rename XfwmEventMeta's XEvent as 'xevent'Olivier Fourdan2019-05-081-24/+24
* events: Avoid XErrors with button release eventsOlivier Fourdan2019-05-081-0/+2
* events: Catch more XErrorsOlivier Fourdan2019-05-021-0/+2
* menu: Fix alignment when scaledJason Zaman2019-04-211-6/+20
* events: ignore client configure requests when maxizedOlivier Fourdan2019-01-101-1/+5
* compositor: Add support for NET_WM_BYPASS_COMPOSITOROlivier Fourdan2018-07-241-1/+0
* client: Check GTK_HIDE_TITLEBAR_WHEN_MAXIMIZEDOlivier Fourdan2018-07-241-4/+6
* client: Check when GTK_FRAME_EXTENTS has changedOlivier Fourdan2018-07-241-2/+4
* trace: rework tracesOlivier Fourdan2018-03-311-69/+56
* Build: Fix warnings with newer gtk+Olivier Fourdan2018-03-311-0/+12
* Replace XEvent with XfwmEvent + add xfwm_device_* grabs usageViktor Odintsev2017-11-271-216/+242
* events: replace client_event with event filterViktor Odintsev2017-07-041-31/+10
* Remove usage of deprecated macroses and private fieldsViktor Odintsev2017-07-021-11/+11
* Handle GDK display/screen/monitor deprecationsViktor Odintsev2017-07-021-2/+4
* worspaces: Cycle via easy-move key + mouse fwd/bwdMike Murdoch2016-06-151-0/+9
* netwm: reset decoration on netwm type changeOlivier Fourdan2015-11-261-3/+6
* Horizontal scrolling/window opacity optionalOlivier Fourdan2015-03-141-8/+13
* Fix window positioning and gravityOlivier Fourdan2015-03-101-1/+1
* Fix window menu positioning with CSDOlivier Fourdan2015-02-261-4/+7
* Add support for gtk window menuOlivier Fourdan2015-02-241-1/+13
* Move window but do not switch workspaceOlivier Fourdan2015-02-061-1/+1
* Rework myDisplayGetScreenFromWindow()Olivier Fourdan2015-01-301-15/+22
* Small optimization in unmap notify event handlerOlivier Fourdan2015-01-291-9/+7
* Code cleanupOlivier Fourdan2015-01-241-3/+1
* Fix build with compositor disabledOlivier Fourdan2015-01-241-4/+4
* Restore window size for corner tilingPeter de Ridder2015-01-201-8/+8
* Implement corner tiling.Alistair Buxton2015-01-201-0/+20
* Adjust coords after wrapping workspacesOlivier Fourdan2015-01-141-1/+1
* Limit parallel moves before wrappingOlivier Fourdan2015-01-131-102/+2
* Update desktop geometry on xrandr eventsHans Nieser2015-01-081-0/+4
* Add support for GTK hide titlebar on maximizeOlivier Fourdan2015-01-071-1/+11
* Handle zoom option in event handlerOlivier Fourdan2015-01-061-4/+4
* Use standard modifier to adjust opacityOlivier Fourdan2015-01-061-8/+14
* Fix opacity being reset on theme changeOlivier Fourdan2015-01-061-1/+1
* Fix gravity on configure requestOlivier Fourdan2015-01-051-1/+1