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

12974 Коммитов

Автор SHA1 Сообщение Дата
cmanske%netscape.com 08b408a1ce Modified makefiles for Editor Gui Manager 1998-12-09 19:04:11 +00:00
cmanske%netscape.com 5a7b94ca6b Added Editor GuiManager source files 1998-12-09 19:00:35 +00:00
cmanske%netscape.com 4f98e2bdeb Added public headers for Editor Gui Manager 1998-12-09 18:59:31 +00:00
cmanske%netscape.com 9e05a80e6d Added Gui Manager makefiles 1998-12-09 18:56:39 +00:00
akkana%netscape.com 1021dc344c Update Range spec 1998-12-09 18:44:26 +00:00
wtc%netscape.com c565518e02 Removed mention of MAC in the makefile. Mac doesn't use makefles. 1998-12-09 17:43:00 +00:00
wtc%netscape.com 1dbcbdf89c Removed the temporary depend:clean hack. 1998-12-09 17:42:06 +00:00
wtc%netscape.com 5997c96323 Added build support for the C++ wrappers in pr/src/cplus.
Set USE_CPLUS=1 to recurse into that directory.
1998-12-09 17:39:37 +00:00
kin%netscape.com 4d56c25568 Fixed off by 1 error that occurs in PopBack() when
(mOrigin + mSize) >= mCapacity.
1998-12-09 17:07:20 +00:00
wtc%netscape.com b369547977 Temporary depend:clean hack to make sure the Tinderbox depend continuous
builds work after a major checkin.
1998-12-09 16:45:36 +00:00
wtc%netscape.com c9f4f25104 This checkin consists on three things:
1. File descriptor inheritance
2. Set thread->md.handle on Win32 for attached native threads.
3. Miscellaneous code cleanup.
1998-12-09 16:37:26 +00:00
ramiro%netscape.com cc72577fd7 Make the get config dir hack more robust. This thing is probably going away
in the xpfe world.
Thanks to rth@cygnus.com (Richard Henderson) for pointing this out.
1998-12-09 15:28:19 +00:00
ramiro%netscape.com 6beb52bff6 Fix bugzilla bug 1822.
Memory clobber on 64-bit host.
Thanks to rth@cygnus.com for catching this and providing a fix.
1998-12-09 15:13:42 +00:00
pierre%netscape.com 35462c8d12 Implemented scrollbars as native controls. Still some bugs, should have live-scrolling, should be proportionnal under 8.5. 1998-12-09 13:26:49 +00:00
pierre%netscape.com 7b7acedec8 don't draw when not visible 1998-12-09 13:24:26 +00:00
pierre%netscape.com 38ef58f9a1 redraw on Scroll() 1998-12-09 13:24:09 +00:00
shaver%netscape.com b7e56cfb2f Fixed usage-string typo.
Update to 0.5.7 IDL_tree_property_get API.
Reworked input callback for cleanliness.
Add (not-yet-working) infrastructure for %{ C %} raw blocks.
1998-12-09 13:08:29 +00:00
pierre%netscape.com 8716e7650b removed saari's hacks 1998-12-09 10:18:50 +00:00
pierre%netscape.com f9c79d6e7d A bunch of changes: removed saari's hacks, fixed origins, clipping, resize and update 1998-12-09 10:18:30 +00:00
pierre%netscape.com be8ec0def2 don't draw when not visible and don't draw in SetThumbSize() in order to fix a flicker of the horizontal sbar on resize when the text fits into the page 1998-12-09 10:18:03 +00:00
pierre%netscape.com 444722da26 removed saari's hack 1998-12-09 10:17:31 +00:00
pierre%netscape.com 8511ddd1bf A bunch of changes: removed saari's hacks, fixed origins, fixed clipping, fixed offscreen (for simple use like in the ImageButtons only, not for multiple offscreen surfaces like the Blender in the ViewManager), fixed a bug in some drawing functions (DrawEllipse, FillEllipse, DrawArc) 1998-12-09 10:17:06 +00:00
pierre%netscape.com 490706b04e Fixed the "GrowWindow" from DRAW_ON_RESIZE in order to have a minimum window size (Viewer and maybe XPViewer don't support very narrow windows). Added a WaitNextEvent for update events during the DRAW_ON_RESIZE after having fixed a related bug in nsWindow. 1998-12-09 10:16:35 +00:00
pierre%netscape.com cc250de8dd Removed the last of the Mac specific hacks added last week 1998-12-09 10:16:15 +00:00
pierre%netscape.com 6a2a819850 Copied SetAlphaMask() from Windows in an attempt to fix some problems (it did not but I'm leaving it there because it cannot hurt). 1998-12-09 10:15:44 +00:00
pierre%netscape.com eef6abc8c4 Use a better looking font on the Mac 1998-12-09 10:15:22 +00:00
pierre%netscape.com 8ad023962d Removed some include files 1998-12-09 10:14:46 +00:00
pierre%netscape.com 48ef0d40e1 Added several MakeAlias for xSym files 1998-12-09 10:14:06 +00:00
mcmullen%netscape.com 2d4c67ae2c Trying to make this build on unix gcc compilers, I have removed all references to std::string, using char* instead. This almost made me cry (not just because of all the work I had to do over again). 1998-12-09 08:47:30 +00:00
wtc%netscape.com eb469ec9aa Initial checkin of NSPR C++ wrapper classes (pr/src/cplus). 1998-12-09 06:54:06 +00:00
buster%netscape.com 8031108e1b tables can now have independent horizontal and vertical cell spacing
("cellspacing" HTML attribute == "border-spacing" CSS property, go figure...)
1998-12-09 06:37:18 +00:00
buster%netscape.com 80cbbfefb7 cellspacing split out into x and y, HTML attribute sets both to same value 1998-12-09 06:36:32 +00:00
buster%netscape.com 5cbf93ec0f added implementation for CSS-2 style attributes border-collapse, border-spacing, empty-cells, caption-side 1998-12-09 06:24:50 +00:00
buster%netscape.com e89fff43d2 added implementation for CSS-2 style attributes border-collapse, border-spacing, empty-cells, caption-side
this is sufficient for now, but incomplete.  It doesn't handle inherit properly.
1998-12-09 06:24:27 +00:00
fur%netscape.com fbe8eaa043 Moved Win32 build instructions to mozilla.org 1998-12-09 05:57:20 +00:00
troy%netscape.com 7ec6a2c281 Added new atoms to nsLayoutAtoms for additional named frame child lists 1998-12-09 05:30:17 +00:00
mcmullen%netscape.com 64ac3c15be Tried to make this a little more gcc friendly - created some NS_USING_NAMESPACE/ NS_NAMESPACE ugliness. Sigh. 1998-12-09 05:09:28 +00:00
wtc%netscape.com fd8025a10a file Makefile was initially added on branch 3.1. 1998-12-09 04:38:31 +00:00
troy%netscape.com 7afd123cd9 Fixed a crash when resizing the print preview window 1998-12-09 04:26:42 +00:00
waterson%netscape.com 49f7fc378e Initial revision. Not currently in the build. 1998-12-09 03:51:50 +00:00
kipp%netscape.com 1778e1bc49 Backed out one change 1998-12-09 03:40:42 +00:00
kipp%netscape.com 8ac9031a17 new 1998-12-09 03:40:03 +00:00
mcmullen%netscape.com e5c2c9390a Removing because checked into this directory by mistake. 1998-12-09 03:35:52 +00:00
kipp%netscape.com e9ff25188b new 1998-12-09 03:31:08 +00:00
waterson%netscape.com b18e57b77a Content model changes to get the tree widget alive. 1998-12-09 03:25:33 +00:00
gagan%netscape.com 4f6a9809f5 This was causing part of the disappearing cache objects problem. This is now internally handled in the new cache. 1998-12-09 02:58:50 +00:00
amusil%netscape.com 4f9e523356 Fix for Bug# 1771. Re-ordered the calling into the plugin entry point. Initialize()
for 4x plugin now happens in CreatePlugin().
1998-12-09 02:47:03 +00:00
gagan%netscape.com fb7aa22c15 Cache changes, bug fixes, etc. 1998-12-09 02:43:16 +00:00
pinkerton%netscape.com 49cdc38520 Remove PLStringFuncs.o for new universal headers. 1998-12-09 01:56:57 +00:00
pinkerton%netscape.com c415f8beaf fix for new universal headers. Don't use PLstringfuncs and add an inline helper to the helper namespace which does the same things. 1998-12-09 01:56:36 +00:00