]> git.sur5r.net Git - i3/i3/history - src/commands.c
Implements next-previous workspace
[i3/i3] / src / commands.c
2009-07-21 BaptImplements next-previous workspace
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-26 Michael StapelbergBugfix: Don’t lose focus when putting windows into...
2009-06-26 Michael StapelbergBugfix: When moving, first check boundaries, then check...
2009-06-25 Michael StapelbergBugfix: Correctly handle moving fullscreen client onto...
2009-06-25 Michael StapelbergBugfix: Correctly handle floating windows when unmappin...
2009-06-24 Michael StapelbergBugfix: Fix selecting col-/rowspanned containers
2009-06-24 Michael StapelbergCorrectly re-assign floating clients to the destination...
2009-06-23 Michael StapelbergEnsure that the focus is set correctly when moving...
2009-06-23 Michael StapelbergCorrectly move floating clients to other workspaces...
2009-06-23 Michael StapelbergBugfix: Remove/add floating clients to workspace->float...
2009-06-21 Michael StapelbergImplement selecting the next tiling/floating window...
2009-06-19 Michael StapelbergBugfix: Obey colspan/rowspan when checking if container...
2009-06-19 Michael StapelbergBugfix: Obey colspan/rowspan when checking if container...
2009-06-19 Michael StapelbergImplement a command for hiding all floating windows...
2009-06-19 Michael StapelbergImplement the possibility to set a workspace open clien...
2009-06-19 Michael StapelbergImplement moving of floating clients
2009-06-19 Michael StapelbergAlso set DIALOG, UTILITY and SPLASH windows floating...
2009-06-13 Michael StapelbergImplement changing focus via keyboard between floating...
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-05-30 Michael StapelbergImplement clients going automatically into floating
2009-05-30 Michael StapelbergBugfix: Correctly set focus when switching to a workspa...
2009-05-30 Michael StapelbergBugfix: Correctly cleanup stack_windows when setting...
2009-05-27 Michael StapelbergBugfix: Forgot to update client’s workspace pointer...
2009-05-27 Michael StapelbergBugfix: Forgot to update client’s workspace pointer...
2009-05-27 Michael StapelbergBugfix: Fix crash when focusing/moving on an empty...
2009-05-26 Michael StapelbergBugfix: Cleanup the table after putting clients into...
2009-05-26 Michael StapelbergDon’t process autostart when restarting (new parameter -a)
2009-05-26 Michael StapelbergMove toggle_fullscreen to client.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: Correctly handle col-/rowspanned containers...
2009-05-09 Michael StapelbergBugfix: Force reconfiguration of all windows on workspa...
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/