gambas-source-code/main/gbc
Benoît Minisini 1bb3f3a509 [CONFIGURATION]
* BUG: Libraries and include files are automatically searched inside 
  64 bits specific directories.

[DEVELOPMENT ENVIRONMENT]
* NEW: Automatically convert old Border property to the new Border and
  Resizable properties.
* BUG: The "Theme" tab of the option dialog is correctly initialized the 
  first time Gambas is run.
* BUG: Going to a non-existing line number in the editor does not crash the
  IDE anymore.
* NEW: The IDE forms now use the new Border, Resizable and Type properties
  of the Window class.

[COMPILER]
* BUG: Do not print error messages on unexpected strings with newline 
  inside. Just claim that an unexpected string has been encountered.

[GB.EVAL]
* BUG: Do not print error messages on unexpected strings with newline 
  inside. Just claim that an unexpected string has been encountered.

[GB.GTK]
* NEW: The old Border property of the Window class has been replaced by a 
  two boolean properties: Border and Resizable.
* NEW: Window.Type is a new property to set the window manager type of a 
  window: Normal, ToolBar, Splash...
* NEW: The Window.ToolBox property has been removed.
* NEW: A newly opened non-modal window stays automatically on top of the
  application main window.

[GB.QT]
* NEW: The old Border property of the Window class has been replaced by a 
  two boolean properties: Border and Resizable.
* NEW: Window.Type is a new property to set the window manager type of a 
  window: Normal, ToolBar, Splash...
* NEW: The Window.ToolBox property has been removed.
* NEW: A newly opened non-modal window stays automatically on top of the
  application main window.


git-svn-id: svn://localhost/gambas/trunk@1321 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-04-18 23:43:38 +00:00
..
gb_alloc.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_array.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_buffer.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_common.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb_error.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb_error.h [64 BITS] 2008-01-06 18:49:23 +00:00
gb_file.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_file.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_str.c [DEVELOPMENT ENVIRONMENT] 2008-03-11 13:29:47 +00:00
gb_str.h [DEVELOPMENT ENVIRONMENT] 2008-03-11 13:29:47 +00:00
gb_table.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gba.c [64 BITS] 2008-01-06 18:49:23 +00:00
gbc.c [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_archive.c [DEVELOPMENT ENVIRONMENT] 2008-04-17 10:18:25 +00:00
gbc_archive.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbc_class.c [CONFIGURATION] 2008-04-10 12:06:14 +00:00
gbc_class.h [INTERPRETER] 2008-03-17 14:54:17 +00:00
gbc_code.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbc_compile.c [DEVELOPMENT ENVIRONMENT] 2008-04-17 10:18:25 +00:00
gbc_compile.h [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_dump.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbc_form.c [CONFIGURATION] 2008-02-14 11:59:36 +00:00
gbc_form.h [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_header.c [CONFIGURATION] 2008-02-24 16:29:02 +00:00
gbc_header.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbc_output.c [OPENBSD] 2008-02-18 23:07:24 +00:00
gbc_output.h [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_pcode.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbc_read.c [CONFIGURATION] 2008-04-18 23:43:38 +00:00
gbc_read.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbc_reserved.c [DEVELOPMENT ENVIRONMENT] 2008-01-18 13:43:10 +00:00
gbc_trans.c [CONFIGURATION] 2008-02-02 10:54:13 +00:00
gbc_trans.h [INTERPRETER] 2008-03-17 14:54:17 +00:00
gbc_trans_code.c [INTERPRETER] 2008-03-17 14:54:17 +00:00
gbc_trans_ctrl.c [DEVELOPMENT ENVIRONMENT] 2008-02-06 00:25:48 +00:00
gbc_trans_expr.c [COMPILER] 2008-03-18 12:47:12 +00:00
gbc_trans_subr.c [INTERPRETER] 2008-03-17 14:54:17 +00:00
gbc_trans_tree.c [DEVELOPMENT ENVIRONMENT] 2008-02-06 00:25:48 +00:00
gbc_type.c [OPENBSD] 2008-02-18 23:07:24 +00:00
gbc_type.h [DEVELOPMENT ENVIRONMENT] 2008-01-18 13:43:10 +00:00
gbi.c [DEVELOPMENT ENVIRONMENT] 2008-03-31 19:04:28 +00:00
Makefile.am [CONFIGURATION] 2008-01-05 14:07:21 +00:00