]> git.lizzy.rs Git - bspwm.git/history - tree.c
Don't try to print pointers as strings
[bspwm.git] / tree.c
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
2013-12-19 Bastien DejeanDon't reset *num_clients* in *restore_tree*
2013-11-16 Bastien DejeanFix vacant state propagation target in insert_node
2013-11-16 Bastien DejeanAdd missing newline in PRINTF
2013-10-27 Bastien DejeanMerge translate_position and translate_client
2013-10-24 Bastien DejeanRevert "Keep a focused sticky window focused"
2013-10-23 Bastien DejeanNew setting: fit_monitor
2013-10-21 Bastien DejeanFix circulate_leaves
2013-10-20 Bastien DejeanConsolidate fit_monitor
2013-10-19 Bastien DejeanA fullscreen window can't be unfocused
2013-10-19 Bastien DejeanMerge stack and stack_under
2013-10-19 Bastien DejeanKeep a focused sticky window focused
2013-10-19 Bastien DejeanRemove tags
2013-10-12 Bastien DejeanImplement private windows
2013-10-10 Bastien DejeanRemove obsolete chunk of code
2013-10-10 Bastien DejeanImplement frames
2013-10-09 Bastien DejeanAlways update null focus pointer on insertion
2013-10-08 Bastien DejeanFix clang warnings
2013-10-08 Bastien DejeanAdd copyright header
2013-10-08 Bastien DejeanAdd the older/newer selectors to all the objects
2013-10-07 Bastien DejeanHandle _NET_WM_STATE more carefully
2013-10-06 Bastien DejeanConsider the target monitor, not the focused one
2013-10-06 Bastien DejeanMake sticky windows stick to their monitor
2013-10-06 Bastien DejeanHandle node visibility in circulate_leaves
2013-10-06 Bastien DejeanA vacant node can be visible
2013-10-05 Bastien DejeanImplement tags
2013-10-02 Bastien DejeanUse consistent function names
2013-10-02 Bastien DejeanConsolidate transfer_node
2013-10-01 Bastien DejeanUpdate node coordinates after swap/transplant
2013-10-01 Bastien DejeanSupport _NET_WM_STATE_STICKY client message
2013-10-01 Bastien DejeanImplement sticky windows
2013-10-01 Bastien DejeanMake the window border width a desktop setting
2013-10-01 Bastien DejeanMaintain the fullscreen state whenever possible
2013-10-01 Bastien DejeanHistory is global and stacking is independent
2013-09-25 Bastien DejeanExtract pointer functions from events.c
2013-09-23 Bastien DejeanNew setting: `growth_factor`
2013-09-21 Bastien DejeanMake sure strings are null-terminated
2013-09-20 Bastien DejeanClear input focus when focusing a NULL node
2013-09-20 Bastien DejeanMove a few functions from tree to desktop/monitor
next