gambas-source-code/main/share
Benoît Minisini 76275850fb [DEVELOPMENT ENVIRONMENT]
* NEW: The IDE now uses the WebKit component to display an online help 
  directly into the automatic completion popup. The online help management
  is quick and dirty at the moment.
* NEW: The option dialog is being redesigned. Not finished yet...
* NEW: Some cosmetic changes in the user control that displays the 
  information about a project. Not perfect yet.

[WIKI CGI SCRIPT]
* NEW: The wiki now sends the "Last-Modified", "Expires" and 
  "Cache-Control: max-age" headers with the HTML pages.
* NEW: Adding "?help" to an URL returns the page for the IDE online help.

[INTERPRETER]
* BUG: Try to stop breaking strict aliasing rules. This way the interpreter 
  should behave better on ARM architecture.
* BUG: Remove a possible crash when calling a constructor.

[GB.DRAW]
* NEW: The deprecated properties Draw.ForeColor and Draw.BackColor have 
  been removed.

[GB.NET]
* BUG: Do not watch the SerialPort file descriptor for reading if there is 
  no Read event handler.

[GB.QT4.WEBKIT]
* NEW: WebSettings.Cache.Path is a new property to define the directory 
  used for storing the disk cache contents. If this property is not 
  defined, no cache will be used.
* NEW: WebView.Cached is a new property to tell if the web browser will use
  the disk cache. The WebSettings.Cache.Path *must* be defined before 
  setting that property.
* NEW: WebView.HTML is not read-only anymore.


git-svn-id: svn://localhost/gambas/trunk@2460 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-12-07 17:14:32 +00:00
..
gambas.h
gb_alloc.h
gb_alloc_temp.h
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 [DEVELOPMENT ENVIRONMENT] 2009-09-27 09:28:52 +00:00
gb_code_temp.h [DEVELOPMENT ENVIRONMENT] 2009-09-27 09:28:52 +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 [DEVELOPMENT ENVIRONMENT] 2009-12-07 17:14:32 +00:00
gb_common_swap_temp.h [DEVELOPMENT ENVIRONMENT] 2009-12-07 17:14:32 +00:00
gb_component.h
gb_file_share.h
gb_file_temp.h
gb_hash.h
gb_hash_temp.h
gb_limit.h
gb_list.h
gb_list_temp.h
gb_magic.h
gb_pcode.h [DEVELOPMENT ENVIRONMENT] 2009-10-04 23:32:14 +00:00
gb_pcode_temp.h
gb_replace.h
gb_replace_temp.h
gb_reserved.h [DEVELOPMENT ENVIRONMENT] 2009-09-27 09:28:52 +00:00
gb_reserved_temp.h [DEVELOPMENT ENVIRONMENT] 2009-10-04 23:32:14 +00:00
gb_table.h
gb_table_temp.h [DEVELOPMENT ENVIRONMENT] 2009-09-05 20:54:36 +00:00
gb_type_common.h
gbc_read_common.h
gbc_trans_common.h [DEVELOPMENT ENVIRONMENT] 2009-09-20 17:32:12 +00:00
Makefile.am