]> git.sur5r.net Git - i3/i3/history - src/layout.c
Implement assignments of workspaces to screens, big cleanup of workspace code
[i3/i3] / src / layout.c
2009-08-08 Michael StapelbergImplement assignments of workspaces to screens, big...
2009-08-05 Michael StapelbergBugfix: Correctly unmap stack windows and don’t re...
2009-08-05 Michael StapelbergImplement correct rendering of floating windows (decora...
2009-08-05 Michael StapelbergImplement borderless / 1-px-bordered windows
2009-08-02 Michael Stapelbergcache text_width for named workspaces, fix memory leak
2009-07-28 Michael StapelbergSome little fixes for bapt’s patch, use predict_text_wi...
2009-07-28 BaptImplements configurable named workspaces
2009-07-25 Michael StapelbergMerge branch 'next' of zekjur:/git/i3 into next
2009-07-25 Michael StapelbergMap window/its decoration *after* calling render_layout()
2009-07-17 Michael Stapelbergoptimization: Render on pixmaps and copy the result...
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-24 Michael StapelbergBugfix: Check screen for NULL, free client memory corre...
2009-06-24 Michael StapelbergCorrectly re-assign floating clients to the destination...
2009-06-21 Michael StapelbergImplement selecting the next tiling/floating window...
2009-06-19 Michael Stapelbergfloating: Don’t let clients become hidden under stack...
2009-06-10 Michael StapelbergRemove some dead code, add default paths to switch...
2009-06-01 Michael StapelbergBugfix: Rendering of the bottom border line was still...
2009-06-01 Michael StapelbergOptimization: Get the colorpixels when loading configur...
2009-05-31 Michael StapelbergDraw the border lines in the window decoration correctly
2009-05-30 Michael StapelbergImplement clients going automatically into floating
2009-05-30 Michael StapelbergUse a more efficient struct for storing colors, validat...
2009-05-30 AtsutaneIntroduced color setting.
2009-05-23 Michael StapelbergImplement floating (please test and find bugs)
2009-05-09 Michael StapelbergFix a bug in window placement introduced by the last...
2009-05-09 Michael StapelbergFix a bug in window placement introduced by the last...
2009-05-09 Michael StapelbergBugfix: Fix display/resizing of colspanned containers
2009-05-09 Michael StapelbergBugfix: Fix display/resizing of colspanned containers
2009-05-09 Michael StapelbergBugfix: Store width_factor/height_factor per workspace...
2009-05-09 Michael StapelbergBugfix: Store width_factor/height_factor per workspace...
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-03 Michael StapelbergBugfix: Re-distribute free space when closing customly...
2009-05-02 Michael StapelbergRaise clients only relatively to the one which was...
2009-04-11 Michael StapelbergBugfix: Send clients their absolute position/size in...
2009-04-11 Michael StapelbergBugfix: Store dock clients per screen, not per workspace.
2009-04-11 Michael StapelbergGeneral small cleanups
2009-04-07 Michael StapelbergPut documentation for each function in the header files...
2009-03-15 Michael StapelbergBugfix: Fix rounding problems when positioning proporti...
2009-03-13 Michael StapelbergFix compilation
2009-03-12 Michael StapelbergFake more configure notifies (makes xpdf work better)
2009-03-11 Michael StapelbergHandle legacy window titles by rendering them not unico...
2009-03-10 Michael StapelbergBugfix: Change the event mask to ignore enter notifies...
2009-03-10 Michael StapelbergBugfix: Eliminate race condition, fix dock windows
2009-03-09 Michael StapelbergBugfix: Draw bar at the correct position, handle expose...
2009-03-09 Michael StapelbergConvert window title to UCS-2 when updating it, don...
2009-03-08 Michael StapelbergBugfix: Use _NET_WM_NAME (UTF-8) rather than WM_NAME...
2009-03-07 Michael StapelbergImplement UTF-8-clean window titles
2009-03-07 Michael StapelbergBugfix: Correctly place new windows while other windows...
2009-03-06 Michael StapelbergImplement slog() and the LOG() macro, convert printf...
2009-03-06 Michael StapelbergImplement handling the size hints so that aspect ratio...
2009-03-05 Michael StapelbergBugfix: Fix rendering (needed a flush)
2009-03-05 Michael StapelbergBugfix: Rendering of colspan/rowspan was wrong
2009-03-05 Michael StapelbergMove HAS_CHANGED into a function
2009-03-05 Michael StapelbergUse unchecked versions for more speed
2009-03-05 Michael StapelbergMake colorpixels independent from clients
2009-03-04 Michael StapelbergBugfix: Reconfigure all clients in stacking, correctly...
2009-03-04 Michael StapelbergBugfix: Reconfigure x/y of stack_windows when necessary
2009-03-04 Michael StapelbergBugfix: Rendering error when resizing a column near...
2009-03-04 Michael StapelbergUse "conn" for xcb_connection and "event" for xcb_event...
2009-03-04 Michael StapelbergMerge font.c into xcb.c
2009-03-04 Michael StapelbergImplement an internal bar which displays the workspaces
2009-03-04 Michael StapelbergDon’t put the client’s X11 ID into the titlebar
2009-03-03 Michael StapelbergImplement Xinerama screen changes
2009-03-03 Michael StapelbergBugfix: Don’t raise the active window when there is...
2009-03-03 Michael StapelbergBugfixes: Various fixes when cleaning up the table...
2009-03-03 Michael StapelbergUse a different color for focused windows in not focuse...
2009-03-03 Michael StapelbergBugfix: Override client’s moves/resizes in configure_no...
2009-03-01 Michael StapelbergDocumentation update: Make some comments more understan...
2009-03-01 Michael StapelbergDraw stacking borders correctly
2009-03-01 Michael StapelbergBugfix: Use HAS_CHANGED on all occurences
2009-02-28 Michael StapelbergBugfix: Correctly reconfigure clients when it’s necessary
2009-02-28 Michael StapelbergMore Debug-output
2009-02-28 Michael StapelbergBugfix: Raise the stack win when its size changes
2009-02-28 Michael StapelbergRevert 43d471b9ab736f5ff5b458a672d54319e3366464 and...
2009-02-28 Michael StapelbergBugfix: Raise clients only when needed
2009-02-28 Michael StapelbergBugfix: Correctly unmap/remap the stack_win when a...
2009-02-24 Michael StapelbergImplement configuration file parsing
2009-02-24 Michael StapelbergMore documentation, cleanups, and a cache for get_color...
2009-02-24 Michael StapelbergCleanups, documentation
2009-02-23 Michael StapelbergImplement stacking
2009-02-23 Michael Stapelbergs/…/./ where it makes sense
2009-02-23 Michael StapelbergDon’t assign ->container for dock-windows
2009-02-23 Michael StapelbergImplement vertical resize
2009-02-23 Michael StapelbergBeautify handle_key_press
2009-02-23 Michael StapelbergImplement colspan for resizing
2009-02-23 Michael StapelbergFix: Calculation of unoccupied space has to depend...
2009-02-23 Michael StapelbergFix some movement/rendering bugs
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-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 StapelbergUse c99
2009-02-15 Michael StapelbergImplement Xinerama (workspaces have a specific screen)
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-13 Michael StapelbergAdjust RFC/TODO, forgot _GNU_SOURCE in layout.c
2009-02-13 Michael StapelbergMove stuff to include/ and src/