]> git.lizzy.rs Git - bspwm.git/history - monitor.c
New setting: merge_overlapping_monitors
[bspwm.git] / monitor.c
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