summaryrefslogtreecommitdiff
path: root/fluid/fluid.cxx
AgeCommit message (Expand)Author
2010-02-25Working VisualC suport in IDE's (dll's are still missing). Fixed a few warnings.Matthias Melcher
2010-02-20Mixed bag. Please see CHANGES.Matthias Melcher
2010-01-24This is a very simple implementation of the host side of plugins. Plugins can...Matthias Melcher
2009-12-25Changed widget bin closing behavior when pressing ESC (which IMO should quit ...Matthias Melcher
2009-09-23Fixed Fluid dependency on X11 (STR #226)Matthias Melcher
2009-04-27Fluid printing used wrong colors under Windows (STR #2195)Albrecht Schlosser
2009-01-20Fluid: fixed Help dialog would open the non handled frame version (index.html...Fabien Costantini
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-11-29STR #2093 - fix typo (name case) FCNTL.H should be fcntl.h, affecting some mi...Ian MacArthur
2008-09-18More Doxygen comment support for Fluid.Matthias Melcher
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-02merged modification from my private branch after successful regression testin...Fabien Costantini
2007-02-20Update copyright years and use "#ifndef" instead of "#if !defined".Michael R Sweet
2007-02-20Fixed Watcom compiler setup without verification using a patch by mnieuwMatthias Melcher
2006-10-14Fix dead pixel in FL_GTK_UP_BOX/FRAME (STR #1471)Michael R Sweet
2006-09-17Implement new "gtk+" scheme which provides a Bluecurve look-n-feel.Michael R Sweet
2005-11-27VC++ 2005 Support, drop old files, add icons for SudokuMichael R Sweet
2005-11-04FLUID1: The comment entry in the Browser now reveals some more information by...Matthias Melcher
2005-11-03Added some safety measures that assure safe compile only modeMatthias Melcher
2005-11-03Fluid Source Code preview panel with automatic refresh and selected object co...Matthias Melcher
2005-09-09STR #985: This is a medium size change in the way that FLUID manages widget l...Matthias Melcher
2005-08-06This commit contains patch submitted by "fltk.x0" (thanks fltk.x0!) in the mi...Dejan Lekic
2005-07-15If starting Fluid with the -c (compile only) option, Fluid should not require...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-14Fix compiler warnings.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-03-28Made fluid compile under VicualC6 again. Unfortunatly , the wonderful 'print'...Matthias Melcher
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-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-21Fix minor printing glitch with simulated window borders.Michael R Sweet
2005-03-21Printing support for FLUID...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-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
2005-03-19Fix order of Cancel, Save, and Don't Save buttons.Michael R Sweet
2005-03-19file fluid.cxx must include <io.h> on Windows to find the access() function.Matthias Melcher
2005-03-19More UI cleanup.Michael R Sweet