..
assignments.c
Fix some potential memory leaks
2011-08-09 09:27:15 +02:00
cfgparse.l
move sstrdup, scalloc, smalloc, srealloc to libi3, improve error messages
2011-10-02 18:09:30 +01:00
cfgparse.y
Introduce the i3-sensible-{pager,editor,terminal} scripts
2011-09-25 18:46:37 +01:00
click.c
Skip dragging of floating cons in fullscreen mode
2011-09-22 23:10:48 +01:00
cmdparse.l
move sstrdup, scalloc, smalloc, srealloc to libi3, improve error messages
2011-10-02 18:09:30 +01:00
cmdparse.y
Bugfix: Warp pointer to the correct window when using the 'focus' command
2011-10-03 21:54:36 +01:00
con.c
refactor workspace_show and friends
2011-10-02 21:57:00 +01:00
config.c
Bugfix: Correctly free old assignments when reloading
2011-09-11 23:41:46 +01:00
debug.c
debug.c: remove handle_event
2011-07-11 18:21:25 +02:00
ewmh.c
xcb: use predefined XCB_ATOM_ atoms, don’t request them
2011-08-17 01:41:19 +02:00
floating.c
Merge branch 'master' into next
2011-09-22 20:11:44 +01:00
handlers.c
Implement the I3_SYNC client protocol
2011-09-22 23:13:12 +01:00
ipc.c
Move ipc_send_message and ipc_recv_message to libi3
2011-10-02 18:33:36 +01:00
load_layout.c
Preserve marks between restarts.
2011-08-09 08:19:31 +02:00
log.c
set close-on-exec flag on errorlogfile
2011-10-01 17:44:22 +01:00
main.c
Make i3 send arguments as command to a running i3 instance (like i3-msg)
2011-10-02 19:20:43 +01:00
manage.c
Implement the window_role criterion (checks WM_WINDOW_ROLE)
2011-09-18 16:05:10 +01:00
match.c
Implement the window_role criterion (checks WM_WINDOW_ROLE)
2011-09-18 16:05:10 +01:00
move.c
Make workspace_layout handle all cons at workspace level, not only the first one (+test)
2011-06-02 17:21:38 +02:00
output.c
Bugfix: fix disabling RandR outputs
2011-02-21 01:43:39 +01:00
randr.c
refactor workspace_show and friends
2011-10-02 21:57:00 +01:00
regex.c
Check for PCRE version and disable PCRE_UCP for <= 8.10
2011-09-30 20:31:32 +01:00
render.c
Bugfix: Don’t raise the stacked/tabbed decoration when border != BS_NONE and children == 1 (Thanks smartass)
2011-07-11 23:17:56 +02:00
resize.c
Fix the resize algorithm I broke earlier.
2011-01-27 13:00:14 +01:00
sd-daemon.c
implement "socket activation": passing IPC sockets to i3
2011-08-10 15:55:27 +02:00
sighandler.c
Make i3 compatible with the very latest xcb
2011-03-18 14:39:27 +01:00
tree.c
refactor workspace_show and friends
2011-10-02 21:57:00 +01:00
util.c
move sstrdup, scalloc, smalloc, srealloc to libi3, improve error messages
2011-10-02 18:09:30 +01:00
window.c
Implement the window_role criterion (checks WM_WINDOW_ROLE)
2011-09-18 16:05:10 +01:00
workspace.c
rename the internal function to _workspace_show, add a comment to workspace_show_by_name
2011-10-02 22:03:16 +01:00
x.c
Bugfix: Don’t warp the pointer if it already is on the target output (Thanks cls, pnutzh4x0r)
2011-09-17 20:53:24 +01:00
xcb.c
Send the correct X11 border_width in faked ConfigureNotifys
2011-09-17 14:11:55 +01:00
xcursor.c
Bugfix: Set the cursor via the Xlib connection if XCursor is supported
2011-07-29 13:13:51 +02:00
xinerama.c
Bugfix: Fix initialization / assignments when RandR is missing
2011-05-14 22:34:34 +02:00