gambas-source-code/gb.qt5/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
opengl
wayland Fix modal dialogs and default resolution on Wayland. 2021-01-20 21:51:25 +01:00
webkit
webview Fix a function declaration. 2021-02-20 17:37:41 +01:00
x11 Do not use a deprecated API to grab the screen. 2021-02-22 00:38:49 +01:00
canimation.cpp MovieBox is now implemented in Gambas, through a new Animation class. 2021-01-09 10:24:56 +01:00
canimation.h MovieBox is now implemented in Gambas, through a new Animation class. 2021-01-09 10:24:56 +01:00
CButton.cpp
CButton.h
CCheckBox.cpp
CCheckBox.h
CClipboard.cpp
CClipboard.h
CColor.cpp
CColor.h
CConst.cpp
CConst.h
CContainer.cpp
CContainer.h
CDialog.cpp
CDialog.h
CDraw.cpp
CDraw.h
CDrawingArea.cpp
CDrawingArea.h
CFont.cpp
CFont.h
CImage.cpp
CImage.h
CKey.cpp
CKey.h
CMenu.cpp
CMenu.h
CMouse.cpp
CMouse.h
cpaint_impl.cpp
cpaint_impl.h
CPanel.cpp
CPanel.h
CPicture.cpp
CPicture.h
cprinter.cpp
cprinter.h
CRadioButton.cpp
CRadioButton.h
CScreen.cpp
CScreen.h
CScrollBar.cpp
CScrollBar.h
CSlider.cpp
CSlider.h
CStyle.cpp
CStyle.h
csvgimage.cpp
csvgimage.h
CTabStrip.cpp
CTabStrip.h
CTextArea.cpp
CTextArea.h
CTextBox.cpp
CTextBox.h
ctrayicon.cpp
ctrayicon.h
CWatch.cpp
CWatch.h
CWatcher.cpp
CWatcher.h
CWidget.cpp
CWidget.h
CWindow.cpp
CWindow.h
desktop.c
desktop.h
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
gb.qt.platform.h Working on Wayland support... 2020-07-14 16:17:10 +02:00
gb.qt5.component
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 Forgot to commit some TextArea changes. 2021-02-26 11:53:20 +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