gambas-source-code/gb.qt4/src
gambas efb9da551a Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl.
[GB.GTK]
* BUG: Fix DrawingArea and UserControl painting.
* NEW: CheckBox.Invert is a new property that put the check mark on the other side.
* NEW: RadioButton.Invert is a new property that put the radio button on the other side.
* NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle.
* NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle.
* BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight().
* OPT: Control resize now ignores new width or height if its container constraints it.

[GB.GTK3]
* NEW: CheckBox.Invert is a new property that put the check mark on the other side.
* NEW: RadioButton.Invert is a new property that put the radio button on the other side.
* NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle.
* NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle.
* BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight().
* OPT: Control resize now ignores new width or height if its container constraints it.

[GB.QT4]
* NEW: CheckBox.Invert is a new property that put the check mark on the other side.
* NEW: RadioButton.Invert is a new property that put the radio button on the other side.
* NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle.
* NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle.
* BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight().
* OPT: Control resize now ignores new width or height if its container constraints it.

[GB.QT5]
* NEW: CheckBox.Invert is a new property that put the check mark on the other side.
* NEW: RadioButton.Invert is a new property that put the radio button on the other side.
* NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle.
* NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle.
* BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight().
* OPT: Control resize now ignores new width or height if its container constraints it.
2021-03-04 22:38:21 +01:00
..
ext Editor: Fix Highlight.Alternate property. 2019-07-04 20:52:17 +02:00
opengl [GB.QT4] 2015-05-11 21:33:53 +00:00
webkit Raise Progress events later on the event loop, to avoir possible crashes of WebView methods. 2020-01-07 02:05:12 +01:00
webview WebView: Make font size settings more accurate. 2021-01-28 04:52:30 +01:00
canimation.cpp Do not crash anymore when loading an Animation fails. 2021-01-11 01:24:20 +01:00
canimation.h Try to fix compilation on 'alpine'. 2021-01-09 11:27:53 +01:00
CButton.cpp Rework Design property management so that it works better. 2020-11-12 19:58:51 +01:00
CButton.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CCheckBox.cpp Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-04 22:38:21 +01:00
CCheckBox.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CClipboard.cpp Fix Drag() that was returning the drag frame instead of the target control. 2020-01-24 08:12:01 +01:00
CClipboard.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CColor.cpp Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CColor.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CConst.cpp Add an Orientation property to ScrollBar and Sldider that allows to define the orientation explicitly. 2021-02-22 14:54:52 +01:00
CConst.h Add an Orientation property to ScrollBar and Sldider that allows to define the orientation explicitly. 2021-02-22 14:54:52 +01:00
CContainer.cpp Remove Label and TextLabel controls. Support for UserControl_Font() handler. Some text size computation fixes. 2021-03-03 03:47:42 +01:00
CContainer.h Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-04 22:38:21 +01:00
CDialog.cpp Fix compiler warning in gb.qt5 about deprecation of QString::null 2019-11-02 18:53:00 +01:00
CDialog.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CDraw.cpp Working on Wayland support... 2020-07-14 16:17:10 +02:00
CDraw.h Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen. 2019-07-10 04:19:02 +02:00
CDrawingArea.cpp Centered is a new container property that centered its contents. Many GTK fixes. 2021-01-28 02:46:00 +01:00
CDrawingArea.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CEmbedder.cpp Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CEmbedder.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CFont.cpp Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-04 22:38:21 +01:00
CFont.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CImage.cpp Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CImage.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CKey.cpp * Get rid of many gcc warnings. 2019-01-02 00:48:58 +01:00
CKey.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CMenu.cpp Merge branch 'master' into wayland 2020-12-21 01:23:08 +01:00
CMenu.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CMouse.cpp Add Mouse.Click property. 2020-05-19 22:25:31 +02:00
CMouse.h Add Mouse.Click property. 2020-05-19 22:25:31 +02:00
cpaint_impl.cpp Remove Label and TextLabel controls. Support for UserControl_Font() handler. Some text size computation fixes. 2021-03-03 03:47:42 +01:00
cpaint_impl.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CPanel.cpp Centered is a new container property that centered its contents. Many GTK fixes. 2021-01-28 02:46:00 +01:00
CPanel.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CPicture.cpp Working on Wayland support... 2020-07-14 16:17:10 +02:00
CPicture.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
cprinter.cpp Add Paint.FontScale, and make gb.gtk and gb.gtk3 printer drawing behave the same as QT components. 2019-07-09 19:35:01 +02:00
cprinter.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CRadioButton.cpp Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-04 22:38:21 +01:00
CRadioButton.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CScreen.cpp Screen.ResolutionX and Screen.ResolutionY are two new properties that return the resolution of a screen. 2021-01-21 02:35:08 +01:00
CScreen.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CScrollBar.cpp Add an Orientation property to ScrollBar and Sldider that allows to define the orientation explicitly. 2021-02-22 14:54:52 +01:00
CScrollBar.h Add an Orientation property to ScrollBar and Sldider that allows to define the orientation explicitly. 2021-02-22 14:54:52 +01:00
CSlider.cpp Add an Orientation property to ScrollBar and Sldider that allows to define the orientation explicitly. 2021-02-22 14:54:52 +01:00
CSlider.h Add an Orientation property to ScrollBar and Sldider that allows to define the orientation explicitly. 2021-02-22 14:54:52 +01:00
CStyle.cpp Disabled state is now correctly taken into account by style drawing methods. 2020-11-11 02:03:10 +01:00
CStyle.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
csvgimage.cpp [DEVELOPMENT ENVIRONMENT] 2015-12-05 11:14:30 +00:00
csvgimage.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
CTabStrip.cpp Centered is a new container property that centered its contents. Many GTK fixes. 2021-01-28 02:46:00 +01:00
CTabStrip.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CTextArea.cpp TextArea: Setting background and foreground colors now should work correctly in all cases. 2021-02-26 11:31:33 +01:00
CTextArea.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CTextBox.cpp ComboBox: PlaceHolder property does not crash anymore on read-only ComboBox. 2021-01-17 00:10:14 +01:00
CTextBox.h [GB.QT5] 2019-07-03 10:27:12 +02:00
ctrayicon.cpp TrayIcon: The Picture property kind is now "Picture:NoCache" so that the trayicon icon is not modified when the current theme is dark. 2021-03-01 18:38:28 +01:00
ctrayicon.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CWatch.cpp Active file descriptor watches and active timers are now automatically transferred to the component declaring a custom event loop. 2019-03-12 03:46:30 +01:00
CWatch.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CWatcher.cpp Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CWatcher.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
CWidget.cpp Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-04 22:38:21 +01:00
CWidget.h Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-04 22:38:21 +01:00
CWindow.cpp Fix management of default minimum size of modal and utility windows. 2021-02-24 16:21:41 +01:00
CWindow.h Fix management of default minimum size of modal and utility windows. 2021-02-24 16:21:41 +01:00
desktop.c Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
desktop.h Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
fix_style.cpp Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-04 22:38:21 +01:00
fix_style.h Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-04 22:38:21 +01:00
gb.qt.h WebView: Implement events, and the Icon and Progress properties. 2020-09-29 00:36:23 +02:00
gb.qt4.component [DEVELOPMENT ENVIRONMENT] 2010-02-22 20:56:53 +00:00
main.cpp Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-04 22:38:21 +01:00
main.h TextArea: Setting background and foreground colors now should work correctly in all cases. 2021-02-26 11:31:33 +01:00
Makefile.am Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-04 22:38:21 +01:00
trayicon.xpm [CONFIGURATION] 2008-04-24 12:49:12 +00:00
x11.c Work on wayland support continues. 2020-07-14 23:54:26 +02:00
x11.h Continue working on Wayland support. 2020-12-21 04:54:14 +01:00