gambas-source-code/main/lib/eval
Benoît Minisini e30aee9dbe [COMPILER]
* NEW: '\0' is a new string escape character for Chr$(0).

[GB.DRAW]
* NEW: Several Draw.Begin() and/or Paint.Begin() on the same device can be 
  safely imbricated.

[GB.EVAL]
* NEW: '\0' is a new string escape character for Chr$(0).

[GB.FORM]
* NEW: ButtonBox.Alignment is a new property to define the alignment of its
  internal TextBox.
* NEW: New syntaxes for the MaskBox mask:
  - '<' just after a mask character and just before a separator means that 
    the text before will be right-aligned.
  - '!' marks the default cursor position when the MaskBox gets the focus.


git-svn-id: svn://localhost/gambas/trunk@3450 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2011-01-08 01:17:55 +00:00
..
CExpression.c [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
CExpression.h [WIKI CGI SCRIPT] 2010-07-14 16:33:29 +00:00
CHighlight.c [DEVELOPMENT ENVIRONMENT] 2010-12-18 04:27:59 +00:00
CHighlight.h
CSystem.c [DEVELOPMENT ENVIRONMENT] 2010-06-04 23:48:53 +00:00
CSystem.h
eval.c [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
eval.h [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
eval_analyze.c [INTERPRETER] 2010-12-29 08:21:51 +00:00
eval_analyze.h
eval_code.c
eval_code.h
eval_read.c [COMPILER] 2011-01-08 01:17:55 +00:00
eval_read.h
eval_reserved.c [INTERPRETER] 2010-05-25 11:19:00 +00:00
eval_trans.c [INTERPRETER] 2010-12-29 15:25:29 +00:00
eval_trans.h
eval_trans_expr.c [INTERPRETER] 2010-05-25 11:19:00 +00:00
eval_trans_tree.c [INTERPRETER] 2010-12-29 08:21:51 +00:00
gb.eval.component
gb.eval.h [DEVELOPMENT ENVIRONMENT] 2010-12-18 04:27:59 +00:00
gb_alloc_override.h
gb_array.c
gb_error.c [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
gb_error.h [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
gb_table.c
main.c
main.h
Makefile.am