]> git.sur5r.net Git - i3/i3/history - src/handlers.c
Merge branch 'master' into next
[i3/i3] / src / handlers.c
2011-09-22 Michael StapelbergMerge branch 'master' into next
2011-09-22 Michael StapelbergMerge branch 'fix-close-focus'
2011-09-22 Michael StapelbergBugfix: Correctly revert focus to other floating window...
2011-09-20 Michael StapelbergMerge branch 'master' into next
2011-09-20 Michael StapelbergMerge branch 'master' into next
2011-09-19 Michael StapelbergMerge branch 'master' into next
2011-09-18 Michael StapelbergMerge branch 'master' into next
2011-09-18 Michael StapelbergMerge branch 'master' into next
2011-09-18 Michael StapelbergMerge branch 'role-criterion' into next
2011-09-18 Michael StapelbergImplement the window_role criterion (checks WM_WINDOW_ROLE)
2011-09-17 Michael StapelbergMerge branch 'master' into next
2011-09-17 Michael StapelbergMerge branch 'fix-float-size'
2011-09-17 Michael StapelbergBugfix: Honor the X11 window border in ConfigureRequests
2011-09-14 Michael StapelbergMerge branch 'master' into next
2011-09-14 Michael StapelbergMerge branch 'fix-floating-confreq'
2011-09-14 Michael StapelbergBugfix: Correctly handle ConfigureRequests for floating...
2011-08-27 Michael StapelbergMerge branch 'master' into next
2011-08-27 Michael StapelbergMerge branch 'fix-dock-reconfigure'
2011-08-27 Michael StapelbergBugfix: Re-implement reconfiguring height of dock windo...
2011-08-16 Michael StapelbergMerge branch 'master' into next
2011-08-16 Michael StapelbergMerge branch 'use-xcb-atoms'
2011-08-16 Michael Stapelbergxcb: use predefined XCB_ATOM_ atoms, don’t request...
2011-08-09 Michael StapelbergMerge branch 'get-marks' into next
2011-08-09 Michael StapelbergMerge branch 'master' into next
2011-08-09 Michael StapelbergMerge branch 'new-fix-leaks'
2011-08-09 Michael StapelbergBugfix: use FREE to correctly handle NULL replies
2011-08-09 Peter BuiFix some potential memory leaks
2011-08-03 Michael StapelbergMerge branch 'master' into next
2011-08-03 Michael StapelbergMerge branch 'fix-wsnum'
2011-08-03 Michael StapelbergInclude <limits.h> in all.h
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-31 Michael StapelbergBugfix: property handlers: correctly free replies in...
2011-07-31 Michael StapelbergBugfix: Free property replies in their handlers
2011-07-24 Michael Stapelberghandlers.c: fix warnings
2011-07-10 Michael StapelbergIgnore X11 errors caused by ReparentWindow / ChangeProp...
2011-07-10 Michael Stapelbergexpose event handler: use x_deco_recurse
2011-07-04 Michael StapelbergBugfix: Only set ENTER_WINDOW event mask for mapped...
2011-06-10 Michael StapelbergImplement 'fullscreen global'
2011-05-29 Michael Stapelbergcall tree_render() only after commands which require it
2011-05-29 Michael Stapelbergx: only re-render the tree in handle_normal_hints when...
2011-05-15 Michael StapelbergTime Lord technology: for_window config directive to...
2011-05-13 Michael StapelbergArgument for 'kill' for killing a specific window ...
2011-05-12 Michael StapelbergBugfix: Fix focus follows mouse for non-default layout...
2011-05-11 Michael StapelbergBugfix: Don’t crash when dock clients set the urgency...
2011-04-29 Michael StapelbergBugfix: Add missing tree_render() when handling the...
2011-04-19 Michael StapelbergBugfix: Ignore EnterNotifies generated by UnmapNotifies
2011-03-30 Michael StapelbergSkip FocusIn events with mode == NOTIFY_MODE_GRAB or...
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-03-10 Michael Stapelbergrefactor font caching to just save the ID instead of...
2011-03-06 Michael StapelbergBugfix: use tree_render() instead of x_push_changes...
2011-03-03 Michael StapelbergRe-implement focus follows mouse for outputs
2011-03-03 Michael StapelbergBugfix: don’t focus dock clients (Thanks mseed, mist)
2011-02-28 Fernando Tarlá Car... Very minor issues found with statical analysis.
2011-01-27 Michael Stapelbergrefactor some places to use con_descend_focused instead...
2011-01-07 Michael Stapelbergchange many LOG/printf messages to use DLOG
2011-01-04 Michael StapelbergRe-Implement support for RandR changes
2010-11-29 Michael Stapelberghandlers.c: remove obsolete code
2010-11-29 Fernando Tarlá Car... Fix click to focus.
2010-11-28 Michael StapelbergBugfix: don’t update focus when moving mouse over stack...
2010-11-28 Michael StapelbergBugfix: Add deco_height to bsr.y (to configure the...
2010-11-28 Michael StapelbergUpon ConfigureRequests, send a generated ConfigureNotif...
2010-11-28 Michael StapelbergFix switching containers by moving the mouse over their...
2010-11-27 Michael StapelbergBugfix: Also render decorations of nearby cons when...
2010-11-27 Michael Stapelbergmore debug for ClientMessages
2010-11-27 Michael Stapelbergfix indention
2010-11-26 Michael StapelbergBugfix: Upon ExposEvents, redraw decoration also for...
2010-11-26 Michael StapelbergBugfix: When handling an EnterNotify for a child window...
2010-11-20 Michael StapelbergBugfix: Properly ignore UnmapNotify events (especially...
2010-11-15 Fernando Tarlá Car... Get rid of the remaining hardcoded height.
2010-11-14 Michael StapelbergBugfix: after the first UnmapNotify, unignore the event
2010-11-14 Michael StapelbergBugfix: don’t kill parent when currently in tree_close...
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-09-24 Fernando Tarlá Car... Support for custom bg colors for clients.
2010-09-24 Fernando Tarlá Car... Support for custom bg colors for clients.
2010-09-09 Michael StapelbergBugfix: use the global root variable, don’t get the...
2010-09-09 Michael StapelbergBugfix: use the global root variable, don’t get the...
2010-07-11 Michael Stapelberguse decimal coordinates in debug message
2010-06-02 Michael StapelbergRe-implement support for the urgency hint, extend t...
2010-06-02 Michael Stapelbergmore debug output
2010-06-02 Michael StapelbergDon’t ignore sequence in UnmapNotify, there might be...
2010-05-28 Michael StapelbergBugfix: Correctly check asprintf() return value
2010-05-28 Michael StapelbergBugfix: Correctly check asprintf() return value
2010-05-14 Michael StapelbergAdd parameter to reparent windows instead of killing...
2010-05-14 Michael Stapelbergre-render the three after calling parse_cmd
2010-05-14 Michael StapelbergIgnore UnmapNotify events generated by reparenting
2010-05-11 Michael Stapelberguse the new parser for handling keybindings
2010-04-17 Michael Stapelberghandle destroynotify events
2010-04-17 Michael Stapelbergpush X11 changes after a window is mapped
2010-04-17 Michael Stapelberghandle client messages (fullscreen window state)
2010-04-16 Michael Stapelbergignore sequence of unmapnotify events (generates entern...
2010-04-13 Michael Stapelbergre-add fullscreen mode
next