summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2003-01-28Support type qualifiers before a class name; this allows for things likeMichael R Sweet
2003-01-21Add FL_EXPORT to nested classes.Michael R Sweet
2003-01-15Fix build problems on Windows.Michael R Sweet
2003-01-12Fix header file again.Michael R Sweet
2003-01-11Need to include Fl_Export.H for FL_EXPORT definition.Michael R Sweet
2003-01-10Update Fl_Image and friends so that we don't need to include theMichael R Sweet
2002-12-19Doco updates.Michael R Sweet
2002-12-04OSX fixes for GLUT/GL window classes.Michael R Sweet
2002-11-25Bump version number in CVS...Michael R Sweet
2002-11-19Fix fl_dir_chooser()/Fl_File_Chooser:value() bug - cancel didn't returnMichael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-11-14Add const char * add methods to Fl_Check_Browser.Michael R Sweet
2002-11-14Add Alpha compiler stuff and cast for menu code.Michael R Sweet
2002-11-12Fixed missing undo bug in Fl_Text_Editor. Undo would be performed onMatthias Melcher
2002-11-08Add draw_children() method to Fl_Group.Michael R Sweet
2002-11-05Added 'Undo' to Fl_Text_Editor by reusing some of the Fl_Input_ code. I tried...Matthias Melcher
2002-11-05Added callbacks to Fl_Text_Editor.Matthias Melcher
2002-10-30Update tile documentation to be explicit about widgets touching and doingMichael R Sweet
2002-10-292.0 tooltip changes into 1.1.x.Michael R Sweet
2002-10-24First fixes for 1.1.2 - Fl_Scrollbar shouldn't take keyboard focus,Michael R Sweet
2002-10-20Implement Fl_Shared_Image::uncache().Michael R Sweet
2002-10-15Preliminary OpenGL single-buffering fix.Michael R Sweet
2002-10-11Use memmove() instead of memcpy() in several key places.Michael R Sweet
2002-10-07Bump patch version in FL/Enumerations.H...Michael R Sweet
2002-10-04New Fl_Widget::redraw_label() method to cleanly redraw the label of aMichael R Sweet
2002-09-20Apply patch from George Garvey to make Fl_Text_Display/Buffer based onMichael R Sweet
2002-09-05Mac OS X: modified Fl_Preferences::Node::search to correctly handle groupsMatthias Melcher
2002-09-04Fixes from Matthew Morrise.Michael R Sweet
2002-09-03Fix typo...Michael R Sweet
2002-09-03Tweek math header (again) for MingW...Michael R Sweet
2002-08-30Make sure all strings can be localized in the dialogs.Michael R Sweet
2002-08-27Add constructors that accept the path to use (rather then SYSTEM or USERMichael R Sweet
2002-08-20DLL fix from Robin Hakanson.Michael R Sweet
2002-08-14OK DLLs now work again under VC++...Michael R Sweet
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