gambas-source-code/main/gbc
Benoît Minisini e5e9e513ed [DEVELOPMENT ENVIRONMENT]
* NEW: Support for classes defined twice in a component: once in the native 
  part, once in the gambas part.
* NEW: Use the new Paint.TrimText() method.

[INFORMER]
* NEW: Support for classes defined twice in a component: once in the native 
  part, once in the gambas part.

[GB.GUI.BASE]
* NEW: Paint.TrimText() is a new API that trim a text according to a 
  specified rectangle, adding an ellipsis character at the end if needed.

[GB.NET.SMTP]
* BUG: Fix a circular reference when using a normal SMTP TCP session.

[GB.QT4]
* OPT: A little optimization when drawing rich text.


git-svn-id: svn://localhost/gambas/trunk@6427 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-08-24 22:38:58 +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_arch.c
gbc_archive.c
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c
gbc_class.h [COMPILER] 2014-05-18 13:18:32 +00:00
gbc_code.c
gbc_compile.c
gbc_compile.h
gbc_dump.c
gbc_form.c
gbc_form.h
gbc_form_webpage.c
gbc_header.c [COMPILER] 2014-04-05 11:02:17 +00:00
gbc_header.h
gbc_help.c
gbc_help.h
gbc_output.c [COMPILER] 2014-05-18 13:18:32 +00:00
gbc_output.h
gbc_pcode.c
gbc_preprocess.c
gbc_preprocess.h
gbc_read.c
gbc_read.h
gbc_reserved.c
gbc_reserved_make.c
gbc_trans.c
gbc_trans.h [INTERPRETER] 2014-03-09 17:51:52 +00:00
gbc_trans_code.c [COMPILER] 2014-04-05 11:02:17 +00:00
gbc_trans_ctrl.c
gbc_trans_expr.c [COMPILER] 2014-05-18 13:18:32 +00:00
gbc_trans_subr.c [WEBSITE] 2014-03-22 12:25:48 +00:00
gbc_trans_tree.c [INTERPRETER] 2014-05-05 20:07:00 +00:00
gbc_type.c
gbc_type.h
gbi.c [DEVELOPMENT ENVIRONMENT] 2014-08-24 22:38:58 +00:00
Makefile.am [GB.FORM] 2014-04-08 22:59:21 +00:00