]> git.sur5r.net Git - i3/i3/history - src/handlers.c
Merge branch 'master' into next
[i3/i3] / src / handlers.c
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
2010-03-03 Michael StapelbergBugfix: checked for wrong flag in size hints
2010-03-02 Michael Stapelberghuge change: implement RandR instead of Xinerama
2010-02-20 Michael Stapelbergwork around clients setting 0xFFFF as resize increments
2010-02-12 Michael StapelbergBugfix: Use both parts of WM_CLASS (it contains instanc...
2010-02-12 Michael StapelbergBugfix: Use both parts of WM_CLASS (it contains instanc...
2010-01-29 Michael StapelbergInvert logic for the last commit
2010-01-29 Kim Silkebækken... Added focus_follows_mouse config option
2009-12-22 Michael StapelbergMake containers containing exactly one window behave...
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-12-08 Michael StapelbergBugfix: Don’t resize client after base_height changes...
2009-12-08 Michael StapelbergBugfix: Don’t resize client after base_height changes...
2009-11-23 Michael StapelbergBugfix: Resize client after updating base_height/base_w...
2009-11-23 Michael StapelbergBugfix: Resize client after updating base_height/base_w...
2009-11-23 Michael StapelbergBugfix: Don’t ignore urgency flag when the client wants...
2009-11-23 Michael StapelbergBugfix: Don’t ignore urgency flag when the client wants...
2009-11-20 Michael StapelbergBugfix: Don’t set the urgency flag if the window is...
2009-11-20 Michael StapelbergBugfix: Don’t set the urgency flag if the window is...
2009-11-18 Michael StapelbergBugfix: Fix resizing of floating windows in borderless...
2009-11-18 Michael StapelbergBugfix: Fix resizing of floating windows in borderless...
2009-11-18 Michael StapelbergBugfix: Correctly clear the urgency hint if a window...
2009-11-18 Michael StapelbergBugfix: Correctly clear the urgency hint if a window...
2009-11-12 Michael StapelbergDisable XKB instead of quitting with an error (Thanks...
2009-11-09 Michael StapelbergMerge branch 'next'
2009-11-08 Michael StapelbergFix rendering of 1-px-border windows which require...
2009-10-23 Michael StapelbergBugfix: Allow dock clients to reconfigure their height...
next