]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
2009-03-15 Michael StapelbergCleanup makefiles, add version to i3 -v and i3 startup 3.a
2009-03-15 Michael StapelbergDisable horizontal resizing for the release version...
2009-03-15 Michael StapelbergBugfix: re-decorate old client when switching screens
2009-03-15 Michael StapelbergBugfix: Only actively change focus if this is the curre...
2009-03-15 Michael StapelbergImplement clicking on the bar to switch workspaces
2009-03-15 Michael StapelbergBugfix: Fix rounding problems when positioning proporti...
2009-03-15 Michael StapelbergBugfix: Query WM_NORMAL_HINTS when managing a window...
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-14 Michael StapelbergAdd docbook-xml as build dependency, revert last commit
2009-03-14 Michael StapelbergAdd -L to not invoke xmllint which fails on some system...
2009-03-14 Michael StapelbergSend configure notify after putting a client into fulls...
2009-03-14 Michael StapelbergUpdate „Building i3 on Ubuntu 9.04” howto
2009-03-14 Michael StapelbergAdd imprint to the website for compliance with german...
2009-03-14 Michael StapelbergAdd file PACKAGE-MAINTAINERS with hints for package...
2009-03-14 Michael StapelbergUpdate the overview of default bindings
2009-03-14 Michael StapelbergFix errors in i3.config, update manpage
2009-03-14 Michael StapelbergUpdate website (menu, links to the documentation, manpa...
2009-03-13 Michael StapelbergRemove unused variable (fixes warning)
2009-03-13 Michael StapelbergUpdate build-dependencies for debian
2009-03-13 Michael StapelbergFix fullscreen for xpdf (at least on debian, with prope...
2009-03-13 Michael StapelbergFix compilation
2009-03-12 Michael StapelbergFake more configure notifies (makes xpdf work better)
2009-03-12 Michael StapelbergMore example code
2009-03-12 Michael StapelbergAdd some code to the presentation
2009-03-12 Michael StapelbergBugfix: Completely ignore legacy hints as soon as the...
2009-03-12 Michael StapelbergAdd slides for presentation at NoName e.V.
2009-03-11 Michael StapelbergAdd website for i3lock
2009-03-11 Michael StapelbergUpdate debian/ to build a meta-package for i3
2009-03-11 Michael StapelbergMove i3lock in its own repository
2009-03-11 Michael StapelbergHandle legacy window titles by rendering them not unico...
2009-03-11 Michael StapelbergImplement cleaning up the list of ignored events
2009-03-11 Michael StapelbergFix misnomer (window_type_handler → handle_window_type...
2009-03-11 Michael StapelbergUpdate config to use i3menu on Mod1+p, update Makefile...
2009-03-11 Michael StapelbergMove i3lock to src/i3lock, import dmenu-3.9 as i3menu
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: Redecorate the last focused window of the conta...
2009-03-10 Michael StapelbergBugfix: Don’t handle mouse click events inside the...
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-10 Michael StapelbergIgnore notify events which are not in mode XCB_NOTIFY_M...
2009-03-10 Michael StapelbergFix warning (typecast)
2009-03-10 Michael StapelbergRemove that stupid XBell() which gets triggered falsely...
2009-03-09 Michael StapelbergMajor change: Redirect events instead of handle the...
2009-03-09 Michael StapelbergMake i3lock fork(), use white color and disable DPMS
2009-03-09 Michael StapelbergImport slock-0.9 as i3lock
2009-03-09 Michael StapelbergFix warning
2009-03-09 Michael StapelbergBugfix: Handle all events when dragging to resize,...
2009-03-09 Michael StapelbergBugfix: Draw bar at the correct position, handle expose...
2009-03-09 Michael StapelbergBugfix: Correctly free containers, the bug was not...
2009-03-09 Michael StapelbergImplement wrapping left/right/up/down across screens
2009-03-09 Michael StapelbergUpdate comment
2009-03-09 Michael StapelbergBugfix: Use memcmp() instead of strcmp(), use new_len...
2009-03-09 Michael StapelbergBugfix: Correctly free containers when shrinking the...
2009-03-09 Michael StapelbergBugfix: Don’t strcmp() if client->name == NULL
2009-03-09 Michael StapelbergConvert window title to UCS-2 when updating it, don...
2009-03-08 Michael Stapelbergs/atomar/atomic
2009-03-08 Michael StapelbergBugfix: Use a new variable called new_position and...
2009-03-08 Michael StapelbergUse -idirafter which is the same as -I but first looks...
2009-03-08 Michael StapelbergFix race condition when updating client->name
2009-03-08 Michael StapelbergBugfix: Use _NET_WM_NAME (UTF-8) rather than WM_NAME...
2009-03-08 Michael StapelbergFix the warning on SUS-compatible systems (char**)...
2009-03-08 Michael StapelbergFix warnings, update DEPENDS, update Makefile for NetBSD
2009-03-07 Michael StapelbergUpdate default config/manpage
2009-03-07 Michael StapelbergImplement UTF-8-clean window titles
2009-03-07 Michael StapelbergMore work on hacking-howto
2009-03-07 Michael StapelbergSome more work on docs/hacking-howto
2009-03-07 Michael StapelbergDon’t start a terminal on startup
2009-03-07 Michael StapelbergBugfix: Correctly place new windows while other windows...
2009-03-07 Michael StapelbergFix some bugs found by using raster’s wm_torture
2009-03-06 Michael StapelbergAdd how to hack guide, first version
2009-03-06 Michael StapelbergBugfix: Correctly check for empty containers and unmap...
2009-03-06 Michael StapelbergDon’t set focus outside of the current container
2009-03-06 Michael StapelbergBugfix: Should be workspace 10 not 0 in moving aswell
2009-03-06 Michael StapelbergBugfix: Should be workspace 10 not 0
2009-03-06 Michael StapelbergBugfix: decorate_window() needs a flush of course
2009-03-06 Michael StapelbergDon’t override /etc/i3/config if it already exists
2009-03-06 Michael StapelbergDon’t switch focus when in fullscreen mode
2009-03-06 Michael StapelbergUse __FUNCTION__ in LOG()
2009-03-06 Michael StapelbergBugfix: One warning was left
2009-03-06 Michael StapelbergBugfix: return value was missing
2009-03-06 Michael StapelbergBugfix: Missing flush after render_container()
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 StapelbergEnable switching to containers when the current contain...
2009-03-05 Michael StapelbergBugfix: Correct boundary checking for increasing col...
2009-03-05 Michael StapelbergBugfix: Rendering of colspan/rowspan was wrong
2009-03-05 Michael StapelbergBugfix: Correctly set currently_focused when clients...
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-05 Michael StapelbergDon’t re-initialize Xinerama on every configurenotify...
2009-03-05 Michael StapelbergBugfix: Some memory leaks / invalid accesses
2009-03-05 Michael StapelbergImplement a focus stack, correctly free table columns...
2009-03-04 Michael StapelbergImplement wrapping, selecting containers is now Mod1...
2009-03-04 Michael StapelbergImplement auto-destroying of empty workspaces
2009-03-04 Michael StapelbergBugfix: Reconfigure all clients in stacking, correctly...
2009-03-04 Michael StapelbergBugfix: Border presses weren’t correctly handled
next