aboutsummaryrefslogtreecommitdiff
path: root/src/click.c
AgeCommit message (Expand)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2023-05-29fix workspace not being focused on title bar scroll (#5518)Orestis Floros
2023-04-27Fix top border resizing registered on tiled windowsslyshot
2023-01-02fix -Wmaybe-unused and -Wstringop-truncation warningsMichael Stapelberg
2022-11-05draw leaf window decorations on ->frame instead of ->parent->frameMichael Stapelberg
2022-10-18tiling drag: only start when there are drop targets (#5213)Michael Stapelberg
2022-10-16make tiling drag configurableMichael Stapelberg
2022-10-16tiling drag: left-click needs threshold, mod-click doesn’tMichael Stapelberg
2022-10-16tiling drag: allow click immediately, to focus on decoration click (#5206)Michael Stapelberg
2022-07-28Allow dragging tiled windows with the mouse. (#3085)Orestis Floros
2022-06-01Fix typos (#4989)George Rodrigues
2021-01-01Implement context-sensitive tab-clicking behaviorTudor Brindus
2020-06-29route_click: Correctly eat the eventOrestis Floros
2020-06-29route_click: Fix regression: release mouseOrestis Floros
2020-04-20Remove unused headersOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2020-04-10route_click: Remove condition that is always trueOrestis Floros
2020-04-10route_click: Add some const bools for readabilityOrestis Floros
2020-04-10Merge pull request #3954 from xzfc/floating-tiling-resizeOrestis Floros
2020-04-09handle_button_press and route_click do not need to return intOrestis Floros
2020-04-09Do not propagate $mod+right click to clientsOrestis Floros
2020-04-09Avoid resizing fullscreen container with non-fullscreenOrestis Floros
2020-04-09Revert "Avoid resizing fullscreen container"Orestis Floros
2020-03-31Avoid resizing fullscreen containerOrestis Floros
2020-02-22Make floating-tiling resize code consistent with plain tiling resizeAlbert Safin
2020-02-19Decoration click/mouse move: iterate children in reverse orderAlbert Safin
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2019-10-14Refactor tree_nextOrestis Floros
2019-10-03Tiling resize drag: use thresholdAlbert Safin
2019-10-03Floating move drag: use thresholdAlbert Safin
2018-12-09Remove unnecessary code in route_click()Albert Safin
2018-08-22Introduce con_get_fullscreen_covering_wsOrestis Floros
2018-05-05Activate the focused child when scrolling over tab/stack decorationsDan Elkouby
2018-04-04Prefer compiler warnings to assertions for unhandled switch casesOrestis Floros
2018-04-01Use con_orientation instead of ternary operatorOrestis Floros
2018-04-01Window decoration scrolling: don't focus siblingOrestis Floros
2018-01-14Merge pull request #2998 from orestisf1993/issue-2990Michael Stapelberg
2018-01-14Don't raise floating windows when focused because of focus_follows_mouseOrestis Floros
2018-01-06Improve resize_find_tiling_participants() and simplify cmd_resize_tiling_widt...livanh
2017-09-23Raise floating window to top when it gets focusOrestis Floros
2017-05-02Introduce --exclude-titlebar flag for mouse bindings. (#2703)Ingo Bürk
2017-02-14Allow using left/right scrolling like up/down scrolling.Ingo Bürk
2017-02-12Introduce named aliases for mouse buttons.Ingo Bürk
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-05-11Don't trigger binding on window border click unless --border is given. (#2349)Ingo Bürk
2015-12-15Avoid rendering the tree twice in a rowIngo Bürk
2015-12-14Allow mouse bindings to run on the root window.Ingo Bürk
2015-10-30Bugfix: ignore XKB group bits in floating_modifierMichael Stapelberg
2015-08-26Use libxkbcommon for translating keysyms, support all XKB groups.Michael Stapelberg
2015-05-26Improve logging of button events.Ingo Bürk