]> git.lizzy.rs Git - bspwm.git/history - rule.c
Prevent potential memory leak
[bspwm.git] / rule.c
2015-11-09 Bastien DejeanMerge pull request #305 from Vrakfall/master
2015-11-09 Bastien DejeanDocument and homogenize subscriber events
2015-11-05 Bastien DejeanMake a clear distinction between states and flags
2015-11-01 Bastien DejeanRestore natural constraints on fullscreen windows
2015-10-26 Bastien DejeanRewrite the stacking engine
2015-02-21 Bastien DejeanAdd rule consequence: split_ratio
2014-10-22 Bastien DejeanUse generic BSD 2-clause license
2014-08-14 Bastien DejeanAdd new rule consequence: border
2014-02-17 Bastien DejeanRefactor error reporting
2014-02-06 Bastien DejeanRemove *lower* rule consequence
2014-02-02 Bastien DejeanAdd new rule consequence: split_dir
2014-01-19 Bastien DejeanRemove trailing spaces in headers
2014-01-18 Bastien DejeanIndentation: convert spaces to tabs
2014-01-09 Bastien DejeanHandle min/max window size hints
2014-01-07 Bastien DejeanAdd built-in rule to center dialog windows
2014-01-04 Bastien DejeanAdd new rule consequence: window=WINDOW_SEL
2013-12-29 Bastien DejeanSimply treat transient windows as floating windows
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-12 Bastien DejeanReinstate the *rule* command
2013-11-09 Bastien DejeanHandle zombies via SIGCHLD
2013-11-08 Bastien DejeanFork two times to avoid generating zombies
2013-11-08 Bastien DejeanAsynchronously parse rule command output
2013-11-07 Bastien DejeanReinstate default built-in rules
2013-11-07 Bastien DejeanClose the file returned by popen
2013-11-05 Bastien DejeanExternalize rules
2013-10-27 Bastien DejeanMerge translate_position and translate_client
2013-10-19 Bastien DejeanRemove tags
2013-10-12 Bastien DejeanImplement private windows
2013-10-10 Bastien DejeanImplement frames
2013-10-08 Bastien DejeanAdd copyright header
2013-10-06 Bastien DejeanEnhance and clarify rule interface
2013-10-05 Bastien DejeanImplement tags
2013-10-01 Bastien DejeanHandle _NET_WM_STATE_STICKY
2013-10-01 Bastien DejeanImplement sticky windows
2013-09-24 Bastien DejeanInitialize fullscreen and locked rule effects
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