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

[Git][gambas/gambas][master] 9 commits: Add an API to invert a color for dark theme.



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


Commits:
00d84d90 by Benoît Minisini at 2024-04-12T16:21:02+02:00
Add an API to invert a color for dark theme.

[GB.IMAGE]
* NEW: Add an API to invert a color for dark theme.

- - - - -
a4046d01 by Benoît Minisini at 2024-04-12T16:21:40+02:00
HtmlView: Automatically adapt to dark themes.

[GB.FORM.HTMLVIEW]
* NEW: HtmlView: Automatically adapt to dark themes.

- - - - -
6557b39a by Benoît Minisini at 2024-04-12T16:24:08+02:00
Picture: The array accessor second argument is correctly taken into account by dark themes.

[GB.GUI.BASE]
* BUG: Picture: The array accessor second argument is correctly taken into account by dark themes.
* NEW: Add documentation.

- - - - -
3eb66891 by Benoît Minisini at 2024-04-12T16:25:03+02:00
FileView: Preview of text files use the system colors correctly.

[GB.FORM]
* BUG: FileView: Preview of text files use the system colors correctly.

- - - - -
fbadffa0 by Benoît Minisini at 2024-04-12T16:29:07+02:00
Update documentation.

[GB.FORM.TERMINAL]
* NEW: Update documentation.

- - - - -
274dbe79 by Benoît Minisini at 2024-04-12T16:29:42+02:00
Update documentation.

[GB.FORM.MDI]
* NEW: Update documentation.

- - - - -
393aa7ab by Benoît Minisini at 2024-04-12T16:30:12+02:00
Update documentation.

[GB.DESKTOP]
* NEW: Update documentation.

- - - - -
a9a85508 by Benoît Minisini at 2024-04-12T16:30:51+02:00
Update documentation.

[GB.UTIL]
* NEW: Update documentation.

- - - - -
d8257a79 by Benoît Minisini at 2024-04-12T16:42:18+02:00
Correctly initialize colors on dark themes. Some fixes on version control.

[DEVELOPMENT ENVIRONMENT]
* BUG: Version control: Correctly save the current commit log when locating a change.
* NEW: Version control: Allow to proceed when the commit log has not been modified.
* BUG: Correctly initialize colors on dark themes.

- - - - -


30 changed files:

- app/src/gambas3/.icon.png
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Editor/Version/FProjectVersion.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Help/HelpView.class
- app/src/gambas3/.src/MTheme.module
- app/src/gambas3/.src/VersionControl/VersionControl.module
- app/src/gambas3/.src/Welcome/FSystemInfo.class
- app/src/gambas3/img/16/checked-lock.png
- app/src/gambas3/img/16/checked.png
- comp/src/gb.desktop/.app.png
- comp/src/gb.desktop/.component
- comp/src/gb.desktop/.icon.png
- comp/src/gb.desktop/.project
- comp/src/gb.desktop/.src/Desktop.class
- comp/src/gb.form.mdi/.icon.png
- comp/src/gb.form.mdi/.src/Action/Action.class
- comp/src/gb.form.mdi/.src/ToolBar/ToolBar.class
- comp/src/gb.form.mdi/.src/Workspace/Workspace.class
- comp/src/gb.form.terminal/.icon.png
- comp/src/gb.form.terminal/.lang/fr.po
- comp/src/gb.form.terminal/.src/TerminalView/TerminalLink.class
- comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class
- comp/src/gb.form/.app.png
- comp/src/gb.form/.hidden/icon.png
- comp/src/gb.form/.icon.png
- comp/src/gb.form/.src/File/CTaskPreview.class
- comp/src/gb.gui.base/.icon.png
- comp/src/gb.gui.base/.src/Action.class
- comp/src/gb.gui.base/.src/Desktop.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/443c24afd49bcfc453d94a427de7fa253ac359c1...d8257a79a93a220ce14c0981e05f153136866925

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/443c24afd49bcfc453d94a427de7fa253ac359c1...d8257a79a93a220ce14c0981e05f153136866925
You're receiving this email because of your account on gitlab.com.