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

3638 Коммитов

Автор SHA1 Сообщение Дата
smontagu%netscape.com e03a31c002 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 2373a382c8 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
roc+%cs.cmu.edu 43d14c0e7a Bug 206561. Retain reference to offscreen drawing surface so we can release it when the context goes away. r+sr=blizzard,a=asa 2003-05-29 14:20:51 +00:00
jaggernaut%netscape.com 819f13f167 Hopefully fix static build bustage. Patch by gisburn 2003-05-29 08:30:08 +00:00
rbs%maths.uq.edu.au ff1ad79c07 Revert unintended change that crept in my earlier checkin 2003-05-29 08:28:03 +00:00
timeless%mozdev.org 122a25610d patch from gisburn 2003-05-29 04:26:25 +00:00
rbs%maths.uq.edu.au 1de2cd1928 Only show the system default font on platforms where applicable, b=206782, r=jshin, sr=blizzard 2003-05-29 03:57:30 +00:00
jst%netscape.com 0d74636d72 Fixing build bustage. Patch from gisburn. 2003-05-29 02:12:11 +00:00
smontagu%netscape.com f199328e9a Move xprintutil source files into a separate static library. Bug 201633, Author=Roland.Mainz@informatik.med.uni-giessen.de, r=leaf 2003-05-28 23:02:34 +00:00
timeless%mozdev.org c5482de1f0 Bug 205622 [ps] warning: CreateFontPS declared `static' but never defined
r=smontagu sr=peterv
2003-05-23 22:18:09 +00:00
timeless%mozdev.org 89ead252e9 Bug 205692 gint nsFreeTypeXImageSBC::GetWidth, nsFreeTypeXImageSBC::DrawString return nsresults for a failure state
r=rbs sr=rbs
2003-05-23 22:18:07 +00:00
timeless%mozdev.org a8daa9a6a9 Bug 203396 unused variables in nsRegion::SubRect
r=mkaply sr=roc+moz
2003-05-23 21:50:05 +00:00
timeless%mozdev.org c485aae71e Bug 180169 ASSERTION: RgnRectMemoryAllocator not thread-safe triggers because static class exists past nspr shutdown
r=roc+moz sr=roc+moz
2003-05-23 21:42:36 +00:00
dwitte%stanford.edu 149f719c00 bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
jshin%mailaps.org 6b7a500280 bug 204039 : converter for TSCII fonts (r=prabhat, sr=rbs, a=asa) 2003-05-23 06:31:25 +00:00
jshin%mailaps.org f2d2f417cd bug 206123 : add more scripts to font-pref. UI for Windows build
(r=smontagu, sr=rbs, a=mkaply)
2003-05-23 05:36:50 +00:00
jshin%mailaps.org a2ec043e11 change 'Hindi' to 'Devanagari' in font-pref. UI. This includes a change to
DTD (L10N).  bug 206146 (r=yokoyama and bobj, sr=blizzard, a=mkaply).
2003-05-21 23:29:10 +00:00
bryner%netscape.com c5bb12eb62 Don't draw buttons as active when they are disabled. But 195881, r=blizzard, sr=jag, a=sspitzer. 2003-05-21 03:06:42 +00:00
rbs%maths.uq.edu.au ffb05f59ba Font prefs shouldn't limit choices + some optimizations of the 'user perception' by lazily building the drop down font lists while there, b=142511, r=gerv, sr=blizzard, a=asa 2003-05-21 01:14:33 +00:00
smontagu%netscape.com 5d0917707c More fine-grained NS_FONT_DEBUG environment variables to distinguish between Xlib, Xprint and GTK. Bug 206017, author=Roland.Mainz@informatik.med.uni-giessen.de, r=rbs, sr=dmose, a=asa. 2003-05-20 22:50:51 +00:00
dougt%meer.net c882aa37ba Fixing GTK2 Leaks. r/sr/a=blizzard. b=206361 2003-05-20 20:41:58 +00:00
katakai%japan.sun.com 6aedac98f7 bug 195154
Surrogate extension B (plane 2) characters can not be not diplsyed on linux with Free Type font
r=smontagu,sr=bryner,a=dbaron
2003-05-20 02:31:44 +00:00
pkw%us.ibm.com 74b4e25ce6 AIX: Calling gtk_realize_widget on a gtk_entry causes a root status window
to come up.
r=katakai@japan.sun.com, sr=blizzard@mozilla.org, a=asa@mozilla.org
2003-05-20 00:57:06 +00:00
dougt%meer.net a391506e14 GTK2 only fix. Fixing two memory leaks. r=blizzard, b=205981, a=blizzard 2003-05-19 19:06:43 +00:00
dbaron%dbaron.org 0e78cf7227 Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 04:52:47 +00:00
dbaron%dbaron.org f9a36f9072 Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 04:34:07 +00:00
jshin%mailaps.org 3de781b597 bug 196312 : work around a problem with CJK bi-width fonts and fontconfig prior to 2.2. (r/sr=blizzard). Not a part of the default build(Xft) 2003-05-12 04:03:28 +00:00
blizzard%redhat.com ed7019a4a0 Bug #174471. Turn on native themes for gtk2. Not part of the default builds. 2003-05-02 19:38:01 +00:00
blizzard%redhat.com 1e797152d1 Part of bug #174471. Fix problems with bluecurve them with gtk2 native themes. r=bryner, sr=sspitzer, a=asa 2003-05-02 02:31:06 +00:00
smontagu%netscape.com 98ec0e0ad4 Bug 201568 GIF infrastructure cleanup and refactoring, r=pavlov, sr=tor a=sspitzer. 2003-05-01 18:18:43 +00:00
varga%netscape.com cfbb5671d6 Low risk fix for bug 199915. Can't use File Bookmark in XP.
r=bryner, sr=jag, a=sspitzer
2003-05-01 17:47:44 +00:00
kaie%netscape.com 9d4e56f239 b=203937 an extra "print." is added to printing preference name
r=kaie sr=jag a=sspitzer
patch from and checking in for Roland.Mainz
2003-05-01 05:39:08 +00:00
rbs%maths.uq.edu.au 409c37497d Fix a problem with the 'user-defined font' which causes the CPU to spike at 100% followed by a hang, b=147222, r+sr=bzbarsky, a=sspitzer 2003-04-28 04:16:21 +00:00
katakai%japan.sun.com e4918058d8 bug 200084
gbk1988.1989-0 is defined as GBK, but us-ascii
r=ftang,sr=rbs,a=asa for gtk part
r=smontagu,sr=rbs,a=sspitzer for Xlib part
2003-04-27 02:40:56 +00:00
bzbarsky%mit.edu eb67ff7ab6 Assume X is lying to us if it returns an ex height of 0. Bug 142122, patch by
Hideo Saito <saito@densan.co.jp>, r=dbaron, sr=bzbarsky, a=sspitzer
2003-04-27 00:42:42 +00:00
bryner%netscape.com 1841c0a525 Fixing progress meters in classic on mac (bug 197289). Use nsString::ToInteger correctly. r=shuehan, sr=jag, a=sspitzer. 2003-04-24 21:21:13 +00:00
smontagu%netscape.com 157cd65292 Bug 202009 (AIX) Some Japanese characters in UTF-8 document display as ? Authors=hhoetzel@us.ibm.com, Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=roc+moz 2003-04-22 18:58:59 +00:00
seawood%netscape.com 97b881c780 Generate local header for gfx specific defines
Bug #202425 r=blizzard sr=roc+moz
2003-04-22 16:26:14 +00:00
jshin%mailaps.org 277f8c0d7e bug 176315 : add a converter for old Korean support. (r=ftang, sr=rbs) 2003-04-22 03:21:12 +00:00
amardare%qnx.com fef222f5af Changes for the photon platform - they should not affect build/runtime on the other platforms
Removed the verdana restriction.
2003-04-21 22:31:49 +00:00
arougthopher%lizardland.net afbd12dbcf 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
seawood%netscape.com 8893b1e6fd Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
blizzard%redhat.com e1ec26745c Fix crash when replying to messages in mail/news. No bug and not part of the default build. (Is it possible that no one was using EnumerateAllFonts before?) 2003-04-18 13:59:37 +00:00
rbs%maths.uq.edu.au 466cdcd0f9 Errata to bug 116030. Fix in the detection of the language group of a character to pick better fallback fonts, b=184848, r=smontagu, sr=bzbarsky 2003-04-17 21:16:25 +00:00
cbiesinger%web.de 1bdbf1e104 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
blizzard%redhat.com 4badac2227 Bug #174471. nsITheme for gtk2. This is the file that Andrew Johnson sent me after re-indenting. It doesn't look quite right so it's not in the build yet. 2003-04-17 14:00:55 +00:00
arougthopher%lizardland.net 327acd7fae Bug#198890
visible bug in rendering negative spacing in CSS under BeOS
r=arougthopher
2003-04-16 02:44:14 +00:00
arougthopher%lizardland.net 3d9bd58592 Bug#144112
misplaced text start in HTML forms under BeOS
r=arougthopher
2003-04-16 02:32:23 +00:00
smontagu%netscape.com dfc5b3ca43 Some cleanup in nsImageWin. Bug 201576, r=paper@animecity.nu, sr=tor@acm.org 2003-04-15 19:22:23 +00:00
sfraser%netscape.com 06958f8942 Gfx portion of fix for bug 193053. Fix nsImageMac::ConvertToPICT so that we can safely call it from code that gets the image for the clipboard, and for dragging. r=pinkerton, sr=bryner. 2003-04-10 17:23:32 +00:00