aboutsummaryrefslogtreecommitdiff
path: root/source/nds/gui.c
AgeCommit message (Expand)Author
2013-03-29Stop the odd disappearing text when moving between files in recently played g...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
2013-03-28Make "Save a screenshot" work with touch.Nebuleon Fumika
2013-03-28Fix a crash in the touch handler of the delete saved state submenu.Nebuleon Fumika
2013-03-28Finish the back button uniformisation.Nebuleon Fumika
2013-03-28Stop the path scroller flashing when moving between files in a file selector.Nebuleon Fumika
2013-03-27Delete the right number of saved states when selecting one of the options.Nebuleon Fumika
2013-03-27"Saving state..." was still way below the top of its message box.Nebuleon Fumika
2013-03-27Use white text with a black outline when drawing the date of a saved state in...Nebuleon Fumika
2013-03-27Show the screenshot with timestamp after writing a state.Nebuleon Fumika
2013-03-27Use update method 0 everywhere in the code except that double-buffered update...Nebuleon Fumika
2013-03-26Default to the first non-Back option in all menus for which the element count...Nebuleon Fumika
2013-03-26Saved state menu overhaul.Nebuleon Fumika
2013-03-26Uniformise the location of the title icon across all interfaces, default and ...Nebuleon Fumika
2013-03-26Uniformise the location of the back button across all interfaces, default and...Nebuleon Fumika
2013-03-23Remove \r's in the basic initialisation error messages.Nebuleon Fumika
2013-03-20Release 1.33.Nebuleon Fumika
2013-03-10Center text without needing endless spaces; also support \n in centered text.Nebuleon Fumika
2013-03-01Release 1.32.Nebuleon Fumika
2013-02-20Use the CATSFC directory in the root of the storage card if a SYSTEM/GUI dire...BassAceGold
2013-02-19Start option text more to the left to fit more text in a line. Widen cheat de...Nebuleon Fumika
2013-02-14Release 1.31.Nebuleon Fumika
2013-02-14Adjust hotkeys to allow using the directional pad for them. Suggested usage i...Nebuleon Fumika
2013-02-14Brazilian Portuguese adjustments.Nebuleon Fumika
2013-02-14Add a Brazilian Portuguese localisation.Diego Liberal
2013-02-14Merge pull request #35 from alexinfurs/masterNebuleon Fumika
2013-02-14Add hotkeys to quickly load from and save to saved state #1, as well as to to...Nebuleon Fumika
2013-02-13Update source/nds/gui.cAlessandro Pelliccia
2013-02-12Reimplement grouped multipart cheat codes on top of Snes9x's cheat data.Nebuleon Fumika
2013-02-11Language file adjustments and arrows for direction keys (*u, *d, *l, *r).Nebuleon Fumika
2013-02-10Release 1.30.Nebuleon Fumika
2013-02-09Add retro sound as a setting in all languages except Chinese.Nebuleon Fumika
2013-02-08Release 1.29.Nebuleon Fumika
2013-02-08Add a Spanish translation.Boriar
2013-02-08Add a Dutch translation.Aeter
2013-02-07Allow the user to be pressing a button when the emulator starts. This allows ...Nebuleon Fumika
2013-02-07EN: Added a German translation. DE: Deutsche Übersetzung hinzugefügt.SignZ
2013-02-06gui.c: Require all keys to be released after the B, A or X button or the Touc...Nebuleon Fumika
2013-02-06Use key pictograms from Pictochat to display keys for yes/no dialog(ue)s.Nebuleon Fumika
2013-02-06When changing languages, quit doing the "Changing language, please wait..." a...Nebuleon Fumika
2013-02-06Fix 2 compiler warnings in gui.c.Nebuleon Fumika
2013-02-06Quit saving the files so often for nothing; that uses up erase cycles on stor...Nebuleon Fumika
2013-02-06Reinstate frame skipping options 0 and 1, but keep the new meaning (>= 2 equi...Nebuleon Fumika
2013-02-06Fix the loading screen for a ROM appearing for a split second after the splas...Nebuleon Fumika
2013-02-06Make all gamepak loads call LoadGameAndItsData, that way its "Loading" screen...Nebuleon Fumika