[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 4 commits: Fix stock icon refresh. Raise ScrollArea 'MouseWheel' event before handling it.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 4 commits: Fix stock icon refresh. Raise ScrollArea 'MouseWheel' event before handling it.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Thu, 19 Sep 2024 16:07:18 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 88cf0458 by Benoît Minisini at 2024-09-19T17:57:16+02:00 Fix stock icon refresh. Raise ScrollArea 'MouseWheel' event before handling it. [GB.GUI.BASE] * BUG: Fix stock icon refresh. * BUG: ScrollArea: Raise 'MouseWheel' event before handling it. - - - - - 8a7b5140 by Benoît Minisini at 2024-09-19T17:57:59+02:00 Fix 'Window.Controls' property. [GB.GTK] * BUG: Window: Fix 'Controls' property. Do not return children of the sub-windows anymore. [GB.GTK3] * BUG: Window: Fix 'Controls' property. Do not return children of the sub-windows anymore. [GB.QT4] * BUG: Window: 'Controls' property works correctly now. [GB.QT5] * BUG: Window: 'Controls' property works correctly now. [GB.QT6] * BUG: Window: 'Controls' property works correctly now. - - - - - acbaf851 by Benoît Minisini at 2024-09-19T18:02:00+02:00 Change how the ColorButton color is drawn. Draw ColorPalette palette even on small sizes. [GB.FORM] * NEW: ColorButton: Change how the color is drawn. * NEW: ColorPalette: Draw palette even on small sizes. * NEW: ImageView: Handle 'MouseWheel' event according to the 'ScrollArea' change. - - - - - 3c8f9177 by Benoît Minisini at 2024-09-19T18:06:08+02:00 Redraw 'replace' stock icon. [GB.FORM.STOCK] * NEW: Redraw 'replace' stock icon. - - - - - 22 changed files: - + comp/src/gb.form.stock/gambas-mono/128/replace.png - − comp/src/gb.form.stock/gambas-mono/32/replace.png - comp/src/gb.form.stock/gambas-thin/128/replace.png - + comp/src/gb.form.stock/gambas/128/replace.png - − comp/src/gb.form.stock/gambas/32/replace.png - comp/src/gb.form/.lang/ca.po - comp/src/gb.form/.lang/fa.po - comp/src/gb.form/.lang/zh.po - comp/src/gb.form/.lang/zh_TW.po - comp/src/gb.form/.project - comp/src/gb.form/.src/Color/ColorButton.class - comp/src/gb.form/.src/Color/ColorPalette.class - comp/src/gb.form/.src/ImageView/ImageView.class - comp/src/gb.gui.base/.lang/de.po - comp/src/gb.gui.base/.lang/fr.po - comp/src/gb.gui.base/.lang/zh.po - comp/src/gb.gui.base/.src/Picture.class - comp/src/gb.gui.base/.src/ScrollArea.class - gb.gtk/src/gmainwindow.cpp - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWidget.h - gb.qt4/src/CWindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/598aa963f53d92c9fc0f275e5939d70f22f9ff65...3c8f91778ec4e490d8ccf7ae5093e072860e55ae -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/598aa963f53d92c9fc0f275e5939d70f22f9ff65...3c8f91778ec4e490d8ccf7ae5093e072860e55ae You're receiving this email because of your account on gitlab.com.