.. |
.qmake.stash
|
Starting new QT gui.
|
2020-06-23 20:40:43 -04:00 |
AboutWindow.cpp
|
Minor code cleanup.
|
2020-10-21 22:05:15 -04:00 |
AboutWindow.h
|
About FCEUX window in work.
|
2020-07-11 16:11:48 -04:00 |
CheatsConf.cpp
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
CheatsConf.h
|
Added logic to refresh cheat window when adding from RAM search or watch windows for Qt GUI
|
2020-10-16 22:30:04 -04:00 |
CodeDataLogger.cpp
|
Bug fix for Qt Code Data Logger auto resume function.
|
2020-11-11 21:25:53 -05:00 |
CodeDataLogger.h
|
Added CDL generated ROM functionality.
|
2020-09-28 22:18:25 -04:00 |
ConsoleDebugger.cpp
|
For Qt, added mouse wheel scrolling logic to all custom QWidgets (Debugger Assembly Viewer, Trace Log Viewer, Hex Editor, and RAM Search Viewer)
|
2020-11-14 09:24:10 -05:00 |
ConsoleDebugger.h
|
Added mouse wheel scrolling capability for Qt debugger ASM viewer.
|
2020-11-13 13:31:04 -05:00 |
ConsoleSoundConf.cpp
|
Memory management fix for QT dialog windows. Ensure that window is marked for deletion when it is closed.
|
2020-08-25 20:59:36 -04:00 |
ConsoleSoundConf.h
|
Memory management fix for QT dialog windows. Ensure that window is marked for deletion when it is closed.
|
2020-08-25 20:59:36 -04:00 |
ConsoleUtilities.cpp
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
ConsoleUtilities.h
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
ConsoleVideoConf.cpp
|
Added video special scaler functionality to Qt GUI.
|
2020-11-11 20:14:00 -05:00 |
ConsoleVideoConf.h
|
Added video special scaler functionality to Qt GUI.
|
2020-11-11 20:14:00 -05:00 |
ConsoleViewerGL.cpp
|
Added video special scaler functionality to Qt GUI.
|
2020-11-11 20:14:00 -05:00 |
ConsoleViewerGL.h
|
For Qt, added logic to allow for auto video scaling on window resize to be optional. An 'Auto scale on resize' checkbox has been added to the video config window. When this box is checked (and applied) the window will always auto rescale the video image to a best fit on a resize. If not checked, window will use the specified numerical scale values as a maximum scaling limit. This means that the window will allow scaling the image down if the window is not large enough to fit image at the requested scale, but will never scale the image up past the request scale. So if the window is at a large size and the requested scale is small, the result will be a small video image on a big window with a lot of black space. This is for issue #205.
|
2020-10-27 07:00:43 -04:00 |
ConsoleViewerSDL.cpp
|
Added video special scaler functionality to Qt GUI.
|
2020-11-11 20:14:00 -05:00 |
ConsoleViewerSDL.h
|
For Qt, added logic to allow for auto video scaling on window resize to be optional. An 'Auto scale on resize' checkbox has been added to the video config window. When this box is checked (and applied) the window will always auto rescale the video image to a best fit on a resize. If not checked, window will use the specified numerical scale values as a maximum scaling limit. This means that the window will allow scaling the image down if the window is not large enough to fit image at the requested scale, but will never scale the image up past the request scale. So if the window is at a large size and the requested scale is small, the result will be a small video image on a big window with a lot of black space. This is for issue #205.
|
2020-10-27 07:00:43 -04:00 |
ConsoleWindow.cpp
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
ConsoleWindow.h
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
GameGenie.cpp
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
GameGenie.h
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
GamePadConf.cpp
|
Restored Qt Gamepad config window to be modal.
|
2020-10-28 17:55:09 -04:00 |
GamePadConf.h
|
Memory management fix for QT dialog windows. Ensure that window is marked for deletion when it is closed.
|
2020-08-25 20:59:36 -04:00 |
GuiConf.cpp
|
Memory management fix for QT dialog windows. Ensure that window is marked for deletion when it is closed.
|
2020-08-25 20:59:36 -04:00 |
GuiConf.h
|
Memory management fix for QT dialog windows. Ensure that window is marked for deletion when it is closed.
|
2020-08-25 20:59:36 -04:00 |
HexEditor.cpp
|
For Qt, added mouse wheel scrolling logic to all custom QWidgets (Debugger Assembly Viewer, Trace Log Viewer, Hex Editor, and RAM Search Viewer)
|
2020-11-14 09:24:10 -05:00 |
HexEditor.h
|
For Qt, added mouse wheel scrolling logic to all custom QWidgets (Debugger Assembly Viewer, Trace Log Viewer, Hex Editor, and RAM Search Viewer)
|
2020-11-14 09:24:10 -05:00 |
HotKeyConf.cpp
|
Changed Qt GUI hot key logic to allow for hot key bindings to include the use of modifier keys (Shift,Alt,Ctrl) to form key sequences instead of just being limited to single key bindings.
|
2020-11-08 22:57:28 -05:00 |
HotKeyConf.h
|
Added initial framework for console breakpoint debugger window.
|
2020-09-01 22:04:59 -04:00 |
LuaControl.cpp
|
Changed Lua console message buffer to allow for strings that are much longer than 256 characters.
|
2020-10-31 16:01:15 -04:00 |
LuaControl.h
|
Compile fix for macOS.
|
2020-10-31 12:40:31 -04:00 |
MovieOptions.cpp
|
Added movie load full save state checkbox comment to Qt GUI.
|
2020-11-05 05:57:30 -05:00 |
MovieOptions.h
|
Added movie options dialog window to Qt GUI.
|
2020-11-05 05:24:21 -05:00 |
MoviePlay.cpp
|
Further improvements to Qt symbolic debugging.
|
2020-11-10 21:52:38 -05:00 |
MoviePlay.h
|
Successful integration of Qt movie play window.
|
2020-11-07 13:32:40 -05:00 |
NameTableViewer.cpp
|
Changed all debug and tools windows to be non-modal top level windows. This allows then to be minimized and maximized via the title bar buttons and will also show in the task bar of the window environment as separate windows.
|
2020-10-27 22:26:58 -04:00 |
NameTableViewer.h
|
Added logic to draw scroll lines on NT Viewer for Qt GUI
|
2020-10-06 21:31:40 -04:00 |
PaletteConf.cpp
|
Added QDir::AllDirs argument to all Qt GUI file browser instances to ensure that all directories will be shown any time a QFileDialog is opened.
|
2020-10-22 00:17:32 -04:00 |
PaletteConf.h
|
Memory management fix for QT dialog windows. Ensure that window is marked for deletion when it is closed.
|
2020-08-25 20:59:36 -04:00 |
RamSearch.cpp
|
For Qt, added mouse wheel scrolling logic to all custom QWidgets (Debugger Assembly Viewer, Trace Log Viewer, Hex Editor, and RAM Search Viewer)
|
2020-11-14 09:24:10 -05:00 |
RamSearch.h
|
For Qt, added mouse wheel scrolling logic to all custom QWidgets (Debugger Assembly Viewer, Trace Log Viewer, Hex Editor, and RAM Search Viewer)
|
2020-11-14 09:24:10 -05:00 |
RamWatch.cpp
|
Changed all debug and tools windows to be non-modal top level windows. This allows then to be minimized and maximized via the title bar buttons and will also show in the task bar of the window environment as separate windows.
|
2020-10-27 22:26:58 -04:00 |
RamWatch.h
|
Added RAM Watch quick access from RAM search window for Qt GUI
|
2020-10-16 22:44:23 -04:00 |
SymbolicDebug.cpp
|
Added logic to allow for symbol names to be clicked in Qt debugger ASM viewer.
|
2020-11-12 20:48:52 -05:00 |
SymbolicDebug.h
|
Added logic to allow for symbol names to be clicked in Qt debugger ASM viewer.
|
2020-11-12 20:48:52 -05:00 |
TraceLogger.cpp
|
For Qt, added mouse wheel scrolling logic to all custom QWidgets (Debugger Assembly Viewer, Trace Log Viewer, Hex Editor, and RAM Search Viewer)
|
2020-11-14 09:24:10 -05:00 |
TraceLogger.h
|
For Qt, added mouse wheel scrolling logic to all custom QWidgets (Debugger Assembly Viewer, Trace Log Viewer, Hex Editor, and RAM Search Viewer)
|
2020-11-14 09:24:10 -05:00 |
config.cpp
|
Changed Qt GUI hot key logic to allow for hot key bindings to include the use of modifier keys (Shift,Alt,Ctrl) to form key sequences instead of just being limited to single key bindings.
|
2020-11-08 22:57:28 -05:00 |
config.h
|
Changed Family Keyboard enable toggle logic to by a configurable hot key instead of the hardcoded scroll lock key. Fixes issue #214.
|
2020-10-31 20:38:44 -04:00 |
dface.h
|
Use LoadGame instead of FCEUI_LoadGame
|
2020-10-22 01:20:48 +02:00 |
fceuWrapper.cpp
|
Added custom style sheet usage comment to command line help for Qt GUI.
|
2020-11-07 15:06:07 -05:00 |
fceuWrapper.h
|
Added movie options dialog window to Qt GUI.
|
2020-11-05 05:24:21 -05:00 |
fceux_git_info.h
|
Added logic to auto embed the git URL and revision into the executable so that it can be displayed on the About dialog window.
|
2020-07-11 19:52:14 -04:00 |
iNesHeaderEditor.cpp
|
Ported over another missing fix to the Qt iNES header editor from the windows version.
|
2020-11-05 06:02:30 -05:00 |
iNesHeaderEditor.h
|
First successful test of Qt iNES header editor.
|
2020-11-01 21:18:08 -05:00 |
input.cpp
|
Changed Qt GUI hot key logic to allow for hot key bindings to include the use of modifier keys (Shift,Alt,Ctrl) to form key sequences instead of just being limited to single key bindings.
|
2020-11-08 22:57:28 -05:00 |
input.h
|
Changed Qt GUI hot key logic to allow for hot key bindings to include the use of modifier keys (Shift,Alt,Ctrl) to form key sequences instead of just being limited to single key bindings.
|
2020-11-08 22:57:28 -05:00 |
keyscan.cpp
|
Changed Qt GUI hot key logic to allow for hot key bindings to include the use of modifier keys (Shift,Alt,Ctrl) to form key sequences instead of just being limited to single key bindings.
|
2020-11-08 22:57:28 -05:00 |
keyscan.h
|
Changed Qt GUI hot key logic to allow for hot key bindings to include the use of modifier keys (Shift,Alt,Ctrl) to form key sequences instead of just being limited to single key bindings.
|
2020-11-08 22:57:28 -05:00 |
main.cpp
|
Bug fix for Qt GUI full screen command line switch.
|
2020-10-25 18:55:16 -04:00 |
main.h
|
Include path fixes for qmake incorrectly marking sdl folder for heading includes.
|
2020-06-27 20:07:24 -04:00 |
nes_shm.cpp
|
Changed shared memory allocation to a standard malloc to prevent crash
|
2020-11-13 11:17:35 -05:00 |
nes_shm.h
|
Added video special scaler functionality to Qt GUI.
|
2020-11-11 20:14:00 -05:00 |
ppuViewer.cpp
|
Changed all debug and tools windows to be non-modal top level windows. This allows then to be minimized and maximized via the title bar buttons and will also show in the task bar of the window environment as separate windows.
|
2020-10-27 22:26:58 -04:00 |
ppuViewer.h
|
For Qt GUI, added PPU pattern view key shortcuts for context menu options.
|
2020-10-19 23:34:28 -04:00 |
sdl-joystick.cpp
|
Added game pad default mapping file generation logic for new controllers to Qt GUI.
|
2020-08-15 13:27:07 -04:00 |
sdl-joystick.h
|
Added logic to init game pad mappings at startup
|
2020-07-24 21:47:57 -04:00 |
sdl-sound.cpp
|
Added a protection in the audio output loop to break out of the loop if the audio sink is not draining. This will prevent lockups in the event that the audio output device has failed.
|
2020-07-27 21:20:25 -04:00 |
sdl-throttle.cpp
|
Fixed Qt context menus so that all child widgets are destroyed after the menu parent goes out of scope.
|
2020-10-21 20:31:39 -04:00 |
sdl-video.cpp
|
Added video special scaler functionality to Qt GUI.
|
2020-11-11 20:14:00 -05:00 |
sdl-video.h
|
Starting new QT gui.
|
2020-06-23 20:40:43 -04:00 |
sdl.h
|
Use LoadGame instead of FCEUI_LoadGame
|
2020-10-22 01:20:48 +02:00 |
throttle.h
|
Starting new QT gui.
|
2020-06-23 20:40:43 -04:00 |
unix-netplay.cpp
|
Include path fixes for qmake incorrectly marking sdl folder for heading includes.
|
2020-06-27 20:07:24 -04:00 |
unix-netplay.h
|
Starting new QT gui.
|
2020-06-23 20:40:43 -04:00 |