1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse synced 2026-01-30 04:22:18 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Philip Kendall
a910fb0fc0 Widgets and SDL UI working with the new input layer code.
Legacy-ID: 2040
2004-03-11 14:14:18 +00:00
Philip Kendall
438e50737b Fix up the Xlib UI (and the widget code) to use libspectrum_byte etc.
Legacy-ID: 1468
2003-07-11 11:15:18 +00:00
Philip Kendall
9bcf60a066 Compile the widget code only if we're actually using widgets.
Legacy-ID: 1232
2003-04-16 08:41:43 +00:00
Philip Kendall
bca5e79eb6 Remove a few --enable-warnings warnings.
Legacy-ID: 1191
2003-04-08 16:29:13 +00:00
Philip Kendall
3689ab812b Add stub debugger functions so things at least compile.
Legacy-ID: 1021
2003-02-07 23:52:37 +00:00
Philip Kendall
26ef7796a2 Add a USE_WIDGET #define to say when we're using widgets, rather than
assuming this happens all the time when we're not using GTK.

Legacy-ID: 1015
2003-02-07 19:22:49 +00:00
Philip Kendall
bf30cd51d9 Update copyright messages to 2003.
Legacy-ID: 954
2003-01-01 20:56:55 +00:00
Philip Kendall
67cc437aef Make the non-GTK+ UIs compile, even if the debugger doesn't have much
functionality there.

Legacy-ID: 947
2003-01-01 20:02:45 +00:00
Philip Kendall
73d8918789 Make permanent breakpoints work sensibly.
Legacy-ID: 923
2002-12-23 18:14:22 +00:00
Philip Kendall
a4728bda06 Add widget_display_lines function.
Legacy-ID: 916
2002-12-19 10:34:27 +00:00
Philip Kendall
4b82aa355d Don't doubly define ui_activate_debugger if GTK+ is in use.
Legacy-ID: 909
2002-12-18 22:03:44 +00:00
Philip Kendall
cb263bdea0 Change Machine/Break to start the debugger instantly, rather than just
setting debugger_mode and waiting for it to trigger in a bit; produces
different behaviour if the debugger is immediately cancelled.

Legacy-ID: 908
2002-12-18 13:56:18 +00:00
Philip Kendall
840529f0f2 Add widget_end_widget function.
Legacy-ID: 906
2002-12-18 13:46:18 +00:00
Philip Kendall
80daafaa19 Add simple functionality to the widget debugger.
Legacy-ID: 905
2002-12-18 13:35:43 +00:00
Philip Kendall
962eb1f99b Add debugger_run() function to set emulation running again.
Legacy-ID: 904
2002-12-18 13:23:52 +00:00
Philip Kendall
7c10b0cc48 Add appropriate hooks to create a widget debugger. Doesn't actually do
anything yet.

Legacy-ID: 902
2002-12-18 13:15:44 +00:00