Go to file
Kim Woelders cf5927deb8 Clamp window position on move
In non-compositing mode the x/y coordinate limts are [-32768; 32767] as
should be expected. If moving beyond these values the coordinates are
just set modulo 2^16 (like in a signed 16 bit integer) and most likely
this isn't noticed anywhere.

In compositing mode the coordinates apperently must be clamped some
more, but it is not clear why or where the limit is.
The problem manifests itself in that a window moved "too far" seems to
have disappeared when moving it back on screen, possibly because the
name pixmap is invalidated.
Shading/unshading the window makes it re-appear.

The problem can be seen when dragging a window far off a (small) pager.
2022-04-30 20:26:41 +02:00
config config/menus: Text cleanups 2022-04-24 12:41:25 +02:00
docs moveresize: Remove long time unused swapmove code 2022-04-22 07:35:00 +02:00
dox edox: Don't try rendering text outside edox window 2022-01-30 14:58:20 +01:00
eesh autofoo: Deal a bit more consistently with C[PP]FLAGS and LDADD 2021-06-03 20:12:13 +02:00
epp epp: Fix potential compiler warning 2022-04-24 11:39:50 +02:00
fonts Add normal/bold.ttf as links to default fonts. 2008-12-30 22:40:08 +00:00
icons Move misc/e16.png to icons/. 2010-04-02 15:28:17 +00:00
lib Avoid using "delete" 2021-08-22 05:28:09 +02:00
m4 Fix C++ build 2022-04-24 11:39:50 +02:00
misc Cleanups in .desktop file generation 2020-12-18 11:27:14 +01:00
pix Update the restart cursor, which looked a bit dated. 2017-11-18 22:50:45 +01:00
po Danish translation update 2022-04-24 18:02:14 +02:00
sample-scripts place-pagers.pl: Behave properly when pagers have borders 2022-04-28 19:26:58 +02:00
scripts config/menus: Text cleanups 2022-04-24 12:41:25 +02:00
src Clamp window position on move 2022-04-30 20:26:41 +02:00
themes Update winder theme 2022-04-03 17:21:40 +02:00
.gitignore Simplify autogen.sh 2018-08-12 07:01:37 +02:00
.indent.pro Indent profile - Drop -bad for now as it does silly things 2020-01-23 21:30:02 +01:00
AUTHORS Fix Globally Active focus mode. 2013-04-02 23:59:03 +02:00
COMPLIANCE Update COMPLIANCE 2022-02-14 16:52:21 +01:00
COPYING Update Copyright in COPYING 2019-03-31 20:21:48 +02:00
ChangeLog 1.0.24 2021-11-14 08:13:34 +01:00
ChangeLog.old Trim ChangeLog (move <= v1.0.0 to ChangeLog.old), new format 2021-04-09 07:31:19 +02:00
ChangeLog.sh Add ChangeLog generation script 2021-04-09 07:31:19 +02:00
Makefile.am Fix version reported by e16 in release build 2021-04-12 18:57:54 +02:00
autogen.sh autogen.sh: Add -n as alternative to NOCONFIGURE 2020-02-08 09:03:35 +01:00
configure.ac Remove gnome1 hint support 2022-02-14 16:52:15 +01:00
e16.spec.in Spec file: Add git tag to rpm file name (if built from git checkout) 2020-03-07 17:30:56 +01:00