toshixm
|
4fab84ca9e
|
improve message wrapping with CJK languages
|
2021-06-03 21:09:35 +09:00 |
|
toshixm
|
a39c38f267
|
refactor word_wrap()
|
2021-05-27 19:55:37 +09:00 |
|
twinaphex
|
ee474b4feb
|
Add missing string.h header include
|
2020-10-24 17:01:55 +02:00 |
|
twinaphex
|
c744baeb89
|
Add ctype variants to stdstring and use it in RA
|
2020-09-27 22:15:32 +02:00 |
|
twinaphex
|
5a8da81d07
|
Simplify string_set
|
2020-08-20 19:12:38 +02:00 |
|
twinaphex
|
fa6d5333f7
|
More silencing of warnings
|
2020-07-23 06:39:21 +02:00 |
|
twinaphex
|
1ae20ea17c
|
Style nits - turn macro names into upper-case - some while style nits
|
2020-06-26 20:00:19 +02:00 |
|
twinaphex
|
899c21257c
|
(Video layout) move init_string and set_string to stdstring -
rename them - cleanup strcmp usage in video layout and other
code cleanups
|
2020-03-05 11:19:44 +01:00 |
|
twinaphex
|
cd9ca691ca
|
(libretro-common) Update copyright
|
2020-01-31 15:43:42 +01:00 |
|
twinaphex
|
eb4e365820
|
(libretro-common) Cleanups
|
2020-01-27 17:00:18 +01:00 |
|
jdgleaver
|
695749f155
|
(Core Updater) Only download when new core is available + add option to update all installed cores
|
2019-12-23 17:34:44 +00:00 |
|
jdgleaver
|
170397456c
|
Add manual content scanner
|
2019-11-29 17:14:46 +00:00 |
|
jdgleaver
|
58ad81f063
|
Menu drop-down lists: Add proper titles, and remember last postion when navigating core options
|
2019-09-24 17:41:06 +01:00 |
|
jdgleaver
|
3da96deec3
|
Enable per-playlist thumbnail selection
|
2019-08-15 18:05:31 +01:00 |
|
jdgleaver
|
5ac152a5f3
|
(glslang_util) Remove C++ 'isms' (where possible)
|
2019-08-12 13:10:50 +01:00 |
|
Nathan S
|
775c272029
|
Menu widgets stuff + vulkan sanity check (#8710)
* task_screenshot: fix hang with menu widgets
* word_wrap: add max_lines parameter
* vulkan: better instance creation sanity check
|
2019-05-06 21:10:57 +02:00 |
|
twinaphex
|
c98b2e2292
|
Buildfixes and more static code analysis warning fixes
|
2019-01-10 22:24:43 +01:00 |
|
Twinaphex
|
65535a1259
|
Cleanups
|
2018-09-01 01:03:58 +02:00 |
|
Brad Parker
|
fe6dda917a
|
word_wrap: hack to workaround long lines without spaces
|
2018-08-09 23:54:16 -04:00 |
|
twinaphex
|
697531dbdd
|
Merge commit '944cac83520c99e1ddf3d8cd3bf25990c8746d14'
|
2018-06-21 08:07:19 +02:00 |
|
twinaphex
|
768ebbfdb5
|
Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common'
|
2018-05-12 17:56:34 +02:00 |
|
twinaphex
|
0548349991
|
Remove libretro-common
|
2018-05-12 17:56:14 +02:00 |
|
twinaphex
|
be7eb4de1c
|
Update libretro-common
|
2018-04-16 08:57:17 +02:00 |
|
Twinaphex
|
08a54e45f2
|
Get rid of a lot of implicit conversions
|
2018-04-09 15:56:45 +02:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
Brad Parker
|
6b5d863136
|
check for end of string before trying to read more
|
2017-09-30 01:47:51 -04:00 |
|
Andrés
|
f6bedeeb7c
|
Revert "cut on underscores too, might be required to add other delimiters so …"
|
2017-09-09 01:04:32 -05:00 |
|
radius
|
4a4de389d1
|
cut on underscores too, might be required to add other delimiters so it doesn't get stuck on an endless loop on long strings
|
2017-09-09 00:24:59 -05:00 |
|
ensra
|
6a36453f20
|
Cast ctype args to unsigned char
|
2017-08-08 12:21:48 +01:00 |
|
Brad Parker
|
6b369775cf
|
add unicode-aware option for word_wrap (only needed for xmb)
|
2017-08-06 03:33:13 -04:00 |
|
twinaphex
|
06f98fcd16
|
(stdstring) Turn some functions into static inline functions
|
2017-04-21 13:35:26 +02:00 |
|
Twinaphex
|
4b796ae740
|
Silence warnings
|
2017-03-06 12:12:00 +01:00 |
|
twinaphex
|
df1313bc37
|
Change signature for word_wrap
|
2017-03-05 19:15:04 +01:00 |
|
twinaphex
|
bb15b14388
|
word_wrap - Dont' call strlen once every loop iteration
|
2017-03-05 19:09:31 +01:00 |
|
twinaphex
|
c70b8c42c5
|
Cleanups to word_wrap
|
2017-03-05 19:02:32 +01:00 |
|
twinaphex
|
63973a52e0
|
Simplify word_wrap
|
2017-03-05 19:01:44 +01:00 |
|
twinaphex
|
64bb848daf
|
Update headers (pt. 2 - libretro-common)
|
2017-01-22 13:58:20 +01:00 |
|
twinaphex
|
c6e1b47d98
|
(libretro-common) Style nits
|
2017-01-17 19:20:15 +01:00 |
|
Jean-André Santoni
|
dc4140a00b
|
(GLUI) Word wrapping for sublabels
|
2017-01-17 15:21:59 +01:00 |
|
twinaphex
|
a2515339e9
|
This nonsense can go now
|
2016-12-25 02:11:42 +01:00 |
|
twinaphex
|
af6128d976
|
Put around parentheses
|
2016-12-15 11:59:33 +01:00 |
|
twinaphex
|
481ebced22
|
Prevent implicit memsets
|
2016-10-09 09:56:03 +02:00 |
|
twinaphex
|
e4f25d9984
|
Add new versions of whitespace trimming functions
|
2016-06-09 08:01:55 +02:00 |
|
twinaphex
|
a63fcc36aa
|
Remove string functions
|
2016-06-09 04:35:39 +02:00 |
|
Twinaphex
|
7c92289a96
|
Buildfix
|
2016-06-09 03:54:40 +02:00 |
|
Alcaro
|
b70c5b7529
|
We're including the ctype headers already, let's use them.
|
2016-06-08 19:42:09 +02:00 |
|
Alcaro
|
152adc953c
|
Someone forgot something... (why aren't we using normal int here?)
|
2016-06-08 19:40:57 +02:00 |
|
twinaphex
|
a877fc24fb
|
(libretro-common/stdstring) Add string_trim_whitespace_left/string_trim_whitespace_right
|
2016-06-08 19:12:23 +02:00 |
|
twinaphex
|
4b76f88939
|
Update libretro-common
|
2016-06-06 21:48:59 +02:00 |
|
twinaphex
|
f55ee11554
|
(libretro-common) Header updates
|
2016-03-20 17:13:31 +01:00 |
|