gambas 0badb09bd8 [DEVELOPMENT ENVIRONMENT]
* NEW: The icon of database connections that can be used as a template now use the "exported" emblem.
* NEW: The project filter entered in the welcome dialog is now transmitted to the open project dialog.
* NEW: The project filter now takes the project version into account.
* NEW: Update some module icons.
2017-12-15 21:43:22 +01:00
2017-12-15 21:43:22 +01:00
2017-12-15 21:41:42 +01:00
2017-09-27 23:05:11 +02:00
2017-09-16 23:52:47 +02:00
2017-11-10 20:35:27 +01:00
2017-09-06 12:58:12 +02:00
2017-11-10 20:35:27 +01:00
2017-08-15 15:39:49 +02:00
2017-07-24 18:53:33 +00:00
2017-08-28 19:48:01 +00:00
2017-08-17 15:46:57 +02:00
2017-09-21 13:04:20 +00:00
2017-07-24 18:53:33 +00:00
2017-07-24 18:53:33 +00:00

Gambas Almost Means BASIC

GAMBAS is a free implementation of a graphical development environment based on a BASIC interpreter and a full development platform. It is very inspired by Visual Basic and Java.

Go to http://gambas.sourceforge.net to get more information: how to compile and install it, where to find binary packages, how to report a bug...

Go to http://gambaswiki.org for the language documentation.

The following pieces of code were borrowed and adapted:

  • The natural string comparison algorithme was adapted from the algorithm made by Martin Pol. See http://sourcefrog.net/projects/natsort/ for more details.

  • The hash table implementation was adapted from the glib one.

  • The HTML entities parsing in gb.gtk comes from KHTML sources.

  • The gb.image.effect sources are adapted from KDE 3 image effect routines.

  • The blur image algorithm was adapted from the StackBlur javascript routine from http://www.quasimondo.com/StackBlurForCanvas.

  • The gb.clipper library embeds the Clipper library. See http://www.angusj.com/delphi/clipper.php for mode details.

  • The function that computes the easter day of a specific year uses an algorithm made by Aloysius Lilius And Christophorus Clavius.

If I forget some borrowed code in the list above, just tell me.

Enjoy Gambas!

Benoît.

Description
Gambas is a free development environment and a full powerful development platform based on a Basic interpreter with object extensions, as easy as Visual Basic™.
Readme 133 MiB
Languages
C 53.6%
C++ 29.5%
Shell 5.2%
Logos 3.6%
JavaScript 2.1%
Other 5.9%