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

14 years agoChange tempfile call to use mkstemp, for systems without mkstemps
nkeynes [Sat, 27 Jun 2009 10:09:21 +0000]  tree
Change tempfile call to use mkstemp, for systems without mkstemps
src/vmu/vmuvol.c


14 years agoFix unaligned jmp
nkeynes [Sat, 27 Jun 2009 10:08:42 +0000]  tree
Fix unaligned jmp
test/sh4/testutlb.s


14 years agoEnsure each VMU is only attached once
nkeynes [Sat, 27 Jun 2009 09:55:00 +0000]  tree
Ensure each VMU is only attached once
Handle removal of sub-devices when detaching parent device
src/cocoaui/cocoa_ctrl.m
src/gtkui/gtk_ctrl.c


14 years agoDo the save-to-temp and rename thing when saving VMUs, for the sake of limiting corruption possibilities
nkeynes [Fri, 26 Jun 2009 13:53:54 +0000]  tree
Do the save-to-temp and rename thing when saving VMUs, for the sake of limiting corruption possibilities
src/util.c
src/vmu/vmuvol.c


14 years agoRefactor path operations into lxpaths.[ch]
nkeynes [Fri, 26 Jun 2009 05:47:04 +0000]  tree
Refactor path operations into lxpaths.[ch]
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoa_ctrl.m
src/cocoaui/cocoa_path.m
src/cocoaui/cocoaui.m
src/cocoaui/paths_osx.m
src/config.c
src/config.h
src/dream.h
src/dreamcast.c
...

14 years agoAdd quick state bits to the menus
nkeynes [Thu, 25 Jun 2009 21:21:18 +0000]  tree
Add quick state bits to the menus
src/cocoaui/cocoa_gd.m
src/cocoaui/cocoaui.m
src/dreamcast.h
src/gtkui/gtkcb.c
src/gtkui/gtkui.c
src/gtkui/gtkui.h


14 years ago(Finally) add file open dialogs to the path preferences
nkeynes [Thu, 25 Jun 2009 09:06:44 +0000]  tree
(Finally) add file open dialogs to the path preferences
src/cocoaui/cocoa_path.m


14 years agoMove configuration to .lxdream/lxdreamrc on *nix, Library/Application Support/Lxdream on OS X
nkeynes [Thu, 25 Jun 2009 01:15:25 +0000]  tree
Move configuration to .lxdream/lxdreamrc on *nix, Library/Application Support/Lxdream on OS X
Create standard directories on first run
Add current quick state to config file
Refactor quick-state handling into dreamcast.c, and use the save directory
src/cocoaui/paths_osx.m
src/config.c
src/config.h
src/dreamcast.c
src/dreamcast.h
src/guiutil.c
src/hotkeys.c
src/lxdream.h
src/main.c
src/paths_unix.c


14 years agoRemove obsolete defaults
nkeynes [Thu, 25 Jun 2009 01:09:42 +0000]  tree
Remove obsolete defaults
lxdreamrc


14 years agoSupport shell substitutions in config paths
nkeynes [Wed, 24 Jun 2009 06:06:40 +0000]  tree
Support shell substitutions in config paths
Keep track of last folder in file dialogs
Fix out-of-dateness in GTK path dialog
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoa_ctrl.m
src/cocoaui/cocoa_path.m
src/cocoaui/cocoaui.h
src/cocoaui/cocoaui.m
src/config.c
src/config.h
src/dreamcast.c
src/gdlist.c
...

.