summaryrefslogtreecommitdiffstats
path: root/Source/FLTKDialog
Commit message (Expand)AuthorAgeFilesLines
* ENH: try to find a gui for the MacBill Hoffman2005-09-2310-0/+2017
* ENH: remove fltk dialog as it is no longer supportedBill Hoffman2002-03-2011-2127/+0
* FIX: FLTK includes should use ".H" instead of ".h"Luis Ibanez2002-02-191-1/+1
* ENH:Updated copyrightWill Schroeder2002-01-214-0/+64
* ENH:Updated copyrightWill Schroeder2002-01-213-0/+48
* ENH: These files are now generated from the .fl file by FLTK_WRAP_UI command.Luis Ibanez2001-12-112-305/+0
* FIX: FLTK_WRAP_UI command modified.Luis Ibanez2001-12-111-2/+9
* FIX: When switching from one project to another the CacheGUI wasn't beingLuis Ibanez2001-11-281-2/+6
* ENH: remove warningBill Hoffman2001-11-141-2/+1
* ENH: clean up warningsBill Hoffman2001-11-133-2/+4
* WAR: fix compile warningsBill Hoffman2001-11-132-2/+2
* FIX: Reverted to use FillCacheManagerFromGUI().Luis Ibanez2001-10-302-8/+9
* FIX: In order to disable a button in fl_choice, a 0 pointer must be sentLuis Ibanez2001-10-301-1/+1
* ENH: FillCacheManagerFromGUI() was replaced by SaveFromCacheGUI() toLuis Ibanez2001-10-302-8/+8
* ENH: fl_ask replaced by fl_choice in FLTKCallback.Luis Ibanez2001-10-301-4/+4
* ENH: use callback not ifdef for MFC message box errorsBill Hoffman2001-10-291-2/+2
* ENH: add callback for message displayBill Hoffman2001-10-291-1/+11
* ENH: Button were renamed : "Configure", "OK" and "Cancel" as the MFC version.Luis Ibanez2001-10-282-9/+9
* ENH: Updated with respect to MFC CMakeSetup. New cache entries are nowLuis Ibanez2001-10-288-76/+304
* ENH: update to new style of cache accessKen Martin2001-08-081-1/+1
* ENH: Save and Load of recent Source and Binary directories added.Luis Ibanez2001-07-196-10/+349
* Undefined symbolBerk Geveci2001-06-281-1/+1
* BUG: fix for sgi compilerBill Hoffman2001-06-284-3/+7
* ENH: Update the cacheManager from the GUI after each callback.Luis Ibanez2001-06-213-9/+15
* added install targetKen Martin2001-06-211-1/+1
* ENH: INTERNAL properties are not display any longer in the GUILuis Ibanez2001-06-211-4/+1
* ENH: The cache is not saved now after every modification of the GUILuis Ibanez2001-06-211-5/+0
* ENH: Clearing and redrawing the property list after a build to load the new c...Luis Ibanez2001-06-212-3/+14
* ENH: PropertyRows have now a reference to CMakeSetupGUI and save the cacheLuis Ibanez2001-06-215-23/+71
* ENH: PropertyNameButton was removed. PropertyRow manages all the callbacks nowLuis Ibanez2001-06-217-52/+84
* Removed: now the help string is managed by the PropertyRow classLuis Ibanez2001-06-212-286/+0
* ENH: add CMakeSetup as a targetBill Hoffman2001-06-201-1/+1
* ENH: fix cmake so it can boot strap itself betterBill Hoffman2001-06-202-7/+7
* ENH: build fltk cmake on unix with bootstrapBill Hoffman2001-06-193-7/+14
* ENH: add bootstrap support for building fltkBill Hoffman2001-06-191-0/+20
* ENH: add bootstrap support for building fltkBill Hoffman2001-06-191-2/+2
* ENH: Absolute path to cmake resolvedLuis Ibanez2001-06-154-26/+54
* ENH: Getting headers and libs for FLTK and OpenGLLuis Ibanez2001-06-151-2/+9
* Include directory names are Case sensitive in Unix.Berk Geveci2001-06-146-29/+29
* ENH: Search for cmake executable full path added (window/unix)Luis Ibanez2001-06-131-1/+13
* ENH: Added popup menu for removing a property. Some style changesLuis Ibanez2001-06-136-113/+158
* ENH: Added help blobs that popup when the mouse is left on top of theLuis Ibanez2001-06-123-41/+98
* Class derived from Fl_Button with added help blobsLuis Ibanez2001-06-122-0/+211
* ERR: Needed virtual destructor to correspond to virtual functions. Also adde...Brad King2001-06-123-12/+12
* ENH: Paths are now expanded for environment variables and made absolute.Luis Ibanez2001-06-126-52/+109
* ENH: Waiting cursor color were reversedLuis Ibanez2001-06-111-2/+2
* ENH: CMake invokation is working.Luis Ibanez2001-06-112-2/+53
* ENH: Cache saving addedLuis Ibanez2001-06-112-0/+33
* .cpp renamed as .cxxLuis Ibanez2001-06-104-714/+0
* Class to manage every row in the GUI scrolling, corresponding to aLuis Ibanez2001-06-101-0/+30