diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-06 13:02:49 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-06 13:02:49 +0000 |
| commit | e907ce4a11e1258760eea39f4c81cce1d197d9fc (patch) | |
| tree | bbd9277a71185a49cae8da15aaa3c1fefdabaace /CHANGES | |
| parent | 0906d230edec0cc74681cb8a49f3ff1e5451f601 (diff) | |
STR 2079, part 1: Improved test/subwindow.cxx
- removed confusing character output (define DEBUG_POS for testing)
- included FL/names.h instead of hand-made eventnames array
- added more input widgets for better dnd and focus testing
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6550 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,8 +1,8 @@ CHANGES IN FLTK 1.3.0 - - Fixed documentation (added missing COMCTRL32.LIB - dependency) - - Fixed menu positon close to screen border (STR #2057) + - Improved test/subwindow.cxx (STR #2079) + - Fixed documentation (added missing COMCTRL32.LIB dependency) + - Fixed menu position close to screen border (STR #2057) - Improved stability of fl_read_image (STR #2021) - Fixed adding an idle handler during a draw() call (STR #1950) @@ -17,11 +17,10 @@ CHANGES IN FLTK 1.3.0 resizing their children (STR #2032) - "fltk-config --post foo" now creates an application bundle rather than attaching a resource fork. - - Added scroll_to() to Fl_Scroll, replacing position() - which now behaves as it should (STR #1303) + - Added scroll_to(int,int) to Fl_Scroll, replacing + position(int,int) which now behaves as it should (STR #1303) - Fixed Fl_Scroll inside Fl_Scroll (STR #265) - - Hardcoded 1.1 references in src/Makefile to 1.3 - (STR #1922) + - Hardcoded 1.1 references in src/Makefile to 1.3 (STR #1922) - Changed font index to 32 bit - Changed font size to 32 bit - Changed widget coordinates to 32 bit |
