Commits on Source (2)
-
gambas authored
[GB.GUI.BASE] * NEW: Frame: Draw border without inner margin. * OPT: ProgressBar: Use the new UserControl pseudo-events instead of an embedded DrawingArea. * NEW: TreeView: Draw is a new event that allows to override default tree item drawing. * NEW: TreeView: Indent is a new property that returns the indent width. * NEW: TreeView: TreeView item has a new Depth property that returns the depth of the item. * BUG: TreeView: Collapsing an item does not scroll the view to the current selected item anymore.
-
gambas authored
[GB.FORM] * NEW: FontChooser: Implement a font thumbnail cache to speed up redrawing. * NEW: FontChooser: Better font list presentation. * NEW: Spinner: Add a margin property that represents an inner padding of Desktop.Scale. * BUG: Spinner: Take the padding into account correctly.
Showing
- comp/src/gb.form/.lang/fr.po 47 additions, 334 deletionscomp/src/gb.form/.lang/fr.po
- comp/src/gb.form/.project 1 addition, 1 deletioncomp/src/gb.form/.project
- comp/src/gb.form/.src/File/FileView.class 3 additions, 1 deletioncomp/src/gb.form/.src/File/FileView.class
- comp/src/gb.form/.src/Font/FFontChooser.class 182 additions, 43 deletionscomp/src/gb.form/.src/Font/FFontChooser.class
- comp/src/gb.form/.src/Font/FFontChooser.form 24 additions, 6 deletionscomp/src/gb.form/.src/Font/FFontChooser.form
- comp/src/gb.form/.src/Font/FontCacheTask.class 108 additions, 0 deletionscomp/src/gb.form/.src/Font/FontCacheTask.class
- comp/src/gb.form/.src/Main.module 10 additions, 0 deletionscomp/src/gb.form/.src/Main.module
- comp/src/gb.form/.src/Spinner.class 40 additions, 22 deletionscomp/src/gb.form/.src/Spinner.class
- comp/src/gb.form/.src/Test/FTestFontChooser.form 1 addition, 1 deletioncomp/src/gb.form/.src/Test/FTestFontChooser.form
- comp/src/gb.form/.src/Test/FTestSpinner.form 3 additions, 2 deletionscomp/src/gb.form/.src/Test/FTestSpinner.form
- comp/src/gb.gui.base/.project 1 addition, 1 deletioncomp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/Frame.class 4 additions, 4 deletionscomp/src/gb.gui.base/.src/Frame.class
- comp/src/gb.gui.base/.src/ProgressBar.class 10 additions, 15 deletionscomp/src/gb.gui.base/.src/ProgressBar.class
- comp/src/gb.gui.base/.src/Test/FTestFrame.form 3 additions, 2 deletionscomp/src/gb.gui.base/.src/Test/FTestFrame.form
- comp/src/gb.gui.base/.src/Test/FTestProgressBar.class 0 additions, 0 deletionscomp/src/gb.gui.base/.src/Test/FTestProgressBar.class
- comp/src/gb.gui.base/.src/Test/FTestProgressBar.form 0 additions, 0 deletionscomp/src/gb.gui.base/.src/Test/FTestProgressBar.form
- comp/src/gb.gui.base/.src/TreeView/_TreeView.class 21 additions, 4 deletionscomp/src/gb.gui.base/.src/TreeView/_TreeView.class
- comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class 8 additions, 1 deletioncomp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class
File moved
File moved