[Gambas-devel-svn] SF.net SVN: gambas: [1292] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-04-05 13:06:15
|
Revision: 1292 http://gambas.svn.sourceforge.net/gambas/?rev=1292&view=rev Author: gambas Date: 2008-04-05 06:06:08 -0700 (Sat, 05 Apr 2008) Log Message: ----------- [CONFIGURATION] * NEW: Add "-O1" optimization flag to the linker, and the "-z defs" flag that should make it warn then an undefined imported symbol is found. [WIKI CGI SCRIPT] * NEW: Adds a switch to display 2.0 or 3.0 symbols in the component help pages. [INTERPRETER] * BUG: The binary and hexadecimal numbers with a '&' suffix are now correctly extended to a Long unsigned constant if needed. [GB.DESKTOP] * NEW: DesktopWatcher is a new class that watch property and dimension changes on the root window or any other window. * NEW: Desktop.Windows returns a pseudo-collection of all top-level windows. * NEW: DesktopWindow is a class that represents one specific top-level window. * NEW: Desktop.ActiveWindow returns the id of the current active top-level window. * NEW: Desktop.Showing returns or sets if the "show desktop" button is active. * NEW: Desktop.Current returns or sets the index of the current active virtual desktop. * NEW: Desktop.Count returns the number of virtual desktops. * NEW: Desktop[Index] returns a virtual object that represents a virtual desktop. [GB.EVAL] * BUG: The long binary and hexadecimal numbers are correctly interpreted now. * BUG: Remove an apparently useless line of code that made the highlighter sometimes crash! [GB.QT.EXT] * BUG: The editor selection background is now drawn on top of the possible text background. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/acinclude.m4 gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.lang/fr.po gambas/trunk/app/src/doc.cgi/.project gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/gb.desktop/src/Makefile.am gambas/trunk/gb.desktop/src/desktop.c gambas/trunk/gb.desktop/src/desktop.h gambas/trunk/gb.desktop/src/gb.desktop/.info gambas/trunk/gb.desktop/src/gb.desktop/.list 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/main.c gambas/trunk/gb.desktop/src/x11.c gambas/trunk/gb.desktop/src/x11.h gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/gb.qt/src/ext/gview.h gambas/trunk/help/help/style.css gambas/trunk/main/gbx/gbx_number.c gambas/trunk/main/lib/eval/eval_analyze.c gambas/trunk/main/lib/eval/eval_trans_expr.c Added Paths: ----------- gambas/trunk/gb.desktop/gb_list.h gambas/trunk/gb.desktop/gb_list_temp.h gambas/trunk/gb.desktop/src/gb.desktop/Atom.class gambas/trunk/gb.desktop/src/gb.desktop/DesktopWindow.class gambas/trunk/gb.desktop/src/gb.desktop/_DesktopVirtual.class gambas/trunk/gb.desktop/src/gb.desktop/_DesktopWindows.class gambas/trunk/gb.desktop/src/gb_list.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |