[Gambas-devel-svn] SF.net SVN: gambas: [503] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-08-17 22:53:49
|
Revision: 503 http://gambas.svn.sourceforge.net/gambas/?rev=503&view=rev Author: gambas Date: 2007-08-17 15:53:52 -0700 (Fri, 17 Aug 2007) Log Message: ----------- [EXAMPLE] * OPT: GameOfLife was optimized. You can do better if you want :-) [INFORMER] * NEW: A component can export a GB_INCLUDE symbol to tell the informer to include the symbol information of another component. gb.qt and gb.gtk use that to include the Draw class description located in gb.draw. * NEW: gbi2 can take more than one component as last arguments. [GB.DRAW] * BUG: Draw.ForeColor and Draw.BackColor symbols are back. [GB.QT] * NEW: gb.qt now uses gb.draw as drawing interface. * BUG: Fixed the order of Slider properties so that Value is last. Otherwise, the IDE will not define MaxValue and MinValue before Value, and things won't work as expected. [GB.GTK] * BUG: Really set device resolution on Draw.Begin(). Modified Paths: -------------- 2.0/trunk/examples/examples/Games/DeepSpace/FAbout.class 2.0/trunk/examples/examples/Games/GameOfLife/.project 2.0/trunk/examples/examples/Games/GameOfLife/.settings 2.0/trunk/examples/examples/Games/GameOfLife/CGameField.class 2.0/trunk/examples/examples/Games/GameOfLife/FAbout.form 2.0/trunk/examples/examples/Games/GameOfLife/FMain.class 2.0/trunk/examples/examples/Games/GameOfLife/FMain.form 2.0/trunk/gb.gtk/src/CDraw.cpp 2.0/trunk/gb.gtk/src/main.cpp 2.0/trunk/gb.qt/share/gb.form.properties.h 2.0/trunk/gb.qt/src/CDraw.cpp 2.0/trunk/gb.qt/src/CDraw.h 2.0/trunk/gb.qt/src/CDrawingArea.cpp 2.0/trunk/gb.qt/src/CDrawingArea.h 2.0/trunk/gb.qt/src/CPicture.cpp 2.0/trunk/gb.qt/src/CWindow.cpp 2.0/trunk/gb.qt/src/main.cpp 2.0/trunk/main/gbc/gbi.c 2.0/trunk/main/lib/draw/CDraw.c 2.0/trunk/main/share/gb_component.h Removed Paths: ------------- 2.0/trunk/gb.qt/src/share/CDrawingArea_desc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |