ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/prefs_unix.cpp
Revision 1.19 - (view) (annotate) - [select for diffs]
2009-07-23T19:19:14Z (14 years, 9 months ago) by asvitkine
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +13 -1 lines
Diff to previous 1.18
BasiliskII side of changes to support .sheepvm bundles for SheepShaver

Revision 1.18 - (view) (annotate) - [select for diffs]
2008-01-01T09:40:33Z (16 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Happy New Year!

Revision 1.17 - (view) (annotate) - [select for diffs]
2006-04-30T21:16:48Z (18 years ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-19
Changes since 1.16: +2 -0 lines
Diff to previous 1.16
Patch SynchIdleTime() to implement new "idlewait" prefs item.

Revision 1.16 - (view) (annotate) - [select for diffs]
2005-11-24T17:03:15Z (18 years, 5 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-17
Changes since 1.15: +7 -4 lines
Diff to previous 1.15
modernized Linux sound device detection

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

Revision 1.14 - (view) (annotate) - [select for diffs]
2004-11-29T21:59:03Z (19 years, 5 months ago) by gbeauche
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
typos

Revision 1.13 - (view) (annotate) - [select for diffs]
2004-01-12T15:29:25Z (20 years, 4 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-15, nigel-build-16
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Happy New Year! :)

Revision 1.12 - (view) (annotate) - [select for diffs]
2002-10-15T16:25:04Z (21 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13
Changes since 1.11: +14 -0 lines
Diff to previous 1.11
Unix: new prefs options "dsp" and "mixer" to set the OSS device names instead
of the hardcoded '/dev/dsp' and '/dev/mixer'

Revision 1.11 - (view) (annotate) - [select for diffs]
2002-07-31T16:46:14Z (21 years, 9 months ago) by cebix
Branch: MAIN
Changes since 1.10: +14 -10 lines
Diff to previous 1.10
- it is now possible to make the serial drivers pipe their input/output
  to programs by using a '|' followed by a command line as the modem or
  printer port setting (instead of a device name like '/dev/ttyS0')
  [Brian Johnson]
- the option "--config FILE" tells B2 to use a different config file

Revision 1.10 - (view) (annotate) - [select for diffs]
2002-05-12T11:10:50Z (22 years ago) by gbeauche
Branch: MAIN
Changes since 1.9: +6 -0 lines
Diff to previous 1.9
Implement the "ignoresegv" feature from SheepShaver. This is Unix-specific
so far. Target platform is currently Linux/x86.

Revision 1.9 - (view) (annotate) - [select for diffs]
2002-01-15T14:58:37Z (22 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-15012002
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0

Revision 1.8 - (view) (annotate) - [select for diffs]
2001-04-01T12:11:44Z (23 years, 1 month ago) by cebix
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-29052001
Changes since 1.7: +6 -6 lines
Diff to previous 1.7
- added help for command line options
- PrefsInit() removes all processed options

Revision 1.7 - (view) (annotate) - [select for diffs]
2001-02-02T20:52:58Z (23 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-17022001
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
- bumped version number to 0.9
- updated copyright dates

Revision 1.6 - (view) (annotate) - [select for diffs]
2001-01-04T19:50:23Z (23 years, 4 months ago) by cebix
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
- removed the INT16 prefs item type; use INT32 instead
- AmigaOS/Unix: it's now possible to specify preferences items on the
  command line
- Unix: command line options now take "--"-prefix, e.g. "--rominfo"

Revision 1.5 - (view) (annotate) - [select for diffs]
2000-04-10T18:53:05Z (24 years, 1 month ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
- updated copyright info: 1999->2000

Revision 1.4 - (view) (annotate) - [select for diffs]
1999-10-25T20:22:35Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-02111999, snapshot-22121999
Changes since 1.3: +5 -1 lines
Diff to previous 1.3
- added mouse wheel support

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-10-21T16:07:34Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-21101999
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
- added fbdev DGA preferences to GTK prefs editor

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-19T17:41:38Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
- added external file system
- moved most init/deinit code to InitAll()/ExitAll() in main.cpp

Revision 1.1.1.1 - (view) (annotate) - [select for diffs] (vendor branch)
1999-10-03T14:16:25Z (24 years, 7 months ago) by cebix
Branch: cebix
CVS Tags: release-0_7-2, start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.19
Imported sources

Revision 1.1 - (view) (annotate) - [select for diffs]
1999-10-03T14:16:25Z (24 years, 7 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