bryner%brianryner.com
|
5c02a6978c
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
|
bryner%brianryner.com
|
0fd21c3872
|
Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc.
|
2004-07-29 19:41:39 +00:00 |
|
dbaron%dbaron.org
|
0209021a61
|
Remove the nsDrawingSurface typedef and replace it with nsIDrawingSurface*. b=64023 r+sr=roc
|
2004-07-18 17:36:03 +00:00 |
|
bryner%brianryner.com
|
56b2b34f2b
|
Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces.
|
2004-07-15 22:51:19 +00:00 |
|
bryner%brianryner.com
|
e5632337c1
|
Lots of fixes for native themed checkbox and radio buttons on gtk2. Bug 247631, r=caillon, sr=blizzard.
|
2004-06-22 22:10:12 +00:00 |
|
tor%cs.brown.edu
|
f31bb184d7
|
Bug 244895 - remove dead gfx methods. r+sr=roc
|
2004-05-29 01:44:08 +00:00 |
|
tor%cs.brown.edu
|
ca6138598c
|
Bug 244895 - remove gfx code related to old svg implementation. r+sr=roc
|
2004-05-27 21:33:58 +00:00 |
|
caillon%redhat.com
|
178bb153f1
|
Kill off nsComObsolete.h
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
|
2004-05-18 18:09:16 +00:00 |
|
caillon%redhat.com
|
252e9edbed
|
Make this comment reflect reality. b=241140
|
2004-05-04 03:53:23 +00:00 |
|
caillon%redhat.com
|
4a50b6abeb
|
Bug 241140
Consolidate DrawImage and DrawScaledImage
r=biesi sr=tor
|
2004-05-04 01:32:26 +00:00 |
|
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 |
|