1327 Commits (e5d7f8367e7a19a1b85b0f3b65cc9dd82e94d8b4)

Author SHA1 Message Date
Michael R Sweet 8d552439c7 New Fl_Widget::redraw_label() method to cleanly redraw the label of a 23 years ago
Michael R Sweet e04a3734e7 Apply patch from George Garvey to make Fl_Text_Display/Buffer based on 23 years ago
Matthias Melcher 6698be1be8 Mac OS X: modified Fl_Preferences::Node::search to correctly handle groups 23 years ago
Michael R Sweet 32b9640e1c Fixes from Matthew Morrise. 23 years ago
Michael R Sweet 0196542a09 Fix typo... 23 years ago
Michael R Sweet faf13cdd7e Tweek math header (again) for MingW... 23 years ago
Michael R Sweet ec494401c1 Make sure all strings can be localized in the dialogs. 23 years ago
Michael R Sweet 047c32c334 Add constructors that accept the path to use (rather then SYSTEM or USER 23 years ago
Michael R Sweet 0d3d763eab DLL fix from Robin Hakanson. 23 years ago
Michael R Sweet d3c1d6b8ad OK DLLs now work again under VC++... 23 years ago
Michael R Sweet e136d5e145 More FL_EXPORT fun... 23 years ago
Michael R Sweet 1aecada52c DLL changes (still some more to go...) 23 years ago
Michael R Sweet b2e9308751 More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat. 23 years ago
Michael R Sweet 050919103f More shadow variable changes... 23 years ago
Michael R Sweet a6b935289e Move the rest of the image file formats (except for XBM and XPM) to 23 years ago
Michael R Sweet 27a54dc22b Fl_Text_Display::resize() should be public... 23 years ago
Michael R Sweet a11a31ff78 Range check Fl_Text_Buffer::search_forward(). 23 years ago
Michael R Sweet 685100b122 Add default cursor as data the Fl_Window tracks individually (with the 23 years ago
Michael R Sweet 063d67de86 Add image() methods to Fl_Menu_Item. 23 years ago
Michael R Sweet 35308e5c22 Added Fl::get_boxtype() method. 23 years ago
Michael R Sweet d453884e0f Add wrap() method and bit for Fl_Input_, and make word wrap dependent 23 years ago
Michael R Sweet 745cd4204a Make newButton and previewButton public, so that you can hide/disable them 23 years ago
Michael R Sweet 57cef6a4bd Remove extra 3 pixel offset when the size is below a certain amount; 23 years ago
Michael R Sweet 629f327382 Use parenthesis for "#if defined foo" -> "#if defined(foo)" - portability. 23 years ago
Matthias Melcher dfefc7b244 First steps in CodeWarrior on OS_X support. 23 years ago
Michael R Sweet d0f18c45b5 Boy, aren't WIN32 compilers *so* much fun. 23 years ago
Michael R Sweet aa837b09da More FL_EXPORT stuff for WIN32. 23 years ago
Michael R Sweet 3346a9fee7 Change the Fl_Group current, add, and remove methods so they are no longer 23 years ago
Matthias Melcher 319c89ab3c minor changes to make FLTK compile as a DLL in CodeWarrior 23 years ago
Michael R Sweet f7394e2fb1 Avoid VC++ bug with STL - "list" is a template class, but VC++ doesn't 23 years ago
Michael R Sweet 16046bf4dd Add Fl::remove_handler() method. 23 years ago
Michael R Sweet 031fef8635 File chooser updates - ../ and ./ map properly, now show ".." in the 23 years ago
Michael R Sweet 526e94341d Some patches from Ori Berger to plug some resource leaks and use a 23 years ago
Matthias Melcher 2d30a9e6fa Small changes to make Metrowerks CodeWarrior for Windows work. 23 years ago
Michael R Sweet 6a6e4ab66c Separate the extra image functions into fltk_images. 23 years ago
Michael R Sweet cdc15f49a6 Fix math header for nocygwin mode. 23 years ago
Michael R Sweet 1be610c970 Better MingW handling. 23 years ago
Michael R Sweet 4a6299fbcc Add FLTK_1_0_COMPAT symbol for 1.0.x compatible names. 23 years ago
Michael R Sweet 34e35db71f Prefer fl_push_clip() over fl_clip(). 23 years ago
Michael R Sweet c3cde61e98 Add documentation for using styles in text editor. 23 years ago
Michael R Sweet 13ae564f03 Add color definitions for "dark red", etc. 23 years ago
Michael R Sweet 5d7f42585b Fix test for OpenGL libraries - not == xno, but != xyes. 23 years ago
Michael R Sweet 861ad9769b New file chooser. 23 years ago
Michael R Sweet 23972703f4 Some C++ compilers can't handle char& and int& versions of methods, so 23 years ago
Michael R Sweet d5541b5cd6 fl_read_image() - not implemented for WIN32 or OSX yet. 23 years ago
Michael R Sweet acd6bd5cc8 Clean up string includes. 23 years ago
Michael R Sweet 262321f5e6 Fix cancel bug in file chooser with multiple-selection mode. 23 years ago
Michael R Sweet 23cfc372a0 Fix links inside PRE 23 years ago
Michael R Sweet 88d54cd78b Massive update to use strlcpy() and strlcat() instead of strncpy() 23 years ago
Michael R Sweet f953ffc27d Change _WIN32 to WIN32 for 1.1.x tree. 23 years ago