summaryrefslogtreecommitdiff
path: root/src/client.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant codeAvinash Sonawane2021-12-091-2/+1
* client: Do not hide transients for group if aboveOlivier Fourdan2021-11-241-0/+5
* client: Handle removal of GTK_FRAME_EXTENTSOlivier Fourdan2021-11-141-0/+6
* placement: Restack fullscreen window when necessaryOlivier Fourdan2021-11-141-1/+1
* placement: Ignore struts from windows on other monitorsOlivier Fourdan2021-02-281-2/+2
* cleanup: Don't use parenthesis when returning constantsOlivier Fourdan2021-02-021-2/+2
* client: Complete client state even on different workspacesOlivier Fourdan2020-12-161-1/+1
* Add `cycle_minimized` optionx4e2020-12-151-1/+1
* compositor: Log fence and GLX swap time in debug modeOlivier Fourdan2020-11-281-2/+0
* client: Allow transients for group to be minimizedOlivier Fourdan2020-11-221-2/+2
* client: Make above/below consistentOlivier Fourdan2020-11-211-2/+2
* client: Protect against XError in XKillClient()Olivier Fourdan2020-11-141-1/+9
* client: Toggle tiling on key shortcutOlivier Fourdan2020-11-141-0/+40
* client: Small cleanupOlivier Fourdan2020-11-141-6/+1
* client: Keep tiled size of windowsOlivier Fourdan2020-11-111-0/+68
* compositor: No need to update compositor window on configureOlivier Fourdan2020-11-111-5/+0
* client: Send synthetic configure on force redrawOlivier Fourdan2020-11-041-1/+1
* 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