]> git.sur5r.net Git - i3/i3/history - src/commands.c
huge change: implement RandR instead of Xinerama
[i3/i3] / src / commands.c
2010-03-02 Michael Stapelberghuge change: implement RandR instead of Xinerama
2010-02-12 Michael StapelbergAlso warp the pointer when moving a window to a another...
2010-01-23 Michael StapelbergImplement resize command for floating clients
2010-01-19 Cedric StaubFeature: Cycle through workspaces
2010-01-03 Jan-Erik Redigeradded popup for handling SIGSEGV or SIGFPE
2010-01-01 Michael StapelbergBugfix: Containers could lose their snap state (Thanks...
2009-12-21 Michael Stapelbergxinerama: correctly put windows which are assigned...
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-10-07 Michael StapelbergBugfix: Go to the target workspace before changing...
2009-09-29 Michael StapelbergRefactor workspaces to be stored in a TAILQ instead...
2009-09-28 Michael StapelbergFix syntax for resize command
2009-09-27 Michael StapelbergImplement modes. Modes allow you to use different keybi...
2009-09-27 Michael StapelbergMake number of workspaces dynamic (no longer limited...
2009-09-26 Michael StapelbergImplement resize command
2009-09-22 Michael StapelbergImplement stack-limit for further defining how stack...
2009-09-20 Michael StapelbergImplement vim-like marks
2009-09-12 Michael StapelbergCompilation fix for the last commit
2009-09-12 Michael StapelbergBugfix: Correctly initialize workspaces for floating...
2009-09-12 Michael StapelbergBugfix: Correctly initialize workspace when moving...
2009-09-10 Michael StapelbergSome little style adjustments for badboy’s patch
2009-09-10 Jan-Erik RedigerImplement command to toggle border style
2009-08-22 Michael StapelbergImplement tabbing
2009-08-21 Michael StapelbergMerge branch 'next' into testcases
2009-08-11 Michael StapelbergMore log cleanups
2009-08-11 Michael StapelbergBugfix: Fix screen wrapping, cleanup some log messages
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-11 Michael StapelbergSet WM_STATE_WITHDRAWN when unmapping, unmap windows...
2009-08-08 Michael StapelbergImplement assignments of workspaces to screens, big...
2009-08-05 Michael StapelbergBugfix: Change to default mode if there was no client...
2009-08-05 Michael StapelbergBugfix: Change to default mode if there was no client...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
2009-08-05 Michael StapelbergImplement ws (with screen) to focus the next screen...
2009-08-05 Michael StapelbergImplement borderless / 1-px-bordered windows
2009-08-02 Michael StapelbergBugfix: Don’t hide assigned clients to inactive but...
2009-07-23 Michael StapelbergSome fixes/reformatting for bapt’s patch
2009-07-23 baptImplements a reload command
2009-07-21 Michael StapelbergSome little fixes (mostly formatting) for bapt’s patch
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
next