mkaply%us.ibm.com
|
cd40c82ee4
|
Attempt to make OS/2 fonts work again
|
2001-09-28 02:43:02 +00:00 |
mkaply%us.ibm.com
|
14bf977ac7
|
OS/2 REQUIRES bustage
|
2001-09-28 02:42:47 +00:00 |
dbaron%fas.harvard.edu
|
99abb37f76
|
Implement CSS2 (and CSS3 / extension) system fonts on GTK port. b=33313 r=bryner sr=blizzard, waterson
|
2001-09-27 23:44:40 +00:00 |
rods%netscape.com
|
239f43d839
|
Part of previous checkin for Bug 99415, forgot to set this back to &PT
|
2001-09-27 22:21:38 +00:00 |
rbs%maths.uq.edu.au
|
8ac6ba5566
|
Placeholders to just let the build go green again
|
2001-09-27 21:57:27 +00:00 |
mkaply%us.ibm.com
|
0111a03b00
|
Just get the functions in there so OS/2 builds again
|
2001-09-27 21:18:41 +00:00 |
rbs%maths.uq.edu.au
|
7fa6c893c3
|
fix build bustage
|
2001-09-27 20:04:05 +00:00 |
rbs%maths.uq.edu.au
|
c7300b8f8c
|
fix build bustage
|
2001-09-27 19:32:40 +00:00 |
rbs%maths.uq.edu.au
|
0c4973fd22
|
bug 99010 - font changes. r=attinasi@netscape.com, sr=waterson@netscape.com
|
2001-09-27 18:34:30 +00:00 |
rbs%maths.uq.edu.au
|
aeabd50e0e
|
bug 99010 - font changes. r=roland.mainz@informatik.med.uni-giessen.de, sr=waterson@netscape.com
|
2001-09-27 18:32:58 +00:00 |
rbs%maths.uq.edu.au
|
7d74f4e9f6
|
bug 99010 - font changes. r=pierre@netscape.com, sr=waterson@netscape.com
|
2001-09-27 18:32:31 +00:00 |
rbs%maths.uq.edu.au
|
003abac93b
|
bug 99010 - font changes. r=katakai@japan.sun.com, sr=waterson@netscape.com
|
2001-09-27 18:31:59 +00:00 |
rbs%maths.uq.edu.au
|
e061539b83
|
bug 99010 - font changes. r=bstell@netscape.com, sr=waterson@netscape.com
|
2001-09-27 18:31:35 +00:00 |
rbs%maths.uq.edu.au
|
9efd19fea5
|
bug 99010 - font changes. r=shanjian@netscape.com,kmcclusk@netscape.com, sr=waterson@netscape.com
|
2001-09-27 18:29:59 +00:00 |
rbs%maths.uq.edu.au
|
443291acc1
|
bug 99010 - font changes. r=shanjian@netscape.com, sr=waterson@netscape.com
|
2001-09-27 18:29:17 +00:00 |
tor%cs.brown.edu
|
8a2f92055f
|
Bug 98252 - assume 8-bit alpha channels are really 0- or 1-bit until
proven otherwise. r=rjesup,pavlov, sr=attinasi
|
2001-09-27 01:16:59 +00:00 |
rods%netscape.com
|
a4c9037329
|
Enables the configuration of headers and footers, via 6 string in the nsIPrintOptions
3 for the header and 3 for the footer.
The new codes are &T,&U,&D,&P,&PT (see bug for explanation)
Bug 99415 r=kmcclusk, sr=attinasi a=pdt
|
2001-09-26 14:01:26 +00:00 |
rods%netscape.com
|
fad4b00977
|
pass back the proper errors codes, instead of just a null devspec
Bug 101514 r=karnazr sr=kin
|
2001-09-26 14:00:30 +00:00 |
gerv%gerv.net
|
1d745f3019
|
License changes, take 2. Bug 98089. mozilla/gfx/.
|
2001-09-26 00:16:04 +00:00 |
bstell%netscape.com
|
b37dcb64ff
|
bug 101370, r=adamlock, rs=alecf
fix bustage from checkin (bug 95518); make SearchNode and
SetUpFontCharSetInfo interact as before
|
2001-09-25 21:12:18 +00:00 |
jaggernaut%netscape.com
|
bb781ad2d2
|
Clean up REQUIRES, r=cls
|
2001-09-25 02:56:54 +00:00 |
sfraser%netscape.com
|
716d6331e7
|
Fix for bug 100700 -- save and restor the GDevice along with the drawing port to fix blank window problems with Carbon, and with ATM installed. r=pierre, sr=scc
|
2001-09-25 00:27:24 +00:00 |
pinkerton%netscape.com
|
1299ebf3bd
|
use OS routine to sub out the menubar and dock on OSX/Carbon. r=sdagley/sr=sfraser/a=chofmann. bug# 83570.
|
2001-09-24 22:28:04 +00:00 |
rjesup%wgate.com
|
b3f93c53a1
|
Backout of commits for bug 97299. This causes assertions, which means we
missed some spots where name was getting set.
|
2001-09-24 15:26:39 +00:00 |
rjesup%wgate.com
|
03d586b49f
|
Bustage fix attempt #2. NS_GFX was there before, but gcc didn't care. I
didn't add it back in when I went back to a struct. (Bug 97299)
|
2001-09-24 09:07:53 +00:00 |
rjesup%wgate.com
|
da59a01b0a
|
Bustage fix for bug 97299 checking: Win32 compiler doesn't like class and
struct mixed. Reverted nsFont to struct.
|
2001-09-24 08:14:17 +00:00 |
rjesup%wgate.com
|
9c4abfe094
|
Bug 97299: Store font names in lowercase. r=pavlov, sr=attinasi
|
2001-09-24 07:35:04 +00:00 |
cls%seawood.org
|
6bb7a5ad36
|
Use non-standard OBJ_SUFFIX so that we can safely use VPATH to grab files from other srcdirs and allow people to build in the srctree.
Bug #100851 r=jag
|
2001-09-22 00:21:59 +00:00 |
mkaply%us.ibm.com
|
abd36c131c
|
#97907
r=kaie, r=dcone, sr=jst
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - add error codes to printing
|
2001-09-21 13:52:39 +00:00 |
jst%netscape.com
|
023b7de114
|
Checking in Roland.Mainz@informatik.med.uni-giessen.de's fix for bug 87285, MathML broken in Xlib-toolkit and Xprint. r=rbs@maths.uq.edu.au, sr=kin@netscape.com
|
2001-09-20 05:13:26 +00:00 |
bstell%netscape.com
|
51f10845a2
|
ports bustage fix for bug 95518
|
2001-09-19 06:03:47 +00:00 |
cls%seawood.org
|
a08388d854
|
Compilers handle local declarations of 'int i' inside a for-loop differently so just declare it once at the top of the function.
|
2001-09-19 04:23:48 +00:00 |
cls%seawood.org
|
bfb23336e1
|
Update REQUIRES list with added depedency upon uconv introduced by checkin for bug 95518. Fixing myotonic bustage
|
2001-09-19 04:22:21 +00:00 |
bstell%netscape.com
|
aff2bc34a9
|
bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
sr=brendan@mozilla.org,
Compress font char maps by folding the empty spaces on top of each other.
|
2001-09-19 03:01:54 +00:00 |
bstell%netscape.com
|
92aa7f5139
|
bug 95518, r=yokoyama@netscape.com,r=Roland.Mainz@informatik.med.uni-giessen.de,
sr=brendan@mozilla.org,
Compress font char maps by folding the empty spaces on top of each other.
|
2001-09-19 02:52:30 +00:00 |
alecf%netscape.com
|
3a7172b12f
|
fix for bug 100310 r=jag, sr=blizzard - remove gfx dependency on string bundles, move into windows-specific module
|
2001-09-18 22:02:30 +00:00 |
jaggernaut%netscape.com
|
ffc0281152
|
One module per line for REQUIRES. r=/sr=alecf
|
2001-09-18 21:52:15 +00:00 |
jaggernaut%netscape.com
|
3826eb9902
|
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
|
2001-09-18 13:41:47 +00:00 |
sfraser%netscape.com
|
d3ac57ccf0
|
Fix bug 86694 -- image tiling slow on Mac. Implement repeated scaling into a temporary GWorld before final blit. sr=scc, r=pavlov.
|
2001-09-18 01:39:04 +00:00 |
alecf%netscape.com
|
cf9912aa80
|
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
|
2001-09-17 19:06:35 +00:00 |
bryner%netscape.com
|
ac97d0fb62
|
Bug 98041 - xlib port of image tiling assertion fixes. Checking in for Roland.Mainz@informatik.med.uni-giessen.de. r=timeless, sr=jst.
|
2001-09-15 21:20:24 +00:00 |
mkaply%us.ibm.com
|
5971fe5667
|
#55103
r=mkaply, sr=blizzard
Code from Javier. Hack up the font code real good to account for OS/2 weirdness.
We now size things correctly.
|
2001-09-14 21:09:54 +00:00 |
jaggernaut%netscape.com
|
efc8c209fb
|
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
|
2001-09-14 05:37:29 +00:00 |
timeless%mac.com
|
263643978e
|
Bug 90380 Get rid of |#ifdef _IMPL_NS_XPRINT|
patch by Roland.Mainz@informatik.med.uni-giessen.de
r=jesup,jag,dcran sr=blizzard
|
2001-09-13 13:29:58 +00:00 |
rjesup%wgate.com
|
2ddd95c9a4
|
Bug 92576. nsVoidArray->nsAutoVoidArray. sr=jst, r=waterson, r=pavlov, r=kin, r=kmcclusk
|
2001-09-12 14:59:11 +00:00 |
jaggernaut%netscape.com
|
e055a4a2a4
|
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
|
2001-09-12 12:48:23 +00:00 |
mkaply%us.ibm.com
|
a09fae23f4
|
#76856
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
|
2001-09-11 03:22:16 +00:00 |
alecf%netscape.com
|
898cb5872f
|
add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls
|
2001-09-10 20:46:52 +00:00 |
jaggernaut%netscape.com
|
a0b891b40a
|
Bug 73353: clean up REQUIRES. r=cls
|
2001-09-09 13:36:07 +00:00 |
rjesup%wgate.com
|
079831fe2d
|
Bug 93999: 1-liner fix to unhork xlib (fix to typo by imot). r/sr=blake
via IRC
|
2001-09-07 21:32:54 +00:00 |