aboutsummaryrefslogtreecommitdiff
path: root/src/workspace.c
AgeCommit message (Expand)Author
2024-02-06Don't skip identically numbered workspaces when moving to next/prev (#4578)rsgowman
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2022-11-12apply updated workspace gap assignments after reload (#5279)Michael Stapelberg
2022-11-07gaps: make workspace gap assignments order-independent (#5259)Michael Stapelberg
2022-11-01Merge gaps support as-isMichael Stapelberg
2022-07-28Allow dragging tiled windows with the mouse. (#3085)Orestis Floros
2022-06-01Fix typos (#4989)George Rodrigues
2020-11-28workspace.c: Make small consistency changesOrestis Floros
2020-11-28create_workspace_on_output: Prevent duplicate workspace numsOrestis Floros
2020-10-18Make get_assigned_output publicOrestis Floros
2020-10-18workspace_get: Remove useless argumentOrestis Floros
2020-04-10Update EWMH properties on workspace moveOrestis Floros
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2019-09-23extract_workspace_names_from_bindings: handle optional flagsAlbert Safin
2019-08-08move workspace to output: don’t create duplicatively numbered workspaces (#...Antoine
2019-05-03Call all ewmh_update_* functions together when necessaryOrestis Floros
2019-03-22workspace_move_to_output: Avoid operations when workspace already at destinationOrestis Floros
2019-03-22get_output_for_con: Assert result != NULLOrestis Floros
2019-03-22workspace_move_to_output: Make stylistic changesOrestis Floros
2019-02-23create_workspace_on_output: send workspace init eventOrestis Floros
2018-12-11Preserve back_and_forth during restartAlbert Safin
2018-11-10Merge pull request #3397 from orestisf1993/randr-enable-disableIngo Bürk
2018-10-23Merge pull request #3448 from orestisf1993/stickyIngo Bürk
2018-10-13Make comment style more consistentOrestis Floros
2018-10-13Fix missing prototypesOrestis Floros
2018-10-11Fix sticky focus when switching to workspace on different outputOrestis Floros
2018-09-12init_ws_for_output: use workspace_move_to_outputOrestis Floros
2018-07-30Simplify tree_close_internalOrestis Floros
2018-07-12Allow multiple assignments of workspaces to outputsOrestis Floros
2018-06-27Use get_assigned_output for numbersOrestis Floros
2018-06-27Introduce get_assigned_outputOrestis Floros
2018-04-04Workspace renaming: Interpret outputs as nondirectionalOliver Graff
2018-03-28Introduce get_existing_workspace_by_numOrestis Floros
2018-03-28Introduce get_existing_workspace_by_nameOrestis Floros
2018-03-24workspace_show: remove redundant ifOrestis Floros
2018-03-24_workspace_show -> workspace_showOrestis Floros
2018-02-27Merge pull request #3087 from orestisf1993/focus_orderIngo Bürk
2018-02-26Fix focus order issues when encapsulating workspacesOrestis Floros
2018-02-26Don't raise floating windows when workspace is shownOrestis Floros
2018-01-14Don't raise floating windows when focused because of focus_follows_mouseOrestis Floros
2017-12-10Prevent access of freed workspace in _workspace_showOrestis Floros
2017-09-13Introduce output_primary_name functionVladimir Panteleev
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-09-30Implement special value 'current' for output. (#2483)Ingo Bürk
2016-08-24fix transition from named to numbered workspaceBenedikt Heine
2016-08-24remove goto statementBenedikt Heine
2016-08-24traverse numbered workspaces in correct orderBenedikt Heine
2016-02-25Determine focused workspace correctly when moving workspace to output.Ingo Bürk
2016-01-18Handle the EWMH atom _NET_WM_DESKTOP.Ingo Bürk
2015-12-27Rename tree_close() to tree_close_internal().Ingo Bürk