gri3-wm/src
Michael Stapelberg 7be5ece663 Bugfix: fix coordinates of scratchpad windows on output changes (Thanks badboy)
Previously, after reconfiguring monitors, scratchpad windows could still
be focused but might be out of bounds for you to see.

fixes #929
2013-01-25 15:47:43 +01:00
..
Makefile Add stub Makefiles to allow subdir make calls 2012-07-22 19:57:48 +02:00
assignments.c use I3__FILE__ for DLOG, leave __FILE__ as is 2012-08-12 12:19:47 +02:00
cfgparse.l Implement variable border widths for pixel/normal 2012-09-24 22:20:29 +02:00
cfgparse.y use the new parser by default 2012-10-08 13:26:42 +02:00
click.c Fix scrolling on a tabbed titlebar which contains split cons (Thanks f8l) 2012-12-19 21:40:26 +01:00
commands.c Bugfix: Don’t move floating windows when their size constraints forbid resizing (Thanks aksr) 2012-11-27 09:26:31 +01:00
commands_parser.c config parser: recover after invalid input 2012-11-20 17:10:29 +01:00
con.c Skip floating windows in the focus stack when moving through the tree 2012-10-16 20:03:40 +02:00
config.c Bugfix: fix “overlapping” --release key bindings (Thanks phlux) 2013-01-24 14:44:01 +01:00
config_directives.c Bugfix: Actually set border width in config_directives.c (Thanks strcat) 2012-10-09 22:06:36 +02:00
config_parser.c Fix memory leaks in config_parser. 2012-11-24 17:39:52 +01:00
debug.c use I3__FILE__ for DLOG, leave __FILE__ as is 2012-08-12 12:19:47 +02:00
display_version.c i3 --moreversion: use readlink /proc/$pid/exe instead of realpath(argv[0]) 2012-08-13 13:38:04 +02:00
ewmh.c use I3__FILE__ for DLOG, leave __FILE__ as is 2012-08-12 12:19:47 +02:00
fake_outputs.c use I3__FILE__ for DLOG, leave __FILE__ as is 2012-08-12 12:19:47 +02:00
floating.c code style fixes for the previous commit 2012-11-25 20:55:49 +01:00
handlers.c Bugfix: Ignore ConfigureRequests for scratchpad windows (Thanks MeanEYE) 2012-12-22 14:08:11 +01:00
i3.mk install i3-dmenu-desktop 2012-12-11 22:31:44 +01:00
ipc.c simplify yajl related code 2012-11-13 09:32:55 +01:00
key_press.c Only launch i3-nagbar for parse errors 2012-09-11 13:17:36 +02:00
load_layout.c Replace the discrete 'split' Con property with a simple function. 2012-10-04 17:48:08 +02:00
log.c shmlog: Remove O_TRUNC flag for shm_open, we truncate ourselves 2012-10-04 17:05:08 +02:00
main.c Bugfix: handle MapRequests sent between i3 registering as a wm and handling events 2012-12-24 14:49:19 +01:00
manage.c Bugfix: Fix for_window moving of assigned windows (Thanks bafain) 2013-01-01 16:31:08 +01:00
match.c i3/window: Port window names to i3String 2012-08-13 11:30:08 +02:00
move.c use I3__FILE__ for DLOG, leave __FILE__ as is 2012-08-12 12:19:47 +02:00
output.c use I3__FILE__ for DLOG, leave __FILE__ as is 2012-08-12 12:19:47 +02:00
randr.c exit with a proper error message when there are no outputs available (Thanks flo) 2012-10-14 20:56:13 +02:00
regex.c use I3__FILE__ for DLOG, leave __FILE__ as is 2012-08-12 12:19:47 +02:00
render.c Implement smart popup_during_fullscreen mode 2012-10-24 20:54:28 +02:00
resize.c Display appropriate cursors when resizing or moving floating windows. 2012-09-23 22:05:19 +02:00
scratchpad.c Bugfix: fix coordinates of scratchpad windows on output changes (Thanks badboy) 2013-01-25 15:47:43 +01:00
sd-daemon.c implement "socket activation": passing IPC sockets to i3 2011-08-10 15:55:27 +02:00
sighandler.c spelling fix: s/succesfully/successfully/ 2012-09-20 10:55:03 +02:00
startup.c Improve startup sequence termination conditions 2012-10-04 17:48:51 +02:00
tree.c Skip floating cons in focus (child|parent) and stop them from being split 2012-10-16 20:01:36 +02:00
util.c Merge branch 'master' into next 2012-09-05 17:09:43 +02:00
window.c i3/window: Port window names to i3String 2012-08-13 11:30:08 +02:00
workspace.c Merge branch 'next' 2012-12-12 00:18:23 +01:00
x.c Also draw right tab border for split containers (Thanks alex) 2012-12-19 21:12:38 +01:00
xcb.c libi3: Rework font to support multiple backends 2012-08-13 11:39:29 +02:00
xcursor.c Display appropriate cursors when resizing or moving floating windows. 2012-09-23 22:05:19 +02:00
xinerama.c use I3__FILE__ for DLOG, leave __FILE__ as is 2012-08-12 12:19:47 +02:00