summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-11-03portability: 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
2021-01-30Clear framebuffer on containers that are visible windowsTristan Giles
2021-01-28Add "machine" criterion to match WM_CLIENT_MACHINEAlbert Safin
2021-01-25Revert "Clear framebuffer before drawing borders (#4308)"Orestis Floros
2021-01-20i3-dump-log -f: switch from pthreads to UNIX socketsMichael Stapelberg
2021-01-20move set_nonblock, create_socket and path_exists to libi3Michael Stapelberg
2021-01-03Clear framebuffer before drawing borders (#4308)Tristan Giles
2021-01-03Revert "Clear pixmap to black before starting to draw"Orestis Floros
2021-01-02Clear framebuffer before copying surface to prevent visual garbageTristan Giles
2021-01-01Implement context-sensitive tab-clicking behaviorTudor Brindus
2020-12-30Fix workspace assignements after output changesAnaël Beutot
2020-11-28workspace.c: Make small consistency changesOrestis Floros
2020-11-28create_workspace_on_output: Prevent duplicate workspace numsOrestis Floros
2020-11-10added remanage swallow checkizzel
2020-10-20allow ppt values in move direction and move position commandsacheronfail
2020-10-20clang-format: use TypenameMacrosAlbert Safin
2020-10-18Fix conflicting workspace assignments when renamingOrestis Floros
2020-10-18init_ws_for_output: Change loop that assigns existing workspacesOrestis Floros
2020-10-18Make get_assigned_output publicOrestis Floros
2020-10-18workspace_get: Remove useless argumentOrestis Floros
2020-06-29route_click: Correctly eat the eventOrestis Floros
2020-06-29route_click: Fix regression: release mouseOrestis Floros
2020-06-10_con_move_to_con: Traverse below con to check for fullscreenOrestis Floros
2020-06-06Introduce GET_BINDING_STATE IPC commandMichael Stapelberg
2020-05-24Move nagbar cleanup to i3_exitOrestis Floros
2020-05-24Improve handling of nagbar processesOrestis Floros
2020-05-24kill_nagbar: No need for pointer to pid_tOrestis Floros
2020-05-18Merge pull request #4088 from stapelberg/sanOrestis Floros
2020-05-18free(socket_path) to suppress leak sanitizer false-positive with -O2Michael Stapelberg