summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2002-08-14More FL_EXPORT fun...Michael R Sweet
2002-08-14DLL changes (still some more to go...)Michael R Sweet
2002-08-09More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat.Michael R Sweet
2002-08-09More shadow variable changes...Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-08-05Fl_Text_Display::resize() should be public...Michael R Sweet
2002-08-05Range check Fl_Text_Buffer::search_forward().Michael R Sweet
2002-08-01Add default cursor as data the Fl_Window tracks individually (with theMichael R Sweet
2002-08-01Add image() methods to Fl_Menu_Item.Michael R Sweet
2002-07-30Added Fl::get_boxtype() method.Michael R Sweet
2002-07-23Add wrap() method and bit for Fl_Input_, and make word wrap dependentMichael R Sweet
2002-07-23Make newButton and previewButton public, so that you can hide/disable themMichael R Sweet
2002-07-23Remove extra 3 pixel offset when the size is below a certain amount;Michael R Sweet
2002-07-17Use parenthesis for "#if defined foo" -> "#if defined(foo)" - portability.Michael R Sweet
2002-07-17First steps in CodeWarrior on OS_X support.Matthias Melcher
2002-07-14Boy, aren't WIN32 compilers *so* much fun.Michael R Sweet
2002-07-14More FL_EXPORT stuff for WIN32.Michael R Sweet
2002-07-14Change the Fl_Group current, add, and remove methods so they are no longerMichael R Sweet
2002-07-11minor changes to make FLTK compile as a DLL in CodeWarriorMatthias Melcher
2002-07-08Avoid VC++ bug with STL - "list" is a template class, but VC++ doesn'tMichael R Sweet
2002-07-08Add Fl::remove_handler() method.Michael R Sweet
2002-07-01File chooser updates - ../ and ./ map properly, now show ".." in theMichael R Sweet
2002-07-01Some patches from Ori Berger to plug some resource leaks and use aMichael R Sweet
2002-06-29Small changes to make Metrowerks CodeWarrior for Windows work.Matthias Melcher
2002-06-28Separate the extra image functions into fltk_images.Michael R Sweet
2002-06-27Fix math header for nocygwin mode.Michael R Sweet
2002-06-26Better MingW handling.Michael R Sweet
2002-06-24Add FLTK_1_0_COMPAT symbol for 1.0.x compatible names.Michael R Sweet
2002-06-11Prefer fl_push_clip() over fl_clip().Michael R Sweet
2002-06-09Add documentation for using styles in text editor.Michael R Sweet
2002-06-09Add color definitions for "dark red", etc.Michael R Sweet
2002-06-08Fix test for OpenGL libraries - not == xno, but != xyes.Michael R Sweet
2002-06-07New file chooser.Michael R Sweet
2002-05-31Some C++ compilers can't handle char& and int& versions of methods, soMichael R Sweet
2002-05-30fl_read_image() - not implemented for WIN32 or OSX yet.Michael R Sweet
2002-05-25Clean up string includes.Michael R Sweet
2002-05-24Fix cancel bug in file chooser with multiple-selection mode.Michael R Sweet
2002-05-21Fix links inside PREMichael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-13Change _WIN32 to WIN32 for 1.1.x tree.Michael R Sweet
2002-05-13Backported the fltk2.0 tooltips. This may be somewhat binary incompatableBill Spitzak
2002-05-10Use 16x16 KDE icon images by default.Michael R Sweet
2002-05-07Change "typedef enum {} type" to "enum type {}"...Michael R Sweet
2002-05-03Fix portability problems with Solaris Forte C++ compiler.Michael R Sweet
2002-05-02Add sort function to file chooser.Michael R Sweet
2002-05-02Add sort function as optional argument to Fl_File_Browser::load().Michael R Sweet
2002-05-02Fix new filename stuff for WIN32.Michael R Sweet
2002-05-02Update fl_filename_list() to accept a sort function to use, and exportMichael R Sweet
2002-05-01Fix backspace "bug" in file chooser - now treat delete and backspace theMichael R Sweet
2002-04-30added binary support and procedural names toMatthias Melcher