ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/prefs_editor_gtk.cpp
Revision 1.21 - (view) (annotate) - [select for diffs]
2008-01-01T09:47:38Z (16 years, 4 months ago) by gbeauche
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Happy New Year!

Revision 1.20 - (view) (annotate) - [select for diffs]
2006-05-14T16:14:29Z (18 years ago) by gbeauche
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19
Add 1GB item to GUI

Revision 1.19 - (view) (annotate) - [select for diffs]
2006-05-08T17:20:20Z (18 years ago) by gbeauche
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18
Fix MacOS X GUI (new fake DarwinSys*() functions)

Revision 1.18 - (view) (annotate) - [select for diffs]
2006-05-01T23:01:53Z (18 years ago) by gbeauche
Branch: MAIN
Changes since 1.17: +35 -13 lines
Diff to previous 1.17
- Fix build on ppc (paranoia.cpp -- one extra STR_SIGUSR2_INSTALL_ERR left)
- Fix for GTK+ 1.2 GUI on ppc (notebook's panes redraw)
- Add run-time detection of the underlying arch for "jit" detection (MacOS X)

Revision 1.17 - (view) (annotate) - [select for diffs]
2006-05-01T22:33:34Z (18 years ago) by gbeauche
Branch: MAIN
Changes since 1.16: +274 -1 lines
Diff to previous 1.16
Port --enable-standalone-gui support to SheepShaver

Others changes include:
- Factor out STR_SIG_INSTALL_ERR messages
- Process command line arguments early (prior to calling PrefsInit())
- GUI: set start_clicked only if the "Start" button was clicked
- GUI: save changes to the "Input" pane when the "Start" button was clicked

Revision 1.16 - (view) (annotate) - [select for diffs]
2005-11-29T23:59:36Z (18 years, 5 months ago) by gbeauche
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Copyright and URL changes

Revision 1.15 - (view) (annotate) - [select for diffs]
2005-11-27T16:01:59Z (18 years, 5 months ago) by gbeauche
Branch: MAIN
Changes since 1.14: +174 -52 lines
Diff to previous 1.14
GUI cosmetics from Basilisk II, add missing "slirp" ethernet option

Revision 1.14 - (view) (annotate) - [select for diffs]
2005-03-28T09:05:28Z (19 years, 1 month ago) by gbeauche
Branch: MAIN
Changes since 1.13: +17 -3 lines
Diff to previous 1.13
Handle "screen fbdev/WIDTH/HEIGHT" to force use of FBDev DGA instead of XF86
DGA mode. In other words, root user can now use FBDev DGA though it's always
recommended to run SheepShaver with a normal user. Increase "ramsize" bounds
in the GUI and fully migrate to new "screen" modes. Remove "windowmodes" and
"screenmodes" defaults.

Revision 1.13 - (view) (annotate) - [select for diffs]
2005-03-27T22:32:46Z (19 years, 1 month ago) by gbeauche
Branch: MAIN
Changes since 1.12: +214 -109 lines
Diff to previous 1.12
Use "screen TYPE/WIDTH/HEIGHT" prefs item by default on Unix systems. The
former options (windowmodes/screenmodes) are migrated if the user uses the
GUI. Also make a note about EXPERIMENTAL state for jit68k.

Revision 1.12 - (view) (annotate) - [select for diffs]
2005-03-19T09:35:01Z (19 years, 1 month ago) by gbeauche
Branch: MAIN
Changes since 1.11: +8 -4 lines
Diff to previous 1.11
let it build against gtk2

Revision 1.11 - (view) (annotate) - [select for diffs]
2005-01-30T21:48:20Z (19 years, 3 months ago) by gbeauche
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Happy New Year 2005!

Revision 1.10 - (view) (annotate) - [select for diffs]
2004-06-03T21:52:55Z (19 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.9: +8 -2 lines
Diff to previous 1.9
Add "jit68k" prefs item to enable built-in 68k DR emulator.

Revision 1.9 - (view) (annotate) - [select for diffs]
2004-05-25T16:12:14Z (19 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.8: +15 -0 lines
Diff to previous 1.8
Add GUI items for "idlewait" and "gfxaccel"

Revision 1.8 - (view) (annotate) - [select for diffs]
2004-04-13T22:22:21Z (20 years, 1 month ago) by gbeauche
Branch: MAIN
Changes since 1.7: +9 -0 lines
Diff to previous 1.7
Fix DGA mode for emulated PPC targets. It currently doesn't work in native
mode as the stack is corrupted and we are jumping to garbage when moving
the mouse. Also add 1152x768 resolution from PBG4, but make timing match
the 1152x870 version.

Cleanups, further merges from Basilisk II tree.

Revision 1.7 - (view) (annotate) - [select for diffs]
2004-02-24T23:09:39Z (20 years, 2 months ago) by gbeauche
Branch: MAIN
Changes since 1.6: +16 -0 lines
Diff to previous 1.6
Portability fixes: declare Set_pthread_attr() only if HAVE_PTHREADS. Merge
add_{serial,ether}_names() from B2 prefs editor for FreeBSD/IRIX.

Revision 1.6 - (view) (annotate) - [select for diffs]
2004-01-12T15:37:22Z (20 years, 4 months ago) by cebix
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Happy New Year! :)

Revision 1.5 - (view) (annotate) - [select for diffs]
2003-12-27T10:37:30Z (20 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.4: +35 -0 lines
Diff to previous 1.4
Merge in Mouse Wheel support from Basilisk II.

Revision 1.4 - (view) (annotate) - [select for diffs]
2003-12-27T10:02:33Z (20 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.3: +18 -0 lines
Diff to previous 1.3
Merge in dsp, mixer, ignoresegv prefs items from Basilisk II. Audio output
does not work with NewWorld ROMs yet.

Revision 1.3 - (view) (annotate) - [select for diffs]
2003-12-03T10:52:48Z (20 years, 5 months ago) by gbeauche
Branch: MAIN
Changes since 1.2: +43 -0 lines
Diff to previous 1.2
Add "jit" prefs item. Fix PPC_DECODE_CACHE version to fill in new min_pc &
max_pc members of block info. Increase -finline-limit to 10000 for older gcc

Revision 1.2 - (view) (annotate) - [select for diffs]
2003-11-21T17:01:33Z (20 years, 5 months ago) by gbeauche
Branch: MAIN
Changes since 1.1: +51 -0 lines
Diff to previous 1.1
Merge in "keycodes" support from Basilisk II. e.g. make French keyboard
layout work correctly for me.

Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
2002-02-04T16:58:13Z (22 years, 3 months ago) by cebix
Branch: cebix
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.21
Imported sources

Revision 1.1 - (view) (annotate) - [select for diffs]
2002-02-04T16:58:13Z (22 years, 3 months ago) by cebix
Branch: MAIN
Branch point for: cebix
Initial revision

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a