diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-09-24 19:24:12 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-09-24 19:24:12 +0000 |
| commit | 174c006fd527f02fe5ec4b5121aa88847e503052 (patch) | |
| tree | 04c41511f69a7d373f497e18442721505710e06b /CHANGES | |
| parent | ad40154ca3130e6b4731f57294b6caa4f59b782d (diff) | |
Update "o" variable detection code to handle more cases (STR #1429)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5487 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -35,19 +35,19 @@ CHANGES IN FLTK 1.1.8 - Fixed Fl_Positioner callback when released (STR #1387) - Fixed WIN32 zero size window issue (STR #1387) - Fixed Sudoku window positioning (STR #1398) - - Fluid Code Declarations can now handle - C++ style comments (STR #1383) - - Fixed uninitialized data in OS X and WIN32 - timout functions (STR #1374). - - Fixed speed issues when measuring text on OS X - with Quartz (STR #1386). + - Fluid Code Declarations can now handle C++ style + comments (STR #1383) + - Fixed uninitialized data in OS X and WIN32 timeout + functions (STR #1374). + - Fixed speed issues when measuring text on OS X with + Quartz (STR #1386). - Fixed focus issues on OS X (STR #1377) - Optional precission argument when storing floats or doubles in a Preferences file (STR #1381) - - Fixed callback not called when using arrow keys - in Fl_Slider (STR #1333) - - Changing the shorcut of a widget in fluid now marks - the document as dirty (STR #1382) + - Fixed callback not called when using arrow keys in + Fl_Slider (STR #1333) + - Changing the shorcut of a widget in fluid now marks the + document as dirty (STR #1382) - Fl_Text_Editor now correctly handles middle mouse clicks (STR #1384) - Added some GLUT4 functions (STR #1370) |
