gambas-source-code/comp/src/gb.form.dialog/.src
Benoît Minisini 8871738fb6 [INTERPRETER]
* BUG: READ and WRITE now correctly handle Pointer datatype.
* BUG: Classes inheriting an array class now work correctly.

[GB.FORM]
* NEW: FileChooser and DirChooser have a new ShowButton property that shows 
  OK and Cancel buttons inside the control. Clicking on the Cancel button
  raises a new Cancel event.
* NEW: Bookmark management has been redesigned in file controls.
* NEW: MenuButton got an AutoResize property.

[GB.FORM.DIALOG]
* NEW: File dialogs now remember their geometry.

[GB.GTK]
* BUG: Fix duplicate Click event in CheckBox control.
* BUG: Correctly handle tristate Checkbox controls.


git-svn-id: svn://localhost/gambas/trunk@3076 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-07-29 10:19:10 +00:00
..
Dialog.class [GB.FORM.DIALOG] 2009-07-13 18:47:10 +00:00
FDirDialog.class [INTERPRETER] 2010-07-29 10:19:10 +00:00
FDirDialog.form [INTERPRETER] 2010-07-29 10:19:10 +00:00
FFileDialog.class [INTERPRETER] 2010-07-29 10:19:10 +00:00
FFileDialog.form [INTERPRETER] 2010-07-29 10:19:10 +00:00
FInputDate.class [GB.FORM.DIALOG] 2009-07-13 18:47:10 +00:00
FInputDate.form [GB.FORM.DIALOG] 2009-07-13 18:47:10 +00:00
Main.module [INTERPRETER] 2010-07-29 10:19:10 +00:00