]> git.sur5r.net Git - i3/i3/history - src/handlers.c
Merge branch 'use-xcb-atoms'
[i3/i3] / src / handlers.c
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 '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 '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
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-30 Michael StapelbergBugfix: Unset global fullscreen clients from all worksp...
2010-03-30 Michael StapelbergBugfix: The last commit also needs to be applied to...
2010-03-29 Michael StapelbergBugfix: Don’t render containers which are not visible...
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-23 Michael StapelbergBugfix: only restore focus if the workspace is focused...
2010-03-23 Michael StapelbergBugfix: only restore focus if the workspace is focused...
2010-03-19 Michael Stapelbergipc: implement output event
2010-03-14 Michael StapelbergDon’t use SYNC key bindings for Mode_switch but re...
2010-03-12 Michael Stapelbergipc: implement events, cleanup the code a bit
2010-03-11 Michael StapelbergBugfix: Don’t mess up x/y coordinates in configurereque...
2010-03-11 Michael StapelbergBugfix: Don’t mess up x/y coordinates in configurereque...
2010-03-05 Michael StapelbergAllow unsetting WM_CLIENT_LEADER (XCB_NONE is not an...
2010-03-05 Michael StapelbergUpdate function names, variable names and documentation...
2010-03-05 Michael StapelbergBugfix: Correctly hide/show workspaces when enabling...
2010-03-03 Michael StapelbergSave a resize_client() when handling the size hints
next