]> git.sur5r.net Git - i3/i3/history - include/handlers.h
Merge branch 'master' into next
[i3/i3] / include / handlers.h
2012-10-03 Michael StapelbergMerge branch 'master' into next
2012-09-28 Michael StapelbergMerge branch 'master' into next
2012-09-28 Michael StapelbergMerge branch 'master' into next
2012-09-28 Michael StapelbergMerge branch 'master' into next
2012-09-27 Michael StapelbergMerge branch 'master' into next
2012-09-24 Michael StapelbergMerge branch 'master' into next
2012-09-21 Michael Stapelbergdon’t use reversed identifiers for include guards ...
2012-04-22 Michael StapelbergMerge branch 'master' into next
2012-03-31 Michael StapelbergUse (void) instead of () for functions without args...
2011-11-11 Michael StapelbergMerge branch 'next'
2011-10-25 Michael Stapelbergnormalize file headers across **/*.{h,c}
2011-08-01 Michael StapelbergMerge i3bar into next
2011-07-31 Michael StapelbergMerge branch 'next'
2011-07-31 Michael StapelbergMerge branch 'tree' into next
2011-07-10 Michael StapelbergIgnore X11 errors caused by ReparentWindow / ChangeProp...
2011-04-19 Michael StapelbergBugfix: Ignore EnterNotifies generated by UnmapNotifies
2011-03-20 Michael Stapelbergrefactor handlers.{c,h}: declare the handlers static...
2011-03-20 Michael StapelbergHandle FocusIn events generated by clients and update...
2011-03-18 Michael StapelbergMake i3 compatible with the very latest xcb
2011-03-18 Michael StapelbergMake i3 compatible with the very latest xcb
2011-03-14 Michael Stapelbergre-implement support for MappingNotifys
2011-01-04 Michael StapelbergRe-Implement support for RandR changes
2010-11-28 Michael StapelbergFix switching containers by moving the mouse over their...
2010-11-13 Michael Stapelbergimplement support for WM_TRANSIENT_FOR, expand testcase
2010-11-12 Michael StapelbergImplement support for WM_CLIENT_LEADER
2010-11-12 Michael Stapelbergimplement configure requests, adapt testcase
2010-10-11 Michael StapelbergImplement support for size hints (including test case)
2010-06-02 Michael StapelbergRe-implement support for the urgency hint, extend t...
2010-04-17 Michael Stapelberghandle destroynotify events
2010-04-17 Michael Stapelberghandle client messages (fullscreen window state)
2010-04-13 Michael Stapelbergre-add fullscreen mode
2010-04-13 Michael Stapelbergcleanups
2010-04-13 Michael Stapelbergre-add focus follows mouse handling
2010-04-13 Michael Stapelbergre-add support for legacy window titles (WM_NAME)
2010-04-13 Michael Stapelbergcorrectly update/display window title/class
2010-04-13 Michael Stapelbergfirst step of the big refactoring ("tree" branch).
2010-03-30 Michael StapelbergMerge branch 'next'
2010-03-27 Michael StapelbergRevert "Bugfix: Ignore enter_notify when warping pointe...
2010-03-27 Michael StapelbergBugfix: Ignore enter_notify when warping pointer (makes...
2010-03-24 Michael StapelbergHandle destroy notify events like unmap notify events
2010-03-14 Michael StapelbergDon’t use SYNC key bindings for Mode_switch but re...
2010-03-02 Michael Stapelberghuge change: implement RandR instead of Xinerama
2009-11-09 Michael StapelbergMerge branch 'next'
2009-09-06 Michael StapelbergImplement the urgency hint for windows/workspaces
2009-08-19 Michael StapelbergMerge branch 'next'
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-07 Michael StapelbergImplement support for using key symbols in configuratio...
2009-08-05 Michael StapelbergBugfix: Track the user’s pointer over the root window...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-08-04 Michael StapelbergAdd support for WM_CLIENT_LEADER, put floating windows...
2009-06-29 Lars Hartmannupdated doxygen docu, added FIXMEs, fixed headers to...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-12 Michael StapelbergHandle transient hint and window class dialog to mark...
2009-05-05 Michael StapelbergImplement storing WM_CLASS of each client
2009-04-07 Michael StapelbergPut documentation for each function in the header files...
2009-03-11 Michael StapelbergHandle legacy window titles by rendering them not unico...
2009-03-11 Michael StapelbergFix misnomer (window_type_handler → handle_window_type...
2009-03-10 Michael StapelbergBugfix: Eliminate race condition, fix dock windows
2009-03-09 Michael StapelbergMajor change: Redirect events instead of handle the...
2009-03-06 Michael StapelbergImplement handling the size hints so that aspect ratio...
2009-02-28 Michael StapelbergBugfix: Fix various bugs when switching workspaces
2009-02-22 Michael StapelbergMerge branch 'master' of zekjur:/git/i3
2009-02-22 Michael StapelbergCorrectly handle _NET_WM_WINDOW_TYPE == _NET_WM_WINDOW_...
2009-02-14 Michael StapelbergImplement fullscreen (_NET_WM_STATE_FULLSCREEN)
2009-02-14 Michael StapelbergAdd vim hints, copyright notice to each file, add LICEN...
2009-02-13 Michael StapelbergMove stuff to include/ and src/