gambas-source-code/main
Benoît Minisini 8d24b22411 [DEVELOPMENT ENVIRONMENT]
* BUG: Fix the function that detects if a control needs a parent.
* BUG: When adding every new file to the subversion repository, the
  '.gambas' directory is now correctly ignored.

[COMPILER]
* NEW: The _load() special method is now called just after the initial form
  creation is finished.

[GB.WEB.FORM]
* NEW: Message is a new class for displaying message boxes.
* BUG: Fix management of control names.
* NEW: Implement the WebContainer.Delete() method and WebWindow.Delete()
  methods. Child controls are now automatically deleted if their parent is
  also deleted.
* NEW: WebControl.Show() and WebControl.Hide() are two new methods that are
  synonymous of the Visible property.
* NEW: WebControl acts now like an collection-like array, so that you can
  store user data associated with a control in the session.
* NEW: WebControl.Reset() is a new method to reset the control user data.
* NEW: WebForm.ShowModal() shows a form as a modal window.
* NEW: WebForm.Show() does not take an optional parent anymore. Windows are
  always shown in the current form.
* NEW: Windows with no initial size are centered.
* NEW: WebImage is a new control that displays an image.
* NEW: WebLabel is a new control that displays a one-line vertically
  centered label.
* NEW: WebTextArea is a new control that implements a multi-line text area.


git-svn-id: svn://localhost/gambas/trunk@7482 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-11-18 01:29:28 +00:00
..
gbc [DEVELOPMENT ENVIRONMENT] 2015-11-18 01:29:28 +00:00
gbx [DEVELOPMENT ENVIRONMENT] 2015-11-18 01:29:28 +00:00
lib [DEVELOPMENT ENVIRONMENT] 2015-09-29 15:03:16 +00:00
mime [CONFIGURATION] 2015-09-24 23:52:22 +00:00
share [INTERPRETER] 2015-11-11 03:40:50 +00:00
tools/gbh3 [DEVELOPMENT ENVIRONMENT] 2015-09-18 00:41:43 +00:00
acinclude.m4
AUTHORS
ChangeLog
compile
component.am
configure.ac [INTERPRETER] 2015-07-03 22:18:58 +00:00
COPYING
depcomp
gb.pcre.h
INSTALL
m4
Makefile.am [CONFIGURATION] 2015-09-25 18:35:44 +00:00
missing
NEWS
README
reconf
TODO