]> git.lizzy.rs Git - bspwm.git/history - window.c
New setting: persistent_monitors
[bspwm.git] / window.c
2014-02-09 Bastien DejeanFix window centering
2014-02-09 Bastien DejeanTurn the *border_width* setting into a desktop/window...
2014-02-08 Bastien DejeanCenter windows that don't specify an initial position
2014-02-06 Bastien DejeanRemove *lower* rule consequence
2014-02-02 Bastien DejeanDon't try to set the split direction of *NULL*
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-12 Bastien DejeanPrevent pointer actions on an unmanaged window
2014-01-09 Bastien DejeanHandle min/max window size hints
2014-01-05 Bastien DejeanUpdate the insertion point if the target desktop changes
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-31 Bastien DejeanUpdate the window border when pseudo-focusing
2013-12-29 Bastien DejeanSimply treat transient windows as floating windows
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-28 Bastien DejeanHandle clients outside of every monitors
2013-11-09 Steven AllenDon't schedule windows twice.
2013-11-08 Bastien DejeanAsynchronously parse rule command output
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-26 Bastien DejeanMerge pull request #81 from Stebalien/relative-position
2013-10-26 Steven AllenRelatively translate floating clients to the correct...
2013-10-23 Bastien DejeanHandle remapped windows in manage_window
2013-10-23 Bastien DejeanNew setting: fit_monitor
2013-10-22 Bastien DejeanExpress initial position in monitor referential
2013-10-20 Bastien DejeanConsolidate fit_monitor
2013-10-20 Bastien DejeanSimplify fit_monitor
2013-10-19 Bastien DejeanRevert "Initially center floating windows on their...
2013-10-19 Bastien DejeanInitially center floating windows on their monitor
2013-10-19 Bastien DejeanMerge stack and stack_under
2013-10-19 Bastien DejeanRemove tags
2013-10-13 Bastien DejeanFix initial tagging of windows
2013-10-12 Bastien DejeanImplement private windows
2013-10-10 Bastien DejeanImplement frames
2013-10-09 Bastien DejeanHandle tags in `control --toggle-visibility`
2013-10-08 Bastien DejeanAdd copyright header
2013-10-07 Bastien DejeanHandle _NET_WM_STATE more carefully
2013-10-06 Bastien DejeanDon't set _NET_WM_STATE
2013-10-06 Bastien DejeanMake sticky windows stick to their monitor
2013-10-06 Bastien DejeanA vacant node can be visible
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 DejeanDon't unmap windows in `adopt_orphans`
2013-09-22 Bastien DejeanMake focus_follows_pointer work on empty desktops
2013-09-21 Bastien DejeanMake sure strings are null-terminated
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-19 Bastien DejeanDon't support ICCCM's WM_STATE
2013-09-18 Bastien DejeanConsider unmapped windows as withdrawn
2013-09-18 Bastien DejeanSet the WM_STATE atom
2013-09-18 Bastien DejeanAdd --fullscreen and --locked to `rule -a`
2013-09-17 Bastien DejeanRemove `--float-upcoming` from `control`
2013-09-16 Bastien DejeanAdd new option for `control`: `--float-upcoming`
2013-09-12 Bastien DejeanStack in terms of relative actions
2013-09-10 Bastien DejeanFactorize client message sending
2013-09-07 Bastien DejeanDon't trust WM_PROTOCOLS
2013-09-06 Bastien DejeanRevert "Don't trust WM_PROTOCOLS"
2013-09-06 Bastien DejeanDon't trust WM_PROTOCOLS
2013-09-05 Bastien DejeanImplement ICCCM's WM_TAKE_FOCUS behavior
2013-09-04 Bastien DejeanCompute colors on the fly
2013-07-30 Bastien DejeanPrevent input focus from being stolen
2013-07-15 Bastien DejeanDon't raise windows via `focus_follows_pointer`
2013-07-12 Bastien DejeanRewrite message handling
2013-06-30 Bastien DejeanMerge pull request #31 from Stebalien/arrange-after...
2013-06-30 Steven AllenArrange after killing a window
2013-06-29 Bastien DejeanDon't call update_current to set the input focus
2013-06-27 Bastien DejeanMake split mode and direction local
2013-06-27 Bastien DejeanHandle insertion at non focused nodes
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}`
2013-06-07 Bastien DejeanMerge branch 'randr'
2013-06-06 Bastien DejeanCall `arrange` in `transfer_node`
2013-06-05 Bastien DejeanNew setting: `pointer_follows_monitor`
2013-06-03 Bastien DejeanAdd debug outputs for the motion recorder
2013-06-02 Bastien DejeanSynchronize the motion recorder and the root window
2013-06-01 Bastien DejeanFix stacking of window moved via send_to
2013-06-01 Bastien DejeanNew message: `remove_desktop`
2013-05-30 Bastien DejeanFix focus_node regression
2013-05-29 Bastien DejeanAdd a few debug messages
2013-05-29 Bastien DejeanRefactor focus_node and select_*
2013-05-29 Bastien DejeanThree arguments is enough for `focus_node`
2013-05-08 Bastien DejeanThe `birth_rotation` attribute replaces `birth_mode`
2013-05-08 Bastien DejeanHandle birth mode when toggling the floating state
2013-05-07 Bastien DejeanNew setting: `focus_by_distance`
2013-05-07 Bastien DejeanKeep consistent names for node lists
2013-05-06 Bastien DejeanReverse history list order
2013-05-06 Bastien DejeanStack tiling windows via focus history
2013-05-06 Bastien DejeanMerge branch 'master' into history
2013-04-01 Bastien DejeanUse the depth of the window for the border pixmap
2013-03-30 Bastien DejeanFix bogus shadow property cardinal
2013-03-26 Bastien DejeanAdd support for _NET_WM_STATE_DEMANDS_ATTENTION
next