gambas-source-code/main/lib
Benoît Minisini 93137105d3 [DEVELOPMENT ENVIRONMENT]
* NEW: The startup class icon is now just drawn with a dark outline.
* NEW: Error messages updated.
* NEW: French translation updated.

[INTERPRETER]
* NEW: Inheritance is stricter now: the child symbol must have exactly the
  same kind than the parent symbol.
* BUG: A child method must return the same datatype as its parent method 
  now.
* NEW: Gambas 3 executable mime description file and icon have been renamed
  so that they do not conflict with Gambas 2 files.

[GB.FORM]
* BUG: IconView.Find() has been renamed as IconView.FindAt(), to avoid the
  conflict with the inherited UserControl.Find() method.

[GB.FORM.MDI]
* BUG: Workspace.Children has been renamed as Workspace.Windows, because 
  the Workspace.Children property was in conflict with the inherited
  Container.Children property.

[GB.GTK]
* NEW: ListView, TreeView and ColumnView Find() method has been renamed as
  'FindAt' to match the IconView class.

[GB.IMAGE]
* NEW: Color.SetRGB() and Color.SetHSV() are two new methods that takes a
  color as an integer, modifies one of its component, and returns it. They
  are faster than using the ColorInfo class.
* NEW: Color.GetAlpha() returns the alpha component of a color from its
  integer value.

[GB.QT4]
* NEW: ListView, TreeView and ColumnView Find() method has been renamed as
  'FindAt' to match the IconView class.


git-svn-id: svn://localhost/gambas/trunk@4015 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2011-08-20 00:33:36 +00:00
..
compress [CONFIGURATION] 2011-06-03 00:51:09 +00:00
db [DEVELOPPEMENT ENVIRONMENT] 2011-08-05 16:03:59 +00:00
debug [INTERPRETER] 2011-07-24 09:45:44 +00:00
draw [CONFIGURATION] 2011-06-03 00:51:09 +00:00
eval [CONFIGURATION] 2011-06-03 00:51:09 +00:00
gui [CONFIGURATION] 2011-06-03 00:51:09 +00:00
image [DEVELOPMENT ENVIRONMENT] 2011-08-20 00:33:36 +00:00
image.effect [CONFIGURATION] 2011-06-03 00:51:09 +00:00
option [CONFIGURATION] 2011-06-03 00:51:09 +00:00
signal [CONFIGURATION] 2011-06-03 00:51:09 +00:00
vb [CONFIGURATION] 2011-06-03 00:51:09 +00:00
gb.component * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2010-07-12 23:09:57 +00:00