summaryrefslogtreecommitdiffstats
path: root/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: try to find a gui for the MacBill Hoffman2005-09-231-0/+838
|
* ENH: remove fltk dialog as it is no longer supportedBill Hoffman2002-03-201-877/+0
|
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* 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: clean up warningsBill Hoffman2001-11-131-0/+1
|
* FIX: In order to disable a button in fl_choice, a 0 pointer must be sentLuis Ibanez2001-10-301-1/+1
| | | | instead of "".
* 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: Updated with respect to MFC CMakeSetup. New cache entries are nowLuis Ibanez2001-10-281-23/+147
| | | | | 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-191-1/+206
|
* BUG: fix for sgi compilerBill Hoffman2001-06-281-1/+0
|
* ENH: Update the cacheManager from the GUI after each callback.Luis Ibanez2001-06-211-4/+7
| | | | Only load the cache from disk if the binary path has changed.
* ENH: INTERNAL properties are not display any longer in the GUILuis Ibanez2001-06-211-4/+1
|
* ENH: Clearing and redrawing the property list after a build to load the new ↵Luis Ibanez2001-06-211-1/+12
| | | | cache.
* ENH: PropertyRows have now a reference to CMakeSetupGUI and save the cacheLuis Ibanez2001-06-211-3/+1
| | | | at each callback action
* ENH: PropertyNameButton was removed. PropertyRow manages all the callbacks nowLuis Ibanez2001-06-211-13/+8
|
* ENH: fix cmake so it can boot strap itself betterBill Hoffman2001-06-201-1/+1
|
* ENH: build fltk cmake on unix with bootstrapBill Hoffman2001-06-191-4/+4
|
* ENH: Absolute path to cmake resolvedLuis Ibanez2001-06-151-21/+46
|
* Include directory names are Case sensitive in Unix.Berk Geveci2001-06-141-4/+4
|
* ENH: Search for cmake executable full path added (window/unix)Luis Ibanez2001-06-131-1/+13
|
* ERR: Needed virtual destructor to correspond to virtual functions. Also ↵Brad King2001-06-121-8/+8
| | | | added several std:: qualifiers to string.
* ENH: Paths are now expanded for environment variables and made absolute.Luis Ibanez2001-06-121-39/+92
| | | | 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-111-2/+51
|
* ENH: Cache saving addedLuis Ibanez2001-06-111-0/+32
|
* ENH: cpp renamed cxx. Copy of data to and from the GUI is workingLuis Ibanez2001-06-101-0/+343