]> git.lizzy.rs Git - bspwm.git/history - tree.c
New setting: merge_overlapping_monitors
[bspwm.git] / tree.c
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
2013-09-19 Bastien DejeanRemove a few useless header inclusion via deheader
2013-09-19 Bastien DejeanSplit types.c into {monitor,desktop,history}.c
2013-09-12 Bastien DejeanStack in terms of relative actions
2013-09-11 Bastien Dejean*window_gap* is now a desktop setting
2013-08-27 Bastien DejeanAdd a `--rotate` option to the `window` command
2013-08-12 Bastien DejeanDon't try to transplant a node on itself
2013-08-10 Bastien DejeanFail when there's no edge in all cases
2013-07-20 Bastien DejeanMerge branch 'master' of github.com:baskerville/bspwm
2013-07-20 Bastien DejeanFix potential leak and null pointer dereference
2013-07-19 Bastien DejeanAdd new selector modifiers: `urgent` and `nonurgent`
2013-07-14 Bastien DejeanMerge pull request #39 from Stebalien/presel-modifier
2013-07-14 Steven AllenAdd mode modifier
2013-07-14 Bastien DejeanDon't skip matching monitors
2013-07-13 Bastien DejeanMerge remote-tracking branch 'stebalien/apply-modifiers...
2013-07-13 Steven AllenApply modifiers to all objects
2013-07-13 Bastien DejeanMerge pull request #36 from Stebalien/fix-monitor-selection
2013-07-13 Bastien DejeanRemove setting: `focus_by_distance`
2013-07-13 Bastien DejeanMerge pull request #35 from Stebalien/expand-selector...
2013-07-13 Bastien DejeanMerge pull request #34 from Stebalien/fixup-control...
2013-07-13 Bastien DejeanDon't transplant when swapping
2013-07-12 Bastien DejeanRefocus the focused node in `transplant_node`
2013-07-12 Bastien DejeanDon't alter focus when transplanting nodes
2013-07-12 Bastien DejeanUse the standard `abs` function
2013-07-12 Bastien DejeanRewrite message handling
2013-07-02 Bastien DejeanPrevent node transplantation for `circulate`
2013-06-29 Bastien DejeanRevert "Don't try to focus the focused node"
2013-06-29 Bastien DejeanAdd missing return statement
2013-06-29 Bastien DejeanDon't try to focus the focused node
2013-06-29 Bastien DejeanDon't call update_current to set the input focus
2013-06-28 Bastien DejeanConsolidate `monitor_focus_fallback` handling
2013-06-28 Bastien DejeanNew message: `focus_monitor`
2013-06-28 Bastien DejeanTransplant within `swap_nodes`
2013-06-27 Bastien DejeanSkip non tiled windows in `find_biggest`
2013-06-27 Bastien DejeanWhen shifting into manual mode nodes: transplant
2013-06-27 Bastien DejeanNew option for `cancel`: --all
2013-06-27 Bastien DejeanMake split mode and direction local
2013-06-27 Bastien DejeanHandle insertion at non focused nodes
2013-06-25 Bastien DejeanHonor `history_aware_focus` for `shift`
2013-06-24 Bastien DejeanNew setting: `history_aware_focus`
2013-06-09 Bastien DejeanAlways end with a new line in `put_status`
2013-06-08 Bastien DejeanHandle fullscreen state in `apply_layout`
2013-06-08 Bastien DejeanConsider only `pointer_follows_monitor` exceptions
2013-06-07 Bastien DejeanHandle visibility within `desktop_{show,hide}`
next