]> git.sur5r.net Git - i3/i3/history - src/layout.c
use decimal coordinates in debug message
[i3/i3] / src / layout.c
2010-03-24 Michael StapelbergBugfix: correctly translate coordinates for floating...
2010-03-14 Michael StapelbergImplement disabling the internal workspace bar
2010-03-06 Michael StapelbergFor num_clients == 0, the last fix is also valid
2010-03-06 Michael StapelbergAvoid more errors by not trying to re-create a stack...
2010-03-06 Michael StapelbergDon’t render if no stack_window has been opened
2010-03-05 Michael StapelbergUpdate function names, variable names and documentation...
2010-03-03 Michael Stapelbergdraw consistent borders for each frame in a tabbed...
2010-03-02 Michael Stapelberghuge change: implement RandR instead of Xinerama
2010-02-28 Michael Stapelbergadd xcb_set_window_rect which configures a window accor...
2010-02-28 Michael StapelbergMove update_if_necessary to util.c, will be necessary...
2010-02-12 Michael StapelbergBugfix: Correctly do boundary checking/moving to other...
2009-12-22 Michael StapelbergMake containers containing exactly one window behave...
2009-12-19 Michael StapelbergTouch each log message and classify it as DLOG (debug...
2009-12-13 Michael StapelbergDistribute rest space between windows as long as possib...
2009-12-12 Michael StapelbergPartly revert 4ba26659, it was just wrong.
2009-12-08 Michael StapelbergBugfix: Use more precise floating point arithmetic...
2009-11-23 Michael StapelbergBugfix: Resize client after updating base_height/base_w...
2009-11-22 Michael StapelbergBugfix: Fix stack-limit cols, handle stack-limit cols...
2009-11-22 Michael StapelbergBugfix: Also fix horizontal resizing
2009-11-15 Michael StapelbergBugfix: Don’t hide window titles in tabbing mode (Thank...
2009-11-13 Michael StapelbergBugfix: Don’t draw window title when titlebar is disabl...
2009-11-08 Michael StapelbergFix rendering of 1-px-border windows which require...
2009-09-29 Michael StapelbergRefactor workspaces to be stored in a TAILQ instead...
2009-09-29 Michael StapelbergBugfix: When rendering, skip containers which are not...
2009-09-27 Michael StapelbergImplement options to change the default mode of containers
2009-09-27 Michael StapelbergMake number of workspaces dynamic (no longer limited...
2009-09-26 Michael StapelbergObey the client’s border_width setting (Thanks shatter)
2009-09-22 Michael StapelbergImplement stack-limit for further defining how stack...
2009-09-22 Michael StapelbergRemove old code
2009-09-06 Michael StapelbergImplement the urgency hint for windows/workspaces
2009-09-06 Michael StapelbergImplement horizontal resize
2009-09-02 Michael StapelbergBugfix: In stacked/tabbed mode we need the regular...
2009-08-29 Michael StapelbergBugfix: Draw black border instead of background-color...
2009-08-23 Michael StapelbergBugfix: Correctly use base_width/base_height and size...
2009-08-23 Michael StapelbergDon’t round up if the corrected height/width is the...
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 StapelbergImplement support for width_inc and height_inc of size...
2009-08-11 Michael StapelbergMerge branch 'next' into testcases
2009-08-08 Michael StapelbergBugfix: Fix focused but inactive window color when...
2009-08-08 Michael StapelbergReduce number of configuration requests and thus flickering
2009-08-08 Michael StapelbergFix rendering of window decorations in stacking mode...
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 StapelbergBugfix: Correctly unmap stack windows and don’t re...
2009-08-05 Michael StapelbergMerge branch 'next' into testcases
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
next