]> git.sur5r.net Git - i3/i3/shortlog
i3/i3
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
2009-03-04 Michael StapelbergBugfix: Reconfigure x/y of stack_windows when necessary
2009-03-04 Michael StapelbergBugfix: Correctly destroy and remove stack_windows...
2009-03-04 Michael StapelbergBugfix: Correctly initialize new containers
2009-03-04 Michael StapelbergBugfix: Fix several bugs in table_cleanup()
2009-03-04 Michael StapelbergWebsite: First version of the howto for ubuntu 9.04
2009-03-04 Michael StapelbergBugfix: Rendering error when resizing a column near...
2009-03-04 Michael StapelbergFix datatype for cursor
2009-03-04 Michael StapelbergImplement option parsing (-c <configfile>)
2009-03-04 Michael StapelbergUse "conn" for xcb_connection and "event" for xcb_event...
2009-03-04 Michael StapelbergUse default cursor (XC_left_ptr) for all windows
2009-03-04 Michael StapelbergMerge font.c into xcb.c
2009-03-04 Michael StapelbergImplement switching to different screens when focusing...
2009-03-04 Michael StapelbergImplement an internal bar which displays the workspaces
2009-03-04 Michael StapelbergImplement clicking on titlebars in stack windows to...
2009-03-04 Michael StapelbergUpdate default configuration file, install it to /etc...
2009-03-04 Michael StapelbergLoad configuration file from ~/.i3/config or /etc/i3...
2009-03-04 Michael StapelbergDon’t put the client’s X11 ID into the titlebar
2009-03-04 Michael StapelbergImplement moving windows to other workspaces
2009-03-04 Michael StapelbergSave unnecessary redecorations
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 StapelbergLittle cleanups
2009-03-03 Michael StapelbergBugfix: Override client’s moves/resizes in configure_no...
2009-03-02 Michael StapelbergBugfix: Forgot to change the number of atoms correctly
2009-03-02 Michael StapelbergBugfix: Don’t crash when we’re already in stacking...
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: Fix various bugs when switching workspaces
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 StapelbergUpdate TODO, fix parsing in commandmode for moving...
2009-02-28 Michael StapelbergRevert 43d471b9ab736f5ff5b458a672d54319e3366464 and...
2009-02-28 Michael StapelbergBugfix: Insert the new client after the currently activ...
2009-02-28 Michael StapelbergCorrectly disable buffering for stdout
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-28 Michael StapelbergBugfix: Correctly update window titles when in stacking
2009-02-28 Michael StapelbergBugfix: Only ignore enter_notify events for the parent...
2009-02-28 Michael StapelbergBugfix: Set focus when table was shrinked and CUR_CELL...
2009-02-28 Michael StapelbergBugfix: Fix two bugs in fullscreen mode
2009-02-27 Michael StapelbergImplement restart-command to restart i3 without having...
2009-02-26 Michael StapelbergMore examples in the manpage
2009-02-26 Michael StapelbergBugfix: Boundary checking for current_row and current_c...
2009-02-26 Michael StapelbergBugfix: Unset fullscreen_client when closed
2009-02-25 Michael StapelbergGrab XCB_GRAB_SYNC and replay the event so it doesn...
2009-02-25 Michael StapelbergBugfix: Don’t call set_focus when to_focus is NULL
2009-02-25 Michael StapelbergBugfix: Free()d wrong variable
next