[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 4 commits: MenuButton: Add a 'Draw' event that allows to customize what is drawn inside the button.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 4 commits: MenuButton: Add a 'Draw' event that allows to customize what is drawn inside the button.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sat, 05 Apr 2025 18:46:53 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 84d9b74b by Benoît Minisini at 2025-04-05T20:38:14+02:00 MenuButton: Add a 'Draw' event that allows to customize what is drawn inside the button. [GB.FORM] * NEW: MenuButton: Add a 'Draw' event that allows to customize what is drawn inside the button. - - - - - 63cca3d5 by Benoît Minisini at 2025-04-05T20:40:43+02:00 TextEditor: Use the control background now that there is no background color in highlighting theme anymore. [GB.FORM.EDITOR] * NEW: TextEditor: Use the control background now that there is no background color in highlighting theme anymore. - - - - - 514485b1 by Benoît Minisini at 2025-04-05T20:44:19+02:00 TextHighlighterTheme: 'AdaptToBackground()' is a new method that adapt the theme colors to a specific background color according to its luminance. [GB.HIGHLIGHT] * NEW: TextHighlighterTheme: 'AdaptToBackground()' is a new method that adapt the theme colors to a specific background color according to its luminance. - - - - - 92425845 by Benoît Minisini at 2025-04-05T20:46:47+02:00 Add a button to define the background color of the editors and terminals. Highlighting themes automatically adapt to that color. [DEVELOPMENT ENVIRONMENT] * NEW: Option dialog: Add a button to define the background color of the editors and terminals. * NEW: Highlighting themes automatically adapt to the previous background color. * BUG: Fix the behaviour of the search button on the main window. * NEW: Update French translation. - - - - - 26 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/MTheme.module - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Search/FSearch.class - app/src/gambas3/.src/Search/FSearch.form - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.class - comp/src/gb.form/.src/Button/MenuButton.class - comp/src/gb.form/.src/Color/FColorChooser.form - comp/src/gb.form/.src/Date/FCalendar.form - comp/src/gb.form/.src/Test/FIconPanel.form - comp/src/gb.form/.src/Test/FIconView.form - comp/src/gb.form/.src/Test/FLCDLabel.form - comp/src/gb.form/.src/Test/FMain.form - comp/src/gb.form/.src/Test/FTestArrangement.form - comp/src/gb.form/.src/Test/FTestExpander.form - comp/src/gb.form/.src/Test/FTestFileView.form - comp/src/gb.form/.src/Test/FTestMenuButton.form - comp/src/gb.form/.src/Test/FTestSpinner.form - comp/src/gb.form/.src/Test/Form2.form - comp/src/gb.highlight/.src/TextHighlighterStyle.class - comp/src/gb.highlight/.src/TextHighlighterTheme.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ff40634adc707ebee3398b3b0868f88ef0f7554f...924258457b1d07d1314a6bc556779bc71898fc98 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ff40634adc707ebee3398b3b0868f88ef0f7554f...924258457b1d07d1314a6bc556779bc71898fc98 You're receiving this email because of your account on gitlab.com.