1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse synced 2026-01-27 01:41:34 +03:00
Commit Graph

41 Commits

Author SHA1 Message Date
Philip Kendall
9ac549be8d Binary loading and Win32 save/load binary variants should use
{read,write}byte_internal as well.
2018-07-05 20:26:07 +01:00
Philip Kendall
3613613cdc Use readbyte_internal to stop tstates being incremented when saving
binary data.

Fixes bug #425.
2018-06-28 23:35:03 +01:00
Sergio Baldoví
ef19e5ca11 Support hex numbers in load/save binary and pokefinder dialogs
(feature request #122) (thanks, Allan Turvey)
2018-02-04 10:15:09 +01:00
Fredrick Meunier
ba77c2ab67 Move memory.[ch] to memory_pages.[ch]
To avoid clashes with any similarly named system files (thanks,
BogDan Vatra and Sergio Baldoví).
2016-12-10 20:27:03 +11:00
Fredrick Meunier
5de51003fd Retire legacy RCS tags 2016-10-24 11:45:18 +11:00
Fredrick Meunier
99b964e30b Have a go at updating copyright dates since v 1.1.1.
Legacy-ID: 5432
2016-05-01 04:16:09 +00:00
Stuart Brady
c5473ecdc2 Add static to functions where appropriate
Legacy-ID: 5270
2015-05-26 02:59:36 +00:00
Sergio Baldoví
c31814bcec Fix bad prototypes for activate signal on GTK UI.
Legacy-ID: 5035
2013-09-08 17:33:31 +00:00
Sergio Baldoví
16019ffd74 Display confirmation dialogue for reset due to peripheral changes.
Legacy-ID: 4949
2013-05-17 05:21:07 +00:00
Sergio Baldoví
beb1899350 Replace deprecated GtkTable with GtkGrid.
Legacy-ID: 4908
2013-03-10 22:13:57 +00:00
Fredrick Meunier
f01d4c3e69 Plug a memory leak (thanks, cppcheck).
Legacy-ID: 4711
2012-06-05 13:03:54 +00:00
Sergio Baldoví
5c2d671606 Replace deprecated gtk_box_pack_start_defaults() with gtk_box_pack_start()
(part of patch #285).


Legacy-ID: 4702
2012-05-21 12:01:20 +00:00
Alberto Garcia
7852ad4c81 Don't access GtkDialog's vbox and action_area directly.
Legacy-ID: 4700
2012-05-07 02:48:52 +00:00
Sergio Baldoví
2398614006 Remove deprecated GTK+ menu functions (patch #281).
Legacy-ID: 4685
2012-03-27 11:38:35 +00:00
Alberto Garcia
d3b93071db GtkObject is deprecated, remove all references to it (patch #277).
Legacy-ID: 4680
2012-02-29 21:15:48 +00:00
Alberto Garcia
975fdc3409 Replace deprecated gtk_signal_connect() with g_signal_connect() (patch #277).
Legacy-ID: 4678
2012-02-29 10:26:26 +00:00
Witold Filipczyk
d7fbe4678d Remove use of deprecated GTK_SIGNAL_FUNC and GtkSignalFunc (patch #273).
Legacy-ID: 4666
2012-02-14 10:37:58 +00:00
Philip Kendall
38c04c8da8 utils_close_file() can never fail, so don't write excessive code to handle it
failing.

Legacy-ID: 4632
2012-01-19 22:55:39 +00:00
Stuart Brady
9bb8cbe346 Validate the length and start fields, and allow a length of 65536 to be used
(fixes bug #82).


Legacy-ID: 3344
2007-11-27 20:57:10 +00:00
Stuart Brady
ff70477a03 Rename menu_get_{open,save}_filename() to ui_get_{open,save}_filename() and
move widget_get_filename() to filesel.c.

Legacy-ID: 3286
2007-11-09 16:41:57 +00:00
Fredrick Meunier
a309bce591 Use AM_CPPFLAGS rather than change every header inclusion to be relative to the
current directory.

Legacy-ID: 3115
2007-08-19 02:49:14 +00:00
Philip Kendall
fdc2fa8813 Enable Fuse to build in directories other than the source directory itself.
Doesn't *run* from those directories, but it's a start.

Legacy-ID: 3110
2007-08-17 12:38:39 +00:00
Philip Kendall
10d2e174e2 Remove unnecessary #ifdefs.
Legacy-ID: 3096
2007-08-06 09:20:34 +00:00
Stuart Brady
c60522c853 Split menu_get_filename() into menu_get_open_filename and
menu_get_save_filename(), use menu_get_save_filename() in some cases 
where a filename could not be entered in widget UIs, and use the 'open' 
file selector in menu_file_recording_recordfromsnapshot() when choosing 
a snapshot in widget UIs (patch #124).


Legacy-ID: 2919
2007-06-02 00:31:17 +00:00
Stuart Brady
5bed548bc6 Update FSF address in GPL notices, add autogenerated-file comment to
settings.h, add missing Id tags, and some boilerplate formatting fixes .

Legacy-ID: 2889
2007-05-26 17:45:08 +00:00
Philip Kendall
b9cc4b03a8 Change my e-mail address to @shadowmagic and remove my postal address.
Legacy-ID: 2720
2007-02-02 16:22:00 +00:00
Philip Kendall
fcbb9e874c gcc 4.0 fixups.
Legacy-ID: 2552
2005-04-25 22:30:40 +00:00
Darren Salt
0f0f52a2eb Add stock dialog creation function.
Legacy-ID: 2385
2004-08-13 22:10:58 +00:00
Darren Salt
a9d9749e6a Factor out common button creation code. Add GTK+ 2.x stock buttons.
Legacy-ID: 2361
2004-07-21 10:43:50 +00:00
Philip Kendall
44a1bca34c Generalise more functions into menu.c (GTK+ changes).
Legacy-ID: 2125
2004-04-15 19:21:52 +00:00
Philip Kendall
7f76048523 Revamp of menu system to share code between the GTK+ and widget
implementations (patch #38).


Legacy-ID: 2116
2004-04-11 10:08:25 +00:00
Philip Kendall
b133ce2069 Some --enable-warnings tidy-ups.
Legacy-ID: 1802
2003-12-02 14:56:33 +00:00
Philip Kendall
aed6b1008e Make the memory access routines both simpler and more flexible.
TODO: TC2068 routines.

Legacy-ID: 1777
2003-11-14 11:46:47 +00:00
Philip Kendall
61b2f375bf "delete-event" is spelt "delete-event", not "delete_event".
Legacy-ID: 1737
2003-10-27 21:00:00 +00:00
Philip Kendall
b94a28f3c6 Merge gtkdisplay.h, gtkkeyboard.h and gtkui.h into gtkinternals.h.
Legacy-ID: 1671
2003-10-04 22:44:19 +00:00
Philip Kendall
00a0199dd3 Call save_data not load_data when saving binary data. Add padding around
the save binary data dialog widgets.

Legacy-ID: 1593
2003-09-05 10:59:11 +00:00
Philip Kendall
c9d2f77e34 Add padding around widgets.
Legacy-ID: 1592
2003-09-03 14:57:17 +00:00
Philip Kendall
42f9f18548 Change over to using libspectrum_byte (etc) rather than BYTE,WORD,etc.
Legacy-ID: 1465
2003-07-11 11:03:25 +00:00
Philip Kendall
ff23851c3c Get the #ifdefs right such that non-GTK+ UIs compile.
Legacy-ID: 1417
2003-06-21 08:40:43 +00:00
Philip Kendall
7b55658fd6 info->file.length wasn't explicitly typecast to unsigned long.
Legacy-ID: 1406
2003-06-16 21:01:59 +00:00
Philip Kendall
bd9e3c6d90 Add ability to load/save arbitrary chunks of memory (at least for GTK+).
Legacy-ID: 1401
2003-06-15 18:42:08 +00:00