gambas-source-code/main/gbc
Benoît Minisini 6efb184d9a [DEVELOPMENT ENVIRONMENT]
* NEW: Controls whose width (or height) is 1 will always be 1 pixel wide 
  (or high), regardless of the value of Desktop.Scale.
* NEW: Put the property sheet and the hierarchy tree inside the tabstrip.
* BUG: Replace Image.Flip() by Image.Mirror() in the welcome dialog.

[COMPILER]
* BUG: "Ambiguous braces" error message was incorrect, and has been 
  replaced by "Ambigous brackets".

[GB.IMAGE]
* NEW: Remove Image.Transform().

[GB.FORM.MDI]
* BUG: The default value of Workspace.ButtonPosition is Align.Right.

[GB.QT4]
* NEW: If the width (or height) argument of Control.MoveScaled() or 
  Control.ResizeScaled() is zero, then the effective width (or height) will 
  be 1 pixel.
* NEW: Do not activate windows whose type is ToolTip, Notification, 
  DragAndDrop or Desktop in the Show() method.
* BUG: Wait a little before activating windows, so that they do not stay in 
  the foreground.


git-svn-id: svn://localhost/gambas/trunk@2255 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-08-21 19:43:40 +00:00
..
gb_alloc.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_array.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_buffer.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_common.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_error.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_error.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_file.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_file.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_str.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_str.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb_table.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gba.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_archive.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_archive.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_chown.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_chown.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_class.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_class.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_code.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_compile.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_compile.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_dump.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_form.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_form.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_header.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_header.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_output.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_output.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_pcode.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_read.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_read.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_reserved.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_trans.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_trans.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_trans_code.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_trans_ctrl.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_trans_expr.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_trans_subr.c [DEVELOPMENT ENVIRONMENT] 2009-08-21 19:43:40 +00:00
gbc_trans_tree.c [DEVELOPMENT ENVIRONMENT] 2009-08-21 19:43:40 +00:00
gbc_type.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbc_type.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gbi.c [CONFIGURATION] 2009-08-17 10:41:51 +00:00
Makefile.am [CONFIGURATION] 2009-08-16 22:07:48 +00:00