gambas-source-code/main/lib
gambas d5c59c123c Change the GB_FUNCTION structure so that it stores the index of the method instead of its description pointer.
[INTERPRETER]
* NEW: Change the GB_FUNCTION structure so that it stores the index of the method instead of its description pointer.

[GB.DATA]
* OPT: The new GB_FUNCTION structure allows to reduce the size of the GRAPH_DESC structure.
2021-03-07 23:51:12 +01:00
..
clipper
complex
compress
data Change the GB_FUNCTION structure so that it stores the index of the method instead of its description pointer. 2021-03-07 23:51:12 +01:00
db Enumerating subcollection now silently ignores elements that do not exist anymore, instead of raising an error. 2021-02-06 04:04:42 +01:00
debug Tabs and newlines are now replaced by spaces inside error messages. Otherwise the debugger breaks. 2021-03-06 13:17:35 +01:00
draw PictureBox now uses the new UserControl Draw pseudo-event and Frame container in now implemented in Gambas. 2021-01-23 23:30:36 +01:00
eval Support for '#Script' preprocessor keyword. 2021-03-06 22:18:15 +01:00
geom
gui Do not crash if '$XDG_CURRENT_DESKTOP' is not defined. 2020-12-26 22:44:57 +01:00
gui.opengl
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 TrayIcon: The Picture property kind is now "Picture:NoCache" so that the trayicon icon is not modified when the current theme is dark. 2021-03-06 13:17:35 +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
inotify
jit
option
signal
term
test gb.test use dot instead of colon in TAP output 2021-03-06 14:14:58 +01:00
vb
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