gambas-source-code/main/gbc
Benoît Minisini f275928af5 [CONFIGURATION]
* NEW: Makes better configuration warning messages when detecting libintl 
  and libiconv libraries.

[DEVELOPMENT ENVIRONMENT]
* NEW: The About dialog box was redesigned. The Hall Of Fame is now 
  displayed with a cool animation.
* NEW: The entire project was adapted to the new way of calculating
  Desktop.Scale.
* NEW: When loading a Gambas 2 form, the form editor tries to adapt to the
  new way of calculating Desktop.Scale automatically.

[COMPILER]
* BUG: Adds many error messages when a compiler limit is reached: too many 
  static symbols in a same class, too many dynamic symbols, too many 
  functions, and so on.

[GB.GTK]
* NEW: Desktop.Scale is now half the font ascent, not half the font height.
* NEW: Color.Medium() method was replaced by Color.Mix(), that takes a new
  optional argument indicating the relative weight of the second color.
  
[GB.QT]
* NEW: Desktop.Scale is now half the font ascent, not half the font height.
* NEW: Color.Medium() method was replaced by Color.Mix(), that takes a new
  optional argument indicating the relative weight of the second color.

[GB.QT.EXT]
* BUG: Editor now correctly highlight its frame according to the focus 
  change on styles that have use of that.


git-svn-id: svn://localhost/gambas/trunk@1304 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-04-10 12:06:14 +00:00
..
gb_alloc.c
gb_array.c
gb_buffer.c
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
gb_file.h
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
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 [OPENBSD] 2008-02-18 23:07:24 +00:00
gbc_archive.h
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
gbc_compile.c [COMPILER] 2008-03-21 03:07:04 +00:00
gbc_compile.h [64 BITS] 2008-01-06 18:49:23 +00:00
gbc_dump.c
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
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
gbc_read.c [CONFIGURATION] 2008-02-14 11:59:36 +00:00
gbc_read.h
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