aboutsummaryrefslogtreecommitdiff
path: root/src/handlers.c
AgeCommit message (Expand)Author
2024-02-12Support multiple _NET_WM_STATE changes in one ClientMessage (#5910)Orestis Floros
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2023-09-06Remanage window after urgency flag changeOrestis Floros
2022-11-05draw leaf window decorations on ->frame instead of ->parent->frameMichael Stapelberg
2022-09-19motif: restore `BS_NORMAL` correctly (#5135)viri
2022-06-01Fix typos (#4989)George Rodrigues
2021-12-06Remove outdated //-style commented-out codeOrestis Floros
2021-09-25Log FocusOut eventsUli Schlachter
2021-09-10handlers.c: send an "output" event on monitor configuration changeVincent Bernat
2021-09-09Make window id logging hex everywhereOrestis Floros
2021-08-28Implement support for the WM_Sn selection (#4374)Uli Schlachter
2021-06-13Implement showing window icons in titlebar (#4439)Michael Stapelberg
2021-01-28Add "machine" criterion to match WM_CLIENT_MACHINEAlbert Safin
2020-10-18workspace_get: Remove useless argumentOrestis Floros
2020-04-30Merge pull request #4041 from orestisfl/floating_enable-boolIngo Bürk
2020-04-27Only set FLOATING_AUTO_ON when floating_enable succeedsOrestis Floros
2020-04-20Remove unused headersOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2020-04-15Merge pull request #4018 from orestisfl/reorder-docksIngo Bürk
2020-04-14Sort dock clients by class and instanceOrestis Floros
2020-04-12Extend tiling/floating criteria with optional auto/user values (#4006)Orestis Floros
2020-04-08handlers.c: cb_property_handler_t: take Con instead of xcb_window_tAlbert Safin
2020-04-08handlers.c: property_notify(): DLOG and return in case of an errorAlbert Safin
2020-04-08handlers.c: remove redundant property fetchingAlbert Safin
2020-04-08handlers.c: remove unused arguments from cb_property_handler_tAlbert Safin
2020-02-19Decoration click/mouse move: iterate children in reverse orderAlbert Safin
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2020-01-16Use EXIT_SUCCESS/FAILURE instead of 0/1Orestis Floros
2019-10-09Merge pull request #3814 from orestisfl/net_active_fullscreenIngo Bürk
2019-10-09handlers.c: new focus should not end up behind fullscreenOrestis Floros
2019-10-03Floating move drag: use thresholdAlbert Safin
2019-08-13Remanage window after property updates (like titles) (#3759)izzel
2018-12-16Fix: render_con shows floating containers on wrong workspaceOrestis Floros
2018-12-01Add input and bounding shapes support (#2742)Albert Safin
2018-11-12Re-render floating cons alone when possibleOrestis Floros
2018-11-12Fix aspect ratio bugsOrestis Floros
2018-11-03switch to clang-format-4.0Michael Stapelberg
2018-10-13Fix missing prototypesOrestis Floros
2018-09-28Correctly calculate max_aspectThomas Fischer
2018-09-25Reject requests for WM_STATE_ICONICDan Elkouby
2018-09-20Respect max size in WM_NORMAL_HINTSThomas Fischer
2018-09-14Merge pull request #3342 from orestisf1993/tree_close_internalIngo Bürk
2018-08-24Merge pull request #3368 from orestisf1993/render_rootIngo Bürk
2018-08-22Apply compatible changes from clang-format 6.0.1Orestis Floros
2018-08-22handle_configure_request: check for scratchpad onceOrestis Floros
2018-08-22handle_configure_request: use 'goto out'Orestis Floros
2018-08-22handle_configure_request: reuse 'workspace' variableOrestis Floros
2018-08-22Introduce con_get_fullscreen_covering_wsOrestis Floros
2018-08-21property_notify: use NUM_HANDLERSOrestis Floros
2018-07-30Simplify tree_close_internalOrestis Floros