aquanull
fb651156d8
Implement text truncation with ellipses.
2013-06-15 21:20:17 +08:00
aquanull
336f388fa2
Allow CJK characters to be wrapped individually.
2013-06-15 21:20:17 +08:00
aquanull
77a01c1526
Fix missing punctuation marks when the text is wrapped around them.
...
Truncate trailing white spaces instead of putting them on the beginning of the next line.
2013-06-15 21:20:17 +08:00
Henrik Rydgård
c8bbad2731
Update native (mouse fix for sdl)
2013-06-15 15:13:30 +02:00
Henrik Rydgård
0b433d28ba
Add some more people to contributors in the Credits scroller.
2013-06-15 15:05:01 +02:00
Henrik Rydgård
c128f164ed
Fix PPSSPPSDL on MacOSX, link ffmpeg.
2013-06-15 15:05:00 +02:00
Henrik Rydgård
856fe3ec14
Merge pull request #2275 from raven02/patch-3
...
Mipmapping always set to true that real PSP does
2013-06-15 05:30:48 -07:00
raven02
18aaa91d04
Mipmapping always set to true that real PSP does
2013-06-15 21:19:49 +09:00
Henrik Rydgard
ffb1d65313
Add forum link to help menu on Windows, and under the website link on the main menu screen.
2013-06-15 11:44:06 +02:00
Henrik Rydgård
4437e0dfc7
Merge pull request #2263 from raven02/master
...
Quick fix wrong sizing of CIRCLE image and misc UI refinements
2013-06-15 02:17:38 -07:00
Henrik Rydgard
85d896b953
Fix showing log windows on load with -l (initialization order).
2013-06-15 10:55:18 +02:00
raven02
26ec4c283f
Minor fix to the correct font scale
2013-06-15 16:29:46 +08:00
Henrik Rydgård
5bd2b24a5c
Merge pull request #2264 from aquanull/WinFix
...
Win fix
2013-06-15 00:16:00 -07:00
Henrik Rydgård
4320637e00
Merge pull request #2257 from thedax/disableTouchOnDesktop
...
Disable touch controls for Windows
2013-06-15 00:15:04 -07:00
Henrik Rydgård
e41340d5b9
Merge pull request #2265 from raven02/patch-1
...
Better align the message context in message dialog
2013-06-15 00:14:40 -07:00
Henrik Rydgård
2348013cb9
Merge pull request #2260 from unknownbrackets/mpeg-fix
...
Ensure FFmpeg doesn't corrupt an early keyframe
2013-06-15 00:14:03 -07:00
Henrik Rydgård
180adb32d3
Merge pull request #2267 from unknownbrackets/thread-funcs
...
Return correct errors in sceKernelDeleteThread()
2013-06-15 00:11:19 -07:00
Henrik Rydgård
54140043a2
Merge pull request #2266 from unknownbrackets/atrac-fix
...
Ignore/fail on bad seeks for atrac3 audio
2013-06-15 00:10:59 -07:00
Unknown W. Brackets
1e805e7fc8
Return correct errors in sceKernelDeleteThread().
...
And also, don't reschedule in sceKernelTerminateDeleteThread(), per tests.
2013-06-15 00:05:21 -07:00
raven02
cf37d569a5
Shorter string for Enable compatibility report servers
2013-06-15 14:54:50 +08:00
raven02
c7d3caf5f7
Make frameskipping UI consistents with others
2013-06-15 14:36:07 +08:00
raven02
6d82479fe5
Only display "download atrac3+ plugin" when it is not installed.
2013-06-15 14:30:34 +08:00
Unknown W. Brackets
7531e50d27
Ignore/fail on bad seeks for atrac3 audio.
...
This was happening in Disgaea, and causing it to crash.
2013-06-14 23:26:31 -07:00
raven02
de0b94542f
Display current selection for texture scaling
2013-06-15 15:23:14 +09:00
Unknown W. Brackets
f6534c3809
Fix a possible buffer over/underflow issue in mpeg.
...
Atrac seems to have a problem here, so let's be safe.
2013-06-14 23:21:12 -07:00
Unknown W. Brackets
9406561492
The seek callback should return new offset.
...
Like lseek(). Not the passed param.
2013-06-14 23:12:56 -07:00
raven02
136c05c722
Minor spacing fix
2013-06-15 13:51:54 +08:00
raven02
2aec47e702
Optimizing the space to put in single line for texture scaling and AF as well
2013-06-15 13:50:18 +08:00
raven02
8821528d01
Optimizing the space to put in single line for frame skipping and fps limit
2013-06-15 14:43:49 +09:00
raven02
d821946da5
Only show option to select when enabled frameskip and FPS limit
2013-06-15 13:26:38 +08:00
raven02
a9363292d6
Better align the message context in message dialog
2013-06-15 13:09:41 +08:00
raven02
c0d51065d6
Display current AF
2013-06-15 13:08:00 +08:00
aquanull
5898b6872c
Show the mouse cursor on full screen when it is moved or clicked.
2013-06-15 13:07:09 +08:00
aquanull
bb5fce600e
Fix/prevent crashes when MainWindow is closed before LoadFile() completes, or when it gets certain messages before TheThread completes initialization.
...
Fix missing ppsspp.ini loading log (only 1 unimportant line though).
Fix loading ui_atlas.zim failure when [General]Browse = True is set in ppsspp.ini.
Some other minor fixes as well.
2013-06-15 13:06:43 +08:00
raven02
c96bf8d375
Swap the position of next and prev button for better navigation
2013-06-15 12:38:22 +08:00
raven02
2e2ec5bcea
Quick fix wrong sizing of CIRCEL
2013-06-15 11:30:01 +08:00
Unknown W. Brackets
2ec8106809
Ensure FFmpeg doesn't corrupt an early keyframe.
...
When the analyze func runs, it seems to check between 2-4% (or so?) of the
stream, which for longer videos especially we don't have yet. Returning a
read failure here seems to truncate that keyframe sometimes.
FFmpeg asks for the total size when this happens, which we were ignoring.
Handling it fixes this, as FFmpeg apparently realizes we ran out of data.
2013-06-14 17:56:27 -07:00
Henrik Rydgard
ce2c18d2fe
Remove redundant vmov instructions (seen in wipeout)
2013-06-15 00:19:48 +02:00
Henrik Rydgård
043f819c38
Merge pull request #2258 from oioitff/mpeg-fix
...
Implement scePsmfGetNumberOfSpecificStreams and fix wrong video/audio stream channel.
2013-06-14 11:35:28 -07:00
oioitff
f2af925015
fix wrong video/audio stream channel.
2013-06-15 01:42:19 +08:00
oioitff
94bc8d0cd6
Implement scePsmfGetNumberOfSpecificStreams.
2013-06-15 01:39:56 +08:00
The Dax
c8917bfbaf
No need to have an if true there.
2013-06-14 13:11:35 -04:00
The Dax
4ba1373985
Fix ifdefs not to break iOS.
2013-06-14 13:07:13 -04:00
Henrik Rydgård
34323a1192
Merge pull request #2256 from unknownbrackets/mpeg-fix
...
Don't return less than ffmpeg wants 'til the end
2013-06-14 02:01:05 -07:00
oioitff
23cefa03c6
Delay video decode until we have enough packets.
2013-06-14 01:16:59 -07:00
Unknown W. Brackets
6192feb27a
Don't return less than ffmpeg wants 'til the end.
...
Fixes #2223 (at least for the games I have.)
2013-06-14 01:14:40 -07:00
Unknown W. Brackets
dc5e7d5e71
Still need to delete textures when scaling on.
...
Duh. Fixes #2255 .
2013-06-14 00:46:49 -07:00
The Dax
a2853d4986
Changed my previous implementation to an ifdef at Henrik's request. Disable touch controls for "desktop" platforms(Windows/Linux/mac). The intention was to disable the invisible controls, but this commit will break the touch controls completely, even if visible. Platforms such as Android/Meego shouldn't be affected.
2013-06-14 03:45:03 -04:00
Henrik Rydgård
0954da32ea
Merge pull request #2254 from chaserhkj/fix
...
Fixed a build error of qt interface on Linux
2013-06-14 00:21:04 -07:00
Henrik Rydgård
3908bf537f
Merge pull request #2249 from unknownbrackets/texcache
...
Re-enable subimage optimization with scaling check
2013-06-14 00:17:01 -07:00