Граф коммитов

90 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 288babf521 Don't #include selector header because it's not being used. 1998-08-07 00:15:50 +00:00
pinkerton%netscape.com d4152a19bd Remove dependance on CNavCenterSelector's constants and make the title strips LCommanders so they can have context menus. 1998-08-07 00:14:26 +00:00
pinkerton%netscape.com 3adf766ed6 Make single-click mode work correctly (on mouse up, not mouse down). 1998-08-07 00:12:49 +00:00
pinkerton%netscape.com 0b0131614b Comment out lines that aren't being used. Also fixes build bustage. 1998-08-05 04:07:29 +00:00
pinkerton%netscape.com 93e983edc4 Tons of stuff for color and behavior properties. 1998-08-05 02:59:42 +00:00
pinkerton%netscape.com b4fc845b9d Rewritten and broken out so that the same base class can be used for both the title strip and the command strip. 1998-08-05 02:57:56 +00:00
pinkerton%netscape.com ac22827e6b More rewrites for the new UI. Command area, mode switching, colors and behavior properties fully implemented. 1998-08-05 02:56:24 +00:00
pinkerton%netscape.com 00bbc69041 New suite of CreateHTPane methods to take a variety of parameters. 1998-08-05 02:55:38 +00:00
pinkerton%netscape.com 10d856c257 More stuff for RDF properties as well as fixing color parsing. 1998-08-05 02:54:32 +00:00
pinkerton%netscape.com 08a6fc562a Remove stuff dealing with selector bar. (rev saari, appr sdagley) 1998-07-29 21:22:55 +00:00
pinkerton%netscape.com cd56012ff3 No more selector bar, and broke out docked stuff into a new CDockedRDFCoordinator class. (rev saari, appr sdagley) 1998-07-29 21:20:16 +00:00
pinkerton%netscape.com da69c357b4 Respond to even more properties in HT, esp ones that allow creation of a Simple View. 1998-07-28 00:46:33 +00:00
pinkerton%netscape.com 0f904f5cfd don't allow context menu when the HT property is turned off. 1998-07-28 00:45:52 +00:00
pinkerton%netscape.com c62b6c776c Added GetColor() and PropertyValueBool() and rewrote most utility routines (for chrome color) to use these. 1998-07-28 00:45:31 +00:00
rjc%netscape.com 26c7a51f19 Propagate change to notification handler parameters to all clients (RDF_BRANCH landing). 1998-07-23 19:05:47 +00:00
pinkerton%netscape.com b9d6af9e35 Two new params added for column support (RDF_BRANCH landing). 1998-07-23 18:26:26 +00:00
pinkerton%netscape.com b8da94513e Update vocab used in properties for RDF_BRANCH landing 1998-07-23 18:26:08 +00:00
pinkerton%netscape.com b836230a22 Util routines for setting fg/bg colors in presence (or absence) of HT properties and appearance manager. Also checking with HT to see if it wants to handle loading urls. 1998-07-20 16:13:06 +00:00
pinkerton%netscape.com ad76c01df8 Bug fixes, use gifs and bg and icons, fix tabbing problems, rearchitect FE data for views. 1998-07-20 16:07:09 +00:00
pinkerton%netscape.com 6ed8904b3c Draw using HT properties for colors or bg gif. 1998-07-20 16:04:20 +00:00
pinkerton%netscape.com 1997e69f60 Drag and drop rewrites (pass valid data to HT), draw using HT properties for colors, etc. BG can now be a gif. Check with HT before loading url. 1998-07-20 16:02:14 +00:00
pinkerton ffb283d109 Columns now work again, after Normandy added mLastShowableColumn field. (bug #243547, appr don). 1998-07-01 23:47:06 +00:00
spider 282d82d449 Normandy checkin for MacFE ... woohoo! 1998-06-23 01:36:59 +00:00
pinkerton 06cff1e597 Backing out appearance manager changes because Apple won't be able to deliver an SDK that fits our needs and works with pre 8.5 systems. Code is still in the tree if it ever wants to be pulled out again later (appr sdagley). 1998-06-02 21:00:07 +00:00
pinkerton 6410e6d56f Prepare for column saving in HT (appr sdagley). 1998-06-02 20:56:28 +00:00
pinkerton 62041bea46 Make columns work correctly in nav center (appr sdagley). 1998-06-02 20:56:06 +00:00
pinkerton fcc3270223 Landing of a bunch of appearance manager stuff. (appr sdagley). 1998-05-22 04:19:24 +00:00
pinkerton aa181506d4 provide a valid context to HT_Launch (appr/rev sdagley). 1998-05-20 04:29:48 +00:00
pinkerton 36e8856c9b Beginnings of appearance manager support. Add AM classes to powerplant and make toolbars use either AM (through CAMSavvyBevelView) or old way if AM not present (for now, this may change). (appr sdagley). 1998-05-19 19:25:59 +00:00
pinkerton 8a79555b53 use new HT_Launch api (appr sdagley). 1998-05-19 19:21:38 +00:00
pinkerton d20e2bc1cf use new D&D mixins in CURLDragHelper.cp/h to handle drops of url-like things. 1998-05-06 21:26:21 +00:00
pinkerton 28456d701b Fix off-by-one error when adding new rows from external rdf containers. (rev scc, appr don) 1998-05-05 21:21:43 +00:00
pinkerton caa0bff3c4 Fix 2 problems: cells with no data no longer show garbage as tooltip. Cells with separator no longer show tooltip. (rev sdagley, appr sdagley). 1998-04-28 20:54:44 +00:00
pinkerton 8478539a91 API change in CIconTextSuite to use string instead of cstring. Also using UGAColorRamp instead of hardcoding colors. (rev sdagley, appr sdagley) 1998-04-16 22:27:13 +00:00
pinkerton ad4cdae831 Draw menu separators in tree with icon, but no text (used to have text that said "<Separator>" and no icon). (rev sdagley, appr sdagley). 1998-04-13 22:55:56 +00:00
pinkerton 5c393de51c Redid workspace selection/shelf notification to fix some bugs. Also now responds to HT's node edit event, though it is still commented out because of redraw problems. Added a slew of comments to make the class (and the messaging scheme) understandable and point out where redraw bugs are. (rev sdagley, appr don) 1998-04-08 20:29:18 +00:00
pinkerton 678d1c751f now an LBroadcaster to tell the title area about a change to the current workspace so the name is always correct. (rev sdagley, appr don) 1998-04-08 20:27:48 +00:00
pinkerton 00bc8c3090 Added a stack-based class for setting/restoring the HT event notification mask (rev sdagley, appr don) 1998-04-08 20:25:51 +00:00
pinkerton e47da051dc Because we removed an unused header from one place, it needed to be added to the places where it was actually used. (rev sdagley, appr don) 1998-04-06 23:59:41 +00:00
ltabb 3b56a9af51 Free the lizard 1998-03-28 02:44:41 +00:00