[Gambas-devel-svn] SF.net SVN: gambas: [1276] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-03-31 19:04:31
|
Revision: 1276 http://gambas.svn.sourceforge.net/gambas/?rev=1276&view=rev Author: gambas Date: 2008-03-31 12:04:28 -0700 (Mon, 31 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: You can open a terminal in the project directory now. * NEW: The IDE now marks projects as Gambas 3 projects. * NEW: Port Gambas2 fixes. (INTERPRETER] * NEW: New API for returning the type of a Gambas array. [GB.DESKTOP] * NEW: New internal methods for reading or writing a windows property, and for sending a client message to the root window. * NEW: Desktop.Find() has been renamed to Desktop.FindWindow(). * NEW: Desktop.OpenTerminal() opens a terminal on a specified directory according to the current desktop in use. [GB.QT] * BUG: Window id are really integers, not pointers. [GB.GTK] * BUG: Window id are really integers, not pointers. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/FCompletion.class gambas/trunk/app/src/gambas3/FMain.class gambas/trunk/app/src/gambas3/FMain.form gambas/trunk/app/src/gambas3/FSignature.class gambas/trunk/app/src/gambas3/FTextEditor.class gambas/trunk/app/src/gambas3/Project.module gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/ColorButton.class gambas/trunk/examples/examples/Control/Embedder/.settings gambas/trunk/examples/examples/Control/Embedder/FMain.class gambas/trunk/gb.desktop/src/desktop.c gambas/trunk/gb.desktop/src/gb.desktop/.info gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.desktop/src/gb.desktop/Desktop.class gambas/trunk/gb.desktop/src/gb.desktop/Main.module gambas/trunk/gb.desktop/src/gb.desktop/_DesktopScreenSaver.class gambas/trunk/gb.desktop/src/x11.c gambas/trunk/gb.desktop/src/x11.h gambas/trunk/gb.gtk/src/CDraw.cpp gambas/trunk/gb.gtk/src/CScreen.cpp gambas/trunk/gb.gtk/src/CTreeView.cpp gambas/trunk/gb.gtk/src/CWatcher.cpp gambas/trunk/gb.gtk/src/CWidget.cpp gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gdraw.cpp gambas/trunk/gb.gtk/src/gplugin.h gambas/trunk/gb.gtk/src/gsplitter.cpp gambas/trunk/gb.gtk/src/gsplitter.h gambas/trunk/gb.qt/src/CDraw.cpp gambas/trunk/gb.qt/src/CEmbedder.cpp gambas/trunk/gb.qt/src/CImage.cpp gambas/trunk/gb.qt/src/CScreen.cpp gambas/trunk/gb.qt/src/CWidget.cpp gambas/trunk/gb.qt/src/ext/CDraw.cpp gambas/trunk/gb.qt/src/ext/gdocument.cpp gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/gb.qt/src/share/CControl_desc.h gambas/trunk/main/configure.ac gambas/trunk/main/gbc/gbi.c gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/lib/draw/CDraw.c gambas/trunk/main/lib/draw/gb.draw.h gambas/trunk/main/share/gambas.h gambas/trunk/main/share/gb_component.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |