..
Makefile
Add stub Makefiles to allow subdir make calls
2012-07-22 19:57:48 +02:00
assignments.c
Send proper error messages upon parser failures, use yajl for generating command replies
2012-05-02 22:01:50 +02:00
cfgparse.l
cfgparse: accept force-xinerama as a synonym of force_xinerama
2012-04-21 12:48:34 +02:00
cfgparse.y
Implement fake-outputs option (cmdline, cfg) for multi-monitor testing
2012-04-09 14:28:36 +02:00
click.c
Only resize when the left/right mouse button is used, not when scrolling (Thanks eeemsi)
2012-04-08 21:04:21 +02:00
commands.c
resizing: traverse containers up properly (+test) (Thanks oblique)
2012-07-22 21:37:26 +02:00
commands_parser.c
i3: Replace loglevels by a global debug logging
2012-07-22 18:41:12 +02:00
con.c
Fix 'move to workspace' when used with criteria
2012-06-03 19:41:45 +02:00
config.c
Use (void) instead of () for functions without args (Thanks fernandotcl)
2012-03-31 10:53:04 +02:00
debug.c
normalize modelines/headers across src/*.c
2011-10-22 23:40:02 +01:00
ewmh.c
Use (void) instead of () for functions without args (Thanks fernandotcl)
2012-03-31 10:53:04 +02:00
fake_outputs.c
Implement fake-outputs option (cmdline, cfg) for multi-monitor testing
2012-04-09 14:28:36 +02:00
floating.c
Fix floating precision bug
2012-05-06 14:13:59 +02:00
handlers.c
Bugfix: fix reload crashes in rare cases (Thanks Tucos)
2012-06-27 17:48:22 +02:00
i3.mk
Move libi3 to the new Makefile layout
2012-07-22 19:57:21 +02:00
ipc.c
Send proper error messages upon parser failures, use yajl for generating command replies
2012-05-02 22:01:50 +02:00
load_layout.c
Correctly restore focus after in-place restarts
2012-01-21 18:35:15 +00:00
log.c
i3: Replace loglevels by a global debug logging
2012-07-22 18:41:12 +02:00
main.c
i3: Replace loglevels by a global debug logging
2012-07-22 18:41:12 +02:00
manage.c
Use (void) instead of () for functions without args (Thanks fernandotcl)
2012-03-31 10:53:04 +02:00
match.c
Use gettimeofday() and struct timevals instead of time()
2012-02-21 13:38:49 +01:00
move.c
Prevent moving out of fullscreen containers.
2012-06-03 16:24:53 +02:00
output.c
normalize modelines/headers across src/*.c
2011-10-22 23:40:02 +01:00
randr.c
Use (void) instead of () for functions without args (Thanks fernandotcl)
2012-03-31 10:53:04 +02:00
regex.c
i3: Replace loglevels by a global debug logging
2012-07-22 18:41:12 +02:00
render.c
Ignore aspect ratio during fullscreen mode (fixes MPlayer subtitles) (Thanks mxf, alexander)
2012-01-21 13:29:06 +00:00
resize.c
Use 32bit visual only when needed. Thus we could drop the --enable-32bit-visual option.
2012-03-26 16:50:44 +02:00
scratchpad.c
Bug 676: if scratchpad window is active on a non-visible workspace, then "scratchpad show" should move it to the current visible workspace.
2012-04-05 18:10:45 +02:00
sd-daemon.c
implement "socket activation": passing IPC sockets to i3
2011-08-10 15:55:27 +02:00
sighandler.c
Use (void) instead of () for functions without args (Thanks fernandotcl)
2012-03-31 10:53:04 +02:00
startup.c
make in-place restarts use socket activation, too (for faster/less flaky tests)
2012-01-21 23:03:09 +00:00
tree.c
Restrict directional focus in fullscreen.
2012-06-03 16:24:53 +02:00
util.c
Use (void) instead of () for functions without args (Thanks fernandotcl)
2012-03-31 10:53:04 +02:00
window.c
Merge branch 'master' into next
2012-01-18 19:18:22 +00:00
workspace.c
ignore "current" when searching for named workspaces
2012-06-03 19:44:42 +02:00
x.c
Use (void) instead of () for functions without args (Thanks fernandotcl)
2012-03-31 10:53:04 +02:00
xcb.c
Use 32bit visual only when needed. Thus we could drop the --enable-32bit-visual option.
2012-03-26 16:50:44 +02:00
xcursor.c
Use (void) instead of () for functions without args (Thanks fernandotcl)
2012-03-31 10:53:04 +02:00
xinerama.c
Use (void) instead of () for functions without args (Thanks fernandotcl)
2012-03-31 10:53:04 +02:00