summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-07-22get_output_by_name: guard output->primary with require_activeOrestis Floros
2020-07-22floating_maybe_reassign_ws: only re-focus if previously focusedOrestis Floros
2020-04-22Move parent nodes in scratchpad correctly (#3793)Heman Gandhi
2020-04-22Fix load_layout crash when floating node doesn't have CT_FLOATING_CON parentOrestis Floros
2020-04-22Revert "floating_reposition: avoid extra tree_render"Orestis Floros
2020-04-22Call tree_render if floating move changes workspaceOrestis Floros
2020-04-22Update EWMH properties on workspace moveOrestis Floros
2020-04-22cmd_focus_sibling: Fix crash on workspace levelOrestis Floros
2020-02-15Merge pull request #3918 from orestisfl/fno-commonMichael Stapelberg
2020-02-01atoms: Properly declare as global variablesOrestis Floros
2020-02-01Delete duplicate definition of ewmh_windowOrestis Floros
2020-01-18Do not error on exec not matching a containerOrestis Floros
2020-01-16Merge pull request #3905 from Airblader/bug-3903Ingo Bürk
2020-01-16Respect match criteria for exec commandIngo Bürk
2020-01-16Use EXIT_SUCCESS/FAILURE instead of 0/1Orestis Floros
2020-01-16Exit with success on -hOrestis Floros
2020-01-08Added workspace ID in GET_WORKSPACES response.Iskustvo
2019-12-25Merge pull request #3824 from orestisfl/ac_replace_funcsMichael Stapelberg
2019-11-29Merge pull request #3797 from acheronfail/feat/add-window-type-ipcIngo Bürk
2019-10-20Remove various unused parametersOrestis Floros
2019-10-18remanage_window: avoid crash when nc->window == NULLOrestis Floros
2019-10-18Merge pull request #3835 from orestisfl/tree_flatten_crashIngo Bürk
2019-10-17scratchpad_move: un-fullscreen correct containerOrestis Floros
2019-10-16Merge pull request #3834 from Airblader/bug-3819Orestis
2019-10-16Merge pull request #3833 from orestisfl/move-to-position+scratchpadIngo Bürk
2019-10-16Fix crash with moving container that is to be flattenedOrestis Floros
2019-10-15Reparent windows to their current position on unmanageIngo Bürk
2019-10-15Do not show scratchpad windows after 'move to position'Orestis Floros
2019-10-15Merge pull request #3407 from orestisfl/tree_nextIngo Bürk
2019-10-14_con_move_to_con: focus_next only if in different workspacesOrestis Floros
2019-10-14Implement focus_wrapping workspaceOrestis Floros
2019-10-14Refactor tree_nextOrestis Floros
2019-10-14Introduce CMD_FOCUS_WARN_CHILDRENOrestis Floros
2019-10-14Introduce direction / orientation / position conversion functionsOrestis Floros
2019-10-14tree_move: Use direction_tOrestis Floros
2019-10-13Remove memmem implementationOrestis Floros
2019-10-09Merge pull request #3814 from orestisfl/net_active_fullscreenIngo Bürk
2019-10-09Merge pull request #3815 from xzfc/3694-baf-renameOrestis
2019-10-09Merge pull request #3559 from xzfc/3555-drag-thresholdOrestis
2019-10-09When renaming a workspace, update the previous_workspace_name tooAlbert Safin
2019-10-09handlers.c: new focus should not end up behind fullscreenOrestis Floros
2019-10-09Introduce con_activate_unblockOrestis Floros
2019-10-07Move container to marked workspace: refine corner caseAlbert Safin
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-10-02Merge pull request #3809 from xzfc/3606-floating-xtermOrestis