stella/src/gui
Thomas Jentzsch 81eba12884 added launcher directory history 2021-12-11 16:45:24 +01:00
..
AboutDialog.cxx redesigned RomInfoWidget link display 2021-04-24 11:53:26 +02:00
AboutDialog.hxx enhanced StaticTextWidget to display links 2021-04-22 11:43:08 +02:00
BrowserDialog.cxx fixed #837 (empty path crashes BrowserDialog) 2021-11-14 15:08:58 +01:00
BrowserDialog.hxx Fix segfault on some systems when using BrowserDialog during a program run. 2021-10-24 13:57:40 -02:30
CheckListWidget.cxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
CheckListWidget.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
ColorWidget.cxx disabled focus handling for ColorWidget (reduces draws) 2021-04-29 10:17:04 +02:00
ColorWidget.hxx disabled focus handling for ColorWidget (reduces draws) 2021-04-29 10:17:04 +02:00
ComboDialog.cxx updated doc and snapshots for help button 2021-04-17 18:34:35 +02:00
ComboDialog.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
Command.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
CommandDialog.cxx disable audio sample saving when TimeMachine is disabled (fixes #835) 2021-10-15 12:10:00 +02:00
CommandDialog.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
CommandMenu.cxx refactored dialogs to use only one pointer for other dialogs 2021-01-12 11:24:24 +01:00
CommandMenu.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
ConsoleBFont.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
ConsoleFont.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
ConsoleMediumBFont.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
ConsoleMediumFont.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
ContextMenu.cxx intermediate Thumb cycle count commit (part 2) 2021-07-08 15:47:11 +02:00
ContextMenu.hxx intermediate Thumb cycle count commit (part 2) 2021-07-08 15:47:11 +02:00
DeveloperDialog.cxx minor update to PF debug colors 2021-12-01 11:33:18 +01:00
DeveloperDialog.hxx added score mode glitch emulation TIA option (resolves #587) 2021-11-30 23:07:59 +01:00
Dialog.cxx fixes #834 (major renderer memory leak) 2021-10-14 19:35:49 +02:00
Dialog.hxx refactored AppMode definition 2021-10-27 10:23:41 +02:00
DialogContainer.cxx Revert to old way of handling framebuffer surfaces. 2021-05-28 22:12:12 -02:30
DialogContainer.hxx Revert to old way of handling framebuffer surfaces. 2021-05-28 22:12:12 -02:30
EditTextWidget.cxx Added aborting editing (closes #726) 2021-05-03 20:26:50 +02:00
EditTextWidget.hxx Added aborting editing (closes #726) 2021-05-03 20:26:50 +02:00
EditableWidget.cxx fixed EditableWidget bug #819 2021-09-03 21:42:02 +02:00
EditableWidget.hxx Added aborting editing (closes #726) 2021-05-03 20:26:50 +02:00
EmulationDialog.cxx added help links to most dialogs (see #740) 2021-04-17 13:31:36 +02:00
EmulationDialog.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
EventMappingWidget.cxx Fix warning about 'sequence-points' from gcc. 2021-04-30 15:02:16 -02:30
EventMappingWidget.hxx merged emulation and UI event mapping tabs 2021-04-30 19:10:52 +02:00
FavoritesManager.cxx revamped LauncherDialog 2021-12-05 18:08:38 +01:00
FavoritesManager.hxx added "remove all" options for favorites 2021-12-03 20:57:34 +01:00
FileListWidget.cxx added launcher directory history 2021-12-11 16:45:24 +01:00
FileListWidget.hxx added launcher directory history 2021-12-11 16:45:24 +01:00
Font.cxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
Font.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
GameInfoDialog.cxx fixed QuadTari controller settings 2021-10-04 10:07:42 +02:00
GameInfoDialog.hxx implemented cartridge links in GameInfoDialog (see #788) 2021-04-21 16:14:30 +02:00
GlobalPropsDialog.cxx added help links to most dialogs (see #740) 2021-04-17 13:31:36 +02:00
GlobalPropsDialog.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
GuiObject.hxx improved context-sensitive help, now also works per widget, tab or tab group 2021-04-18 17:59:06 +02:00
HelpDialog.cxx added "Check for Update" button to HelpDialog (see #407) 2021-08-25 22:19:41 +02:00
HelpDialog.hxx added "Check for Update" button to HelpDialog (see #407) 2021-08-25 22:19:41 +02:00
HighScoresDialog.cxx refactored AppMode definition 2021-10-27 10:23:41 +02:00
HighScoresDialog.hxx refactored AppMode definition 2021-10-27 10:23:41 +02:00
HighScoresMenu.cxx refactored AppMode definition 2021-10-27 10:23:41 +02:00
HighScoresMenu.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
Icon.hxx refactored LauncherDialog 2021-12-07 15:39:24 +01:00
Icons.hxx added launcher directory history 2021-12-11 16:45:24 +01:00
InputDialog.cxx added option for toggling autofire (resolves #843) 2021-11-23 10:11:56 +01:00
InputDialog.hxx added option for toggling autofire (resolves #843) 2021-11-23 10:11:56 +01:00
InputTextDialog.cxx cleaned the PlusROM setup code a bit 2021-09-02 09:07:14 +02:00
InputTextDialog.hxx cleaned the PlusROM setup code a bit 2021-09-02 09:07:14 +02:00
JoystickDialog.cxx added GUID hash to controller name 2021-05-16 21:17:40 +02:00
JoystickDialog.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
Launcher.cxx fixed the quit bug in issue #850 2021-12-03 17:28:48 +01:00
Launcher.hxx fixed the quit bug in issue #850 2021-12-03 17:28:48 +01:00
LauncherDialog.cxx added launcher directory history 2021-12-11 16:45:24 +01:00
LauncherDialog.hxx added launcher directory history 2021-12-11 16:45:24 +01:00
LauncherFileListWidget.cxx added launcher directory history 2021-12-11 16:45:24 +01:00
LauncherFileListWidget.hxx added launcher directory history 2021-12-11 16:45:24 +01:00
ListWidget.cxx added launcher directory history 2021-12-11 16:45:24 +01:00
ListWidget.hxx added launcher directory history 2021-12-11 16:45:24 +01:00
LoggerDialog.cxx added help links to most dialogs (see #740) 2021-04-17 13:31:36 +02:00
LoggerDialog.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
MessageBox.cxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
MessageBox.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
MessageDialog.cxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
MessageDialog.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
MessageMenu.cxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
MessageMenu.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
MinUICommandDialog.cxx refactored AppMode definition 2021-10-27 10:23:41 +02:00
MinUICommandDialog.hxx refactored dialogs to use only one pointer for other dialogs 2021-01-12 11:24:24 +01:00
OptionsDialog.cxx refactored AppMode definition 2021-10-27 10:23:41 +02:00
OptionsDialog.hxx refactored AppMode definition 2021-10-27 10:23:41 +02:00
OptionsMenu.cxx refactored AppMode definition 2021-10-27 10:23:41 +02:00
OptionsMenu.hxx refactored AppMode definition 2021-10-27 10:23:41 +02:00
PlusRomsMenu.cxx cleaned the PlusROM setup code a bit 2021-09-02 09:07:14 +02:00
PlusRomsMenu.hxx cleaned the PlusROM setup code a bit 2021-09-02 09:07:14 +02:00
PlusRomsSetupDialog.cxx updated PlusROM backend wording 2021-10-17 14:53:26 +02:00
PlusRomsSetupDialog.hxx cleaned the PlusROM setup code a bit 2021-09-02 09:07:14 +02:00
PopUpWidget.cxx Fix minor compiler warnings in g++ and clang. 2021-08-26 19:17:18 -02:30
PopUpWidget.hxx intermediate Thumb cycle count commit (part 2) 2021-07-08 15:47:11 +02:00
ProgressDialog.cxx minor cosmetic to changes of LauncherDialog & ProgressDialog 2021-12-06 11:13:45 +01:00
ProgressDialog.hxx minor cosmetic to changes of LauncherDialog & ProgressDialog 2021-12-06 11:13:45 +01:00
QuadTariDialog.cxx fixed some controller spellings 2021-09-09 11:47:26 +02:00
QuadTariDialog.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
R77HelpDialog.cxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
R77HelpDialog.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
RadioButtonWidget.cxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
RadioButtonWidget.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
RomAuditDialog.cxx added help hotkey in UI mode (F1) 2021-04-17 16:55:40 +02:00
RomAuditDialog.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
RomInfoWidget.cxx minor cosmetic to changes of LauncherDialog & ProgressDialog 2021-12-06 11:13:45 +01:00
RomInfoWidget.hxx Revert to old way of handling framebuffer surfaces. 2021-05-28 22:12:12 -02:30
ScrollBarWidget.cxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
ScrollBarWidget.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
SnapshotDialog.cxx added help links to most dialogs (see #740) 2021-04-17 13:31:36 +02:00
SnapshotDialog.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
Stella12x24tFont.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
Stella14x28tFont.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
Stella16x32tFont.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
StellaFont.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
StellaLargeFont.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
StellaMediumFont.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
StellaSettingsDialog.cxx refactored AppMode definition 2021-10-27 10:23:41 +02:00
StellaSettingsDialog.hxx refactored AppMode definition 2021-10-27 10:23:41 +02:00
StringListWidget.cxx added tracking of user favorites, recently played and most popular games 2021-11-28 17:33:54 +01:00
StringListWidget.hxx added icons to file lists and removed special directory name formatting 2021-11-24 23:27:42 +01:00
TabWidget.cxx improved context-sensitive help, now also works per widget, tab or tab group 2021-04-18 17:59:06 +02:00
TabWidget.hxx improved context-sensitive help, now also works per widget, tab or tab group 2021-04-18 17:59:06 +02:00
TimeLineWidget.cxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
TimeLineWidget.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
TimeMachine.cxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
TimeMachine.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
TimeMachineDialog.cxx disable audio sample saving when TimeMachine is disabled (fixes #835) 2021-10-15 12:10:00 +02:00
TimeMachineDialog.hxx fixed snapshot delay in TimeMachine dialog 2021-01-08 09:49:53 +01:00
ToolTip.cxx Revert to old way of handling framebuffer surfaces. 2021-05-28 22:12:12 -02:30
ToolTip.hxx Revert to old way of handling framebuffer surfaces. 2021-05-28 22:12:12 -02:30
UIDialog.cxx revamped LauncherDialog 2021-12-05 18:08:38 +01:00
UIDialog.hxx revamped LauncherDialog 2021-12-05 18:08:38 +01:00
UndoHandler.cxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
UndoHandler.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
VideoAudioDialog.cxx added switching to bilinear scaling if QIS makes no sense 2021-11-02 11:49:44 +01:00
VideoAudioDialog.hxx added different mask pattern for scanline emulation 2021-11-01 17:55:45 +01:00
WhatsNewDialog.cxx Update Xcode project; fix Mac build. 2021-11-10 13:12:38 -03:30
WhatsNewDialog.hxx Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
Widget.cxx refactored LauncherDialog 2021-12-07 15:39:24 +01:00
Widget.hxx refactored LauncherDialog 2021-12-07 15:39:24 +01:00
module.mk Remove Icon.o from Linux build. 2021-12-07 12:54:47 -03:30