]> git.lizzy.rs Git - bspwm.git/history - types.h
New setting: merge_overlapping_monitors
[bspwm.git] / types.h
2014-03-29 Bastien DejeanIncrease class name string length
2014-03-28 Bastien DejeanIncrease instance name string length
2014-02-06 Bastien DejeanRemove *lower* rule consequence
2014-02-03 Bastien DejeanReintroduce the *automatic* window modifier
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-04 Bastien DejeanAdd new rule consequence: window=WINDOW_SEL
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 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-12 Bastien DejeanReinstate the *rule* command
2013-11-08 Bastien DejeanAsynchronously parse rule command output
2013-11-07 Bastien DejeanPrint status informations via control --subscribe
2013-11-05 Bastien DejeanExternalize rules
2013-11-03 Bastien DejeanAdd a floating state to desktops
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-08 Bastien DejeanDecrease the header guards collision chances
2013-10-08 Bastien DejeanAdd the older/newer selectors to all the objects
2013-10-08 Bastien DejeanAdd history navigation selectors
2013-10-08 Bastien DejeanUse compliant header guard
2013-10-07 Bastien DejeanHandle _NET_WM_STATE more carefully
2013-10-07 Bastien DejeanFix name collision with standard headers type
2013-10-06 Bastien DejeanEnhance and clarify rule interface
2013-10-06 Bastien DejeanMake sticky windows stick to their monitor
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-22 Bastien DejeanMake focus_follows_pointer work on empty desktops
2013-09-21 Bastien DejeanMake sure strings are null-terminated
2013-09-19 Bastien DejeanSplit types.c into {monitor,desktop,history}.c
2013-09-18 Bastien DejeanAdd --fullscreen and --locked to `rule -a`
2013-09-17 Bastien DejeanNew option for `rule -a`: --one-shot
2013-09-15 Bastien DejeanRemove obsolete comments
2013-09-13 Bastien DejeanNew option for the `rule` command: `--unmanage`
2013-09-11 Bastien Dejean*window_gap* is now a desktop setting
2013-09-10 Bastien DejeanConsolidate `restore --tree`
2013-09-10 Bastien DejeanAdd a `--swap` option to the `desktop` command
2013-09-09 Bastien DejeanAdd a `--swap` option to the `monitor` command
2013-09-05 Bastien DejeanImplement ICCCM's WM_TAKE_FOCUS behavior
2013-08-06 Bastien DejeanAdd an option to `rule -a`: `--focus`
2013-07-19 Bastien DejeanOptimize the `last` selector
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-12 Bastien DejeanRewrite message handling
2013-06-27 Bastien DejeanNew option for `cancel`: --all
2013-06-27 Bastien DejeanMake split mode and direction local
2013-06-24 Bastien DejeanNew setting: `history_aware_focus`
2013-06-07 Bastien DejeanMerge branch 'randr'
2013-06-02 Bastien DejeanNew message: `send_desktop_to`
2013-05-31 Bastien DejeanConsolidate monitor disconnection handling
2013-05-30 Bastien DejeanNew options for swap: `--{keep,swap}-focus`
2013-05-30 Bastien DejeanNew message: `biggest`
2013-05-29 Bastien DejeanHandle monitors via RandR
2013-05-08 Bastien DejeanThe `birth_rotation` attribute replaces `birth_mode`
2013-05-08 Bastien DejeanHandle the node's birth mode consistently
2013-05-07 Bastien DejeanAdd a few comments regarding the `latest` state
2013-05-06 Bastien DejeanStack tiling windows via focus history
2013-05-06 Bastien DejeanMerge branch 'master' into history
2013-05-06 Bastien DejeanMerge branch 'master' into history
2013-04-03 Bastien DejeanNew setting: `split_ratio`
2013-04-02 Bastien DejeanNew arguments for `swap`: `biggest` and `smallest`
2013-03-12 Bastien DejeanNew argument for the `rule` message: `follow`
2013-03-06 Bastien DejeanMerge branch 'master' into history
2013-03-03 Bastien DejeanRemove all references in history_remove
2013-03-03 Bastien DejeanMerge branch 'master' into focus-history
2013-02-28 Bastien DejeanUnify tiled and floating pointer actions
2013-02-28 Bastien DejeanNew 'grab_pointer' argument: 'resize_side'
2013-02-26 Bastien DejeanNew message: 'flip'
2013-02-04 Bastien DejeanAdd tiled move/resize pointer actions
2013-01-19 Bastien DejeanMerge branch 'master' into focus-history
2013-01-17 Bastien DejeanMerge branch 'master' into compton-shadow
2013-01-13 Bastien DejeanNew messages: 'drop_to{,monitor}'
2013-01-10 Bastien DejeanDon't start actions via unmanaged windows
2013-01-08 Bastien DejeanNew messages: '{grab,track,ungrab}_pointer'
2013-01-07 Bastien DejeanMerge pull request #21 from ThomasAdam/ta/send-to-monitor
2013-01-07 Thomas AdamAdd --next/--prev options to 'send_to_monitor'
2013-01-06 Bastien DejeanNew message: 'mouse'
2012-12-27 Bastien DejeanNew message: 'restore'
2012-12-26 Bastien DejeanRelieve tree.c from non tree related functions
2012-12-26 Bastien DejeanMore informative output for 'list*' messages
2012-12-26 Bastien DejeanCleanup before leaving
2012-12-25 Bastien DejeanNew message: 'list_rules'
2012-12-23 Bastien DejeanAdd '--follow' option to 'send_to*' messages
2012-12-09 Bastien DejeanNew message: "pad"
2012-11-11 Bastien DejeanNew rule effect: move to the given desktop
2012-11-04 Bastien DejeanFocus history: initial attempt
2012-11-01 Bastien DejeanNew message: 'circulate'
next