|
|
a1c0dcb007
|
implement open file dialog for linux
|
2019-10-04 10:00:50 +02:00 |
|
|
|
8b179260fb
|
fix layout designer
|
2019-09-26 17:48:38 +02:00 |
|
|
|
0a8c3aeaf2
|
add layout designer
|
2019-09-26 09:55:54 +02:00 |
|
|
|
034828155d
|
remove redundant updates
|
2019-09-23 01:00:12 +02:00 |
|
|
|
7eebabff19
|
fix export ppbr panel
|
2019-09-19 23:54:18 +02:00 |
|
|
|
abaf82ba24
|
fix floating panels and iOS export picking
|
2019-09-19 23:02:46 +02:00 |
|
|
|
6f6be42a01
|
android save picker, create dir api wip
|
2019-09-14 11:24:50 +02:00 |
|
|
|
6920c0380e
|
Merge branch 'master' of https://bitbucket.org/omigamedev/new_engine
* 'master' of https://bitbucket.org/omigamedev/new_engine:
add text input popup
|
2019-09-12 15:18:22 +02:00 |
|
|
|
096930b02e
|
implement file picker in iOS with .ext to UTI filtering
|
2019-09-09 15:31:47 +02:00 |
|
|
|
0d2777c4ae
|
add file picker to osx
|
2019-09-07 11:39:45 +02:00 |
|
|
|
486d2a4eeb
|
add file save dialog on win
|
2019-09-03 08:07:38 +02:00 |
|
|
|
bb7d681dc3
|
fix zoom detection issue in old OSX versions
|
2019-08-15 22:52:14 +02:00 |
|
|
|
5ec77d4cc0
|
add appcenter to android for analytics
|
2019-08-11 21:57:14 +02:00 |
|
|
|
b43ed85c2a
|
fix iOS screen rotation with keyboard
|
2019-08-10 16:15:07 +02:00 |
|
|
|
5fc27ebb14
|
fix some lambda ref, use global android_app variable instead of passing as argument, fix clipboard utf issue by using byte array
|
2019-07-25 08:11:48 +02:00 |
|
|
|
746726e5b3
|
implement clipboard on OSX, fix hex and rob sliders on picker
|
2019-06-25 16:38:05 +02:00 |
|
|
|
da6da775a0
|
implement clipboard on iOS
|
2019-06-25 16:04:16 +02:00 |
|
|
|
dc9da77cf8
|
review vr stuff, fix controller-ui ray casting
|
2019-06-05 16:27:29 +02:00 |
|
|
|
d750f80482
|
add vr_draw_ui method and make ui observer as method to be wildly available
|
2019-05-29 22:41:37 +02:00 |
|
|
|
5bef9c7286
|
fix cursor visibility in OSX
|
2019-03-11 18:39:11 +01:00 |
|
|
|
5cd80f41fa
|
hide cursor on OSX
|
2019-03-10 00:43:33 +01:00 |
|
|
|
3296de98cc
|
hide cursor on canvas, add mouse focus event, brush preview solid when small
|
2019-03-06 20:39:27 +01:00 |
|
|
|
a14afe5b44
|
OSX: associate abr file, fix shell open file when process is running, fix shutdown
|
2019-03-01 20:27:42 +01:00 |
|
|
|
05c46b4744
|
iOS: fix screen black flickers and queue UI api calls to the main thread
|
2019-03-01 16:52:59 +01:00 |
|
|
|
f8987e2236
|
associate abr files to panopainter on iOS and fix import menu
|
2019-02-27 16:43:57 +01:00 |
|
|
|
6e41263600
|
fix utf-16 reading and make it work on android
|
2019-02-10 20:55:26 +01:00 |
|
|
|
1d6c26f2ba
|
add ABR brushes and presets with properties and patterns
|
2019-02-10 16:52:37 +01:00 |
|
|
|
e95421c2ed
|
fix spacebar bug, fix ios depth buffer error, parallelize raytracing
|
2019-01-12 18:01:23 +01:00 |
|
|
|
3a88235f56
|
implement sharing in iOS, add OpenGL renderer in OSX window
|
2018-11-30 20:41:52 +01:00 |
|
|
|
9f41831b71
|
add reset camera menu, update changelog, remove crash test menu
|
2018-11-30 15:27:24 +01:00 |
|
|
|
829e8c0b62
|
testing crash
|
2018-11-30 14:27:11 +01:00 |
|
|
|
0c6b409606
|
remove ui namespace which is not really used, move CameraData in camera_modes.h to avoid the inclusion of canva.h
|
2018-11-27 14:24:01 +01:00 |
|
|
|
a64e2fa8fb
|
fix stroke preview, use hmd pose instead of eye, fix vr fullscreen mode
|
2018-10-28 23:31:22 +01:00 |
|
|
|
b366d6b61f
|
hmd orient, vr ui
|
2018-10-28 22:25:15 +01:00 |
|
|
|
0fff9f2010
|
add openvr support, switch to 8.1 sdk, prepare for vr ui
|
2018-10-28 00:29:09 +02:00 |
|
|
|
64ce471ed8
|
disable brush pressure averaging, implement single finger for camera rotation when touch draw is disabled
|
2018-10-13 17:03:15 +02:00 |
|
|
|
ce344126be
|
add share button and implement AirDrop share in OSX, update info.plist to set on Mac OS the default app for PPI, on iOS include the Documents/Inbox subfolder used to store the received files from AirDrop
|
2018-10-12 13:09:22 +02:00 |
|
|
|
a6d0914bf8
|
implement eraser detection on windows
|
2018-10-09 02:12:09 +02:00 |
|
|
|
dba5eef824
|
fix android compile, fix windows system info log, implement touch/stylus events on windows
|
2018-10-08 21:13:44 +02:00 |
|
|
|
6352f5afe1
|
Merge branch 'master' of https://bitbucket.org/omigamedev/new_engine
|
2018-10-08 12:45:06 +02:00 |
|
|
|
5bb8f8845b
|
separate global tick from draw so on tick any node can request a redraw
|
2018-10-08 12:03:57 +02:00 |
|
|
|
bc64d3c241
|
implement pick_dir on windows, upload VS project,
|
2018-10-08 03:51:05 +02:00 |
|
|
|
05decb6a05
|
fix some ui glitch with NodeButton, start implementing working dir option
|
2018-10-06 16:17:42 +02:00 |
|
|
|
739784b0d1
|
conditional os in UI xml, add system dialog file open on osx, check api format or error message when opening a document, per-char text wrap on NodeText, additional info on create doc dialog like working path
|
2018-10-06 14:20:07 +02:00 |
|
|
|
0ec8435357
|
implement android import, update android project and build for release
|
2018-09-30 13:42:17 +02:00 |
|
|
|
f1ff142d91
|
add changelog dialog and display_file api (implemented in osx and ios)
|
2018-09-24 16:03:43 +02:00 |
|
|
|
71de44a7c1
|
rename engine to src
|
2018-09-16 14:21:58 +02:00 |
|