- 02 Jul, 2022 1 commit
-
-
Benoît Minisini authored
[GB.GUI.BASE] * BUG: Forgot to declare new Clipboard methods as static.
-
- 01 Jul, 2022 3 commits
-
-
Benoît Minisini authored
When making an executable, copy the executable path to the clipboard so that you can paste it to copy the file manually if you need. [DEVELOPMENT ENVIRONMENT] * BUG: The list of translatable properties is now case insensitive. * NEW: When making an executable, copy the executable path to the clipboard so that you can paste it to copy the file manually if you need.
-
Benoît Minisini authored
[GB.FORM] * NEW: FileChooser: Use the new Clipboard.CopyPaths() method.
-
Benoît Minisini authored
[GB.GUI.BASE] * NEW: Clipboard.CopyPath() is a new method that copies a file path to the clipboard. * NEW: Clipboard.CopyPaths() is a new method that copies a list of file paths to the clipboard.
-
- 30 Jun, 2022 7 commits
-
-
Benoît Minisini authored
[GB.WEB.GUI] * NEW: Key events modifiers do not have two different names anymore according to the context. * BUG: Remove a possible stack overflow in javascript focus management.
-
Benoît Minisini authored
[GB.GTK3] * BUG: The changes in main window stylesheet do not apply to the embedded title bar anymore.
-
Benoît Minisini authored
[GB.GUI.BASE] * BUG: ComboBox: Fix normalization of popup position.
-
Benoît Minisini authored
[GB.PDF] * BUG: Still try to make 'gb.pdf' compile with poppler 22.06.
-
Benoît Minisini authored
[GB.PDF] * BUG: Try to make 'gb.pdf' compile with poppler 22.06, and disable it for higher versions.
-
Benoît Minisini authored
* BUG: Try to make 'gb.pdf' compile with poppler 22.06.
-
Benoît Minisini authored
TextEditor: The 'Remove()' method now normalizes its arguments to avoid crashing if they are outside the document. [GB.FORM.EDITOR] * BUG: TextEditor: The 'Remove()' method now normalizes its arguments to avoid crashing if they are outside the document.
-
- 28 Jun, 2022 1 commit
-
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * BUG: Fix debug browser selection button management again. * BUG: Project open dialog: Ignore '.project' files at the root of home folders.
-
- 23 Jun, 2022 1 commit
-
-
Benoît Minisini authored
Error raised by the Gambas code on the server should now normally be displayed in the browser within an alert box. [GB.WEB.GUI] * NEW: Error raised by the Gambas code on the server should now normally be displayed in the browser within an alert box.
-
- 21 Jun, 2022 1 commit
-
-
Benoît Minisini authored
[GB.GUI.BASE] * NEW: ComboBox: Popup list now can be searched by entering text with the keyboard.
-
- 20 Jun, 2022 1 commit
-
-
Benoît Minisini authored
[GB.FORM] * NEW: DateBox: 'Editor' is a new property that returns the internal MaskBox. * NEW: ValueBox: 'SelectAll()' is a new method that selects the text inside the ValueBox internal editor.
-
- 19 Jun, 2022 3 commits
-
-
Benoît Minisini authored
[GB.SIGNAL] * NEW: 'Signal[].Send()' is a new method for sending a signal. It's an alternative syntax to the 'Signal.Send()' method.
-
Benoît Minisini authored
[INTERPRETER] * NEW: Replace a global variable by a function argument in CLASS_look() and CLASS_find() functions.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * BUG: Fix debug browser selection button management.
-
- 18 Jun, 2022 5 commits
-
-
Benoît Minisini authored
[GB.QT4.WEBVIEW] * BUG: Try again to make 'gb.qt4.webview' compile.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * NEW: Add a menu button to the main toolbar to choose the debug browser. * NEW: Update French translation.
-
Benoît Minisini authored
[GB.QT4.WEBVIEW] * BUG: Fix 'gb.qt4.webview' compilation.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * NEW: Option dialog: Remove the ability to choose the external browser. The default one given by the environment is always used. * NEW: Add an internal browser for debugging web applications. * NEW: Debugger options dialog: Allow to choose the browser used for debugging web applications, between Firefox, Chromium or the internal debug browser. * NEW: The browser used for debugging is now run in its own process and in private mode. Create a custom profile in Firefox for that.
-
Benoît Minisini authored
[GB.GTK3.WEBVIEW] * NEW: WebView.Cookies.Clear() is a new method that removes all cookies. [GB.QT4.WEBVIEW] * NEW: WebView.Cookies.Clear() is a new method that removes all cookies. [GB.QT5.WEBVIEW] * NEW: WebView.Cookies.Clear() is a new method that removes all cookies.
-
- 14 Jun, 2022 1 commit
-
-
Benoît Minisini authored
Fix 'String[].FindSorted()' and 'String[].ExistSorted()' when using 'gb.Like' or 'gb.Match' comparison methods. [INTERPRETER] * BUG: Fix 'String[].FindSorted()' and 'String[].ExistSorted()' when using 'gb.Like' or 'gb.Match' comparison methods.
-
- 06 Jun, 2022 4 commits
-
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * NEW: Use the new 'ShowButtons' property to hide side panels handles.
-
Benoît Minisini authored
[DEVELOPMENT ENVIRONMENT] * NEW: Update support file.
-
Benoît Minisini authored
SidePanel: 'ShowButtond' is a new property that hides the little arrow buttons that toggle the panels, and also hides the side handle in transparent mode. [GB.FORM] * NEW: SidePanel: 'ShowButtond' is a new property that hides the little arrow buttons that toggle the panels, and also hides the side handle in transparent mode.
-
Benoît Minisini authored
[GB.GTK] * BUG: Restarting a timer during its event handler should not lead to a possible crash anymore. [GB.GTK3] * BUG: Restarting a timer during its event handler should not lead to a possible crash anymore.
-
- 05 Jun, 2022 1 commit
-
-
Benoît Minisini authored
[GB.OPENSSL] * BUG: Fix the 'sort_and_dedupe()' internal method.
-
- 30 May, 2022 1 commit
-
-
Benoît Minisini authored
[GB.WEB.GUI] * BUG: Focus frame should be managed correctly in all cases now. * NEW: Disable the web page until it is fully loaded.
-
- 29 May, 2022 2 commits
-
-
Benoît Minisini authored
[GB.FORM] * BUG: TabPanel: Fix layout routine. * NEW: TabPanel: Make 'ShowTabPanel' property visible in the IDE
-
Benoît Minisini authored
[GB.GTK] * BUG: Container hidden because of a null size do not disable arrangement. [GB.GTK3] * BUG: Container hidden because of a null size do not disable arrangement.
-
- 28 May, 2022 3 commits
-
-
Benoît Minisini authored
[GB.GTK] * BUG: Container are now still arranged when they are hidden because of a null size. [GB.GTK3] * BUG: Container are now still arranged when they are hidden because of a null size.
-
Benoît Minisini authored
[INTERPRETER] * NEW: Add all comparison constants to 'gambas.h' API header file. [GB.OPENSSL] * BUG: Use the API instead of directly including interpreter header files. It breaks compilation on Ubuntu 22.10.1.
-
Benoît Minisini authored
[GB.GTK] * BUG: Hide menu before destroying it, so that the top-level menu bar is correctly updated. [GB.GTK3] * BUG: Hide menu before destroying it, so that the top-level menu bar is correctly updated.
-
- 27 May, 2022 4 commits
-
-
Benoît Minisini authored
[GB.EVAL.HIGHLIGHT] * BUG: TextHighlighter: Fix ToHTML(), ToRichText() and ToANSI() methods.
-
Benoît Minisini authored
[CONFIGURATION] * BUG: Fix detection of C++11 and C++17 compilation flags. [GB.FORM.HTMLVIEW] * BUG: Fix use of C++11 compilation flags.
-
Benoît Minisini authored
-
Benoît Minisini authored
[GB.GUI.BASE] * NEW: ComboBox: The width of the popup now tries to fit the largest item if possible. * NEW: ComboBox: The popup is now positioned so that it is always fully visible as much as possible. It must not work on Wayland.
-
- 26 May, 2022 1 commit
-
-
Benoît Minisini authored
[INTERPRETER] * NEW: 'GB.Every()' API now creates a timer that is ignored by the event loop.
-