i3/src
Michael Stapelberg 21a2971b24 Bugfix: Either use SetInputFocus *or* send WM_TAKE_FOCUS, not both
This fixes problems with the Oracle JRE7, which checks the current focus after
receiving WM_TAKE_FOCUS and just does nothing when the focus is on one of its
windows. Hopefully it doesn’t introduce any regressions :).
2012-01-17 23:33:33 +00:00
..
assignments.c Fix comment in run_assignments (Thanks xeen) 2011-10-23 21:45:12 +01:00
cfgparse.l Bugfix: Correctly handle --no-startup-id with quoted exec commands (Thanks aksr) 2011-11-11 00:28:04 +00:00
cfgparse.y Bugfix: Skip leading whitespace in variable assignments (Thanks ben) 2011-12-17 11:16:34 +00:00
click.c Bugfix: Make resizing work when pressing floating_modifier + right mouse button on window decorations 2011-12-17 13:55:16 +00:00
cmdparse.l Bugfix: Correctly handle --no-startup-id with quoted exec commands (Thanks aksr) 2011-11-11 00:28:04 +00:00
cmdparse.y Bugfix: Correctly check boundaries and reassign floating windows when moving (Thanks xpt) 2011-12-18 17:24:27 +00:00
con.c Bugfix: Open new windows in the correct place when assignments match (+test) (Thanks Don) 2012-01-07 18:50:00 +00:00
config.c keygrabbing: only look in the appropriate columns when resolving keysyms 2011-12-17 22:31:21 +00:00
debug.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
ewmh.c Don’t set the _NET_WM_WORKAREA hint at all (Thanks cg) 2011-11-30 20:33:07 +00:00
floating.c Bugfix: Fix assignments of floating windows to (yet) unused workspaces (Thanks zeus) 2012-01-08 12:28:49 +00:00
handlers.c Bugfix: Correctly check boundaries and reassign floating windows when moving (Thanks xpt) 2011-12-18 17:24:27 +00:00
ipc.c ipc: set CLOEXEC on client file descriptors (Thanks biiter) 2011-11-16 21:42:48 +00:00
load_layout.c introduce sasprintf() in libi3, use it everywhere 2011-10-23 13:16:56 +01:00
log.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
main.c Bugfix: Correctly fill the buffer with zeros 2011-11-09 22:23:33 +00:00
manage.c introduce sasprintf() in libi3, use it everywhere 2011-10-23 13:16:56 +01:00
match.c remove/shorten a lot of debugging messages 2011-10-23 00:15:13 +01:00
move.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
output.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
randr.c Don’t set the _NET_WM_WORKAREA hint at all (Thanks cg) 2011-11-30 20:33:07 +00:00
regex.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
render.c Bugfix: fix fullscreen with floating windows 2011-11-21 23:04:49 +00:00
resize.c Bugfix: Don’t change focus after (graphical) resizing 2011-12-17 18:47:29 +00:00
sd-daemon.c implement "socket activation": passing IPC sockets to i3 2011-08-10 15:55:27 +02:00
sighandler.c Eliminate xcb_change_gc_single everywhere with C99 2011-10-23 18:06:25 +01:00
startup.c Enable (unlimited) core dumps when running i3 development versions 2011-11-08 22:49:25 +00:00
tree.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
util.c Create a secure temp path instead of a predictable one (Thanks Han) 2011-12-18 17:59:31 +00:00
window.c remove/shorten a lot of debugging messages 2011-10-23 00:15:13 +01:00
workspace.c Don’t set the _NET_WM_WORKAREA hint at all (Thanks cg) 2011-11-30 20:33:07 +00:00
x.c Bugfix: Either use SetInputFocus *or* send WM_TAKE_FOCUS, not both 2012-01-17 23:33:33 +00:00
xcb.c Add libi3/load_font, use it everywhere 2011-10-23 22:37:11 +01:00
xcursor.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
xinerama.c introduce sasprintf() in libi3, use it everywhere 2011-10-23 13:16:56 +01:00