summaryrefslogtreecommitdiff
path: root/ide/AndroidStudio3/app/src/main/cpp
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-06-21 17:02:47 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-06-21 17:02:47 +0000
commit333e718ae735411fec220334256360b8e3b4b1bb (patch)
treee3d5a504565f1f2bdd461e7e9c90ae454dc62a5f /ide/AndroidStudio3/app/src/main/cpp
parent22c21fa8401b6e433611258a703a0d7eda64584a (diff)
Android: Windows are now centered on screen if no position is defined, dialogs pop up in a more logical position.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12958 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/AndroidStudio3/app/src/main/cpp')
-rw-r--r--ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx b/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx
index 3d916fbb9..01acf4904 100644
--- a/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx
+++ b/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx
@@ -261,6 +261,8 @@ int xmain(int argc, char **argv)
- ...::line(...) has round ing issues (see rounded box type)
- grab() not working when leaving window (adjuster...)
- scrolling if implemented as a complete redraw. Must implement real scrolling
+ - the 'hotspot' idea to position dialogs under the mouse cursor makes little sense on touch screen devices
+ - fix screen when keyboard pops up in front of the text cursor or input field (temporarily shift up?)
test/CubeMain.cxx
@@ -335,18 +337,15 @@ test/utf8.cxx
test/keyboard.cxx
test/windowfocus.cxx
- * test/ask.cxx :
- * fix popup position for dialogs
- * fix screen when keyboard pops up in fron of the text cursor or input field
-
+ * test/ask.cxx : + 'ask' works
+ * test/button.cxx : + 'button' works, including beep
* test/pack.cxx : + 'pack' works
* test/adjuster.cxx : + 'adjuster' works
* test/arc.cxx : + 'arc' works as expected
* test/minimum.cxx : + 'minimum' works
* test/boxtype.cxx : + 'boxtype' works
- * test/button.cxx : + 'button' works, including beep
* test/buttons.cxx : + 'buttons' works
- * test/color_chooser.cxx:+ 'color_chooser' works
+ * test/color_chooser.cxx: + 'color_chooser' works
* test/symbols.cxx : + 'symbols' working as expected
* test/hello.cxx : + 'hello' works fine, italics, shadow, etc.
* test/label.cxx : + 'label' works