gambas-source-code/main/gbc
Benoît Minisini 7abbd5e799 [DEVELOPMENT ENVIRONMENT]
* BUG: Don't check conflict on project configuration file if that files 
  does not exist.

[INTERPRETER]
* OPT: Move the string splitting routine in its own file and optimize it.

[INFORMER]
* BUG: Remove unneeded parenthesis on a test.

[GB.CLIPPER]
* BUG: Remove an unused variable.

[GB.DESKTOP]
* BUG: Fix error message in DesktopMime.

[GB.FORM]
* BUG: MaskBox: Raise the Change event after moving the cursor, so that it 
  behaves exactly like a TextBox.

[GB.FORM.MDI]
* NEW: Workspace: Count the number of detached windows so that the "detach 
  current tab" menu entry is disabled when needed.

[GB.GTK]
* BUG: Window.Utility should work even if the window is mapped now.

[GB.GTK3]
* BUG: Window.Utility should work even if the window is mapped now.

[GB.NET.PO3]
* NEW: Add a void constructor to the Pop3Client class for the 
  documentation.


git-svn-id: svn://localhost/gambas/trunk@6285 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-05-23 11:52:04 +00:00
..
gb_alloc.c [CONFIGURATION] 2013-08-03 15:38:01 +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 [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_error.c [CONFIGURATION] 2013-08-03 15:38:01 +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_str.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_str.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_table.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gba.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_arch.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_archive.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_archive.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_chown.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_chown.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_class.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_class.h [COMPILER] 2014-05-18 13:18:32 +00:00
gbc_code.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_compile.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_compile.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_dump.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_form.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_form.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_form_webpage.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_header.c [COMPILER] 2014-04-05 11:02:17 +00:00
gbc_header.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_help.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_help.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_output.c [COMPILER] 2014-05-18 13:18:32 +00:00
gbc_output.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_pcode.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_preprocess.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_preprocess.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_read.c [INTERPRETER] 2013-11-04 15:17:01 +00:00
gbc_read.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_reserved.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_reserved_make.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_trans.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_trans.h [INTERPRETER] 2014-03-09 17:51:52 +00:00
gbc_trans_code.c [COMPILER] 2014-04-05 11:02:17 +00:00
gbc_trans_ctrl.c [COMPILER] 2014-01-14 22:43:35 +00:00
gbc_trans_expr.c [COMPILER] 2014-05-18 13:18:32 +00:00
gbc_trans_subr.c [WEBSITE] 2014-03-22 12:25:48 +00:00
gbc_trans_tree.c [INTERPRETER] 2014-05-05 20:07:00 +00:00
gbc_type.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_type.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbi.c [DEVELOPMENT ENVIRONMENT] 2014-05-23 11:52:04 +00:00
Makefile.am [GB.FORM] 2014-04-08 22:59:21 +00:00