summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-20tiling_drag: Correctly switch to workspace when dragging across outputs (#5141)Orestis Floros
2022-09-19motif: restore `BS_NORMAL` correctly (#5135)viri
2022-09-17tiling_drag: con_rect_plus_deco_height: Fix underflow (#5129)Orestis Floros
2022-09-12Fix crash in parse_file() when parsing nested variables (#5003)zhrvn
2022-09-11Fix segfault with mode "default" key bindings (#5007)zhrvn
2022-09-09open_logbuffer: avoid overflow by comparing (long long) (#5113)Michael Stapelberg
2022-09-09config: set bar block font to i3-wide font *after* parsing (#5118)Michael Stapelberg
2022-07-28Allow dragging tiled windows with the mouse. (#3085)Orestis Floros
2022-07-28Fix Wbitwise-instead-of-logical warningsOrestis Floros
2022-06-30Split container parents should be redrawn when swapping child containers (wit...Jay Ta'ala
2022-06-01Fix typos (#4989)George Rodrigues
2022-03-28clear surface on x_push_node (#4577)André Silva
2022-03-28Fix typo in comment (#4936)takelley1
2022-02-07Use proper WM_Sx registration for i3 (#4843)Gergely Risko
2021-12-11Merge pull request #4710 from pstray/title_window_icon-toggleOrestis Floros
2021-12-11Implement title_window_icon togglePeder Stray
2021-12-06Remove outdated //-style commented-out codeOrestis Floros
2021-11-29Switch from pcre to pcre2 (#4684)Uli Schlachter
2021-11-27user_output_names_find_next: Always initialize target_outputOrestis Floros
2021-11-18Merge pull request #4622 from orestisfl/focus-output-nextIngo Bürk
2021-11-11Fix transient_for endless loopOrestis Floros
2021-11-05cmd_focus_output: Multiple outputsOrestis Floros
2021-11-05Extract common functions out of cmd_move_con_to_outputOrestis Floros
2021-11-05Merge pull request #4604 from orestisfl/fix-focus-warpIngo Bürk
2021-11-05Fix focus issue when moving windows across outputsAnton Älgmyr
2021-11-05Add title tab colorOrestis Floros
2021-11-02Merge pull request #4647 from psychon/refuse-start-without-ipc-socketOrestis Floros
2021-11-02Refuse to start without IPC socketUli Schlachter
2021-11-02portability: use getcwd() instead of get_current_dir_name() (#4645)Baptiste Daroussin
2021-09-25Log FocusOut eventsUli Schlachter
2021-09-22GET_CONFIG: add raw/variable-processed contents of all config files (#4528)Michael Stapelberg
2021-09-10handlers.c: send an "output" event on monitor configuration changeVincent Bernat
2021-09-09Make window id logging hex everywhereOrestis Floros
2021-09-09Merge pull request #4497 from orestisfl/icons-title-alignOrestis Floros
2021-09-09Make window icons follow title alignmentOrestis Floros
2021-09-07Free window role & machineOrestis Floros
2021-09-05Lower severity of missing include path specified from error to info. Address...Ken Gilmer
2021-08-30main: signal readiness by notifying systemdVincent Bernat
2021-08-28Implement support for the WM_Sn selection (#4374)Uli Schlachter
2021-07-24Implement 'all' matching criterionIsaac Garzon
2021-06-13Implement showing window icons in titlebar (#4439)Michael Stapelberg
2021-06-02Implement include config directive (#4420)Michael Stapelberg
2021-05-20Drop xcb_flush() before xcb_aux_sync() (#4378)Uli Schlachter
2021-05-20Do not "set" the wallpaper during startup (#4373)Uli Schlachter
2021-04-20fix crash with “layout default”: ipc.c won’t dump L_DEFAULT layout (#4409)Michael Stapelberg
2021-04-10ipc: return signed int for container positionslbonn
2021-03-06Only prefetch xinerama if it is likely neededUli Schlachter
2021-03-05Prefetch some information through xcbUli Schlachter
2021-02-07Merge pull request #4336 from tbgiles/nextOrestis Floros
2021-02-06Accept multiple outputs in `move container|workspace to output`Orestis Floros