ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/user_strings_unix.h
Revision 1.23 - (view) (annotate) - [select for diffs]
2008-01-01T09:40:33Z (16 years, 4 months ago) by gbeauche
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Happy New Year!

Revision 1.22 - (view) (annotate) - [select for diffs]
2006-04-16T16:32:45Z (18 years ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-19
Changes since 1.21: +3 -1 lines
Diff to previous 1.21
Enable build of a standalone GUI (first step).

Revision 1.21 - (view) (annotate) - [select for diffs]
2006-01-24T23:46:19Z (18 years, 3 months ago) by gbeauche
Branch: MAIN
Changes since 1.20: +1 -0 lines
Diff to previous 1.20
Use the most portable POSIX-style non-blocking I/O (O_NONBLOCK) instead of
BSD-style through FIONBIO. It turns out Tru64 and probably IRIX don't support
the latter when fd is a pipe (slirp case).

Revision 1.20 - (view) (annotate) - [select for diffs]
2005-11-21T21:39:08Z (18 years, 5 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-17
Changes since 1.19: +2 -0 lines
Diff to previous 1.19
GUI cosmetics from the Windows port: add "browse" button to ROM & keycodes
file selectors, improve "Memory/Misc" pane to be more attractive and simplify
RAM size selection, rename to "Keyboard/Mouse" pane to match the actual order
of elements in the pane, make "<control>-S" save/start the config.

Revision 1.19 - (view) (annotate) - [select for diffs]
2005-06-12T22:48:48Z (18 years, 11 months ago) by gbeauche
Branch: MAIN
Changes since 1.18: +1 -0 lines
Diff to previous 1.18
Enable Basilisk II to work even if slirp_init() failed. Disable ethernet
emulation in that case, don't exit(1).

Revision 1.18 - (view) (annotate) - [select for diffs]
2005-01-30T21:42:14Z (19 years, 3 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]
2004-05-09T16:11:45Z (20 years ago) by gbeauche
Branch: MAIN
Changes since 1.16: +1 -0 lines
Diff to previous 1.16
TUN/TAP support

Revision 1.16 - (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.15: +1 -1 lines
Diff to previous 1.15
Happy New Year! :)

Revision 1.15 - (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.14: +2 -0 lines
Diff to previous 1.14
Unix: new prefs options "dsp" and "mixer" to set the OSS device names instead
of the hardcoded '/dev/dsp' and '/dev/mixer'

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

Revision 1.13 - (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.12: +1 -1 lines
Diff to previous 1.12
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0

Revision 1.12 - (view) (annotate) - [select for diffs]
2001-07-05T20:30:51Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
- supported audio formats are now kept in STL vectors
- added run-time audio parameter switching for OSS/ESD audio output
- setting ESPEAKER env variable causes B2 to try ESD before OSS

Revision 1.11 - (view) (annotate) - [select for diffs]
2001-07-03T15:59:47Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10
- added support for platform-independant mutexes, currently only properly
  implemented under Unix
- adb.cpp uses mutexes for thread-safe mouse handling
- video_x.cpp: pressing Ctrl-F5 in windowed mode switches to a "grabbed"
  relative mouse mode, useful for some games
- video_x.cpp: fixed some bugs relating to the hotkeys (key releases are no
  longer treated as hotkeys)

Revision 1.10 - (view) (annotate) - [select for diffs]
2001-06-28T21:20:00Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
video_x.cpp supports resolution switching in windowed mode: the available
resolutions are 512x384, 640x480, 800x600, 1024x768 and 1280x1024 (the prefs
editor has to be updated to reflect this). The resolution selected in the
prefs editor is used as the default, but it can be changed in the Monitors
control panel. So far only tested with direct addressing.

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

Revision 1.8 - (view) (annotate) - [select for diffs]
2000-07-13T17:26:17Z (23 years, 10 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.7: +8 -2 lines
Diff to previous 1.7
- new "Input" pane, containing keycode and mouse wheel settings

Revision 1.7 - (view) (annotate) - [select for diffs]
2000-07-13T13:47:12Z (23 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.6: +7 -0 lines
Diff to previous 1.6
- first version to run natively on NetBSD/m68k

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

Revision 1.5 - (view) (annotate) - [select for diffs]
1999-10-27T16:59:50Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-02111999, snapshot-22121999
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
- imported fixed UAE FPU from Lauri
- extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info()
- ExtFS: MAX_PATH_LENGTH is global, removed third parameter to
  add_path_component()
- rom_patches.cpp: added print_rom_info()
- Unix: added "-rominfo" command line argument
- extfs_unix.cpp: supports finder info and resource forks
- prefs_editor_gtk.cpp: tab widget is no longer scrollable

Revision 1.4 - (view) (annotate) - [select for diffs]
1999-10-23T17:57:58Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
- audio_linux.cpp renamed to audio_oss_esd.cpp (now also used under FreeBSD)
  and added support for ESD
- medium removal is allowed for CD-ROM on exit
- added mkinstalldirs to "make install" target

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

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-21T13:19:23Z (24 years, 6 months ago) by cebix
Branch: MAIN
Changes since 1.1: +3 -0 lines
Diff to previous 1.1
- added fbdev video code and SPARC assembly optimizations

Revision 1.1 - (view) (annotate) - [select for diffs]
1999-10-12T20:05:20Z (24 years, 7 months ago) by cebix
Branch: MAIN
- added missing strings files

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