]> git.lizzy.rs Git - bspwm.git/history - window.h
*Frames* are unnecessary
[bspwm.git] / window.h
2013-12-27 Bastien Dejean*Frames* are unnecessary
2013-11-08 Bastien DejeanAsynchronously parse rule command output
2013-10-27 Bastien DejeanMerge translate_position and translate_client
2013-10-20 Bastien DejeanSimplify fit_monitor
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 DejeanUse compliant header guard
2013-10-06 Bastien DejeanMake sticky windows stick to their monitor
2013-10-05 Bastien DejeanImplement tags
2013-10-01 Bastien DejeanImplement sticky windows
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-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 DejeanSet the WM_STATE atom
2013-09-12 Bastien DejeanStack in terms of relative actions
2013-09-10 Bastien DejeanFactorize client message sending
2013-09-05 Bastien DejeanImplement ICCCM's WM_TAKE_FOCUS behavior
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-08 Bastien DejeanHandle fullscreen state in `apply_layout`
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-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-07 Bastien DejeanNew setting: `focus_by_distance`
2013-05-06 Bastien DejeanStack tiling windows via focus history
2013-05-06 Bastien DejeanMerge branch 'master' into history
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-09 Bastien DejeanMoving a tiled window to another monitor
2013-03-07 Bastien DejeanLower the motion recorder when querying
2013-03-04 Bastien DejeanNew setting: 'focus_follows_pointer'
2013-03-04 Bastien DejeanRemove setting: 'focus_follows_pointer'
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 DejeanMerge branch 'master' into compton-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
2012-12-23 Bastien DejeanNew message: 'toggle_visibility'
2012-12-14 Bastien DejeanCenter when the position is the origin
2012-12-13 Bastien DejeanNew setting: 'adaptative_raise'
2012-11-29 Bastien DejeanAdd support for the _COMPTON_SHADOW atom
2012-11-08 Bastien DejeanWindow dragging: transfer node to underlying monitor
2012-11-04 Bastien DejeanHandle stacking order in focus_node
2012-11-04 Bastien DejeanFocus history: initial attempt
2012-10-25 Bastien DejeanOrphan adoption: restore desktops organization
2012-10-25 Bastien DejeanNew message: 'adopt_orphans'
2012-10-24 Bastien DejeanMerge branch 'adopt-orphans'
2012-10-24 Bastien DejeanInitial approach for orphans adoption
2012-10-23 Bastien DejeanMerge branch 'develop'
2012-10-18 Bastien DejeanFix toggle_fullscreen
2012-10-17 Bastien DejeanAdded support for multiple monitors
2012-09-28 Bastien DejeanNew message: "kill"
2012-09-28 Bastien DejeanDon't remove node in close_window
2012-09-22 Bastien DejeanMove floating windows with the mouse, fix born_as
2012-09-21 Bastien DejeanShow / hide wrappers should make unmap_notify work
2012-09-20 Bastien DejeanLocked and urgent client states and colors
2012-09-20 Bastien DejeanFix "alternate" command, min width,height is 1,1
2012-09-19 Bastien DejeanUpdate focus in {transfer,remove}node and al.
2012-09-18 Bastien DejeanNumerous fixes