racham%netscape.com
0d457f84a1
File that provides UI services for Wizard
1999-02-03 16:49:10 +00:00
rods%netscape.com
b8a0c6175e
Fixed up some debug
1999-02-03 16:48:55 +00:00
rods%netscape.com
87c71e57f5
Added appcores
1999-02-03 16:48:20 +00:00
rods%netscape.com
4099bf7657
Added Debug statements
1999-02-03 16:47:16 +00:00
racham%netscape.com
408e952beb
WizardMachine User Interface headers
1999-02-03 16:47:01 +00:00
racham%netscape.com
439665f4e4
WizardMachine Dialog interface header file
1999-02-03 16:45:07 +00:00
terry%netscape.com
d0491290c9
Allow queries for null target milestone, and allow reseting a target
...
milestone back to null.
1999-02-03 16:43:05 +00:00
racham%netscape.com
ecd127e299
Wizardmachine Driver Core code enabling navigationa and other services
1999-02-03 16:39:50 +00:00
racham%netscape.com
e49d67c392
Wizardmachine Driver header file
1999-02-03 16:38:33 +00:00
racham%netscape.com
a4d8601336
Standard AFX file
1999-02-03 16:36:27 +00:00
racham%netscape.com
ad28084d50
Standard AFX headers
1999-02-03 16:35:58 +00:00
racham%netscape.com
e040e486ed
Navigation Status text file
1999-02-03 16:34:56 +00:00
racham%netscape.com
42b51c73c6
Root property sheet header file
1999-02-03 16:34:01 +00:00
racham%netscape.com
f6c3695bfa
Navigation Status text related header file
1999-02-03 16:32:08 +00:00
racham%netscape.com
384e00d2ec
This file serves as a template for creating new NCI files
1999-02-03 16:30:59 +00:00
rods%netscape.com
36d745985d
Moved the Mail XUL files to their own directory
1999-02-03 16:29:54 +00:00
pinkerton%netscape.com
1edf8614dc
use nsCOMPtr
1999-02-03 16:19:09 +00:00
rods%netscape.com
b85a15353f
Moved files from AppCores to public and src directories
1999-02-03 15:54:07 +00:00
dp%netscape.com
929c20bb9f
adding ns prefix to private classes namespace
1999-02-03 15:39:13 +00:00
ftang%netscape.com
9ff667aa06
fix mac warning. delete , from enum
1999-02-03 09:02:54 +00:00
ftang%netscape.com
06e4dafc2f
make the table static instead of extern
1999-02-03 08:52:22 +00:00
ftang%netscape.com
ca366072dd
Fix extern and static problem
1999-02-03 08:51:56 +00:00
ftang%netscape.com
99ae0ec765
add the second implementation to replace the MTT implementation. the casetable.h is build by ../tools/gencasetable.pl on window with [Dec 29 22:05:00 1998] version (2.1.8) of UnicodeData-Latest.txt file
1999-02-03 08:44:02 +00:00
ftang%netscape.com
34f136da98
add gencasetable.pl which used to generate mozilla/intl/unicharutil/src/casetable.h from UnicodeData-Latest.txt
1999-02-03 08:38:39 +00:00
dp%netscape.com
704fe62ecb
landing XPCOM_19990201_BRANCH
1999-02-03 07:03:17 +00:00
dp%netscape.com
aa41a5e908
Landing XPCOM_19990201_BRANCH to the tip.
1999-02-03 06:58:44 +00:00
pierre%netscape.com
8fe63ff4d7
Fixed build bustage
1999-02-03 06:08:39 +00:00
leaf%mozilla.org
c2952e0392
fixing the makefile so that nsSetupRegistry.cpp will compile...
...
I have no idea why we aren't compiling the original nsSetupRegistry to begin
with...
1999-02-03 05:35:37 +00:00
troy%netscape.com
55bbd0f8fa
Re-ordered the call to SetPosition(0) for the horizontal scrollbar,
...
because the way it was caused the scrollbar to be enabled when it should
be disabled...
1999-02-03 05:03:04 +00:00
racham%netscape.com
313659f078
ImageDialog Header file
1999-02-03 04:41:54 +00:00
racham%netscape.com
7df12e6215
File that brings up a dialog loaded with a given image
1999-02-03 04:41:04 +00:00
racham%netscape.com
78b328ae16
CChooseFolderDialog.h
1999-02-03 04:39:04 +00:00
racham%netscape.com
db7ea1e823
File that brings folder dialog for browse and select
1999-02-03 04:38:29 +00:00
troy%netscape.com
15e7a9f342
Switched to using nsIScrollableView::GetScrollbarVisibility() to tell
...
whether the vertical scrollbar is currently showing
1999-02-03 04:30:57 +00:00
briano%netscape.com
3ac4d18a22
Automated update
1999-02-03 04:30:33 +00:00
kipp%netscape.com
37925789f7
init refcnt
1999-02-03 04:25:40 +00:00
troy%netscape.com
391a2f6747
Added GetScrollbarVisibility()
1999-02-03 04:25:31 +00:00
kipp%netscape.com
7aa583c57b
Declare nsISupports methods instead of using NS_DECL_ISUPPORTS so that we don't have a dup mRefCnt
1999-02-03 04:25:20 +00:00
kipp%netscape.com
f4904c6fbe
Fixed solaris shared library problems
1999-02-03 04:24:36 +00:00
michaelp%netscape.com
9a30d47825
work in progress for new compositor. not currently enabled, so it won't
...
affect anyone else. killed Paint() method of scrolling view since it
no longer does anything useful. made view manager destructor protected to
eliminate gcc warnings.
1999-02-03 04:12:21 +00:00
mcmullen%netscape.com
ce8d8da727
Don't pass "this" to a member class if the member class is going to Addref, and we haven't called NS_INIT_REFCNT first.
1999-02-03 03:24:54 +00:00
mcmullen%netscape.com
70f1ea2b11
Put NS_INIT_REFCNT in all constructors, it says. So I moved this call out of the Initialize() method, and into the constructor. And lo! the assert went away. Magic.
1999-02-03 03:13:53 +00:00
peterl%netscape.com
e2bbc594b2
added missing semicolons
1999-02-03 03:10:29 +00:00
peterl%netscape.com
6e34e5ef7c
improvements to parsing @import, HTML comments and identifiers
1999-02-03 02:59:51 +00:00
hyatt%netscape.com
c4de9e2154
Adding the XUL content sink and XUL data source files to the project.
1999-02-03 02:59:47 +00:00
peterl%netscape.com
834402f8a9
Fixed windows build bustage
1999-02-03 02:53:25 +00:00
hyatt%netscape.com
5361c5a133
Implementation of the XUL content sink.
1999-02-03 02:49:30 +00:00
hyatt%netscape.com
b71f37ec42
Implementation of the XUL content sink. Modifications to the RDF document
...
to teach it about XUL.
1999-02-03 02:48:55 +00:00
hyatt%netscape.com
585724ef3a
Implementation of the XUL content sink. Addition of new files.
1999-02-03 02:48:27 +00:00
hyatt%netscape.com
71840b0a24
Implementation of the XUL content sink. Added the capability to parse XUL files.
1999-02-03 02:47:06 +00:00