summaryrefslogtreecommitdiff
path: root/src/client.c
Commit message (Expand)AuthorAgeFilesLines
* Yet more XError trapsOlivier Fourdan2020-10-271-21/+58
* clients: Fix a crash on FreeBSDOlivier Fourdan2020-07-271-1/+0
* client: Really send synthetic configure notifyOlivier Fourdan2020-07-151-2/+15
* client: Use GdkRectangle for saved size/positionOlivier Fourdan2020-07-151-39/+39
* client: Do not always send a synthetic configure eventOlivier Fourdan2020-06-121-10/+9
* client: Small cleanupOlivier Fourdan2020-06-121-1/+1
* client: Rely in XRes reported PID is availableOlivier Fourdan2020-05-231-4/+3
* device: Move error trap/push closer to X11 grabsOlivier Fourdan2020-04-131-2/+0
* client: Fix hostname not showing initiallyOlivier Fourdan2019-09-221-1/+5
* client: ignore configure requests when maximizedOlivier Fourdan2019-06-241-1/+3
* icons: Refactor getAppIcon()Olivier Fourdan2019-06-131-1/+1
* client: Check for enter/leave window on button eventsOlivier Fourdan2019-05-161-0/+6
* client: Fix enter/leave on buttonsOlivier Fourdan2019-05-151-27/+14
* Revert "events: Fix implicit grabs"Olivier Fourdan2019-05-151-1/+1
* Protect against XErrorsOlivier Fourdan2019-05-111-2/+17
* device: Rename XfwmEventMeta's XEvent as 'xevent'Olivier Fourdan2019-05-081-2/+2
* client: Do not warn on usual errorsOlivier Fourdan2019-05-081-2/+2
* events: Catch more XErrorsOlivier Fourdan2019-05-021-1/+10
* client: Withdraw the frame before the client windowOlivier Fourdan2019-04-251-1/+1
* client: Do not ping client when killing itOlivier Fourdan2019-04-241-4/+4
* client: Fix regression with MWM hintsOlivier Fourdan2019-04-211-4/+1
* stacking: Raise all transients togetherOlivier Fourdan2019-04-191-5/+3
* clients: Allow transients to be minimizedOlivier Fourdan2019-04-191-11/+21
* screen: Remove logical sizeOlivier Fourdan2019-04-161-4/+4
* events: Fix implicit grabsViktor Odintsev2019-04-141-1/+1
* clients: Mark a client raising itself as from applicationOlivier Fourdan2018-08-011-1/+1
* client: Check GTK_HIDE_TITLEBAR_WHEN_MAXIMIZEDOlivier Fourdan2018-07-241-1/+3
* client: Check when GTK_FRAME_EXTENTS has changedOlivier Fourdan2018-07-241-2/+7
* Use convenient display functionsOlivier Fourdan2018-04-051-5/+1
* trace: rework tracesOlivier Fourdan2018-03-311-131/+92
* Build: Fix warnings with newer gtk+Olivier Fourdan2018-03-311-0/+4
* stacking: Raise on activate w/out click-to-focusOlivier Fourdan2018-01-211-1/+1
* pixmap: Avoid warning without iconOlivier Fourdan2018-01-211-5/+7
* stacking: Raise ancestor on activate if different from windowOlivier Fourdan2018-01-211-5/+5
* client: Make sure to redraw when removing maximizedOlivier Fourdan2017-12-081-0/+1
* Fix maximized size increment regressionOlivier Fourdan2017-12-061-1/+1
* client: Maximize on expected outputP. Pronk2017-12-051-5/+21
* Replace XEvent with XfwmEvent + add xfwm_device_* grabs usageViktor Odintsev2017-11-271-44/+57
* device: Implement XI2 event handlingViktor Odintsev2017-11-271-0/+4
* client: remove X error trapsViktor Odintsev2017-08-011-10/+0
* Remove usage of deprecated macroses and private fieldsViktor Odintsev2017-07-021-3/+1
* Replace gdk_error_trap_pop with gdk_error_trap_pop_ignoredViktor Odintsev2017-07-021-8/+8
* Handle GDK display/screen/monitor deprecationsViktor Odintsev2017-07-021-1/+3
* Do not prevent ALT+Mouse resizing for borderless maximized windows.Marcel Partap2017-06-121-4/+2
* Fix typo in flag nameOlivier Fourdan2017-05-151-4/+4
* Use ximerama indices for _NET_WM_FULLSCREEN_MONITORSOlivier Fourdan2017-05-151-2/+3
* Revert "Add PointerMotionHintMask"Olivier Fourdan2017-05-151-1/+0
* stacking: Raise on focus to activateOlivier Fourdan2016-06-131-3/+7
* Force application win_gravity to NorthWestGravityKeith Packard2016-06-021-1/+14
* netwm: reset decoration on netwm type changeOlivier Fourdan2015-11-261-18/+39