shaver%netscape.com
e9350617c4
Fix indentation, which was my fault and not andrewv's.
...
Add nsISupports to the always-include list.
Clean up interface generation code, and then mess it up again with
IID handling.
1998-12-03 06:33:59 +00:00
troy%netscape.com
2a4b2c503f
Added Init() member function to nsIFrame
1998-12-03 06:31:43 +00:00
wtc%netscape.com
a8634da8db
The GetFont method of nsIFontMetrics takes a const pointer reference
...
as argument, so we must pass a const pointer reference to it.
1998-12-03 06:29:56 +00:00
saari%netscape.com
1576d7c24e
Mac - Temporarly turning off the passing down of rendering contexts to children during updates to facilitate a hack that improves rendering. The hack is getting around the Windows centric XP code.
1998-12-03 04:26:46 +00:00
nisheeth%netscape.com
eb0d083f63
Added /FR flag for WIN32 builds to generate code browsing info if
...
MOZ_BROWSE_INFO is set in the environment.
1998-12-03 04:26:40 +00:00
nisheeth%netscape.com
2e3930f61a
Added a browse_info target to the windows make file to support
...
generation of the .BSC browse info file from all the .SBR files
that get generated by the MSVC compiler.
1998-12-03 04:25:14 +00:00
saari%netscape.com
a07f36d7a3
Mac only hackery to make rendering better.
1998-12-03 04:24:54 +00:00
joki%netscape.com
946548a531
Fix cursor bug which caused cursor to be set once per child view on each mousemove
1998-12-03 03:07:16 +00:00
pinkerton%netscape.com
fff8fe4b1e
replace NS_IMETHOD with expanded version to make vc6 happy.
1998-12-03 01:45:40 +00:00
rpotts%netscape.com
845435f49b
Temp file to populate the repository (until it becomes persistent...
1998-12-03 01:38:19 +00:00
rpotts%netscape.com
c3af294fcb
Application launcher...
1998-12-03 01:37:46 +00:00
rpotts%netscape.com
7d39d8a031
Windows makefile...
1998-12-03 01:37:24 +00:00
rpotts%netscape.com
13abf47c83
public headers for the Application SHell services...
1998-12-03 01:36:47 +00:00
rpotts%netscape.com
3749d60a22
Application Shell services...
1998-12-03 01:35:53 +00:00
pinkerton%netscape.com
d28de534ca
move the tree and toolbar files into their own group.
1998-12-03 01:27:41 +00:00
pinkerton%netscape.com
f8f5bef93e
general cleanup, change PaintLines() to PaintRows(), cleaned up cntr.
1998-12-03 01:27:24 +00:00
pinkerton%netscape.com
cbea612556
make the toolbar inherit from the dataModelWidget class like the trees.
1998-12-03 01:26:39 +00:00
pinkerton%netscape.com
4ad7e18ed5
clean up a warning and some comments.
1998-12-03 01:26:10 +00:00
pinkerton%netscape.com
cb881e2b8e
moved eDMImageLoaded constant here because this is the only place it is used.
1998-12-03 01:25:50 +00:00
pinkerton%netscape.com
291af9a28b
reshuffled some things to remove include dependancies, etc.
1998-12-03 01:25:26 +00:00
rpotts%netscape.com
9c17f97184
Windows makefile...
1998-12-03 01:17:32 +00:00
pierre%netscape.com
e691ee06e5
Making nsMacRepository.h obsolete: the shared lib conversion is done.
1998-12-03 01:06:00 +00:00
sfraser%netscape.com
46017e9804
First Checked In.
1998-12-03 00:45:32 +00:00
kin%netscape.com
0f82ce934a
Fixed crash bug when calling PeekUndoStack() or PeekRedoStack() when the stacks
...
are empty. Fixed bug that allowed mMaxLevelsOfUndo + 1 entries on the undo
stack.
1998-12-03 00:41:44 +00:00
pinkerton%netscape.com
1c88c500da
added nsJSUtils.cpp to base for vidur.
1998-12-03 00:36:06 +00:00
vidur%netscape.com
83b0609315
Fixed unitialized value problem.
1998-12-03 00:34:44 +00:00
vidur%netscape.com
669b99cbac
Slimmed down DOM code by creating a few utility functions for conversion, etc. Fixed bug 1656 - bug in generator with an enum value of 0.
1998-12-03 00:33:00 +00:00
sfraser%netscape.com
9cf24a83f0
File Removed.
1998-12-03 00:26:44 +00:00
hyatt%netscape.com
0279740d43
Removal of the mutable keyword (to keep VC4.2 happy), and a fix to make
...
sure the folder and trigger images load for everyone.
1998-12-02 23:04:55 +00:00
leaf%mozilla.org
56538770d0
fixed mismatched quotes.
1998-12-02 22:30:52 +00:00
leaf%mozilla.org
01f8ef6a94
backing out bad change
1998-12-02 22:24:09 +00:00
leaf%mozilla.org
6ed9db8624
we must descend editor/ no matter what now.
1998-12-02 22:13:21 +00:00
leaf%mozilla.org
c0909bd6d7
adding the editor/public header export makefiles to the default makefile list
1998-12-02 22:08:05 +00:00
kin%netscape.com
1da4475fea
Fix for build bustage on Unix. Put in missing '$'.
1998-12-02 21:25:41 +00:00
kin%netscape.com
b16a988674
Fix for Unix build bustage. We only build the editor core code if
...
MOZ_EDITOR is set, otherwise, we just export the editor interfaces.
1998-12-02 21:24:25 +00:00
pavlov%pavlov.net
b47b3876de
removed extranious #include "gtklayout.h"'s and #ifndef GTK_HAVE_FEATURES_1_1_6
...
in gtklayout.c and nsWidget.h so that we use the gtklayout from gtk 1.1.6 if
available.
1998-12-02 19:54:34 +00:00
shaver%netscape.com
907b2e8ea7
Updated README.
...
Better arg handling and now lower-case mode flags.
andrewv's fixes to lose dependency on IDLN_ enum order (but not his changes
to indentation settings!).
1998-12-02 19:53:27 +00:00
pinkerton%netscape.com
0393426e92
add the files to build the xpfe tree view.
1998-12-02 19:49:27 +00:00
pinkerton%netscape.com
7a96113028
export the tree view.
1998-12-02 19:49:06 +00:00
pinkerton%netscape.com
655f344bbe
add the tree view to the widget factory.
1998-12-02 19:48:55 +00:00
pinkerton%netscape.com
a530a48ff9
fix PRBool and an unwanted assignment in an if().
1998-12-02 19:48:28 +00:00
kin%netscape.com
26e84bb821
Fix for build bustage on Unix.
1998-12-02 18:02:06 +00:00
mjudge%netscape.com
8adf068475
forgot one file for ngEditor
1998-12-02 17:59:03 +00:00
kin%netscape.com
093d952375
Added GetTransaction() method.
1998-12-02 17:40:56 +00:00
kin%netscape.com
a26443652f
Updated TestTransaction methods to match changes to nsITransaction interface.
...
Started implementation of simple test.
1998-12-02 17:40:25 +00:00
kin%netscape.com
5028505321
Fix for build bustage on Unix.
1998-12-02 17:39:40 +00:00
kin%netscape.com
cc62ea4233
Added implementations for new Clear(), PeekUndoStack(), and PeekRedoStack()
...
interface methods. Added support for transaction merging/coalescing, and
max number of undos.
1998-12-02 17:39:09 +00:00
kin%netscape.com
440860854b
Added Clear(), PeekUndoStack(), and PeekRedoStack() methods to interface.
1998-12-02 17:37:16 +00:00
kin%netscape.com
f0d7606b0b
Added Merge() method to interface.
1998-12-02 17:36:46 +00:00
akkana%netscape.com
504987e974
For mjudge: Remove NGEDITOR defines
1998-12-02 17:20:54 +00:00