gambas-source-code/main/lib/eval
Benoît Minisini 85246fbaaa [CONFIGURATION]
* NEW: Upgrade libtool autoconf macros and libltdl sources to the 1.5.26 
  version.

[DEVELOPMENT ENVIRONMENT]
* BUG: Control and window dimensions can go up to 4096x4096 pixels.
* BUG: When unchecking GUI components in a project, the edited forms are 
  automatically closed.
* BUG: Do not use the form icon on form class editors when refreshing the 
  project.
* BUG: In the icon editor, filling with a transparent color won't enter an 
  infinite loop anymore.
* BUG: Selecting the "Collection" word while debugging does not crash the 
  IDE anymore.
* NEW: Pressing Escape now closes a debugging window.
* BUG: The 'Minimize on run' option works correctly now.

[INTERPRETER]
* BUG: SUPER now works inside overriden static methods.

[GB.DB.ODBC]
* BUG: Handle ODBC drivers that can return the number of records in a 
  query better.

[GB.DEBUG]
* BUG: If there is an I/O error between a debugged process and the IDE, the
  process is aborted.
* BUG: Evaluating a class name returns better information now.

[GB.EVAL]
* BUG: Highlight.Analyze correctly handle code lines having non ASCII 
  characters inside.

[GB.FORM]
* BUG: The Balloon does not take the focus anymore.

[GB.FORM.MDI]
* NEW: Starting to enhance the Action class to provide shortcuts and 
  toolbar configuration dialog. Does nothing at the moment!

[GB.GTK]
* BUG: Fix a leak in font objects management.
* BUG: Picture.Load() yet loads an image, but internally converts it to 
  a pixmap. It speeds up following draws based on this picture.
* BUG: Startup forms hidden at design time are not shown automatically 
  anymore.
* NEW: The Action class is now shared with gb.qt by using a symbolic link.

[GB.IMAGE.INFO]
* NEW: New component to get information about an image file without having 
  to fully load it.

[GB.QT]
* BUG: Disable automatic extra indent of Labels.
* BUG: Startup forms hidden at design time are not shown automatically 
  anymore.
* BUG: Don't allow widgets to be destroyed while processing non-input 
  events.


git-svn-id: svn://localhost/gambas/trunk@1747 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-12-28 19:01:39 +00:00
..
CExpression.c
CExpression.h
CHighlight.c [CONFIGURATION] 2008-12-28 19:01:39 +00:00
CHighlight.h
CSystem.c [INTERPRETER] 2008-08-31 23:45:47 +00:00
CSystem.h [DEVELOPMENT ENVIRONMENT] 2008-03-27 16:27:24 +00:00
eval.c
eval.h
eval_analyze.c [DEVELOPMENT ENVIRONMENT] 2008-04-17 10:18:25 +00:00
eval_analyze.h [DEVELOPMENT ENVIRONMENT] 2008-03-27 16:27:24 +00:00
eval_code.c
eval_code.h
eval_read.c [INTERPRETER] 2008-08-31 23:45:47 +00:00
eval_read.h
eval_reserved.c
eval_trans.c
eval_trans.h
eval_trans_expr.c [CONFIGURATION] 2008-11-11 17:22:38 +00:00
eval_trans_tree.c [CONFIGURATION] 2008-11-11 17:22:38 +00:00
gb.eval.component
gb.eval.h [DEVELOPMENT ENVIRONMENT] 2008-03-27 16:27:24 +00:00
gb_alloc_override.h
gb_array.c
gb_error.c
gb_error.h
gb_table.c
main.c
main.h
Makefile.am