]> git.lizzy.rs Git - bspwm.git/history - events.c
New setting: merge_overlapping_monitors
[bspwm.git] / events.c
2014-05-05 Bastien DejeanUse proper function names
2014-02-06 Bastien DejeanFilter focus requests using client source indication
2014-01-19 Bastien DejeanRemove trailing spaces in headers
2014-01-18 Bastien DejeanIndentation: convert spaces to tabs
2014-01-10 Bastien DejeanHandle WM_NORMAL_HINTS atom modifications
2014-01-09 Bastien DejeanHandle min/max window size hints
2013-12-27 Bastien DejeanDon't transfer windows on configure requests
2013-12-27 Bastien DejeanImplement the pseudo-tiled window state
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-26 Bastien DejeanHandle _NET_CLOSE_WINDOW
2013-10-26 Bastien DejeanBy default, honor EWMH focus requests
2013-10-20 Bastien DejeanUpdate floating rectangle of tiled windows
2013-10-10 Bastien DejeanImplement frames
2013-10-08 Bastien DejeanAdd copyright header
2013-10-06 Bastien DejeanMake sticky windows stick to their monitor
2013-10-01 Bastien DejeanSupport _NET_WM_STATE_STICKY client message
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-25 Bastien DejeanExtract pointer functions from events.c
2013-09-23 Bastien DejeanNew setting: `honor_ewmh_focus`
2013-09-22 Bastien DejeanMake focus_follows_pointer work on empty desktops
2013-09-20 Bastien DejeanAdd comment for focus_in handling
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 DejeanDon't introduce unfounded exceptions
2013-09-18 Bastien DejeanConsider unmapped windows as withdrawn
2013-08-29 Bastien DejeanFocus a monitor with an empty focused desktop
2013-08-02 Bastien DejeanFix all the warnings produced by clang
2013-07-30 Bastien DejeanPrevent input focus from being stolen
2013-07-15 Bastien DejeanRaise focused floating window via pointer -g focus
2013-07-15 Bastien DejeanDon't raise windows via `focus_follows_pointer`
2013-07-13 Bastien DejeanMerge pull request #35 from Stebalien/expand-selector...
2013-07-13 Bastien DejeanMerge pull request #34 from Stebalien/fixup-control...
2013-07-13 Bastien DejeanDon't transplant when swapping
2013-07-12 Bastien DejeanPrevent focus change due to pointer jitter
2013-07-12 Bastien DejeanRewrite message handling
2013-07-04 Bastien DejeanRemove message: `ungrab_pointer`
2013-07-02 Bastien DejeanPrevent node transplantation for `circulate`
2013-06-30 Bastien DejeanHandle _NET_WM_DESKTOP client message
2013-06-29 Bastien DejeanIgnore _NET_ACTIVE_WINDOW for the focused node
2013-06-29 Bastien DejeanRevert "Don't try to focus the focused node"
2013-06-29 Bastien DejeanDon't try to focus the focused node
2013-06-10 Bastien DejeanDon't try to import monitors when RandR is off
2013-06-08 Bastien DejeanHandle fullscreen state in `apply_layout`
2013-06-08 Bastien DejeanConsider only `pointer_follows_monitor` exceptions
2013-06-07 Bastien DejeanMerge branch 'randr'
2013-06-06 Bastien DejeanCall `arrange` in `transfer_node`
2013-05-29 Bastien DejeanRefactor focus_node and select_*
2013-05-29 Bastien DejeanThree arguments is enough for `focus_node`
2013-05-29 Bastien DejeanHandle monitors via RandR
2013-05-26 Bastien DejeanPrevent flickering of `grab_pointer focus`
2013-05-06 Bastien DejeanMerge branch 'master' into history
2013-05-06 Bastien DejeanParticularize `swap_nodes`
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-03 Bastien DejeanMerge branch 'master' into focus-history
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 DejeanMerge branch 'master' into focus-history
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
next