]> git.lizzy.rs Git - bspwm.git/history - window.c
Mention the default reference
[bspwm.git] / window.c
2016-04-21 Bastien DejeanRemove unused function
2016-04-19 Bastien DejeanHonor FFP in initialize_presel_feedback
2016-04-18 Bastien DejeanConsolidate focus_follows_pointer
2016-04-16 Bastien DejeanAdd node flag: hidden
2016-04-15 Bastien DejeanImplement focus_follows_pointer via enter_notify
2016-04-15 Bastien DejeanRely on precomputed rectangles whenever possible
2016-04-07 Bastien DejeanReinstate built-in pointer bindings
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-03-16 Bastien DejeanDon't try to print pointers as strings
2016-02-26 Bastien DejeanExtract geometric functions from helpers.c
2016-02-12 Bastien DejeanDon't try to guess the window rectangle
2015-12-31 Bastien DejeanSkip unmapped windows in query_pointer
2015-12-23 Bastien DejeanHandle preselection feedbacks in query_pointer
2015-12-23 Steven AllenDon't take gaps into account when preselecting a gaples...
2015-12-23 Bastien DejeanEnable save-under for the presel feedback window
2015-12-22 Bastien DejeanGeneralize window commands to nodes
2015-12-09 Bastien DejeanUse last_{state,layer} more consistently
2015-11-22 Bastien DejeanUse JSON as the output format of query -T
2015-11-19 Bastien DejeanFix gcc warnings
2015-11-19 Bastien DejeanHandle fullscreen state birth rotation
2015-11-13 Bastien DejeanRemove `apply_floating_atom` setting
2015-11-13 Bastien DejeanMerge pull request #313 from nfnty/stack_leak
2015-11-13 Bastien DejeanMerge branch 'icccm-input-focus'
2015-11-11 Bastien DejeanTry to honor ICCCM input focus policy
2015-11-09 Bastien DejeanMerge pull request #305 from Vrakfall/master
2015-11-09 Bastien DejeanDocument and homogenize subscriber events
2015-11-07 Bastien DejeanAdd `--activate` to `window`
2015-11-07 Bastien DejeanTrust WM_TAKE_FOCUS but handle exceptions
2015-11-05 Bastien DejeanHandle stacking of unfocused windows
2015-11-05 Bastien DejeanMake a clear distinction between states and flags
2015-11-03 Bastien DejeanRestore previous layer when exiting fullscreen
2015-11-01 Bastien DejeanLimit layer inheritance to floating windows
2015-11-01 Bastien DejeanRestore natural constraints on fullscreen windows
2015-10-26 Bastien DejeanRewrite the stacking engine
2015-08-17 Bastien DejeanMake the `window_manage` event more verbose
2015-08-17 Bastien DejeanEmit all window_state events
2015-08-01 Bastien DejeanAdd a few subscriber events
2015-06-12 Bastien DejeanReinstate the motion recorder for FFP
2015-06-11 Bastien DejeanPropagate FFP_MASK
2015-06-09 Bastien DejeanRemove unused function
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-02-22 Bastien DejeanDon't try to set the split ratio of NULL
2015-02-21 Bastien DejeanAdd rule consequence: split_ratio
2014-10-22 Bastien DejeanUse generic BSD 2-clause license
2014-10-22 Bastien DejeanAdd setting: pointer_follows_focus
2014-08-14 Bastien DejeanAdd new rule consequence: border
2014-05-05 Bastien DejeanNew setting: merge_overlapping_monitors
2014-02-09 Bastien DejeanFix window centering
2014-02-09 Bastien DejeanTurn the *border_width* setting into a desktop/window...
2014-02-08 Bastien DejeanCenter windows that don't specify an initial position
2014-02-06 Bastien DejeanRemove *lower* rule consequence
2014-02-02 Bastien DejeanDon't try to set the split direction of *NULL*
2014-02-02 Bastien DejeanAdd new rule consequence: split_dir
2014-01-19 Bastien DejeanRemove trailing spaces in headers
2014-01-18 Bastien DejeanIndentation: convert spaces to tabs
2014-01-12 Bastien DejeanPrevent pointer actions on an unmanaged window
2014-01-09 Bastien DejeanHandle min/max window size hints
2014-01-05 Bastien DejeanUpdate the insertion point if the target desktop changes
2014-01-04 Bastien DejeanAdd new rule consequence: window=WINDOW_SEL
2014-01-04 Bastien DejeanShow window instance names in the output of `query -T`
2013-12-31 Bastien DejeanUpdate the window border when pseudo-focusing
2013-12-29 Bastien DejeanSimply treat transient windows as floating windows
2013-12-27 Bastien DejeanImplement the pseudo-tiled window state
2013-12-27 Bastien Dejean*Frames* are unnecessary
2013-12-12 Bastien DejeanReinstate the *rule* command
2013-11-28 Bastien DejeanHandle clients outside of every monitors
2013-11-09 Steven AllenDon't schedule windows twice.
2013-11-08 Bastien DejeanAsynchronously parse rule command output
2013-11-05 Bastien DejeanExternalize rules
2013-11-03 Bastien DejeanAdd a floating state to desktops
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 DejeanHandle remapped windows in manage_window
2013-10-23 Bastien DejeanNew setting: fit_monitor
2013-10-22 Bastien DejeanExpress initial position in monitor referential
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-19 Bastien DejeanMerge stack and stack_under
2013-10-19 Bastien DejeanRemove tags
2013-10-13 Bastien DejeanFix initial tagging of windows
2013-10-12 Bastien DejeanImplement private windows
2013-10-10 Bastien DejeanImplement frames
2013-10-09 Bastien DejeanHandle tags in `control --toggle-visibility`
2013-10-08 Bastien DejeanAdd copyright header
2013-10-07 Bastien DejeanHandle _NET_WM_STATE more carefully
2013-10-06 Bastien DejeanDon't set _NET_WM_STATE
2013-10-06 Bastien DejeanMake sticky windows stick to their monitor
2013-10-06 Bastien DejeanA vacant node can be visible
2013-10-05 Bastien DejeanImplement tags
2013-10-01 Bastien DejeanSupport _NET_WM_STATE_STICKY client message
2013-10-01 Bastien DejeanImplement sticky windows
2013-10-01 Bastien DejeanMake the window border width a desktop setting
2013-10-01 Bastien DejeanHistory is global and stacking is independent
next