gambas-devel-svn Mailing List for Gambas (Page 275)
Brought to you by:
gambas
This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(20) |
Oct
(61) |
Nov
(35) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(27) |
Feb
(24) |
Mar
(13) |
Apr
(95) |
May
(58) |
Jun
(27) |
Jul
(52) |
Aug
(60) |
Sep
(134) |
Oct
(118) |
Nov
(55) |
Dec
(52) |
2008 |
Jan
(149) |
Feb
(73) |
Mar
(152) |
Apr
(68) |
May
(51) |
Jun
(44) |
Jul
(47) |
Aug
(44) |
Sep
(82) |
Oct
(48) |
Nov
(54) |
Dec
(41) |
2009 |
Jan
(82) |
Feb
(48) |
Mar
(30) |
Apr
(21) |
May
(51) |
Jun
(68) |
Jul
(142) |
Aug
(96) |
Sep
(76) |
Oct
(29) |
Nov
(52) |
Dec
(126) |
2010 |
Jan
(73) |
Feb
(77) |
Mar
(120) |
Apr
(79) |
May
(58) |
Jun
(39) |
Jul
(58) |
Aug
(91) |
Sep
(74) |
Oct
(26) |
Nov
(67) |
Dec
(77) |
2011 |
Jan
(110) |
Feb
(100) |
Mar
(85) |
Apr
(107) |
May
(48) |
Jun
(43) |
Jul
(47) |
Aug
(112) |
Sep
(96) |
Oct
(62) |
Nov
(36) |
Dec
(125) |
2012 |
Jan
(54) |
Feb
(75) |
Mar
(65) |
Apr
(117) |
May
(95) |
Jun
(82) |
Jul
(128) |
Aug
(104) |
Sep
(111) |
Oct
(48) |
Nov
(141) |
Dec
(72) |
2013 |
Jan
(50) |
Feb
(36) |
Mar
(40) |
Apr
(23) |
May
(59) |
Jun
(30) |
Jul
(50) |
Aug
(55) |
Sep
(41) |
Oct
(56) |
Nov
(55) |
Dec
(70) |
2014 |
Jan
(72) |
Feb
(71) |
Mar
(31) |
Apr
(31) |
May
(47) |
Jun
(59) |
Jul
(51) |
Aug
(33) |
Sep
(76) |
Oct
(85) |
Nov
(91) |
Dec
(91) |
2015 |
Jan
(88) |
Feb
(42) |
Mar
(97) |
Apr
(31) |
May
(60) |
Jun
(52) |
Jul
(45) |
Aug
(54) |
Sep
(116) |
Oct
(65) |
Nov
(56) |
Dec
(46) |
2016 |
Jan
(48) |
Feb
(25) |
Mar
(87) |
Apr
(47) |
May
(46) |
Jun
(12) |
Jul
(24) |
Aug
(53) |
Sep
(35) |
Oct
(32) |
Nov
(55) |
Dec
(29) |
2017 |
Jan
(41) |
Feb
(13) |
Mar
(7) |
Apr
(17) |
May
(10) |
Jun
(7) |
Jul
(23) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <ga...@us...> - 2008-04-05 16:11:00
|
Revision: 1295 http://gambas.svn.sourceforge.net/gambas/?rev=1295&view=rev Author: gambas Date: 2008-04-05 09:11:05 -0700 (Sat, 05 Apr 2008) Log Message: ----------- [GB.DESKTOP] * BUG: Fix the include symbolic links. Modified Paths: -------------- gambas/trunk/gb.desktop/gb_list.h gambas/trunk/gb.desktop/gb_list_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-05 15:12:37
|
Revision: 1294 http://gambas.svn.sourceforge.net/gambas/?rev=1294&view=rev Author: gambas Date: 2008-04-05 08:12:43 -0700 (Sat, 05 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The auto-completion of a child class now is correctly updated if its parent class is modified. Modified Paths: -------------- gambas/trunk/app/src/gambas3/CComponent.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-05 15:10:47
|
Revision: 1293 http://gambas.svn.sourceforge.net/gambas/?rev=1293&view=rev Author: gambas Date: 2008-04-05 08:10:52 -0700 (Sat, 05 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The auto-completion of a child class now is correctly updated if its parent class is modified. [GB.EVAL] * BUG: Remove an apparently useless line of code that made the highlighter sometimes crash! Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/CComponent.class gambas/branches/2.0/main/lib/eval/eval_analyze.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <ga...@us...> - 2008-04-03 23:00:34
|
Revision: 1291 http://gambas.svn.sourceforge.net/gambas/?rev=1291&view=rev Author: gambas Date: 2008-04-03 16:00:41 -0700 (Thu, 03 Apr 2008) Log Message: ----------- [HELP] * NEW: Help was updated again. Modified Paths: -------------- gambas/branches/2.0/help/help/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-03 23:00:28
|
Revision: 1290 http://gambas.svn.sourceforge.net/gambas/?rev=1290&view=rev Author: gambas Date: 2008-04-03 16:00:34 -0700 (Thu, 03 Apr 2008) Log Message: ----------- [HELP] * NEW: Help was updated again. Modified Paths: -------------- gambas/tags/2.5/help/help/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-03 22:56:44
|
Revision: 1289 http://gambas.svn.sourceforge.net/gambas/?rev=1289&view=rev Author: gambas Date: 2008-04-03 15:56:48 -0700 (Thu, 03 Apr 2008) Log Message: ----------- [HELP] * NEW: Help was updated. Modified Paths: -------------- gambas/tags/2.5/help/help/help.tar.gz gambas/tags/2.5/help/help/tree/tree.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-03 22:55:21
|
Revision: 1288 http://gambas.svn.sourceforge.net/gambas/?rev=1288&view=rev Author: gambas Date: 2008-04-03 15:55:27 -0700 (Thu, 03 Apr 2008) Log Message: ----------- [HELP] * NEW: Help was updated. Modified Paths: -------------- gambas/branches/2.0/help/help/help.tar.gz gambas/branches/2.0/help/help/tree/tree.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ld...@us...> - 2008-04-03 17:51:23
|
Revision: 1287 http://gambas.svn.sourceforge.net/gambas/?rev=1287&view=rev Author: ldnp Date: 2008-04-03 10:51:29 -0700 (Thu, 03 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Swedish translation updated. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/sv.mo gambas/trunk/app/src/gambas3/.lang/sv.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-03 15:07:40
|
Revision: 1286 http://gambas.svn.sourceforge.net/gambas/?rev=1286&view=rev Author: gambas Date: 2008-04-03 08:07:34 -0700 (Thu, 03 Apr 2008) Log Message: ----------- * 2.5 tag. Added Paths: ----------- gambas/tags/2.5/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-03 15:04:29
|
Revision: 1285 http://gambas.svn.sourceforge.net/gambas/?rev=1285&view=rev Author: gambas Date: 2008-04-03 08:04:30 -0700 (Thu, 03 Apr 2008) Log Message: ----------- * ChangeLog update. Modified Paths: -------------- gambas/branches/2.0/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-03 14:51:12
|
Revision: 1284 http://gambas.svn.sourceforge.net/gambas/?rev=1284&view=rev Author: gambas Date: 2008-04-03 07:51:16 -0700 (Thu, 03 Apr 2008) Log Message: ----------- [GB.FORM] * NEW: The ColorChooser text box that display the hexadecimal value of the color is now editable. Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.form/.lang/.pot gambas/branches/2.0/comp/src/gb.form/FColorChooser.class gambas/branches/2.0/comp/src/gb.form/FColorChooser.form gambas/branches/2.0/comp/src/gb.form/FMain.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-03 11:29:37
|
Revision: 1283 http://gambas.svn.sourceforge.net/gambas/?rev=1283&view=rev Author: gambas Date: 2008-04-03 04:29:41 -0700 (Thu, 03 Apr 2008) Log Message: ----------- [INTERPRETER] * BUG: The binary and hexadecimal numbers with a '&' suffix are now correctly extended to a Long unsigned constant if needed. [GB.EVAL] * BUG: The long binary and hexadecimal numbers are correctly interpreted now. [GB.FORM] * NEW: The Space key now raises the Activate event in the DateChooser control. [GB.SETTINGS] * BUG: Settings.Read() and Settings.Write() now use the Window class of the specified control, not the TopLevel window, which may not necessarily exist anymore. Modified Paths: -------------- gambas/branches/2.0/app/src/doc.cgi/.lang/.pot gambas/branches/2.0/app/src/doc.cgi/Main.module gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/FDebugInfo.class gambas/branches/2.0/app/src/gambas2/FMain.class gambas/branches/2.0/comp/src/gb.form/.lang/.pot gambas/branches/2.0/comp/src/gb.form/FCalendar.class gambas/branches/2.0/comp/src/gb.form/FMain.class gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/comp/src/gb.settings/.project gambas/branches/2.0/comp/src/gb.settings/Settings.class gambas/branches/2.0/gb.qt/gb.qt.am gambas/branches/2.0/main/gbx/gbx_number.c gambas/branches/2.0/main/lib/eval/eval_trans_expr.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-02 01:15:28
|
Revision: 1282 http://gambas.svn.sourceforge.net/gambas/?rev=1282&view=rev Author: gambas Date: 2008-04-01 18:15:31 -0700 (Tue, 01 Apr 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The "Show help property" option works correctly now. * BUG: The splitter position of the debug window is correctly restored now. [GB.DESKTOP] * NEW: Many methods for dealing with windows properties, for watching them, for watching window changes... All are defined in the internal _Desktop class. They won't be public. [GB.FORM] * NEW: The Space key now raises the Activate event in the DateChooser control. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/gambas3/FDebugInfo.class gambas/trunk/app/src/gambas3/FOption.class gambas/trunk/app/src/gambas3/FProperty.class gambas/trunk/comp/src/gb.form/.lang/.pot gambas/trunk/comp/src/gb.form/FCalendar.class gambas/trunk/gb.desktop/src/desktop.c gambas/trunk/gb.desktop/src/gb.desktop/.component gambas/trunk/gb.desktop/src/gb.desktop/.icon.png gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.desktop/src/gb.desktop/.settings gambas/trunk/gb.desktop/src/gb.desktop/Main.module gambas/trunk/gb.desktop/src/x11.c gambas/trunk/gb.desktop/src/x11.h gambas/trunk/gb.qt/src/main.cpp gambas/trunk/main/configure.ac gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/share/gambas.h Added Paths: ----------- gambas/trunk/gb.desktop/src/gb.desktop/Form1.class gambas/trunk/gb.desktop/src/gb.desktop/Form1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-04-01 19:53:33
|
Revision: 1281 http://gambas.svn.sourceforge.net/gambas/?rev=1281&view=rev Author: lordheavy Date: 2008-04-01 12:52:24 -0700 (Tue, 01 Apr 2008) Log Message: ----------- [GB.QT] * BUG: Add x11 include path through GB_CHECK_XWINDOW macro. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 gambas/branches/2.0/gb.qt/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-04-01 19:03:55
|
Revision: 1280 http://gambas.svn.sourceforge.net/gambas/?rev=1280&view=rev Author: lordheavy Date: 2008-04-01 12:03:57 -0700 (Tue, 01 Apr 2008) Log Message: ----------- [GB.QT] * BUG: Include path check for X11 include files. This fix building in openBSD Now binary part of qt component is building fine, the gambas part doesn't yet :-( Modified Paths: -------------- gambas/branches/2.0/gb.qt/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-04-01 14:38:00
|
Revision: 1279 http://gambas.svn.sourceforge.net/gambas/?rev=1279&view=rev Author: lordheavy Date: 2008-04-01 07:37:25 -0700 (Tue, 01 Apr 2008) Log Message: ----------- [GB.QT] * BUG: Fix automake warning. Should fix building when GNU/make isn't available. Modified Paths: -------------- gambas/branches/2.0/gb.qt/gb.qt.am gambas/branches/2.0/gb.qt/src/Makefile.am gambas/branches/2.0/gb.qt/src/ext/Makefile.am gambas/branches/2.0/gb.qt/src/opengl/Makefile.am gambas/branches/2.0/gb.qt.kde/src/Makefile.am gambas/branches/2.0/gb.qt.kde/src/html/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-01 13:46:57
|
Revision: 1278 http://gambas.svn.sourceforge.net/gambas/?rev=1278&view=rev Author: gambas Date: 2008-04-01 06:46:28 -0700 (Tue, 01 Apr 2008) Log Message: ----------- [CONFIGURATION] * BUG: Adds /usr/local/lib/include as include search path for libffi. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/FSignature.class gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/gb.gtk/src/gdraw.cpp gambas/branches/2.0/gb.gtk/src/gsplitter.cpp gambas/branches/2.0/main/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-31 22:29:19
|
Revision: 1277 http://gambas.svn.sourceforge.net/gambas/?rev=1277&view=rev Author: gambas Date: 2008-03-31 15:29:17 -0700 (Mon, 31 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix the automatic completion behaviour with the backspace key. Modified Paths: -------------- gambas/trunk/app/src/gambas3/FCompletion.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <ga...@us...> - 2008-03-31 01:26:36
|
Revision: 1275 http://gambas.svn.sourceforge.net/gambas/?rev=1275&view=rev Author: gambas Date: 2008-03-30 18:26:41 -0700 (Sun, 30 Mar 2008) Log Message: ----------- [GB.GTK] * BUG: Splitter correctly handle the visibility of its children now. Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/gb.gtk/src/gsplitter.cpp gambas/branches/2.0/gb.gtk/src/gsplitter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-30 22:43:57
|
Revision: 1274 http://gambas.svn.sourceforge.net/gambas/?rev=1274&view=rev Author: gambas Date: 2008-03-30 15:44:02 -0700 (Sun, 30 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Saving the entire project does not reset the highlighting of the modified lines anymore. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/FMain.class gambas/branches/2.0/app/src/gambas2/FSignature.class gambas/branches/2.0/app/src/gambas2/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-30 22:36:02
|
Revision: 1273 http://gambas.svn.sourceforge.net/gambas/?rev=1273&view=rev Author: gambas Date: 2008-03-30 15:35:56 -0700 (Sun, 30 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Auto-completion and function signature are displayed at the right position now, when the editor has been split. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/FCompletion.class gambas/branches/2.0/app/src/gambas2/FSignature.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-30 22:27:28
|
Revision: 1272 http://gambas.svn.sourceforge.net/gambas/?rev=1272&view=rev Author: gambas Date: 2008-03-30 15:27:33 -0700 (Sun, 30 Mar 2008) Log Message: ----------- [GB.GTK] * BUG: Removes another warning message. Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/CWatcher.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-30 22:25:49
|
Revision: 1271 http://gambas.svn.sourceforge.net/gambas/?rev=1271&view=rev Author: gambas Date: 2008-03-30 15:25:51 -0700 (Sun, 30 Mar 2008) Log Message: ----------- [GB.QT] * BUG: Removes a debugging message. Modified Paths: -------------- gambas/branches/2.0/gb.qt/src/CContainer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |