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

[Git][gambas/gambas][master] 6 commits: Add missing 'rem' conversion in 'litehtml' source code.



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


Commits:
1d18b4b3 by Benoît Minisini at 2025-12-03T22:31:30+01:00
Add missing 'rem' conversion in 'litehtml' source code.

[GB.FORM.HTMLVIEW]
* BUG: Add missing 'rem' conversion in 'litehtml' source code.
* BUG: Fix an uninitialized class member.

- - - - -
665386f4 by Benoît Minisini at 2025-12-03T22:34:07+01:00
HtmlView: Do not invert all colors on dark theme, and initialize the default CSS with the background and foreground colors.

[GB.FORM.HTMLVIEW]
* NEW: HtmlView: Do not invert all colors on dark theme.
* NEW: HtmlView: Initialize the default CSS with the background and foreground colors.

- - - - -
20c3bb23 by Benoît Minisini at 2025-12-04T03:08:40+01:00
HtmlView: 'Invert' is a new property that tells if the colors must be inverted.

[GB.FORM.HTMLVIEW]
* NEW: HtmlView: 'Invert' is a new property that tells if the colors must be inverted.
* BUG: HtmlView: Automatically react to background or foreground colors changes.

- - - - -
a8ad51e7 by Benoît Minisini at 2025-12-04T03:11:06+01:00
Many offline help fixes.

[DEVELOPMENT ENVIRONMENT]
* BUG: Help browser: Synchronize offline help with the wiki code.
* NEW: Help browser: React to global color theme changes.
* NEW: Help browser: Add a CSS for offline help dark mode.

- - - - -
821537a1 by Benoît Minisini at 2025-12-04T03:20:00+01:00
HtmlView: Reload CSS once on the next event loop for all changes trigerring it.

[GB.FORM.HTMLVIEW]
* OPT: HtmlView: Reload CSS once on the next event loop for all changes trigerring it.
* BUG: HtmlView: Correctly refresh the view when reloading the CSS.

- - - - -
741d8de3 by Benoît Minisini at 2025-12-04T03:20:27+01:00
Help browser: Remove an unneeded refresh.

[DEVELOPMENT ENVIRONMENT]
* NEW: Help browser: Remove an unneeded refresh.

- - - - -


22 changed files:

- app/src/gambas3/.src/Component/CClassInfo.class
- app/src/gambas3/.src/Component/CSymbolInfo.class
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/Help/FHelpBrowser.class
- app/src/gambas3/.src/Help/HelpView.class
- app/src/gambas3/.src/Help/MHelp.module
- app/src/gambas3/.src/Help/Wiki/Wiki.module
- app/src/gambas3/.src/Help/Wiki/WikiMarkdown.class
- app/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Welcome/FWelcome.form
- + app/src/gambas3/help/wiki/style-offline-dark.css
- app/src/gambas3/help/wiki/style-offline-htmlview.css
- gb.form.htmlview/src/c_htmldocument.cpp
- gb.form.htmlview/src/gb.form.htmlview/.component
- gb.form.htmlview/src/gb.form.htmlview/.project
- gb.form.htmlview/src/gb.form.htmlview/.src/FTest.class
- gb.form.htmlview/src/gb.form.htmlview/.src/HtmlView.class
- gb.form.htmlview/src/gb.form.htmlview/.version
- + gb.form.htmlview/src/gb.form.htmlview/master-dark.css
- gb.form.htmlview/src/gb.form.htmlview/master.css
- gb.form.htmlview/src/litehtml/document.cpp


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/74a5970a0e5898d4bb460a5bfb785146e9553d34...741d8de33c4495fa781786bc7d86c20226c71de9

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/74a5970a0e5898d4bb460a5bfb785146e9553d34...741d8de33c4495fa781786bc7d86c20226c71de9
You're receiving this email because of your account on gitlab.com.