1530 Commits

Author SHA1 Message Date
The Dax
cfae07f72b Need to initialise step_ here, too. 2014-08-16 15:15:01 -04:00
The Dax
69e66df07e Update PopupSliderChoiceFloat to have increment/decrement buttons, and stepping. 2014-08-16 15:07:06 -04:00
Henrik Rydgård
4f3c69e714 Merge pull request #227 from ToadKing/master
add ability to create opaque FBO objects from native opengl FBOs
2014-08-06 00:48:03 +02:00
Toad King
fbafdb4e35 add ability to create opaque FBO objects from native opengl FBOs 2014-08-05 17:43:25 -04:00
Henrik Rydgård
9b038d40be Merge pull request #226 from unknownbrackets/gpu-blend
Use glBlendEquationSeparate for ADD on alpha
2014-08-04 22:10:59 +02:00
Unknown W. Brackets
deed84f997 Reassert the add equation in UIContext.
Otherwise it might use subtract or some other equation.

Fixes another case of hrydgard/ppsspp#6678.
2014-08-03 21:38:29 -07:00
Unknown W. Brackets
130865577d Use glBlendEquationSeparate for ADD on alpha. 2014-08-03 21:38:29 -07:00
Unknown W. Brackets
ddf67c5f72 Add glStencilMask to glstate. 2014-08-03 21:38:28 -07:00
Unknown W. Brackets
9f239b9685 Warning fix. 2014-08-03 19:09:45 -07:00
Henrik Rydgård
86294cbe8e Merge pull request #225 from thedax/sysprop
Add a new SYSPROP enum variable.
2014-07-31 11:44:26 +02:00
The Dax
86cd0ccf1a Add a new SYSPROP enum variable. 2014-07-31 01:19:44 -04:00
Sacha
8b634fade4 Qt: Terminate the thread instead of quitting. Stops an annoying popup on OSX and should speed up exit on systems that didn't like the thread still running. 2014-07-26 01:35:49 +10:00
Henrik Rydgård
52351bdc2f Merge pull request #224 from xsacha/drawtext
Qt: Fix double ampersands in text.
2014-07-25 15:13:40 +02:00
Sacha
d3a88d4276 Qt: Fix double ampersands in text. 2014-07-25 17:15:59 +10:00
Sacha
f339bda6e2 SystemInfo is never installed by default, so make it optional. 2014-07-25 14:41:23 +10:00
Henrik Rydgard
14141b5a9e Add some hackery to work around the problem of textedit losing focus on click 2014-07-23 21:40:12 +02:00
Henrik Rydgard
79d189b545 atlastool buildfix (yeah, it's still a mess to build, I know) 2014-07-23 12:50:30 +02:00
Henrik Rydgard
9f4f49be66 TextEdit: Add single undo, paste over the contents 2014-07-22 22:16:09 +02:00
Henrik Rydgard
78941b0871 TextEdit: Clip to rect, scroll if caret outside rect 2014-07-22 10:20:51 +02:00
Henrik Rydgard
d826c7f181 Have PopupMultiChoice update their strings every frame 2014-07-22 09:54:55 +02:00
Sacha
8c1a48b90c Qt: Inhibit screensaver for all platforms using Qt5. 2014-07-22 16:03:42 +10:00
Henrik Rydgard
db6a57c8fe Try to detect GLES 3.1 as well as 3.0 2014-07-22 01:04:42 +02:00
Henrik Rydgard
4195da289c ChoiceWithValueDisplay: Allow translation of the value 2014-07-21 18:42:25 +02:00
Henrik Rydgard
9d8d64b321 TextEdit: Ctrl-C to copy the contents of the textbox. 2014-07-21 17:35:51 +02:00
Henrik Rydgard
6f6f6eb1fb TextEdit: Add utf-8 support, enable paste from clipboard 2014-07-21 11:59:05 +02:00
Henrik Rydgard
a4a17415a7 android: Allow querying the real display resolution as detected on start 2014-07-21 00:34:12 +02:00
Henrik Rydgard
dcd27e134d Add flag to identify events from mouses. 2014-07-20 22:24:54 +02:00
Henrik Rydgard
1d77b94355 Fix another operator shortcutting bug (tilt events) 2014-07-20 18:29:42 +02:00
Unknown W. Brackets
692dc810cf Update CityHash to v1.1.1/r15.
No major changes.
2014-07-20 08:56:01 -07:00
Unknown W. Brackets
a7bb45a30b Fix a few minor warnings on Android.
Seems st_mtime is not a time_t there, just unsigned long.
2014-07-20 08:47:37 -07:00
Henrik Rydgard
a9ab9bcdca android: LDLIBS in a static library just causes warnings: remove 2014-07-20 17:13:51 +02:00
Henrik Rydgard
370b6b3eac input: Add a convenient constant for max axis. remap a couple to reduce the number.
(isn't possible to manually map the accelerometer ones so should be safe for ppsspp)
2014-07-20 12:51:43 +02:00
Henrik Rydgard
1bc2fef02c VFS: Don't log irrelevant message when a file is just missing 2014-07-20 12:08:19 +02:00
Henrik Rydgard
2ab2016002 Expose the Android system version to the app. Useful to enable/disable android-only features like immersive mode 2014-07-20 12:04:22 +02:00
Unknown W. Brackets
ed04a0bf28 Only trigger a popup's default button if it has one. 2014-07-19 22:57:09 -07:00
Henrik Rydgard
b980b73f41 Change sum's buildhack to only affect android 2014-07-20 00:23:43 +02:00
Henrik Rydgård
e7a607dcc7 Merge pull request #223 from sum2012/patch-1
Android build fix for unknown reason
2014-07-19 21:04:43 +02:00
Henrik Rydgård
e32dbbc9c8 Merge pull request #221 from unknownbrackets/condvar
Try to approximate condvars on win xp better
2014-07-19 08:08:24 +02:00
sum2012
c93e3149a8 Android build fix for unknown reason
#6575
2014-07-19 07:38:07 +08:00
Henrik Rydgård
d767157624 Merge pull request #222 from thedax/new-choice-subclass
Add a new Choice subclass which lets the UI display a value in addition to the title, similar to other controls.
2014-07-19 00:53:49 +02:00
The Dax
085faa87cc Add a new Choice subclass which lets the UI display a value in addition to the title, similar to other controls. 2014-07-18 18:45:26 -04:00
Henrik Rydgard
ceb5a94c4a android: Add "recreate" command 2014-07-18 21:49:33 +02:00
Henrik Rydgard
82c805d93d gotta be public 2014-07-18 21:25:14 +02:00
Henrik Rydgard
1012f46dee Add some infrastructure to be able to support Android hardware scaling 2014-07-18 20:31:29 +02:00
Henrik Rydgard
326504baf8 android: Cleanup of dpi/refresh variables 2014-07-18 17:39:32 +02:00
Henrik Rydgard
3b45ca1d2f Some cleanup 2014-07-18 16:07:36 +02:00
Henrik Rydgard
31f7ad574a Add focus management to textedit. Close popups (with OnOK) on Enter. 2014-07-18 12:22:33 +02:00
Henrik Rydgard
8cd755942b Reduce some logging 2014-07-18 12:07:08 +02:00
Henrik Rydgard
76cb31cdd5 nativeui: Add basic TextEdit control, and popupchoice 2014-07-18 11:03:18 +02:00
Sacha
49e8414fec Oops. fmrx is only for armv7. 2014-07-17 02:29:49 +10:00