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™.
Find a file
Benoît Minisini 44535e92c2 [DEVELOPMENT ENVIRONMENT]
* NEW: The package name of the library is now always prefixed with the vendor name or prefix, so that this name is predictable.
* BUG: Consequently, making a package of a project using another library does not crash anymore if that library was never packaged.
* NEW: When creating the package, display the messages in a box below the output log. Do not use message boxes anymore.
* NEW: When uninstalling a library, automatically remove the vendor directory if it is void.
* NEW: When uninstalling a software installed from the farm, automatically remove the vendor directory if it is void.


git-svn-id: svn://localhost/gambas/trunk@7915 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2016-09-20 01:16:32 +00:00
app [DEVELOPMENT ENVIRONMENT] 2016-09-20 01:16:32 +00:00
benchmark [DEVELOPMENT ENVIRONMENT] 2015-11-14 23:22:10 +00:00
comp [GB.FORM] 2016-09-13 02:17:30 +00:00
gb.cairo
gb.compress.bzlib2
gb.compress.zlib [GB.COMPRESS.ZLIB] 2015-10-07 01:02:31 +00:00
gb.crypt [GB.CRYPT] 2016-01-10 23:20:57 +00:00
gb.db.mysql [GB.DB.MYSQL] 2016-05-04 14:56:57 +00:00
gb.db.odbc [COMPILER] 2016-09-03 23:45:59 +00:00
gb.db.postgresql [GB.DB.POSTGRESQL] 2016-03-20 01:28:16 +00:00
gb.db.sqlite2 [GB.DB.SQLITE2] 2015-10-16 11:52:39 +00:00
gb.db.sqlite3 [CONFIGURATION] 2015-12-27 18:16:32 +00:00
gb.dbus [GB.DBUS] 2016-08-31 19:59:22 +00:00
gb.desktop.gnome.keyring
gb.desktop.x11 [GB.DESKTOP.X11] 2015-12-04 19:57:17 +00:00
gb.gmp
gb.gsl
gb.gtk [GB.GTK] 2016-09-07 20:08:36 +00:00
gb.gtk3 [CONFIGURATION] 2016-05-24 16:18:48 +00:00
gb.httpd [DEVELOPMENT ENVIRONMENT] 2015-11-10 03:57:44 +00:00
gb.image.imlib
gb.image.io [GB.IMAGE.IO] 2016-09-03 23:53:43 +00:00
gb.jit
gb.libxml
gb.media
gb.mime
gb.ncurses
gb.net [GB.NET] 2016-05-04 19:53:01 +00:00
gb.net.curl [GB.NET.CURL] 2016-08-31 10:35:57 +00:00
gb.openal [GB.OPENAL] 2015-10-21 20:25:44 +00:00
gb.opengl
gb.openssl [CONFIGURATION] 2016-09-05 16:27:18 +00:00
gb.pcre
gb.pdf
gb.qt4 [GB.DESKTOP] 2016-08-19 14:37:19 +00:00
gb.qt5 [CONFIGURATION] 2016-05-24 16:18:48 +00:00
gb.sdl [INTERPRETER] 2016-04-03 11:40:08 +00:00
gb.sdl.sound
gb.sdl2 [GB.SDL2] 2016-07-22 20:37:04 +00:00
gb.v4l
gb.xml [GB.XML] 2016-09-13 12:37:08 +00:00
m4
main [INTERPRETER] 2016-09-05 15:55:03 +00:00
TEMPLATE
acinclude.m4 [CONFIGURATION] 2016-08-20 16:23:39 +00:00
AUTHORS
build-dist
ChangeLog
component.am
configure.ac
COPYING
depcomp
INSTALL
INSTALL.html
Makefile.am [CONFIGURATION] 2015-10-05 17:24:34 +00:00
missing [CONFIGURATION] 2016-07-15 15:13:10 +00:00
NEWS
README
README.svn-commit
reconf
reconf-all
TODO
VERSION [CONFIGURATION] 2016-08-20 16:23:39 +00:00
version.m4 [CONFIGURATION] 2016-08-20 16:23:39 +00:00

WELCOME TO GAMBAS!

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://gambasdoc.org for 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.net.smtp component is a debugged and reworked version of an 
  unmaintained library made by Kevin Read <obsidian@berlios.de> in 2002.

- 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.

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

Enjoy Gambas!

--
Benoît