Commits on Source (55)
-
Benoît Minisini authored
[GB.WEB.GUI] * BUG: WebTable: Fix a javascript error when using single mode and radio buttons.
-
Benoît Minisini authored
[GB.WEB.GUI] * BUG: The background color of a selected row now overrides the background color of its cells. * BUG: WebTable: Use white text for the index column of selected rows.
-
Benoît Minisini authored
Fix how MediaPipeline duration is retrieved. Now the duration is actually available when the 'Duration' event is raised. [GB.MEDIA] * BUG: Fix how MediaPipeline duration is retrieved. Now the duration is actually available when the 'Duration' event is raised.
-
Benoît Minisini authored
[GB.QT4] * BUG: Menu: Setting the 'Picture' property of a top-level menu has no effect anymore. [GB.QT5] * BUG: Menu: Setting the 'Picture' property of a top-level menu has no effect anymore.
-
Benoît Minisini authored
* BUG: Update e-mail address in 'version.m4'.
-
Benoît Minisini authored
[INTERPRETER] * BUG: Forked processes now use fast exit, to avoir a possible crash.
-
Benoît Minisini authored
[GB.DEBUG] * BUG: Make the debugger more robust when writing on a fifo fails. Reopen the fifo if needed.
-
Benoît Minisini authored
Desktop directory icons initialisation does not crash anymore if a specific desktop directory does not exist. [GB.FORM] * BUG: Desktop directory icons initialisation does not crash anymore if a specific desktop directory does not exist.
-
Benoît Minisini authored
Take void messages into account. Disable GLib warnings so that 'GValueArray' properties are correctly handled again. [GB.MEDIA] * BUG: MediaMessage: Take void messages into account. * BUG: Disable GLib warnings so that 'GValueArray' properties are correctly handled again.
-
Benoît Minisini authored
[GB.MEDIA] * BUG: MediaControl: 'LinkLaterTo()' method should now be reliable when called multiple times.
-
Benoît Minisini authored
Check that we are a UserControl when calling its special event handlers, because the MyContainer class is also used by the Form container. [GB.QT4] * BUG: Check that we are a UserControl when calling its special event handlers, because the MyContainer class is also used by the Form container. [GB.QT5] * BUG: Check that we are a UserControl when calling its special event handlers, because the MyContainer class is also used by the Form container.
-
Benoît Minisini authored
[GB.GUI.BASE] * BUG: TreeView: Make the Item property always available during the Click event handler.
-
[GB.FORM.EDITOR] * BUG: fix TextEditor triggering KeyPress event twice by always using Stop Event
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * BUG: Edited files will not remain locked anymore after the debugger stops.
-
Benoît Minisini authored
[ARCHIVER] * BUG: Handle hidden files only in the project root directory. * NEW: Add a '-p' option to ignore the '.public' directory.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * NEW: Debugger: The titles of the variable tree now expand on click.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * NEW: Make executable dialog: Add an option to ignore the 'Public' project directory.
-
Benoît Minisini authored
[ARCHIVER] * BUG: Make code compile on older versions of gcc.
-
Benoît Minisini authored
[GB.MIME] * BUG: MimeMessage: The 'Sender' property does not crash anymore when the sender is void. * NEW: MimeMessage: Use a different API for retrieving the message sender.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Stopping the debugger now kills the debugged process in external debugging mode.
-
Benoît Minisini authored
[GB.WEB.GUI] * BUG: Control refresh done by javascript is now correctly cancelled when the Refresh() method is called.
-
Benoît Minisini authored
Giving a source directory the same name as a form does not hide its contents anymore, when the "Display form class files" option is toggled. [DEVELOPMENT ENVIRONMENT] * BUG: Giving a source directory the same name as a form does not hide its contents anymore, when the "Display form class files" option is toggled.
-
Benoît Minisini authored
Debugger: Stopping the debugger now kills the debugged process in external debugging mode without crashing if the debugged process does not exist anymore. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Stopping the debugger now kills the debugged process in external debugging mode without crashing if the debugged process does not exist anymore.
-
Benoît Minisini authored
Automatically enable the "Use HTTP server" debugging option when the 'gb.web.gui' component is used. [DEVELOPMENT ENVIRONMENT] * NEW: Automatically enable the "Use HTTP server" debugging option when the 'gb.web.gui' component is used.
-
Benoît Minisini authored
[GB.GTK] * BUG: Menu: Setting the 'Radio' or the 'Toggle' property now correctly keep the 'Enabled' state. [GB.GTK3] * BUG: Menu: Setting the 'Radio' or the 'Toggle' property now correctly keep the 'Enabled' state.
-
Benoît Minisini authored
[GB.IMAGE.EFFECT] * BUG: Make Image.Invert() compatible with the method with the same name in 'gb.image'.
-
Benoît Minisini authored
[GB.IMAGE] * NEW: Add an API that inverts an image for the 'gb.image.effect' component.
-
Benoît Minisini authored
The support for external debugging now uses the project name, not the executable name, which may be different. [INTERPRETER] * BUG: The support for external debugging now uses the project name stored in the '.startup' file, not the executable name, which may be different. [COMPILER] * NEW: Write the name of the project in the '.startup' file.
-
Benoît Minisini authored
[GB.FORM] * NEW: SwitchButton: Change the way it is drawn, so that it's a bit more "readable".
-
Benoît Minisini authored
[GB.GTK] * NEW: UserControl: Special event handlers can be declared indepently. Declaring 'UserControl_Draw' is not required anymore. * NEW: UserContainer now can declare the same special event handlers as UserControl. [GB.GTK3] * NEW: UserControl: Special event handlers can be declared indepently. Declaring 'UserControl_Draw' is not required anymore. * NEW: UserContainer now can declare the same special event handlers as UserControl. [GB.QT4] * NEW: UserControl: Special event handlers can be declared indepently. Declaring 'UserControl_Draw' is not required anymore. * NEW: UserContainer now can declare the same special event handlers as UserControl. [GB.QT5] * NEW: UserControl: Special event handlers can be declared indepently. Declaring 'UserControl_Draw' is not required anymore. * NEW: UserContainer now can declare the same special event handlers as UserControl.
-
Benoît Minisini authored
ScrollArea: Implement the Border property with the new 'UserContainer_Draw' special event handler, so that DnD is not broken on GTK+2. [GB.GUI.BASE] * NEW: ScrollArea: Implement the Border property with the new 'UserContainer_Draw' special event handler, so that DnD is not broken on GTK+2.
-
Benoît Minisini authored
[GB.FORM] * NEW: SwitchButton: Little enhancements in the drawing routine.
-
Benoît Minisini authored
[GB.GTK] * BUG: Do not mix arrangement flags and user control flag in the Container implementation. [GB.GTK3] * BUG: Do not mix arrangement flags and user control flag in the Container implementation. [GB.QT4] * BUG: Do not mix arrangement flags and user control flag in the Container implementation. [GB.QT5] * BUG: Do not mix arrangement flags and user control flag in the Container implementation.
-
Benoît Minisini authored
Sending a void line to the debugger repeats the last command only if the debugger is run from the command line. [GB.DEBUG] * NEW: If the 'GB_DEBUG_DEBUG' environment variable is '1', then a message is printed each time the debugger fifo fails and must be reopened. * NEW: Sending a void line to the debugger repeats the last command only if the debugger is run from the command line.
-
Benoît Minisini authored
FileView: Do not disable the file watch when the control is hidden, but when the control is detached from its parent. [GB.FORM] * BUG: FileView: Do not disable the file watch when the control is hidden, but when the control is detached from its parent.
-
Benoît Minisini authored
Project browser: The 'Open', 'Open with', 'Properties' and 'Version control' popup menu actions now work as expected. [DEVELOPMENT ENVIRONMENT] * BUG: Project browser: The 'Open', 'Open with', 'Properties' and 'Version control' popup menu actions now work as expected.
-
Benoît Minisini authored
[GB.GTK] * NEW: The 'Drop' property of editing controls (TextBox, TextArea...) is now TRUE by default. [GB.GTK3] * NEW: The 'Drop' property of editing controls (TextBox, TextArea...) is now TRUE by default. [GB.QT4] * NEW: The 'Drop' property of editing controls (TextBox, TextArea...) is now TRUE by default. [GB.QT5] * NEW: The 'Drop' property of editing controls (TextBox, TextArea...) is now TRUE by default.
-
Benoît Minisini authored
WebComboBox: In read-only mode, ensure that no item is selected if the 'Index' property is negative. [GB.WEB.GUI] * BUG: WebComboBox: In read-only mode, ensure that no item is selected if the 'Index' property is negative.
-
Benoît Minisini authored
[INTERPRETER] * NEW: Add implicit conversion of Boolean, Byte and Short values into Pointer.
-
Benoît Minisini authored
[INTERPRETER] * BUG: Fix a test that leads to a crash when gcc optimizations are enabled.
-
Benoît Minisini authored
[INTERPRETER] * BUG: When using an intermediate temporary stream, copy the behaviour flags from the original stream.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Do not apply properties defined in a class of the project.
-
-
Benoît Minisini authored
[GB.FORM.EDITOR] * BUG: TextEditor: Fix the documentation of 'FindNextString()' and 'FindPreviousString()' methods.
-
Benoît Minisini authored
[GB.GUI.BASE] * BUG: TreeView, ColumnView, ListView: Fix right-to-left language support.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * NEW: System information dialog: Display the version of SDL2, not SDL. * NEW: Make the SwichButtons a bit smaller.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion: Fix variable detection in PROPERTY...USE syntax.
-
Benoît Minisini authored
[GB.FORM] * NEW: SwitchButton: Smaller button and better use of system colors.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Really do not apply properties defined in a class of the project. * BUG: Help viewer: Fix the CSS of the '<H1>' titles of offline help.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * BUG: Display an error message when sending a project by mail fails, instead of crashing.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * NEW: Update financial support.
-
Benoît Minisini authored
[GB.EVAL.HIGHLIGHT] * BUG: 'TextHighlighter.ToHTML()' does not emit a void line at the beginning anymore.
-
Benoît Minisini authored
Update the debugged process id in real time when debugging a project using the embedded HTTP server. [DEVELOPMENT ENVIRONMENT] * BUG: Update the debugged process id in real time when debugging a project using the embedded HTTP server. * BUG: Translation dialog: Merge a translation loading fix from commit 'd246caa6'.
-
Benoît Minisini authored
'KeyPress' event handler is now correctly activated client side when a form is refreshed or displayed the first time. [GB.WEB.GUI] * BUG: 'KeyPress' event handler is now correctly activated client side when a form is refreshed or displayed the first time.
-
Benoît Minisini authored
Showing
- VERSION 1 addition, 1 deletionVERSION
- app/src/gambas3/.src/Component/CClassInfo.class 3 additions, 1 deletionapp/src/gambas3/.src/Component/CClassInfo.class
- app/src/gambas3/.src/Component/CDocumentation.class 1 addition, 0 deletionsapp/src/gambas3/.src/Component/CDocumentation.class
- app/src/gambas3/.src/Debug/Design.module 18 additions, 14 deletionsapp/src/gambas3/.src/Debug/Design.module
- app/src/gambas3/.src/Debug/FDebugConfig.class 1 addition, 0 deletionsapp/src/gambas3/.src/Debug/FDebugConfig.class
- app/src/gambas3/.src/Debug/FDebugConfig.form 8 additions, 8 deletionsapp/src/gambas3/.src/Debug/FDebugConfig.form
- app/src/gambas3/.src/Debug/FDebugger.class 9 additions, 1 deletionapp/src/gambas3/.src/Debug/FDebugger.class
- app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class 40 additions, 44 deletionsapp/src/gambas3/.src/Editor/Browse/FProjectBrowser.class
- app/src/gambas3/.src/FMain.class 31 additions, 19 deletionsapp/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/Options/FOption.form 37 additions, 37 deletionsapp/src/gambas3/.src/Options/FOption.form
- app/src/gambas3/.src/Project.module 9 additions, 2 deletionsapp/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/CProjectTree.class 1 addition, 1 deletionapp/src/gambas3/.src/Project/CProjectTree.class
- app/src/gambas3/.src/Project/FMakeExecutable.class 4 additions, 0 deletionsapp/src/gambas3/.src/Project/FMakeExecutable.class
- app/src/gambas3/.src/Project/FMakeExecutable.form 10 additions, 6 deletionsapp/src/gambas3/.src/Project/FMakeExecutable.form
- app/src/gambas3/.src/Project/FProjectProperty.form 17 additions, 9 deletionsapp/src/gambas3/.src/Project/FProjectProperty.form
- app/src/gambas3/.src/Translation/CTranslation.class 2 additions, 5 deletionsapp/src/gambas3/.src/Translation/CTranslation.class
- app/src/gambas3/.src/Welcome/FSystemInfo.class 1 addition, 2 deletionsapp/src/gambas3/.src/Welcome/FSystemInfo.class
- app/src/gambas3/help/wiki/style-offline-htmlview.css 1 addition, 1 deletionapp/src/gambas3/help/wiki/style-offline-htmlview.css
- app/src/gambas3/support.txt 5 additions, 5 deletionsapp/src/gambas3/support.txt
- comp/src/gb.eval.highlight/.src/TextHighlighter.class 2 additions, 4 deletionscomp/src/gb.eval.highlight/.src/TextHighlighter.class