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

15 years agoUpdate system tests for new command-line args
nkeynes [Sun, 22 Jun 2008 06:21:57 +0000]  tree
Update system tests for new command-line args
test/Makefile.in


15 years agoSet log-level to trace automatically if we've asked for a trace on the command line
nkeynes [Sun, 22 Jun 2008 04:30:38 +0000]  tree
Set log-level to trace automatically if we've asked for a trace on the command line
src/main.c


15 years agoCommit work-in-progress CoreAudio driver
nkeynes [Sun, 22 Jun 2008 04:01:27 +0000]  tree
Commit work-in-progress CoreAudio driver
(along with various changes to the audio subsystem)
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/aica/audio.c
src/aica/audio.h
src/drivers/audio_alsa.c
src/drivers/audio_esd.c
src/drivers/audio_null.c
...

15 years agoAdd a get_filename method to gdlist
nkeynes [Sun, 22 Jun 2008 03:59:56 +0000]  tree
Add a get_filename method to gdlist
return mount resuls from gdrom_list_set_selection()
src/gdlist.c
src/gdlist.h


15 years agoAvoid double notifications on gdrom disc change (unmount/mount)
nkeynes [Sun, 22 Jun 2008 03:58:24 +0000]  tree
Avoid double notifications on gdrom disc change (unmount/mount)
src/gdrom/gdrom.c


15 years agoCommit Makefile.in with bundle build changes
nkeynes [Sun, 22 Jun 2008 03:52:56 +0000]  tree
Commit Makefile.in with bundle build changes
Makefile.in


15 years agoCocoa: Don't try to display the error dialog if the gui isn't running
nkeynes [Fri, 20 Jun 2008 05:43:34 +0000]  tree
Cocoa: Don't try to display the error dialog if the gui isn't running
src/cocoaui/cocoaui.c


15 years agoBuild the bundle automatically if we're using COCOA... makes life slightly easier
nkeynes [Fri, 20 Jun 2008 05:42:42 +0000]  tree
Build the bundle automatically if we're using COCOA... makes life slightly easier
Makefile.am


15 years agoRefactor the gd-rom list management out of the GUI (devices, recent files, etc).
nkeynes [Thu, 19 Jun 2008 04:40:37 +0000]  tree
Refactor the gd-rom list management out of the GUI (devices, recent files, etc).
Add gd-rom list to the cocoa UI.
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoa_gd.c
src/cocoaui/cocoaui.c
src/cocoaui/cocoaui.h
src/gdlist.c
src/gdlist.h
src/gdrom/gdrom.c
src/gtkui/gdrom_menu.c
src/gtkui/gtkui.c
...

15 years agoMove glGetError into the #ifdef - outside there may not actually be a context
nkeynes [Mon, 16 Jun 2008 11:00:40 +0000]  tree
Move glGetError into the #ifdef - outside there may not actually be a context
src/pvr2/scene.c


.