gambas-source-code/main/gbc
Benoît Minisini f3438a8da9 [WEBSITE]
* NEW: Use the new wiki now.

[WIKI]
* BUG: Fix style sheet and class description layout.
* NEW: Inherited symbols links are in italic now.
* NEW: Automatic registration system.
* NEW: Use the new LOCK ... WAIT instruction.
* BUG: Some fixes in the old wiki conversion routine.
* NEW: The administrator account can see the recent changes.

[EXAMPLES]
* NEW: SmallWiki: Update the embedded markdown support from gb.markdown.

[COMPILER]
* NEW: The '#' character is now optional if possible (for example in the 
  'OUTPUT TO' instruction).

[GB.FORM]
* NEW: Some new icons.

[GB.FORM.STOCK]
* BUG: Fix all missing icons.

[GB.GTK]
* BUG: Fix incorrect translation when drawing inside a DrawingArea.

[GB.MEDIA]
* BUG: Fix inputs and outputs enumeration.

[GB.QT4]
* BUG: Correctly handle UTF-8 when displaying the error message.

[GB.WEB]
* NEW: WebPage.ToString() is a new method that generates the webpage and 
  returns it as a string.
* BUG: When creating a session, other sessions having the same prefix and 
  being older than 24 hours are automatically removed from disk.


git-svn-id: svn://localhost/gambas/trunk@6206 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-03-22 12:25:48 +00:00
..
gb_alloc.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_array.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_buffer.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_common.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_error.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_error.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_file.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_file.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_str.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_str.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb_table.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gba.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_arch.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_archive.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_archive.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_chown.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_chown.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_class.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_class.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_code.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_compile.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_compile.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_dump.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_form.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_form.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_form_webpage.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_header.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_header.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_help.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_help.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_output.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_output.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_pcode.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_preprocess.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_preprocess.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_read.c [INTERPRETER] 2013-11-04 15:17:01 +00:00
gbc_read.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_reserved.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_reserved_make.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_trans.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_trans.h [INTERPRETER] 2014-03-09 17:51:52 +00:00
gbc_trans_code.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_trans_ctrl.c [COMPILER] 2014-01-14 22:43:35 +00:00
gbc_trans_expr.c [COMPILER] 2014-01-28 01:08:58 +00:00
gbc_trans_subr.c [WEBSITE] 2014-03-22 12:25:48 +00:00
gbc_trans_tree.c [COMPILER] 2014-01-28 16:17:40 +00:00
gbc_type.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbc_type.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gbi.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
Makefile.am [CONFIGURATION] 2013-05-26 10:20:25 +00:00