]> git.sur5r.net Git - i3/i3/history - src/commands.c
Implement floating (please test and find bugs)
[i3/i3] / src / commands.c
2009-05-23 Michael StapelbergImplement floating (please test and find bugs)
2009-05-16 Michael StapelbergBugfix: Re-assign dock windows to different workspaces...
2009-05-16 Michael StapelbergImplement putting clients onto specific workspaces...
2009-05-09 Michael StapelbergBugfix: Correctly handle col-/rowspanned containers...
2009-05-09 Michael StapelbergBugfix: Force reconfiguration of all windows on workspa...
2009-05-05 Michael StapelbergImplement a command to travel the focusstack. This...
2009-05-05 Michael StapelbergAdd debug message for jumping
2009-05-05 Michael StapelbergImplement jumping to windows by matching their class...
2009-05-05 Michael StapelbergChange syntax of jump to col,row instead of row,col...
2009-05-05 Michael StapelbergSome small style changes to make urs’ code consistent
2009-05-05 Urs GanseAdded a "jump" command to directly focus a container.
2009-05-03 Michael StapelbergBugfix: Insert windows at correct position/set focus...
2009-05-01 Michael StapelbergBugfix: Correctly restart i3 when not using its absolut...
2009-04-17 Michael StapelbergBugfix: Correctly adjust state when transferring fullsc...
2009-04-11 Michael StapelbergBugfix: Fix warping of cursor when only switching scree...
2009-04-11 Michael StapelbergGeneral small cleanups
2009-04-11 Michael StapelbergBugfix: Warp pointer to the right window
2009-04-08 Michael StapelbergBugfix: Correctly set focus when switching between...
2009-04-07 Michael StapelbergBugfix: Set focus to the client which was previously...
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/