]> git.sur5r.net Git - i3/i3/history - src/handlers.c
Bugfix: Store width_factor/height_factor per workspace, not per container
[i3/i3] / src / handlers.c
2009-05-09 Michael StapelbergBugfix: Store width_factor/height_factor per workspace...
2009-05-08 Michael StapelbergBugfix: Don’t raise clients in fullscreen mode, send...
2009-05-07 Michael StapelbergBugfix: Resize all containers in the column instead...
2009-05-05 Michael StapelbergImplement a command to travel the focusstack. This...
2009-05-05 Michael StapelbergImplement storing WM_CLASS of each client
2009-05-03 Michael StapelbergBugfix: Insert windows at correct position/set focus...
2009-05-03 Michael StapelbergBugfix: Re-distribute free space when closing customly...
2009-05-03 Michael StapelbergBugfix: Correctly restore focus when leaving fullscreen...
2009-04-28 Michael StapelbergBugfix: Don’t crash when asprintf() can’t print the...
2009-04-19 Michael StapelbergDon’t rely on libxcb-wm any longer, as it got removed...
2009-04-13 Michael StapelbergBugfix: Fix unmapping of dock windows (Thanks Mirko)
2009-04-11 Michael StapelbergBugfix: Send clients their absolute position/size in...
2009-04-11 Michael StapelbergBugfix: Don’t only check for the currently active scree...
2009-04-11 Michael StapelbergBugfix: Perform some bounds checking for snapped contai...
2009-04-11 Michael StapelbergBugfix: Store dock clients per screen, not per workspace.
2009-04-11 Michael StapelbergGeneral small cleanups
2009-04-11 Michael StapelbergBugfix: Don’t change to workspaces on different screens...
2009-04-10 Michael StapelbergBugfix: Don’t crash anymore when moving focus to anothe...
2009-04-09 Michael StapelbergOops. Don’t kill the current workspace
2009-04-09 Michael StapelbergBugfix: Delete empty workspaces even when they’re not...
2009-04-01 Michael StapelbergBugfix: Don’t set focus if it is not necessary.
2009-04-01 Michael StapelbergImplement scrolling on stack windows and on the bar...
2009-04-01 Michael StapelbergBugfix: Correctly remove client from container when...
2009-03-27 Michael StapelbergBugfix: Correctly filter out the numlock state bit...
2009-03-26 Michael StapelbergBugfix: When entering a stack window with the mouse...
2009-03-20 Michael StapelbergBugfix: Fix memory leak
2009-03-15 Michael StapelbergDisable horizontal resizing for the release version...
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-14 Michael StapelbergSend configure notify after putting a client into fulls...
2009-03-13 Michael StapelbergRemove unused variable (fixes warning)
2009-03-12 Michael StapelbergFake more configure notifies (makes xpdf work better)
2009-03-12 Michael StapelbergBugfix: Completely ignore legacy hints as soon as the...
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-10 Michael StapelbergBugfix: Don’t handle mouse click events inside the...
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-09 Michael StapelbergMajor change: Redirect events instead of handle the...
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 StapelbergUpdate comment
2009-03-09 Michael StapelbergBugfix: Use memcmp() instead of strcmp(), use new_len...
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 StapelbergFix race condition when updating client->name
2009-03-08 Michael StapelbergFix warnings, update DEPENDS, update Makefile for NetBSD
2009-03-07 Michael StapelbergImplement UTF-8-clean window titles
2009-03-07 Michael StapelbergFix some bugs found by using raster’s wm_torture
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: decorate_window() needs a flush of course
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: Correctly set currently_focused when clients...
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 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 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 clicking on titlebars in stack windows to...
2009-03-03 Michael StapelbergImplement Xinerama screen changes
2009-03-03 Michael StapelbergLittle cleanups
2009-03-03 Michael StapelbergBugfix: Override client’s moves/resizes in configure_no...
2009-03-01 Michael StapelbergDraw stacking borders correctly
2009-02-28 Michael StapelbergBugfix: Fix various bugs when switching workspaces
2009-02-28 Michael StapelbergRevert 43d471b9ab736f5ff5b458a672d54319e3366464 and...
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-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 StapelbergMerge branch 'master' of zekjur:/git/i3
2009-02-25 Michael StapelbergBugfix: when a window is unmapped, correctly pass focus...
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 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
next