Age | Commit message (Expand) | Author | Files | Lines |
2005-10-03 | Increment CAIRO_VERSION to 1.0.2 and libtool versioning to 4:3:2.RELEASE_1_0_21.0.2 | Carl Worth | 3 | -2/+91 |
2005-09-29 | simplify id initialisation of last patch | Bertram Felgenhauer | 2 | -6/+12 |
2005-09-29 | ChangeLog cosmetics. | Bertram Felgenhauer | 1 | -1/+1 |
2005-09-29 | Using a pointer comparison as the fallback total order was wrong - these poin... | Bertram Felgenhauer | 2 | -5/+18 |
2005-09-28 | Use _cairo_utf8_to_utf16 for character conversion. | Tor Lillqvist | 2 | -18/+11 |
2005-09-28 | Bug #4612, reviewed by cworth. | Tor Lillqvist | 2 | -4/+11 |
2005-09-27 | Bug #4602, reviewed by cworth. | Tor Lillqvist | 2 | -2/+9 |
2005-09-27 | Note that bug #4409 (Dashes are missing initial caps) is now fixed. | Carl Worth | 7 | -17/+235 |
2005-09-27 | file dash-caps-joins.c was added on branch BRANCH_1_0 on 2005-09-27 19:51:00 ... | Carl Worth | 0 | -0/+0 |
2005-09-27 | file dash-caps-joins-ref.png was added on branch BRANCH_1_0 on 2005-09-27 19:... | Carl Worth | 0 | -0/+0 |
2005-09-27 | Add two test cases. One for caps and joins (passes), and one for dashed caps ... | Carl Worth | 3 | -0/+19 |
2005-09-27 | file caps-joins.c was added on branch BRANCH_1_0 on 2005-09-27 19:51:00 +0000 | Carl Worth | 0 | -0/+0 |
2005-09-27 | file caps-joins-ref.png was added on branch BRANCH_1_0 on 2005-09-27 19:51:00... | Carl Worth | 0 | -0/+0 |
2005-09-26 | Backported from HEAD: | Carl Worth | 3 | -7/+30 |
2005-09-26 | Backported from HEAD: | Carl Worth | 4 | -4/+20 |
2005-09-26 | If GetGlyphOutlineW() fails, set metrics to zero. (#3927, Hans Breuer) (Don't... | Tor Lillqvist | 2 | -4/+12 |
2005-09-26 | Set LOGFONT::lfHeight negative. A negative lfHeight means "em height" which i... | Tor Lillqvist | 2 | -2/+10 |
2005-09-20 | Pass scratch space instead of NULL for image_extra to acquire/release_dest_im... | Tor Lillqvist | 2 | -2/+9 |
2005-09-19 | Avoid attempting to create a size-0 Pixmap, (to prevent the associated X erro... | Carl Worth | 4 | -4/+14 |
2005-09-19 | Originally: 2005-09-19 Hans Breuer <hans@breuer.org> | Carl Worth | 3 | -0/+57 |
2005-09-18 | Bug #4414, reviewed by otaylor, cworth. | Billy Biggs | 2 | -3/+13 |
2005-09-18 | Bug #4414, reviewed by otaylor, cworth. | Billy Biggs | 3 | -114/+132 |
2005-09-16 | Tested by: John Ellson Closes bug #4408 https://bugs.freedesktop.org/show_bug... | Carl Worth | 2 | -1/+86 |
2005-09-16 | Bug #4260, Reviewed by B. Biggs | Owen Taylor | 5 | -21/+40 |
2005-09-13 | Expand locking to include all modification of cairo_scaled_font and related o... | Carl Worth | 2 | -16/+21 |
2005-09-13 | Adjust parameters to stress things a bit more, (better exposing another locki... | Carl Worth | 2 | -5/+10 |
2005-09-13 | Expand locking to encapsulate any modification to the reference count of a sc... | Carl Worth | 2 | -37/+56 |
2005-09-13 | Add documentation for cairo_test functions. | Carl Worth | 6 | -16/+195 |
2005-09-13 | file pthread-show-text.c was added on branch BRANCH_1_0 on 2005-09-13 19:22:4... | Carl Worth | 0 | -0/+0 |
2005-09-12 | Fix for bug #4401 as reported by Tim Mooney: | Carl Worth | 3 | -7/+13 |
2005-09-01 | Add includes to get sized-integers types such as uint32_t. | Carl Worth | 11 | -9/+52 |
2005-08-31 | Add call to XSynchronize, (the expected clip-all failure isn't occuring witho... | Carl Worth | 3 | -1/+12 |
2005-08-31 | Handle displays which don't match the local endianness by byteswapping on Get... | Owen Taylor | 2 | -33/+145 |
2005-08-31 | Increment CAIRO_VERSION to 1.1.1 after making branch tag BRANCH_1_0. | Carl Worth | 2 | -1/+6 |
2005-08-31 | Add note to use ./autogen.sh instead of ./configure when working with source ... | Carl Worth | 2 | -0/+9 |
2005-08-31 | Fix test to not try to set a non-invertible matrix. (We'd gotten away with th... | Carl Worth | 2 | -2/+8 |
2005-08-31 | Add Radek DoulĂk. | Carl Worth | 6 | -0/+85 |
2005-08-30 | Liberalize the ServerVendor check so that we can handle the Mandriva vendor s... | Owen Taylor | 2 | -1/+7 |
2005-08-30 | Use a 8xN rather than a 1xN strip for a vertical gradient. This is much more ... | Owen Taylor | 2 | -2/+17 |
2005-08-28 | Use local labels rather than global labels in the assembly, to be robust if t... | Owen Taylor | 2 | -4/+10 |
2005-08-27 | Some fixes for warnings from sparse (Part of bug #4208, Kjartan Maraas) | Billy Biggs | 7 | -47/+62 |
2005-08-27 | Make the check for rectangular trapezoids simpler and more accurate. (#4220, ... | Owen Taylor | 2 | -11/+13 |
2005-08-27 | Make the vendor string check for XFree86 more liberal, to deal with older ver... | Owen Taylor | 2 | -1/+8 |
2005-08-27 | Undef MIN/MAX before defining them in case some system header happens to defi... | Owen Taylor | 2 | -1/+10 |
2005-08-27 | Fix docs not to talk about %NULL returns. #4271, Duncan Coutts. | Owen Taylor | 2 | -4/+20 |
2005-08-27 | Make the code work with | Owen Taylor | 2 | -7/+24 |
2005-08-25 | Include the documentation, too. | Tor Lillqvist | 2 | -1/+5 |
2005-08-24 | Update formatting of the title and short description, as this actually change... | Billy Biggs | 26 | -100/+80 |
2005-08-24 | add docs-publish as a phony target | Bertram Felgenhauer | 2 | -1/+5 |
2005-08-24 | Increment CAIRO_VERSION to 1.0.1 after tagging RELEASE_1_0_0. | Carl Worth | 2 | -1/+6 |