[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][stable] 5 commits: WebTabStrip: Setting the 'Text' property has been optimized and works correctly now.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][stable] 5 commits: WebTabStrip: Setting the 'Text' property has been optimized and works correctly now.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Tue, 04 Nov 2025 22:51:48 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch stable at Gambas / gambas Commits: fde7ebc9 by Benoît Minisini at 2025-11-04T23:50:51+01:00 WebTabStrip: Setting the 'Text' property has been optimized and works correctly now. [GB.WEB.GUI] * BUG: WebTabStrip: Setting the 'Text' property has been optimized and works correctly now. - - - - - 4598c6b2 by Benoît Minisini at 2025-11-04T23:51:06+01:00 TextArea: Do not create a new buffer when setting the text, it is not necessary, and it ensures that the 'Change' event is correctly raised. [GB.GTK] * BUG: TextArea: Do not create a new buffer when setting the text, it is not necessary, and it ensures that the 'Change' event is correctly raised. [GB.GTK3] * BUG: TextArea: Do not create a new buffer when setting the text, it is not necessary, and it ensures that the 'Change' event is correctly raised. - - - - - b381fd93 by Benoît Minisini at 2025-11-04T23:51:16+01:00 TextArea: Transparent backgrounds work correctly now. [GB.GTK3] * BUG: TextArea: Transparent backgrounds work correctly now. - - - - - 41ed4716 by Benoît Minisini at 2025-11-04T23:51:25+01:00 A test form was incorrectly exported. [GB.WEB.GUI] * BUG: A test form was incorrectly exported. - - - - - 6a44d71b by Benoît Minisini at 2025-11-04T23:51:33+01:00 Version control: Do not remove the project local settings file when putting it on version control. [DEVELOPMENT ENVIRONMENT] * BUG: Version control: Do not remove the project local settings file when putting it on version control. - - - - - 10 changed files: - app/src/gambas3/.src/VersionControl/VersionControl.module - comp/src/gb.web.gui/.project - + comp/src/gb.web.gui/.src/Helper.module - comp/src/gb.web.gui/.src/Test/FTestDrawingArea.webform - + comp/src/gb.web.gui/.src/Test/Webform5.class - + comp/src/gb.web.gui/.src/Test/Webform5.webform - comp/src/gb.web.gui/.src/WebLabel.class - comp/src/gb.web.gui/.src/WebTabPanel.class - comp/src/gb.web.gui/.version - gb.gtk/src/gtextarea.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/02a6d03ef96606c8ae9a85bebf4a9339f7a15d2f...6a44d71bced03fc60aa80650dc500e5a0333e8fd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/02a6d03ef96606c8ae9a85bebf4a9339f7a15d2f...6a44d71bced03fc60aa80650dc500e5a0333e8fd You're receiving this email because of your account on gitlab.com.