]> git.sur5r.net Git - i3/i3/history - src/mainx.c
Implement a focus stack, correctly free table columns/rows
[i3/i3] / src / mainx.c
2009-03-05 Michael StapelbergImplement a focus stack, correctly free table columns...
2009-03-04 Michael StapelbergImplement option parsing (-c <configfile>)
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 StapelbergLoad configuration file from ~/.i3/config or /etc/i3...
2009-03-03 Michael StapelbergImplement Xinerama screen changes
2009-02-28 Michael StapelbergBugfix: Fix various bugs when switching workspaces
2009-02-28 Michael StapelbergBugfix: Insert the new client after the currently activ...
2009-02-28 Michael StapelbergCorrectly disable buffering for stdout
2009-02-28 Michael StapelbergBugfix: Raise clients only when needed
2009-02-27 Michael StapelbergImplement restart-command to restart i3 without having...
2009-02-25 Michael StapelbergGrab XCB_GRAB_SYNC and replay the event so it doesn...
2009-02-24 Michael StapelbergImplement configuration file parsing
2009-02-24 Michael StapelbergBugfix: That has to be _reply
2009-02-24 Michael StapelbergCleanups, documentation
2009-02-23 Michael StapelbergImplement stacking
2009-02-23 Michael StapelbergDon’t assign ->container for dock-windows
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-18 Michael StapelbergDocument save set
2009-02-16 Michael StapelbergLinux needs -D_GNU_SOURCE for some functions, so enable...
2009-02-16 Michael StapelbergImplement horizontal resizing
2009-02-15 Michael StapelbergUpdate TODO and header-comments
2009-02-15 Michael StapelbergBugfix: Correctly disable Xinerama, use TAILQ_HEAD_INIT...
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 StapelbergImplement fullscreen (_NET_WM_STATE_FULLSCREEN)
2009-02-14 Michael StapelbergMore error checking, bugfix for mplayer (use visual...
2009-02-14 Michael StapelbergAdd vim hints, copyright notice to each file, add LICEN...
2009-02-14 Michael StapelbergVarious code improvements
2009-02-14 Michael StapelbergEnvironment filtering is not needed. Instead, open...
2009-02-13 Michael StapelbergMove stuff to include/ and src/