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

[Git][gambas/gambas][master] 10 commits: TextEditor: Draw matching characters and indent dotted lines larger on a light background.



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


Commits:
b8525235 by Benoît Minisini at 2025-04-20T20:27:21+02:00
TextEditor: Draw matching characters and indent dotted lines larger on a light background.

[GB.FORM.EDITOR]
* NEW: TextEditor: Draw matching characters and indent dotted lines larger on a light background.

- - - - -
4e4aa98c by Benoît Minisini at 2025-04-20T20:32:08+02:00
Try to standardize how selection is drawn in the different controls.

[GB.GUI.BASE]
* NEW: Try to standardize how selection is drawn in the different controls.
* NEW: Update some documentation.
* BUG: Make 'Picture.Stretch()' arguments behave the same way as 'Image.Stretch()'.

- - - - -
f4dc56b6 by Benoît Minisini at 2025-04-20T21:07:52+02:00
ProgressBar: Draw them rounded.

[GB.GUI.BASE]
* NEW: ProgressBar: Draw them rounded.

- - - - -
4fee4ef6 by Benoît Minisini at 2025-04-20T21:14:48+02:00
FontChooser: The letter spacing icon is now a button that resets the letter spacing to 0.

[GB.FORM]
* NEW: FontChooser: The letter spacing icon is now a button that resets the letter spacing to 0.
* NEW: Update filter images so that they are visible inverted on dark themes.

- - - - -
108648e3 by Benoît Minisini at 2025-04-20T21:15:51+02:00
'Color.Opacity()' is a new method that add some transparency to a color.

[GB.IMAGE]
* NEW: 'Color.Opacity()' is a new method that add some transparency to a color.

- - - - -
f320c8e0 by Benoît Minisini at 2025-04-20T21:30:46+02:00
Redraw 'gambas-thin' 'volume' icon so that it is visible correctly on dark themes.

[GB.FORM.STOCK]
* NEW: Redraw 'gambas-thin' 'volume' icon so that it is visible correctly on dark themes.

- - - - -
a271cb4f by Benoît Minisini at 2025-04-20T21:36:15+02:00
Update French translation.

[GB.WEB.GUI]
* NEW: Update French translation.

- - - - -
1cca373e by Benoît Minisini at 2025-04-20T22:02:36+02:00
IconPanel: Uniformize how selection is drawn.

[GB.FORM]
* NEW: IconPanel: Uniformize how selection is drawn.

- - - - -
3b7d78e7 by Benoît Minisini at 2025-04-20T22:03:09+02:00
IconView: Draw selection desaturated when the control is disabled.

[GB.GUI.BASE]
* NEW: IconView: Draw selection desaturated when the control is disabled.

- - - - -
7389bd22 by Benoît Minisini at 2025-04-20T22:05:58+02:00
Some cosmetic redesigns.

[DEVELOPMENT ENVIRONMENT]
* NEW: Redesign debug configuration dialog.
* NEW: Environment chooser: Replace a ToolButton by a MenuButton, so that disabled text is grayed out.
* BUG: Fix 'halt' icon in 'View' menu.
* BUG: Option dialog: Fix title fonts.
* NEW: Draw project boxes rounded and bigger.

- - - - -


46 changed files:

- app/src/gambas3/.src/Debug/FDebugConfig.form
- app/src/gambas3/.src/Exported/EnvChooser/EnvChooser.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Options/FOption.form
- app/src/gambas3/.src/Project/CProjectList.class
- app/src/gambas3/.src/Project/ProjectBox.class
- app/src/gambas3/.src/Welcome/CCoolButton.class
- app/src/gambas3/.src/Welcome/FWelcome.form
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.stock/gambas-thin/128/volume.png
- comp/src/gb.form/.project
- comp/src/gb.form/.src/Button/MenuButton.class
- comp/src/gb.form/.src/Font/FFontChooser.class
- comp/src/gb.form/.src/Font/FFontChooser.form
- comp/src/gb.form/.src/IconPanel/IconPanel.class
- comp/src/gb.form/.src/Test/FIconPanel.class
- comp/src/gb.form/.src/Test/FTestFileView.class
- comp/src/gb.form/.src/Test/FTestFileView.form
- comp/src/gb.form/.src/Test/FTestMenuButton.form
- comp/src/gb.form/.src/Test/FTestSwitchButton.form
- comp/src/gb.form/img/filter/filter-menu.png
- comp/src/gb.form/img/filter/filter.png
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/ComboBox/ComboBox.class
- comp/src/gb.gui.base/.src/GridView/GridView.class
- comp/src/gb.gui.base/.src/IconView/_IconView_Item.class
- comp/src/gb.gui.base/.src/Label.class
- comp/src/gb.gui.base/.src/Paint.class
- comp/src/gb.gui.base/.src/PaintSmooth.module
- comp/src/gb.gui.base/.src/Picture.class
- comp/src/gb.gui.base/.src/ProgressBar.class
- comp/src/gb.gui.base/.src/Slider.class
- comp/src/gb.gui.base/.src/Test/FTestGridView.class
- comp/src/gb.gui.base/.src/Test/FTestGridView.form
- comp/src/gb.gui.base/.src/Test/FTestProgressBar.form
- comp/src/gb.gui.base/.src/Test/FTestSlider.form
- comp/src/gb.gui.base/.src/Test/FTestTreeView.form
- comp/src/gb.gui.base/.src/Test/FileView/FileView.class
- + comp/src/gb.gui.base/.src/Test/TestEnabled.class
- + comp/src/gb.gui.base/.src/Test/TestEnabled.form
- comp/src/gb.gui.base/.src/_Gui.class
- comp/src/gb.web.gui/.component
- + comp/src/gb.web.gui/.lang/fr.po
- comp/src/gb.web.gui/.project
- comp/src/gb.web.gui/.version
- main/lib/image/c_color.c


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e2bdd3d352ffcb94c2891f708f324dbd74750fb6...7389bd22e13803fbfd51ee1dd0643ca6502ad212

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e2bdd3d352ffcb94c2891f708f324dbd74750fb6...7389bd22e13803fbfd51ee1dd0643ca6502ad212
You're receiving this email because of your account on gitlab.com.