summaryrefslogtreecommitdiff
path: root/fluid/Fl_Function_Type.cxx
AgeCommit message (Expand)Author
2015-03-09Add 'fluid -u' command-line switch to upgrade fluid files in batch mode.Albrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-06-07Fix STR #2657: repaired indentation error in fluid-output code.Manolo Gouy
2011-01-19Fluid binary type adds size to the array of unsigned char, giving better acce...Matthias Melcher
2010-12-19Changed all fixed filename buffers (that I could find) to use FL_PATH_MX inst...Matthias Melcher
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-11-18Fixed file access code to use UTF-8 strings (STR #2440)Matthias Melcher
2010-11-13fixed const correctness in fluid/Fl_Function_Type.cxx (STR #2441)engelsman
2010-11-12Applied Domingo's suggestion for formatted Fluid outputMatthias Melcher
2010-10-28Fixed the remaining warningsMatthias Melcher
2010-02-25Working VisualC suport in IDE's (dll's are still missing). Fixed a few warnings.Matthias Melcher
2010-02-21Much improved automated Xcode3 IDE built. These are the files for creating th...Matthias Melcher
2010-02-20Fixed format once more in Fluid unique ID.Matthias Melcher
2010-02-20Mixed bag. Please see CHANGES.Matthias Melcher
2010-02-20Tentative repair of cast from pointer to unsigned int that breaks 64-bit comp...Manolo Gouy
2010-02-15Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file ...Matthias Melcher
2009-09-23Empty functions in Fluid no onger create an implementation (STR 2259)Matthias Melcher
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-09-17This is a stab at supporting Doxygen comments from withing Fluid. Just double...Matthias Melcher
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-01-04STR #1741: fixed and improved on missing 'public' attribute in consecutive cl...Matthias Melcher
2008-01-04STR #1776: FLUID now tries to find a previously declared callback to avoid de...Matthias Melcher
2006-08-23- Fluid Code Declarations can now handle C++ style comments (STR #1383)Matthias Melcher
2006-07-27Fix problems with new FLUID output, add common to closing braces to showMichael R Sweet
2006-07-26Fix return of window widget - use "w" or the name of the window, asMichael R Sweet
2006-07-26Revamp variable tests so that we rarely need to provide "o" andMichael R Sweet
2006-05-28 - In Fluid, declarations starting with the keywordMatthias Melcher
2006-05-18Declarations in Fluid can now explicitly be made non-static or non-extern. Th...Matthias Melcher
2005-11-04FLUID1: The comment entry in the Browser now reveals some more information by...Matthias Melcher
2005-08-23FLUID now knows if a static callback is already declared in a class and won't...Matthias Melcher
2005-08-21Some actions in FLUID would not set the "changed" flag.Matthias Melcher
2005-08-20This commit fixes one aspect of bug STR #984. However, since Allesandro took ...Matthias Melcher
2005-07-20Declaration in Fluid now uses its own public/private setting unless the paren...Matthias Melcher
2005-04-18Fix compiler warnings.Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-14Eliminate compiler warnings on Solaris...Michael R Sweet
2005-03-28Add support to FLUID for widget class creation without the intermediateMichael R Sweet
2005-03-28Preliminary support for widget classes (still need to do code writingMichael R Sweet
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