..
opengl
Replace my old sourceforge mail address by the new one.
2018-02-12 02:53:46 +01:00
sm
Fix compilation on GTK+ < 3.22.
2020-12-11 17:31:44 +01:00
canimation.cpp
Do not crash anymore when loading an Animation fails.
2021-01-11 01:24:20 +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
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
CButton.h
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
CColor.cpp
Fix detection of system colors and react to widget theme change.
2020-11-16 22:02:13 +01:00
CColor.h
CConst.cpp
CConst.h
CContainer.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
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
CDialog.h
CDraw.cpp
CDraw.h
CDrawingArea.cpp
Fix deferred control deletion.
2021-03-06 23:42:49 +01:00
CDrawingArea.h
Remove ScrollView control, add a Change event to the DrawingArea control, and propagate MouseWheel events automatically.
2018-09-12 13:54:30 +02:00
CFont.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
CFont.h
[DEVELOPMENT ENVIRONMENT]
2015-05-19 22:21:22 +00:00
CImage.cpp
Image.FromString() and Picture.FromString() are two new methods that load an image from the contents of a string.
2018-01-06 17:05:49 +01:00
CImage.h
Replace my old sourceforge mail address by the new one.
2018-02-12 02:53:46 +01:00
CKey.cpp
Make keyboard data available the same way as in Qt components.
2020-11-09 03:27:55 +01:00
CKey.h
Fix menu shortcuts.
2020-10-23 01:29:51 +02:00
CMenu.cpp
Fix how menus are destroyed.
2020-12-21 17:32:41 +01:00
CMenu.h
Fix Menu proxy management and Control.Refresh().
2020-10-01 23:23:40 +02:00
CMouse.cpp
Fix menu Show event and allow Mouse key modifiers properties outside of Mouse event handlers.
2020-10-22 10:06:40 +02:00
CMouse.h
cpaint_impl.cpp
PictureBox now uses the new UserControl Draw pseudo-event and Frame container in now implemented in Gambas.
2021-01-23 23:30:36 +01:00
cpaint_impl.h
PictureBox now uses the new UserControl Draw pseudo-event and Frame container in now implemented in Gambas.
2021-01-23 23:30:36 +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
PictureBox now uses the new UserControl Draw pseudo-event and Frame container in now implemented in Gambas.
2021-01-23 23:30:36 +01:00
CPicture.cpp
Image.FromString() and Picture.FromString() are two new methods that load an image from the contents of a string.
2018-01-06 17:05:49 +01:00
CPicture.h
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
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
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
PictureBox now uses the new UserControl Draw pseudo-event and Frame container in now implemented in Gambas.
2021-01-23 23:30:36 +01:00
CStyle.h
Lots of 'gb.gtk' and 'gb.gtk3' fixes.
2020-10-19 22:42:15 +02:00
csvgimage.cpp
[DEVELOPMENT ENVIRONMENT]
2015-12-05 11:14:30 +00:00
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
CTextArea.cpp
[DEVELOPMENT ENVIRONMENT]
2016-07-18 03:01:59 +00:00
CTextArea.h
CTextBox.cpp
Many fixes and clean-ups.
2020-11-14 03:42:52 +01:00
CTextBox.h
CTrayIcon.cpp
Control: Fix the Tooltip property.
2019-06-05 10:33:39 +02:00
CTrayIcon.h
[INTERPRETER]
2015-06-29 01:46:51 +00:00
CWatcher.cpp
Many fixes and clean-ups.
2020-11-14 03:42:52 +01:00
CWatcher.h
CWidget.cpp
DragLeave event is now always raised before entering another drop target.
2021-03-09 01:38:04 +01:00
CWidget.h
Continue working on Wayland support.
2020-12-21 04:54:14 +01:00
CWindow.cpp
Fix control enumerations.
2021-03-06 13:17:35 +01:00
CWindow.h
Start to rework top-level window layout management.
2021-03-06 13:17:35 +01:00
desktop.c
[INTERPRETER]
2015-07-02 14:26:10 +00:00
desktop.h
[INTERPRETER]
2015-07-02 14:26:10 +00:00
font-parser.cpp
Remove boolean definitions except in gb_common.h
2018-10-15 18:48:01 +02:00
font-parser.h
gapplication.cpp
Don't use a recent GLib API that is actually not needed.
2021-03-07 21:12:11 +01:00
gapplication.h
Fix deferred control deletion.
2021-03-06 23:42:49 +01:00
gb.gtk.component
gb.gtk.h
WebView: Implement events, and the Icon and Progress properties.
2020-09-29 00:36:23 +02:00
gbutton.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
gbutton.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
gclipboard.h
Clipboard.HasChanged is a new property that returns if the clipboard contents has changed since the last call to Clipboard.Paste().
2018-02-26 04:03:21 +01:00
gcolor.h
Replace my old sourceforge mail address by the new one.
2018-02-12 02:53:46 +01:00
gcombobox.cpp
Start to rework top-level window layout management.
2021-03-06 13:17:35 +01:00
gcombobox.h
Keyboard management fixes.
2020-11-24 21:37:55 +01:00
gcontainer.cpp
Fix DrawingArea and UserControl painting on 'gb.gtk'.
2021-03-06 13:17:35 +01:00
gcontainer.h
Don't use a recent GLib API that is actually not needed.
2021-03-07 21:12:11 +01:00
gcontrol.cpp
Showing or hiding a control does not trigger a parent arrangement if the Ignore property was set.
2021-03-10 15:50:17 +01:00
gcontrol.h
Control.NoTabFocus now correctly handle proxies.
2021-03-09 14:14:42 +01:00
gcursor.cpp
Continue working on Wayland support.
2020-12-21 04:54:14 +01:00
gcursor.h
Replace my old sourceforge mail address by the new one.
2018-02-12 02:53:46 +01:00
gdesktop.cpp
Fix control enumerations.
2021-03-06 13:17:35 +01:00
gdesktop.h
Centered is a new container property that centered its contents. Many GTK fixes.
2021-01-28 02:46:00 +01:00
gdialog.cpp
Get rid of unused code of native message boxes.
2020-12-18 02:09:04 +01:00
gdialog.h
Replace my old sourceforge mail address by the new one.
2018-02-12 02:53:46 +01:00
gdrag.cpp
DragLeave event is now always raised before entering another drop target.
2021-03-09 01:38:04 +01:00
gdrag.h
DragLeave event is now always raised before entering another drop target.
2021-03-09 01:38:04 +01:00
gdrawingarea.cpp
Fix DrawingArea and UserControl painting on 'gb.gtk'.
2021-03-06 13:17:35 +01:00
gdrawingarea.h
Fixes in Label autoresize, Panel arrangement, and Slider Max property.
2020-12-19 00:26:01 +01:00
gfont.cpp
Support for fonts whose name is made of digits only.
2021-03-08 20:12:59 +01:00
gfont.h
Rework Design property management so that it works better.
2020-11-12 19:58:51 +01:00
ggambastag.h
Replace my old sourceforge mail address by the new one.
2018-02-12 02:53:46 +01:00
gglarea.cpp
Start to rework top-level window layout management.
2021-03-06 13:17:35 +01:00
gglarea.h
Replace my old sourceforge mail address by the new one.
2018-02-12 02:53:46 +01:00
gkey.cpp
Fixes in keyboard management and default / cancel buttons.
2021-01-06 23:48:24 +01:00
gkey.h
Make keyboard data available the same way as in Qt components.
2020-11-09 03:27:55 +01:00
gmainwindow.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
gmainwindow.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
gmenu.cpp
Radio menu are correctly managed now.
2021-02-03 18:54:43 +01:00
gmenu.h
Some wayland fixes on menus.
2020-12-22 03:37:19 +01:00
gmouse.cpp
Window: Lower() and Raise() methods now work as expected.
2020-12-09 22:42:05 +01:00
gmouse.h
Window: Lower() and Raise() methods now work as expected.
2020-12-09 22:42:05 +01:00
gpanel.cpp
Fix DrawingArea and UserControl painting on 'gb.gtk'.
2021-03-06 13:17:35 +01:00
gpanel.h
PictureBox now uses the new UserControl Draw pseudo-event and Frame container in now implemented in Gambas.
2021-01-23 23:30:36 +01:00
gpicture.cpp
TextArea now have no minimum size if they have no scrollbars. Icons of disabled menus are now desaturated.
2020-11-11 00:21:54 +01:00
gpicture.h
WebView: Implement events, and the Icon and Progress properties.
2020-09-29 00:36:23 +02:00
gplugin.h
Replace my old sourceforge mail address by the new one.
2018-02-12 02:53:46 +01:00
gprinter.cpp
Printer: Setting OutputFile property to a void string does not toggle printing to file.
2020-12-21 17:31:05 +01:00
gprinter.h
Printer.Paper now works as expected.
2020-02-14 00:45:36 +01:00
gscrollbar.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
gshare.h
Replace my old sourceforge mail address by the new one.
2018-02-12 02:53:46 +01:00
gsignals.cpp
DragLeave event is now always raised before entering another drop target.
2021-03-09 01:38:04 +01:00
gslider.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
gslider.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
gtabstrip.cpp
Container: Fix ClientWidth and ClientHeight computation.
2021-02-05 22:56:17 +01:00
gtabstrip.h
Container: Fix ClientWidth and ClientHeight computation.
2021-02-05 22:56:17 +01:00
gtag.h
Replace my old sourceforge mail address by the new one.
2018-02-12 02:53:46 +01:00
gtextarea.cpp
Don't hide TextBox or TextArea internal window if the control has the focus.
2021-02-15 22:01:10 +01:00
gtextarea.h
TextArea: Fix minimum size when scrollbars are disabled.
2021-02-01 20:03:42 +01:00
gtextbox.cpp
Don't hide TextBox or TextArea internal window if the control has the focus.
2021-02-15 22:01:10 +01:00
gtextbox.h
Define the minimum size of controls better, so that less GTK+ spurious warnings are emitted.
2021-01-19 02:02:46 +01:00
gtools.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
gtools.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
gtrayicon.cpp
Continue working on Wayland support.
2020-12-21 04:54:14 +01:00
gtrayicon.h
Control: Fix the Tooltip property.
2019-06-05 10:33:39 +02:00
gtree.cpp
Fix management of menus.
2020-11-05 01:38:57 +01:00
gtree.h
kentities.h
Remove register keyword, deprecated, now reserved keyword with C++17
2019-10-30 06:53:09 +00:00
main.cpp
Remove Label and TextLabel controls. Support for UserControl_Font() handler. Some text size computation fixes.
2021-03-06 13:17:35 +01:00
main.h
UserControl now can paint itself through a UserControl_Draw method.
2021-01-23 02:44:46 +01:00
Makefile.am
Remove Label and TextLabel controls. Support for UserControl_Font() handler. Some text size computation fixes.
2021-03-06 13:17:35 +01:00
watcher.cpp
GTK+ fixes, especially for Wayland.
2021-01-18 21:55:07 +01:00
watcher.h
widgets.h
Merge branch 'wayland' of https://gitlab.com/gambas/gambas into wayland
2020-12-21 05:19:07 +01:00
x11.c
x11.h