]> git.lizzy.rs Git - bspwm.git/history - bspwm.c
Use consistent names
[bspwm.git] / bspwm.c
2013-04-03 Bastien DejeanUse consistent names
2013-04-02 Bastien DejeanNew option for `bspwm`: `-p STATUS_PREFIX`
2013-03-31 Bastien DejeanAdd help command line flag
2013-03-26 Bastien DejeanAdd support for _NET_WM_STATE_DEMANDS_ATTENTION
2013-03-04 Bastien DejeanNew setting: 'focus_follows_pointer'
2013-03-04 Bastien DejeanRemove setting: 'focus_follows_pointer'
2013-03-02 Bastien DejeanFocus follows pointer rewrite
2013-02-12 Bastien DejeanUpdate TODO
2013-01-19 Bastien DejeanMerge branch 'master' into compton-shadow
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 DejeanCursor pointer feedbacks for 'grab_pointer'
2013-01-09 Bastien DejeanFocus follows pointer needs enter notify events
2013-01-08 Bastien DejeanDon't exclude unmapped windows
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 DejeanCheck for bind/listen errors when creating socket
2013-01-06 Bastien DejeanNew message: 'mouse'
2013-01-02 Bastien DejeanRemove settings: '{numlock,capslock}_modifier'
2012-12-26 Bastien DejeanCleanup before leaving
2012-12-25 Bastien DejeanNew message: 'list_rules'
2012-12-24 Bastien DejeanMerge pull request #18 from ThomasAdam/ta/active-border...
2012-12-24 Bastien DejeanNew optional EXIT_STATUS argument for 'quit'
2012-12-23 Bastien DejeanNew message: 'toggle_visibility'
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-18 Bastien DejeanUse specified fifo ('-s' flag) instead of stdout
2012-12-03 Bastien DejeanNew settings: 'numlock_modifier' and 'capslock_modifier'
2012-12-03 Bastien DejeanAlso ungrab on NumLock
2012-12-03 Bastien DejeanMouse bindings: handle NumLock
2012-11-29 Bastien DejeanAdd support for the _COMPTON_SHADOW atom
2012-11-10 Bastien DejeanRegister events as early as possible
2012-10-25 Bastien DejeanOrphan adoption: restore desktops organization
2012-10-25 Bastien DejeanNew message: 'adopt_orphans'
2012-10-25 Bastien DejeanFix minor typos
2012-10-25 Bastien DejeanRely on _NET_WM_DESKTOP for orphans adoption
2012-10-24 Bastien DejeanMerge branch 'adopt-orphans'
2012-10-24 Bastien DejeanDon't be silly
2012-10-24 Bastien DejeanCheck map_state value in adopt_orphans
2012-10-24 Bastien DejeanDon't make wild guesses on things that need to be freed
2012-10-24 Bastien DejeanInitial approach for orphans adoption
2012-10-24 Bastien DejeanRefactor README, support VERSION in *main*
2012-10-23 Bastien DejeanFix the handling of 'button_modifier'
2012-10-23 Bastien DejeanProperly handle 'focus_follows_mouse'
2012-10-23 Bastien DejeanFix wrong assumption regarding window id
2012-10-23 Bastien DejeanNew setting: 'button_modifier'
2012-10-23 Bastien DejeanMerge branch 'develop'
2012-10-18 Bastien DejeanFix monocle
2012-10-17 Bastien DejeanAdded support for multiple monitors
2012-10-10 Bastien DejeanHandle _NET_WM_WINDOW_TYPE_{DOCK,NOTIFICATION}
2012-10-10 Bastien DejeanHandle _NET_WM_DESKTOP
2012-10-06 Bastien DejeanCosmetic changes
2012-10-04 Bastien DejeanPrevent buffer overruns in `dump_tree` and al.
2012-10-04 Bastien DejeanEmpty rsp after sending it
2012-10-03 Bastien DejeanRemove trailing new line in response
2012-10-03 Bastien DejeanMerge pull request #4 from c00kiemon5ter/client
2012-10-03 Ivan Kanakarakisupdate wm to use helpers
2012-10-02 Ivan Kanakarakisno need for an EMPTY_RESPONSE
2012-09-30 Bastien DejeanMerge pull request #3 from c00kiemon5ter/bool
2012-09-30 Ivan Kanakarakisbool is a real type
2012-09-29 Bastien DejeanTry to address the potential buffer overflows
2012-09-28 Bastien DejeanComplete _NET_SUPPORTED root property
2012-09-27 Bastien DejeanRemoved the Lua dependency
2012-09-24 Bastien DejeanMade BSPWM_SOCKET definition optional
2012-09-22 Bastien DejeanResize floating windows with the mouse
2012-09-22 Bastien DejeanMove floating windows with the mouse, fix born_as
2012-09-22 Bastien DejeanPseudo manual insertion for floating windows
2012-09-21 Bastien DejeanShow / hide wrappers should make unmap_notify work
2012-09-21 Bastien DejeanUnmap notify handling is bogus
2012-09-20 Bastien DejeanLocked and urgent client states and colors
2012-09-18 Bastien DejeanFix swap_nodes
2012-09-18 Bastien DejeanFix hang related to SIGCHLD
2012-09-18 Bastien DejeanNumerous fixes
2012-09-16 Bastien DejeanFlush, EWMH, new events, presel border fix
2012-09-14 Bastien DejeanSimplify get_color
2012-09-13 Bastien DejeanFix apply_layout, dump_tree, insert_node, bye bsps
2012-09-12 Bastien DejeanFirst incursion
2012-09-12 Bastien DejeanToggle fullscreen, cycle leaf, more messages
2012-09-11 Bastien DejeanA few messages
2012-09-11 Bastien DejeanRun autostart
2012-09-11 Bastien DejeanRules, XDG config & autostart
2012-09-09 Bastien DejeanDzen2 output
2012-09-07 Bastien DejeanNo children, no zombies
2012-09-01 Bastien DejeanMap requests slowly being taken care of
2012-08-30 Bastien DejeanEWMH status embryo
2012-08-29 Bastien DejeanC style structure names
2012-08-28 Bastien DejeanProperly close sockets
2012-08-23 Bastien DejeanTimid EWMH incursion
2012-08-20 baskervilleRefactoring
2012-08-19 baskervilleOnly one layer
2012-08-17 baskervilleStarting the tree functions
2012-08-07 baskervillebig Makefile
2012-08-02 baskervillesimple get message
2012-08-02 baskervilleusing unix socket instead of fifo
2012-08-02 baskervillesocket client
2012-08-02 baskervillethe name