gambas-source-code/main/lib/eval
Benoît Minisini cdcf6cdac9 [DEVELOPMENT ENVIRONMENT]
* BUG: Code indentation routine correctly handles structures now.

[INTERPRETER]
* NEW: Object.LastEventName has been deprecated, and replaced by 
  the Param.EventName property.
* BUG: IsFloat() is now a synonymous for IsNumber().
* BUG: Intrinsic functions description has been updated.

[COMPILER]
* NEW: "\e" is a new string escape sequence equivalent to "\x1B".

[GB.FORM]
* NEW: Use the new Control.Proxy property instead of internal observers
  inside compound controls (ValueBox, ButtonBox, MenuButton).

[GB.GTK]
* NEW: Control.Proxy is a new property that allows to define a control 
  proxy that will handle focus, key and mouse events in original control's 
  place.

[GB.QT4]
* NEW: Control.Proxy is a new property that allows to define a control 
  proxy that will handle focus, key and mouse events in original control's 
  place.


git-svn-id: svn://localhost/gambas/trunk@3387 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-12-21 14:05:42 +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 [COMPILER] 2010-12-18 14:41:43 +00:00
eval_analyze.h
eval_code.c
eval_code.h
eval_read.c [DEVELOPMENT ENVIRONMENT] 2010-12-21 14:05:42 +00:00
eval_read.h
eval_reserved.c [INTERPRETER] 2010-05-25 11:19:00 +00:00
eval_trans.c
eval_trans.h
eval_trans_expr.c [INTERPRETER] 2010-05-25 11:19:00 +00:00
eval_trans_tree.c
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