2011-07-31 |
Michael Stapelberg | i3-migrate-config-to-v4: drop the .pl suffix |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Merge branch 'tree' into next |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: Handle (and free) the last_motion_notify |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: Correctly free the xcb_get_geometry reply when... |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: free() the grab_pointer reply |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | handle the xcb_grab_pointer reply |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: also free() X11 errors in the main loop |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Forgot free(event) |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: Same xcb_send_event fix as 1e0033bce4 |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: Correctly pass the pointer to xcb_send_event |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | xcb: don’t use the _unchecked variant for requests... |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: free replies after using them |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: load_font: free reply after using it |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: free font string after using it |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: cfgparse: correctly free parser/lexer |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: property handlers: correctly free replies in... |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: Allocate 32 bytes for xcb_send_event, it always... |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: Free property replies in their handlers |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: Fix small memory leak when initializing output... |
tree | commitdiff |
2011-07-31 |
Michael Stapelberg | Bugfix: fix memory leak in src/cmdparse.y |
tree | commitdiff |
2011-07-29 |
Michael Stapelberg | Bugfix: Set the cursor via the Xlib connection if XCurs... |
tree | commitdiff |
2011-07-29 |
Michael Stapelberg | X11 errors: also log the error_code (see X Protocol... |
tree | commitdiff |
2011-07-29 |
Fernando Tarlá Car... | Don't leak the cursor_id. |
tree | commitdiff |
2011-07-29 |
Fernando Tarlá Car... | Set the root window cursor. Fixes #442. |
tree | commitdiff |
2011-07-28 |
Michael Stapelberg | Bugfix: Also abort drag_pointer after XCB_KEY_PRESS... |
tree | commitdiff |
2011-07-27 |
Michael Stapelberg | remove _NET_WM_WORKAREA from _NET_SUPPORTED for now |
tree | commitdiff |
2011-07-24 |
Michael Stapelberg | x.c: fix warning by removing unused variable |
tree | commitdiff |
2011-07-24 |
Michael Stapelberg | handlers.c: fix warnings |
tree | commitdiff |
2011-07-24 |
Michael Stapelberg | remove unnecessary close, because fclose already closes... |
tree | commitdiff |
2011-07-24 |
Michael Stapelberg | ipc: make 'focused' a bool |
tree | commitdiff |
2011-07-24 |
Michael Stapelberg | ipc: make 'urgent' a bool |
tree | commitdiff |
2011-07-24 |
Michael Stapelberg | ipc: send 'percent': null when percent is not relevant... |
tree | commitdiff |
2011-07-23 |
Michael Stapelberg | Set some more atoms for _NET_SUPPORTED (Thanks lexszero) |
tree | commitdiff |
2011-07-23 |
Michael Stapelberg | remove left-over wordexp.h include |
tree | commitdiff |
2011-07-23 |
Michael Stapelberg | Bugfix: use the global root variable, don’t get the... |
tree | commitdiff |
2011-07-23 |
Michael Stapelberg | secure strscpy by replacing with strncpy |
tree | commitdiff |
2011-07-23 |
Michael Stapelberg | Bugfix: Don’t leak file descriptor |
tree | commitdiff |
2011-07-23 |
Michael Stapelberg | Bugfix: Correctly resize when clicking on the border... |
tree | commitdiff |
2011-07-17 |
Michael Stapelberg | use memmem and strndup from FreeBSD on Darwin (Thanks... |
tree | commitdiff |
2011-07-14 |
Michael Stapelberg | Bugfix: Switch to appropriate workspace when using... |
tree | commitdiff |
2011-07-13 |
Michael Stapelberg | reload the config after editing it through i3-nagbar |
tree | commitdiff |
2011-07-12 |
Claudio Marforio | patch to allow exec_always in configure file |
tree | commitdiff |
2011-07-11 |
Michael Stapelberg | Bugfix: Don’t raise the stacked/tabbed decoration when... |
tree | commitdiff |
2011-07-11 |
Michael Stapelberg | debug.c: remove handle_event |
tree | commitdiff |
2011-07-11 |
Michael Stapelberg | Bugfix: run nagbar commands through sh(1) (Thanks Tucos) |
tree | commitdiff |
2011-07-11 |
Michael Stapelberg | nagbar: use less / vi as fallbacks for PAGER / EDITOR |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | Ignore X11 errors caused by ReparentWindow / ChangeProp... |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | log: display time in microseconds when DEBUG_TIMING... |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | x: only configure window coordinates when height > 0 |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | x: Only render / copy pixmap when the pixmap was actual... |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | x: disable GraphicsExposure events on our pixmap graphi... |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | expose event handler: use x_deco_recurse |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | x: Don’t pre-render the decoration for windows inside... |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | x: use PolySegment instead of two PolyLine requests |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | x: change EnterNotify event mask only for mapped windows |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | x: copy the pre-rendered pixmap contents to a decoratio... |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | x: set the contents of a decoration window immediately... |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | x: raise the stack decoration above the stack windows... |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | x: when rendering stacked/tabbed cons, only update... |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | x: Don’t set background color on frame windows, reduces... |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | Revert "x: Set pixmap as background window, saves a... |
tree | commitdiff |
2011-07-10 |
Michael Stapelberg | add i3-nagbar. tells you about config file errors ... |
tree | commitdiff |
2011-07-07 |
Michael Stapelberg | Bugfix: multiple criteria should use a logical AND... |
tree | commitdiff |
2011-07-07 |
Michael Stapelberg | migrate-config: also make force_focus_wrapping a v4... |
tree | commitdiff |
2011-07-06 |
Michael Stapelberg | Automatically call the migration script when the config... |
tree | commitdiff |
2011-07-04 |
Michael Stapelberg | Implement 'focus floating', 'focus tiling' and 'focus... |
tree | commitdiff |
2011-07-04 |
Michael Stapelberg | Bugfix: Only set ENTER_WINDOW event mask for mapped... |
tree | commitdiff |
2011-06-30 |
Michael Stapelberg | Bugfix: Correctly revert floating focus when killing... |
tree | commitdiff |
2011-06-13 |
Michael Stapelberg | Bugfix: Fix floating assignments, extend test for the... |
tree | commitdiff |
2011-06-12 |
Michael Stapelberg | Don’t force wrapping when focusing in a direction would... |
tree | commitdiff |
2011-06-11 |
Michael Stapelberg | Bugfix: Correctly attach new output cons to the root... |
tree | commitdiff |
2011-06-10 |
Michael Stapelberg | Implement 'fullscreen global' |
tree | commitdiff |
2011-06-10 |
Michael Stapelberg | Implement 'border toggle' (+test) |
tree | commitdiff |
2011-06-10 |
Michael Stapelberg | Implement 'workspace next/prev' (+test) |
tree | commitdiff |
2011-06-10 |
Michael Stapelberg | Re-implement the 'mode' command |
tree | commitdiff |
2011-06-10 |
Michael Stapelberg | cmdparse: s/direction/split_direction to be more clear |
tree | commitdiff |
2011-06-10 |
Michael Stapelberg | CONFIG BREAK: Rename 'restore' to 'append_layout' |
tree | commitdiff |
2011-06-10 |
Michael Stapelberg | CONFIG BREAK: rename 'mode floating/tiling' to 'floatin... |
tree | commitdiff |
2011-06-09 |
Michael Stapelberg | BREAKS CONFIG: rename 'level up' to 'focus parent' |
tree | commitdiff |
2011-06-08 |
Michael Stapelberg | Parse multiple criteria in commands (+test), better... |
tree | commitdiff |
2011-06-08 |
Michael Stapelberg | CONFIG BREAK: kick the 'next'/'prev' commands, introduc... |
tree | commitdiff |
2011-06-02 |
Michael Stapelberg | Bugfix: Don’t break focus stack when inplace restarting... |
tree | commitdiff |
2011-06-02 |
Michael Stapelberg | Make workspace_layout handle all cons at workspace... |
tree | commitdiff |
2011-06-02 |
Michael Stapelberg | ipc: make 'layout' a string |
tree | commitdiff |
2011-05-29 |
Michael Stapelberg | Bugfix: RandR: Correctly assign focused workspaces... |
tree | commitdiff |
2011-05-29 |
Michael Stapelberg | Bugfix: rendering cache also needs to consider con... |
tree | commitdiff |
2011-05-29 |
Michael Stapelberg | x: fix race condition where the new event mask was... |
tree | commitdiff |
2011-05-29 |
Michael Stapelberg | call tree_render() only after commands which require it |
tree | commitdiff |
2011-05-29 |
Michael Stapelberg | Bugfix: Set pixmap_recreated before rendering the decor... |
tree | commitdiff |
2011-05-29 |
Michael Stapelberg | x: only re-render the tree in handle_normal_hints when... |
tree | commitdiff |
2011-05-29 |
Michael Stapelberg | x: first create/render pixmap, then change window sizes... |
tree | commitdiff |
2011-05-25 |
Michael Stapelberg | Bugfix: Check swallows before assignments when managing... |
tree | commitdiff |
2011-05-25 |
Michael Stapelberg | remove unused code from manage.c |
tree | commitdiff |
2011-05-23 |
Michael Stapelberg | Implement assignments for (named) workspaces, with... |
tree | commitdiff |
2011-05-22 |
Michael Stapelberg | Bugfix: Free pixmaps when killing windows (Thanks Mike) |
tree | commitdiff |
2011-05-22 |
Michael Stapelberg | retab! cfgparse.l |
tree | commitdiff |
2011-05-22 |
Michael Stapelberg | cfgparse.l: kill a few states by using the stack |
tree | commitdiff |
2011-05-22 |
Michael Stapelberg | cleanup cfgparse lexer/parser (ignore whitespace, solve... |
tree | commitdiff |
2011-05-22 |
Michael Stapelberg | forgot to remove unused TOK_ATTACH token from lexer |
tree | commitdiff |
2011-05-22 |
Michael Stapelberg | cleanup cmdparse lexer/parser (ignore whitespace, solve... |
tree | commitdiff |
next |