Commits on Source (8)
-
Benoît Minisini authored
[GB.IMAGE] * BUG: Remove now useless code. * NEW: Remove 'COLOR_DEFAULT' constant. 'GB_COLOR_DEFAULT' must be used instead.
-
Benoît Minisini authored
[GB.GTK] * NEW: 'Application_Change' is a new global event handler that is called when system theme, display animation flags or display shadows flag has changed. * NEW: 'Application.Change' is a new property that returns which change called 'Application_Change'. * NEW: 'Color.Change()' is a new method that replace an old color by the new one during a system colors change. * NEW: Replace 'COLOR_DEFAULT' constant by 'GB_COLOR_DEFAULT' constant. * BUG: Fix how control borders are handled internally. [GB.GTK3] * NEW: Adapt to system colors and system theme change at runtime. * NEW: 'Application_Change' is a new global event handler that is called when system colors, system theme, display animation flags or display shadows flag has changed. * NEW: 'Application.Change' is a new property that returns which change called 'Application_Change'. * NEW: 'Color.Change()' is a new method that replace an old color by the new one during a system colors change. * NEW: Replace 'COLOR_DEFAULT' constant by 'GB_COLOR_DEFAULT' constant. * BUG: Fix how control borders are handled internally. [GB.QT4] * NEW: 'Application_Change' is a new global event handler that is called when system theme, display animation flags or display shadows flag has changed. * NEW: 'Application.Change' is a new property that returns which change called 'Application_Change'. * NEW: 'Color.Change()' is a new method that replace an old color by the new one during a system colors change. * NEW: Replace 'COLOR_DEFAULT' constant by 'GB_COLOR_DEFAULT' constant. [GB.QT5] * NEW: Adapt to system colors and system theme change at runtime. * NEW: 'Application_Change' is a new global event handler that is called when system colors, system theme, display animation flags or display shadows flag has changed. * NEW: 'Application.Change' is a new property that returns which change called 'Application_Change'. * NEW: 'Color.Change()' is a new method that replace an old color by the new one during a system colors change. * NEW: Replace 'COLOR_DEFAULT' constant by 'GB_COLOR_DEFAULT' constant. [GB.QT6] * NEW: Adapt to system colors and system theme change at runtime. * NEW: 'Application_Change' is a new global event handler that is called when system colors, system theme, display animation flags or display shadows flag has changed. * NEW: 'Application.Change' is a new property that returns which change called 'Application_Change'. * NEW: 'Color.Change()' is a new method that replace an old color by the new one during a system colors change. * NEW: Replace 'COLOR_DEFAULT' constant by 'GB_COLOR_DEFAULT' constant.
-
Benoît Minisini authored
[GB.GUI.BASE] * NEW: ScrollArea: Adapt to system color changes at runtime. * NEW: ScrollArea: Propagate the 'Change' event of the internal DrawingArea. * BUG: ScrollView: Fix the control similar list constant.
-
Benoît Minisini authored
[GB.HIGHLIGHT] * NEW: Remove 'Selection' from the list of standard colors. * NEW: Only the 'Background' and 'Highlight' color names are now background colors.
-
Benoît Minisini authored
[GB.FORM.EDITOR] * NEW: TextEditor: Selected text is now drawn using the 'LightBackground' system color. * BUG: TextEditor: Draw current line frame on top of the margin contents.
-
Benoît Minisini authored
[GB.FORM.MDI] * NEW: Toolbar: Update to system colors change at runtime.
-
Benoît Minisini authored
[GB.FORM.HTMLVIEW] * NEW: HtmlView: Adapt to system colors change at runtime.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion: symbol icons are not lost anymore when the Picture cache is cleared. * NEW: Code editor: New look for the procedure list. * NEW: Adapt to system colors change at runtime. * NEW: Version control workspace: Ensure that the current line is visible when clicking on the terminal tab. * BUG: Correctly disable the project tree popup menu when it loses the focus. * BUG: Fix a typo when calling 'Message.Warning()' in the Gambas 2 to Gambas 3 conversion code. * NEW: Remove the 'Selection' color from highlighting themes.
Showing
- app/src/gambas3/.lang/fr.po 6594 additions, 6828 deletionsapp/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Component/CSymbolInfo.class 4 additions, 3 deletionsapp/src/gambas3/.src/Component/CSymbolInfo.class
- app/src/gambas3/.src/Debug/FDebugInfo.class 5 additions, 5 deletionsapp/src/gambas3/.src/Debug/FDebugInfo.class
- app/src/gambas3/.src/Debug/FDebugger.class 1 addition, 1 deletionapp/src/gambas3/.src/Debug/FDebugger.class
- app/src/gambas3/.src/Debug/FTestSuite.class 1 addition, 1 deletionapp/src/gambas3/.src/Debug/FTestSuite.class
- app/src/gambas3/.src/Editor/Code/FCompletion.class 7 additions, 7 deletionsapp/src/gambas3/.src/Editor/Code/FCompletion.class
- app/src/gambas3/.src/Editor/Code/FEditor.class 7 additions, 106 deletionsapp/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Code/FProcedureList.class 71 additions, 63 deletionsapp/src/gambas3/.src/Editor/Code/FProcedureList.class
- app/src/gambas3/.src/Editor/Code/FProcedureList.form 1 addition, 1 deletionapp/src/gambas3/.src/Editor/Code/FProcedureList.form
- app/src/gambas3/.src/Editor/Form/CControl.class 4 additions, 4 deletionsapp/src/gambas3/.src/Editor/Form/CControl.class
- app/src/gambas3/.src/Editor/Form/FProperty.class 22 additions, 12 deletionsapp/src/gambas3/.src/Editor/Form/FProperty.class
- app/src/gambas3/.src/Editor/Form/FProperty.form 0 additions, 3 deletionsapp/src/gambas3/.src/Editor/Form/FProperty.form
- app/src/gambas3/.src/Editor/Form/FToolBox.class 9 additions, 0 deletionsapp/src/gambas3/.src/Editor/Form/FToolBox.class
- app/src/gambas3/.src/Editor/Form/FToolPanel.class 27 additions, 4 deletionsapp/src/gambas3/.src/Editor/Form/FToolPanel.class
- app/src/gambas3/.src/Editor/Version/FProjectVersion.class 1 addition, 0 deletionsapp/src/gambas3/.src/Editor/Version/FProjectVersion.class
- app/src/gambas3/.src/FMain.class 10 additions, 2 deletionsapp/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/Family/CFamily.class 15 additions, 0 deletionsapp/src/gambas3/.src/Family/CFamily.class
- app/src/gambas3/.src/Options/FOption.class 2 additions, 20 deletionsapp/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Project.module 51 additions, 4 deletionsapp/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/CProjectTree.class 7 additions, 1 deletionapp/src/gambas3/.src/Project/CProjectTree.class
This diff is collapsed.