]> git.lizzy.rs Git - bspwm.git/history - restore.c
Handle failure of activate_desktop
[bspwm.git] / restore.c
2016-04-16 Bastien DejeanRestore/dump monitors and desktops pointers as IDs
2016-04-16 Bastien DejeanAdd node flag: hidden
2016-04-07 Bastien DejeanReinstate built-in pointer bindings
2016-03-26 Bastien DejeanIntroduce receptacles
2016-03-21 Bastien DejeanFail verbosely
2016-03-16 Bastien DejeanAdd IDs to desktops and monitors
2016-02-23 Bastien DejeanDon't add a monitor without desktops
2015-12-31 Bastien DejeanSkip unmapped windows in query_pointer
2015-12-31 Bastien DejeanRestore primary monitor in restore_tree
2015-12-31 Bastien DejeanDon't try to restore the state from zero tokens
2015-12-22 Bastien DejeanGeneralize window commands to nodes
2015-12-20 Steven AllenAvoid rare memory leak.
2015-12-13 Bastien DejeanFix false positives in keyeq
2015-12-05 Bastien DejeanFix off-by-one token pointer in restore_tree
2015-11-22 Bastien DejeanFix num_clients restore format
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 branch 'icccm-input-focus'
2015-11-12 Bastien DejeanFix discrepancy between query and restore format
2015-11-09 Bastien DejeanMerge pull request #305 from Vrakfall/master
2015-11-09 Bastien DejeanDocument and homogenize subscriber events
2015-11-07 Bastien DejeanRestore the tiled rectangles of nodes and clients
2015-11-05 Bastien DejeanMake a clear distinction between states and flags
2015-10-26 Bastien DejeanRewrite the stacking engine
2015-06-12 Bastien DejeanReinstate the motion recorder for FFP
2015-06-11 Bastien DejeanPropagate FFP_MASK
2014-10-22 Bastien DejeanUse generic BSD 2-clause license
2014-02-09 Bastien DejeanTurn the *border_width* setting into a desktop/window...
2014-01-19 Bastien DejeanFix *restore* regression introduced by c231e8c
2014-01-19 Bastien DejeanRemove trailing spaces in headers
2014-01-18 Bastien DejeanIndentation: convert spaces to tabs
2014-01-04 Bastien DejeanShow window instance names in the output of `query -T`
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 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-05 Bastien DejeanExternalize rules
2013-11-03 Bastien DejeanAdd a floating state to desktops
2013-10-19 Bastien DejeanRemove tags
2013-10-12 Bastien DejeanImplement private windows
2013-10-11 Bastien DejeanRefresh header dependencies
2013-10-10 Bastien DejeanImplement frames
2013-10-08 Bastien DejeanAdd copyright header
2013-10-06 Bastien DejeanMake sticky windows stick to their monitor
2013-10-06 Bastien DejeanFix clang warnings
2013-10-05 Bastien DejeanImplement tags
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 DejeanHistory is global and stacking is independent
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-14 Bastien DejeanRestore split direction
2013-09-11 Bastien Dejean*window_gap* is now a desktop setting
2013-09-11 Bastien DejeanFix warnings
2013-09-10 Bastien DejeanConsolidate `restore --tree`
2013-08-29 Bastien DejeanRestore the split mode of nodes
2013-07-27 Bastien DejeanFix `restore --tree` for the multi-monitor case
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-12 Bastien DejeanRewrite message handling