gambas-source-code/main/lib
Benoît Minisini cfd42c7186 Support for breakpoints inside project components.
[INTERPRETER]
* NEW: Support for breakpoints inside project components.

[GB.DEBUG]
* NEW: Support for breakpoints inside project components.
2022-07-27 01:04:31 +02:00
..
clipper Update library to version 6.4.2. 2019-06-29 16:10:21 +02:00
complex Optimize division, thanks to Cedron Dawg. 2019-03-02 12:50:33 +01:00
compress Update authors. 2021-04-05 15:03:38 +02:00
data AvlTree: Clearing the tree now correctly frees all nodes. 2021-11-05 20:11:24 +01:00
db 'Collection.Options' is a new property that allows to define the specific options of a connection. 2022-04-09 13:30:01 +02:00
debug Support for breakpoints inside project components. 2022-07-27 01:04:31 +02:00
draw Add two API for translating and scaling the current painter. 2021-10-29 02:49:34 +02:00
eval The Highlight constants now follow the order defined by the new 'gb.eval.highlight' design. 2021-11-05 16:46:35 +01:00
geom Add ALIGN_IS_NORMAL() macro for alignment constants. 2022-02-18 09:06:35 +01:00
gui Do not crash if '$XDG_CURRENT_DESKTOP' is not defined. 2020-12-26 22:44:57 +01:00
gui.opengl Support for 'gb.gtk3.opengl' component. 2021-05-07 19:20:04 +02:00
gui.qt Use "$XDG_CURRENT_DESKTOP" before "$KDE_FULL_SESSION" to know if we are running KDE. 2020-12-21 17:45:26 +01:00
gui.qt.opengl Fix error message choice. 2021-01-04 13:14:30 +01:00
gui.qt.webkit Fix error message choice. 2021-01-04 13:14:30 +01:00
gui.trayicon Support for the GB_GUI_TRAYICON_NO_DBUS environment variable. 2021-03-18 17:20:30 +01:00
gui.webview Fix error message choice. 2021-01-04 13:14:30 +01:00
image Add more color constants. 2021-03-06 13:17:35 +01:00
image.effect Remove register keyword, deprecated, now reserved keyword with C++17 2019-10-30 06:53:09 +00:00
inotify gb.inotify: Fix Watch.Events[] accessor 2019-03-07 08:24:08 +01:00
jit Add an API to retrieve the last error message. 2022-07-23 15:40:08 +02:00
option
signal 'Signal[].Send()' is a new method for sending a signal. 2022-06-20 01:37:54 +02:00
term Make main compile on Hurd 2018-10-17 22:08:50 +02:00
test Adapt Assert.Ok() method to the new backtrace format. 2022-07-23 23:26:58 +02:00
vb Replace my old sourceforge mail address by the new one. 2018-02-12 02:53:46 +01:00
gb.component Correctly remove 'gb.component' file from installation once the metadata has been generated. 2020-11-27 20:33:15 +01:00
Makefile.am Move 'gb.form.htmlview' source code directory at the top, so it is compiled after the components its project requires. 2021-10-31 17:55:55 +01:00