gambas-source-code/main/lib/debug
Benoît Minisini 6abae433a9 [DEVELOPMENT ENVIRONMENT]
* BUG: Fix the similar control menu in the form editor.
* NEW: Do not take the Padding into account when drawing Report containers.
* BUG: Some fixes in the Report dimension selector.
* BUG: Do not import any translation if no translation file has been
  selected in the translation dialog.

[INTERPRETER]
* BUG: When converting a string into a number with Val(), only accept 
  thousand separators after three digits.

[GB.DEBUG]
* BUG: Lock the debugger pipe between reads, to avoid the callback to be
  called ever and ever.

[GB.GTK]
* NEW: Tried to implement a transparent drawing area, but failed!
* NEW: Allow non-native GDK windows. This is experimental, as it crashed 
  before.
* BUG: Fix the ComboBox Click event behaviour. See the wiki for more 
  details.

[GB.QT4]
* BUG: Fix the ComboBox Click event behaviour. See the wiki for more 
  details.
* BUG: Sort sorted ComboBoxes before accessing it, not just before showing
  the popup.


git-svn-id: svn://localhost/gambas/trunk@2762 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-03-07 17:14:54 +00:00
..
CDebug.c [DEVELOPMENT ENVIRONMENT] 2010-03-07 17:14:54 +00:00
CDebug.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
debug.c [COMPILER] 2010-01-31 20:32:12 +00:00
debug.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
gb.debug.component
gb.debug.h [WIKI CGI SCRIPT] 2010-01-28 10:55:24 +00:00
main.c [DEVELOPMENT ENVIRONMENT] 2010-01-10 13:40:48 +00:00
main.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00
Makefile.am [CONFIGURATION] 2009-08-24 14:19:32 +00:00
print.c [DEVELOPMENT ENVIRONMENT] 2009-08-24 23:30:23 +00:00
print.h [CONFIGURATION] 2009-08-17 10:41:51 +00:00