..
assignments.c
Fix some potential memory leaks
2011-08-09 09:27:15 +02:00
cfgparse.l
cfgparse: eliminate absolute states, use yy_push_state/yy_pop_state
2011-10-20 22:38:46 +01:00
cfgparse.y
Don’t start i3-nagbar when using -C to validate the config
2011-10-20 22:25:59 +01:00
click.c
save the last timestamp received by X11 in last_timestamp
2011-10-10 15:54:17 +01:00
cmdparse.l
Implement 'workspace back_and_forth' (Patch by Michael Walle)
2011-10-17 23:17:56 +01:00
cmdparse.y
Implement 'workspace back_and_forth' (Patch by Michael Walle)
2011-10-17 23:17:56 +01:00
con.c
refactor workspace_show and friends
2011-10-02 21:57:00 +01:00
config.c
Clean bars before reloading the config (+test)
2011-10-20 18:47:09 +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 a startup monitor, move code to src/startup.c
2011-10-10 15:54:17 +01:00
ipc.c
ipc: when requesting the bar config without a payload, return an array of available bar IDs
2011-10-18 22:12:46 +01:00
load_layout.c
Preserve marks between restarts.
2011-08-09 08:19:31 +02:00
log.c
log: use localtime_r instead of localtime
2011-10-18 18:32:47 +01:00
main.c
Don’t start i3-nagbar when using -C to validate the config
2011-10-20 22:25:59 +01:00
manage.c
Focus new window only if it is on a visible workspace on the current focused output.
2011-10-18 18:56:39 +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
remove left-over type definition for mode_info
2011-10-09 18:25:21 +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
startup.c
Bugfix: Use _exit in forking to avoid calling the libev cleanup handler (Thanks xeen)
2011-10-15 16:56:47 +01:00
tree.c
refactor workspace_show and friends
2011-10-02 21:57:00 +01:00
util.c
implement a startup monitor, move code to src/startup.c
2011-10-10 15:54:17 +01:00
window.c
log WM_NAME (non-utf-8 window titles)
2011-10-09 14:45:34 +01:00
workspace.c
Bugfix: Fix segfault when starting i3 (Thanks pnutzh4x0r)
2011-10-18 18:47:07 +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
Change the root window cursor to 'watch' during startups
2011-10-10 15:54:18 +01:00
xcursor.c
Change the root window cursor to 'watch' during startups
2011-10-10 15:54:18 +01:00
xinerama.c
Bugfix: Fix initialization / assignments when RandR is missing
2011-05-14 22:34:34 +02:00