gambas-source-code/main/lib
Benoît Minisini 23dd0b0299 [DEVELOPMENT ENVIRONMENT]
* BUG: Do not search text inside form anymore.

[INTERPRETER]
* BUG: The startup class is not global anymore, so that it does not 
  conflict with anythign having the same name in components. The 
  interpreter API that was returning the startup class has been updated
  to reflect that change.
* BUG: File.Name("/a/b/") now returns a void string instead of returning 
  "b", to be coherent with File.Dir().

[GB.DESKTOP]
* NEW: Use the new API returning the startup class.

[GB.FORM]
* BUG: Setting DirView.Root with a path ending with a slash does not crash
  anymore.

[GB.GTK]
* NEW: Use the new API returning the startup class.

[GB.QT4]
* NEW: Use the new API returning the startup class.

[GB.SIGNAL]
* NEW: Use the new API returning the startup class.


git-svn-id: svn://localhost/gambas/trunk@3267 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-10-15 00:23:11 +00:00
..
compress
db [GB.DB] 2010-09-16 00:57:35 +00:00
debug [DEVELOPMENT ENVIRONMENT] 2010-10-07 01:29:54 +00:00
draw [GB.FORM] 2010-08-14 11:29:44 +00:00
eval [DEVELOPMENT ENVIRONMENT] 2010-09-04 13:21:11 +00:00
gui
image [INTERPRETER] 2010-09-21 23:49:32 +00:00
image.effect
option
signal [DEVELOPMENT ENVIRONMENT] 2010-10-15 00:23:11 +00:00
vb
gb.component
Makefile.am