aboutsummaryrefslogtreecommitdiff
path: root/src/manage.c
AgeCommit message (Expand)Author
2023-09-06remanage_window: Refactor to make clearer when a swallowing happensfor-window-urgentOrestis Floros
2022-11-01refactor render_con() global parameter into should_inset_con()Michael Stapelberg
2022-11-01Merge gaps support as-isMichael Stapelberg
2022-09-24Fix motif logic for new floatsOrestis Floros
2022-09-19motif: restore `BS_NORMAL` correctly (#5135)viri
2022-06-01Fix typos (#4989)George Rodrigues
2021-11-11Fix transient_for endless loopOrestis Floros
2021-06-13Implement showing window icons in titlebar (#4439)Michael Stapelberg
2021-01-28Add "machine" criterion to match WM_CLIENT_MACHINEAlbert Safin
2020-11-10added remanage swallow checkizzel
2020-10-18workspace_get: Remove useless argumentOrestis Floros
2020-04-30Merge pull request #4041 from orestisfl/floating_enable-boolIngo Bürk
2020-04-27Only set FLOATING_AUTO_ON when floating_enable succeedsOrestis Floros
2020-04-20Remove unused headersOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2020-04-12Extend tiling/floating criteria with optional auto/user values (#4006)Orestis Floros
2020-02-21Code style: fix misaligned and trailing whitespacesAlbert Safin
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
2019-10-18remanage_window: avoid crash when nc->window == NULLOrestis Floros
2019-08-13Remanage window after property updates (like titles) (#3759)izzel
2019-04-03Make small DLOG improvementsOrestis Floros
2018-12-01Add input and bounding shapes support (#2742)Albert Safin
2018-11-12render_con: Get rid of render_fullscreen argumentOrestis Floros
2018-11-12Fix aspect ratio bugsOrestis Floros
2018-10-13manage_window: cleaner variable declarationsOrestis Floros
2018-09-20Respect max size in WM_NORMAL_HINTSThomas Fischer
2018-08-22Introduce con_get_fullscreen_covering_wsOrestis Floros
2018-06-02Reframe swallowed windows if depth doesn't matchDan Elkouby
2018-04-27Fix redundant return statementsOrestis Floros
2018-03-28Introduce get_existing_workspace_by_numOrestis Floros
2018-01-14Don't raise floating windows when focused because of focus_follows_mouseOrestis Floros
2017-09-17Allow assign to outputOrestis Floros
2017-09-17Add con_move_to_output_name functionOrestis Floros
2017-09-15Merge pull request #2887 from orestisf1993/nextIngo Bürk
2017-09-15Allow assign to workspace by numberOrestis Floros
2017-09-13Introduce output_primary_name functionVladimir Panteleev
2016-11-28Respect minimum size hints for floating windows. (#2508)Ingo Bürk
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-10-03Bugfix: NULL dereference when stickying _NET_WM_DESKTOP_ALL windows (#2488)Ferdinand Bachmann
2016-09-26Assign the sticky value for _NET_WM_DESKTOP on scratchpad windows. (#2457)Ingo Bürk
2016-04-26Focus a newly managed container only if it doesn't use the globally active in...Ingo Bürk
2016-04-15Correctly count the number of windows for no_focus. (#2296)Ingo Bürk
2016-04-13Only grab the mouse buttons that need to be grabbed. (#2290)Ingo Bürk
2016-04-06Make fullscreen windows open on the output which is indicated by their geometrywentasah
2016-01-18Handle the EWMH atom _NET_WM_DESKTOP.Ingo Bürk
2016-01-09fix memory leak when swallowing windowsMichael Stapelberg
2016-01-09manage.c: fix memory leakMichael Stapelberg
2016-01-09free dynamically allocated matchesMichael Stapelberg
2015-11-23Migrate i3 rendering to cairo.Ingo Bürk
2015-11-21Support _NET_WM_USER_TIME.Ingo Bürk