gambas-source-code/main/gbc
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
..
gb_alloc.c
gb_array.c
gb_buffer.c
gb_common.c
gb_error.c
gb_error.h
gb_file.c
gb_file.h
gb_str.c
gb_str.h
gb_table.c
gba.c
gbc.c
gbc_arch.c
gbc_archive.c [INTERPRETER] 2015-09-14 10:53:02 +00:00
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c
gbc_class.h
gbc_code.c
gbc_compile.c [DEVELOPMENT ENVIRONMENT] 2015-10-11 08:18:22 +00:00
gbc_compile.h
gbc_dump.c
gbc_form.c [DEVELOPMENT ENVIRONMENT] 2015-11-18 01:29:28 +00:00
gbc_form.h
gbc_form_webpage.c
gbc_header.c
gbc_header.h
gbc_help.c
gbc_help.h
gbc_output.c
gbc_output.h
gbc_pcode.c
gbc_preprocess.c
gbc_preprocess.h
gbc_read.c
gbc_read.h
gbc_reserved.c
gbc_reserved_make.c
gbc_trans.c [COMPILER] 2015-08-13 13:25:46 +00:00
gbc_trans.h
gbc_trans_code.c [DEVELOPMENT ENVIRONMENT] 2015-11-18 01:29:28 +00:00
gbc_trans_ctrl.c
gbc_trans_expr.c
gbc_trans_subr.c
gbc_trans_tree.c
gbc_type.c
gbc_type.h
gbi.c [INTERPRETER] 2015-06-29 01:46:51 +00:00
Makefile.am