gambas-source-code/gb.qt4/src
gambas 8a191771ec Fix Mouse.Button and Mouse.State, especially for mouses having more than 3 buttons.
[GB.GTK]
* BUG: Now Mouse.Button returns the button number, between 1 and 5.
* BUG: Mouse.State returns the same thing as with Qt components, except that apparently GTK+ cannot tell if button 4 and 5 are pressed all the time.

[GB.GTK3]
* BUG: Now Mouse.Button returns the button number, between 1 and 5.
* BUG: Mouse.State returns the same thing as with Qt components, except that apparently GTK+ cannot tell if button 4 and 5 are pressed all the time.

[GB.QT4]
* BUG: Now Mouse.Button returns the button number, between 1 and 5.

[GB.QT5]
* BUG: Now Mouse.Button returns the button number, between 1 and 5.
2021-06-10 02:10:09 +02:00
..
ext Editor: Fix Highlight.Alternate property. 2019-07-04 20:52:17 +02:00
opengl
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-06 13:17:35 +01:00
CCheckBox.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CClipboard.cpp Remove debugging messages. 2021-03-10 20:12:47 +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 Automatic container resize now takes the arrangement of the parent of the container into account. 2021-05-08 20:52:31 +02:00
CContainer.h UserControl: Support for the 'Change' pseudo event. Use the new GB_FUNCTION structure to optimize support of UserControl_* pseudo event handlers. 2021-03-08 00:02:32 +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 Font.Height now uses the same metrics as Font.TextHeight(). 2021-03-12 03:36:19 +01: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 Font.Height now uses the same metrics as Font.TextHeight(). 2021-03-12 03:36:19 +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 Fix Mouse.Button and Mouse.State, especially for mouses having more than 3 buttons. 2021-06-10 02:10:09 +02:00
CMouse.h When opening a modal dialog or a popup while a mouse button is pressed, generate a fake MouseUp event because the true one is eaten by the modal dialog or the popup. 2021-03-14 22:26:13 +01:00
cpaint_impl.cpp Remove Label and TextLabel controls. Support for UserControl_Font() handler. Some text size computation fixes. 2021-03-06 13:17:35 +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-06 13:17:35 +01:00
CRadioButton.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CScreen.cpp UserControl: Support for the 'Change' pseudo event. Use the new GB_FUNCTION structure to optimize support of UserControl_* pseudo event handlers. 2021-03-08 00:02:32 +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
csvgimage.h
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: Add a padding proportional to the font height. 2021-05-11 03:47:04 +02:00
CTextArea.h [GB.QT5] 2019-07-03 10:27:12 +02:00
CTextBox.cpp TextBox & ComboBox: Fix declaration of new Cursor event. 2021-06-04 21:09:00 +02:00
CTextBox.h TextBox & ComboBox now raise a Cursor event when the cursor moves. 2021-06-04 20:26:16 +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-06 13:17:35 +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 Fix compilation of last warning removals. 2021-06-04 22:45:42 +02:00
CWidget.h Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-06 13:17:35 +01:00
CWindow.cpp Automatic container resize now takes the arrangement of the parent of the container into account. 2021-05-08 20:52:31 +02: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-06 13:17:35 +01:00
fix_style.h Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-06 13:17:35 +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
main.cpp Fix new gcc compiler warning. 2021-06-04 20:16:02 +02:00
main.h TextArea: Setting background and foreground colors now should work correctly in all cases. 2021-03-06 13:17:35 +01:00
Makefile.am Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl. 2021-03-06 13:17:35 +01:00
trayicon.xpm
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