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

11578 Коммитов

Автор SHA1 Сообщение Дата
briano%netscape.com 232e3ba63b Fix to shut up the compilers on OSF/1. 1998-11-15 08:46:54 +00:00
briano%netscape.com c6f12a4376 Fix for a variety of nit-picking compilers. 1998-11-15 08:40:32 +00:00
briano%netscape.com 55e6ea1c09 Fixes for AIXV3. 1998-11-15 08:39:27 +00:00
briano%netscape.com 4c40279ae6 Fixes for various non-Linux platforms that no one but me cares about. 1998-11-15 08:36:41 +00:00
briano%netscape.com 101746b044 Minor tweaks for 5.3 and 5.4. 1998-11-15 08:27:17 +00:00
briano%netscape.com af0a8350ce Support building on 3.2.5 in case someone has to. 1998-11-15 08:25:19 +00:00
pavlov%pavlov.net 40b7030271 Impliment the key press events 1998-11-15 07:38:43 +00:00
msw%gimp.org ee9e2e7e0d Initial scrolling support - it's jumpy, but it works 1998-11-15 07:24:57 +00:00
mjudge%netscape.com d411a0cdec fixing test app for lame windows compiler 1998-11-15 07:09:51 +00:00
mjudge%netscape.com 3ad4ca13a0 adding the void ** back in. windows compiler is lame. 1998-11-15 07:08:56 +00:00
mjudge%netscape.com b756864de1 editor changes that will not affect build! gooooo mike 1998-11-15 07:04:45 +00:00
mjudge%netscape.com f6fc181230 editor changes are being prepared. SHOULD NOT EFFECT BUILD 1998-11-15 07:04:02 +00:00
pavlov%pavlov.net f52a3251b8 add and remove items correctly. this fixes crashes on pages with comboboxes 1998-11-15 06:22:03 +00:00
mjudge%netscape.com ab007a89d0 oops messed up the build. fixing... 1998-11-15 04:13:14 +00:00
scc%netscape.com 64b6e39325 operator void** is superfluous; removed. Added operator* to support clients who (against better advice) write getter functions that look like this GetSomething(T*& result) 1998-11-15 02:10:04 +00:00
kipp%netscape.com 11b65a83d4 Removed extraneous bullet padding that was left-over from the pre-pseudo-style days 1998-11-15 01:17:05 +00:00
kipp%netscape.com e45a5dc20c Attempt to compute max-element-size better 1998-11-15 01:13:44 +00:00
kipp%netscape.com 40136f9ee9 Tidy the max-element-size code 1998-11-15 01:13:25 +00:00
kipp%netscape.com 68c8ed8188 Cleaned up OL/UL margins 1998-11-15 01:13:00 +00:00
pavlov%pavlov.net 6d4f1d1b64 Remove debugging message and set the scrollbar size 1998-11-15 00:57:21 +00:00
pavlov%pavlov.net 0cb2e3c66d patch from Owen Taylor <otaylor@redhat.com> to fix fix the GBR->RGB conversion
for images.
1998-11-15 00:53:10 +00:00
kipp%netscape.com e9a7d36567 Properly walk up the tree to find the real color 1998-11-15 00:20:52 +00:00
kipp%netscape.com 4f708b1231 Repaired Get3DColors code to work properly; added in extra code to make sure we never return the passed in color as one of the output colors 1998-11-15 00:20:27 +00:00
pavlov%pavlov.net 551a9f0ab8 convert BGR colors to RGB for tables and such. We now draw images, text, etc
correctly, and we don't crash (at least not usually).  Images are not
converted from BGR to RGB yet, but they will be shortly.
1998-11-14 23:47:41 +00:00
kipp%netscape.com aadaf47fc1 Added some more null-pointer checking to DOM methods 1998-11-14 22:51:43 +00:00
kipp%netscape.com 6ad169555b Fixed bug #1257: the bug was that we were overrunning the transformers malloc'd buffer because the mBufferLength was never being updated 1998-11-14 22:27:50 +00:00
kipp%netscape.com 7c3763c3e0 Removed and unused member variable 1998-11-14 22:27:06 +00:00
kipp%netscape.com 68f8209644 Fixed frame-removed crash case (when we run out kids); bug #691 1998-11-14 21:57:38 +00:00
pavlov%pavlov.net 311fa18fc8 use gtk styles for the look and feel. this makes everything look much more
together.  use the correct window when we create the GC for nsWidgets, and
move one of the callbacks into the correct place.
1998-11-14 21:08:27 +00:00
kipp%netscape.com 6bc24733d4 Basic support for :first-letter pseudo-elements 1998-11-14 21:01:26 +00:00
pavlov%pavlov.net aa71fe03bd use the gdkrgb colormap/visual for the widget creation. put nscoord() around
two doubles in nsGtkEventHandler to fix a compiler warning.  call gdk_rgb_init
in nsAppShell and not in the gfx stuff multiple times
1998-11-14 19:40:31 +00:00
pavlov%pavlov.net d76a646548 use NS_TO_X to convert the pixel to gdkrgb type. this may not be what we want
to do here though.
1998-11-14 19:39:04 +00:00
kipp%netscape.com 973c0a528c Eliminated NewFrame 1998-11-14 19:28:34 +00:00
kipp%netscape.com f064456558 Modified List code to list floater list and bullet better; support multiple child lists; manage floater list properly 1998-11-14 19:28:11 +00:00
kipp%netscape.com 381815af96 Removed hacks that were mostly block-frame bug workarounds 1998-11-14 19:26:57 +00:00
kipp%netscape.com 11391735ba DidReflow now supports multiple child lists; added DeleteFrameList helper method 1998-11-14 19:25:34 +00:00
waterson%netscape.com 25573c4410 Initial revision. 1998-11-14 08:58:29 +00:00
waterson%netscape.com a4ebf2890f Fixed misc column bugs. 1998-11-14 08:54:54 +00:00
waterson%netscape.com 87ee534d91 Fixed an IID mis-definition. 1998-11-14 08:54:16 +00:00
waterson%netscape.com 260377a305 Got GetNthItem() working. 1998-11-14 08:13:25 +00:00
msw%gimp.org 2ae2b3babd Draw directly onto windows, not on a pixmap 1998-11-14 06:35:25 +00:00
michaelp%netscape.com 0647ee3c40 fixed build bustage. 1998-11-14 02:58:09 +00:00
waterson%netscape.com 4002bfdb00 Hooked up InitFromResource() in a sort of half-assed way I'm not sure I understand. 1998-11-14 02:56:01 +00:00
waterson%netscape.com 0d270cd1d9 Misc. cleanup. 1998-11-14 02:55:48 +00:00
kipp%netscape.com 5ee9e214aa Fixed typo 1998-11-14 02:31:29 +00:00
briano%netscape.com d4d25d36f1 Created a special-case macro for OSF/1 2.0 (hey, _someone_ might still be using it) so we can pass the compiler the -x cxx flag, which is required by the old 2.0 cxx compiler. 1998-11-14 02:26:55 +00:00
briano%netscape.com 19ab33f989 Added Frank van der Linden's (frank@wins.uva.nl) requested changes. 1998-11-14 02:22:43 +00:00
pavlov%pavlov.net 64f20c0083 fix for removing children, add gtk_exit() to the exit call of nsAppShell and
redid a few move functions
1998-11-14 02:15:06 +00:00
michaelp%netscape.com b731d5dc2c changes to support printing architecture and actual printing under windows. 1998-11-14 02:05:13 +00:00
michaelp%netscape.com 2ff4d0162c added new xpcom objects to registry. i'm really getting tired of this hack... 1998-11-14 01:59:49 +00:00