Skip to content

Commit a88f20f

Browse files
author
Paulsen
committed
v1.1.0 Update: new Features, Fixes & Optimizations
New Features: - Elements are sorted in Interaction- and Draw-Layers - Automatically updates all Elements - Automatically renders all Elements onto Frame - RotaryControl: Controllable with Mousewheel Fixes: - RotaryControl: fixed Dragging across another Element Optimizations: - Remade Event-/Listener-System - Elements are added directly to Frame
1 parent 658a6f4 commit a88f20f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1931
-1570
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
*.tar.gz
2020
*.rar
2121

22-
# Project
22+
# Projects
2323
*.classpath
2424
*.project
25+
*.iml
26+
.idea
2527

2628
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2729
hs_err_pid*
-1.18 KB
Binary file not shown.
-811 Bytes
Binary file not shown.
-897 Bytes
Binary file not shown.

bin/com/paulsen/demo/Main$1.class

-1.75 KB
Binary file not shown.

bin/com/paulsen/demo/Main$2.class

4 Bytes
Binary file not shown.

bin/com/paulsen/demo/Main$3.class

-257 Bytes
Binary file not shown.

bin/com/paulsen/demo/Main.class

2.1 KB
Binary file not shown.
260 Bytes
Binary file not shown.
50 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)