1
0
mirror of https://github.com/aNNiMON/HotaruFX.git synced 2024-09-19 14:14:21 +03:00
Commit Graph

120 Commits

Author SHA1 Message Date
2886e7f548 Ability to save documents 2017-09-06 11:48:37 +03:00
141dae5379 Ability to create new document, fix opening files 2017-09-06 11:30:21 +03:00
00df10350a Show file name in window title 2017-09-06 11:11:14 +03:00
44bd6c0a65 Add an ability to open files, move IO methods to separate package 2017-09-06 11:03:33 +03:00
2eab11b8af Add color picker 2017-09-05 19:27:30 +03:00
00b7698c1f Fix parse errors log 2017-09-05 15:18:34 +03:00
aa19abbd38 Add syntax highlight for @ operator 2017-09-05 14:57:05 +03:00
2e49372957 Add syntax highlight for node functions 2017-09-05 14:37:41 +03:00
7f2f1422f1 Add function types info to bundles 2017-09-05 14:37:02 +03:00
dddc678b23 Add dark theme 2017-09-05 13:30:50 +03:00
5acaa5ee88 Add syntax highlighter 2017-09-04 20:43:21 +03:00
2fb70d1b80 Fix access modifiers 2017-09-04 17:20:04 +03:00
2365c00c9c Add RichTextFX 2017-09-04 17:16:01 +03:00
15c1d40f70 Auto expand log pane on parse errors 2017-09-04 15:16:03 +03:00
306f3efc32 Add editor 2017-09-04 15:14:42 +03:00
eeabc8416b Add time units to parser 2017-09-02 19:05:34 +03:00
71b94d931d Add true/false to language 2017-09-02 18:15:19 +03:00
1c69338a36 Add arc node 2017-09-02 15:16:38 +03:00
0f1d22e92d Add ellipse node 2017-09-02 15:01:10 +03:00
eded42e5fb Add line node 2017-09-02 14:10:00 +03:00
4e72878546 Add polygon and polyline nodes 2017-09-02 13:52:55 +03:00
65f6d17917 Add arrays support to language 2017-09-02 13:10:14 +03:00
502ad42fde Add group node 2017-09-02 12:33:30 +03:00
1c5adfe885 Add svg path node 2017-09-02 12:00:25 +03:00
5b68371d6a Add shape properties 2017-09-02 11:43:43 +03:00
74cef92402 Add opacity and css style properties 2017-09-01 19:35:11 +03:00
bde0a910d3 Add alias to strikethrough property 2017-09-01 19:19:10 +03:00
0b3158e060 Add more text properties 2017-09-01 19:18:07 +03:00
094954794e Add visible property 2017-09-01 18:45:37 +03:00
09f5deb561 Add scaleX/Y/Z and layoutX/Y properties 2017-09-01 18:32:28 +03:00
7831e11cf9 Add clip property 2017-09-01 18:16:09 +03:00
41b38a57a9 Move node's timeline building action to timeline holder 2017-09-01 15:15:17 +03:00
dc73f0acd0 Add rotate property 2017-09-01 15:06:00 +03:00
607d117a97 Add font property 2017-09-01 14:58:32 +03:00
87e4b7f421 Add text node 2017-09-01 14:08:58 +03:00
612af64902 Add rectangle node 2017-09-01 13:45:53 +03:00
3f0034b4aa Add node translate properties 2017-09-01 12:28:48 +03:00
c3920e7e42 Ability to add property keyframes 2017-08-30 20:26:36 +03:00
1d8a8d7ccf Add functional value 2017-08-30 20:24:17 +03:00
9d57a38823 Add property accessor 2017-08-30 20:01:58 +03:00
40100d8aaa Ability to get and set node properties 2017-08-30 17:54:44 +03:00
0d2b24f850 Add render function, migrate to hfx exmaples 2017-08-30 17:36:05 +03:00
cff8de94da Add nodes bundle 2017-08-30 17:07:01 +03:00
722ebc6107 Add node value 2017-08-30 17:06:48 +03:00
0e9826e3ef Add arguments validator 2017-08-30 17:05:41 +03:00
c2dd89ae85 Add generic type to converters signature 2017-08-30 17:00:08 +03:00
9b4f8140e3 Add property bindings 2017-08-30 16:54:57 +03:00
1e5ca3c1b3 Add composition bundle 2017-08-30 12:38:56 +03:00
cf21aef0ac Add nodes hierarchy 2017-08-25 11:33:44 +03:00
0f67442d0a Remove keyframe duplication check 2017-08-25 11:31:29 +03:00
a34a23372b Replace Optional with custom holder 2017-08-25 11:07:06 +03:00
41550b683f Add property animations in timeline 2017-08-25 10:40:01 +03:00
d9001bc106 More abstractions 2017-08-24 17:48:02 +03:00
1df345c996 Add virtual full HD screen 2017-08-24 17:37:56 +03:00
d185e3ee68 Add object nodes 2017-08-24 14:43:18 +03:00
28c40a8949 Add default composition 2017-08-24 12:19:31 +03:00
fb494fc080 Move ResultVisitor to visitors package 2017-08-24 11:14:29 +03:00
14875e83d4 Add functions support 2017-08-23 19:17:44 +03:00
c2670c97c8 Add map access support 2017-08-23 19:03:17 +03:00
2a8d336fff Add map support 2017-08-23 18:25:34 +03:00
d13c8ee849 Add evaluation of unary expression 2017-08-23 18:01:12 +03:00
69cbd5a04f Add evaluation of assignment, value and variable expressions 2017-08-23 17:47:12 +03:00
037b7aa67e Replace accessible get/set with visitor call 2017-08-23 17:23:08 +03:00
0ac7451627 Add interpreter skeleton 2017-08-23 16:30:48 +03:00
43a52fb049 Add parser 2017-08-22 12:47:43 +03:00
45749bf471 Add colon, plus, minus operators 2017-08-22 11:28:46 +03:00
37cf836c40 Add lexer 2017-08-21 16:41:06 +03:00
dc0dbe0db7 Add JUnit 5 dependency 2017-08-21 14:59:20 +03:00
c58b22eb2a Add Lombok dependency 2017-08-21 13:11:07 +03:00
2b9a2d5828 Init project 2017-08-21 12:26:13 +03:00