aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2014-10-30cleanups.aliaspider
2014-10-30remove some unused functions/filesaliaspider
2014-10-30New Makefiletwinaphex
2014-10-30add safety to buffer reads to deal with negative offsets.aliaspider
2014-10-30prevent a segfault.aliaspider
2014-10-30apply a faceliftaliaspider
2014-10-29(PSP) build fixaliaspider
2014-10-29build fix.aliaspider
2014-10-29cleanups.aliaspider
2014-10-29get rid of all remaining C++ code.aliaspider
2014-10-29less C++.aliaspider
2014-10-29remove more C++ code.aliaspider
2014-10-29C++ cleanups. (in progress)aliaspider
2014-10-29start moving everything to Caliaspider
2014-10-29cleanups (cont.)aliaspider
2014-10-28cleanups (cont.)aliaspider
2014-10-28del some morealiaspider
2014-10-28remove more stuffaliaspider
2014-10-28remove unused filesaliaspider
2014-10-28ugly 64-bit targets fix (cont.)aliaspider
2014-10-28ugly fix to solve segfaults on 64-bit platforms.aliaspider
2014-10-2864-bit saferaliaspider
2014-10-28initial libretro port.aliaspider
2013-06-16Release 1.36.Nebuleon Fumika
2013-06-16Don't crash on extensionless files. Helps GitHub issue #37 some more. Taken f...Nebuleon Fumika
2013-06-15Dynamically allocate memory for the file selector to store the name pointers ...Nebuleon Fumika
2013-06-10Prevent a file handle leak when previewing saved states in the row of Load ce...Nebuleon Fumika
2013-05-25L+R takes a screenshot of the Touch Screen in the menu. Taken from TempGBA co...Nebuleon Fumika
2013-05-23Release 1.35.Nebuleon Fumika
2013-05-23Add support for custom main menu active/inactive, message text and background...Nebuleon Fumika
2013-05-20Fix a bug whereby quick saved states would have a screenshot of "Saving state...Nebuleon Fumika
2013-05-20Add an option to put the game on the Lower Screen.Nebuleon Fumika
2013-05-20CATSFC/system/gui/uicolors.txt: Theme support for active and inactive item te...Nebuleon Fumika
2013-05-20Put the most recently played file at the top. This does not introduce an inco...Nebuleon Fumika
2013-04-28Fix a GUI bug whereby an incorrect item is considered touched in file selectors.Nebuleon Fumika
2013-04-09Add the year to the date displayed in a saved state's screenshot.Nebuleon Fumika
2013-03-30Release 1.34.Nebuleon Fumika
2013-03-30Wait for a button to be pressed and released after showing version information.Nebuleon Fumika
2013-03-30Fix the odd text disappearance bug in recently played games due to the positi...Nebuleon Fumika
2013-03-30Increase the row count from 6 to 8 in the GUI, file selector and cheats. Remo...Nebuleon Fumika
2013-03-29Optimise the reading of bitmap files.Nebuleon Fumika
2013-03-29Fix scrollers in file selectors after the previous commit.Nebuleon Fumika
2013-03-29Stop the odd disappearing text when moving between files in recently played g...Nebuleon Fumika
2013-03-29Make rendering a GUI background (256x192) more efficient.Nebuleon Fumika
2013-03-29gui.c: Overhaul the autorepeat behaviour of get_gui_input.Nebuleon Fumika
2013-03-29Preserve the position in a menu when moving into one of its submenus.Nebuleon Fumika
2013-03-28Restore the functionality of selection options with handler functions. This u...Nebuleon Fumika
2013-03-28Remove some button press/release recognition latency in the menu.Nebuleon Fumika
2013-03-28Reduce the number of special cases in the touch handling code.Nebuleon Fumika
2013-03-28Fix overlapping text (screenshot creation OK/failed) in message boxes.Nebuleon Fumika