[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 8 commits: Remove 'COLOR_DEFAULT' constant. 'GB_COLOR_DEFAULT' must be used instead.



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
e9572f04 by Benoît Minisini at 2024-04-18T12:56:17+02:00
Remove 'COLOR_DEFAULT' constant. 'GB_COLOR_DEFAULT' must be used instead.

[GB.IMAGE]
* BUG: Remove now useless code.
* NEW: Remove 'COLOR_DEFAULT' constant. 'GB_COLOR_DEFAULT' must be used instead.

- - - - -
7fd54925 by Benoît Minisini at 2024-04-19T01:13:52+02:00
Adapt to system colors and system theme change at runtime.

[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.

- - - - -
7018fab7 by Benoît Minisini at 2024-04-19T01:34:29+02:00
ScrollArea: Adapt to system color changes at runtime.

[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.

- - - - -
f39067de by Benoît Minisini at 2024-04-19T01:36:29+02:00
Remove 'Selection' from the list of standard colors.

[GB.HIGHLIGHT]
* NEW: Remove 'Selection' from the list of standard colors.
* NEW: Only the 'Background' and 'Highlight' color names are now background colors.

- - - - -
bea08c36 by Benoît Minisini at 2024-04-19T01:39:43+02:00
TextEditor: Selected text is now drawn using the 'LightBackground' system color.

[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.

- - - - -
a3db639f by Benoît Minisini at 2024-04-19T01:40:30+02:00
Toolbar: Update to system colors change at runtime.

[GB.FORM.MDI]
* NEW: Toolbar: Update to system colors change at runtime.

- - - - -
1e683cbf by Benoît Minisini at 2024-04-19T01:43:59+02:00
HtmlView: Adapt to system colors change at runtime.

[GB.FORM.HTMLVIEW]
* NEW: HtmlView: Adapt to system colors change at runtime.

- - - - -
f5ed3081 by Benoît Minisini at 2024-04-19T01:52:24+02:00
Adapt to system colors change at runtime. New look for the editor procedure list.

[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.

- - - - -


30 changed files:

- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Component/CSymbolInfo.class
- app/src/gambas3/.src/Debug/FDebugInfo.class
- app/src/gambas3/.src/Debug/FDebugger.class
- app/src/gambas3/.src/Debug/FTestSuite.class
- app/src/gambas3/.src/Editor/Code/FCompletion.class
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Code/FProcedureList.class
- app/src/gambas3/.src/Editor/Code/FProcedureList.form
- app/src/gambas3/.src/Editor/Form/CControl.class
- app/src/gambas3/.src/Editor/Form/FProperty.class
- app/src/gambas3/.src/Editor/Form/FProperty.form
- app/src/gambas3/.src/Editor/Form/FToolBox.class
- app/src/gambas3/.src/Editor/Form/FToolPanel.class
- app/src/gambas3/.src/Editor/Version/FProjectVersion.class
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/Family/CFamily.class
- app/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/CProjectTree.class
- app/src/gambas3/.src/Welcome/CCoolButton.class
- app/src/gambas3/.src/Welcome/CWelcome.class
- + app/src/gambas3/img/symbol/s-event.png
- app/src/gambas3/img/symbol/s-special.png
- app/src/gambas3/img/symbol/special.png
- app/src/gambas3/theme/amber
- app/src/gambas3/theme/amethyst
- app/src/gambas3/theme/blues
- app/src/gambas3/theme/emerald
- app/src/gambas3/theme/gambas


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/71e8c17e27a43cddb131358f5fdfc13e5881662f...f5ed3081efb446d890021d51fae503019612ce47

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/71e8c17e27a43cddb131358f5fdfc13e5881662f...f5ed3081efb446d890021d51fae503019612ce47
You're receiving this email because of your account on gitlab.com.