summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-06-10Fix some editor problems; still have a few bugs that need to be resolvedMichael R Sweet
2002-06-10Take care of some compiler warnings.Michael R Sweet
2002-06-09Add documentation for using styles in text editor.Michael R Sweet
2002-06-09Fl_Chart clips to and fills interior of boxBill Spitzak
2002-06-09Add color definitions for "dark red", etc.Michael R Sweet
2002-06-08D'oh! Never set fl_font_ and fl_size_ in new mac code...Michael R Sweet
2002-06-08Make sure fl_size_, fl_font_, and fl_xfont are initialized and used.Michael R Sweet
2002-06-07Declare fl_size_ and fl_font_.Michael R Sweet
2002-06-07Don't redraw outside label if the window hasn't been shown - otherwiseMichael R Sweet
2002-06-07MacOS fixes (include x.H instead of mac.H...)Michael R Sweet
2002-06-07WIN32 compile fixes.Michael R Sweet
2002-06-07New file chooser.Michael R Sweet
2002-06-06Cancel button fix for the current file chooser (same fix will have toMichael R Sweet
2002-06-06The button width/height arrays were not properly initialized beforeMichael R Sweet
2002-06-06Fl_Text_Display::draw_vline() needed to check nVisLine >= num lines.Michael R Sweet
2002-06-06Fix uninitialized memory bugs in Fl_Help_View.cxx.Michael R Sweet
2002-06-03Some fixes to get FLTK to compile under Jaquar.Michael R Sweet
2002-06-02More redraw() fun, this time to make sure that subwindows/OpenGL widgetsMichael R Sweet
2002-06-02Need to make sure window() is not NULL when marking damage in the window.Michael R Sweet
2002-06-02Redraw fixes.Michael R Sweet
2002-05-31Some C++ compilers can't handle char& and int& versions of methods, soMichael R Sweet
2002-05-31Add Matthias's WIN32 code to get an image from the current window; needsMichael R Sweet
2002-05-30fl_read_image() - not implemented for WIN32 or OSX yet.Michael R Sweet
2002-05-28OK, I *definitely* need a remedial math class...Michael R Sweet
2002-05-28Fix ::format() code to show the right number of digits.Michael R Sweet
2002-05-27Don't use %g when step == 1.0.Michael R Sweet
2002-05-27Add support for TT element.Michael R Sweet
2002-05-25Clean up string includes.Michael R Sweet
2002-05-25Use floating-point input when step() == 0.0, too.Michael R Sweet
2002-05-25Tag image data as allocated so that we don't waste memory.Michael R Sweet
2002-05-25Mark loaded images as allocated so that they get deleted.Michael R Sweet
2002-05-24Always redraw the directory buttons if the base class handled theMichael R Sweet
2002-05-24Get rid of as many compiler warnings as possible.Michael R Sweet
2002-05-24Fix cancel bug in file chooser with multiple-selection mode.Michael R Sweet
2002-05-23Changelog and cleanup.Michael R Sweet
2002-05-23Fix WIN32 redraw problems.Michael R Sweet
2002-05-21Use floor() instead of trunc() when checking if step() is an integerMichael R Sweet
2002-05-21Fix links inside PREMichael R Sweet
2002-05-19Add -sgi_version,sgi1.1 to the IRIX DSO command.Michael R Sweet
2002-05-17Fl_Preferences: fixed delete/free confusion, updated docu and sample on buffe...Matthias Melcher
2002-05-17Fix redraw area for focus box on buttons with no box.Michael R Sweet
2002-05-16Fixed Fl_Preferences: access() needs to includeMatthias Melcher
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-16Small fix so it compiles on OS/X (Darwin), access() needed header file.Bill Spitzak
2002-05-16Slight change to menu fix so that events only go to the grab() widget.Bill Spitzak
2002-05-16More color fixes for Xft (fl_color_ wasn't always set)Michael R Sweet
2002-05-15Update dependencies.Michael R Sweet
2002-05-15Fixed drawing of antialiased text - uchar color value * 0x0101 wasMichael R Sweet
2002-05-15Fixed menu problem - FL_MOVE/DRAG processing stopped before sending theMichael R Sweet
2002-05-15Use access() instead of stat() to determine if the directory exists.Michael R Sweet