plombo
3dbcd76aa9
gtk: don't show state slot changes on the game screen if they are done using the menu (as opposed to using a hotkey)
2011-03-29 23:52:06 +00:00
plombo
eb0c8e6175
gtk: make the 'Change State' menu items (0-9) look normal, and update its selection when the state slot is changed with a hotkey
2011-03-29 23:42:43 +00:00
punkrockguy318
14869a046a
gtk: add some padding to network config
...
gtk: adjustment to last commit
2011-03-29 00:27:19 +00:00
punkrockguy318
0809f5261a
gtk: don't have redundant labels on savestate menu
2011-03-29 00:18:47 +00:00
plombo
935946d83d
gtk: add accelerators for recording and saving movies (same as hotkeys)
2011-03-28 21:40:46 +00:00
plombo
cd3e32450c
gtk: make save state slots (0-9) accessible through GUI
2011-03-28 21:29:41 +00:00
plombo
4b5c2b2167
gtk: make all config dialogs be GtkDialogs rather than toplevel windows
2011-03-28 02:58:57 +00:00
zeromus
163d5debc0
work on about string
2011-03-23 00:11:55 +00:00
plombo
2c9fac5f2f
gtk: disable Screenshot hotkey when the GUI is active
...
Like pause/resume, GTK+ handles screenshots using an accelerator. The hotkey was also being triggered, so 2 screenshots were taken every time F12 was pressed.
2011-03-23 00:02:58 +00:00
plombo
de992b79a0
gtk: don't forget to save the updated config after enabling/disabling the Game Genie
2011-03-22 23:41:12 +00:00
plombo
c76d4bf20d
gtk: fix some minor issues
...
Only allow the emulator to handle key events when the main window has the input focus
Don't write anything to stdout when configuring a button using the GTK+ control config dialog.
2011-03-22 23:36:16 +00:00
plombo
f3eb06bde3
gtk: make control configuration dialog non-modal
...
It was the only modal dialog in the entire application.
This also fixes an issue where the emulator would unpause when closing the control config dialog, even if it had been paused manually by the user.
2011-03-22 23:02:45 +00:00
plombo
bd87146cca
sdl: don't needlessly kill the video and input subsystems before control configuration
2011-03-22 22:53:45 +00:00
plombo
994ffdead9
gtk: bind About dialog to main window instead of making it a toplevel window, and fix window icon for Credits and License subwindows
2011-03-22 00:43:16 +00:00
punkrockguy318
9aa94bf2a9
sdl: readme fix
2011-03-21 23:10:17 +00:00
punkrockguy318
2df90bf4f3
remove empty file
2011-03-21 19:21:59 +00:00
punkrockguy318
ea0eebd0e1
removed rename-cpp script; not really necessary anymore
2011-03-21 19:21:18 +00:00
punkrockguy318
b65ac0fd68
sdl: updated INSTALL readme
2011-03-21 19:19:03 +00:00
punkrockguy318
a8f71e3264
gtk: added authors to about dialog
2011-03-21 19:15:26 +00:00
punkrockguy318
4427c066ec
gtk: remove gtk_main_quit() and manually flush gtk event queue on quit
...
this supresses the Gtk-Critical error on fceux quit
sdl: removed unneccesary newline prepending "Starting FCEUX"
2011-03-21 18:57:00 +00:00
gocha
651b5a16c2
RAM Search: fix reset code and update the current values for every addresses.
...
RAM Search: workaround for auto search restart.
2011-03-21 00:56:19 +00:00
zeromus
7526131735
sync emufiles between emus
2011-03-20 18:34:08 +00:00
zeromus
cd461e50ba
windows: don't unpause when loading a rom while paused
2011-03-20 05:26:11 +00:00
punkrockguy318
3e4fc92dfe
sdl: updated readme and added install script to copy to /usr/local/bin
2011-03-19 22:04:34 +00:00
punkrockguy318
6c2ec61e60
gtk: set lastOpenFile when launching from commandline
...
(this was causing issues with hardReset)
2011-03-19 20:03:14 +00:00
punkrockguy318
968dd77ccf
gtk: renamed "Emulator" menu to "Emulation" menu
2011-03-19 19:52:58 +00:00
punkrockguy318
be05f73b97
gtk: added hard reset option (closes rom/re-opens rom)
...
gtk: renamed reset to soft reset (resetNes())
gtk: added seperators to emulator menu
2011-03-19 19:51:46 +00:00
qeed
107636301b
fix ips patch, thanks RDonch
2011-03-19 16:58:24 +00:00
plombo
a845b822bc
gtk: set window icon for About dialog
2011-03-19 02:53:40 +00:00
punkrockguy318
4f1bae8c58
sdl: removed GTK_LITE build option in favor of --nogui runtime option
...
you can still disbale compiling in gtk with GTK=0
2011-03-19 02:28:01 +00:00
plombo
a7c16f1835
gtk: set Pause key as an accelerator and don't send the keypress event to SDL
...
Now the Pause/Resume menu item changes state when the emulator is paused or unpaused using the Pause key.
2011-03-19 01:44:13 +00:00
plombo
d8f4c3636c
gtk: replaced Pause checkbox with Pause menu item that changes to Resume when pausing and vice versa when unpausing, and fixed the bug where FCEUX would stop responding after unpausing
2011-03-19 01:16:09 +00:00
punkrockguy318
e9b4ab74ec
gtk: about dialog improvements
2011-03-19 01:02:30 +00:00
punkrockguy318
f3a1f8728d
gtk: minor code cleanup
2011-03-19 00:54:07 +00:00
punkrockguy318
abe58dcd54
gtk: turn off game genie on gtk init to match game genie menu checkbox which is off by default
2011-03-19 00:50:24 +00:00
punkrockguy318
469bcb1b53
gtk: removed redundant functions and changed "pause emulation" to "pause"
2011-03-19 00:39:27 +00:00
punkrockguy318
8a19bdc66c
gtk: pause/resume menu items replaced with pause checkbox
2011-03-19 00:31:05 +00:00
plombo
692b405bc6
gtk: add window icons to the configuration dialogs
2011-03-18 19:54:47 +00:00
plombo
cfb3a88708
gtk: add even more icons to menu items
2011-03-18 19:29:02 +00:00
plombo
999c374013
gtk: use more stock icons for menu items
2011-03-18 18:58:58 +00:00
plombo
ca66f4c765
gtk: migrate the menu bar from the deprecated GtkItemFactory to GtkUIManager
2011-03-18 18:36:56 +00:00
punkrockguy318
81201c1c63
update todo
2011-03-18 03:08:59 +00:00
zeromus
873c9dd728
remove shared memory stuff
2011-03-18 00:59:55 +00:00
zeromus
0311add547
fix a very paranoid very unlikely nondeterminism in newppu
2011-03-18 00:56:49 +00:00
zeromus
38bca0ae1a
fix a corner case in conditional debug parsing
2011-03-17 23:01:55 +00:00
punkrockguy318
ad91be1ad3
updated todo
2011-03-16 05:22:44 +00:00
punkrockguy318
fea7c9f132
gtk: enable/disable game genie through menu
2011-03-16 05:22:13 +00:00
punkrockguy318
09818e412d
gtk: added load game genie rom option
...
todo: checkbox somewhere for gg
gtk: cleaned some code
2011-03-16 04:59:58 +00:00
punkrockguy318
710ce56ccd
cleaned up todo file
2011-03-16 04:34:38 +00:00
punkrockguy318
6730a2d237
gtk: let gtk decide window size of palette config window (looks better)
2011-03-16 04:25:43 +00:00