summaryrefslogtreecommitdiffstats
path: root/Source/FLTKDialog
Commit message (Collapse)AuthorAgeFilesLines
* Remove FLTKDialog source codeBrad King2009-08-0510-2022/+0
| | | | | The QtDialog is our supported cross-platform GUI, so the FLTKDialog source is no longer needed.
* ENH: Centralized and globalized computation of CMake program locations. ↵Brad King2007-12-131-0/+3
| | | | This eliminates startup paths that failed to produce this information.
* COMP: make it build on LinuxAlexander Neundorf2007-08-214-18/+20
| | | | Alex
* 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
| | | | cleared. Values from one project were mixed into the other.
* 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
| | | | instead of "".
* ENH: FillCacheManagerFromGUI() was replaced by SaveFromCacheGUI() toLuis Ibanez2001-10-302-8/+8
| | | | | ensure that changes on the GUI are directly update in the config file.
* 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
| | | | | colored in red. The browsers for recent directories only popup if there is at least one in the list.
* 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
| | | | Only load the cache from disk if the binary path has changed.
* 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 ↵Luis Ibanez2001-06-212-3/+14
| | | | cache.
* ENH: PropertyRows have now a reference to CMakeSetupGUI and save the cacheLuis Ibanez2001-06-215-23/+71
| | | | at each callback action
* 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
| | | | property name
* Class derived from Fl_Button with added help blobsLuis Ibanez2001-06-122-0/+211
|
* ERR: Needed virtual destructor to correspond to virtual functions. Also ↵Brad King2001-06-123-12/+12
| | | | added several std:: qualifiers to string.
* ENH: Paths are now expanded for environment variables and made absolute.Luis Ibanez2001-06-126-52/+109
| | | | The binary directory is created if it doesn't exist.
* ENH: Waiting cursor color were reversedLuis Ibanez2001-06-111-2/+2
|
* ENH: CMake invokation is working.Luis Ibanez2001-06-112-2/+53
|