]> git.lizzy.rs Git - bspwm.git/history - monitor.c
Don't needlessly ungrab/grab the buttons
[bspwm.git] / monitor.c
2016-04-07 Bastien DejeanReinstate built-in pointer bindings
2016-03-26 Bastien DejeanTransfer nodes moved via configure requests
2016-03-26 Bastien DejeanIntroduce receptacles
2016-03-23 Bastien DejeanZero-pad printed IDs
2016-03-21 Bastien DejeanFail verbosely
2016-03-16 Bastien DejeanAdd IDs to desktops and monitors
2016-02-26 Bastien DejeanInitially center the pointer on `mon`
2016-02-26 Bastien DejeanExtract geometric functions from helpers.c
2016-02-24 Bastien DejeanDon't change the index of the primary monitor
2016-02-23 Bastien DejeanSort monitors by natural visual hierarchy
2016-02-01 Bastien DejeanAdd event: monitor_swap
2015-12-30 Bastien DejeanAdd the `--rectangle` command the *monitor* domain
2015-12-23 Bastien DejeanHandle preselection feedbacks in query_pointer
2015-12-22 Bastien DejeanGeneralize window commands to nodes
2015-12-14 Campbell BartonFix uninitialized member use
2015-11-26 Bastien DejeanAdd *focused* modifier to desktops and monitors
2015-11-22 Bastien DejeanConsolidate update_monitors
2015-11-22 Bastien DejeanUse JSON as the output format of query -T
2015-11-09 Bastien DejeanMerge pull request #305 from Vrakfall/master
2015-11-09 Bastien DejeanDocument and homogenize subscriber events
2015-11-05 Bastien DejeanMake a clear distinction between states and flags
2015-10-31 Bastien DejeanAdd class and instance names to bspwm's windows
2015-08-01 Bastien DejeanAdd a few subscriber events
2015-06-12 Bastien DejeanReinstate the motion recorder for FFP
2015-06-06 Bastien DejeanImplement focus_follows_pointer via enter notify events
2015-05-09 Bastien DejeanAllow subscribers to choose what they listen to
2015-04-27 Bastien DejeanRewrite the handling of overlapping monitors
2015-04-26 Bastien DejeanDon't try to merge a monitor into NULL
2014-10-22 Bastien DejeanUse generic BSD 2-clause license
2014-10-22 Bastien DejeanAdd setting: pointer_follows_focus
2014-05-05 Bastien DejeanMerge into existing monitors when rectangles are equal
2014-05-05 Bastien DejeanPluralize setting
2014-05-05 Bastien DejeanNew setting: merge_overlapping_monitors
2014-05-05 Bastien DejeanDon't remove unplugged monitors by default
2014-05-05 Bastien DejeanUse proper function names
2014-05-03 Bastien DejeanMerge branch 'persistent_monitors'
2014-04-29 Bastien DejeanNew setting: persistent_monitors
2014-02-07 Bastien DejeanThe list of monitors must start with the primary monitor
2014-01-19 Bastien DejeanRemove trailing spaces in headers
2014-01-18 Bastien DejeanIndentation: convert spaces to tabs
2013-12-28 Bastien DejeanProvide padding settings for monitors
2013-12-25 Bastien DejeanTurn {top,right,bottom,left}_padding into desktop settings
2013-11-28 Bastien DejeanHandle clients outside of every monitors
2013-11-12 Bastien DejeanMerge branch 'remove-disabled'
2013-11-10 Bastien DejeanNew setting: remove_disabled_monitor
2013-10-27 Steven Allen Handle partially off-screen windows.
2013-10-27 Bastien DejeanMerge translate_position and translate_client
2013-10-26 Bastien DejeanMerge pull request #81 from Stebalien/relative-position
2013-10-26 Steven AllenRelatively translate floating clients to the correct...
2013-10-23 Bastien DejeanNew setting: fit_monitor
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-08 Bastien DejeanAdd copyright header
2013-10-08 Bastien DejeanAdd the older/newer selectors to all the objects
2013-10-06 Bastien DejeanMake sticky windows stick to their monitor
2013-10-05 Bastien DejeanImplement tags
2013-10-02 Bastien DejeanUse consistent function names
2013-10-01 Bastien DejeanHistory is global and stacking is independent
2013-09-26 Bastien DejeanDon't remove connected monitors
2013-09-26 Bastien DejeanRemove unused variable
2013-09-26 Bastien DejeanDon't merge two overlapping known monitors
2013-09-24 Bastien DejeanInitialize desk_{head,tail} in `make_monitor`
2013-09-24 Bastien DejeanAdd desktops to new monitors before anything else
2013-09-22 Bastien DejeanMake focus_follows_pointer work on empty desktops
2013-09-21 Bastien DejeanFix truncated monitor name
2013-09-21 Bastien DejeanMerge overlapping monitors
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