summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2020-05-17xmacro: declare in header files, instantiate instead of includeMichael Stapelberg
2020-05-15Merge pull request #4084 from orestisfl/get_output_by_name_primary_activeIngo Bürk
2020-05-14get_output_by_name: guard output->primary with require_activeOrestis Floros
2020-05-14cmd_bar: Fix regression: bar_id can be NULLOrestis Floros
2020-05-07cmd_bar improvements (#4014)Orestis Floros
2020-05-06randr_query_outputs: call ewmh_update_desktop_propertiesOrestis Floros
2020-05-01Merge pull request #3969 from ghost/patch-1Ingo Bürk
2020-05-01Merge pull request #4025 from xzfc/always-clear-parent-pixmapIngo Bürk
2020-05-01placeholder_t: Make char*s constOrestis Floros
2020-04-30Merge pull request #4041 from orestisfl/floating_enable-boolIngo Bürk
2020-04-28con.c: Reorder use after freeOrestis Floros
2020-04-27Only set FLOATING_AUTO_ON when floating_enable succeedsOrestis Floros
2020-04-20Remove some includes from all.hOrestis Floros
2020-04-20Remove unused headersOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2020-04-18x_draw_decoration: always clear parent pixmap when rendering the first childAlbert Safin
2020-04-15Merge pull request #4018 from orestisfl/reorder-docksIngo Bürk
2020-04-14Sort dock clients by class and instanceOrestis Floros
2020-04-12Move content for non-existing output containers (#3767)Orestis Floros
2020-04-12Extend tiling/floating criteria with optional auto/user values (#4006)Orestis Floros
2020-04-12Fix load_layout crash when floating node doesn't have CT_FLOATING_CON parentOrestis Floros
2020-04-11Merge pull request #4005 from orestisfl/route_click_clutterIngo Bürk
2020-04-11Merge pull request #4011 from orestisfl/floating_reposition-needs_tree_renderIngo Bürk
2020-04-11Merge pull request #4012 from orestisfl/floating_maybe_reassign_ws_focusIngo Bürk
2020-04-11Merge pull request #4008 from orestisfl/limit-run_command-LOGIngo Bürk
2020-04-11Merge pull request #4010 from orestisfl/trailing-whitespace-logIngo Bürk
2020-04-11floating_maybe_reassign_ws: only re-focus if previously focusedOrestis Floros
2020-04-11Revert "floating_reposition: avoid extra tree_render"Orestis Floros
2020-04-11Call tree_render if floating move changes workspaceOrestis Floros
2020-04-11Fix trailing whitespace in a DLOGOrestis Floros
2020-04-10Limit log length with IPC commandsOrestis Floros
2020-04-10run_command: Update outdated docstringOrestis Floros
2020-04-10Move parent nodes in scratchpad correctly (#3793)Heman Gandhi
2020-04-10Merge pull request #4003 from orestisfl/update_desktop_properties_on_moveIngo Bürk