]> git.sur5r.net Git - i3/i3/history - src/handlers.c
handle destroynotify events
[i3/i3] / src / handlers.c
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
2009-08-25 Michael StapelbergBugfix: Don’t call resize_client if the width/height...
2009-08-23 Michael StapelbergBugfix: Correctly use base_width/base_height and size...
2009-08-22 Michael StapelbergImplement tabbing
2009-08-22 Michael StapelbergImplement resizing floating clients with Mod1 + right...
2009-08-21 Michael StapelbergMerge branch 'next' into testcases
2009-08-19 Michael StapelbergBugfix: Don’t crash when clients set an invalid leader...
2009-08-11 Michael StapelbergMore log cleanups
2009-08-11 Michael StapelbergBugfix: Fix screen wrapping, cleanup some log messages
2009-08-11 Michael StapelbergImplement support for width_inc and height_inc of size...
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-11 Michael StapelbergSet WM_STATE_WITHDRAWN when unmapping, unmap windows...
2009-08-08 Michael StapelbergImplement assignments of workspaces to screens, big...
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-08-04 Michael StapelbergBugfix: Recognize clicks as client clicks (opposed...
2009-08-04 Michael StapelbergFix clicking on workspaces in internal bar (with named...
2009-08-02 Michael Stapelbergs/Mod1/floating_modifier (Thanks badboy)
2009-06-29 Michael StapelbergResolve documentation FIXMEs, remove an unnecessary...
2009-06-27 Michael StapelbergBugfix: Use ->workspace instead of ->container
2009-06-27 Michael StapelbergDon’t allow floating clients to reconfigure themselves...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-26 Michael StapelbergBugfix: Correctly remove fullscreen floating clients...
2009-06-25 Michael StapelbergBugfix: Correctly handle floating windows when unmappin...
2009-06-24 Michael StapelbergImplement the configuration option floating_modifier...
2009-06-24 Michael StapelbergBugfix: Check screen for NULL, free client memory corre...
2009-06-24 Michael StapelbergBugfix: Don’t invalidate container pointer and access...
2009-06-21 Michael StapelbergImplement selecting the next tiling/floating window...
2009-06-21 Michael StapelbergImplement reconfiguration of floating clients
2009-06-19 Michael StapelbergBugfix: Correctly raise the currently focused client...
2009-06-19 Michael StapelbergBugfix: Correctly check for floating mode in the button...
2009-06-13 Michael StapelbergImplement changing focus via keyboard between floating...
2009-06-12 Michael StapelbergBugfix: Actually reconfigure unmapped windows when...
2009-06-12 Michael StapelbergHandle transient hint and window class dialog to mark...
2009-06-10 Michael StapelbergRemove some dead code, add default paths to switch...
2009-06-07 Michael StapelbergBugfix: Don’t set focus when unmapping clients if the...
2009-06-03 Michael StapelbergImplement moving floating clients using Mod1+Left mouse...
2009-06-02 Michael StapelbergUse the size when mapping the window as size for floati...
2009-06-01 Michael StapelbergOptimization: Get the colorpixels when loading configur...
2009-05-31 Michael StapelbergDon’t check twice for client.focused, change all places...
2009-05-30 Michael StapelbergImplement clients going automatically into floating
2009-05-30 Michael StapelbergBugfix: Correctly cleanup stack_windows when setting...
2009-05-27 Michael StapelbergBugfix: Don’t ignore enter_notify events for clients...
2009-05-26 Michael StapelbergMove toggle_fullscreen to client.c
2009-05-26 Michael StapelbergBugfix: Fix fullscreen for floating clients, fix window...
2009-05-23 Michael StapelbergImplement floating (please test and find bugs)
2009-05-19 Michael StapelbergBugfix: Correctly handle mode_switch state bit, more...
2009-05-19 Michael StapelbergBugfix: Correctly handle mode_switch state bit, more...
2009-05-19 Michael StapelbergBugfix: keypress: Only use the lower 8 bits of the...
2009-05-19 Michael StapelbergBugfix: keypress: Only use the lower 8 bits of the...
next