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

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


15 years agoFix bad rename from previous commit
nkeynes [Mon, 28 Jul 2008 04:40:32 +0000]  tree
Fix bad rename from previous commit
src/drivers/video_gtk.c


15 years agoImplement key-binding configuration pane for Cocoa UI
nkeynes [Mon, 28 Jul 2008 03:41:25 +0000]  tree
Implement key-binding configuration pane for Cocoa UI
Minor tweaks for consistency and static-correctness
src/cocoaui/cocoa_ctrl.c
src/cocoaui/cocoa_path.c
src/cocoaui/cocoa_prefs.c
src/cocoaui/cocoaui.c
src/cocoaui/cocoaui.h
src/display.c
src/display.h
src/drivers/video_gtk.c
src/drivers/video_osx.c
src/gtkui/gtk_ctrl.c
...

15 years agoAdd -headerpad_max_install_names linker flag for OS/X builds - ensures bundle
nkeynes [Mon, 28 Jul 2008 00:27:32 +0000]  tree
Add -headerpad_max_install_names linker flag for OS/X builds - ensures bundle
build doesn't run out of space for name changes
configure
configure.in


.