twinaphex
|
77e7bc7a1c
|
Move stirng_list_clone to libretro-common
|
2019-06-09 06:10:28 +02:00 |
|
twinaphex
|
e1b11593fc
|
(file_list.c) Cleanups/optimizations
|
2019-04-27 07:32:40 +02:00 |
|
natinusala
|
c20ab3864d
|
First version of menu widgets (gl only)
|
2019-02-06 20:48:24 +01:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
krzys-h
|
48d82929ff
|
(UWP) Add support for loading cores from optional packages
|
2019-01-01 16:21:47 +01: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 |
|
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 |
|
Higor Eurípedes
|
d40deb737d
|
(file_list.c) Add file_list_reserve()
|
2017-09-03 14:58:01 -03:00 |
|
Higor Eurípedes
|
9a50f5f8b1
|
(file_list.c) Document file_list_free() behavior
|
2017-09-03 10:30:01 -03:00 |
|
twinaphex
|
b4f0ebca4d
|
Cleanups
|
2017-05-20 17:55:26 +02:00 |
|
twinaphex
|
64bb848daf
|
Update headers (pt. 2 - libretro-common)
|
2017-01-22 13:58:20 +01:00 |
|
twinaphex
|
4fb6808321
|
libretro-common is MIT and we don't want individual copyright
per authors here; RetroArch is GPL and it's fine there
|
2016-10-27 19:52:58 +02:00 |
|
Brad Parker
|
d1d5584d18
|
update copyright
|
2016-10-27 11:47:10 -04:00 |
|
Brad Parker
|
dbbd49f9f9
|
merge with master, remove alignment test code
|
2016-09-18 12:44:00 -04:00 |
|
Brad Parker
|
7c29fd6c33
|
create 7z archive backend, enables scanning of 7z content
|
2016-09-18 10:31:21 -04:00 |
|
Brad Parker
|
cf4bf344a9
|
add configuration option to toggle showing hidden files (default on), fixes issue #2769
|
2016-08-27 21:48:55 -04:00 |
|
Brad Parker
|
89f9b096e7
|
style cleanup and fix typos
|
2016-08-25 21:40:37 -04:00 |
|
Brad Parker
|
097f326298
|
simplify delimiting of compressed archive filenames
|
2016-08-25 16:18:29 -04:00 |
|
Brad Parker
|
c9815fadce
|
update parameter list in header
|
2016-08-21 01:06:38 -04:00 |
|
Brad Parker
|
cc582db6fb
|
recursively scan directories for database content, fixes issue #3139
|
2016-08-21 00:59:41 -04:00 |
|
twinaphex
|
08b7ac500b
|
(libretro-common) Updates
|
2016-04-23 10:40:46 +02:00 |
|
Jean-André Santoni
|
1dea1fa0e2
|
Rename file_list_push to file_list_prepend
|
2016-04-12 01:40:48 +07:00 |
|
twinaphex
|
a430c7f543
|
Add experimental menu_entries_push/file_list_push
|
2016-04-11 18:02:50 +02:00 |
|
twinaphex
|
b80b52b806
|
Rename file_list_push to file_list_append
|
2016-03-21 20:20:24 +01:00 |
|
twinaphex
|
bfef3b6191
|
Get rid of unused file_list_get_entry_index
|
2016-03-20 17:52:47 +01:00 |
|
twinaphex
|
f7d4cc25e5
|
(libretro-common) file_list.c
|
2016-03-20 15:56:33 +01:00 |
|
twinaphex
|
93b7dc1bdd
|
(libretro-common) move 'lists' files to lists/
|
2016-03-20 14:53:54 +01:00 |
|