gambas-source-code/main/share
Benoît Minisini bdd864f41a [DEVELOPMENT ENVIRONMENT]
* BUG: Fix windows using icons not existing anymore.
* NEW: Add dark theme versions of some icons.

[INTERPRETER]
* NEW: "../xxx" now refers to a file located in the parent archive, not
  necessarily the main project archive. "../../xxx" refers to the 
  grand-parent archive, and so on. A component written in Gambas that 
  receives a relative path is supposed to prefix it with "../" if he wants 
  to access it. Please report any incompatibility!
* NEW: File.IsRelative() is a new method that returns if a file is 
  relative, i.e. if it does not starts with '/' or '~'.
  
[GB.FORM]
* NEW: The Stock class does not use the Picture cache anymore. It is 
  useless as normally the Stock class is accessed from the Picture[]
  method.

[GB.FORM.MDI]
* BUG: When browsing actions, do not try to load an icon for actions that
  do not have one.

[GB.GTK]
* NEW: Remove the Picture[] array accessor and the Picture.Flush() method.
  They are now implemented in the 'gb.gui.base' component.
  
[GB.GTK3]
* NEW: Remove the Picture[] array accessor and the Picture.Flush() method.
  They are now implemented in the 'gb.gui.base' component.
  
[GB.GUI.BASE]
* NEW: The Picture[] array accessor and the Picture.Flush() method are now 
  implemented in that component.
* NEW: Remove support for theme specific icons.
* NEW: Add support for right-to-left specific icons. For example, if an
  icon is named 'abc-ltr.png', then it will be considered as a 
  'left-to-right' icon, and the 'abc-rtl.png' icon will be used if the 
  current langauge is right-to-left written.
* NEW: Add support for dark theme specific icons. An icon named 
  'abc-dark.png' will be the dark theme version of the 'abc.png' icon.

[GB.QT4]
* NEW: Remove the Picture[] array accessor and the Picture.Flush() method.
  They are now implemented in the 'gb.gui.base' component.
* NEW: Message boxes do not support theme specific icons automatically 
  anymore.
  
[GB.QT5]
* NEW: Remove the Picture[] array accessor and the Picture.Flush() method.
  They are now implemented in the 'gb.gui.base' component.
* NEW: Message boxes do not support theme specific icons automatically 
  anymore.


git-svn-id: svn://localhost/gambas/trunk@7304 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-09-12 23:21:44 +00:00
..
gambas.h [INTERPRETER] 2015-07-03 22:18:58 +00:00
gb_alloc.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_alloc_temp.h [DEVELOPMENT ENVIRONMENT] 2014-10-18 13:23:29 +00:00
gb_arch.h [INTERPRETER] 2013-09-29 16:56:12 +00:00
gb_arch_temp.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_array.h [DEVELOPMENT ENVIRONMENT] 2014-05-23 11:52:04 +00:00
gb_array_temp.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_buffer.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_buffer_temp.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_class_desc_common.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_code.h [INTERPRETER] 2014-09-16 01:10:58 +00:00
gb_code_temp.h [INTERPRETER] 2014-09-16 01:10:58 +00:00
gb_common.h [CONFIGURATION] 2015-05-08 17:40:28 +00:00
gb_common_buffer.h [INTERPRETER] 2015-07-12 09:40:57 +00:00
gb_common_buffer_temp.h [INTERPRETER] 2015-07-12 09:40:57 +00:00
gb_common_case.h [CONFIGURATION] 2014-08-28 13:50:09 +00:00
gb_common_case_temp.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_common_string.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_common_string_temp.h [GB.FORM] 2013-08-16 22:35:28 +00:00
gb_common_swap.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_common_swap_temp.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_component.h [INTERPRETER] 2015-07-03 22:18:58 +00:00
gb_error_common.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_file_share.h [DEVELOPMENT ENVIRONMENT] 2015-09-12 23:21:44 +00:00
gb_file_temp.h [INTERPRETER] 2014-05-26 23:03:06 +00:00
gb_hash.h [DEVELOPMENT ENVIRONMENT] 2014-04-05 00:28:41 +00:00
gb_hash_temp.h [DEVELOPMENT ENVIRONMENT] 2014-04-05 00:28:41 +00:00
gb_limit.h [INTERPRETER] 2014-01-27 23:46:37 +00:00
gb_list.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_list_temp.h [CONFIGURATION] 2015-05-08 17:40:28 +00:00
gb_magic.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_pcode.h [INTERPRETER] 2014-05-05 20:16:41 +00:00
gb_pcode_temp.h [INTERPRETER] 2014-05-05 20:07:00 +00:00
gb_replace.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_replace_temp.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_reserved.h [INTERPRETER] 2014-11-12 22:25:37 +00:00
gb_reserved_keyword.h [INTERPRETER] 2014-11-27 23:31:51 +00:00
gb_reserved_temp.h [INTERPRETER] 2014-11-27 23:31:51 +00:00
gb_table.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_table_temp.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_type_common.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_read_common.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_trans_common.h [DEVELOPMENT ENVIRONMENT] 2015-01-16 00:31:59 +00:00
gbx_subr_common.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
Makefile.am