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

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


15 years agoHalt emulation after reporting an error
nkeynes [Thu, 24 Jul 2008 07:27:48 +0000]  tree
Halt emulation after reporting an error
src/util.c


15 years agoFix to correctly mount empty CD drives
nkeynes [Thu, 24 Jul 2008 02:31:56 +0000]  tree
Fix to correctly mount empty CD drives
src/drivers/cd_linux.c


15 years agoFix dreamcast_reset not performing a core exit
nkeynes [Thu, 24 Jul 2008 02:30:37 +0000]  tree
Fix dreamcast_reset not performing a core exit
src/dreamcast.c


15 years agoCocoa preferences panel work-in-progress
nkeynes [Wed, 23 Jul 2008 11:11:30 +0000]  tree
Cocoa preferences panel work-in-progress
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoa_ctrl.c
src/cocoaui/cocoa_path.c
src/cocoaui/cocoa_prefs.c
src/cocoaui/cocoaui.c
src/cocoaui/cocoaui.h


15 years agoChange sprintf to snprintf (safer)
nkeynes [Wed, 23 Jul 2008 11:10:49 +0000]  tree
Change sprintf to snprintf (safer)
src/gtkui/gtk_ctrl.c


15 years agoRename GTK UI files to follow the same scheme as the cocoa ones
nkeynes [Tue, 22 Jul 2008 04:40:55 +0000]  tree
Rename GTK UI files to follow the same scheme as the cocoa ones
src/Makefile.am
src/Makefile.in
src/gtkui/ctrl_dlg.c
src/gtkui/debug_win.c
src/gtkui/dump_win.c
src/gtkui/gdrom_menu.c
src/gtkui/gtk_ctrl.c
src/gtkui/gtk_debug.c
src/gtkui/gtk_dump.c
src/gtkui/gtk_gd.c
...

.