]> git.lizzy.rs Git - bspwm.git/history - window.c
New setting: fit_monitor
[bspwm.git] / window.c
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
2013-03-18 Bastien DejeanMerge branch 'master' into fix-cpu
2013-03-18 Bastien DejeanExhaustively clear input focus before unmapping
2013-03-12 Bastien DejeanNew argument for the `rule` message: `follow`
2013-03-09 Bastien DejeanMoving a tiled window to another monitor
2013-03-07 Bastien DejeanLower the motion recorder when querying
2013-03-06 Bastien DejeanMerge branch 'master' into history
2013-03-04 Bastien DejeanRemove obsolete function
2013-03-04 Bastien DejeanNew setting: 'focus_follows_pointer'
2013-03-04 Bastien DejeanRemove setting: 'focus_follows_pointer'
2013-03-03 Bastien DejeanDisable motion recording as soon as possible
2013-03-03 Bastien DejeanMerge branch 'master' into focus-history
2013-03-02 Bastien DejeanFocus follows pointer rewrite
2013-02-06 Bastien DejeanRemove the inner and outer borders
2013-01-19 Bastien DejeanRemove duplicate code
2013-01-19 Bastien DejeanMerge branch 'master' into focus-history
2013-01-19 Bastien DejeanDon't alter the floating state of fullscreen windows
2013-01-19 Bastien DejeanActually honour 'apply_shadow_property'
2013-01-19 Bastien DejeanMerge branch 'master' into compton-shadow
2013-01-19 Bastien DejeanOnly floating windows needs shadow
2013-01-17 Bastien DejeanMerge branch 'master' into compton-shadow
2013-01-12 Bastien DejeanRevert "Cursor pointer feedbacks for 'grab_pointer'"
2013-01-10 Bastien DejeanCursor pointer feedbacks for 'grab_pointer'
2013-01-09 Bastien DejeanFocus follows pointer needs enter notify events
2013-01-08 Bastien DejeanNew messages: '{grab,track,ungrab}_pointer'
2013-01-02 Bastien DejeanRemove settings: '{numlock,capslock}_modifier'
2012-12-26 Bastien DejeanBorder color: *urgent* goes before *locked*
2012-12-26 Bastien DejeanMerge pull request #20 from ThomasAdam/ta/fix-urgency...
next