diff options
author | Sven Gothel <[email protected]> | 2013-12-31 08:14:21 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-12-31 08:14:21 +0100 |
commit | e7ffa68bce9bb707005be72530b207c732f62c31 (patch) | |
tree | db1d2e73c89da355c8ff319febcf3c2cc2637a16 /make/resources | |
parent | e7032ae9ca4b754bd9737f86d9496211e9155db4 (diff) |
Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer Icons
- Utilizing JOGL's PNG decoder for all icons, if available.
- Application/window icons:
- Providing default application/window icons in 16x16 and 32x32 size
- NewtFactory.setWindowIcons(..) or property 'newt.window.icons' maybe used to override default icons.
- Using icons at application/window instantiation
- Display.PointerIcons:
- NativeWindow Win32 WindowClass no more references a default cursor
in favor of fine grained cursor control [in NEWT]
- Display provides create/destroy methods,
where display destruction also releases open PointerIcon references.
- Window.setPointerIcon(..) sets custom PointerIcon
- Implemented Platforms
- X11
- Windows
- OSX
- Manual Test: TestGearsES2NEWT (Press 'c')
Diffstat (limited to 'make/resources')
-rw-r--r-- | make/resources/assets-test/jogamp-pointer-64x64.png | bin | 0 -> 2843 bytes |
-rw-r--r-- | make/resources/assets/newt/data/jogamp-16x16.png | bin | 0 -> 549 bytes |
-rw-r--r-- | make/resources/assets/newt/data/jogamp-32x32.png | bin | 0 -> 1020 bytes |
-rw-r--r-- | make/resources/misc/jogamp-48x48.png | bin | 0 -> 1278 bytes |
-rw-r--r-- | make/resources/misc/jogamp-64x64.png | bin | 0 -> 1833 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/make/resources/assets-test/jogamp-pointer-64x64.png b/make/resources/assets-test/jogamp-pointer-64x64.png Binary files differnew file mode 100644 index 000000000..a965dcab1 --- /dev/null +++ b/make/resources/assets-test/jogamp-pointer-64x64.png diff --git a/make/resources/assets/newt/data/jogamp-16x16.png b/make/resources/assets/newt/data/jogamp-16x16.png Binary files differnew file mode 100644 index 000000000..02df8997f --- /dev/null +++ b/make/resources/assets/newt/data/jogamp-16x16.png diff --git a/make/resources/assets/newt/data/jogamp-32x32.png b/make/resources/assets/newt/data/jogamp-32x32.png Binary files differnew file mode 100644 index 000000000..ab21c6e1b --- /dev/null +++ b/make/resources/assets/newt/data/jogamp-32x32.png diff --git a/make/resources/misc/jogamp-48x48.png b/make/resources/misc/jogamp-48x48.png Binary files differnew file mode 100644 index 000000000..216f8c0b7 --- /dev/null +++ b/make/resources/misc/jogamp-48x48.png diff --git a/make/resources/misc/jogamp-64x64.png b/make/resources/misc/jogamp-64x64.png Binary files differnew file mode 100644 index 000000000..9936616ca --- /dev/null +++ b/make/resources/misc/jogamp-64x64.png |