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

39659 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com 273bfe2706 Fix for beos timer linking. 1999-09-06 08:22:53 +00:00
briano%netscape.com 652604de30 Automated update 1999-09-06 08:00:50 +00:00
cls%seawood.org b7635b625f Added test for usleep() as OSF/1 apparently does not have it. Use select if usleep is not found. 1999-09-06 07:47:08 +00:00
bruce%cybersight.com daa66f9b61 'friend class XXX' rather than 'friend XXX' .. fixes potential build bustage on HP-UX 1999-09-06 07:02:48 +00:00
bruce%cybersight.com 6203e2a9cf Use nsCRT::free() instead of delete[] for char* data. 1999-09-06 06:34:47 +00:00
bruce%cybersight.com 7c0a2d27b9 Use nsCRT::free() instead of delete[] for char* data. 1999-09-06 06:22:51 +00:00
bruce%cybersight.com af8245b6b1 Use nsCRT::free() instead of delete[] on char* data. 1999-09-06 05:21:29 +00:00
beard%netscape.com 9b2a049a87 changed superclass to nsChildWindow, to inherit proper sibling clipping. 1999-09-06 04:32:10 +00:00
briano%netscape.com d1a9546c18 Automated update 1999-09-06 04:30:54 +00:00
beard%netscape.com 7176b29d4b added option to UpdateWidget() to draw from front to back, to see sibling clipping bugs. 1999-09-06 04:30:44 +00:00
beard%netscape.com 761c316007 bug #10503's test case didn't display correctly, because sibling clipping wasn't working properly. fixed CalcWindowRegions() to correctly transform sibling rectangles into widget coordinates, and to subtract only siblings that are in front of the child window. 1999-09-06 04:29:07 +00:00
cls%seawood.org 689113d465 Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.
Had to regenerate the Makefiles on a machine with the proper version of automake.
1999-09-06 04:26:10 +00:00
cls%seawood.org d4fd34d75a Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.
Set $prefix to `pwd`/dist .
Removed -DUSE_AUTOCONF.
1999-09-06 04:20:50 +00:00
shaver%netscape.com 5713ca953c fix from bryner@uiuc.edu (Brian Ryner) for better PRInt64 handling 1999-09-06 03:41:57 +00:00
ramiro%netscape.com 5e20ce88e3 Add Invalidate() and OnPaint() skid marks. 1999-09-06 03:22:42 +00:00
duncan%be.com d984a33f47 More changes to fix the BeOS build. 1999-09-06 02:03:19 +00:00
toshok%hungry.com 22e4000d69 move the typedef to jsd_lock.h so the prototypes will match the actual definition. 1999-09-06 00:19:14 +00:00
beard%netscape.com 7d6cc001a0 renamed all kC*IID to kC*CID, added progID strings for GFX. 1999-09-05 23:55:20 +00:00
bienvenu%netscape.com 9461da2365 move some more methods to server sink 1999-09-05 22:32:41 +00:00
pinkerton%netscape.com 6b69093276 get rid of unknown pragma warning. 1999-09-05 22:14:44 +00:00
pinkerton%netscape.com 0f0253ec6f get rid of unknown pragma warnings. 1999-09-05 22:13:32 +00:00
cls%seawood.org 05a48cd387 Casts needed to compile using WorkShop 4.2 (fugu tinderbox). Thanks to Brian Ryner <bryner@uiuc.edu> for providing the fix. 1999-09-05 21:46:19 +00:00
mcafee%netscape.com 24a3925c09 Adding small default offset of 10,10 so that X window managers don't place the window exactly at 0,0, pushing the window manager chrome off-screen. This is a temporary workaround, we should do a better job of telling the WM what to do. 1999-09-05 21:22:43 +00:00
cls%seawood.org 4d9a80dea3 Casts needed to compile with GNUPro v2.0. 1999-09-05 21:15:57 +00:00
cls%seawood.org 90500144ad Since libxpt is used by both xpidl and libxpcom, we need to create a duplicate libhostxpt that is built by HOST_CC for xpidl & friends. 1999-09-05 20:48:30 +00:00
evaughan%netscape.com e3ef163845 Added the ability to drag splitters. If any build problems call me at: 650 224-0620 1999-09-05 20:46:59 +00:00
cls%seawood.org d60201e832 When cross-compiling, jscpucfg needs to grab the values from NSPR rather than calling sizeof(). 1999-09-05 20:46:57 +00:00
evaughan%netscape.com 6581b02b9c added files: mozilla/layout/xul/base/src/nsFrameNavigator.cpp 1999-09-05 20:37:34 +00:00
evaughan%netscape.com b2747f9b04 Added a helper class to search frame hierarchys. 1999-09-05 20:35:41 +00:00
mscott%netscape.com 0cc0bf5862 If the to content type is message/rfc822 then we need to call into the stream converter service to find an appropriate
converter.
1999-09-05 19:54:28 +00:00
beard%netscape.com 5a8592a19f added nsScriptableRegion.cpp 1999-09-05 18:45:34 +00:00
beard%netscape.com 25883254da bug #12465: QueryInterface now creates an nsScriptableRegion instance, when queried for nsIScriptableRegion. 1999-09-05 18:44:56 +00:00
beard%netscape.com 9cecbfb42e XP adapter class for scriptable regions. 1999-09-05 18:36:36 +00:00
beard%netscape.com 21a954a42e Temporary hack fix to keep native widgets working. 1999-09-05 17:21:33 +00:00
shaver%netscape.com 476c58c77b native Sun compiler doesn't like NULL for non-|void *| pointer init, thanks to bryner@uiuc.edu for the catch 1999-09-05 17:14:18 +00:00
briano%netscape.com 170363c9c2 Automated update 1999-09-05 16:01:13 +00:00
ramiro%netscape.com 2063b093e8 Add gle support. 1999-09-05 15:53:04 +00:00
locka%iol.ie 1d89a7ffb8 Tweaked edit bar position code 1999-09-05 14:28:09 +00:00
locka%iol.ie 1b3569c314 Added italic/bold/underline editing 1999-09-05 14:26:55 +00:00
ramiro%netscape.com 6691dedd78 Add some invalidate and paint skid marks. 1999-09-05 13:50:54 +00:00
shaver%netscape.com 99777ae194 missed an EXPORT =( 1999-09-05 08:07:31 +00:00
shaver%netscape.com 694400cae3 forgot an IDL file 1999-09-05 07:18:18 +00:00
shaver%netscape.com 0251fe0ed6 convert to CreateInstanceFromProgID 1999-09-05 06:42:13 +00:00
shaver%netscape.com 0c277e9376 added files: mozilla/xpcom/components/nsIComponentManager.idl 1999-09-05 06:28:16 +00:00
shaver%netscape.com 6cecf4c569 convert to CreateInstanceFromProgID 1999-09-05 06:27:42 +00:00
shaver%netscape.com 65115e55ff quell assignment-as-boolean warning 1999-09-05 05:28:28 +00:00
pavlov%netscape.com 76563c5a3e remove more code duplication 1999-09-05 03:40:32 +00:00
syd%netscape.com cdff6a5982 Change FC_Initialize to FCInitialize 1999-09-05 03:26:34 +00:00
davidm%netscape.com f6a1ee8672 1877 [FEATURE] Javascript window.screen implementation use new routines to get avail* data. 1999-09-05 02:51:25 +00:00
pinkerton%netscape.com 6a8a37ea44 add mac code to see if there is any data on the clipboard. 1999-09-05 02:29:02 +00:00