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

16 years agoUse the command key for osx exit, as it seems easier than ctrl-alt at the moment
nkeynes [Sun, 20 Apr 2008 05:30:07 +0000]  tree
Use the command key for osx exit, as it seems easier than ctrl-alt at the moment
src/gtkui/main_win.c


16 years agoCentralize gl ext checks in glutil.c
nkeynes [Sat, 19 Apr 2008 02:39:37 +0000]  tree
Centralize gl ext checks in glutil.c
src/pvr2/glutil.c
src/pvr2/glutil.h
src/pvr2/scene.c


16 years agoChange secondary colour to 3-components - makes osx happy and is probably more correct anyway
nkeynes [Sat, 19 Apr 2008 02:30:04 +0000]  tree
Change secondary colour to 3-components - makes osx happy and is probably more correct anyway
src/pvr2/glrender.c


16 years agoMove glsl setup out of the drivers
nkeynes [Sat, 19 Apr 2008 00:36:36 +0000]  tree
Move glsl setup out of the drivers
Move pvr2 setup call up to video_gtk (probably needs to go higher really)
src/drivers/video_glx.c
src/drivers/video_gtk.c
src/drivers/video_nsgl.c
src/pvr2/glrender.c


16 years agoAdd spanish and italian translations (contributed by segnini75 and ghost22 respectively)
nkeynes [Thu, 17 Apr 2008 11:01:29 +0000]  tree
Add spanish and italian translations (contributed by segnini75 and ghost22 respectively)
configure
configure.in
po/de.po
po/es.po
po/it.po
po/pt_BR.po


16 years agoCommit NSGL work-in-progress
nkeynes [Thu, 17 Apr 2008 08:15:19 +0000]  tree
Commit NSGL work-in-progress
src/drivers/audio_pulse.c
src/drivers/video_gtk.c
src/drivers/video_nsgl.c
src/drivers/video_nsgl.h


16 years agoFix header comment
nkeynes [Thu, 17 Apr 2008 07:54:17 +0000]  tree
Fix header comment
src/drivers/video_gl.h


16 years agoPatch up the osmesa driver
nkeynes [Thu, 17 Apr 2008 00:01:40 +0000]  tree
Patch up the osmesa driver
src/drivers/video_gdk.c
src/drivers/video_gtk.c


16 years agoAdd check for objective-c compiler (for mac) and set the language if found
nkeynes [Wed, 16 Apr 2008 23:47:32 +0000]  tree
Add check for objective-c compiler (for mac) and set the language if found
configure
configure.in


16 years agoMove drawable creation to video_gtk.c - removes the last platform dependency from gtkui
nkeynes [Wed, 16 Apr 2008 22:54:40 +0000]  tree
Move drawable creation to video_gtk.c - removes the last platform dependency from gtkui
src/drivers/video_gtk.c
src/gtkui/main_win.c


.