[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][stable] 9 commits: Fix line number of function declarations.
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: [Git][gambas/gambas][stable] 9 commits: Fix line number of function declarations.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Thu, 15 Jan 2026 23:14:43 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch stable at Gambas / gambas Commits: cc9f1a81 by Benoît Minisini at 2026-01-16T00:07:27+01:00 Fix line number of function declarations. [COMPILER] * BUG: Fix line number of function declarations. - - - - - 1fc1519d by Benoît Minisini at 2026-01-16T00:07:55+01:00 Fix a memory leak in font metrics management. [GB.GTK] * BUG: Fix a memory leak in font metrics management. [GB.GTK3] * BUG: Fix a memory leak in font metrics management. - - - - - daceac5e by Benoît Minisini at 2026-01-16T00:08:03+01:00 Fix a memory leak when internally dealing with GTK+ styles. [GB.GTK3] * BUG: Fix a memory leak when internally dealing with GTK+ styles. * BUG: Recompute desktop colors only when really needed. - - - - - 4deceb6d by Benoît Minisini at 2026-01-16T00:09:10+01:00 'Window.Close()' has no effect now when there is modal or popup windows opened after it. [GB.GTK] * BUG: Do not declare a specific 'gb.gtk3' variable. * BUG: 'Window.Close()' has no effect now when there is modal or popup windows opened after it. [GB.GTK3] * BUG: 'Window.Close()' has no effect now when there is modal or popup windows opened after it. - - - - - 35134491 by Benoît Minisini at 2026-01-16T00:10:01+01:00 GitLab CI: disable 'gb.gnome.keyring' on 'archlinux'. - - - - - 53d8d52d by Benoît Minisini at 2026-01-16T00:10:11+01:00 UserContainer: The 'Design' property now behaves correctly as in Qt components. [GB.GTK] * BUG: UserContainer: The 'Design' property now behaves correctly as in Qt components. [GB.GTK3] * BUG: UserContainer: The 'Design' property now behaves correctly as in Qt components. - - - - - 5b951100 by Benoît Minisini at 2026-01-16T00:10:27+01:00 TabPanel: Fix how arrows are drawn. [GB.FORM] * BUG: TabPanel: Fix how arrows are drawn. - - - - - 451cd6f6 by Benoît Minisini at 2026-01-16T00:10:37+01:00 Fix the detection of the target control of an event. [GB.GTK] * BUG: Fix the detection of the target control of an event. [GB.GTK3] * BUG: Fix the detection of the target control of an event. - - - - - 2864ae4f by Benoît Minisini at 2026-01-16T00:14:11+01:00 Switch to version 3.21.3. - - - - - 17 changed files: - .gitlab-ci.yml - VERSION - comp/src/gb.form/.src/TabPanel/TabPanel.class - gb.gtk/src/CWindow.cpp - gb.gtk/src/gapplication.cpp - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gdesktop.cpp - gb.gtk/src/gfont.cpp - gb.gtk/src/gfont.h - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gmainwindow.h - gb.gtk/src/gtools.cpp - gb.gtk/src/gtools.h - main/gbc/gbc_header.c - version.m4 View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5bca3751de586bec8e6ea69817b97dcc73534d71...2864ae4f81618b1369bb69eb7ad1dcf9e37f9df4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5bca3751de586bec8e6ea69817b97dcc73534d71...2864ae4f81618b1369bb69eb7ad1dcf9e37f9df4 You're receiving this email because of your account on gitlab.com.