]> git.sur5r.net Git - i3/i3/history - src/handlers.c
Implement a focus stack, correctly free table columns/rows
[i3/i3] / src / handlers.c
2009-03-05 Michael StapelbergImplement a focus stack, correctly free table columns...
2009-03-04 Michael StapelbergBugfix: Reconfigure all clients in stacking, correctly...
2009-03-04 Michael StapelbergBugfix: Border presses weren’t correctly handled
2009-03-04 Michael StapelbergBugfix: Reconfigure x/y of stack_windows when necessary
2009-03-04 Michael StapelbergUse "conn" for xcb_connection and "event" for xcb_event...
2009-03-04 Michael StapelbergUse default cursor (XC_left_ptr) for all windows
2009-03-04 Michael StapelbergMerge font.c into xcb.c
2009-03-04 Michael StapelbergImplement clicking on titlebars in stack windows to...
2009-03-03 Michael StapelbergImplement Xinerama screen changes
2009-03-03 Michael StapelbergLittle cleanups
2009-03-03 Michael StapelbergBugfix: Override client’s moves/resizes in configure_no...
2009-03-01 Michael StapelbergDraw stacking borders correctly
2009-02-28 Michael StapelbergBugfix: Fix various bugs when switching workspaces
2009-02-28 Michael StapelbergRevert 43d471b9ab736f5ff5b458a672d54319e3366464 and...
2009-02-28 Michael StapelbergBugfix: Correctly unmap/remap the stack_win when a...
2009-02-28 Michael StapelbergBugfix: Correctly update window titles when in stacking
2009-02-28 Michael StapelbergBugfix: Only ignore enter_notify events for the parent...
2009-02-28 Michael StapelbergBugfix: Set focus when table was shrinked and CUR_CELL...
2009-02-26 Michael StapelbergBugfix: Unset fullscreen_client when closed
2009-02-25 Michael StapelbergGrab XCB_GRAB_SYNC and replay the event so it doesn...
2009-02-25 Michael StapelbergBugfix: Don’t call set_focus when to_focus is NULL
2009-02-25 Michael StapelbergMerge branch 'master' of zekjur:/git/i3
2009-02-25 Michael StapelbergBugfix: when a window is unmapped, correctly pass focus...
2009-02-24 Michael StapelbergMore documentation, cleanups, and a cache for get_color...
2009-02-24 Michael StapelbergCleanups, documentation
2009-02-23 Michael StapelbergImplement stacking
2009-02-23 Michael Stapelbergs/…/./ where it makes sense
2009-02-23 Michael StapelbergDon’t assign ->container for dock-windows
2009-02-23 Michael StapelbergImplement vertical resize
2009-02-23 Michael StapelbergBeautify handle_key_press
2009-02-23 Michael StapelbergFix: Calculation of unoccupied space has to depend...
2009-02-23 Michael StapelbergFix some movement/rendering bugs
2009-02-22 Michael StapelbergMerge branch 'master' of zekjur:/git/i3
2009-02-22 Michael StapelbergCorrectly handle _NET_WM_WINDOW_TYPE == _NET_WM_WINDOW_...
2009-02-16 Michael StapelbergImplement horizontal resizing
2009-02-15 Michael StapelbergUpdate TODO and header-comments
2009-02-15 Michael StapelbergImplement Xinerama (workspaces have a specific screen)
2009-02-14 Michael StapelbergImplement fullscreen mode (Mod1+f)
2009-02-14 Michael StapelbergBugfix: Correctly handle unmap, don’t apply attribute...
2009-02-14 Michael StapelbergDon’t use current workspace
2009-02-14 Michael StapelbergImplement fullscreen (_NET_WM_STATE_FULLSCREEN)
2009-02-14 Michael StapelbergAdd vim hints, copyright notice to each file, add LICEN...
2009-02-13 Michael StapelbergMove stuff to include/ and src/