[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][stable] 8 commits: Add some new SQLite3 error messages.



Benoît Minisini pushed to branch stable at Gambas / gambas


Commits:
9d1c8c69 by Benoît Minisini at 2025-05-09T23:42:01+02:00
Add some new SQLite3 error messages.

[GB.DB2.SQLITE3]
* BUG: Fix debug message prefix.
* NEW: Add some new SQLite3 error messages.

- - - - -
90eac2b5 by Bruce Steers at 2025-05-09T23:42:28+02:00
JIT, fix datatype error
[GB.JIT]
* BUG: use correct datatype in JIT method.

- - - - -
94c487c1 by Benoît Minisini at 2025-05-09T23:42:47+02:00
Add '-std=gnu17' to the compiler flags, so that JIT code compiles on recent gcc or clang versions.

[GB.JIT]
* BUG: Add '-std=gnu17' to the compiler flags, so that JIT code compiles on recent gcc or clang versions.

- - - - -
f3d0a940 by Benoît Minisini at 2025-05-09T23:42:56+02:00
Add '-std=gnu17' flag to all compiler exections.

[GB.JIT]
* BUG: Add '-std=gnu17' flag to all compiler exections.

- - - - -
25fc9492 by Benoît Minisini at 2025-05-09T23:50:41+02:00
Correctly identify MySQL TINYINT(1) as Boolean Gambas datatype in all cases.

[GB.DB.MYSQL]
* BUG: Correctly identify TINYINT(1) as Boolean Gambas datatype in all cases.

[GB.DB2.MYSQL]
* BUG: Correctly identify TINYINT(1) as Boolean Gambas datatype in all cases.

- - - - -
bd90b01d by Benoît Minisini at 2025-05-09T23:50:51+02:00
Resize the window back to its original size when setting the 'Transparent' property.

[GB.GTK3]
* BUG: Resize the window back to its original size when setting the 'Transparent' property.

- - - - -
1f4019f3 by Benoît Minisini at 2025-05-09T23:51:02+02:00
New 'python' and 'perl' stock icons.

[GB.FORM.STOCK]
* NEW: New 'python' and 'perl' stock icons.

- - - - -
cd552a51 by Benoît Minisini at 2025-05-09T23:51:33+02:00
TabStrip buttons do not shrink anymore as soon as a control internally using a GtkBox is created.

[GB.GTK3]
* BUG: TabStrip buttons do not shrink anymore as soon as a control internally using a GtkBox is created.

- - - - -


16 changed files:

- + comp/src/gb.form.stock/gambas-mono/128/perl.png
- + comp/src/gb.form.stock/gambas-mono/128/python.png
- + comp/src/gb.form.stock/gambas-thin/128/perl.png
- + comp/src/gb.form.stock/gambas-thin/128/python.png
- + comp/src/gb.form.stock/gambas/128/perl.png
- + comp/src/gb.form.stock/gambas/128/python.png
- comp/src/gb.form.stock/icon.map
- comp/src/gb.form.stock/links
- gb.db.mysql/src/main.c
- gb.db2.mysql/src/main.c
- gb.db2.sqlite3/src/gb.db2.sqlite3/.src/_DatabaseDriver_Sqlite3.class
- gb.db2.sqlite3/src/helper.c
- gb.gtk/src/gcontrol.cpp
- gb.gtk/src/gmainwindow.cpp
- gb.gtk/src/gtabstrip.cpp
- main/lib/jit/gb.jit/.src/CCompilation.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/16a6e08f1741eb41cc6d489d327704e0ff8ae505...cd552a51579fc61d9058505f09acc9dff7af74a1

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/16a6e08f1741eb41cc6d489d327704e0ff8ae505...cd552a51579fc61d9058505f09acc9dff7af74a1
You're receiving this email because of your account on gitlab.com.