diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-04-06 12:54:57 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-04-06 12:54:57 +0000 |
| commit | 67af078c9c470dfc1bac3d5105a0b5cc4f1c63e5 (patch) | |
| tree | 1745eb87a41b994f31ac6c024b562bb36e390161 /CHANGES | |
| parent | 7903799bf2ece8f5fdb760c507c1e64ce8418b97 (diff) | |
Fix fl_font/fl_size on MacOS X.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2968 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,11 @@ CHANGES IN FLTK 1.1.4 + - fl_font() and fl_size() were not implemented on MacOS + X. - Sorted the icon menu bar in fluid. - Fixed minor memory access complaints from Valgrind - - Compiling src/flstring.h on OS X with BSD header - would fail. + - Compiling src/flstring.h on OS X with BSD header would + fail. - Fl_Text_Editor didn't scroll the buffer when the user pressed Ctrl+End or Ctrl+Home. - Fl_Text_Editor didn't show its cursor when the mouse |
