[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 5 commits: More controls supporting styled borders.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 5 commits: More controls supporting styled borders.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Thu, 08 May 2025 22:27:12 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 3f532b61 by Benoît Minisini at 2025-05-08T23:07:50+02:00 More controls supporting styled borders. [GB.FORM] * NEW: DateChooser: Use styled border. Some clean-up and redesign. * NEW: FileProperties: Use styled border. * NEW: DirBrowser: Use styled border. * NEW: ImageView: Support styled border. * NEW: TabPanel: Add a 'Separator' property that allows to hide the separator between the tab buttons and the contents when the 'Border' property is FALSE. - - - - - 572a0aea by Benoît Minisini at 2025-05-08T23:09:04+02:00 Some styled border fixes and enhancements. [GB.GUI.BASE] * NEW: SpinBox: Add 'Activate' event. * BUG: GridView: Fix row refresh routine, and selection drawing. * NEW: IconView: Icon selection now follows styled border properties. * NEW: Label: Styled border support. * NEW: PictureBox: Styled border support. * - - - - - c0caabe1 by Benoît Minisini at 2025-05-08T23:10:42+02:00 Styled border support. [GB.MEDIA.FORM] * NEW: Styled border support. - - - - - abbf80b4 by Benoît Minisini at 2025-05-09T00:25:52+02:00 FontChooser: Use styled border. Do not raise spurious 'Activate' events. [GB.FORM] * NEW: FontChooser: Use styled border. * BUG: FontChooser: Do not raise spurious 'Activate' events. - - - - - 1a870fb3 by Benoît Minisini at 2025-05-09T00:26:59+02:00 Dialog.SelectFont: Use default application font when 'Dialog.Font' is NULL. [GB.FORM.DIALOG] * BUG: Dialog.SelectFont: Use default application font when 'Dialog.Font' is NULL. * NEW: Dialog.SelectFont: Use style borders. - - - - - 45 changed files: - comp/src/gb.form.dialog/.app.png - comp/src/gb.form.dialog/.hidden/icon.png - comp/src/gb.form.dialog/.icon.png - comp/src/gb.form.dialog/.src/FFontDialog.class - comp/src/gb.form.dialog/.src/FFontDialog.form - comp/src/gb.form.dialog/.src/Main.module - comp/src/gb.form/.project - comp/src/gb.form/.src/Date/DateBox.class - comp/src/gb.form/.src/Date/FCalendar.class - comp/src/gb.form/.src/Date/FCalendar.form - comp/src/gb.form/.src/File/DirBrowser.class - comp/src/gb.form/.src/File/Properties/FFileProperties.class - comp/src/gb.form/.src/File/Properties/FFileProperties.form - comp/src/gb.form/.src/Font/FFontChooser.class - comp/src/gb.form/.src/Font/FFontChooser.form - comp/src/gb.form/.src/ImageView/ImageView.class - comp/src/gb.form/.src/TabPanel/TabPanel.class - comp/src/gb.form/.src/TabPanel/_TabPanelButton.class - comp/src/gb.form/.src/Test/FTestDateChooser.form - comp/src/gb.form/.src/Test/FTestFileChooser.class - comp/src/gb.form/.src/Test/FTestFileChooser.form - comp/src/gb.form/.src/Test/FTestFontChooser.class - comp/src/gb.form/.src/Test/FTestFontChooser.form - comp/src/gb.form/.src/Test/FTestSidePanel.form - comp/src/gb.gui.base/.project - 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/PictureBox.class - comp/src/gb.gui.base/.src/SpinBox.class - comp/src/gb.gui.base/.src/Style.class - − comp/src/gb.gui.base/.src/Test/FPictureBox.class - − comp/src/gb.gui.base/.src/Test/FPictureBox.form - comp/src/gb.gui.base/.src/Test/FTestFrame.form - 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/FTestLabel.form - comp/src/gb.gui.base/.src/Test/FTestTreeView.class - comp/src/gb.gui.base/.src/Test/FTestTreeView.form - comp/src/gb.media.form/.component - comp/src/gb.media.form/.project - comp/src/gb.media.form/.src/FMediaPlayer.class - comp/src/gb.media.form/.src/FMediaPlayer.form - comp/src/gb.media.form/.src/MediaView.class - comp/src/gb.media.form/.version View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0df59ada2083352321c56c322efb6b7757f8744d...1a870fb3eb6f27c1b926cf53c98b832208c8d287 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0df59ada2083352321c56c322efb6b7757f8744d...1a870fb3eb6f27c1b926cf53c98b832208c8d287 You're receiving this email because of your account on gitlab.com.