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
gb_error.c
gb_error.h
gb_file.c
gb_file.h
gb_str.c
gb_str.h
gb_table.c
gba.c
gbc.c
gbc_archive.c
gbc_archive.h
gbc_class.c
gbc_class.h
gbc_code.c
gbc_compile.c
gbc_compile.h
gbc_dump.c
gbc_form.c
gbc_form.h
gbc_header.c
gbc_header.h
gbc_output.c
gbc_output.h
gbc_pcode.c
gbc_read.c
gbc_read.h
gbc_reserved.c
gbc_trans.c
gbc_trans.h
gbc_trans_code.c
gbc_trans_ctrl.c
gbc_trans_expr.c
gbc_trans_subr.c
gbc_trans_tree.c
gbc_type.c
gbc_type.h
gbi.c [DEVELOPMENT ENVIRONMENT] 2008-03-31 19:04:28 +00:00
Makefile.am