summaryrefslogtreecommitdiffstats
path: root/Source/FLTKDialog/FLTKPropertyItemRow.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: try to find a gui for the MacBill Hoffman2005-09-231-0/+83
|
* ENH: remove fltk dialog as it is no longer supportedBill Hoffman2002-03-201-83/+0
|
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* FIX: Reverted to use FillCacheManagerFromGUI().Luis Ibanez2001-10-301-1/+2
|
* ENH: FillCacheManagerFromGUI() was replaced by SaveFromCacheGUI() toLuis Ibanez2001-10-301-1/+1
| | | | | ensure that changes on the GUI are directly update in the config file.
* ENH: Update the cacheManager from the GUI after each callback.Luis Ibanez2001-06-211-1/+1
| | | | Only load the cache from disk if the binary path has changed.
* ENH: PropertyRows have now a reference to CMakeSetupGUI and save the cacheLuis Ibanez2001-06-211-2/+11
| | | | at each callback action
* ENH: PropertyNameButton was removed. PropertyRow manages all the callbacks nowLuis Ibanez2001-06-211-6/+3
|
* Include directory names are Case sensitive in Unix.Berk Geveci2001-06-141-2/+2
|
* ENH: Added popup menu for removing a property. Some style changesLuis Ibanez2001-06-131-0/+3
|
* ENH: Added help blobs that popup when the mouse is left on top of theLuis Ibanez2001-06-121-3/+30
| | | | property name
* Class to manage every row in the GUI scrolling, corresponding to aLuis Ibanez2001-06-101-0/+30
single property