Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

15 years agoScale the mouse deltas (when grabbed) to get the movement more reasonable (and fairly close to system)
nkeynes [Mon, 28 Jul 2008 11:21:12 +0000]  tree
Scale the mouse deltas (when grabbed) to get the movement more reasonable (and fairly close to system)
src/drivers/video_osx.c


15 years agoMove grab management to window
nkeynes [Mon, 28 Jul 2008 10:13:13 +0000]  tree
Move grab management to window
Clear grab if the window loses key focus (probably a good idea in general)
src/cocoaui/cocoa_win.c
src/cocoaui/cocoaui.c
src/cocoaui/cocoaui.h
src/drivers/video_osx.c


15 years agoIf the requested audio driver won't initialize, try all the others in order (worst case, null driver)
nkeynes [Mon, 28 Jul 2008 10:10:13 +0000]  tree
If the requested audio driver won't initialize, try all the others in order (worst case, null driver)
src/aica/audio.c


15 years agoAdd bundle proplist and icon
nkeynes [Mon, 28 Jul 2008 06:39:00 +0000]  tree
Add bundle proplist and icon
Info.plist.in
Makefile.am
Makefile.in
configure
configure.in
pixmaps/lxdream.icns


15 years agoDisplay the CD-Rom drive names for consistency with the OS X implementation
nkeynes [Mon, 28 Jul 2008 06:29:46 +0000]  tree
Display the CD-Rom drive names for consistency with the OS X implementation
src/drivers/cd_linux.c


15 years agoRemove bios/flash filenames from test lxdreamrc
nkeynes [Mon, 28 Jul 2008 06:03:05 +0000]  tree
Remove bios/flash filenames from test lxdreamrc
test/lxdream.rc


15 years agoFix build of testsh4x86
nkeynes [Mon, 28 Jul 2008 04:51:04 +0000]  tree
Fix build of testsh4x86
src/test/testsh4x86.c


15 years agoUpdate for new/deleted UI files
nkeynes [Mon, 28 Jul 2008 04:49:52 +0000]  tree
Update for new/deleted UI files
po/POTFILES.in


15 years agoFix some consistency issues between the cocoa + gtk menus
nkeynes [Mon, 28 Jul 2008 04:47:28 +0000]  tree
Fix some consistency issues between the cocoa + gtk menus
src/cocoaui/cocoaui.c
src/gtkui/gtkui.c


15 years agoFix translations - need to include lxdream.h ahead of gettext.h (always the little things...)
nkeynes [Mon, 28 Jul 2008 04:45:24 +0000]  tree
Fix translations - need to include lxdream.h ahead of gettext.h (always the little things...)
Install as .mo in the bundle
Makefile.am
Makefile.in
src/main.c


.