]> git.lizzy.rs Git - bspwm.git/history - src/tree.c
bspwm: port rounded corners patch to latest version
[bspwm.git] / src / tree.c
2022-07-30 Dylan Arapsbspwm: port rounded corners patch to latest version master
2021-06-23 Bastien DejeanThe insertion point might be NULL
2021-06-01 Bastien DejeanAllow setting a node's splitting type
2021-05-31 Bastien DejeanEmit subscriber life cycle events for receptacles
2021-05-31 Bastien DejeanDon't remove non-receptacles in `kill_node`
2021-05-29 Bastien DejeanProperly update the sticky count in `transfer_*`
2021-05-18 Bastien DejeanPropagate the size constraints towards the root
2020-12-24 Georgy KibardinAdd new setting: borderless_singleton
2020-08-14 Bastien DejeanHonor `pointer_follows_focus` when swapping nodes
2020-08-14 Bastien DejeanDon't set a wrong border color when `*_held_focus`
2020-08-03 Bastien DejeanSet the input focus before unmapping windows
2020-07-28 Bastien DejeanRemove redundant tests
2020-07-28 Bastien DejeanGeneralize a few node descriptors
2020-07-26 Bastien DejeanHonor hidden nodes in `set_{floating,fullscreen}`
2020-07-26 Bastien DejeanUpdate the monitor's sticky count on unlink/insert
2020-07-26 Bastien DejeanDon't try to find the ancestors of NULL
2020-03-16 tobiasAdd node descriptor: `first_ancestor`
2019-08-02 Bastien DejeanHonor `single_monocle` in `set_hidden`
2019-06-06 Bastien DejeanFix infinite loop in `find_closest_node`
2019-05-12 Bastien DejeanApply removal adjustments for the spiral a. i. s.
2019-02-11 Bastien DejeanAlternate auto scheme: Try to find a *full* split
2019-02-01 Bastien DejeanHandle `single_monocle` more carefully
2019-01-29 Bastien DejeanAutomatically shrink pseudo-tiled windows
2019-01-27 Leonid ParfentievReflect single_monocle layout in report
2019-01-21 Bastien DejeanAdjust nearby ratios when moving a fence
2019-01-06 Bastien DejeanDon't change the client's layer in set_fullscreen
2018-12-12 Bastien DejeanAdd automatic insertion scheme: alternate
2018-11-26 Bastien DejeanDon't honor pointer_follows_focus in apply_layout
2018-11-18 Bastien DejeanProperly handle sticky nodes in transfer_desktop
2018-11-14 Bastien DejeanAdd setting: removal_adjustment
2018-09-29 Bastien DejeanMonocle: add cumulative padding settings
2018-08-31 Bastien DejeanAdd new setting: automatic_scheme
2018-08-29 Bastien DejeanExtend the scope of initial_polarity
2018-08-28 Bastien DejeanRemove setting: cancel_birth_rotation
2018-08-25 Bastien DejeanAdd new setting: cancel_birth_rotation
2018-07-17 Bastien DejeanUse the focus history as a fallback
2018-07-17 Bastien Dejeansingle_monocle: include receptacles
2018-07-11 Bastien DejeanGeneralize history_add to handle activation
2018-06-19 Bastien DejeanAdd node descriptor: `smallest`
2018-03-07 Bastien DejeanAdd monitor/desktop/node descriptor: `any`
2018-03-07 Bastien DejeanPass selectors by reference
2018-03-07 Bastien DejeanFix distance/rank type
2018-03-07 Bastien DejeanAdd `newest` descriptor and `marked` node flag
2018-02-26 Bastien DejeanDon't try to rewrite the history of focused nodes
2018-02-09 Bastien DejeanAllow transferring sticky nodes to an active desk.
2018-01-27 Bastien DejeanSkip insertion point if the brother is vacant
2018-01-26 Bastien DejeanDon't prevent a specified node from being focused
2018-01-26 Bastien DejeanKeep sticky nodes focused
2018-01-14 Bastien DejeanMake following optional
2017-09-07 Bastien DejeanKeep the focused item focused
2017-08-08 Bastien DejeanRegenerate IDs in restore_tree
2017-04-20 Bastien DejeanDon't try to set the layer of an internal node
2017-03-11 László VáradyFix inaccurate split ratio calculation
2017-02-27 Bastien Dejeanborderless_monocle: include pseudo-tiled windows
2017-02-11 Bastien DejeanConsolidate circulate_leaves
2017-02-11 Bastien DejeanAlways restore border consistency in swap_node
2017-02-10 Bastien DejeanFix gcc warnings
2017-02-09 Bastien DejeanEnforce a minimum node rectangle size
2017-02-02 Bastien DejeanMake DIR be faithfull to the *right-window* spec
2017-01-31 Bastien DejeanHandle NULL node references for DIR and CYCLE_DIR
2017-01-31 Bastien DejeanFix non-matching undefs
2017-01-28 Bastien DejeanRevert "Allow NULL reference nodes in find_closest_node"
2017-01-28 Bastien DejeanAllow NULL reference nodes in find_closest_node
2017-01-27 Bastien DejeanRevisit the motion recorder approach to FFP
2017-01-13 Bastien DejeanMove source files to src/