aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-04-10Extend tiling/floating criteria with optional auto/user valuesOrestis Floros
2020-04-09handle_button_press and route_click do not need to return intOrestis Floros
2020-02-24Assume xcb_cursor_context_new never fails (#3955)xzfc
2020-02-21Limit workspace numbers within 0..INT32_MAXAlbert Safin
2020-02-21Code style: fix misaligned and trailing whitespacesAlbert Safin
2020-02-19Sanitize con and window rect dimensionsAlbert Safin
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2020-02-01atoms: Properly declare as global variablesOrestis Floros
2019-12-25Merge pull request #3824 from orestisfl/ac_replace_funcsMichael Stapelberg
2019-10-20Remove various unused parametersOrestis Floros
2019-10-14Implement focus_wrapping workspaceOrestis Floros
2019-10-14Refactor tree_nextOrestis Floros
2019-10-14Introduce direction / orientation / position conversion functionsOrestis Floros
2019-10-14tree_move: Use direction_tOrestis Floros
2019-10-13Use AC_REPLACE_FUNCSOrestis Floros
2019-10-13Remove memmem implementationOrestis Floros
2019-10-09Merge pull request #3817 from orestisfl/rectOrestis
2019-10-09Remove outdated comment from RectOrestis Floros
2019-10-09Merge pull request #3814 from orestisfl/net_active_fullscreenIngo Bürk
2019-10-09Merge pull request #3559 from xzfc/3555-drag-thresholdOrestis
2019-10-09Introduce con_activate_unblockOrestis Floros
2019-10-06Merge pull request #3728 from cdlscpmv/nextIngo Bürk
2019-10-03Tiling resize drag: use thresholdAlbert Safin
2019-10-03Floating move drag: use thresholdAlbert Safin
2019-10-03drag_pointer(): add use_treshold parameterAlbert Safin
2019-10-03drag_pointer(): drop unused parameter `border`Albert Safin
2019-10-03Move drag_pointer() to its own source fileAlbert Safin
2019-09-03Remove packed attribute from RectOrestis Floros
2019-08-13Remanage window after property updates (like titles) (#3759)izzel
2019-07-21Make `restart` IPC command send a reply once restart completed (!) (#3743)Michael Stapelberg
2019-06-25Add setting for minimal width of workspace buttonsKonst Mayer
2019-05-03Call all ewmh_update_* functions together when necessaryOrestis Floros
2019-03-29Allow checking for duplicate bindings with -COrestis Floros
2019-03-29load_configuration: Remove conn argumentOrestis Floros
2019-03-29Update configuration.hOrestis Floros
2019-03-22get_output_for_con: Assert result != NULLOrestis Floros
2019-01-12Use ipc queue for all messages (#3585)Orestis
2018-12-14Update tree_close_internal documentation in tree.hOrestis Floros
2018-12-11Preserve back_and_forth during restartAlbert Safin
2018-12-09Remove unused con_get_next()Albert Safin
2018-12-01Add input and bounding shapes support (#2742)Albert Safin
2018-11-12render_con: Get rid of render_fullscreen argumentOrestis Floros
2018-11-12Fix aspect ratio bugsOrestis Floros
2018-11-12floating_resize: Use uint32_tOrestis Floros
2018-11-10Merge pull request #3397 from orestisf1993/randr-enable-disableIngo Bürk
2018-11-08For resizing, convert pixel diff to percentage, based on parent.aksel
2018-10-23Merge pull request #3452 from orestisf1993/title_alignIngo Bürk
2018-10-23Merge pull request #3448 from orestisf1993/stickyIngo Bürk
2018-10-13Fix typo: childs -> childrenOrestis Floros
2018-10-13Make comment style more consistentOrestis Floros