summaryrefslogtreecommitdiff
path: root/fluid/Fl_Function_Type.cxx
AgeCommit message (Expand)Author
2005-03-25Updated Fl_File_Chooser to correctly deselect other items whenMichael R Sweet
2005-03-10Ahem, Fl_File_Chooser.H, not fl_file_chooser.H... :)Michael R Sweet
2005-03-09Removed warning about for(;;) variable lookupMatthias Melcher
2005-03-09Added a new Type to fluid called 'Comment' to be used for standardized Copyri...Matthias Melcher
2005-02-24Copyright updates.Michael R Sweet
2005-02-06Fixed a few warnings in OS X. The fluid stuff was 'touche'd, but not changed.Matthias Melcher
2004-11-20FLUID didn't handle default function parameters properly (STRMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-03-11Fl_Value_Slider::draw_bg() didn't always apply the clippingMichael R Sweet
2003-08-02Fix FLUID redraw bug when changing X,Y,W,H in the widget panel (STR #120)Michael R Sweet
2003-01-28Support type qualifiers before a class name; this allows for things likeMichael R Sweet
2002-11-07Include stdlib.h, not the non-standard malloc.h header...Michael R Sweet
2002-11-05Added callbacks to Fl_Text_Editor.Matthias Melcher
2002-11-03Replaced 'callback' and 'code' input in FLUID with Fl_Text_Editor.Matthias Melcher
2002-08-09More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-15Fix widget width tooltip and default parameter handling code.Michael R Sweet
2002-05-12Default argument patch from Fabien Constantini.Michael R Sweet
2002-05-04Add FL_EXPORT as a declaration-only prefix like extern.Michael R Sweet
2002-04-28Support "using" keyword.Michael R Sweet
2002-04-26Add lock icon next to static/private elements in FLUID.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-05-16I18N didn't work right for menus - the messages numbers were wrong.Michael R Sweet
2000-04-25Bug fixes where I was getting the value from the input field instead ofMichael R Sweet
2000-02-05Produces correct destructor for nested classes, patch from Alexandr ShevtsowBill Spitzak
2000-01-05Added Fl.H required by an inline function if Fl_Repeat_Button.HBill Spitzak
1999-12-17Patch from Clemens Hintze to allow declaratons of "typedef" to work.Bill Spitzak
1999-08-17You can make virtual destructorsBill Spitzak
1999-08-05Added Chrisophe Kalt's patch to add "extern "C"" to functionsBill Spitzak
1999-08-05Fixed so that a public declaration like #include "Foo" is written to theBill Spitzak
1999-07-22Pragma added around xlib.h to shut up the IRIX compiler warningsBill Spitzak
1999-07-09Fl_Decl_Type::write_code1() didn't work for class destructors.Michael R Sweet
1999-06-12Fixed subclass (Class::Member) output bug reported by Jim Hourihan.Michael R Sweet
1999-05-11Missing header files and FL_EXTERNs that prevented DLL's from compilingBill Spitzak
1999-04-30Properly handling the "return outermost widget" case now.gustavo
1999-03-29Changes needed to get FLTK to compile on Borland C++ 5 under Windows. ICarl E. Thompson
1999-02-19Added comment parsing in _c_check().Michael R Sweet
1999-02-19Added modified patch from Tom Holroyd to support class "chaining".Michael R Sweet
1999-02-17Patch from Bill that adds virtual method support.Michael R Sweet
1999-01-13Fixes from Bill:Michael R Sweet
1999-01-07A better static method patch from Bill.Michael R Sweet
1999-01-07Yay, change all copyright notices to be 1998-1999.Michael R Sweet
1999-01-07Updated makefile.Michael R Sweet
1998-12-06Missed a #include...Michael R Sweet
1998-12-06More changes for .C and .H to .cxx and .h...Michael R Sweet
1998-11-25Added class/return value fixes from Bill.Michael R Sweet
1998-10-21Added common headings & CVS tags.Michael R Sweet
1998-10-21Added fluid patch from Bill Spitzak; this moves the callback code downMichael R Sweet