]> git.lizzy.rs Git - bspwm.git/history - events.c
New setting: `split_ratio`
[bspwm.git] / events.c
2013-03-26 Bastien DejeanAdd support for _NET_WM_STATE_DEMANDS_ATTENTION
2013-03-10 Bastien DejeanMoving tiled windows to empty desktops
2013-03-09 Bastien DejeanMove tiled window: don't miss valid cases
2013-03-09 Bastien DejeanMoving a tiled window to another monitor
2013-03-07 Bastien DejeanLower the motion recorder when querying
2013-03-07 Bastien DejeanGeneralize `swap_nodes`
2013-03-04 Bastien DejeanNew setting: 'focus_follows_pointer'
2013-03-04 Bastien DejeanRemove setting: 'focus_follows_pointer'
2013-03-02 Bastien DejeanFocus follows pointer rewrite
2013-02-28 Bastien DejeanUnify tiled and floating pointer actions
2013-02-28 Bastien DejeanReuse W
2013-02-28 Bastien DejeanNew 'grab_pointer' argument: 'resize_side'
2013-02-04 Bastien DejeanAdd tiled move/resize pointer actions
2013-01-19 Bastien DejeanPrevent pointer actions on fullscreen windows
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 DejeanDon't start actions via unmanaged windows
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-07 Bastien DejeanRemove obsolete headers
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 DejeanRemove settings: '{numlock,capslock}_modifier'
2012-12-25 Bastien DejeanOnly the current window shall not become urgent
2012-12-20 Bastien DejeanPrevent focus stealing for 'focus_follows_mouse'
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-17 Bastien DejeanMerge branch 'master' into status
2012-12-17 Bastien DejeanNew setting: 'status_stdout'
2012-12-08 Bastien DejeanReturn whenever possible
2012-12-08 Bastien DejeanHandle _NET_CURRENT_DESKTOP client message
2012-12-03 Bastien DejeanNew settings: 'numlock_modifier' and 'capslock_modifier'
2012-11-08 Bastien DejeanWindow dragging: transfer node to underlying monitor
2012-11-02 Bastien DejeanDon't forget to set the frozen pointer monitor
2012-10-29 Bastien DejeanUse the monitor, not the screen, rectangle
2012-10-25 Bastien DejeanOrphan adoption: restore desktops organization
2012-10-25 Bastien DejeanFix monocle regression in 'client_message'
2012-10-24 Bastien DejeanMerge branch 'adopt-orphans'
2012-10-24 Bastien DejeanSmall optimization in enter_notify
2012-10-24 Bastien DejeanInitial approach for orphans adoption
2012-10-23 Bastien DejeanMinor cleanup in 'enter_notify'
2012-10-23 Bastien DejeanProperly handle 'focus_follows_mouse'
2012-10-23 Bastien DejeanWindow resize/move toggles the floating state of tiled...
2012-10-23 Bastien DejeanHandle monitors in 'enter_notify'
2012-10-23 Bastien DejeanMerge branch 'develop'
2012-10-22 Bastien DejeanOnly follow the mouse pointer if it moves
2012-10-22 Bastien DejeanFix typo in setting name
2012-10-22 Bastien DejeanNew setting: 'focus_follow_mouse'
2012-10-18 Bastien DejeanFix toggle_fullscreen
2012-10-17 Bastien DejeanAdded support for multiple monitors
2012-10-11 Bastien Dejean_NET_ACTIVE_WINDOW: toggle fullscreen if necessary
2012-10-10 Bastien DejeanHandle _NET_WM_WINDOW_TYPE_{DOCK,NOTIFICATION}
2012-10-10 Bastien DejeanHandle _NET_WM_DESKTOP
2012-10-06 Bastien DejeanCosmetic changes
2012-10-06 Bastien DejeanOn button release: use the stored window
2012-10-06 Bastien DejeanRemove unneeded debug informations
2012-10-05 Bastien DejeanDon't need to apply layout after "close"
2012-10-05 Bastien DejeanFullscreen client message: apply layout
2012-10-03 Bastien DejeanMerge pull request #6 from c00kiemon5ter/debug
2012-10-03 Bastien DejeanMerge pull request #5 from c00kiemon5ter/warning
2012-10-03 Ivan Kanakarakisfix warining about possible unintitialized variables
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 DejeanDon't block window activation when desktop differ
2012-09-29 Bastien DejeanTake into consideration all unmap events
2012-09-29 Bastien DejeanRevert previous commit
2012-09-29 Bastien DejeanRules: switch to the given desktop
2012-09-29 Bastien DejeanTry to address the potential buffer overflows
2012-09-27 Bastien DejeanRemoved the Lua dependency
2012-09-24 Bastien DejeanOptions to skip same or different class in "cycle"
2012-09-24 Bastien DejeanDon't resize: send a configure notify event
2012-09-24 Bastien DejeanAlways Obey Configure Requests
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-22 Bastien DejeanPseudo manual insertion for floating windows
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 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 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 hang related to SIGCHLD
2012-09-18 Bastien DejeanDon't configure fullscreen windows
2012-09-18 Bastien DejeanNumerous fixes
2012-09-16 Bastien DejeanFlush, EWMH, new events, presel border fix
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-07 Bastien DejeanLocate window
2012-09-05 Bastien DejeanFocus node, refactor
2012-09-04 Bastien DejeanDropping leaf related pointers
2012-09-03 Bastien DejeanStill filling map_request
next