gambas-source-code/main/gbc
Benoît Minisini a83d81f98d [CONFIGURATION]
* BUG: FreeBSD patches.

[INTERPRETER]
* BUG: FreeBSD patches.

[COMPILER]
* NEW: Support for FreeBSD getopt_long().

[ARCHIVER]
* NEW: Support for FreeBSD getopt_long().

[INFORMER]
* NEW: Support for FreeBSD getopt_long().

[SCRIPTER]
* BUG: The <%...%> markups are now taken into account everywhere inside a 
  server page.

[WIKI CGI SCRIPT]
* BUG: Speeds up the rename function.

[GB.COMPRESS.ZLIB]
* BUG: Do not include the Linux specific header <bits/wordsize.h> anymore.

[GB.DB.ODBC]
* BUG: Removed some compilation warnings.

[GB.GTK]
* BUG: ComboBox now raises focus events.
* BUG: Newly opened windows are now correctly shown at the specified 
  position.
* BUG: DrawingArea.Clear() does not erase the border anymore if the 
  DrawingArea is cached.
* BUG: Hiding a row or a column does not prevent the mouse wheel to work 
  anymore in the GridView control.

[GB.QT]
* BUG: Compound controls like ComboBox should not raise spurious focus 
  events anymore.
* BUG: Fix a possible crash in GridView repaint.

[GB.QT4]
* BUG: Compound controls like ComboBox should not raise spurious focus 
  events anymore.


git-svn-id: svn://localhost/gambas/trunk@1955 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-05-15 17:57:29 +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 [CONFIGURATION] 2009-05-15 17:57:29 +00:00
gbc.c [CONFIGURATION] 2009-05-15 17:57:29 +00:00
gbc_archive.c
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c [DEVELOPMENT ENVIRONMENT] 2009-04-08 10:11:16 +00:00
gbc_class.h
gbc_code.c
gbc_compile.c
gbc_compile.h [CONFIGURATION] 2009-05-01 16:27:45 +00:00
gbc_dump.c
gbc_form.c
gbc_form.h
gbc_header.c
gbc_header.h
gbc_output.c
gbc_output.h
gbc_pcode.c
gbc_read.c [DEVELOPMENT ENVIRONMENT] 2009-04-08 10:11:16 +00:00
gbc_read.h
gbc_reserved.c
gbc_trans.c
gbc_trans.h
gbc_trans_code.c
gbc_trans_ctrl.c [DEVELOPMENT ENVIRONMENT] 2009-04-08 10:11:16 +00:00
gbc_trans_expr.c
gbc_trans_subr.c
gbc_trans_tree.c
gbc_type.c
gbc_type.h
gbi.c [CONFIGURATION] 2009-05-15 17:57:29 +00:00
Makefile.am