gambas-source-code/main/share
Benoît Minisini a7855016ca [DEVELOPMENT ENVIRONMENT]
* NEW: "Compress all" and "Uncompress all" action on project sub-
  directories.
* BUG: Do not crash when checking for completion in text editor.

[INTERPRETER]
* BUG: Void string contants work correctly now.

[COMPILER]
* BUG: Functions now can have up to 65536 bytecode operations instead of
  32768.
* NEW: Support for the Parent property of WebPage.
* NEW: WebPage markups attributes can use the <%...%> syntax.

[GB.EVAL.HIGHLIGHT]
* NEW: HTML highlighting has be rewritten. <%...%> markups are taken into
  account inside <style> and <script> markups.

[GB.FORM]
* NEW: FileView and DirView now display hidden files lightly, and symbolic
  links in italic.
* NEW: File properties dialog in FileChooser and DirChooser.

[GB.FORM.STOCK]
* NEW: Default icons for some mime types.

[GB.GTK]
* BUG: Menu click event is now triggered the same way as in gb.qt4.
* BUG: Control.HasFocus() works correctly now.
* BUG: Modal windows cannot be shrinked less then their initial size 
  anymore.

[GB.GUI.BASE]
* NEW: IconView, TreeView, ListView and ColumnView items now have a 
  RichText property.

[GB.WEB]
* NEW: WebPage.Parent property returns the parent webpage that includes the
  current webpage with the <<...>> markup.



git-svn-id: svn://localhost/gambas/trunk@5623 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-04-29 21:27:11 +00:00
..
gambas.h
gb_alloc.h [INTERPRETER] 2013-03-29 23:33:01 +00:00
gb_alloc_temp.h [INTERPRETER] 2013-03-29 23:33:01 +00:00
gb_arch.h
gb_arch_temp.h [INTERPRETER] 2013-03-29 23:33:01 +00:00
gb_array.h
gb_array_temp.h [INTERPRETER] 2013-03-29 23:33:01 +00:00
gb_buffer.h
gb_buffer_temp.h [INTERPRETER] 2013-03-29 23:33:01 +00:00
gb_class_desc_common.h
gb_code.h [DEVELOPMENT ENVIRONMENT] 2013-04-29 21:27:11 +00:00
gb_code_temp.h [DEVELOPMENT ENVIRONMENT] 2013-04-29 21:27:11 +00:00
gb_common.h
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_error_common.h
gb_file_share.h [ARCHIVER] 2013-03-31 05:51:47 +00:00
gb_file_temp.h [ARCHIVER] 2013-03-31 06:24:30 +00:00
gb_hash.h
gb_hash_temp.h [INTERPRETER] 2013-03-29 23:33:01 +00:00
gb_limit.h
gb_list.h
gb_list_temp.h
gb_magic.h
gb_pcode.h [DEVELOPMENT ENVIRONMENT] 2013-04-29 21:27:11 +00:00
gb_pcode_temp.h [DEVELOPMENT ENVIRONMENT] 2013-04-29 21:27:11 +00:00
gb_replace.h
gb_replace_temp.h [INTERPRETER] 2013-03-29 23:33:01 +00:00
gb_reserved.h
gb_reserved_keyword.h
gb_reserved_temp.h
gb_table.h
gb_table_temp.h [INTERPRETER] 2013-03-29 23:33:01 +00:00
gb_type_common.h
gbc_read_common.h
gbc_trans_common.h [DEVELOPMENT ENVIRONMENT] 2013-04-29 21:27:11 +00:00
gbx_subr_common.h
Makefile.am