gambas-source-code/main/gbc
Benoît Minisini 145de0854b [DEVELOPMENT ENVIRONMENT]
* NEW: You can open a terminal in the project directory now.
* NEW: The IDE now marks projects as Gambas 3 projects.
* NEW: Port Gambas2 fixes.

(INTERPRETER]
* NEW: New API for returning the type of a Gambas array.

[GB.DESKTOP]
* NEW: New internal methods for reading or writing a windows property, and
  for sending a client message to the root window.
* NEW: Desktop.Find() has been renamed to Desktop.FindWindow().
* NEW: Desktop.OpenTerminal() opens a terminal on a specified directory 
  according to the current desktop in use.

[GB.QT]
* BUG: Window id are really integers, not pointers.

[GB.GTK]
* BUG: Window id are really integers, not pointers.


git-svn-id: svn://localhost/gambas/trunk@1276 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-03-31 19:04:28 +00:00
..
gb_alloc.c
gb_array.c
gb_buffer.c
gb_common.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb_error.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb_error.h [64 BITS] 2008-01-06 18:49:23 +00:00
gb_file.c
gb_file.h
gb_str.c [DEVELOPMENT ENVIRONMENT] 2008-03-11 13:29:47 +00:00
gb_str.h [DEVELOPMENT ENVIRONMENT] 2008-03-11 13:29:47 +00:00
gb_table.c
gba.c [64 BITS] 2008-01-06 18:49:23 +00:00
gbc.c [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_archive.c [OPENBSD] 2008-02-18 23:07:24 +00:00
gbc_archive.h
gbc_class.c [INTERPRETER] 2008-03-17 14:54:17 +00:00
gbc_class.h [INTERPRETER] 2008-03-17 14:54:17 +00:00
gbc_code.c
gbc_compile.c [COMPILER] 2008-03-21 03:07:04 +00:00
gbc_compile.h [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_dump.c
gbc_form.c [CONFIGURATION] 2008-02-14 11:59:36 +00:00
gbc_form.h [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_header.c [CONFIGURATION] 2008-02-24 16:29:02 +00:00
gbc_header.h
gbc_output.c [OPENBSD] 2008-02-18 23:07:24 +00:00
gbc_output.h [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_pcode.c
gbc_read.c [CONFIGURATION] 2008-02-14 11:59:36 +00:00
gbc_read.h
gbc_reserved.c [DEVELOPMENT ENVIRONMENT] 2008-01-18 13:43:10 +00:00
gbc_trans.c [CONFIGURATION] 2008-02-02 10:54:13 +00:00
gbc_trans.h [INTERPRETER] 2008-03-17 14:54:17 +00:00
gbc_trans_code.c [INTERPRETER] 2008-03-17 14:54:17 +00:00
gbc_trans_ctrl.c [DEVELOPMENT ENVIRONMENT] 2008-02-06 00:25:48 +00:00
gbc_trans_expr.c [COMPILER] 2008-03-18 12:47:12 +00:00
gbc_trans_subr.c [INTERPRETER] 2008-03-17 14:54:17 +00:00
gbc_trans_tree.c [DEVELOPMENT ENVIRONMENT] 2008-02-06 00:25:48 +00:00
gbc_type.c [OPENBSD] 2008-02-18 23:07:24 +00:00
gbc_type.h [DEVELOPMENT ENVIRONMENT] 2008-01-18 13:43:10 +00:00
gbi.c [DEVELOPMENT ENVIRONMENT] 2008-03-31 19:04:28 +00:00
Makefile.am