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

17 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
02b3c05ac8 #include "fuse.h".
Legacy-ID: 1966
2004-02-07 15:04:59 +00:00
Philip Kendall
fd6efc9db0 Remove duplicated ui_verror code.
Legacy-ID: 1965
2004-02-07 14:58:36 +00:00
Philip Kendall
c66e0f8ed2 Create and use a new UI_ERROR_WARNING error level.
Legacy-ID: 1964
2004-02-07 11:58:02 +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
a4728bda06 Add widget_display_lines function.
Legacy-ID: 916
2002-12-19 10:34:27 +00:00
Philip Kendall
840529f0f2 Add widget_end_widget function.
Legacy-ID: 906
2002-12-18 13:46:18 +00:00
Philip Kendall
b512fd1dfa Add a stub uidisplay_frame_end function to be called at the end of the
Spectrum's frame to flush anything which need to be displayed. Not used
by any of the current UIs, but will be used by the SDL UI.

Legacy-ID: 880
2002-12-10 15:42:35 +00:00
Philip Kendall
82528b64c7 Split widget/widget.h into the stuff which is accessible from outside
the widget code (widget.h) and that which should be called only from
within the widget code (widget_internals.h).

Legacy-ID: 842
2002-12-03 23:29:06 +00:00
Philip Kendall
c67e6908fb Make the widget keyhandlers receive both keys.
Legacy-ID: 693
2002-09-26 14:25:12 +00:00
Darren Salt
c823e4829b Add support for redrawing widgets on window resize (via a fake
KEYBOARD_Resize keypress).

Legacy-ID: 634
2002-09-05 11:26:09 +00:00
Philip Kendall
1d4f04a34c Remove some of the warnings generated with --enable-warnings.
Legacy-ID: 557
2002-08-17 22:49:15 +00:00
Philip Kendall
e2203f47ce Add variable error level severities.
Legacy-ID: 421
2002-03-21 21:53:37 +00:00
Philip Kendall
16222c41a8 Remove the \n from all ui_error calls and add it back on to the string
printed to stderr in the ui_error calls.

Legacy-ID: 415
2002-03-21 14:34:25 +00:00
Philip Kendall
5fa94573d6 Various bugfixes to the widget error dialog.
Legacy-ID: 414
2002-03-21 14:22:20 +00:00
Philip Kendall
25170d1c71 Widget error dialog basically working.
Legacy-ID: 412
2002-03-21 12:49:07 +00:00
Philip Kendall
a0b2112828 First bits of widget error dialog box.
Legacy-ID: 411
2002-03-21 11:58:05 +00:00