gambas-source-code/main/lib/data
Benoît Minisini c6d37cf4b8 [DEVELOPMENT ENVIRONMENT]
* NEW: Use the FontBox control in the option dialog.

[WIKI CGI SCRIPT]
* NEW: Add a preview button in editing mode.

[GB.DB]
* NEW: Database driver now have a flag to tell if they support collation or 
  not.

[GB.DB.POSTGRESQL]
* BUG: Use collation only if database version is greater or equal than 9.1.

[GB.FORM]
* NEW: Little design changes in the FontChooser control.
* BUG: Fix the FontBox control.
* NEW: FontBox.Default is a new property that defines which text is 
  displayed in the control when no font is set. By default, the application 
  default font name is used.

[GB.FORM.DIALOG]
* NEW: Add a custom font chooser dialog for Dialog.SelectFont().


git-svn-id: svn://localhost/gambas/trunk@6520 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-10-07 00:01:13 +00:00
..
gb.data [DEVELOPMENT ENVIRONMENT] 2014-10-07 00:01:13 +00:00
c_avltree.c [GB.DATA] 2014-09-13 03:01:37 +00:00
c_avltree.h [GB.DATA] 2013-08-19 22:48:29 +00:00
c_circular.c [GB.DATA] 2013-08-19 22:48:29 +00:00
c_circular.h [GB.DATA] 2013-08-19 22:48:29 +00:00
c_deque.c [GB.DATA] 2014-07-29 11:26:46 +00:00
c_deque.h [GB.DATA] 2013-08-19 22:48:29 +00:00
c_graph.c [GB.DATA] 2014-09-13 03:01:37 +00:00
c_graph.h [GB.DATA] 2014-09-13 03:01:37 +00:00
c_graphmatrix.c [GB.DATA] 2014-09-13 03:01:37 +00:00
c_graphmatrix.h [GB.DATA] 2014-09-13 03:01:37 +00:00
c_heap.c [GB.DATA] 2014-09-14 00:18:58 +00:00
c_heap.h [GB.DATA] 2014-07-28 03:34:24 +00:00
c_list.c [GB.DATA] 2014-09-13 03:01:37 +00:00
c_list.h [GB.DATA] 2013-08-19 22:48:29 +00:00
c_trie.c [GB.DATA] 2014-09-28 20:01:52 +00:00
c_trie.h [GB.DATA] 2014-09-23 19:15:25 +00:00
gb.data.component [GB.DATA] 2013-09-01 18:53:24 +00:00
list.h [GB.DATA] 2013-08-19 22:48:29 +00:00
lookup3.h [GB.DATA] 2013-08-19 22:48:29 +00:00
main.c [GB.DATA] 2014-09-23 19:15:25 +00:00
main.h [GB.DATA] 2013-08-19 22:48:29 +00:00
Makefile.am [GB.DATA] 2014-09-23 19:15:25 +00:00
string_compare.h [GB.DATA] 2013-08-19 22:48:29 +00:00
TODO [GB.DATA] 2014-09-23 19:15:25 +00:00
trie.c [GB.DATA] 2014-09-28 20:01:52 +00:00
trie.h [GB.DATA] 2014-09-28 20:01:52 +00:00