]> git.sur5r.net Git - i3/i3/history - src
Merge branch 'fix-userguide-namedws'
[i3/i3] / src /
2011-08-24 Michael StapelbergMerge branch 'fix-deco-1pixel'
2011-08-24 Michael StapelbergBugfix: Correctly render non-leaf containers (Thanks...
2011-08-24 Michael StapelbergMerge branch 'fix-move-float-output'
2011-08-24 Michael StapelbergBugfix: Correctly warp floating windows when using...
2011-08-24 Michael StapelbergBugfix: Correctly keep focus when moving non-leaf windows
2011-08-24 Michael StapelbergBugfix: Fix coordinates when moving a floating window...
2011-08-24 Michael StapelbergMerge branch 'fix-floating-negative'
2011-08-24 Michael StapelbergBugfix: Correctly handle current_output == NULL
2011-08-24 Michael StapelbergMerge branch 'fix-floating-centering'
2011-08-24 Peter BuiMove centering code to before sanity check
2011-08-24 Michael StapelbergMerge branch 'fix-assign-screen'
2011-08-24 Michael StapelbergBugfix: Correctly place floating windows on their appro...
2011-08-24 Michael StapelbergMerge branch 'fix-resize-in-con'
2011-08-24 Michael StapelbergBugfix: Make the 'resize' command work inside tabbed...
2011-08-23 Michael StapelbergMerge branch 'fix-focustoggle'
2011-08-23 Michael StapelbergBugfix: Fix 'focus mode_toggle' on an empty workspace...
2011-08-20 Michael StapelbergMerge branch 'fix-querypointer'
2011-08-20 Michael StapelbergDon’t die, but ELOG and fallback when the pointer canno...
2011-08-17 Michael StapelbergMerge branch 'fix-assignfocus'
2011-08-17 Michael StapelbergBugfix: Don’t change focus when assigned windows start...
2011-08-17 Michael StapelbergMerge branch 'fix-startfocus'
2011-08-17 Michael StapelbergBugfix: Set focus to where the mouse pointer is when...
2011-08-17 Michael StapelbergMerge branch 'fix-wsnext'
2011-08-17 Michael StapelbergBugfix: Don’t consider the workspace next/prev command...
2011-08-17 Michael StapelbergMerge branch 'fix-verbose'
2011-08-17 Michael StapelbergBugfix: Initialize verbose to 'false' (Thanks tilman)
2011-08-17 Michael StapelbergMerge branch 'fix-warping'
2011-08-17 Peter BuiOnly warp pointer once during x_push_changes()
2011-08-16 Michael StapelbergMerge branch 'use-xcb-atoms'
2011-08-16 Michael Stapelbergxcb: use predefined XCB_ATOM_ atoms, don’t request...
2011-08-11 Michael StapelbergMerge branch 'warp-pointer'
2011-08-11 Valentin VoigtWarp cursor when changing workspace.
2011-08-09 Michael StapelbergMerge branch 'fix-moving-focus'
2011-08-09 Peter BuiFix two focus issues when switching/moving workspaces
2011-08-09 Michael StapelbergMerge branch 'new-fix-leaks'
2011-08-09 Michael StapelbergBugfix: don’t free the old json_output, the caller...
2011-08-09 Michael StapelbergBugfix: use FREE to correctly handle NULL replies
2011-08-09 Peter BuiFix some potential memory leaks
2011-08-07 Michael Stapelberginitialize most to NULL, fixes warning
2011-08-07 Michael StapelbergMerge branch 'fix-ws-direction'
2011-08-07 Michael Stapelbergrewrite con_descend_orientation
2011-08-07 Michael StapelbergBugfix: the up/down directions were swapped
2011-08-07 Michael Stapelberglittle style fixes
2011-08-07 Peter BuiImplement switching focus across screens.
2011-08-06 Michael StapelbergMerge branch 'fix-floating-raise'
2011-08-06 Michael StapelbergBugfix: Call tree_render() before starting the dragging...
2011-08-04 Michael StapelbergMerge branch 'fix-border-rendering'
2011-08-04 Michael StapelbergFix border rendering (Thanks Paride Legovini)
2011-08-04 Michael StapelbergMerge branch 'fix-restart'
2011-08-04 Michael StapelbergBugfix: Use the right format string (Thanks pnutzh4x0r)
2011-08-04 Michael StapelbergBugfix: Correctly parse the 'focused' (it’s a bool...
2011-08-04 Michael StapelbergMerge branch 'fix-stacking'
2011-08-04 Michael StapelbergBugfix: Fix stacking order
2011-08-04 Michael StapelbergMerge branch 'fix-instance-criterion'
2011-08-04 Mateusz PoszwaAdd "instance" to matching criteria
2011-08-03 Michael StapelbergMerge branch 'ws-nextprev'
2011-08-03 Peter BuiModify workspace next/prev to account for workspaces...
2011-08-03 Michael StapelbergMerge branch 'fix-wsnum'
2011-08-03 Michael StapelbergBugfix: Use the appropriate number when assigning numbe...
2011-08-03 Michael StapelbergInclude <limits.h> in all.h
2011-08-03 Michael StapelbergMerge branch 'doc-floating'
2011-08-03 Michael Stapelbergdocs/userguide: the correct command is 'floating enable...
2011-08-03 Michael StapelbergMerge branch 'fix-chromium-tabbar'
2011-08-03 Michael StapelbergBugfix: realloc() with size == 0 works like free()...
2011-08-03 Michael StapelbergBugfix: Correctly set the _NET_CLIENT_LIST_STACKING...
2011-08-03 Michael StapelbergMerge branch 'fix-floating-resize'
2011-08-03 Michael StapelbergBugfix: Fix 'resize' with direction != 'up' for floatin...
2011-08-03 Michael StapelbergMerge branch 'workspace-order-fix'
2011-08-03 Michael StapelbergBugfix: Correctly check if the workspace already exists
2011-08-03 Michael StapelbergMerge branch 'workspace-startup-order'
2011-08-03 Michael StapelbergMerge branch 'workspace-startup-order' into next
2011-08-03 Michael Stapelbergalso handle quoted workspace names, extend t/72 for...
2011-08-03 Michael StapelbergBugfix: When looking for an unused workspace, try the...
2011-08-02 Michael StapelbergMerge branch 'fix-resize-too-much' into next
2011-08-02 Michael StapelbergMerge branch 'fix-resize-too-much'
2011-08-02 Michael StapelbergBugfix: Ensure that the percentage is > 0.05 when using...
2011-08-02 Michael StapelbergMerge branch 'fix-multi-for_window' into next
2011-08-02 Michael StapelbergBugfix: Make the criteria rules recursive in src/cfgpar...
2011-08-02 Michael StapelbergMerge branch 'multi-keycodes-fix'
2011-08-02 Michael StapelbergMerge branch 'multi-keycodes-fix' into next
2011-08-02 Michael StapelbergBugfix: Correctly bind on multiple keycodes if a symbol...
2011-08-01 Michael StapelbergMerge i3bar into next
2011-07-31 Michael Stapelbergi3-migrate-config-to-v4: drop the .pl suffix
2011-07-31 Michael Stapelbergi3-migrate-config-to-v4: drop the .pl suffix
2011-07-31 Michael StapelbergMerge branch 'next'
2011-07-31 Michael StapelbergMerge branch 'tree' into next
2011-07-31 Michael StapelbergBugfix: Handle (and free) the last_motion_notify
2011-07-31 Michael StapelbergBugfix: Correctly free the xcb_get_geometry reply when...
2011-07-31 Michael StapelbergBugfix: free() the grab_pointer reply
2011-07-31 Michael Stapelberghandle the xcb_grab_pointer reply
2011-07-31 Michael StapelbergBugfix: also free() X11 errors in the main loop
2011-07-31 Michael StapelbergForgot free(event)
2011-07-31 Michael StapelbergBugfix: Same xcb_send_event fix as 1e0033bce4
2011-07-31 Michael StapelbergBugfix: Correctly pass the pointer to xcb_send_event
2011-07-31 Michael Stapelbergxcb: don’t use the _unchecked variant for requests...
2011-07-31 Michael StapelbergBugfix: free replies after using them
2011-07-31 Michael StapelbergBugfix: load_font: free reply after using it
2011-07-31 Michael StapelbergBugfix: free font string after using it
2011-07-31 Michael StapelbergBugfix: cfgparse: correctly free parser/lexer
2011-07-31 Michael StapelbergBugfix: property handlers: correctly free replies in...
next