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

944 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com d330f1ae61 Motif Ressurection. Thanks to Daniel Roberts <zuperdee@yahoo.com> for
doing the painful job of identifying everything that is missing and
stubbing it out.
1999-06-09 11:35:26 +00:00
ramiro%netscape.com 1b4d1715e2 Port to KCC. 1999-06-09 10:09:47 +00:00
ftang%netscape.com 3cae9693d3 change the fake lang string to null to improve performance 1999-06-08 21:13:06 +00:00
ftang%netscape.com 3a0135d848 do bit compar before do string compare to imporve performance 1999-06-08 21:12:20 +00:00
blizzard%redhat.com 2e58ba7bae port performance enhancements from gtk fonts 1999-06-08 02:40:24 +00:00
kmcclusk%netscape.com 3fd7b914d3 Added code to nsFontMetricsGTK to cache the width of a single space.
Modifed nsRenderingContextGTK::GetWidth to detect when a single space
is passed in and pass back the cached value, rather than re-measuring
a space.
1999-06-07 22:48:19 +00:00
kmcclusk%netscape.com 1ea246a1a1 Added method and member variable to Cache the width of a space in nsFontMetricsWin.cpp.
Added code to nsRenderingContextWin::GetWidth to use the cached width to optimize the
common case of measuring the width of a single character.
1999-06-04 23:09:27 +00:00
erik%netscape.com fd4ed60abc Bug 7427. Need to convert enumerated font names from system code page to
Unicode, and then convert Unicode font names back to system code page when
loading font.
1999-06-04 00:08:56 +00:00
ramiro%netscape.com 6784919f78 Comment out debug code that is making it impossible to have timeouts
greater than 10 seconds.
1999-06-03 21:31:38 +00:00
kmcclusk%netscape.com 8be1cd6761 Fix for bug #1177. Added a new method ConditionRect which is used to fix coordinate
overflow problems under WIN95. Condition rect converts nsRect to a RECT with cooordinates
modified to acceptable ranges for WIN95.
1999-06-03 20:19:32 +00:00
pinkerton%netscape.com c35d3c5907 More changes for Carbon, submitted by Eoin Norris at Apple (e.norris@apple.com). 1999-06-03 18:55:40 +00:00
dcone%netscape.com 3a09e85b99 Put braces in to get rid of many compiler warnings. 1999-06-03 13:48:20 +00:00
Jerry.Kirk%Nexwarecorp.com f82d11285f - These files update the GFX portion of the Photon UI
- They still include lots of debug and not implemented functions.
1999-06-03 01:15:23 +00:00
beard%netscape.com 062c4626ab added more pre-flight checks, added more coordinate range checks to rectangle based primitives. 1999-06-03 00:57:34 +00:00
beard%netscape.com fa957816e2 fixed potential memory problems. 1999-06-03 00:56:32 +00:00
blizzard%redhat.com b99fba6098 consistent debugging output 1999-06-02 02:55:23 +00:00
blizzard%redhat.com 9e860bf8cb more work in initialization code 1999-06-02 01:48:21 +00:00
blizzard%redhat.com 88a9c86123 fix implementation of the creation of DrawingSurfaces 1999-06-02 01:18:05 +00:00
blizzard%redhat.com e7e05cc9fa fix call signature for XCopyArea() 1999-06-02 01:16:56 +00:00
blizzard%redhat.com c7e50c22d9 more drawing work 1999-05-31 23:34:13 +00:00
blizzard%redhat.com 88abd6195f set up the offscreen surface correctly 1999-05-31 22:48:01 +00:00
blizzard%redhat.com 85a6b16337 more work to complete the rendering context code 1999-05-31 21:52:16 +00:00
blizzard%redhat.com ad9060c9ac the beginnings of popstate()/pushstate() 1999-05-31 21:01:51 +00:00
blizzard%redhat.com 912e80f4a7 fix bugs in region code 1999-05-31 03:01:39 +00:00
beard%netscape.com 28c1747a2f workaround for bug #6529, don't read the first buffer until at least 4 bytes are available, otherwise the image decoder library can't tell what kind of image it is. this is a blatant hack. 1999-05-31 02:33:31 +00:00
beard%netscape.com 649fc7265e nsGraphicState->mTMatrix is now an object rather than a pointer. added #include "nsFontMetricsMac.h", and "nsGraphicState.h". 1999-05-31 01:31:08 +00:00
beard%netscape.com 224d268517 added kClippingChanged bit, and kEverythingChanged to GraphicStateChanges enum. Increased mChanges field to from 8-bit to 32-bit mask. added additional "aChanges" argument to SelectDrawingSurface() to indicate what graphics states have to be reset. 1999-05-31 01:31:06 +00:00
beard%netscape.com c80ce47928 SelectDrawingSurface() now selectively restores color, clipping, and font metrics, according to the bitmask passed in the "aChanges" parameter. PushState() saves the current changes in the pushed nsGraphicState, and PopState() restores it. 1999-05-31 01:31:02 +00:00
beard%netscape.com 512fff1d90 added mChanges, bitmask indicating differences between graphics states, made mTMatrix a member object to reduce allocations, added mNext link field to support recycling. Changed nsGraphicsStatePool to just keep a free list of nsGraphicState objects rather than an array. 1999-05-31 01:30:59 +00:00
beard%netscape.com f4dd292891 nsGraphicStatePool now just keeps a free list of nsGraphicState objects. nsGraphicState::Clear() sets the matrix to the identify matrix rather than deallocating it. nsGraphicState::Duplicate() no longer calls Clear(), instead it just copies all fields. DuplicateRgn() now takes an optional region to copy into, to avoid redundant allocate/recycle steps. 1999-05-31 01:30:58 +00:00
beard%netscape.com 37f837b575 forward declare nsGraphicState rather than #include "nsGraphicState.h". #include "nsFontMetricsMac.h" also unnecessary. 1999-05-31 01:30:56 +00:00
blizzard%redhat.com 8bb6118056 Apply build patches from Tim Rowley <tor@cs.brown.edu> to get working
with native solaris compiler
1999-05-30 16:58:31 +00:00
beard%netscape.com 557679458c changed region pool to use 2 linked lists of slots instead of an array, for constant time allocation and recycling. no longer allocates a fixed size pool, and regions are truly owned by the caller until recycled. 1999-05-30 00:48:01 +00:00
blizzard%redhat.com e4fa0248e5 make sure that globals are defined here for display properties. also, make sure that the gfx module for xlib is linked explicitly with the xlib libraries so that the tests link 1999-05-28 15:11:21 +00:00
dcone%netscape.com 2b55666b45 Fixed RealizeFont() to use a screen DC when printing for a few windows calls 1999-05-28 14:13:53 +00:00
bruce%cybersight.com 267ab43f21 Fix a shadowed variable. 1999-05-28 06:13:00 +00:00
pierre%netscape.com 4ac2c0d6f8 #7143 "Subscript element not properly supported" 1999-05-28 00:32:12 +00:00
dcone%netscape.com 1927ab2861 Fixed bug 4904 -- converted to DIB, then printed.. 1999-05-27 14:48:15 +00:00
blizzard%redhat.com 8516c1bfbe more xlib work 1999-05-26 21:52:58 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
warren%netscape.com d99c6c3ced Added timer stuff from base. 1999-05-24 09:17:05 +00:00
blizzard%redhat.com e295c42677 remove these files 1999-05-22 06:16:21 +00:00
pierre%netscape.com 0e110cfb2e #6246 "Styled text is offset leftwards, only on Mac OS", a=cyeh, r=sfraser 1999-05-21 00:58:27 +00:00
blizzard%redhat.com 7d5390bed0 bpp stands for bytes per pixel, not bits per pixel in certian circumstances. make sure that the image data buffer is allocated properly. 1999-05-19 03:04:03 +00:00
blizzard%redhat.com d74cbdd300 catch up with changes to GTK font code 1999-05-18 15:39:41 +00:00
blizzard%redhat.com fe65cf1f6b squelch warnings 1999-05-18 15:28:36 +00:00
pierre%netscape.com df0af65e2d #5949 "Frequent resizing of window causes apprunner to stop drawing" 1999-05-18 13:14:46 +00:00
blizzard%redhat.com abe959a382 add xlibrgb to the build 1999-05-17 03:42:30 +00:00
blizzard%redhat.com 31e8868caa add gdkrgb port to straight xlib 1999-05-17 03:32:22 +00:00
erik%netscape.com a6758a1ac1 Fixed a compiler warning. Added a few new font charset names, and a weight
name.
1999-05-16 20:32:51 +00:00
sspitzer%netscape.com 8fbd48d85f cvs ignorage 1999-05-13 03:53:42 +00:00
ftang%netscape.com b81e19d906 add unicode 1999-05-12 23:19:12 +00:00
pnunn%netscape.com 7a79349193 Pass reload policy through to netlib. This may help the
various bugs related to animations (#2148,#1865,#5030,#3958,#4350).
-pnunn
1999-05-12 22:30:52 +00:00
ftang%netscape.com 6339be6419 check in performance improved unicode rendering for mac. Use TEC convert to script code before calling ATSUI to improve peroformance 1999-05-12 22:30:10 +00:00
briano%netscape.com 93de5f390e Fix for Motif builds. 1999-05-12 22:23:04 +00:00
pierre%netscape.com afda55620b renamed GraphicState "nsGraphicState", put it in a sepate file, added memory pools for GraphicStates and native regions. 1999-05-12 07:27:31 +00:00
pierre%netscape.com 991eac0d10 First Checked In. 1999-05-12 06:57:52 +00:00
pinkerton%netscape.com 63c8215e0f using accessor functions for opaque data structs where necessary for carbon. 1999-05-11 21:47:03 +00:00
pinkerton%netscape.com 40796f98f3 FetchFontInfo not yet in Carbon. This will be fixed, but is hacked around for now. 1999-05-11 21:43:54 +00:00
pinkerton%netscape.com 84e6a2d3eb ask for the grafPort, not the window, since they are different in Carbon. 1999-05-11 21:41:03 +00:00
pinkerton%netscape.com 66b7154dab moved the ifdefs around the printing code to be more correct. 1999-05-11 21:40:25 +00:00
pinkerton%netscape.com 39b883dab7 old printing api's obsoleted in carbon. 1999-05-11 21:40:01 +00:00
pinkerton%netscape.com 23c0314a49 comment out printing under Carbon. api's have been obsoleted and need to be redone. 1999-05-11 21:36:39 +00:00
pinkerton%netscape.com cf909d0bf5 comment out printing code under carbon. The api's have all been obsoleted and we need to rework them. Also font/encoding stuff is messed up in WWDC builds so some hacks are in here to work around. That code should all go away when Carbon is fixed. 1999-05-11 21:36:19 +00:00
pinkerton%netscape.com 6dfab15c08 using accessors for Regions when building under Carbon. 1999-05-10 23:41:03 +00:00
pinkerton%netscape.com 8c9d556798 under Carbon, use the accessors. 1999-05-10 23:11:50 +00:00
mcafee%netscape.com 492b4cef0f Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com 1999-05-10 06:47:04 +00:00
blizzard%redhat.com c7e68db0fb port of gtk's font code to xlib 1999-05-09 21:56:46 +00:00
blizzard%redhat.com 1db0b313e5 make sure to return NS_OK from Init() 1999-05-09 19:52:11 +00:00
blizzard%redhat.com 8a4735e3dc more debugging output, start of some renderingcontext functions 1999-05-08 22:54:03 +00:00
blizzard%redhat.com 9f9c778dbd enough debugging output to make a dozen squid omlets 1999-05-08 21:42:39 +00:00
beard%netscape.com ff604e7392 Fixes bug #1177, where text gets drawn over itself in long documents. 1999-05-07 19:29:59 +00:00
pierre%netscape.com 4dbe1bf66f Performance: use GetSpaceWidth() / removed mOriginalClipRegion and replaced it with mMainRegion. Cleanup: merged SetClipRectInPixels() into SetClipRect() and removed one of the GraphicState constructors. 1999-05-07 04:10:38 +00:00
pierre%netscape.com 1630737a9e Removed mOriginalClipRegion: it was in fact equivalent to mMainRegion. 1999-05-07 04:10:04 +00:00
pierre%netscape.com 90d53738fc Performance improvement: added GetSpaceWidth() 1999-05-07 04:02:59 +00:00
dcone%netscape.com 1aaa43ccfe fixed a bug with using mString to use the unicode value 1999-05-06 06:57:24 +00:00
ftang%netscape.com d53e2d0843 First Checked In. 1999-05-05 23:55:50 +00:00
erik%netscape.com 97d2aa77b7 Fix for one of the memory leaks found by The Mighty Bruce. 1999-05-05 23:18:38 +00:00
kipp%netscape.com 0afac13714 Fix small bug in DrawRect and added a comment to help 1999-05-03 20:48:35 +00:00
erik%netscape.com 616680954a Fix for bug 5778. I forgot to release the prefs service. Approved chofmann. 1999-04-30 18:28:47 +00:00
erik%netscape.com 022f96ee8f Fix for bugs 4800 and 4810. I forgot to free a font handle, which led to
system resource exhaustion and machine shutdown (on Win95).
1999-04-30 18:23:20 +00:00
pierre%netscape.com f60f4a56ed Landing framesets changes. Added mOriginalClipRegion. Approved: choffmann 1999-04-30 13:52:45 +00:00
briano%netscape.com 5e31c45c1d Fix for the BSD/OS build (virtual memory exhausted). 1999-04-30 03:01:13 +00:00
briano%netscape.com dd73c8f62a Moved ns_observer_proc() to as close to the beginning of the file as possible to get rid of the static prototype that seemed to be confusing as and ld on FreeBSD 2.2. Okay'd by kipp and troy. 1999-04-30 01:58:44 +00:00
pierre%netscape.com a812bf19e0 end of the debate? changing the defaults back to 96 dpi and do display small fonts 1999-04-28 05:06:41 +00:00
erik%netscape.com ace9cac55e Fix related to bug 5599. We now look at the "browser.screen_resolution"
pref for the dpi value. If it is not set, we use the default of 96.
If it is set to zero (0), we use the X server's dpi value. Otherwise,
we use whatever dpi value was set in the pref.
1999-04-28 04:35:34 +00:00
pierre%netscape.com 71681e7913 fixed a syntax error in DisplayVerySmallFonts(): the first time only we were returning a wrong value 1999-04-28 03:32:52 +00:00
pierre%netscape.com 59a39b08ae added the "browser.display_very_small_fonts" pref changed the default dpi to 72 1999-04-28 02:45:49 +00:00
peterl%netscape.com 5ed654ef40 allow letter O to be treated as zero in color hex values, egads 1999-04-28 01:41:23 +00:00
pierre%netscape.com 710dd4f29d #5000: added "browser.screen_resolution" pref 1999-04-28 00:20:58 +00:00
erik%netscape.com 32b1be8ffc Fixes for bugs 4800 and 4810. Was crashing on Japanese Windows 95 because
GetTextExtentPoint32W and ExtTextOutW are not properly implemented on that
version of Windows. This is a workaround.
1999-04-27 21:44:20 +00:00
pierre%netscape.com 9644229c74 #5000 "GFX changes required to assume 96 dpi default scaling": enabled the 96 dpi checked in earlier 1999-04-27 08:20:49 +00:00
pierre%netscape.com 78e941dc79 #5000 "GFX changes required to assume 96 dpi default scaling" 1999-04-27 06:45:09 +00:00
pierre%netscape.com 8563904a23 optimized SetClipRectInPixels for the 'kReplace' case. added some error checking after allocating new regions. 1999-04-27 05:33:16 +00:00
dcone%netscape.com 7329aa7675 Fixed bug that causes the Mac to crash in background. The pixelType of the Pixmap was set wrong. 1999-04-26 17:25:46 +00:00
dcone%netscape.com 9543883d6e fixed bug so refcount is inited 1999-04-26 17:25:00 +00:00
blizzard%redhat.com ac88c0c3d6 little more xlib work 1999-04-25 02:58:15 +00:00
ftang%netscape.com 4d7b91a1a0 First Checked In. 1999-04-23 20:53:49 +00:00
pavlov%pavlov.net dcf8147e08 revert my last changes. i'm moving speed ups into a branch 1999-04-22 02:07:03 +00:00
pierre%netscape.com 5748361124 replaced mOriginalSurface with mSavePort on delete, restore the grafPort origin fixed a regression leak of the offscreen buffer 1999-04-22 01:27:12 +00:00