]> git.sur5r.net Git - i3/i3/history - src
Add new_float config option.
[i3/i3] / src /
2011-08-09 Mateusz PoszwaAdd new_float config option.
2011-08-09 Mateusz Poszwasrc/manage.c: properly set automatic flag when calling...
2011-08-09 Michael StapelbergMerge branch 'get-marks' into next
2011-08-09 Michael StapelbergMerge branch 'master' into next
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-09 Helgi Kristvin Sig... Preserve marks between restarts.
2011-08-09 Helgi Kristvin Sig... Feature: implement GET_MARKS
2011-08-07 Michael StapelbergMerge branch 'master' into next
2011-08-07 Michael Stapelberginitialize most to NULL, fixes warning
2011-08-07 Michael StapelbergMerge branch 'master' into next
2011-08-07 Michael StapelbergMerge branch 'master' into next
2011-08-07 Michael StapelbergMerge branch 'master' into next
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 'master' into next
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 'master' into next
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 'master' into next
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 'master' into next
2011-08-04 Michael StapelbergMerge branch 'fix-stacking'
2011-08-04 Michael StapelbergBugfix: Fix stacking order
2011-08-04 Michael StapelbergMerge branch 'check-duplicate' into next
2011-08-04 Michael StapelbergBugfix: use ELOG to actually get the error message...
2011-08-04 Michael StapelbergBugfix: Check that ->symbol != NULL before using strcas...
2011-08-04 Michael Stapelberglittle style fixes for the previous patch
2011-08-04 Radek Tříškacheck_for_duplicate_bindings
2011-08-04 Michael StapelbergMerge branch 'master' into next
2011-08-04 Michael StapelbergMerge branch 'fix-instance-criterion'
2011-08-04 Mateusz PoszwaAdd "instance" to matching criteria
2011-08-03 Michael StapelbergMerge branch 'master' into next
2011-08-03 Michael StapelbergMerge branch 'wsnum' into next
2011-08-03 Simon KampeParsing workspace name so if the first part is a number...
2011-08-03 Michael StapelbergMerge branch 'master' into next
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 'master' into next
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 'master' into next
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 'master' into next
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 'master' into next
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' into next
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...
2011-07-31 Michael StapelbergBugfix: Allocate 32 bytes for xcb_send_event, it always...
2011-07-31 Michael StapelbergBugfix: Free property replies in their handlers
2011-07-31 Michael StapelbergBugfix: Fix small memory leak when initializing output...
2011-07-31 Michael StapelbergBugfix: fix memory leak in src/cmdparse.y
2011-07-29 Michael StapelbergBugfix: Set the cursor via the Xlib connection if XCurs...
next