[Gambas-devel-svn] SF.net SVN: gambas: [441] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-07-14 11:52:29
|
Revision: 441 http://svn.sourceforge.net/gambas/?rev=441&view=rev Author: gambas Date: 2007-07-14 04:52:26 -0700 (Sat, 14 Jul 2007) Log Message: ----------- [GB.GTK] * BUG: Fixed memory leaks in Window, TabStrip and IconView. * NEW: Removed some GtkMae specific GridView properties. * BUG: Embedded Window now raises the Close event correctly. [GB.DESKTOP] * NEW: This component now is written in C with a Gambas part. Modified Paths: -------------- 2.0/trunk/Makefile.am 2.0/trunk/TEMPLATE/README 2.0/trunk/acinclude.m4 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FMain.class 2.0/trunk/comp/src/order 2.0/trunk/configure.ac 2.0/trunk/examples/examples/Basic/DragNDrop/.project 2.0/trunk/examples/examples/Database/Database/FMain.class 2.0/trunk/examples/examples/Database/PictureDatabase/.project 2.0/trunk/examples/examples/Database/PictureDatabase/FormPictureDatabase.class 2.0/trunk/examples/examples/Drawing/OnScreenDisplay/.icon.png 2.0/trunk/examples/examples/Drawing/OnScreenDisplay/.project 2.0/trunk/examples/examples/Drawing/OnScreenDisplay/FOnScreenDisplay.form 2.0/trunk/examples/examples/Games/BeastScroll/.project 2.0/trunk/examples/examples/Games/BeastScroll/MMain.module 2.0/trunk/examples/examples/Games/Snake/.project 2.0/trunk/examples/examples/Games/Snake/FrmMain.class 2.0/trunk/examples/examples/Games/Snake/FrmMain.form 2.0/trunk/examples/examples/Misc/Notepad/FNotepad.class 2.0/trunk/examples/examples/Printing/Printing/.project 2.0/trunk/examples/examples/Sound/MusicPlayer/.icon.png 2.0/trunk/examples/examples/Sound/MusicPlayer/.project 2.0/trunk/examples/examples/Sound/MusicPlayer/FSoundPlayer.form 2.0/trunk/gb.gtk/src/CGridView.cpp 2.0/trunk/gb.gtk/src/CWindow.cpp 2.0/trunk/gb.gtk/src/CWindow.h 2.0/trunk/gb.gtk/src/gbutton.cpp 2.0/trunk/gb.gtk/src/gdrawingarea.cpp 2.0/trunk/gb.gtk/src/giconview.cpp 2.0/trunk/gb.gtk/src/giconview.h 2.0/trunk/gb.gtk/src/gmainwindow.cpp 2.0/trunk/gb.gtk/src/gmainwindow.h 2.0/trunk/gb.gtk/src/gshare.h 2.0/trunk/gb.gtk/src/gsignals.cpp 2.0/trunk/gb.gtk/src/gtabstrip.cpp 2.0/trunk/gb.gtk/src/gtabstrip.h 2.0/trunk/gb.gtk/src/gtree.cpp 2.0/trunk/gb.gtk/src/gtree.h Added Paths: ----------- 2.0/trunk/TEMPLATE/conf/gb.desktop.conf 2.0/trunk/gb.desktop/ 2.0/trunk/gb.desktop/AUTHORS 2.0/trunk/gb.desktop/COPYING 2.0/trunk/gb.desktop/ChangeLog 2.0/trunk/gb.desktop/INSTALL 2.0/trunk/gb.desktop/Makefile.am 2.0/trunk/gb.desktop/NEWS 2.0/trunk/gb.desktop/README 2.0/trunk/gb.desktop/acinclude.m4 2.0/trunk/gb.desktop/component.am 2.0/trunk/gb.desktop/config.guess 2.0/trunk/gb.desktop/config.sub 2.0/trunk/gb.desktop/configure.ac 2.0/trunk/gb.desktop/gambas.h 2.0/trunk/gb.desktop/gb_common.h 2.0/trunk/gb.desktop/ltmain.sh 2.0/trunk/gb.desktop/reconf 2.0/trunk/gb.desktop/src/ 2.0/trunk/gb.desktop/src/Makefile.am 2.0/trunk/gb.desktop/src/gb.desktop/ 2.0/trunk/gb.desktop/src/gb.desktop/.component 2.0/trunk/gb.desktop/src/gb.desktop/.directory 2.0/trunk/gb.desktop/src/gb.desktop/.icon.png 2.0/trunk/gb.desktop/src/gb.desktop/.info 2.0/trunk/gb.desktop/src/gb.desktop/.list 2.0/trunk/gb.desktop/src/gb.desktop/.project 2.0/trunk/gb.desktop/src/gb.desktop/.settings 2.0/trunk/gb.desktop/src/gb.desktop/Desktop.class 2.0/trunk/gb.desktop/src/gb.desktop/DesktopFile.class 2.0/trunk/gb.desktop/src/gb.desktop/Main.module 2.0/trunk/gb.desktop/src/gb.desktop/_DesktopIcons.class 2.0/trunk/gb.desktop/src/gb.desktop/_DesktopMenus.class 2.0/trunk/gb.desktop/src/gb.desktop/_DesktopScreenSaver.class 2.0/trunk/gb.desktop/src/gb.desktop/xdg-utils-1.0.1/ 2.0/trunk/gb.desktop/src/gb.desktop.component 2.0/trunk/gb.desktop/src/main.c 2.0/trunk/gb.desktop/src/main.h Removed Paths: ------------- 2.0/trunk/comp/src/gb.desktop/ 2.0/trunk/gb.desktop/src/gb.desktop/.component 2.0/trunk/gb.desktop/src/gb.desktop/.directory 2.0/trunk/gb.desktop/src/gb.desktop/.icon.png 2.0/trunk/gb.desktop/src/gb.desktop/.info 2.0/trunk/gb.desktop/src/gb.desktop/.list 2.0/trunk/gb.desktop/src/gb.desktop/.project 2.0/trunk/gb.desktop/src/gb.desktop/.settings 2.0/trunk/gb.desktop/src/gb.desktop/Desktop.class 2.0/trunk/gb.desktop/src/gb.desktop/DesktopFile.class 2.0/trunk/gb.desktop/src/gb.desktop/Main.module 2.0/trunk/gb.desktop/src/gb.desktop/_DesktopIcons.class 2.0/trunk/gb.desktop/src/gb.desktop/_DesktopMenus.class 2.0/trunk/gb.desktop/src/gb.desktop/_DesktopScreenSaver.class 2.0/trunk/gb.desktop/src/gb.desktop/xdg-utils-1.0.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |