]> git.sur5r.net Git - i3/i3/history - src/layout.c
Bugfix: Store dock clients per screen, not per workspace.
[i3/i3] / src / layout.c
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/