]> git.lizzy.rs Git - bspwm.git/history - tree.c
bspwm: port rounded corners patch to latest version
[bspwm.git] / tree.c
2017-01-13 Bastien DejeanMove source files to src/
2016-11-12 Bastien DejeanDiscard ref descendants in find_nearest_neighbor
2016-11-12 Bastien DejeanCall activate_desktop in activate_node
2016-09-30 Bastien DejeanSet WM_STATE when managing/unmanaging windows
2016-08-14 nfntyReplace malloc with calloc
2016-08-14 nfntyFix neighbor DIR selection for overlapping windows
2016-07-16 Bastien DejeanSkip hidden leaves in tiled_count
2016-07-15 Bastien DejeanDon't hide sticky nodes in transfer_node
2016-05-16 Bastien DejeanDon't show presel feedbacks for the monocle layout
2016-05-14 Bastien DejeanFix memory leak in remove_node
2016-05-13 Bastien DejeanDon't emit invalid desktop_focus events
2016-05-10 Bastien DejeanDon't erase the parent too soon in unlink_node
2016-05-09 Bastien DejeanAdd node modifiers: {descendant,ancestor}_of
2016-04-28 Bastien DejeanRemove setting: history_aware_focus
2016-04-27 Bastien DejeanReturn early when possible in set_*_local
2016-04-22 Bastien DejeanDon't confine the DIR descriptor
2016-04-21 Bastien DejeanRemove setting: focus_by_distance
2016-04-20 Bastien DejeanDon't confine the CYCLE_DIR descriptor
2016-04-20 Bastien DejeanAvoid accessing freed nodes in cancel_presel
2016-04-20 Bastien DejeanDisable enter notify events in cancel_presel
2016-04-18 Bastien DejeanConsolidate focus_follows_pointer
2016-04-18 Campbell BartonFix using uninitialized value
2016-04-16 Bastien DejeanOnly alter the visibility of the shown windows
2016-04-16 Bastien DejeanUpdate EWMH hidden state
2016-04-16 Bastien DejeanAdd node flag: hidden
2016-04-15 Bastien DejeanImplement focus_follows_pointer via enter_notify
2016-04-15 Bastien DejeanRely on precomputed rectangles whenever possible
2016-04-11 Campbell BartonFix missing NULL check
2016-04-11 Bastien DejeanDon't return a freed node from insert_node
2016-04-10 Campbell BartonCleanup: indentation
2016-04-10 Bastien DejeanFix default ICCCM input hint value
2016-04-07 Bastien DejeanReinstate built-in pointer bindings
2016-03-27 Bastien DejeanOnly allow null nodes for the PATH descriptor
2016-03-26 Bastien DejeanTransfer nodes moved via configure requests
2016-03-26 Bastien DejeanIntroduce receptacles
2016-03-23 Bastien DejeanZero-pad printed IDs
2016-03-21 Bastien DejeanFail verbosely
2016-03-16 Bastien DejeanAdd IDs to desktops and monitors
2016-02-26 Bastien DejeanUpdate the stacking list when removing a node
2016-02-26 Bastien DejeanFix gcc warning regarding uninitialized variable
2016-02-26 Bastien DejeanExtract geometric functions from helpers.c
2016-02-12 Bastien DejeanDon't try to use a pointer after freeing it
2016-02-12 Bastien DejeanDon't try to guess the window rectangle
2016-02-11 Bastien DejeanDon't generate redundant events in apply_layout
2016-01-10 Bastien DejeanAdd global setting: *paddingless_monocle*
2016-01-07 Bastien DejeanHandle non-leaf nodes in nearest_from_distance
2015-12-31 Bastien DejeanSkip unmapped windows in query_pointer
2015-12-23 Bastien DejeanHandle preselection feedbacks in query_pointer
2015-12-22 Bastien DejeanGeneralize window commands to nodes
2015-11-22 Bastien DejeanUse JSON as the output format of query -T
2015-11-19 Bastien DejeanHandle fullscreen state birth rotation
2015-11-13 Bastien DejeanMerge pull request #313 from nfnty/stack_leak
2015-11-13 Bastien DejeanMerge branch 'icccm-input-focus'
2015-11-11 Bastien DejeanTry to honor ICCCM input focus policy
2015-11-10 Bastien DejeanInitialize `split_dir` in `make_node`
2015-11-09 Bastien DejeanMerge pull request #305 from Vrakfall/master
2015-11-09 Bastien DejeanDocument and homogenize subscriber events
2015-11-07 Bastien DejeanAdd `--activate` to `window`
2015-11-07 Bastien DejeanFix regression introduced by f28f334
2015-11-07 Bastien DejeanTrust WM_TAKE_FOCUS but handle exceptions
2015-11-06 Bastien DejeanNeutralize obscuring windows in `pseudo_focus`
2015-11-05 Bastien DejeanHandle stacking of unfocused windows
2015-11-05 Bastien DejeanMake a clear distinction between states and flags
2015-11-03 Bastien DejeanRestore previous layer when exiting fullscreen
2015-11-01 Bastien DejeanLimit layer inheritance to floating windows
2015-11-01 Bastien DejeanRestore natural constraints on fullscreen windows
2015-10-26 Bastien DejeanRewrite the stacking engine
2015-08-07 Bastien Dejean*leaf_monocle*: only consider tiled windows
2015-08-06 Bastien DejeanMerge pull request #281 from fbergroth/leaf-monocle
2015-08-05 Fredrik BergrothNew setting: leaf_monocle
2015-08-01 Bastien DejeanAdd a few subscriber events
2015-06-12 Bastien DejeanReinstate the motion recorder for FFP
2015-06-06 Bastien DejeanImplement focus_follows_pointer via enter notify events
2015-05-09 Bastien DejeanAllow subscribers to choose what they listen to
2015-01-15 Bastien DejeanNew setting: center_pseudo_tiled
2015-01-13 Bastien DejeanFix null pointer dereference
2015-01-06 Bastien DejeanAdd new setting: initial_polarity
2014-10-22 Bastien DejeanUse generic BSD 2-clause license
2014-10-22 Bastien DejeanAdd setting: pointer_follows_focus
2014-07-28 Bastien DejeanHandle client selection in `nearest_from_tree`
2014-07-18 Bastien DejeanReinstate `focus_by_distance` setting
2014-02-09 Bastien DejeanFix window centering
2014-02-09 Bastien DejeanTurn the *border_width* setting into a desktop/window...
2014-02-09 Bastien DejeanConsider the border width when centering pseudo-tiled...
2014-01-19 Bastien DejeanRemove trailing spaces in headers
2014-01-18 Bastien DejeanIndentation: convert spaces to tabs
2014-01-13 Bastien DejeanUpdate status when focusing an urgent window
2014-01-09 Bastien DejeanFix scan-build *bug*
2014-01-09 Bastien DejeanHandle min/max window size hints
2014-01-04 Bastien DejeanNew desktop option: --equalize
2014-01-04 Bastien DejeanShow window instance names in the output of `query -T`
2013-12-31 Bastien DejeanUpdate the window border when pseudo-focusing
2013-12-31 Bastien DejeanFix bogus desktop focus fallback
2013-12-29 Bastien DejeanSimply treat transient windows as floating windows
2013-12-28 Bastien DejeanProvide padding settings for monitors
2013-12-27 Bastien DejeanRefresh header dependencies
2013-12-27 Bastien DejeanPull and push edges via `window -e DIR ±PIXELS`
2013-12-27 Bastien DejeanImplement the pseudo-tiled window state
2013-12-27 Bastien Dejean*Frames* are unnecessary
2013-12-25 Bastien DejeanTurn {top,right,bottom,left}_padding into desktop settings
next