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

2654 Коммитов

Автор SHA1 Сообщение Дата
mkaply%us.ibm.com f257d57a1b Trying to get nsDeviceContext to rebuild to fix test bustage 2001-10-28 02:46:30 +00:00
mkaply%us.ibm.com b210dad0fd Fix Os/2 build bustage - I don't know why, but we have seen this before 2001-10-27 13:41:47 +00:00
seawood%netscape.com 9b5ae05e33 Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
seawood%netscape.com 3e1cbb069d Followup to removal of --enable-monolithic-toolkit..remove MOZ_MONOLITHIC_TOOLKIT ifdefs 2001-10-27 05:49:30 +00:00
seawood%netscape.com 5e2395c335 Removing unused nsIAppShellComponentImpl reference 2001-10-27 05:26:42 +00:00
ftang%netscape.com 27fc0ce4dc fix 100868. Forget to include this part from previous check in. 2001-10-27 00:08:13 +00:00
sfraser%netscape.com 72ca9383ae Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf 2001-10-26 23:34:53 +00:00
ftang%netscape.com b52e77802a fix bug 100868. implement the real GetTextDimension code in Mac GFX. r=pierre sr=sfraser 2001-10-26 20:54:09 +00:00
ftang%netscape.com c2fd6d8e81 fix bug 106488. improve window cmap parsing code readability
change PR_Alloc / PR_Free to nsMemory:: version
r=shanjian, sr=sfraser
2001-10-26 20:40:43 +00:00
shanjian%netscape.com f616beb0ae #97343 annot display middot(Unicode 00B7)in the UI under W95/W98
r=ftang, sr=attinasi
2001-10-26 20:14:58 +00:00
alecf%netscape.com 6ae8a9bee0 Convert users of nsCRT::ToUpper(PRUnichar) to ToUpper(PRUnichar) for bug 100214, r=jag, sr=scc 2001-10-26 17:18:35 +00:00
alecf%netscape.com 6ad6ade94b Added files: mozilla/intl/unicharutil/util/nsUnicharUtils.cpp 2001-10-26 06:19:51 +00:00
rbs%maths.uq.edu.au 9059fd1bdd Add look-ahead in the case of the substitute fallback font to handle several adjacent missing characters at once rather than one by one. b=104153 r=shanjian sr=attinasi 2001-10-26 04:54:15 +00:00
alecf%netscape.com 8b0ceb8c3c final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon 2001-10-26 03:18:09 +00:00
jaggernaut%netscape.com 6af1ab8051 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 09:16:56 +00:00
dbaron%fas.harvard.edu 02f3a2d769 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
mkaply%us.ibm.com 4f7d35eb51 #106000
r=pedemont, a=blizzard
Wrong coordinates for stretching 24bit images
2001-10-24 14:46:26 +00:00
shanjian%netscape.com 756823dba4 #97176 startup perf- remove the need of loading of fontEncoding.properties files at startup time to speed up
This is part of patch for 97176, it was mistakenly removed when I checked in for 102706.
r=rbs, sr=waterson
2001-10-24 00:21:48 +00:00
roc+%cs.cmu.edu 3b44b1647d Bug 73382. Add important documentation comment. r=kmcclusk,rs=attinasi 2001-10-23 01:37:29 +00:00
shanjian%netscape.com fda190543a #102706 change nsFontMetricsWin.cpp to use nsCompressedCharMap
r=rbs sr=attinasi

Most of the charmap were replaced by compressed charmap, only very few
left for direct operation. Some optimization also get in as problem
found when testing this patch.
2001-10-22 23:20:24 +00:00
dougt%netscape.com 0a62d4e8d5 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
alecf%netscape.com c8469b7ac5 bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls 2001-10-22 20:44:02 +00:00
seawood%netscape.com ccf920d8ed Create common base (nsDeviceContextX) for nsDeviceContextXlib & nsDeviceContextXp to partially remove xprint dependency upon xlib. Also fixes static builds.
Thanks to Roland.Mainz@informatik.med.uni-giessen.de for the patch.
Bug #103371 r=cls sr=waterson
2001-10-20 08:51:57 +00:00
pierre%netscape.com 1ceb68a0e7 105576 "Unicode fallback characters don't zoom". Apply zoom before calling ATSUIFallbackDrawChar(). r=ftang/sr=sfraser 2001-10-19 21:23:37 +00:00
dougt%netscape.com d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
rbs%maths.uq.edu.au 75d651439e re-instate null check for crasher bug 102900, r=rods, sr=attinasi 2001-10-19 07:30:08 +00:00
pavlov%netscape.com 80f4c45fa3 first of many patches to come for bug 104999 r=timeless sr=hyatt 2001-10-18 09:43:22 +00:00
seawood%netscape.com 63fc23a6fb Fixing typo 2001-10-18 06:23:36 +00:00
dbaron%fas.harvard.edu 571ec03371 Fix shutdown leaks of static regions. r=jag sr=blizzard b=103006 2001-10-18 03:24:09 +00:00
dinglis%qnx.com 1d7085a130 Not part of build
update of Photon port
2001-10-17 14:13:47 +00:00
rbs%maths.uq.edu.au 456165252a More bullet-proofing of glyph resolution. b=103777 r=shanjian sr=attinasi 2001-10-17 06:06:09 +00:00
seawood%netscape.com 453220b93d Remove use of additional dirs in VPATH as it causes problems in srcdir builds and the previous workarounds do not always work due to a bug in gcc's -MD.
Bug #105005 r=jag
2001-10-17 06:00:18 +00:00
ftang%netscape.com d8c39a53c5 fix bug 97176. delay loading of fontEncoding.properties untill we need it. Build in some common pair
r=rbs sr=waterson
2001-10-16 22:29:29 +00:00
seawood%netscape.com 8e45b78c13 For directories that use additional VPATHs, change OBJ_SUFFIX instead of duplicating build rules. Turn off compiler dependencies when changing OBJ_SUFFIX because at least gcc < 3.0 has problems generating the correct dependencies when the basename of the srcfile does not match the basename of the object file.
Bug #105005
2001-10-16 09:31:58 +00:00
dbaron%fas.harvard.edu 87bbc37030 Fix bustage. 2001-10-16 08:19:57 +00:00
bryner%netscape.com ece0244428 Re-adding comments that were in nsIDrawingSurfaceGTK.h. 2001-10-16 07:58:38 +00:00
bryner%netscape.com aa953f4f2b Removing unused/obsolete rhapsody directories. r=pavlov. Not part of the build. 2001-10-16 07:52:56 +00:00
bryner%netscape.com 0ef211df3f Getting rid of unused nsIDrawingSurfaceGTK interface. r=pavlov, rs=ben. 2001-10-16 07:42:54 +00:00
seawood%netscape.com 82cd057ad7 Removing unused xp_file.h includes.
Bug #38061 r=bryner
2001-10-16 06:08:11 +00:00
seawood%netscape.com 76bbe640b0 Replace XP_File usage with standard FILE * routines.
Bug #38061 r=bryner
2001-10-16 05:55:57 +00:00
dbaron%fas.harvard.edu ed869c764e Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc 2001-10-16 03:53:44 +00:00
simon%softel.co.il d5b8374959 Bring the comments on nsRenderingContextWin::SetRightToLeftText in line with the code. Bug 104791, r/rs=pavlov 2001-10-15 10:24:06 +00:00
bstell%netscape.com c31b9474c4 A short explaination of what the gfs/src/x11shared dir is intended for.
Not part of the build.
2001-10-15 05:31:29 +00:00
jaggernaut%netscape.com a355418983 Remove dead nsCString::ToNewString() code usage. r=dbaron, rs=scc. 2001-10-14 05:03:26 +00:00
jaggernaut%netscape.com b9f4fd8c36 Remove dead nsString::GetBuffer() code usage. r=dbaron, rs=scc. 2001-10-14 04:57:59 +00:00
seawood%netscape.com 566cf2aa54 Removing motif port from the tree.
Bug #89330 r=bryner sr=pavlov
2001-10-13 02:59:09 +00:00
sfraser%netscape.com e634ffaadd Fix for bug 36796 - implement page setup on Mac and Mac OS X. r=sdagley, sr=alecf. Adding nsPrintOptionsX.cpp 2001-10-12 23:48:51 +00:00
sfraser%netscape.com 2e5532dfa7 Fix for bug 36796 - implement page setup on Mac and Mac OS X. r=sdagley, sr=alecf. 2001-10-12 23:48:34 +00:00
cls%seawood.org 7cf2052dc9 Remove Motif port from build. Pull using MOTIF_LAST_RITES tag to resurrect (but why would you want to do a silly thing like that?)
Bug #89330 r=bryner sr=pavlov
2001-10-12 20:21:31 +00:00
rbs%maths.uq.edu.au b32ed94ba9 Make glyph resolution more robust - bug 103777. r=shanjian, sr=attinasi 2001-10-12 05:14:33 +00:00