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

15 years agoUnbind the framebuffer after initialization
nkeynes [Tue, 16 Oct 2007 12:27:28 +0000]  tree
Unbind the framebuffer after initialization
src/drivers/gl_fbo.c


15 years agoMaintain aspect ratio when resizing (draw black-bars to the sides when needed)
nkeynes [Sun, 14 Oct 2007 09:30:16 +0000]  tree
Maintain aspect ratio when resizing (draw black-bars to the sides when needed)
src/drivers/gl_common.c


15 years agoAdd ability to track the last displayed buffer, and handle expose/resize
nkeynes [Sat, 13 Oct 2007 04:01:02 +0000]  tree
Add ability to track the last displayed buffer, and handle expose/resize
events appropriately
src/drivers/gl_common.c
src/drivers/gl_common.h
src/drivers/gl_fbo.c
src/drivers/video_gtk.c


15 years agoCleanup window creation - not used now anyway
nkeynes [Sat, 13 Oct 2007 04:00:23 +0000]  tree
Cleanup window creation - not used now anyway
src/drivers/video_x11.c


15 years agoTrack the last-displayed render buffer, so-as not to overwrite it while its
nkeynes [Sat, 13 Oct 2007 03:59:32 +0000]  tree
Track the last-displayed render buffer, so-as not to overwrite it while its
still on-screen
src/pvr2/pvr2.c


15 years agoDisable audio/video settings for the moment
nkeynes [Sat, 13 Oct 2007 03:58:31 +0000]  tree
Disable audio/video settings for the moment
src/gui/main_win.c


15 years agoUse the default visual (all we do is render onto the front buffer, so we don't really care what it is)
nkeynes [Thu, 11 Oct 2007 11:09:10 +0000]  tree
Use the default visual (all we do is render onto the front buffer, so we don't really care what it is)
src/drivers/video_x11.c


15 years agoFix tex coords and render with linear filtering
nkeynes [Thu, 11 Oct 2007 11:08:36 +0000]  tree
Fix tex coords and render with linear filtering
src/drivers/gl_fbo.c


15 years agoAdd speed meter to main window
nkeynes [Thu, 11 Oct 2007 08:22:03 +0000]  tree
Add speed meter to main window
Add sunken border around video area
Add debugger menu item
Move logging out to util.c
src/bootstrap.c
src/dream.h
src/gui/debug_win.c
src/gui/gtkcb.c
src/gui/gtkui.c
src/gui/gtkui.h
src/gui/main_win.c
src/util.c


15 years agoRemove intermediate window and adjust size accordingly
nkeynes [Thu, 11 Oct 2007 08:20:38 +0000]  tree
Remove intermediate window and adjust size accordingly
src/drivers/video_gtk.c
src/drivers/video_x11.c


.