]> git.lizzy.rs Git - bspwm.git/history - tree.c
Remove setting: 'focus_follows_pointer'
[bspwm.git] / tree.c
2013-03-04 Bastien DejeanRemove setting: 'focus_follows_pointer'
2013-03-03 Bastien DejeanDisable motion recording as soon as possible
2013-03-02 Bastien DejeanFocus follows pointer rewrite
2013-02-28 Bastien DejeanUnify tiled and floating pointer actions
2013-02-26 Bastien DejeanNew message: 'flip'
2013-02-04 Bastien DejeanAdd tiled move/resize pointer actions
2013-01-17 Bastien DejeanMerge branch 'master' into compton-shadow
2013-01-09 Bastien DejeanFocus follows pointer needs enter notify events
2013-01-08 Bastien DejeanDon't exclude unmapped 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-06 Bastien DejeanNew message: 'mouse'
2013-01-02 Bastien DejeanRestore the event mask of the clients in 'restore'
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-25 Bastien DejeanMake function name concur with message name
2012-12-25 Bastien DejeanRewrite border drawing in `focus_node`
2012-12-24 Bastien DejeanMake the remote code adhere to the coding style
2012-12-24 Bastien DejeanMerge pull request #18 from ThomasAdam/ta/active-border...
2012-12-24 Thomas AdamCorrectly honour 'active_border_color' setting
2012-12-23 Bastien DejeanNew message: 'toggle_visibility'
2012-12-19 Bastien DejeanMerge branch 'status'
2012-12-19 Bastien DejeanMerge branch 'master' into status
2012-12-18 Bastien DejeanMerge branch 'master' into status
2012-12-18 Bastien DejeanUse specified fifo ('-s' flag) instead of stdout
2012-12-17 Bastien DejeanUse full layout name
2012-12-17 Bastien DejeanMerge branch 'master' into status
2012-12-17 Bastien DejeanRemove duplicate leftover function
2012-12-17 Bastien DejeanNew setting: 'status_stdout'
2012-12-13 Bastien DejeanNew setting: 'adaptative_raise'
2012-12-10 Bastien DejeanActually change the floating rectangle in fit_monitor
2012-12-09 Bastien DejeanNew message: "pad"
2012-11-07 Bastien DejeanStore pointer position in 'focus_node'
2012-11-04 Bastien DejeanHandle stacking order in focus_node
2012-11-04 Bastien DejeanRemove message: 'magnetise'
2012-11-04 Bastien DejeanNew setting: 'gapless_monocle'
2012-11-04 Bastien DejeanCompact 'arrange' debug message
2012-11-02 Bastien DejeanMonocle: change stacking only when the focus is tiled
2012-11-02 Bastien DejeanRefactor *circulate_leaves*
2012-11-01 Bastien DejeanNew message: 'circulate'
2012-10-29 Bastien DejeanUse the monitor, not the screen, rectangle
2012-10-25 Bastien DejeanFix monocle regression in 'client_message'
2012-10-24 Bastien DejeanTiled windows should not be above floating windows
2012-10-23 Bastien DejeanProperly handle 'focus_follows_mouse'
2012-10-23 Bastien DejeanOptions for 'cycle_desktop': --skip-{free,occupied}
2012-10-23 Bastien DejeanFix wrong assumption regarding window id
2012-10-23 Bastien DejeanMerge branch 'develop'
2012-10-22 Bastien DejeanNew messages: 'nearest' and 'alternate_focus'
2012-10-18 Bastien DejeanFix monocle
2012-10-17 Bastien DejeanAdded support for multiple monitors
2012-10-10 Bastien DejeanHandle _NET_WM_DESKTOP
2012-10-05 Bastien DejeanUpdate floating rectangle when border_width changes
2012-10-04 Bastien DejeanPrevent buffer overruns in `dump_tree` and al.
2012-10-04 Bastien DejeanAlways use BUFSIZ
2012-10-03 Bastien DejeanMerge pull request #4 from c00kiemon5ter/client
2012-10-03 Ivan Kanakarakisupdate wm to use helpers
2012-09-30 Bastien DejeanMerge pull request #3 from c00kiemon5ter/bool
2012-09-30 Ivan Kanakarakisbool is a real type
2012-09-29 Bastien DejeanUpdate vacant state when swapping nodes
2012-09-29 Bastien DejeanNew setting: "borderless_monocle"
2012-09-28 Bastien DejeanNever remove borders on floating windows
2012-09-28 Bastien DejeanRemove window borders whenever possible
2012-09-28 Bastien DejeanAlso update vacant state when unlinking nodes
2012-09-28 Bastien DejeanRemove vacant debug info in dump_tree
2012-09-28 Bastien DejeanUpdate vacant state in insert_node
2012-09-27 Bastien DejeanRemoved the Lua dependency
2012-09-26 Bastien DejeanNew message: "magnetise"
2012-09-24 Bastien DejeanTake tall screens into consideration
2012-09-24 Bastien DejeanOptions to skip same or different class in "cycle"
2012-09-24 Bastien DejeanFix the unexpected focus after node removal
2012-09-24 Bastien DejeanRemove obvious condition
2012-09-22 Bastien DejeanDocumentation
2012-09-22 Bastien DejeanFix dangling last_focus ; no infinite width, height
2012-09-22 Bastien DejeanResize floating windows with the mouse
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-21 Bastien DejeanUnmap notify handling is bogus
2012-09-21 Bastien DejeanSupport cycling for all options in cycle_leaf
2012-09-21 Bastien DejeanHandle unmap notifications
2012-09-20 Bastien DejeanLocked and urgent client states and colors
2012-09-20 Bastien DejeanFix desktop_cyle, try to handle unmap_notify
2012-09-20 Bastien DejeanRotate the tree when unlinking, reload commands
2012-09-20 Bastien DejeanFix "alternate" command, min width,height is 1,1
2012-09-19 Bastien DejeanDon't select desktop in focus_node
2012-09-19 Bastien DejeanUpdate focus in {transfer,remove}node and al.
2012-09-18 Bastien DejeanFix swap_nodes
2012-09-18 Bastien DejeanFix hang related to SIGCHLD
2012-09-18 Bastien DejeanNumerous fixes
2012-09-16 Bastien DejeanFlush, EWMH, new events, presel border fix
2012-09-13 Bastien DejeanToggle floating
2012-09-13 Bastien DejeanFix remove_node and cycle_leaf
2012-09-13 Bastien DejeanFix pull, push and node removal
2012-09-13 Bastien DejeanFix apply_layout, dump_tree, insert_node, bye bsps
2012-09-12 Bastien DejeanToggle fullscreen, cycle leaf, more messages
2012-09-11 Bastien DejeanClient message, strict parse, select desktop
2012-09-11 Bastien DejeanA few messages
2012-09-07 Bastien DejeanHandle vacant state in `apply_layout`
2012-09-07 Bastien DejeanUpdate vacant state
2012-09-06 Bastien DejeanHandling of window gap
next