Commit Graph

4607 Commits

Author SHA1 Message Date
jag%tty.nl
8aacfee457 Bug 328426: C++ style comment in fbcompose.c makes trunk build failure on AIX.
Patch by Rupesh <rupeshkt@gmail.com>. r=/sr=roc
2006-02-24 19:53:28 +00:00
pavlov%pavlov.net
0fe1ba3ddd partial fix for font fallbacks. bug 324560. also fixes 324712. r=vlad 2006-02-24 05:15:21 +00:00
pavlov%pavlov.net
7f1afefee2 fixing windows plugin clipping bugs. bug 328263. r=vlad 2006-02-23 20:55:42 +00:00
pavlov%pavlov.net
d89a1b8e04 define M_PI if it isn't defined 2006-02-23 17:06:19 +00:00
timeless%mozdev.org
1ce5986f6b Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
jshin%mailaps.org
b3b3381f83 bug 205387 : need to exclude truly invisible default_ignorable_code_points' from draw_string and measurement : patch by YAMASHITA Makoto (makotoy%ms.u-tokyo.ac.jp), r=me, sr=rbs 2006-02-23 02:37:47 +00:00
roc+%cs.cmu.edu
3650a89de7 Bug 327878. Add cairo_draw_with_xlib API, and use it to render GTK2 native themes (including for HTML content) 2006-02-23 01:01:29 +00:00
roc+%cs.cmu.edu
ad5f1c79ec Bug 327878. Add cairo_clip_extract_rectangles, to support native theme rendering patch. r=vlad 2006-02-23 00:54:18 +00:00
roc+%cs.cmu.edu
c985c3448f Bug 327878. Add getters for cairo xlib surfaces, to support native theme rendering patch. r=vlad 2006-02-23 00:50:08 +00:00
roc+%cs.cmu.edu
9978c0e541 Bug 328232. Fix CreateOffscreenSurface to actually create a surface with alpha if it's asked to. r=vlad 2006-02-23 00:45:55 +00:00
roc+%cs.cmu.edu
8ca161951b Bug 328160. Include strings.h to get bzero. r+sr=roc, patch by Ganesh 2006-02-22 22:46:25 +00:00
pavlov%pavlov.net
2d157b6d5e adding missing license headers 2006-02-22 22:00:01 +00:00
vladimir%pobox.com
039a437a80 bustage fix for real this time, I meant ifndef 2006-02-22 06:01:28 +00:00
vladimir%pobox.com
fbeec59b69 Mac bustage fix for older SDK versions 2006-02-22 04:38:27 +00:00
vladimir%pobox.com
7f5363cf25 b=328116, Start of Cairo-on-OSX for Thebes GFX; gfx and cairo pieces, r=pavlov 2006-02-22 01:44:31 +00:00
pavlov%pavlov.net
08651ec4c2 removing methods that are already implemented by the base class 2006-02-22 01:33:37 +00:00
vladimir%pobox.com
3d78c2d4b8 b=327580, fix image decoder endianness & pixel format bits [mainly cairo], r=stuart 2006-02-21 23:19:20 +00:00
pavlov%pavlov.net
606c43db61 fixing typo 2006-02-21 23:09:44 +00:00
pavlov%pavlov.net
361c23430b fix windows printing. bug 328072. r=vlad 2006-02-21 21:14:32 +00:00
roc+%cs.cmu.edu
e160d9c829 Bug 327874. Fix _cairo_xlib_surface_create_similar to create surfaces with the same depth as the input surface. r=vlad 2006-02-20 21:08:14 +00:00
cbiesinger%web.de
0b8727d7a1 Bug 327867 CopyOffscreenBits is not called in cairo builds, therefore
SetTarget isn't either. Remove the latter function and the body of the
former.
r=vlad
2006-02-20 14:27:02 +00:00
dbaron%dbaron.org
1194eec7dc Use dest origin when transforming source rect width and height to avoid off-by-1 transformations for unscaled images. b=326158 r+sr=roc 2006-02-17 18:00:30 +00:00
mkaply%us.ibm.com
59767a31cf Removing files that moved to widget 2006-02-17 15:57:31 +00:00
vladimir%pobox.com
9b619cc8f0 b=327569, optimize images when requested, r=pavlov 2006-02-17 01:49:24 +00:00
vladimir%pobox.com
0f1796c049 b=327391, SaveDC/RestoreDC mismatch in gfxWindowsFonts, r=stuart 2006-02-16 05:50:37 +00:00
vladimir%pobox.com
ef41e9e97d Linux cairo build bandaid fix take 2 2006-02-16 01:08:28 +00:00
pavlov%pavlov.net
9bc3c38993 only build ps backend in non-cairo builds r=vlad 2006-02-16 00:27:57 +00:00
vladimir%pobox.com
707e0dc2f7 b=326738, move thebes doublebuffering/transparent window handling into widget, sr=roc 2006-02-15 23:35:53 +00:00
vladimir%pobox.com
ea8ea261bb Add missing cairo-win32-creation-format.patch 2006-02-15 23:33:37 +00:00
vladimir%pobox.com
37883a6e26 cairo: expose the win32 surface dc and DIB creation function 2006-02-15 22:34:19 +00:00
vladimir%pobox.com
43de878afd missed README commit from last 2006-02-15 22:32:14 +00:00
vladimir%pobox.com
b8920b9f9e cairo: Fix up win32 surface coords before calling BitBlt/AlphaBlend, so that the functions don't complain if called with src outside of src region 2006-02-15 22:31:27 +00:00
pavlov%pavlov.net
a5a077d9d0 removing unused include 2006-02-15 03:12:51 +00:00
pavlov%pavlov.net
ca8de96237 oops, didn't mean to check this in a minute ago. if 0'ing out changes 2006-02-15 02:48:08 +00:00
pavlov%pavlov.net
b2388d1c15 fixing RTL text in windows cairo builds. bug 327229 r=vlad 2006-02-15 02:45:37 +00:00
pavlov%pavlov.net
d955219e90 removing unused files 2006-02-14 22:06:50 +00:00
sergei_d%fi.tartu.ee
6e7b8681ca [BeOS]Bug 327046. Moving printing to widget. nsPrintdBeOS.h 2006-02-14 15:28:11 +00:00
sergei_d%fi.tartu.ee
cac3a766d9 [BeOS]Bug 327046. Moving printing to widget 2006-02-14 14:10:48 +00:00
masayuki%d-toybox.com
494b3a0ab2 Bug 170854 Roman script of UI should be rendered with Lucida Grande on all system locales. patch by YAMASHITA Makoto <makotoy@ms.u-tokyo.ac.jp> r=jshin+me, sr=sfraser 2006-02-14 09:27:36 +00:00
pavlov%pavlov.net
cdace0f519 fixing up linux printing 2006-02-13 23:18:26 +00:00
pavlov%pavlov.net
4c74730634 cleaning up thebes PDF and PS surfaces 2006-02-13 22:37:13 +00:00
mkaply%us.ibm.com
7d6a78f63f OS/2 build bustage as a result of 326149 - once files are moved, this should build 2006-02-13 22:32:53 +00:00
mkaply%us.ibm.com
c8694d1c4e OS/2 build bustage as a result of 32649 - once files are moved, this should build 2006-02-13 22:32:23 +00:00
pavlov%pavlov.net
8b7754cd9e linux printing improvements 2006-02-13 19:31:27 +00:00
pavlov%pavlov.net
b5c239b908 fixing linux printing bustage from earlier checkin. bug 326760. 2006-02-11 07:45:40 +00:00
pavlov%pavlov.net
765b1155b8 fixing non-cairo windows printing bustage 2006-02-11 00:03:51 +00:00
vladimir%pobox.com
18de9d8c6c Update cairo patches in repo 2006-02-10 23:55:27 +00:00
pavlov%pavlov.net
99b778d2e4 fixing build bustage 2006-02-10 23:33:56 +00:00
pavlov%pavlov.net
01f950e2a0 temp windows build fix.. real fix coming shortly 2006-02-10 23:28:28 +00:00
pavlov%pavlov.net
4a0aa0268d fixing mac bustage 2006-02-10 23:26:33 +00:00