aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenSongJumpto.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support for non-US (QWERTY) keyboard layout.tobigun2008-03-221-2/+7
* ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun2008-03-211-3/+3
* auto removed a bunch of unused local variablesjaybinks2008-03-101-207/+207
* all screens now inherit their OnShowjaybinks2008-02-201-0/+2
* General:tobigun2008-02-051-1/+1
* Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08152007-11-011-0/+2
* Added IAudioPlayback Interface and implementation for BASS.jaybinks2007-10-111-1/+1
* modified ParseInput so Backspace will perform same function as ESC in most sc...jaybinks2007-09-051-1/+2
* No Up/Down needed anymore in Jump to Menuwhiteshark02007-06-141-46/+14
* Some Code Cleanup in UScreenSongwhiteshark02007-06-031-0/+1
* Some Code Cleanup and Minor Bugfixes in UScreenSongJumptowhiteshark02007-05-181-15/+16
* Fixed a Bug in Jump to Menu that causes a Wrong Song is Played, when the firs...whiteshark02007-05-181-0/+2
* Fixed a Bug in UScreenSongJumpto that causes a wrong Song is Displayed in Son...whiteshark02007-05-171-1/+1
* Added ability to use German Umlaute Jump To Song Screenwhiteshark02007-05-171-2/+2
* all SongFile Loading and Saving procedures moved to UFiles.whiteshark02007-05-161-1/+1
* Readded Q Shortcut (Exit Application) on all Screenswhiteshark02007-05-081-7/+1
* Added 2 new Buttons to ScreenMain: Multi and Statswhiteshark02007-04-291-8/+3
* Added Playlist Supportwhiteshark02007-04-051-16/+5
* Fixed a Bug that causes a wrong Category-Title is displayed in SongScreen aft...whiteshark02007-03-301-7/+25
* Added SBGW to TSelectSlide: Defining the Width of the Selections BGwhiteshark02007-03-291-2/+7
* Fixed Some Bugs in JumpTo Screen:whiteshark02007-03-291-3/+38
* Add Jumpto Screen to ThemeAdded Jumpto Ability to SongScreen (Press J)whiteshark02007-03-281-0/+194