]> git.sur5r.net Git - i3/i3/history - src/commands.c
Bugfix: Don’t set focus if it is not necessary.
[i3/i3] / src / commands.c
2009-04-01 Michael StapelbergBugfix: Don’t set focus if it is not necessary.
2009-04-01 Michael StapelbergImplement scrolling on stack windows and on the bar...
2009-04-01 Michael StapelbergBugfix: Correctly remove client from container when...
2009-03-15 Michael StapelbergBugfix: re-decorate old client when switching screens
2009-03-15 Michael StapelbergImplement clicking on the bar to switch workspaces
2009-03-14 Michael StapelbergImplement kill-command to kill the current window,...
2009-03-14 Michael StapelbergImplement exit command, document it in manpage, add...
2009-03-11 Michael StapelbergImplement moving containers, implement moving windows...
2009-03-11 Michael StapelbergImplement moving clients to the left if they are leftmost
2009-03-10 Michael StapelbergBugfix: Change the event mask to ignore enter notifies...
2009-03-09 Michael StapelbergBugfix: Correctly free containers, the bug was not...
2009-03-09 Michael StapelbergImplement wrapping left/right/up/down across screens
2009-03-06 Michael StapelbergBugfix: Correctly check for empty containers and unmap...
2009-03-06 Michael StapelbergDon’t switch focus when in fullscreen mode
2009-03-06 Michael StapelbergImplement slog() and the LOG() macro, convert printf...
2009-03-05 Michael StapelbergEnable switching to containers when the current contain...
2009-03-05 Michael StapelbergBugfix: Correct boundary checking for increasing col...
2009-03-05 Michael StapelbergBugfix: Rendering of colspan/rowspan was wrong
2009-03-05 Michael StapelbergBugfix: Some memory leaks / invalid accesses
2009-03-04 Michael StapelbergImplement wrapping, selecting containers is now Mod1...
2009-03-04 Michael StapelbergImplement auto-destroying of empty workspaces
2009-03-04 Michael StapelbergUse "conn" for xcb_connection and "event" for xcb_event...
2009-03-04 Michael StapelbergImplement switching to different screens when focusing...
2009-03-04 Michael StapelbergImplement moving windows to other workspaces
2009-03-03 Michael StapelbergImplement Xinerama screen changes
2009-03-03 Michael StapelbergUse a different color for focused windows in not focuse...
2009-02-28 Michael StapelbergBugfix: Fix various bugs when switching workspaces
2009-02-28 Michael StapelbergUpdate TODO, fix parsing in commandmode for moving...
2009-02-28 Michael StapelbergBugfix: Set focus when table was shrinked and CUR_CELL...
2009-02-27 Michael StapelbergImplement restart-command to restart i3 without having...
2009-02-25 Michael StapelbergBugfix: Correctly map/unmap stack windows
2009-02-24 Michael StapelbergImplement automatic cleaning of the table
2009-02-23 Michael StapelbergImplement stacking
2009-02-23 Michael StapelbergDon’t assign ->container for dock-windows
2009-02-23 Michael StapelbergFix some movement/rendering bugs
2009-02-15 Michael StapelbergUpdate TODO and header-comments
2009-02-15 Michael StapelbergUse c99
2009-02-15 Michael StapelbergImplement Xinerama (workspaces have a specific screen)
2009-02-14 Michael StapelbergImplement fullscreen mode (Mod1+f)
2009-02-14 Michael StapelbergAdd vim hints, copyright notice to each file, add LICEN...
2009-02-14 Michael StapelbergEnvironment filtering is not needed. Instead, open...
2009-02-13 Michael StapelbergMove stuff to include/ and src/