tor%cs.brown.edu
|
868dd94ecb
|
Bug 240274 - remove unused argument of SetClip{Rect,Region}.
r=blizzard, sr=bryner
|
2004-04-23 15:21:24 +00:00 |
|
caillon%redhat.com
|
9a3f834070
|
extern NS_GFX FILE* operator<<(FILE* out, const nsRect& rect);
should be #ifdef DEBUG
rs=tor
|
2004-04-22 21:36:53 +00:00 |
|
tor%cs.brown.edu
|
83eb215db9
|
Bug 240274 - remove PopState() argument. r=blizzard, sr=bryner
|
2004-04-18 13:13:35 +00:00 |
|
gerv%gerv.net
|
9d2ee4928c
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
|
roc+%cs.cmu.edu
|
260cbe3924
|
Bug 234984. Clean up nsRect/nsSize a bit. r+sr=dbaron
|
2004-03-10 01:59:16 +00:00 |
|
chanial%noos.fr
|
8b16e11d1f
|
Bug 118296: implement NS_THEME_MENUBAR, NS_THEME_TOOLBAR, NS_THEME_MENUPOPUP and NS_THEME_MENUITEM (GTK2)
r=bryner, sr=roc
|
2004-03-04 04:55:31 +00:00 |
|
sicking%bigfoot.com
|
28169f7a8a
|
Bug 232706: Make nsAttrValue able to directly store all needed datatypes without using nsHTMLValue. Move parsing of various types from nsHTMLValue to nsAttrValue. Rename StringToAttribute to ParseAttribute and make it return a PRBool, as well as make a couple of minor fixes in the ParseAttribute code.
r=caillon sr=jst
|
2004-03-04 02:06:28 +00:00 |
|
roc+%cs.cmu.edu
|
8e85f2ae12
|
Bug 180931. If we move a frame temporarily during reflow, we'd better invalidate the whole overflow area because invalidates may have been issued at the temporary position.
|
2004-02-22 03:31:30 +00:00 |
|
bryner%brianryner.com
|
55c69981f6
|
Add an interim workaround for xft font match priority problems to fix the problem where changing the serif generic font in preferences changes the UI font as well. This adds an extra bit to the nsFont struct for system fonts that we can use as an indicator to not add a generic fallback. Bug 228518, r=blizzard, sr=dbaron.
|
2004-02-20 19:36:53 +00:00 |
|
tor%cs.brown.edu
|
54fad8e447
|
Bug 234954 - remove unused nsIDeviceContext::ConvertPixel. r=pavlov sr=bryner
|
2004-02-20 17:29:53 +00:00 |
|
tor%cs.brown.edu
|
1b99ebfbae
|
Bug 234752 - Print code returns NS_OK in cases where it should return
an error. Patch by roland.mainz@nrubsig.org, r+sr=roc.
|
2004-02-19 21:58:40 +00:00 |
|
darin%meer.net
|
8d65e087ae
|
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
|
2004-02-19 02:44:03 +00:00 |
|
bryner%brianryner.com
|
433c389ddf
|
Inline getters and setters for scaling factors on nsIDeviceContext. Bug 233103, r+sr=dbaron.
|
2004-02-05 01:57:10 +00:00 |
|
bryner%brianryner.com
|
6e68ebaa46
|
Second try at enabling hidden visibility for NS_IMETHOD on ELF platforms (bug 227537). r+sr=dbaron for the changes.
|
2004-02-04 04:55:57 +00:00 |
|
bryner%brianryner.com
|
0ca4d12034
|
Make NS_IMETHOD set hidden symbol visibility by default on ELF platforms. This is always desirable for virtual methods implemented in XPCOM component libraries, since it's impossible to reference the symbol from outside of the library. The behavior can be overridden as needed, such as a base class in a shared library that's linked against. For more details, see the comments in nscore.h and bug 227537. r=dbaron, sr=darin.
|
2004-02-03 08:32:33 +00:00 |
|
roc+%cs.cmu.edu
|
614711c67e
|
Bug 230687. DEC compiler barfs on call to implicit nsRectFast::operator=. r+sr=dbaron
|
2004-01-23 17:27:59 +00:00 |
|
tor%cs.brown.edu
|
6e0bbb9e6a
|
Bug 113561 - handle tiling of images where the frame is smaller
than the container. r=pavlov, sr=bryner
|
2004-01-16 23:28:51 +00:00 |
|
roc+%cs.cmu.edu
|
e1d625af68
|
Bug 228378. Clean up nsRegion. patch by Dainis Jonitis. r+sr=roc
|
2004-01-10 16:18:36 +00:00 |
|
jshin%mailaps.org
|
591290d910
|
bug 221666 : remove redundant copy of nsCompressedCharMap.* (moved to intl/unicharutil) (r=smontagu, sr=rbs)
|
2003-11-09 18:44:11 +00:00 |
|
jshin%mailaps.org
|
047697c114
|
bug 221666 : remove redundant copy of nsCompressedCharMap.(h|cpp) and move them to intl/unicharutil out of gfx (r=smontagu, sr=rbs)
|
2003-11-09 18:39:19 +00:00 |
|
uid502
|
edce75d653
|
Bug 80190. Emit twips measurements into PS code and let the PS engine do the scaling. r=tor,sr=roc,a=roc. Thanks to kherron who did the patch.
|
2003-10-23 22:43:04 +00:00 |
|
bmlk%gmx.de
|
d7b849ce30
|
overflow area implementation for table frames (infrastructure), bug 173277 r=jkeiser sr=dbaron
|
2003-09-13 16:21:41 +00:00 |
|
timeless%mozdev.org
|
1ff05676de
|
Bug 213461 Want a way to specify single-sided or double-sided printing
patch by Roland.Mainz@informatik.med.uni-giessen.de r=jblanco sr=bryner
|
2003-08-01 01:56:15 +00:00 |
|
bsmedberg%covad.net
|
d26f4f42ba
|
Bug 198515 - patch by Roland.Mainz r=peterl/leon.sha sr=bz
|
2003-07-23 14:10:12 +00:00 |
|
seawood%netscape.com
|
97649bab86
|
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
|
2003-06-10 21:18:27 +00:00 |
|
smontagu%netscape.com
|
62b4d0e97f
|
Fix rounding issue in DrawTile() and remove a bogus assertion. Bug 194791, Author=paper@animecity.nu, r=smontagu, sr=roc+moz
|
2003-05-29 23:29:37 +00:00 |
|
bryner%netscape.com
|
5090c7bf22
|
Bug 197136, <button> elements should be Aqua bevel buttons for Cocoa. Add a new -moz-appearance value, button-bevel. Also, fixed a problem that caused the button in a file input control to change size when it was focused. r=pinkerton, sr=sfraser.
|
2003-05-29 22:39:05 +00:00 |
|
arougthopher%lizardland.net
|
b3ae544a33
|
Bug#161825
GetWidth optimizations need to be implemented on BeOS (text measurement performance)
sr=rbs
r=arougthopher
|
2003-04-19 16:40:06 +00:00 |
|
cbiesinger%web.de
|
91ae833035
|
191346 patch by Roland.Mainz@informatik.med.uni-giessen.de r=jkeiser sr=roc+moz RFE: "No printers found" when Xprint not installed should be "Xprint not installed" / there should be only one print error dialog for "no printers found" instead of two
|
2003-04-17 20:17:01 +00:00 |
|
roc+%cs.cmu.edu
|
d21b664b22
|
Bug 113232. Support translucent chrome. Relanding, fingers crossed. r+sr=bzbarsky
|
2003-04-06 02:49:40 +00:00 |
|
ccarlen%netscape.com
|
1cabc01e87
|
Bug 188508 - Upgrade print dialog PDE. r=pinkerton/sr=sfraser
|
2003-04-03 19:20:27 +00:00 |
|
roc+%cs.cmu.edu
|
d6fd7c0ac4
|
Bug 191474. Make GTK paint in one pass, pass a region to paint up from GTK to the view manager. r+sr=blizzard
|
2003-03-25 02:58:10 +00:00 |
|
darin%netscape.com
|
06db7d7b43
|
backing out roc+%cs.cmu.edu check-in for bug 113232
|
2003-03-25 00:07:00 +00:00 |
|
roc+%cs.cmu.edu
|
4f81dc78d1
|
Bug 113232. Make 'background:transparent' work on top-level XUL windows. r=pavlov,kmcclusk,bzbarsky,sr=bzbarsky
|
2003-03-24 04:57:22 +00:00 |
|
roc+%cs.cmu.edu
|
3dace14ed6
|
Bug 113232. Make 'background:transparent' work on top-level XUL windows. r=pavlov,kmcclusk,bzbarsky,sr=bzbarsky
|
2003-03-24 04:54:48 +00:00 |
|
timeless%mozdev.org
|
697618b07d
|
Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
|
2003-03-24 04:15:34 +00:00 |
|
bzbarsky%mit.edu
|
4cc14b7073
|
Bug 160550 -- implement -moz-hsl() (CSS3 hsl() colors). Implement the parsing end of
-moz-rgba() and -moz-hsla(); the GFX end is bug 147017. r+sr=dbaron
|
2003-03-18 05:43:12 +00:00 |
|
bryner%netscape.com
|
f3a28e9f42
|
Implement Aqua form controls when building with the Cocoa toolkit (bug 188254). r=pinkerton, sr=sfraser.
|
2003-03-12 04:57:33 +00:00 |
|
jshin%mailaps.org
|
83904cb49f
|
bug 180266 : hard-code precompiled ccmaps. (r=shanjian, sr=alecf/rbs) : relanding
|
2003-03-07 02:30:18 +00:00 |
|
dougt%netscape.com
|
3d21aea27f
|
backing out bustage caused by jshin
|
2003-03-05 05:03:03 +00:00 |
|
jshin%mailaps.org
|
aac4dd7004
|
bug 180266 : hard-code precompiled CCMaps to speed up start-up.
r=shanjian, sr=alecf,rbs
|
2003-03-05 03:40:10 +00:00 |
|
katakai%japan.sun.com
|
3aff5a9e5e
|
bug 127713
support Surrogate display on Linux by using FreeType
r=bstell, sr=bryner
|
2003-02-23 00:07:23 +00:00 |
|
cbiesinger%web.de
|
e83d6e3643
|
186936 r=kmcclusk sr=roc+moz move stuff out of gfx/public/
|
2003-01-21 20:38:19 +00:00 |
|
paper%animecity.nu
|
1c7e8f2a3d
|
Bug 181695 Cleanup nsIImage. r= dcone,arougthoper,pedemont,tor,timeless sr=roc+moz
|
2003-01-20 05:40:51 +00:00 |
|
cbiesinger%web.de
|
66fc507c03
|
remove ifdefs for IBMBIDI from gfx, r+sr=roc+moz bug 89203
|
2003-01-17 11:28:59 +00:00 |
|
cbiesinger%web.de
|
5c2f8985da
|
88685 r+sr=roc+moz for the rendering-context-related changes
r=walk84 sr=roc+moz for the removal of the USE_IMG2 ifdefs
Remove traces of old imagelib as well as ifdefs for USE_IMG2
|
2002-12-21 16:40:04 +00:00 |
|
roc+%cs.cmu.edu
|
54508762f0
|
Bug 186233. Clean up unused/useless GFX calls. r+sr=blizzard
|
2002-12-21 02:51:14 +00:00 |
|
cbiesinger%web.de
|
dbc7cb1cbf
|
185877 r=kmcclusk r+sr=roc+moz remove nsIRenderingContext::DrawScaledTile
|
2002-12-18 22:48:05 +00:00 |
|
pete.zha%sun.com
|
703bbf179c
|
Font Catalog Service
b=144664 r=bstell@ix.netcom.com sr=bryner@netscape.com
patch=louie.zhao@sun.com
|
2002-11-15 04:59:17 +00:00 |
|
dbaron%fas.harvard.edu
|
dc83a84103
|
Subclass the nsCSS* structs as nsRuleData* so members can be added to the latter without bloating the former, and to allow the former to go away eventually. Propagate whether a font family name comes from HTML through the style system and use it to set a bit on nsFont indicating that quirky behavior of Symbol fonts is acceptable. b=175372 r=bzbarsky sr=kin
|
2002-11-12 15:17:07 +00:00 |
|