]> git.sur5r.net Git - i3/i3/history - src/handlers.c
expose event handler: use x_deco_recurse
[i3/i3] / src / handlers.c
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-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-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-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-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-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-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-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-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-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: Correctly clear the urgency hint if a window...
2009-11-12 Michael StapelbergDisable XKB instead of quitting with an error (Thanks...
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...
2009-10-12 Michael StapelbergBugfix: Fix NULL pointer dereference when reconfiguring...
2009-10-07 Michael StapelbergBugfix: Correctly restore the focus to the root screen...
2009-09-29 Michael StapelbergRefactor workspaces to be stored in a TAILQ instead...
2009-09-27 Michael StapelbergImplement modes. Modes allow you to use different keybi...
2009-09-22 Michael StapelbergMove handler for clicking to its own file
2009-09-19 Michael StapelbergMerge branch 'lex' into next
2009-09-15 Michael StapelbergMake gcc happy about some possibly uninitialized variab...
2009-09-12 Michael StapelbergImplement right mouse button + dragging to resize tilin...
2009-09-10 Michael StapelbergBugfix: Fix clicking on stack windows in tabbed mode...
2009-09-10 Michael StapelbergFix compilation warning because of missing braces
2009-09-10 Michael StapelbergBugfix: Don’t handle WM_HINTS if it is not set (Thanks...
2009-09-06 Michael StapelbergImplement the urgency hint for windows/workspaces
next