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

792 Коммитов

Автор SHA1 Сообщение Дата
erik%netscape.com 32d98077c3 Bug 5304 -- we now assume 96dpi (we ignore the X server).
Also fixed problem with fonts when no font containing the requested glyph
could be found. (Thanks to Kipp for discovering this.)
1999-04-21 18:53:35 +00:00
dcone%netscape.com 4200140c35 Implemented the DrawPolyline method. 1999-04-20 13:36:11 +00:00
pavlov%pavlov.net 4802b5acf1 add some code that was accedentally removed last time 1999-04-18 20:07:31 +00:00
pavlov%pavlov.net 42dd281b9e code cleanups 1999-04-18 19:31:16 +00:00
erik%netscape.com 9a3a5c2115 Fixed bugs 2522 and 4875. Switched from FONTSIGNATURE to cmap to figure
out which glyphs are available. Removed FONT_SWITCHING ifdef.
1999-04-16 20:01:12 +00:00
kipp%netscape.com 6090e32c75 Fixed to handle destroy callbacks better to unwind connections to image lib 1999-04-15 20:34:44 +00:00
toshok%hungry.com 2c0db3ec84 add ::'s 1999-04-15 08:56:14 +00:00
toshok%hungry.com b8acb06566 steal some drawing guts from ../motif 1999-04-15 08:54:51 +00:00
toshok%hungry.com 46003e27fb region code for xlib gfx. 1999-04-15 08:04:37 +00:00
alecf%netscape.com 584044398e use new nsQuickSort rather than old XP_QSORT 1999-04-15 02:48:00 +00:00
kipp%netscape.com 3b358633dd Fix a memory corrupting issue with dangling references to nsImageRequests's 1999-04-13 21:55:11 +00:00
kipp%netscape.com 6ca78ea2e2 Disable icon loading on unix and mac until netlib can cope 1999-04-13 21:54:43 +00:00
erik%netscape.com 32e817a9f3 Win95's font enumerator returns less info (smaller structs). Added code
to get the info via another method. Also enlarged the Unicode range array
to prevent reading off the end. Added printf's for debugging the Unicode
ranges.
1999-04-13 20:04:51 +00:00
sspitzer%netscape.com f1e1d10f96 some more cvs ignore work 1999-04-10 21:22:31 +00:00
pavlov%pavlov.net 2983e18ba0 use shared images where available for blending 1999-04-10 20:57:50 +00:00
pavlov%pavlov.net 9e8a282b8d oops, ifdef'd out a tad too much code. 1999-04-10 20:10:55 +00:00
pavlov%pavlov.net 9fbd39f894 code cleanups. begin work on using xshm 1999-04-10 19:36:40 +00:00
blizzard%redhat.com 01bc21fcd5 xlib based gfx skeleton code 1999-04-10 15:23:47 +00:00
briano%netscape.com a0959bed09 It turns out that other platforms besides NTO don't have PATH_MAX, so this change should fix them all. 1999-04-10 01:05:53 +00:00
michaelp%netscape.com 361cc1877f flush the font cache after setting a new zoom value. 1999-04-08 22:41:17 +00:00
michaelp%netscape.com 2ee150b32a cleaned. 1999-04-08 22:40:20 +00:00
ftang%netscape.com b1b7a9c212 fix bug 4694. Change the Hangul block to the Unicode 2.0 Hangul rnage from 1.1 rnage 1999-04-08 21:38:07 +00:00
erik%netscape.com 3b6cad2fdf Fix for bug 4627. Tested by Bruce Mitchener. Approved by Chris Yeh. 1999-04-08 17:12:12 +00:00
ramiro%netscape.com efe0b61826 Comment out a annoying printf. Approved by cyeh. 1999-04-07 07:04:35 +00:00
pavlov%pavlov.net 06d3b32566 fix for double freeing 1999-04-07 06:36:38 +00:00
pavlov%pavlov.net c4cb34dacd rot13'd all the files to make them appear much prettier, and in the process fixed some bugs i believe. 1999-04-07 04:02:44 +00:00
pierre%netscape.com 27fb1501c0 added nsATSUIUtils.cpp moved the ATSUI code out of nsRenderingContextMac 1999-04-07 03:18:53 +00:00
pierre%netscape.com 7f8be9bafe made the destructor public 1999-04-07 03:17:03 +00:00
pierre%netscape.com 23f5f16590 First Checked In. 1999-04-07 03:16:22 +00:00
erik%netscape.com b8e3a6dfc9 Bug 4573. Was not dealing with the case where only a scalable font was
available (no bitmap fonts). Fixed.
1999-04-06 19:45:38 +00:00
ramiro%netscape.com 7f7b389476 Add SetClip{Rect,Region} tracing debug code. 1999-04-06 13:22:21 +00:00
ramiro%netscape.com 7039ea67c8 Add #ifdef copy flag debug printfs. 1999-04-06 12:48:46 +00:00
michaelp%netscape.com 28ac77c295 enabled creation of blender objects. 1999-04-05 22:49:18 +00:00
erik%netscape.com a3adbdb65d Got rid of some tabs. 1999-04-05 22:31:58 +00:00
syd%netscape.com 3edfeff5dd Get PATH_MAX right for Neutrino 2.0 (QNX - photon UI). 1999-04-05 21:45:08 +00:00
erik%netscape.com 8c2abbadfb Added font scaling. It will try to scale the font if it's available, and
the desired size is more than 20% larger or smaller than an available
bitmap font.
1999-04-05 21:30:07 +00:00
ftang%netscape.com 26362bcce3 Fix breakage. Add #include <Resources.h> 1999-04-05 18:38:27 +00:00
erik%netscape.com 6f2df38bda Add some space beneath East Asian characters for the underline. Also,
adjust their baseline to sit above the underline.
1999-04-05 18:30:12 +00:00
ftang%netscape.com fe360b2913 Fix non ASCII font name problem by using a hashtable . It also improve the performance for GetMacFontNum 25.4 time faster. Reviewed and approved by pierre 1999-04-05 18:06:55 +00:00
erik%netscape.com 5b7a609d90 Adding Japanese support to the Unix/GTK font code. 1999-04-02 23:06:19 +00:00
erik%netscape.com 9104d8320e AIX's compiler is strict. Fixed my code. 1999-04-02 20:34:14 +00:00
erik%netscape.com a1e0dcc7d6 Need to check for dummy font family, and ignore. Corrected. 1999-04-02 19:40:11 +00:00
erik%netscape.com 4427a09acb Bold Japanese text was not working, since there are no bold Japanese fonts
on Linux. So I re-arranged the font tree to allow normal Japanese fonts to
be used instead.
1999-04-02 19:10:38 +00:00
erik%netscape.com 8084d2183c Free the loaded fonts array. Start the loaded fonts array at size 1. 1999-04-02 15:52:29 +00:00
erik%netscape.com b36b571f63 Throwing the switch. Flipped the FONT_SWITCHING ifdef. New font lookup
code is now live.
1999-04-02 15:36:01 +00:00
erik%netscape.com d3c8326505 Fixed uninitialized memory problem, and added DrawString routine for new
FONT_SWITCHING code (for Unicode). To be enabled (ifdeffed) tomorrow AM.
1999-04-02 07:20:13 +00:00
ramiro%netscape.com ff452fe61e Tweak code to allow blending to work on unix. It will currently work only
on certain depths and images.  Demo10 works on 16 bit depths.
1999-04-01 22:29:44 +00:00
ramiro%netscape.com 74df2deb9c Implement GetDepth(). Before it was hardcoded to 24 in the superclass. 1999-04-01 21:58:46 +00:00
erik%netscape.com 6b3ee2d93d Initial check-in of new X/GTK font code. Improved font-weight "bolder"
and "lighter", more accurate font-size (max ascent and max descent),
better speed.
However, ifdeffed for now to try on various platforms.
1999-04-01 00:04:36 +00:00
jdunn%netscape.com ab5bde421e Include prenv to get PR_GetEnv prototype 1999-03-31 22:55:29 +00:00