]> git.lizzy.rs Git - bspwm.git/shortlog
bspwm.git
2015-11-26 Bastien DejeanRemove settings: auto_cancel and auto_alternate
2015-11-26 Bastien DejeanAdd *focused* modifier to desktops and monitors
2015-11-25 Bastien DejeanAllow modifiers on every selector
2015-11-23 Bastien DejeanPackages: add Manjaro Linux
2015-11-23 Bastien DejeanUpdate TODO
2015-11-23 Bastien DejeanRegularize the layer modifiers
2015-11-22 Bastien DejeanUpdate the documentation regarding query/restore
2015-11-22 Bastien DejeanFix num_clients restore format
2015-11-22 Bastien DejeanRemove obsolete variable
2015-11-22 Bastien DejeanConsolidate update_monitors
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-18 Bastien DejeanFix modifier in example sxhkdrc
2015-11-17 Bastien DejeanFix *[!]occupied* modifier
2015-11-17 Bastien DejeanSimplify EWMH state toggling
2015-11-17 Bastien DejeanUse field designators when initializing structures
2015-11-17 Bastien DejeanPrevent potential memory leak
2015-11-17 Bastien DejeanMake the modifier notation compact and uniform
2015-11-17 Bastien DejeanMerge pull request #317 from guyhughes/fix-doc
2015-11-17 Guy Hughesdocs nontiled window selector typo
2015-11-17 Guy Hughesdocs CONTRIBUTING typo
2015-11-16 Bastien DejeanExpand INSTALL.md
2015-11-16 Bastien DejeanRemove obsolete vim modeline
2015-11-16 Bastien DejeanAdd README.md to Makefile
2015-11-15 Bastien DejeanREADME: use relative links
2015-11-15 Bastien DejeanAdd link to the `examples` directory
2015-11-15 Bastien DejeanRewrite README
2015-11-13 Bastien DejeanRemove `apply_floating_atom` setting
2015-11-13 Bastien DejeanFix typos in manual
2015-11-13 Bastien DejeanMerge pull request #313 from nfnty/stack_leak
2015-11-13 Bastien DejeanMerge branch 'icccm-input-focus'
2015-11-13 nfntyFix stack_insert memory leak
2015-11-12 Bastien DejeanDon't automatically alternate between states
2015-11-12 Bastien DejeanFix discrepancy between query and restore format
2015-11-11 Bastien DejeanTry to honor ICCCM input focus policy
2015-11-10 Bastien DejeanInitialize `split_dir` in `make_node`
2015-11-10 Bastien DejeanFix pointer grabbing regression brought by f28f334
2015-11-09 Bastien DejeanMerge pull request #305 from Vrakfall/master
2015-11-09 Bastien DejeanDocument and homogenize subscriber events
2015-11-09 VrakfallLoads sxhkd at bspwm startup.
2015-11-07 Bastien DejeanRestore the tiled rectangles of nodes and clients
2015-11-07 Bastien DejeanAdd `--activate` to `window`
2015-11-07 Bastien DejeanFix regression introduced by f28f334
2015-11-07 Bastien DejeanUpdate TODO
2015-11-07 Bastien DejeanUpdate TODO
2015-11-07 Bastien DejeanFix typo
2015-11-07 Bastien DejeanTrust WM_TAKE_FOCUS but handle exceptions
2015-11-06 Bastien DejeanNeutralize obscuring windows in `pseudo_focus`
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-31 Bastien DejeanAdd class and instance names to bspwm's windows
2015-10-29 Bastien DejeanAdd general-purpose fullscreen daemon example
2015-10-28 Bastien DejeanAdd a fullscreen daemon for the panel example
2015-10-27 Bastien DejeanAdd extensive documentation for the new modifiers
2015-10-27 Bastien DejeanAdd a few selector modifiers
2015-10-26 Bastien DejeanRewrite the stacking engine
2015-10-19 Bastien DejeanAlways update EWMH desktop names in `monitor -d`
2015-10-11 Bastien DejeanMerge pull request #295 from hasq/master
2015-10-11 hasqfix: update ewhm wm desktops after adding desktop
2015-08-21 RyanThere's no window_gap setting at the monitor level
2015-08-17 Bastien DejeanMake the `window_manage` event more verbose
2015-08-17 Bastien DejeanEmit all window_state events
2015-08-17 Bastien DejeanUnlink the socket before binding
2015-08-16 Bastien DejeanSimplify desktop entry file
2015-08-15 Bastien DejeanJust print the server response as is
2015-08-12 Bastien DejeanDon't add a new line at the end of partial lines
2015-08-10 Bastien DejeanMerge pull request #283 from rye761/link-fix
2015-08-09 RyanReplaced broken old AUR link with up to date links...
2015-08-07 Bastien Dejean*leaf_monocle*: only consider tiled windows
2015-08-06 Bastien DejeanMerge pull request #281 from fbergroth/leaf-monocle
2015-08-05 Fredrik BergrothNew setting: leaf_monocle
2015-08-01 Bastien DejeanAdd a few subscriber events
2015-06-12 Bastien DejeanReinstate the motion recorder for FFP
2015-06-11 Bastien DejeanGrab the pointer in order to capture motions
2015-06-11 Bastien DejeanPropagate FFP_MASK
2015-06-10 Bastien DejeanMake motion notify debug message more verbose
2015-06-09 Bastien DejeanRemove unused function
2015-06-09 Bastien DejeanOnly honor FFP in reaction to pointer motion events
2015-06-09 Bastien DejeanHandle preselection in pseudo-automatic mode example
2015-06-09 Bastien DejeanAdd pseudo-automatic mode example
2015-06-09 Bastien DejeanFix the return value of the SETSTR macro
2015-06-06 Bastien DejeanImplement focus_follows_pointer via enter notify events
2015-05-26 Bastien DejeanAdd `desktop --bubble`
2015-05-09 Bastien DejeanAllow subscribers to choose what they listen to
2015-05-02 Bastien DejeanMerge pull request #243 from buztard/force-installation
2015-05-02 Bastian WinklerForce installation of bsp{wm,c}
2015-04-27 Bastien DejeanRewrite the handling of overlapping monitors
2015-04-26 Bastien DejeanDon't try to merge a monitor into NULL
2015-04-06 Bastien Dejeansxhkdrc: grab pointer synchronously
2015-04-05 Bastien DejeanUpdate TODO
2015-04-05 Bastien DejeanUpdate examples to reflect changes in sxhkd
2015-03-20 Bastien DejeanVersion 0.9
2015-03-17 Bastien DejeanLoop example: fix indentation
2015-03-17 Bastien DejeanMerge pull request #225 from iskatu/fix/loop-example
2015-03-16 iskatuLoop example: Saving stack correctly
2015-03-16 Bastien DejeanMerge pull request #223 from yate/bar-to-lemonbar
next