gambas-devel-svn Mailing List for Gambas (Page 14)
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...> - 2016-07-23 09:37:40
|
Revision: 7830 http://sourceforge.net/p/gambas/code/7830 Author: gambas Date: 2016-07-23 09:37:38 +0000 (Sat, 23 Jul 2016) Log Message: ----------- [GB.GTK] * BUG: TextArea: Shortcuts that could modify the text are now disabled if the TextArea is read-only. [GB.GTK3] * BUG: TextArea: Shortcuts that could modify the text are now disabled if the TextArea is read-only. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gtextarea.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-22 22:12:38
|
Revision: 7829 http://sourceforge.net/p/gambas/code/7829 Author: gambas Date: 2016-07-22 22:12:35 +0000 (Fri, 22 Jul 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The run button has a pop-up menu button only if at least one argument list has been defined in the project properties. * NEW: Project property dialog: if the argument lists order changes, the current argument list index follows. [GB.FORM] * NEW: MenuButton: If no arrow is visible, and if no menu is defined, then the MenuButton raises the Click event. [GB.WEB] * NEW: Session.Type defines which kind of session store to use. At the moment, two are implemented. Session.File (the old one), and Session.Sqlite (based on a sqlite database). [GB.WEB.FORM] * BUG: Remove some debugging messages. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.src/Button/MenuButton.class gambas/trunk/comp/src/gb.web/.info gambas/trunk/comp/src/gb.web/.project gambas/trunk/comp/src/gb.web/.src/Main.module gambas/trunk/comp/src/gb.web/.src/Session.module gambas/trunk/comp/src/gb.web.form/.src/WebUploadArea.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/main/lib/db/gb.db/.settings Added Paths: ----------- gambas/trunk/comp/src/gb.web/.connection/ gambas/trunk/comp/src/gb.web/.src/FileSessionManager.class gambas/trunk/comp/src/gb.web/.src/SessionManager.class gambas/trunk/comp/src/gb.web/.src/SqliteSessionManager.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-22 20:37:06
|
Revision: 7828 http://sourceforge.net/p/gambas/code/7828 Author: gambas Date: 2016-07-22 20:37:04 +0000 (Fri, 22 Jul 2016) Log Message: ----------- [GB.SDL2] * BUG: Fix function name SDL_GetWindowID() in Window_Handle property. Modified Paths: -------------- gambas/trunk/gb.sdl2/src/c_window.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-21 02:21:39
|
Revision: 7827 http://sourceforge.net/p/gambas/code/7827 Author: gambas Date: 2016-07-21 02:21:37 +0000 (Thu, 21 Jul 2016) Log Message: ----------- [GB.WEB.FORM] * OPT: Store debugging flag in the session. * OPT: WebProgressBar: Optimize refresh. * BUG: WebTable: Fix column Expand property on Firefox. * BUG: WebUploadArea: Fix Enabled property. * BUG: WebUploadArea: Fix behaviour. * NEW: The dialog between the browser and the server is now serialized. It should fix many synchronisation problems when the user raises events too fast for the server. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebLabel.class gambas/trunk/comp/src/gb.web.form/.src/WebProgressBar.class gambas/trunk/comp/src/gb.web.form/.src/WebScrollView.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/.src/WebTimer.class gambas/trunk/comp/src/gb.web.form/.src/WebUploadArea.class gambas/trunk/comp/src/gb.web.form/.src/WebUploadButton.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/lib.js This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-18 03:26:07
|
Revision: 7826 http://sourceforge.net/p/gambas/code/7826 Author: gambas Date: 2016-07-18 03:26:05 +0000 (Mon, 18 Jul 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Project property dialog: Fix argument list editor layout. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/ArgListBox.class gambas/trunk/app/src/gambas3/.src/Project/ArgListEditor.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-18 03:02:04
|
Revision: 7825 http://sourceforge.net/p/gambas/code/7825 Author: gambas Date: 2016-07-18 03:01:59 +0000 (Mon, 18 Jul 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Project property dialog: New project arguments interface. * NEW: Debugger: The project arguments is now selectable with a popup menu. * BUG: Fix position history behaviour. [INTERPRETER] * NEW: Object.Type(), Object.Class() and Object.Is() now work with invalid objects. [GB.FORM] * NEW: Completion: Support for TextArea editor. * NEW: Completion: Editor property is now writable. * NEW: TableView: Raise a new Hide event when the editor is hidden. [GB.FORM.EDITOR] * NEW: TextEditor: CursorAt() is a new method that returns the cursor screen position from a line and a column. [GB.GTK] * NEW: TextBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: ComboBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: TextArea: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. [GB.GTK3] * NEW: TextBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: ComboBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: TextArea: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. [GB.GUI.BASE] * BUG: GridView: Newlines in cells with WordWrap property set are now taken into account correctly. [GB.QT4] * NEW: TextBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: ComboBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: TextArea: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. [GB.QT5] * NEW: TextBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: ComboBox: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. * NEW: TextArea: CursorAt() is a new method that returns the cursor screen position from a text position. The CursorPos property has been removed. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Debug/Design.module gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Completion.class gambas/trunk/comp/src/gb.form/.src/TableView.class gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/trunk/comp/src/gb.gui.base/.startup gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/gb.gtk/src/CTextArea.cpp gambas/trunk/gb.gtk/src/CTextBox.cpp gambas/trunk/gb.gtk/src/gtextarea.cpp gambas/trunk/gb.gtk/src/gtextarea.h gambas/trunk/gb.gtk/src/gtextbox.cpp gambas/trunk/gb.gtk/src/gtextbox.h gambas/trunk/gb.qt4/src/CTextArea.cpp gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/main/gbx/gbx_c_class.c Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Project/ArgListBox.class gambas/trunk/app/src/gambas3/.src/Project/ArgListEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-17 16:15:11
|
Revision: 7824 http://sourceforge.net/p/gambas/code/7824 Author: gambas Date: 2016-07-17 16:15:07 +0000 (Sun, 17 Jul 2016) Log Message: ----------- [GB.QT4] * NEW: TextBox, ComboBox and TextArea have a new CursorPos property that returns the screen position of the cursor relative to the control frame. [GB.QT5] * NEW: TextBox, ComboBox and TextArea have a new CursorPos property that returns the screen position of the cursor relative to the control frame. [GB.GTK] * NEW: TextBox, ComboBox and TextArea have a new CursorPos property that returns the screen position of the cursor relative to the control frame. [GB.GTK3] * NEW: TextBox, ComboBox and TextArea have a new CursorPos property that returns the screen position of the cursor relative to the control frame. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CTextArea.cpp gambas/trunk/gb.gtk/src/CTextBox.cpp gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gtextarea.cpp gambas/trunk/gb.gtk/src/gtextarea.h gambas/trunk/gb.gtk/src/gtextbox.cpp gambas/trunk/gb.gtk/src/gtextbox.h gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.gtk/src/main.h gambas/trunk/gb.qt4/src/CTextArea.cpp gambas/trunk/gb.qt4/src/CTextBox.cpp gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.qt4/src/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-16 18:31:23
|
Revision: 7823 http://sourceforge.net/p/gambas/code/7823 Author: gambas Date: 2016-07-16 18:31:21 +0000 (Sat, 16 Jul 2016) Log Message: ----------- [GB.GTK3] * BUG: Using colors with alpha component works correctly now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gtools.cpp gambas/trunk/gb.gtk/src/gtools.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-16 18:06:08
|
Revision: 7822 http://sourceforge.net/p/gambas/code/7822 Author: gambas Date: 2016-07-16 18:06:06 +0000 (Sat, 16 Jul 2016) Log Message: ----------- [GB.GTK3] * BUG: Remove debugging message. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcontrol.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-16 18:03:49
|
Revision: 7821 http://sourceforge.net/p/gambas/code/7821 Author: gambas Date: 2016-07-16 18:03:47 +0000 (Sat, 16 Jul 2016) Log Message: ----------- [GB.GTK3] * BUG: Background and Foreground colors should work as expected now. * BUG: SpinBox: Minimum width is a bit larger now. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gcombobox.cpp gambas/trunk/gb.gtk/src/gcombobox.h gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gframe.cpp gambas/trunk/gb.gtk/src/gframe.h gambas/trunk/gb.gtk/src/gspinbox.cpp gambas/trunk/gb.gtk/src/gtextarea.cpp gambas/trunk/gb.gtk/src/gtextarea.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-15 15:13:13
|
Revision: 7820 http://sourceforge.net/p/gambas/code/7820 Author: gambas Date: 2016-07-15 15:13:10 +0000 (Fri, 15 Jul 2016) Log Message: ----------- [CONFIGURATION] * NEW: Search libffi in more directories to find it on CentOS. [DEVELOPMENT ENVIRONMENT] * NEW: Mark PlaceHolder properties as translatable. * NEW: Make font smaller in autocompletion help. * BUG: Reset class symbol list everytime its source file is modified. * BUG: Form editor: Renaming a selected control does not crash anymore. * NEW: Custom drawing for WebButton controls. * NEW: Cleaning a project directory now deletes valgrind output files. * NEW: "--cleanup" is a new command-line option to clean a project directory. [GB.WEB.FORM] * NEW: Let the IDE draw WebButton controls. * NEW: Draw WebHtml controls using TextLabel. * NEW: Draw WebScrollView controls using ScrollView. Modified Paths: -------------- gambas/trunk/app/examples/Control/LCDLabel/.src/TimeBox.class gambas/trunk/app/examples/Control/TextEdit/.project gambas/trunk/app/examples/Multimedia/WebCam/.project gambas/trunk/app/src/gambas-wiki/.src/Main.module gambas/trunk/app/src/gambas3/.src/Component/CPropertyInfo.class gambas/trunk/app/src/gambas3/.src/Editor/CPosition.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FSignature.class gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FForm.class gambas/trunk/app/src/gambas3/.src/Family/CFamily.class gambas/trunk/app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class gambas/trunk/app/src/gambas3/.src/Help/HelpView.class gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/usage gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebButton.class gambas/trunk/comp/src/gb.web.form/.src/WebHtml.class gambas/trunk/comp/src/gb.web.form/.src/WebScrollView.class gambas/trunk/main/configure.ac gambas/trunk/missing This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-15 00:05:18
|
Revision: 7819 http://sourceforge.net/p/gambas/code/7819 Author: gambas Date: 2016-07-15 00:05:16 +0000 (Fri, 15 Jul 2016) Log Message: ----------- [GB.GTK] * BUG: Utility windows correctly take the focus when shown. [GB.GTK3] * BUG: Utility windows correctly take the focus when shown. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gmainwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-14 22:20:39
|
Revision: 7818 http://sourceforge.net/p/gambas/code/7818 Author: gambas Date: 2016-07-14 22:20:37 +0000 (Thu, 14 Jul 2016) Log Message: ----------- [GB.GTK3] * BUG: Background and Foreground colors should work better with most of the controls. Modified Paths: -------------- gambas/trunk/gb.gtk/src/gtextarea.cpp gambas/trunk/gb.gtk/src/gtools.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-14 19:42:31
|
Revision: 7817 http://sourceforge.net/p/gambas/code/7817 Author: gambas Date: 2016-07-14 19:42:25 +0000 (Thu, 14 Jul 2016) Log Message: ----------- [GB.FORM] * BUG: ColorChooser: Use a different layout so that the control is usable with GTK+3. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Color/FColorChooser.class gambas/trunk/comp/src/gb.form/.src/Color/FColorChooser.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-14 15:10:31
|
Revision: 7816 http://sourceforge.net/p/gambas/code/7816 Author: gambas Date: 2016-07-14 15:10:29 +0000 (Thu, 14 Jul 2016) Log Message: ----------- [GB.WEB.FORM] * NEW: WebComboBox: Activate is a new event that is raised when the user hits the ENTER key in an editable combo-box. * NEW: WebComboBox: PlaceHolder is a new property that allows to define the placeholder text displayed inside the editable combo-box when it is void. * OPT: WebComboBox: Optimize the Text property refresh. * OPT: WebControl: Optimize the Visible property refresh. * BUG: WebForm.AddJavascriptFile() now works correctly. * NEW: WebTable: ShowHeader is a new property tha t allows to hide the table header. * NEW: WebTextArea: PlaceHolder is a new property that allows to define the placeholder text displayed inside the text area when it is void. * NEW: WebTextBox: Activate is a new event that is raised when the user hits the ENTER key in the text box. * NEW: WebTextBox: PlaceHolder is a new property that allows to define the placeholder text displayed inside the text box when it is void. * OPT: WebTextBox: Optimize the Text property refresh. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTextArea.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-11 16:12:42
|
Revision: 7815 http://sourceforge.net/p/gambas/code/7815 Author: gambas Date: 2016-07-11 16:12:40 +0000 (Mon, 11 Jul 2016) Log Message: ----------- [GB.QT4] * BUG: Fix Style.FrameWidth and Style.BoxFrameWidth for Breeze style. * BUG: Fix Window Close event signature. [GB.QT5] * BUG: Fix Style.FrameWidth and Style.BoxFrameWidth for Breeze style. * BUG: Fix Window Close event signature. [GB.GTK] * BUG: Fix Window Close event signature. [GB.GTK3] * BUG: Fix Window Close event signature. Modified Paths: -------------- gambas/trunk/gb.gtk/src/CWindow.cpp gambas/trunk/gb.gtk/src/gapplication.cpp gambas/trunk/gb.qt4/src/CStyle.cpp gambas/trunk/gb.qt4/src/CWindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-10 16:43:54
|
Revision: 7814 http://sourceforge.net/p/gambas/code/7814 Author: gambas Date: 2016-07-10 16:43:52 +0000 (Sun, 10 Jul 2016) Log Message: ----------- [GB.FORM] * BUG: SpinBar: Take Enabled and Design properties into account. * NEW: SpinBar: Add the Border property. * BUG: SpinBar: Fix many layout problems. * NEW: SpinBar: Draw SpinBar border using style. * BUG: SpinBar: Handle font changes. Modified Paths: -------------- gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/SpinBar/SpinBar.class gambas/trunk/comp/src/gb.form/.src/Test/FSpinBar.class gambas/trunk/comp/src/gb.form/.src/Test/FSpinBar.form gambas/trunk/comp/src/gb.form/.src/Test/FSwitchButton.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-10 02:09:58
|
Revision: 7813 http://sourceforge.net/p/gambas/code/7813 Author: gambas Date: 2016-07-10 02:09:55 +0000 (Sun, 10 Jul 2016) Log Message: ----------- [GB.IMAGE] * BUG: ImageStat() now return the correct dimenstions of JPEG images. Modified Paths: -------------- gambas/trunk/main/lib/image/image_stat.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-08 16:09:39
|
Revision: 7812 http://sourceforge.net/p/gambas/code/7812 Author: gambas Date: 2016-07-08 16:09:37 +0000 (Fri, 08 Jul 2016) Log Message: ----------- [GB.GUI.BASE] * BUG: GridView: Take Foreground property into account. Modified Paths: -------------- gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.gui.base/.src/Test/FGridView.form gambas/trunk/comp/src/gb.gui.base/.src/Test/FListBox.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-07 22:51:03
|
Revision: 7811 http://sourceforge.net/p/gambas/code/7811 Author: gambas Date: 2016-07-07 22:51:00 +0000 (Thu, 07 Jul 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: WebTextBox: Report the Text property to the server when the control has lost the focus. * BUG: WebComboBox: Report the Text property to the server when the control has lost the focus. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebComboBox.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-07 22:38:21
|
Revision: 7810 http://sourceforge.net/p/gambas/code/7810 Author: gambas Date: 2016-07-07 22:38:19 +0000 (Thu, 07 Jul 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: Setting focus on unknown elements is now silently ignored. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/lib.js This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-07 22:27:44
|
Revision: 7809 http://sourceforge.net/p/gambas/code/7809 Author: gambas Date: 2016-07-07 22:27:42 +0000 (Thu, 07 Jul 2016) Log Message: ----------- [GB.WEB.FORM] * BUG: Don't try to refresh controls that are hidden. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.src/WebControl.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-07 21:53:04
|
Revision: 7808 http://sourceforge.net/p/gambas/code/7808 Author: gambas Date: 2016-07-07 21:52:59 +0000 (Thu, 07 Jul 2016) Log Message: ----------- [GB.WEB.FORM] * OPT: WebContainer: optimisation of element insertion and deletion. * BUG: WebLabel: Text contents is now kept on one line and cut. * OPT: WebLabel: The Text property only refreshed the labels contents. * NEW: WebControl: Dialog is a new event raised when a window opened with ShowModal() is closed. * NEW: WebControl: SetFocus() method now takes an optional boolean argument that tells to highlight the focused control. * NEW: The "/~dump" URL dumps the current session contents. * NEW: Errors are now displayed in an alert box inside the browser. * NEW: WebTable: The DblClick event is raised when clicking twice on a row. * OPT: WebTable: Selecting a row now is faster, as it does not refresh the entire table anymore. * NEW: WebTable: The Current property returns or sets the current selected row. * BUG: WebTable: The Columns[].Wrap property now works as expected. * NEW: WebTextBox: The Clear() method clears the text box contents. * NEW: WebWindow: The Close() method now takes an optional argument that is sent to the Dialog event raise after the window has been closed, provided it has been shown modal. * BUG: Focus should be correctly restored in all cases when a modal dialog is closed. Modified Paths: -------------- gambas/trunk/comp/src/gb.web.form/.info gambas/trunk/comp/src/gb.web.form/.src/Main.module gambas/trunk/comp/src/gb.web.form/.src/Message/Message.class gambas/trunk/comp/src/gb.web.form/.src/WebContainer.class gambas/trunk/comp/src/gb.web.form/.src/WebControl.class gambas/trunk/comp/src/gb.web.form/.src/WebForm.class gambas/trunk/comp/src/gb.web.form/.src/WebLabel.class gambas/trunk/comp/src/gb.web.form/.src/WebScrollView.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTable.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/WebTableSelection.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumn.class gambas/trunk/comp/src/gb.web.form/.src/WebTable/_WebTableColumns.class gambas/trunk/comp/src/gb.web.form/.src/WebTextBox.class gambas/trunk/comp/src/gb.web.form/.src/WebTimer.class gambas/trunk/comp/src/gb.web.form/.src/WebWindow.class gambas/trunk/comp/src/gb.web.form/lib.js gambas/trunk/comp/src/gb.web.form/style.css Added Paths: ----------- gambas/trunk/comp/src/gb.web.form/.hidden/Uncompressed/style.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-07-07 08:50:36
|
Revision: 7807 http://sourceforge.net/p/gambas/code/7807 Author: gambas Date: 2016-07-07 08:50:33 +0000 (Thu, 07 Jul 2016) Log Message: ----------- [INTERPRETER] * BUG: The error backtrace is now reset only when raising a new error. Consequently, the information is now kept when an error is propagated. Modified Paths: -------------- gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gb_error.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2016-06-30 16:06:26
|
Revision: 7806 http://sourceforge.net/p/gambas/code/7806 Author: tobiasboe Date: 2016-06-30 16:06:24 +0000 (Thu, 30 Jun 2016) Log Message: ----------- [GB.OPENSSL] * NEW: Forward-compatibility with OpenSSL 1.1 (hopefully) (Bug #958). * BUG: Clear buffers on stack before passing them to OpenSSL. * BUG: Terminate return value of .Cipher.Method.Decrypt() properly. Modified Paths: -------------- gambas/trunk/gb.openssl/src/c_cipher.c gambas/trunk/gb.openssl/src/c_digest.c gambas/trunk/gb.openssl/src/c_hmac.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |