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

[Git][gambas/gambas][stable] 9 commits: Workaround GTK+3 visual glitches when a project path is passed on the...



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


Commits:
d25f8ee2 by Benoît Minisini at 2025-11-19T22:51:07+01:00
Workaround GTK+3 visual glitches when a project path is passed on the command-line and opened immediately.

[DEVELOPMENT ENVIRONMENT]
* BUG: Workaround GTK+3 visual glitches when a project path is passed on the command-line and opened immediately.

- - - - -
6210a157 by Benoît Minisini at 2025-11-19T22:51:17+01:00
Welcome dialog: Handle welcome dialog visibility correctly again.

[DEVELOPMENT ENVIRONMENT]
* BUG: Welcome dialog: Handle welcome dialog visibility correctly again.

- - - - -
02b502c0 by Benoît Minisini at 2025-11-19T22:51:28+01:00
Dir("/") and RDir("/") do not raise an error anymore.

[INTERPRETER]
* BUG: Dir("/") and RDir("/") do not raise an error anymore.

- - - - -
88fe2d93 by Benoît Minisini at 2025-11-19T22:51:36+01:00
TabPanel: Internally use Panel instead of DrawingArea to help worakround GTK+3 bugs with overlapping windowless widgets.

[GB.FORM]
* BUG: TabPanel: Internally use Panel instead of DrawingArea to help worakround GTK+3 bugs with overlapping windowless widgets.

- - - - -
af6d86a3 by Benoît Minisini at 2025-11-19T22:51:47+01:00
Load the main window sub-forms during its 'Open' event, and not during its constructor, otherwise GTK+3 display rubbish.

[DEVELOPMENT ENVIRONMENT]
* BUG: Load the main window sub-forms during its 'Open' event, and not during its constructor, otherwise GTK+3 display rubbish.

- - - - -
b49fbef2 by Benoît Minisini at 2025-11-19T22:51:58+01:00
Automatic completion: Take possible braces around arguments into account.

[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Take possible braces around arguments into account.

- - - - -
c05bf694 by Benoît Minisini at 2025-11-19T22:52:09+01:00
ScrollArea: Scrollbars are a bit larger now.

[GB.GUI.BASE]
* NEW: ScrollArea: Scrollbars are a bit larger now.

- - - - -
c56536f3 by Benoît Minisini at 2025-11-19T22:52:24+01:00
Automatic completion: Take possible braces around arguments into account correctly again.

[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Take possible braces around arguments into account correctly again.

- - - - -
7bc1787d by Benoît Minisini at 2025-11-19T22:53:07+01:00
Automatic completion: Remove a now unused variable.

[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Remove a now unused variable.

- - - - -


13 changed files:

- app/src/gambas3/.project
- app/src/gambas3/.src/Connection/MConnection.module
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/VersionControl/VersionControl.module
- comp/src/gb.form/.lang/fr.po
- comp/src/gb.form/.project
- comp/src/gb.form/.src/TabPanel/TabPanel.class
- comp/src/gb.gui.base/.src/ScrollArea.class
- main/gbx/gbx_string.c
- main/gbx/gbx_subr_file.c


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7552157c6bc475dec01d1481ef234c4e339afe55...7bc1787d671810c0053c7b1311a4bd29f57a48a7

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7552157c6bc475dec01d1481ef234c4e339afe55...7bc1787d671810c0053c7b1311a4bd29f57a48a7
You're receiving this email because of your account on gitlab.com.