gri3-wm/src
Simon Elsbrock fe6e1f496a toggle fullscreen on 'scratchpad show'
If the focused application is in fullscreen mode and 'scratchpad show'
is executed, toggle the fullscreen mode before showing the scratchpad
application. Otherwise, the scratchpad app would not be visible anyways
but focus would be stolen.

fixes #613
2012-09-16 17:59:35 +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 fix resizing floating windows by height 2012-08-22 16:01:40 +02:00
commands_parser.c Send proper error messages upon parser failures, use yajl for generating command replies 2012-05-02 22:01:50 +02:00
con.c Bugfix: Don’t focus the wrong workspace when moving to scratchpad (+test) (Thanks loblik) 2012-09-14 13:17:32 +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 floating_fix_coordinates: properly deal with negative positions 2012-08-04 16:09:16 +02:00
handlers.c Bugfix: Don’t allow ConfigureRequests while in fullscreen (Thanks Piotr) 2012-09-04 20:21:07 +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 log.c: len is always positive, remove useless check (Thanks Marcus) 2012-05-02 20:07:59 +02:00
main.c when using i3 -C, don’t send remaining arguments via IPC (Thanks Somelauw) 2012-06-25 21:43:41 +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 Rip out the old command parser, remove migration code 2012-01-27 22:11:03 +00:00
output.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
randr.c Bugfix: Properly fix floating coordinates when disabling outputs (Thanks Tucos) 2012-08-04 16:09:16 +02:00
regex.c normalize modelines/headers across src/*.c 2011-10-22 23:40:02 +01:00
render.c Bugfix: fix flickering with 1pixel border tabbed layouts (Thanks julien) 2012-09-04 22:47:12 +02: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 toggle fullscreen on 'scratchpad show' 2012-09-16 17:59:35 +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 Use (void) instead of () for functions without args (Thanks fernandotcl) 2012-03-31 10:53:04 +02:00
util.c Bugfix: Use _exit() instead of exit to avoid calling atexit functions (Thanks f8l) 2012-09-05 17:09:23 +02:00
window.c Merge branch 'master' into next 2012-01-18 19:18:22 +00:00
workspace.c Fix stray workspaces "number 1" being created when having workspace number 1 in your config 2012-05-16 06:24:16 +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