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

[Git][gambas/gambas][master] 6 commits: 'Style.BackgroundOf()' and 'Style.ForegroundOf()' now correctly handle control proxies.



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


Commits:
be771f70 by Benoît Minisini at 2025-04-11T13:10:04+02:00
'Style.BackgroundOf()' and 'Style.ForegroundOf()' now correctly handle control proxies.

[GB.GTK]
* BUG: 'Style.BackgroundOf()' and 'Style.ForegroundOf()' now correctly handle control proxies.

[GB.GTK3]
* BUG: 'Style.BackgroundOf()' and 'Style.ForegroundOf()' now correctly handle control proxies.

- - - - -
84168e19 by Benoît Minisini at 2025-04-11T13:10:56+02:00
'Style.BackgroundOf()' and 'Style.ForegroundOf()' now correctly handle control proxies.

[GB.QT4]
* BUG: 'Style.BackgroundOf()' and 'Style.ForegroundOf()' now correctly handle control proxies.

[GB.QT5]
* BUG: 'Style.BackgroundOf()' and 'Style.ForegroundOf()' now correctly handle control proxies.

[GB.QT6]
* BUG: 'Style.BackgroundOf()' and 'Style.ForegroundOf()' now correctly handle control proxies.

- - - - -
c88d01ee by Benoît Minisini at 2025-04-11T13:14:12+02:00
TextHighlighterTheme: Rename 'AdaptToBackground()' method as 'Adapt()'. It now keeps a save of the initial styles, so that you can call it several times.

[GB.HIGHLIGHT]
* NEW: TextHighlighterTheme: Rename 'AdaptToBackground()' method as 'Adapt()'.
* NEW: TextHighlighterTheme: 'Adapt()' keeps a save of the initial styles, so that you can call it several times.
* NEW: TextHighlighterTheme: Calling 'Adapt()' without argument resets to the not-adapted initial style.
* NEW: TextHighlighterTheme: Include background colors are a little bit better.

- - - - -
6a853627 by Benoît Minisini at 2025-04-11T13:15:48+02:00
TextEditor: Paint include background with hatches. Paint indent lines with dashes. Use the highlight color for the current indent line.

[GB.FORM.EDITOR]
* NEW: TextEditor: Paint include background with hatches.
* NEW: TextEditor: Paint indent lines with dashes. Use the highlight color for the current indent line.

- - - - -
4917ad6b by Benoît Minisini at 2025-04-11T13:16:29+02:00
Theme management now uses the new 'TextHighlighterTheme.Adapt()' method and its new behaviour.

[DEVELOPMENT ENVIRONMENT]
* NEW: Theme management now uses the new 'TextHighlighterTheme.Adapt()' method and its new behaviour.

- - - - -
3ce41b3b by Benoît Minisini at 2025-04-11T13:16:59+02:00
Forgot to commit 'version.m4' with the bytecode version increment.

[CONFIGURATION]
* BUG: Forgot to commit 'version.m4' with the bytecode version increment.

- - - - -


16 changed files:

- app/src/gambas3/.src/MTheme.module
- app/src/gambas3/.src/Options/FOption.class
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.editor/.src/test/FTestEditor.class
- comp/src/gb.form.editor/.src/test/FTestEditor.form
- comp/src/gb.highlight/.src/TextHighlighterStyle.class
- comp/src/gb.highlight/.src/TextHighlighterTheme.class
- gb.gtk/src/CStyle.cpp
- gb.gtk/src/CWidget.cpp
- gb.gtk/src/CWidget.h
- gb.qt4/src/CDrawingArea.cpp
- gb.qt4/src/CStyle.cpp
- gb.qt4/src/CWidget.cpp
- gb.qt4/src/CWidget.h
- gb.qt4/src/cpaint_impl.cpp
- version.m4


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8877d3391407b51f8bd0c5a2169f83ec4cb2c1e7...3ce41b3b3e2b8c44f62b0dd631cf482729e8f5c5

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8877d3391407b51f8bd0c5a2169f83ec4cb2c1e7...3ce41b3b3e2b8c44f62b0dd631cf482729e8f5c5
You're receiving this email because of your account on gitlab.com.