Sophia Hadash
|
dfffd1057d
|
Add help component theme options textStyle .
|
2021-08-23 12:58:06 +02:00 |
|
Leon Styhre
|
23fdc00044
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
|
Leon Styhre
|
4533409c65
|
Substantial code cleanup of various utility functions.
|
2021-05-30 20:46:17 +02:00 |
|
Leon Styhre
|
72fcef8428
|
Made the delimited string functions in StringUtil more general.
|
2021-02-06 09:30:05 +01:00 |
|
Leon Styhre
|
8173ccda80
|
Moved the first character extraction function to StringUtil.
|
2021-01-23 16:25:53 +01:00 |
|
Leon Styhre
|
ab87063770
|
Added case insensitive sorting option to some StringUtil functions.
|
2020-10-22 21:14:15 +02:00 |
|
Leon Styhre
|
8db04c5fcb
|
Added SPDX license identifiers to all source files.
|
2020-09-21 19:17:34 +02:00 |
|
Leon Styhre
|
31da561695
|
Complete UTF-16 (Unicode) support added for Windows.
ROM names with Unicode characters are supported, as well as running ES from a directory that has Unicode characters in its name.
|
2020-07-10 18:32:23 +02:00 |
|
Leon Styhre
|
2bea3021c3
|
Added proper emulator launch function for Windows and added logic for the new %EMUPATH% variable.
|
2020-07-07 21:27:48 +02:00 |
|
Leon Styhre
|
6b62065595
|
Large code cleanup and code documentation update.
The initial code cleanup of es-app is now complete as of this commit.
|
2020-06-23 20:07:00 +02:00 |
|
John Rassa
|
961571655b
|
Grid updates. Animate scrolling option, autoLayout option, center selection option, scroll loop option, image source option
|
2019-09-21 19:38:57 -04:00 |
|
Tomas Jakobsson
|
9de16045c9
|
whitespace cleanup
fix faulty line endings
silence warnings on windows
|
2019-08-25 17:23:02 +02:00 |
|
Cristi Mitrana
|
cdd43bf7e9
|
Add ScreenScraper.fr as scraping source
|
2019-01-19 09:01:35 +02:00 |
|
Tomas Jakobsson
|
dbcd749ae7
|
Add Utils::String::toLower and Utils::String::format
|
2018-02-15 15:04:46 +01:00 |
|
Tomas Jakobsson
|
ed2eb3d4d0
|
Move more functionality from Util.cpp to utils/StringUtil.cpp in the quest too remove the need for boost
|
2018-01-27 02:12:16 +01:00 |
|
Tomas Jakobsson
|
18d6b9341e
|
Add getDirContent, getHomePath, getCWDPath, canonicalPath, absolutePath, resolvePath, resolveSymlink, getExtension, removeFile, isAbsolute, isRegularFile, isDirectory, isSymlink, isHidden and isEquivalent
Rename makeGeneric to genericPath and escapePath to escapedPath
Add toUpper
|
2017-12-30 20:04:18 +01:00 |
|
Tomas Jakobsson
|
5e8d6b7f45
|
Eliminated the need for boost::xpressive, boost::algorithm and boost::variant
|
2017-12-27 18:22:26 +01:00 |
|
Tomas Jakobsson
|
cfaa7c19d4
|
Cleanup a couple of classes
|
2017-11-25 23:15:55 +01:00 |
|
Tomas Jakobsson
|
ae5f9a0342
|
Move StringUtil to utils subfolder
Added utils/FileSystemUtils which will replace some boost::filesystem functions in the future
|
2017-11-16 19:18:20 +01:00 |
|