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

23 Commits

Author SHA1 Message Date
Fredrick Meunier
5de51003fd Retire legacy RCS tags 2016-10-24 11:45:18 +11:00
Gergely Szasz
504fea32bb Move widget UI hooks to the UI code, remove unnecessary #ifdef WIDGET_UI
(patch #217).


Legacy-ID: 4109
2009-12-27 06:15:10 +00:00
Fredrick Meunier
7743ec05fe Move the widget UI files to the ui subdirectory, remove remnants of the GGI UI.
Legacy-ID: 3609
2008-05-01 13:17:56 +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
0a71d3de18 Fix misspellings.
Legacy-ID: 3032
2007-06-28 22:48:54 +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
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
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
e494c8a593 Implement ui_verror function.
Legacy-ID: 622
2002-09-01 10:33:29 +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
68d60e26ae Re-add #include <stdarg.h> (removed by Fred's TC2048 patch).
Legacy-ID: 456
2002-04-03 11:41:01 +00:00
Fredrick Meunier
bef228ac24 TC2048 improvements from Fred:
* Joystick is always attached
* Silence during loading
* Hires colours are always bright
* Bits 5 and 7 are reset on keyboard reads
* Printer port is fully decoded in the lower 8 bits
* No floating values on IN reads
* Timing fixes

Legacy-ID: 455
2002-04-03 11:10:49 +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
a0b2112828 First bits of widget error dialog box.
Legacy-ID: 411
2002-03-21 11:58:05 +00:00
Philip Kendall
7c4ff30165 Make the error messages printed to stderr flag themselves as 'error'.
Preparation for a separation between errors, warnings and other levels
of 'problem'.

Legacy-ID: 409
2002-03-21 00:01:16 +00:00
Philip Kendall
a23b8dec88 Add Xlib ui_error function.
Put UI-selection #ifdefs around ui/gtk/error.c and ui/xlib/xerror.c.

Legacy-ID: 393
2002-03-15 12:24:06 +00:00
Philip Kendall
bb91fec7ec Use the X error handling code to trap the error caused by using SHM when
it's not available.

Legacy-ID: 382
2002-03-09 23:30:22 +00:00
Philip Kendall
0fa3a970aa Actually add the error handling code into CVS.
Legacy-ID: 381
2002-03-09 23:12:37 +00:00