jband%netscape.com
5b1229a9a8
Use hastable based nsStaticNameTable rather than slower and fatter AVLTree for static names. fix bug 48855. r=harishd,attinasi
2000-08-22 06:57:32 +00:00
pnunn%netscape.com
7f210bf5ea
bug#20110, & maybe #32269 : Get pref load attributes and apply if LOAD_NORMAL when get
...
image url. pnunn, r:neeti.
2000-08-21 19:37:04 +00:00
dbaron%fas.harvard.edu
4203def1d1
Add nsFontCache to leak and bloat stats. r=waterson
2000-08-21 13:04:18 +00:00
warren%netscape.com
a94aa1aa52
Fix for hash code performance problem discovered by bienvenu. 'Sampling' hash code was statistically evil.
2000-08-20 21:29:10 +00:00
scc%mozilla.org
d8be127102
attempt to fix linux bustage
2000-08-19 22:01:24 +00:00
scc%mozilla.org
376a709475
fixing code that relied on implicit string construction
2000-08-19 21:32:38 +00:00
pavlov%netscape.com
7242425ab6
fix for leak due to extra addref of GdkGC bug 49555 r=bruce
2000-08-19 06:33:56 +00:00
pavlov%netscape.com
4d3bd39c64
XRegions are no longer emigrating in mass to avoid free() (bug 49537) r=bruce
2000-08-19 06:01:43 +00:00
pollmann%netscape.com
91371746a9
Bug 43214: Exclude garbage values for font height that cause crashes. Fix courtesy of Randell Jesup jesup@wgate.com, r=pollmann
2000-08-18 03:38:15 +00:00
pavlov%netscape.com
f91b5e9881
patch to hold on to the image gc when possible. reduces the number of creategc/freegc calls r=imot. linux performance bug 26502
2000-08-17 21:53:10 +00:00
ftang%netscape.com
5ddc004c36
fix 47114. remap 6 characters to the MacOS truetype value for symbol fonts. r=nhotta
2000-08-17 21:47:42 +00:00
pavlov%netscape.com
e06fc98bab
patch from Tomi Leppikangas <Tomi.Leppikangas@oulu.fi> to reuse GCs when the only person holding on to them is the GC cache (i.e. don't create/destroy, just change) r=pavlov,shaver. work on linux performance bug 26502
2000-08-17 21:44:11 +00:00
dbaron%fas.harvard.edu
e6c345dd4e
Count the nsFontGTK class in the leak stats. Some of these are leaked, so the numbers may go up. r=waterson
2000-08-16 23:05:56 +00:00
alecf%netscape.com
1f1df4833b
fix a bunch of UMRs r=syd
...
(no bug but I needed these to get my purify build going)
2000-08-16 07:39:38 +00:00
rbs%maths.uq.edu.au
3b9a740778
[not part of default build] Another go at fixing build bustage b:42793. It prevented the enabling of xprint with mathml. Paul B. Saitta <pbs@po.cwru.edu> verified that the changes compile and run, after accidently forgetting to turn xprint on the other time. a:waterson@mozilla.org
2000-08-15 18:22:31 +00:00
rods%netscape.com
054af17366
css button and caption font is set to be two point sizes larger than the default GUI size.
...
caption font shouldn't (and now doesn't) use the actual Windows platform specific "caption" font
b=33312 r=kmcclusk
2000-08-14 13:54:50 +00:00
warren%netscape.com
560b643684
Fixed nsStringKey -> nsCStringKey problem
2000-08-10 07:28:01 +00:00
warren%netscape.com
4cd132b6fb
Fixed nsStringKey problems due to hashtable changes.
2000-08-10 07:10:42 +00:00
warren%netscape.com
84b5fd67e3
Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson
2000-08-10 06:19:37 +00:00
pavlov%netscape.com
750a6d39eb
avoid calling XSetFont on every draw_text (hopefully) by using the GC cache correctly when drawing text and not calling gdk_draw_text directly. working on linux performance bug 26502. r=imot
2000-08-09 20:15:08 +00:00
dcone%netscape.com
86c5ca9f44
Taking out the change from yesterday that enables the PatBlt for tiling. Found problems so
...
I am pulling that change for now.
2000-08-09 14:07:55 +00:00
dcone%netscape.com
e9a2f317a9
Fixes slow scrolling, using patblt on windows NT. bug = 43943. A=mcclusk
2000-08-08 14:07:38 +00:00
tor%cs.brown.edu
162e133cb0
Bug 40942 and 47816 - fix off-by-one error in DrawComposited
...
sanity check. r=bryner
2000-08-08 06:42:26 +00:00
dougt%netscape.com
5fa2999ab4
adding pref for image cache size. (47656)
...
r=valeski@netscape.com
2000-08-07 20:51:30 +00:00
tor%cs.brown.edu
30d47ff881
Bug 47679 - clipping rewrite for nsImageGTK::DrawComposited.
...
r=blizzard, a=waterson
2000-08-06 19:36:46 +00:00
dbaron%fas.harvard.edu
3c87455474
Fix potential leak. r=pnunn a=waterson
2000-08-06 19:07:06 +00:00
pavlov%netscape.com
9d31d81b2f
removing (broken) x11-shm code. I have not found this code to provide any speedup, and since it is broken, I am removing it. bug 32736 r=bryner
2000-08-06 05:17:31 +00:00
pierre%netscape.com
59e9d15a43
40325 (subtracting dev2app in some cases)
2000-08-05 04:40:22 +00:00
syd%netscape.com
231215eb61
Add some prlog support for debugging image usage, r=pavlov. Debug only.
2000-08-05 00:58:24 +00:00
pnunn%netscape.com
7e2c381240
bug#474711: don't mess with channel load attributes. pnunn.
2000-08-04 23:37:41 +00:00
pnunn%netscape.com
467214e04f
bug#46360: fixing leak of nsWeakReference. Thanks, Patrick. pnunn.
2000-08-02 00:34:30 +00:00
mkaply%us.ibm.com
380cbfbd08
45872
...
r=mkaply, a=brendan
Fixes for tiling of bitmaps - make them faster and fix 256 color
2000-07-31 20:36:14 +00:00
sfraser%netscape.com
d728dc7b8b
Fix 6553 at last -- image badge icons now show on Mac. r=pinkerton.
2000-07-28 00:55:53 +00:00
mkaply%us.ibm.com
c17df4028f
45872
...
r=mkaply, a=brendan
Found a way to get the desktop DC so screen APIs could be implemented properly
2000-07-27 21:10:32 +00:00
mkaply%us.ibm.com
0cb64066c3
#45872
...
r=mkaply, a=brendan
Port of nsDeviceContextOS2 to be more like Windows and removal of nsPaletteOS2
2000-07-26 14:21:07 +00:00
mkaply%us.ibm.com
703878aa21
#45872
...
r=mkaply, a=brendan
Make nsDeviceContextSpecOS2 look more like Windows
2000-07-26 14:07:24 +00:00
mkaply%us.ibm.com
94ba95ea20
#45872
...
r=mkaply, a=brendan
Make nsDeviceContextSpecFactoryO look more like Windows
2000-07-26 01:26:49 +00:00
mkaply%us.ibm.com
18ad001622
#45872
...
r=mkaply, a=brendan
Include the right stuff so this header builds regardless of where it is included
2000-07-26 00:00:27 +00:00
mkaply%us.ibm.com
f2dcfe33b2
#45872
...
r=mkaply, a=brendan
Turn on ScreenManager and Screen classes in GfxFactory
2000-07-25 23:58:09 +00:00
mkaply%us.ibm.com
2f3eb05b67
#45872
...
r=mkaply, a=brendan
Turn on ScreenManager and Screen classes in Makefile
2000-07-25 23:57:12 +00:00
mkaply%us.ibm.com
8a804c6438
#45603
...
r=mkaply, a=brendan
Can't use the desktop HDC to do these queries - I'll just grab SYSVALUES
2000-07-25 22:09:23 +00:00
rbs%maths.uq.edu.au
22e8f8034e
Bug 18814. Return the x-height that complies with the convention in the CSS spec. r,a:waterson
2000-07-25 08:32:39 +00:00
uid408
25243d7e90
Disable use of AlphaBlend() on Win98, it's broken. Bug 36694. r=kmcclusk, a=brendan
2000-07-25 03:51:39 +00:00
uid408
af71c3262b
Fix for VC5 builds. Bug 36694. r=kmcclusk, a=brendan
2000-07-25 03:51:04 +00:00
rbs%maths.uq.edu.au
fbdb6978ef
[not part of default build] Fix build bustage b:42793. It prevented the enabling of xprint with mathml. Paul B. Saitta <pbs@po.cwru.edu> verified that the changes compile and run. a:waterson@mozilla.org
2000-07-25 00:09:01 +00:00
mkaply%us.ibm.com
34d904f3a6
#45872
...
r=mkaply, a=brendan
Implement Screen and ScreenManager classes on OS/2 - not part of build yet
2000-07-24 22:32:19 +00:00
mkaply%us.ibm.com
ef4cbe3e4b
#45872
...
r=mkaply, a=brendan
RequiresInvertedMask is unnecessary - we already have the device depth, just check it.
2000-07-24 22:31:26 +00:00
mkaply%us.ibm.com
51127bc33e
#45872
...
r=mkaply, a=brendan
Rather than forward declaring the class, include nsFont.h
2000-07-24 22:30:49 +00:00
mkaply%us.ibm.com
ba0eabbe17
#45872
...
r=mkaply, a=brendan
No need to use these APIs - we have access to the widget HWND
2000-07-24 22:30:18 +00:00
pnunn%netscape.com
f04ba6a6a8
bug#30852: (&related to #46032,#46049). Use default channel load attributes since
...
LoadGroup attributes not set correctly. pnunn.
2000-07-24 19:32:43 +00:00
uid408
2caf599e57
Enable 8-bit alpha channel for images on Windows. Bug 36694. Patch thanks to VYV03354@nifty.ne.jp. r=kmcclusk,dcone a=brendan
2000-07-20 04:19:23 +00:00
pnunn%netscape.com
38ed05f47f
fix for bug#30852.(nsbeta2+). Image reloads not using necko reload attributes. pnunn.
...
rev:neeti; and tested on win/mac/linux.
2000-07-20 01:52:35 +00:00
shanjian%netscape.com
00d2e1e8f4
#45543
...
Use empty cmap for those charsets not easily to determin its cmap.
r=ftang r=rbs
2000-07-18 21:54:33 +00:00
mkaply%us.ibm.com
45ed74357a
#42637
...
r=mkaply, a=brendan
Implement DrawTile so background images are displayed
2000-07-17 19:50:21 +00:00
mkaply%us.ibm.com
648d67e382
#42637
...
r=mkaply, a=brendan
Assert switching skins - add additional font types for OS/2
2000-07-17 19:47:39 +00:00
tor%cs.brown.edu
7aca7f7ec5
Clip 8-bit alpha composited images for bug 44735.
2000-07-17 03:02:31 +00:00
rbs%maths.uq.edu.au
1b4ce14e2c
Temp. turn off non-TT fonts from the gGlobalFonts list in MathML-enabled builds. Change suggested by erik before going for his sabbatical
2000-07-15 08:07:24 +00:00
Jerry.Kirk%Nexwarecorp.com
e1acf1ac8e
NOT PART OF BUILD - PHOTON ONLY
...
Added a little character conversion to get some special characters
to display correctly on yahoo and abcnews. This has already been
added for other platforms like GTK. author=briane@qnx.com
r=jerry.kirk
2000-07-14 14:03:03 +00:00
erik%netscape.com
7416f242ae
bug 39570; we were using the Western font to determine the height of the
...
URL bar, and this caused the Japanese text to be truncated; we now use the
locale's language group when the caller does not pass us the correct one;
r=nhotta
2000-07-13 21:13:13 +00:00
erik%netscape.com
9ac62f9df8
bug 22031; enabling raster (bitmap) fonts on Windows, e.g. for UI;
...
r=rods,rbs
2000-07-13 21:08:37 +00:00
rbs%maths.uq.edu.au
aca7c4860e
Fix build bustage. b:42793. a:waterson
2000-07-13 04:16:01 +00:00
saari%netscape.com
2b156b1ed6
Fix for nsbeta2+ bug 36470: colors are wrong across multiple monitors of different bit depths on MacOS. r= pinkerton
2000-07-11 20:27:42 +00:00
mkaply%us.ibm.com
bcc253bc9b
r=cls, a=brendan
...
Because of the raptor to gk change, we don't need SHORT_LIBNAME
2000-07-10 22:04:17 +00:00
mkaply%us.ibm.com
7b0693f2ad
r=cls, a=brendan
...
Because of the raptor to gk change, we don't need SHORT_LIBNAME
2000-07-10 20:48:42 +00:00
rbs%maths.uq.edu.au
fe5f7dfb01
Enable the real x-height. r:erik,waterson. a:waterson
2000-07-10 16:10:12 +00:00
cls%seawood.org
7e40a1e0c5
Ugh, introduced c++ comments to a c file which causes havoc with many non-gnu compilers
2000-07-10 15:14:37 +00:00
cls%seawood.org
e87a1b7b11
Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061
2000-07-10 07:13:31 +00:00
Jerry.Kirk%Nexwarecorp.com
35cd409b26
NOT PART OF BUILD - PHOTON ONLY
...
Various fixes to make it draw again from Brian Edmond of QNX
r=kirkj
2000-07-07 21:49:05 +00:00
colin%theblakes.com
18c0b2c620
Need to link against MOZ_JS_LIBS. r=cls
2000-07-06 20:13:57 +00:00
cls%seawood.org
bca014f1bb
Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner
2000-07-02 18:44:42 +00:00
dbaron%fas.harvard.edu
71dee3b6b0
Fix bug 35355 by not reading before the beginning of an array. Patch from Robert O'Callahan <roc+moz@cs.cmu.edu>.
...
Fix ConditionRect so really wide documents repaint correctly on Win95.
r=kmcclusk, a=waterson
2000-07-01 22:12:23 +00:00
cls%seawood.org
1f3b6d75ab
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
Jerry.Kirk%Nexwarecorp.com
673922319a
NOT PART OF BUILD - PHOTON ONLY
...
Fix the fonts so they are extenting properly
2000-06-29 01:13:25 +00:00
tor%cs.brown.edu
398039ae41
Plug a region leak in nsRegionGTK::SetTo(). r=pavlov
2000-06-28 05:00:20 +00:00
mkaply%us.ibm.com
9b73ab389c
#42637
...
r=mkaply, a=brendan
OS/2 bringup - Makefiles to build RC files for objdir and non objdir builds
2000-06-27 22:07:30 +00:00
Jerry.Kirk%Nexwarecorp.com
c04a7c75a1
Changes to allow the Photon version of Mozilla to not be a
...
MONOLITHIC_TOOLKIT any longer.
r=cls
2000-06-27 02:45:09 +00:00
mkaply%us.ibm.com
df29f88694
# 40177
...
r = cls, a = brendan
OS/2 bring-up - the PS dir is only needed for *IX platforms
2000-06-25 14:42:08 +00:00
cltbld%netscape.com
a8bd9b0fd9
added XSLT, SVG, MathML to Mac build. fix for #39959
2000-06-23 23:47:11 +00:00
dcone%netscape.com
3d919ad0cb
Added two files to build.. nsPrintOptionsImpl.cpp and nsPrintOptionsMac.cpp. r = kmclusky b=36796
2000-06-23 20:21:50 +00:00
attinasi%netscape.com
983bb77f85
Checkin for dcone: Adding print options object to makefile. b=36796 r=attinasi
2000-06-23 20:15:59 +00:00
dcone%netscape.com
dc6b503aa4
Added a new interface file to compile for nsPrintOptions. r=kmmclusky b=36796
2000-06-23 14:41:06 +00:00
dcone%netscape.com
20fe89fc64
Added a new interface definition for nsIPrintOptons. r=kmmclusky. b=36796
2000-06-23 14:39:58 +00:00
dcone%netscape.com
ace15471db
First Checked In.
2000-06-23 14:35:57 +00:00
dcone%netscape.com
e60e84be64
Added new class definitions for the PrintOptions class. r=kmmclusky b=36796
2000-06-23 14:34:17 +00:00
dcone%netscape.com
090a285e44
Added class definitions for the PrintOptions class. r=kmmclusky b=36796
2000-06-23 14:32:06 +00:00
dcone%netscape.com
c39f115d1a
Added class definitions for PrintOptions. r=kmmclusky b=36796
2000-06-23 14:30:55 +00:00
dcone%netscape.com
4dc6776f9c
new CID's for the PrintOptions class. r=kmmclusky b=36796
2000-06-23 14:28:54 +00:00
tajima%eng.sun.com
4228cbcd61
XUL based print dialog on UNIX paltform,r=syd
2000-06-23 08:00:10 +00:00
dcone%netscape.com
6153181fd9
added a new file to the make for the print options. Effects windows only. r=KMcCluskey b=36976
2000-06-22 13:39:09 +00:00
dcone%netscape.com
6bbd2ab34e
Added an IDL file to the make. Effects Windows build only. r=KMcCluskey b=36796
2000-06-22 13:36:45 +00:00
dcone%netscape.com
ac0f87d6c3
New interface definition for printer options. a=KMcCluskey
2000-06-21 22:21:34 +00:00
Jerry.Kirk%Nexwarecorp.com
edc8cbf575
NOT PART OF BUILD - PHOTON ONLY
...
Simple for the Photon font name
2000-06-21 14:26:25 +00:00
beard%netscape.com
1c926d81a2
bug #42100 , Carbon compatibility. r=gordon, saari, pinkerton, sfraser
2000-06-20 23:10:06 +00:00
Jerry.Kirk%Nexwarecorp.com
a635b35704
Not Part of Build... PHOTON ONLY
...
Missed a Makefile.in this makes the the gfx library for Photon a component
just like gtk.
2000-06-19 12:25:31 +00:00
Jerry.Kirk%Nexwarecorp.com
85b4aaca53
Not Part of Build... PHOTON ONLY
...
Changed photon widget to be a component like gtk.
Had to comment out some printing support in GFK because of Photon library bugs.
2000-06-19 12:01:21 +00:00
cls%seawood.org
bb9cbaf3a5
Don't declare a variable twice. It breaks the HP-UX builds.
2000-06-18 21:34:45 +00:00
pavlov%netscape.com
ef37837962
patch from Tomi Leppikangas <tomilepp@sun3.oulu.fi> to fix some GC leaks r=pavlov a=brendan
2000-06-18 18:56:27 +00:00
tajima%eng.sun.com
b97ea896f8
bugid=41935, a=waterson, r=dcone@netscape.com
2000-06-16 23:38:24 +00:00
garyf%netscape.com
17cc904eb4
Fixed round off error by making nsTransform2D::TransformCoord(x,y,w,h) round the translation values for the scale & translate case in the same way as nsTransform2D::TransformCoord(x,y). r=evaughan bug=29949
2000-06-16 22:47:34 +00:00
mkaply%us.ibm.com
20b267dc32
# 42637
...
r = mkaply, a = brendan
OS/2 bring-up - makefile changes to build resource files
2000-06-16 14:33:17 +00:00