]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2009-08-07 Michael StapelbergImplement support for using key symbols in configuratio...
2009-08-05 Michael StapelbergBugfix: Track the user’s pointer over the root window...
2009-08-05 Michael StapelbergBugfix: Correctly unmap stack windows and don’t re...
2009-08-05 Michael StapelbergBugfix: Change to default mode if there was no client...
2009-08-05 Michael StapelbergImplement correct rendering of floating windows (decora...
2009-08-05 Michael StapelbergBugfix: dock clients need to have borderless = true
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-05 Michael Stapelbergi3-msg: Fix compilation warning (Thanks mxf)
2009-08-04 Michael StapelbergAdd support for WM_CLIENT_LEADER, put floating windows...
2009-08-04 Michael StapelbergBugfix: Recognize clicks as client clicks (opposed...
2009-08-04 Michael StapelbergFix clicking on workspaces in internal bar (with named...
2009-08-03 Michael StapelbergAdd logo to git. Thanks to steckdenis, yellowiscool...
2009-08-02 Michael Stapelbergs/Mod1/floating_modifier (Thanks badboy)
2009-08-02 Michael StapelbergBugfix: Don’t hide assigned clients to inactive but...
2009-08-02 Michael Stapelbergcache text_width for named workspaces, fix memory leak
2009-08-02 Michael Stapelbergupdate debian changelog
2009-07-28 Michael StapelbergMake path configurable
2009-07-28 Michael Stapelbergi3-msg: more error handling, more comments
2009-07-28 Michael StapelbergAdd i3-msg, a sample implementation and hopefully usefu...
2009-07-28 Michael StapelbergAdd docs to include/ipc.h
2009-07-28 Michael StapelbergInitial implementation of IPC via UNIX domain sockets
2009-07-28 Michael StapelbergUse errx() instead of an own die() function
2009-07-28 Michael StapelbergSome little fixes for bapt’s patch, use predict_text_wi...
2009-07-28 BaptImplements configurable named workspaces
2009-07-27 Michael StapelbergBugfix: Fix NULL-pointer dereferencing introduced by...
2009-07-26 Michael StapelbergBugfix: Make assignments work again (Thanks badboy)
2009-07-25 Michael StapelbergBugfix: Don’t crash on floating windows, set focus...
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-24 Michael StapelbergImplement predict_text_width, which will be needed...
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-07-21 Michael StapelbergImplement putting clients into floating mode at a speci...
2009-07-21 Michael StapelbergBugfix: Strip trailing whitespace when parsing assignme...
2009-07-21 Michael StapelbergBugfix: Repeatedly try to find screens if none are...
2009-07-21 Michael StapelbergBugfix: Correctly redecorate clients when changing...
2009-07-17 Michael Stapelbergoptimization: Render on pixmaps and copy the result...
2009-06-29 Michael StapelbergBugfix: That last push was one step too fast. Forgot...
2009-06-29 Michael StapelbergResolve documentation FIXMEs, remove an unnecessary...
2009-06-29 Lars Hartmannupdated doxygen docu, added FIXMEs, fixed headers to...
2009-06-29 Michael Stapelbergdebian: Don’t depend on the exact revision of asciidoc
2009-06-28 Michael Stapelbergslides: expandtab/retab, fix typos, fix example code
2009-06-27 Michael StapelbergBugfix: Use ->workspace instead of ->container
2009-06-27 Michael StapelbergDon’t allow floating clients to reconfigure themselves...
2009-06-27 Michael StapelbergAdd slides of the GPN8 talk
2009-06-27 Michael StapelbergUse better error messages for s* (Thanks Curtis)
2009-06-26 Michael Stapelbergwebsite: add userguide
2009-06-26 Michael Stapelbergwebsite: add download of 3.β
2009-06-26 Michael StapelbergMerge branch 'next' (3.β is stable now)
2009-06-26 Michael StapelbergBugfix: Correctly check coordinates for resizing floati... 3.b
2009-06-26 Michael Stapelbergdebian: update changelog
2009-06-26 Michael StapelbergBugfix: When a window is fullscreen, put new windows...
2009-06-26 Michael StapelbergBugfix: Don’t lose focus when putting windows into...
2009-06-26 Michael Stapelbergmanpage: document killing of windows better (Thanks...
2009-06-26 Michael StapelbergBugfix: When moving, first check boundaries, then check...
2009-06-26 Michael StapelbergBugfix: Correctly remove fullscreen floating clients...
2009-06-25 Michael Stapelbergmanpage: Document setting background color (Thanks...
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: Correctly initialize screens when Xinerama...
2009-06-24 Michael Stapelbergdebian: add recommendation for i3status
2009-06-24 Michael Stapelbergdebian: include docs/*.png in /usr/share/docs/i3-wm
2009-06-24 Michael StapelbergBugfix: Fix selecting col-/rowspanned containers
2009-06-24 Michael Stapelberghacking-howto: document resizing, add links to git...
2009-06-24 Michael StapelbergImplement the configuration option floating_modifier...
2009-06-24 Michael Stapelbergdebugging: Recommend "backtrace full"
2009-06-24 Michael Stapelberguserguide: Explain containers (Thanks dirkson)
2009-06-24 Michael StapelbergBugfix: Check screen for NULL, free client memory corre...
2009-06-24 Michael StapelbergBugfix: Don’t invalidate container pointer and access...
2009-06-24 Michael StapelbergEnsure a minimum size of 25px when resizing windows
2009-06-24 Michael StapelbergUse drag_pointer from floating.c for the resize handler
2009-06-24 Michael StapelbergBugfix: resizing: boundary checking (Thanks Mirko)
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-23 Michael StapelbergBugfix: load current_col/current_row from workspace...
2009-06-23 Michael Stapelbergfloating: enforce minimum size of 50x20 when resizing...
2009-06-21 Michael Stapelbergdebian: change Priority to extra (makes more sense...
2009-06-21 Michael StapelbergEnter feature freeze. Update debian/changelog, add...
2009-06-21 Michael StapelbergImplement selecting the next tiling/floating window...
2009-06-21 Michael Stapelbergwebsite: i3status: add links to 1.2
2009-06-21 Michael StapelbergUse a nested event loop which polls and saves motion...
2009-06-21 Michael StapelbergBugfix: yuck! FREE() used a wrong check, effectively...
2009-06-21 Michael StapelbergImplement reconfiguration of floating clients
2009-06-21 Michael StapelbergBugfix: floating: open windows with correct width/height
2009-06-21 Michael StapelbergBugfix: Floating: open windows at their requested position
2009-06-21 Michael StapelbergBugfix: Properly integrate libxcb’s event loop into...
2009-06-20 Michael StapelbergRemove getting colorpixels from the X server, saves...
2009-06-19 Michael StapelbergBugfix: Correctly raise the currently focused client...
2009-06-19 Michael Stapelbergfloating: Don’t let clients become hidden under stack...
2009-06-19 Michael StapelbergBugfix: Make sure floating clients are alwalys above...
2009-06-19 Michael StapelbergBugfix: Correctly check for floating mode in the button...
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 the special workspace ~ for assignments,...
2009-06-19 Michael Stapelbergfloating: nested functions make the callbacks a lot...
next