gambas-source-code/main/lib/eval
Benoît Minisini 0f985417cf [DEVELOPMENT ENVIRONMENT]
* NEW: Use Terminus as default fixed font if it is installed on the system.
* BUG: Don't load a component description if that component has the same 
  name as the current project. This is a temporary incorrect fix!

[INTERPRETER]
* BUG: Fix Classes enumeration.

[GB.DESKTOP]
* BUG: Fix X11 client message sending routine on 64 bits OS.
* BUG: Fix all DesktopWindow properties that read or change the state of 
  the window.

[GB.GTK]
* NEW: Fonts.Exist() is a new method that returns if a specific font family 
  exists.

[GB.QT4]
* NEW: Fonts.Exist() is a new method that returns if a specific font family 
  exists.


git-svn-id: svn://localhost/gambas/trunk@5171 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-09-17 11:13:32 +00:00
..
CExpression.c
CExpression.h
CHighlight.c
CHighlight.h
CSystem.c
CSystem.h
eval.c
eval.h
eval_analyze.c [COMPILER] 2012-09-04 23:11:11 +00:00
eval_analyze.h
eval_code.c
eval_code.h
eval_read.c [INTERPRETER] 2012-07-08 23:23:24 +00:00
eval_read.h
eval_reserved.c
eval_trans.c [INTERPRETER] 2012-07-08 23:23:24 +00:00
eval_trans.h
eval_trans_expr.c [DEVELOPMENT ENVIRONMENT] 2012-09-17 11:13:32 +00:00
eval_trans_tree.c
gb.eval.component
gb.eval.h
gb_alloc_override.h
gb_array.c
gb_error.c
gb_error.h
gb_table.c
main.c
main.h
Makefile.am