gambas-source-code/main/gbx
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 [DEVELOPMENT ENVIRONMENT] 2014-05-27 10:32:24 +00:00
gb_array.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_buffer.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_common.c [INTERPRETER] 2015-11-02 03:24:44 +00:00
gb_common_check.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_error.c [DEVELOPMENT ENVIRONMENT] 2015-11-18 01:29:28 +00:00
gb_error.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_file.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_file.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_hash.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_list.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_table.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx.c [DEVELOPMENT ENVIRONMENT] 2014-12-20 15:24:00 +00:00
gbx_api.c [INTERPRETER] 2015-07-03 22:18:58 +00:00
gbx_api.h [INTERPRETER] 2015-07-03 22:18:58 +00:00
gbx_archive.c [INTERPRETER] 2015-09-26 08:43:50 +00:00
gbx_archive.h [DEVELOPMENT ENVIRONMENT] 2015-09-12 23:21:44 +00:00
gbx_c_application.c [INTERPRETER] 2015-11-11 01:25:40 +00:00
gbx_c_application.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_c_array.c [INTERPRETER] 2015-08-22 11:04:14 +00:00
gbx_c_array.h [INTERPRETER] 2014-11-02 23:09:04 +00:00
gbx_c_class.c [GB.UTIL] 2015-11-08 03:11:47 +00:00
gbx_c_class.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_c_collection.c [INTERPRETER] 2015-11-11 01:55:37 +00:00
gbx_c_collection.h [INTERPRETER] 2015-11-11 01:55:37 +00:00
gbx_c_enum.c [INTERPRETER] 2013-11-03 13:30:02 +00:00
gbx_c_enum.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_c_error.c [DEVELOPMENT ENVIRONMENT] 2014-09-07 21:21:14 +00:00
gbx_c_error.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_c_file.c [INTERPRETER] 2015-10-17 18:40:29 +00:00
gbx_c_file.h [GB.UTIL] 2015-11-08 03:11:47 +00:00
gbx_c_gambas.c [INTERPRETER] 2015-02-03 23:45:41 +00:00
gbx_c_gambas.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_c_observer.c [INTERPRETER] 2015-04-19 13:43:33 +00:00
gbx_c_observer.h [INTERPRETER] 2015-04-19 13:43:33 +00:00
gbx_c_process.c [DEVELOPMENT ENVIRONMENT] 2015-07-27 03:54:57 +00:00
gbx_c_process.h [INTERPRETER] 2014-11-27 23:31:51 +00:00
gbx_c_string.c [INTERPRETER] 2015-07-11 22:44:09 +00:00
gbx_c_string.h [INTERPRETER] 2015-07-11 22:44:09 +00:00
gbx_c_system.c [DEVELOPMENT ENVIRONMENT] 2015-09-12 23:21:44 +00:00
gbx_c_system.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_c_task.c [INTERPRETER] 2015-09-18 00:37:15 +00:00
gbx_c_task.h [INTERPRETER] 2015-01-23 00:52:18 +00:00
gbx_c_timer.c [DEVELOPMENT ENVIRONMENT] 2015-11-09 01:41:20 +00:00
gbx_c_timer.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_class.c [INTERPRETER] 2015-11-14 04:29:43 +00:00
gbx_class.h [INTERPRETER] 2015-11-14 04:29:43 +00:00
gbx_class_desc.h [INTERPRETER] 2013-09-29 16:56:12 +00:00
gbx_class_info.c [DEVELOPMENT ENVIRONMENT] 2015-07-27 03:54:57 +00:00
gbx_class_init.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_class_load.c [CONFIGURATION] 2014-07-28 05:35:58 +00:00
gbx_class_load.h [COMPILER] 2014-05-18 13:18:32 +00:00
gbx_class_native.c [INTERPRETER] 2014-09-06 16:53:40 +00:00
gbx_compare.c [INTERPRETER] 2015-07-11 22:44:09 +00:00
gbx_compare.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_component.c [INTERPRETER] 2015-07-03 22:18:58 +00:00
gbx_component.h [DEVELOPMENT ENVIRONMENT] 2015-05-27 01:00:39 +00:00
gbx_date.c [INTERPRETER] 2015-09-19 22:55:43 +00:00
gbx_date.h [INTERPRETER] 2014-05-18 12:31:50 +00:00
gbx_debug.c [INTERPRETER] 2015-08-30 14:39:38 +00:00
gbx_debug.h [DEVELOPMENT ENVIRONMENT] 2014-04-05 00:28:41 +00:00
gbx_eval.c [INTERPRETER] 2014-05-18 21:39:52 +00:00
gbx_eval.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_event.c [INTERPRETER] 2014-04-24 20:56:50 +00:00
gbx_event.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_exec.c [INTERPRETER] 2015-11-14 04:29:43 +00:00
gbx_exec.h [INTERPRETER] 2015-11-14 04:29:43 +00:00
gbx_exec_enum.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_exec_loop.c [INTERPRETER] 2015-11-14 04:29:43 +00:00
gbx_exec_operator.c [DEVELOPMENT ENVIRONMENT] 2013-09-07 23:09:01 +00:00
gbx_exec_pop.c [INTERPRETER] 2014-11-02 23:09:04 +00:00
gbx_exec_push.c [INTERPRETER] 2014-11-02 23:09:04 +00:00
gbx_expression.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_extern.c [INTERPRETER] 2015-07-29 19:43:16 +00:00
gbx_extern.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_info.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_jit.c [GB.JIT] 2012-12-19 02:10:22 +00:00
gbx_jit.h [INTERPRETER] 2012-05-23 19:26:15 +00:00
gbx_library.c [INTERPRETER] 2015-07-03 22:18:58 +00:00
gbx_library.h [INTERPRETER] 2015-07-03 22:18:58 +00:00
gbx_local.c [INTERPRETER] 2015-11-11 03:40:50 +00:00
gbx_local.h [INTERPRETER] 2015-11-11 03:40:50 +00:00
gbx_math.c [INTERPRETER] 2015-10-19 19:30:17 +00:00
gbx_math.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_number.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_number.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_object.c [INTERPRETER] 2015-05-15 13:17:18 +00:00
gbx_object.h [INTERPRETER] 2015-05-15 13:17:18 +00:00
gbx_project.c [DEVELOPMENT ENVIRONMENT] 2015-05-27 01:00:39 +00:00
gbx_project.h [DEVELOPMENT ENVIRONMENT] 2014-02-12 22:26:02 +00:00
gbx_regexp.c [INTERPRETER] 2015-04-13 17:04:43 +00:00
gbx_regexp.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_replace.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_signal.c [INTERPRETER] 2015-06-27 14:07:34 +00:00
gbx_signal.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_split.c [DEVELOPMENT ENVIRONMENT] 2014-11-30 00:30:32 +00:00
gbx_split.h [INTERPRETER] 2014-05-23 12:41:15 +00:00
gbx_stack.c [INTERPRETER] 2014-05-18 21:39:52 +00:00
gbx_stack.h [INTERPRETER] 2014-05-18 21:39:52 +00:00
gbx_stream.c [INTERPRETER] 2015-11-02 03:24:44 +00:00
gbx_stream.h [INTERPRETER] 2015-03-19 23:23:47 +00:00
gbx_stream_arch.c [DEVELOPMENT ENVIRONMENT] 2015-09-12 23:21:44 +00:00
gbx_stream_buffer.c [INTERPRETER] 2014-11-23 18:19:57 +00:00
gbx_stream_direct.c [INTERPRETER] 2015-03-20 06:48:04 +00:00
gbx_stream_memory.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_stream_pipe.c [INTERPRETER] 2014-12-01 02:50:18 +00:00
gbx_stream_process.c [INTERPRETER] 2014-12-11 23:41:48 +00:00
gbx_stream_string.c [COMPILER] 2013-11-04 20:12:24 +00:00
gbx_string.c [INTERPRETER] 2015-11-02 03:24:44 +00:00
gbx_string.h [DEVELOPMENT ENVIRONMENT] 2014-07-14 17:23:05 +00:00
gbx_struct.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_struct.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_subr.c [COMPILER] 2014-01-28 16:17:40 +00:00
gbx_subr.h [INTERPRETER] 2015-11-02 03:24:44 +00:00
gbx_subr_conv.c [INTERPRETER] 2015-11-02 03:24:44 +00:00
gbx_subr_extern.c [INTERPRETER] 2014-05-14 15:11:07 +00:00
gbx_subr_file.c [INTERPRETER] 2015-05-15 13:17:18 +00:00
gbx_subr_math.c [INTERPRETER] 2014-06-21 10:27:08 +00:00
gbx_subr_math_temp.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_subr_misc.c [CONFIGURATION] 2014-12-16 22:15:59 +00:00
gbx_subr_string.c [INTERPRETER] 2015-03-22 12:12:23 +00:00
gbx_subr_test.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_subr_test_temp.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbx_subr_time.c [WIKI CGI SCRIPT] 2013-10-11 21:06:38 +00:00
gbx_type.c [INTERPRETER] 2014-04-24 20:56:50 +00:00
gbx_type.h [INTERPRETER] 2014-04-24 20:56:50 +00:00
gbx_value.c [INTERPRETER] 2015-11-02 15:54:13 +00:00
gbx_value.h [INTERPRETER] 2015-11-02 03:24:44 +00:00
gbx_variant.h [INTERPRETER] 2015-11-02 03:24:44 +00:00
gbx_watch.c [FARM SERVER] 2015-01-02 03:44:30 +00:00
gbx_watch.h [FARM SERVER] 2015-01-02 03:44:30 +00:00
Makefile.am [INTERPRETER] 2015-11-14 04:29:43 +00:00