Commit Graph

46 Commits

Author SHA1 Message Date
Ken Martin d5c497d8bc ENH: update to new style of cache access 2001-08-08 14:25:08 -04:00
Luis Ibanez 2f76c425ef ENH: Save and Load of recent Source and Binary directories added. 2001-07-19 14:31:24 -04:00
Berk Geveci d08d2738c9 Undefined symbol 2001-06-28 15:11:40 -04:00
Bill Hoffman 61acb47f54 BUG: fix for sgi compiler 2001-06-28 14:53:08 -04:00
Luis Ibanez 796fc4c495 ENH: Update the cacheManager from the GUI after each callback.
Only load the cache from disk if the binary path has changed.
2001-06-21 12:43:52 -04:00
Ken Martin 8dc66edfae added install target 2001-06-21 12:19:36 -04:00
Luis Ibanez 3221b4e3fe ENH: INTERNAL properties are not display any longer in the GUI 2001-06-21 10:17:34 -04:00
Luis Ibanez f7b22c332f ENH: The cache is not saved now after every modification of the GUI 2001-06-21 09:56:59 -04:00
Luis Ibanez cca4d06686 ENH: Clearing and redrawing the property list after a build to load the new cache. 2001-06-21 09:45:46 -04:00
Luis Ibanez 446ea3b97d ENH: PropertyRows have now a reference to CMakeSetupGUI and save the cache
at each callback action
2001-06-21 08:41:14 -04:00
Luis Ibanez 8fe1e1fcc6 ENH: PropertyNameButton was removed. PropertyRow manages all the callbacks now 2001-06-21 07:37:49 -04:00
Luis Ibanez d21fca47a9 Removed: now the help string is managed by the PropertyRow class 2001-06-21 07:36:21 -04:00
Bill Hoffman 924e58aac3 ENH: add CMakeSetup as a target 2001-06-20 17:03:54 -04:00
Bill Hoffman adbae91cb5 ENH: fix cmake so it can boot strap itself better 2001-06-20 13:56:38 -04:00
Bill Hoffman d6836427b3 ENH: build fltk cmake on unix with bootstrap 2001-06-19 16:10:38 -04:00
Bill Hoffman 7a3af0474d ENH: add bootstrap support for building fltk 2001-06-19 15:49:40 -04:00
Bill Hoffman d454811a63 ENH: add bootstrap support for building fltk 2001-06-19 15:33:37 -04:00
Luis Ibanez f055e512ae ENH: Absolute path to cmake resolved 2001-06-15 07:51:55 -04:00
Luis Ibanez 38776d829b ENH: Getting headers and libs for FLTK and OpenGL 2001-06-15 07:49:04 -04:00
Berk Geveci 043f54ca5f Include directory names are Case sensitive in Unix. 2001-06-14 14:32:20 -04:00
Luis Ibanez 03817a41cf ENH: Search for cmake executable full path added (window/unix) 2001-06-13 10:28:41 -04:00
Luis Ibanez 72377752f8 ENH: Added popup menu for removing a property. Some style changes 2001-06-13 00:16:35 -04:00
Luis Ibanez 8ef02a496a ENH: Added help blobs that popup when the mouse is left on top of the
property name
2001-06-12 18:44:07 -04:00
Luis Ibanez 302907efe8 Class derived from Fl_Button with added help blobs 2001-06-12 18:43:19 -04:00
Brad King 25afe09ac8 ERR: Needed virtual destructor to correspond to virtual functions. Also added several std:: qualifiers to string. 2001-06-12 12:20:33 -04:00
Luis Ibanez d0614d75ea ENH: Paths are now expanded for environment variables and made absolute.
The binary directory is created if it doesn't exist.
2001-06-12 08:34:29 -04:00
Luis Ibanez dc8d8fbc00 ENH: Waiting cursor color were reversed 2001-06-11 02:10:31 -04:00
Luis Ibanez 7a9ab85304 ENH: CMake invokation is working. 2001-06-11 01:20:22 -04:00
Luis Ibanez 6d04ee9ec1 ENH: Cache saving added 2001-06-10 21:36:04 -04:00
Luis Ibanez 7b996f7910 .cpp renamed as .cxx 2001-06-10 18:25:38 -04:00
Luis Ibanez 63083cf01c Class to manage every row in the GUI scrolling, corresponding to a
single property
2001-06-10 18:23:54 -04:00
Luis Ibanez 5d6817622e Template for the Makefile 2001-06-10 18:23:05 -04:00
Luis Ibanez b0befbde1a ENH: cpp renamed cxx. Copy of data to and from the GUI is working 2001-06-10 18:21:55 -04:00
Luis Ibanez ad0019a740 ENH: Added Fl_Tiles as row for holding property data. Data to and from the
GUI is working
2001-06-10 18:19:16 -04:00
Luis Ibanez 69edd818c4 ENH: PropertyList class added 2001-05-22 10:43:58 -04:00
Luis Ibanez b5b5a68214 ENH: Added support for the fltk::PropertyList class 2001-05-22 10:43:23 -04:00
Luis Ibanez 013d428f29 Added interactions with the PropertyList class 2001-05-22 10:42:49 -04:00
Luis Ibanez ee8859be70 Class to manage the list of properties displayed on the scroller 2001-05-22 10:41:15 -04:00
Luis Ibanez 43fb9a11b5 ENH: Added Methods for loading the cache 2001-05-17 12:38:19 -04:00
Luis Ibanez 063e398d57 ENH: Load the cache at start 2001-05-17 12:37:27 -04:00
Luis Ibanez 9277acda6a ENH: Added methods to load the cache 2001-05-17 12:36:44 -04:00
Luis Ibanez 5e4b4ddaf2 VC++ Project file to construct the FLTK GUI for CMake 2001-05-17 12:02:56 -04:00
Luis Ibanez ab03a4d976 Main file that instantiates the GUI class and run it. 2001-05-17 12:02:09 -04:00
Luis Ibanez 483e6ddafd Implementation of the virtual Callbacks declared in the GUI 2001-05-17 12:01:30 -04:00
Luis Ibanez 259b5ad928 File generated by FLTK FLUID containing the implementation of the GUI 2001-05-17 12:00:26 -04:00
Luis Ibanez c1b4b7730e GUI description file used by FLTK interactive tool : FLUID 2001-05-17 11:58:00 -04:00