summaryrefslogtreecommitdiff
path: root/fluid
AgeCommit message (Expand)Author
2005-04-16Update "clean" targets to properly handle core files, remove backup files,Michael R Sweet
2005-04-15Fix subclass callback output code.Michael R Sweet
2005-04-15Don't make non-inline methods from FLUID inline (that is, remove theMichael R Sweet
2005-04-14Fix compiler warnings.Michael R Sweet
2005-04-14Eliminate compiler warnings on Solaris...Michael R Sweet
2005-04-14Make comment strings const char *...Michael R Sweet
2005-04-13#include print_panel.cxx in fluid.cxx, so that we don't need to put it inMichael R Sweet
2005-04-13Cast GetCurrentProcessId to int to avoid compiler warning.Michael R Sweet
2005-04-11Fix definition of auto_indent() method...Michael R Sweet
2005-04-10Add missing include for undo functions (STR #773)Michael R Sweet
2005-04-10Fix move within custom widget bug (STR #796)Michael R Sweet
2005-04-10Add GCC printf format attribute check to catch code formattingMichael R Sweet
2005-04-09FLUID widget class support fixes.Michael R Sweet
2005-04-02STR #784: Fixed tooltip stating 'function' instead of 'comment'Matthias Melcher
2005-03-29Finished changes needed to support full widget classes.Michael R Sweet
2005-03-28Made fluid compile under VicualC6 again. Unfortunatly , the wonderful 'print'...Matthias Melcher
2005-03-28Handle window class methods.Michael R Sweet
2005-03-28Fixed window class code generation.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-26Save work on FLUID printing on Windows.Michael R Sweet
2005-03-26FLUID printing support for Windows (still working on someMichael R Sweet
2005-03-25Fixed VC++.NET project files (FLTK, FLTKDLL, FLUID).Michael R Sweet
2005-03-25Updated Fl_File_Chooser to correctly deselect other items whenMichael R Sweet
2005-03-25Fl_File_Chooser no longer resets the type() when choosing aMichael R Sweet
2005-03-25Change Fl_Spinner to use double values instead of ints.Michael R Sweet
2005-03-24Add option to control the number of file history that is shownMichael R Sweet
2005-03-24More HIG stuff - file menu now shows recent files in-line, above the "Quit"Michael R Sweet
2005-03-24Resizing or moving a window through the widget panel now resets theMichael R Sweet
2005-03-24Add auto-indent to code editor.Michael R Sweet
2005-03-23Update tile image to 64x64 (STR #769)Michael R Sweet
2005-03-23Fix syntax highlighting bug in the editor demo, and port changes to theMichael R Sweet
2005-03-21Add "Use" button to printer properties (uses settings for that job only)Michael R Sweet
2005-03-21Fix order of output mode buttons...Michael R Sweet
2005-03-21If window has not been shown yet, set the image to the scheme_bg_ image soMichael R Sweet
2005-03-21More printing tweaks (nicer looking simulated windows...)Michael R Sweet
2005-03-21Image reading, template handling, and printing bug fixes.Michael R Sweet
2005-03-21Initial integration with editor-based CodeEditor class (only the widgetMichael R Sweet
2005-03-21Fix minor printing glitch with simulated window borders.Michael R Sweet
2005-03-21Printing support for FLUID...Michael R Sweet
2005-03-20Add Fl_Spinner widget (another combo of existing widgets in a header file)Michael R Sweet
2005-03-20Template panel for "new" and "save template" actions, complete withMichael R Sweet
2005-03-20Preliminary template save support in FLUID, plus some bug fixes.Michael R Sweet
2005-03-20Use uppercase letters for shortcut labels (e.g. "Ctrl+N", notMichael R Sweet
2005-03-20'Show/Hide Widget Bin menu item is 39, not 38Matthias Melcher
2005-03-20Do'h! Forgot to add these files...Michael R Sweet
2005-03-20Undo/redo support for FLUID.Michael R Sweet
2005-03-20Add "Edit/Delete".Michael R Sweet
2005-03-20Add "scheme" chooser in GUI settings dialog.Michael R Sweet
2005-03-20Hide/Show Widget Bin and Overlays, instead of checks.Michael R Sweet