gambas-source-code/main/share
Benoît Minisini 5f8e273edf [DEVELOPMENT ENVIRONMENT]
* BUG: The button that switches between form and class editor is not shown 
  anymore when a module or a class is edited.

[GB.GTK]
* BUG: Font management was redesigned. It does not leak memory anymore,
  and now behaves like in gb.qt.
* BUG: Tristate CheckBox controls now work as expected.
* BUG: Destroy pending deleted controls before entering the event loop, to
  avoid some memory leaks if the event loop is immediately aborted.
* BUG: Detach destroyed controls from their event listener, as in gb.qt.
* BUG: Now menu shortcuts are active even if the menu bar is hidden. But 
  the menu must be visible. To create an hidden active top-level menu, just 
  set its Text property to NULL, but keep it visible.
* NEW: Top-level menus with a void Text property are not shown anymore.
* BUG: Showing and hiding top-level menu now work correctly.

[GB.QT]
* BUG: Font properties are correctly inherited between containers and 
  children controls.
* BUG: Showing a tray icon does not eat focus events anymore.
* NEW: Top-level menus with a void Text property are not shown anymore.

[GB.QT4]
* BUG: Font properties are correctly inherited between containers and 
  children controls.
* BUG: Shortcut management was fixed.
* BUG: Now menu shortcuts are active even if the menu bar is hidden. But 
  the menu must be visible. To create an hidden active top-level menu, just 
  set its Text property to NULL, but keep it visible.
* NEW: Top-level menus with a void Text property are not shown anymore.
* BUG: Showing and hiding top-level menu now work correctly.


git-svn-id: svn://localhost/gambas/trunk@2034 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-06-22 11:16:34 +00:00
..
gambas.h [GB.GTK] 2009-06-07 00:01:59 +00:00
gb_alloc.h [INTERPRETER] 2009-06-16 00:17:25 +00:00
gb_alloc_temp.h [DEVELOPMENT ENVIRONMENT] 2009-06-22 11:16:34 +00:00
gb_arch.h
gb_arch_temp.h
gb_array.h
gb_array_temp.h
gb_buffer.h
gb_buffer_temp.h
gb_class_desc_common.h
gb_code.h [CONFIGURATION] 2009-05-26 22:34:39 +00:00
gb_code_temp.h [CONFIGURATION] 2009-05-26 22:34:39 +00:00
gb_common.h [CONFIGURATION] 2009-05-22 14:52:36 +00:00
gb_common_buffer.h
gb_common_buffer_temp.h
gb_common_case.h
gb_common_case_temp.h
gb_common_string.h
gb_common_string_temp.h
gb_common_swap.h
gb_common_swap_temp.h
gb_component.h
gb_file_share.h
gb_file_temp.h [DEVELOPMENT ENVIRONMENT] 2009-04-03 22:29:51 +00:00
gb_hash.h
gb_hash_temp.h
gb_limit.h
gb_list.h
gb_list_temp.h
gb_magic.h
gb_pcode.h [CONFIGURATION] 2009-05-26 22:34:39 +00:00
gb_pcode_temp.h
gb_replace.h
gb_replace_temp.h
gb_reserved.h [CONFIGURATION] 2008-11-11 17:22:38 +00:00
gb_reserved_temp.h [CONFIGURATION] 2009-05-26 22:34:39 +00:00
gb_table.h
gb_table_temp.h
gb_type_common.h
gbc_read_common.h
gbc_trans_common.h
Makefile.am