| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: update to new style of cache access | Ken Martin | 2001-08-08 | 1 | -1/+1 |
|
|
* | ENH: Save and Load of recent Source and Binary directories added. | Luis Ibanez | 2001-07-19 | 6 | -10/+349 |
|
|
* | Undefined symbol | Berk Geveci | 2001-06-28 | 1 | -1/+1 |
|
|
* | BUG: fix for sgi compiler | Bill Hoffman | 2001-06-28 | 4 | -3/+7 |
|
|
* | ENH: Update the cacheManager from the GUI after each callback. | Luis Ibanez | 2001-06-21 | 3 | -9/+15 |
|
|
* | added install target | Ken Martin | 2001-06-21 | 1 | -1/+1 |
|
|
* | ENH: INTERNAL properties are not display any longer in the GUI | Luis Ibanez | 2001-06-21 | 1 | -4/+1 |
|
|
* | ENH: The cache is not saved now after every modification of the GUI | Luis Ibanez | 2001-06-21 | 1 | -5/+0 |
|
|
* | ENH: Clearing and redrawing the property list after a build to load the new c... | Luis Ibanez | 2001-06-21 | 2 | -3/+14 |
|
|
* | ENH: PropertyRows have now a reference to CMakeSetupGUI and save the cache | Luis Ibanez | 2001-06-21 | 5 | -23/+71 |
|
|
* | ENH: PropertyNameButton was removed. PropertyRow manages all the callbacks now | Luis Ibanez | 2001-06-21 | 7 | -52/+84 |
|
|
* | Removed: now the help string is managed by the PropertyRow class | Luis Ibanez | 2001-06-21 | 2 | -286/+0 |
|
|
* | ENH: add CMakeSetup as a target | Bill Hoffman | 2001-06-20 | 1 | -1/+1 |
|
|
* | ENH: fix cmake so it can boot strap itself better | Bill Hoffman | 2001-06-20 | 2 | -7/+7 |
|
|
* | ENH: build fltk cmake on unix with bootstrap | Bill Hoffman | 2001-06-19 | 3 | -7/+14 |
|
|
* | ENH: add bootstrap support for building fltk | Bill Hoffman | 2001-06-19 | 1 | -0/+20 |
|
|
* | ENH: add bootstrap support for building fltk | Bill Hoffman | 2001-06-19 | 1 | -2/+2 |
|
|
* | ENH: Absolute path to cmake resolved | Luis Ibanez | 2001-06-15 | 4 | -26/+54 |
|
|
* | ENH: Getting headers and libs for FLTK and OpenGL | Luis Ibanez | 2001-06-15 | 1 | -2/+9 |
|
|
* | Include directory names are Case sensitive in Unix. | Berk Geveci | 2001-06-14 | 6 | -29/+29 |
|
|
* | ENH: Search for cmake executable full path added (window/unix) | Luis Ibanez | 2001-06-13 | 1 | -1/+13 |
|
|
* | ENH: Added popup menu for removing a property. Some style changes | Luis Ibanez | 2001-06-13 | 6 | -113/+158 |
|
|
* | ENH: Added help blobs that popup when the mouse is left on top of the | Luis Ibanez | 2001-06-12 | 3 | -41/+98 |
|
|
* | Class derived from Fl_Button with added help blobs | Luis Ibanez | 2001-06-12 | 2 | -0/+211 |
|
|
* | ERR: Needed virtual destructor to correspond to virtual functions. Also adde... | Brad King | 2001-06-12 | 3 | -12/+12 |
|
|
* | ENH: Paths are now expanded for environment variables and made absolute. | Luis Ibanez | 2001-06-12 | 6 | -52/+109 |
|
|
* | ENH: Waiting cursor color were reversed | Luis Ibanez | 2001-06-11 | 1 | -2/+2 |
|
|
* | ENH: CMake invokation is working. | Luis Ibanez | 2001-06-11 | 2 | -2/+53 |
|
|
* | ENH: Cache saving added | Luis Ibanez | 2001-06-11 | 2 | -0/+33 |
|
|
* | .cpp renamed as .cxx | Luis Ibanez | 2001-06-10 | 4 | -714/+0 |
|
|
* | Class to manage every row in the GUI scrolling, corresponding to a | Luis Ibanez | 2001-06-10 | 1 | -0/+30 |
|
|
* | Template for the Makefile | Luis Ibanez | 2001-06-10 | 1 | -0/+52 |
|
|
* | ENH: cpp renamed cxx. Copy of data to and from the GUI is working | Luis Ibanez | 2001-06-10 | 5 | -0/+909 |
|
|
* | ENH: Added Fl_Tiles as row for holding property data. Data to and from the | Luis Ibanez | 2001-06-10 | 4 | -85/+84 |
|
|
* | ENH: PropertyList class added | Luis Ibanez | 2001-05-22 | 1 | -4/+24 |
|
|
* | ENH: Added support for the fltk::PropertyList class | Luis Ibanez | 2001-05-22 | 2 | -8/+32 |
|
|
* | Added interactions with the PropertyList class | Luis Ibanez | 2001-05-22 | 3 | -6/+25 |
|
|
* | Class to manage the list of properties displayed on the scroller | Luis Ibanez | 2001-05-22 | 2 | -0/+314 |
|
|
* | ENH: Added Methods for loading the cache | Luis Ibanez | 2001-05-17 | 1 | -1/+126 |
|
|
* | ENH: Load the cache at start | Luis Ibanez | 2001-05-17 | 1 | -0/+1 |
|
|
* | ENH: Added methods to load the cache | Luis Ibanez | 2001-05-17 | 1 | -0/+4 |
|
|
* | VC++ Project file to construct the FLTK GUI for CMake | Luis Ibanez | 2001-05-17 | 1 | -0/+96 |
|
|
* | Main file that instantiates the GUI class and run it. | Luis Ibanez | 2001-05-17 | 1 | -0/+22 |
|
|
* | Implementation of the virtual Callbacks declared in the GUI | Luis Ibanez | 2001-05-17 | 2 | -0/+254 |
|
|
* | File generated by FLTK FLUID containing the implementation of the GUI | Luis Ibanez | 2001-05-17 | 2 | -0/+166 |
|
|
* | GUI description file used by FLTK interactive tool : FLUID | Luis Ibanez | 2001-05-17 | 1 | -0/+74 |
|
|