[Gambas-devel-svn] SF.net SVN: gambas: [880] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-12-20 01:27:31
|
Revision: 880 http://gambas.svn.sourceforge.net/gambas/?rev=880&view=rev Author: gambas Date: 2007-12-19 17:27:36 -0800 (Wed, 19 Dec 2007) Log Message: ----------- [EXAMPLES] * NEW: PdfPresentation is a new OpenGL example based on the 3D OpenGL PDF presentation made by Laurent Carlier. [GB.QT.OPENGL] * BUG: GlArea control does not crash anymore at exit. * NEW: GlArea control can have focus and raise keyboard events now. [GB.GTK] * BUG: The Persistent property behaviour was inversed for modal windows. This has been fixed. [GB.SDL] * BUG: KeyPressed and KeyReleased Window events were rename to KeyPress and KeyRelease for coherency with GUI components. [GB.PDF] * BUG: PdfDocument.Count and PdfDocument[] do not crash anymore when the PDF is not loaded. Modified Paths: -------------- 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form.dialog/.icon.png 2.0/trunk/comp/src/gb.form.dialog/.project 2.0/trunk/comp/src/gb.form.dialog/FFileDialog.class 2.0/trunk/comp/src/gb.form.dialog/Main.module 2.0/trunk/examples/examples/OpenGL/GambasGears/Module1.module 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.pdf/src/CPdfDocument.cpp 2.0/trunk/gb.qt/src/opengl/CGLarea.cpp 2.0/trunk/gb.qt/src/opengl/CGLarea.h 2.0/trunk/gb.sdl/src/Cwindow.cpp Added Paths: ----------- 2.0/trunk/examples/examples/OpenGL/PDFPresentation/ 2.0/trunk/examples/examples/OpenGL/PDFPresentation/.directory 2.0/trunk/examples/examples/OpenGL/PDFPresentation/.icon.png 2.0/trunk/examples/examples/OpenGL/PDFPresentation/.project 2.0/trunk/examples/examples/OpenGL/PDFPresentation/.settings 2.0/trunk/examples/examples/OpenGL/PDFPresentation/Clogo.class 2.0/trunk/examples/examples/OpenGL/PDFPresentation/CpdfPresentation.class 2.0/trunk/examples/examples/OpenGL/PDFPresentation/FMain.class 2.0/trunk/examples/examples/OpenGL/PDFPresentation/FMain.form 2.0/trunk/examples/examples/OpenGL/PDFPresentation/MMain.module 2.0/trunk/examples/examples/OpenGL/PDFPresentation/icon.png 2.0/trunk/examples/examples/OpenGL/PDFPresentation/logo.png 2.0/trunk/examples/examples/OpenGL/PDFPresentation/music.xm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |