]> git.sur5r.net Git - i3/i3/history - src
make dist: cleanup τεχ files before copying
[i3/i3] / src /
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...
2011-07-29 Michael StapelbergX11 errors: also log the error_code (see X Protocol...
2011-07-29 Fernando Tarlá Car... Don't leak the cursor_id.
2011-07-29 Fernando Tarlá Car... Set the root window cursor. Fixes #442.
2011-07-28 Michael StapelbergBugfix: Also abort drag_pointer after XCB_KEY_PRESS...
2011-07-27 Michael Stapelbergremove _NET_WM_WORKAREA from _NET_SUPPORTED for now
2011-07-24 Michael Stapelbergx.c: fix warning by removing unused variable
2011-07-24 Michael Stapelberghandlers.c: fix warnings
2011-07-24 Michael Stapelbergremove unnecessary close, because fclose already closes...
2011-07-24 Michael Stapelbergipc: make 'focused' a bool
2011-07-24 Michael Stapelbergipc: make 'urgent' a bool
2011-07-24 Michael Stapelbergipc: send 'percent': null when percent is not relevant...
2011-07-23 Michael StapelbergSet some more atoms for _NET_SUPPORTED (Thanks lexszero)
2011-07-23 Michael Stapelbergremove left-over wordexp.h include
2011-07-23 Michael StapelbergBugfix: use the global root variable, don’t get the...
2011-07-23 Michael Stapelbergsecure strscpy by replacing with strncpy
2011-07-23 Michael StapelbergBugfix: Don’t leak file descriptor
2011-07-23 Michael StapelbergBugfix: Correctly resize when clicking on the border...
2011-07-17 Michael Stapelberguse memmem and strndup from FreeBSD on Darwin (Thanks...
2011-07-14 Michael StapelbergBugfix: Switch to appropriate workspace when using...
2011-07-13 Michael Stapelbergreload the config after editing it through i3-nagbar
2011-07-12 Claudio Marforiopatch to allow exec_always in configure file
2011-07-11 Michael StapelbergBugfix: Don’t raise the stacked/tabbed decoration when...
2011-07-11 Michael Stapelbergdebug.c: remove handle_event
2011-07-11 Michael StapelbergBugfix: run nagbar commands through sh(1) (Thanks Tucos)
2011-07-11 Michael Stapelbergnagbar: use less / vi as fallbacks for PAGER / EDITOR
2011-07-10 Michael StapelbergIgnore X11 errors caused by ReparentWindow / ChangeProp...
2011-07-10 Michael Stapelberglog: display time in microseconds when DEBUG_TIMING...
2011-07-10 Michael Stapelbergx: only configure window coordinates when height > 0
2011-07-10 Michael Stapelbergx: Only render / copy pixmap when the pixmap was actual...
2011-07-10 Michael Stapelbergx: disable GraphicsExposure events on our pixmap graphi...
2011-07-10 Michael Stapelbergexpose event handler: use x_deco_recurse
2011-07-10 Michael Stapelbergx: Don’t pre-render the decoration for windows inside...
2011-07-10 Michael Stapelbergx: use PolySegment instead of two PolyLine requests
2011-07-10 Michael Stapelbergx: change EnterNotify event mask only for mapped windows
2011-07-10 Michael Stapelbergx: copy the pre-rendered pixmap contents to a decoratio...
2011-07-10 Michael Stapelbergx: set the contents of a decoration window immediately...
2011-07-10 Michael Stapelbergx: raise the stack decoration above the stack windows...
2011-07-10 Michael Stapelbergx: when rendering stacked/tabbed cons, only update...
2011-07-10 Michael Stapelbergx: Don’t set background color on frame windows, reduces...
2011-07-10 Michael StapelbergRevert "x: Set pixmap as background window, saves a...
2011-07-10 Michael Stapelbergadd i3-nagbar. tells you about config file errors ...
2011-07-07 Michael StapelbergBugfix: multiple criteria should use a logical AND...
2011-07-07 Michael Stapelbergmigrate-config: also make force_focus_wrapping a v4...
2011-07-06 Michael StapelbergAutomatically call the migration script when the config...
2011-07-04 Michael StapelbergImplement 'focus floating', 'focus tiling' and 'focus...
2011-07-04 Michael StapelbergBugfix: Only set ENTER_WINDOW event mask for mapped...
2011-06-30 Michael StapelbergBugfix: Correctly revert floating focus when killing...
2011-06-13 Michael StapelbergBugfix: Fix floating assignments, extend test for the...
2011-06-12 Michael StapelbergDon’t force wrapping when focusing in a direction would...
2011-06-11 Michael StapelbergBugfix: Correctly attach new output cons to the root...
2011-06-10 Michael StapelbergImplement 'fullscreen global'
2011-06-10 Michael StapelbergImplement 'border toggle' (+test)
2011-06-10 Michael StapelbergImplement 'workspace next/prev' (+test)
2011-06-10 Michael StapelbergRe-implement the 'mode' command
2011-06-10 Michael Stapelbergcmdparse: s/direction/split_direction to be more clear
2011-06-10 Michael StapelbergCONFIG BREAK: Rename 'restore' to 'append_layout'
2011-06-10 Michael StapelbergCONFIG BREAK: rename 'mode floating/tiling' to 'floatin...
2011-06-09 Michael StapelbergBREAKS CONFIG: rename 'level up' to 'focus parent'
2011-06-08 Michael StapelbergParse multiple criteria in commands (+test), better...
2011-06-08 Michael StapelbergCONFIG BREAK: kick the 'next'/'prev' commands, introduc...
2011-06-02 Michael StapelbergBugfix: Don’t break focus stack when inplace restarting...
2011-06-02 Michael StapelbergMake workspace_layout handle all cons at workspace...
2011-06-02 Michael Stapelbergipc: make 'layout' a string
2011-05-29 Michael StapelbergBugfix: RandR: Correctly assign focused workspaces...
2011-05-29 Michael StapelbergBugfix: rendering cache also needs to consider con...
2011-05-29 Michael Stapelbergx: fix race condition where the new event mask was...
2011-05-29 Michael Stapelbergcall tree_render() only after commands which require it
2011-05-29 Michael StapelbergBugfix: Set pixmap_recreated before rendering the decor...
2011-05-29 Michael Stapelbergx: only re-render the tree in handle_normal_hints when...
2011-05-29 Michael Stapelbergx: first create/render pixmap, then change window sizes...
2011-05-25 Michael StapelbergBugfix: Check swallows before assignments when managing...
2011-05-25 Michael Stapelbergremove unused code from manage.c
2011-05-23 Michael StapelbergImplement assignments for (named) workspaces, with...
2011-05-22 Michael StapelbergBugfix: Free pixmaps when killing windows (Thanks Mike)
2011-05-22 Michael Stapelbergretab! cfgparse.l
2011-05-22 Michael Stapelbergcfgparse.l: kill a few states by using the stack
2011-05-22 Michael Stapelbergcleanup cfgparse lexer/parser (ignore whitespace, solve...
2011-05-22 Michael Stapelbergforgot to remove unused TOK_ATTACH token from lexer
2011-05-22 Michael Stapelbergcleanup cmdparse lexer/parser (ignore whitespace, solve...
2011-05-16 Michael StapelbergBugfix: fix crash when disabling floating mode
next