From 333e718ae735411fec220334256360b8e3b4b1bb Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 21 Jun 2018 17:02:47 +0000 Subject: 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 --- ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'ide/AndroidStudio3/app/src/main/cpp') 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 -- cgit v1.2.3