summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Add cairo_push_group and cairo_pop_groupBogdan Gheorghe2012-01-174-3/+69
| | | |
| | * | Draw Caret with CairoBogdan Gheorghe2012-01-172-22/+56
| | | |
| | * | Fixed for copying wrong portion of source windowBogdan Gheorghe2012-01-161-11/+16
| | | |
| | * | getSize is wrong when damage is not the whole widgetBogdan Gheorghe2012-01-161-2/+4
| | | |
| | * | No XOR support for CairoBogdan Gheorghe2012-01-161-1/+3
| | | |
| | * | have to mark dirty when creating from pixelsSilenio Quarti2012-01-165-3/+28
| | | |
| | * | adding cairo_surface_flush PISilenio Quarti2012-01-135-5/+28
| | | |
| | * | Bug 354978 - Use Cairo as backend for graphics operations (comment#5Arun Thondapu2011-11-146-3/+57
| | | | | | | | | | | | patch)
| | * | fix Control.setBackgroundImage()Silenio Quarti2011-10-217-4/+68
| | | |
| | * | root window is not a pixmapSilenio Quarti2011-10-211-1/+1
| | | |
| | * | support Images with xlib surface, performance of large images surfaces is badSilenio Quarti2011-10-2112-14/+125
| | | |
| | * | remove floating point math for pre-multiplied alphaSilenio Quarti2011-10-212-16/+12
| | | |
| | * | fix Control.print(), only works for GTK_NATIVE_WINDOWS=1Silenio Quarti2011-10-211-2/+3
| | | |
| | * | make GC handle a cairo object, fix clipping, rename USE_CAIRO flagSilenio Quarti2011-10-2116-84/+202
| | | |
| | * | fix Control.drawBackground(), working on background pixmapSilenio Quarti2011-10-203-7/+36
| | | |
| | * | fixing draw background to use image surfaceSilenio Quarti2011-10-201-8/+13
| | | |
| | * | implement Image(Device, Image, int)Silenio Quarti2011-10-201-0/+116
| | | |
| | * | Cairo.CAIRO_EXTEND_PAD works on cairo 1.8. performance improvement in Intro ↵Silenio Quarti2011-10-202-5/+21
| | | | | | | | | | | | | | | | page of graphics example
| | * | create opaque image surfaces; target cairo 1.2 APIs; remove surfaceData fieldSilenio Quarti2011-10-207-92/+216
| | | |
| | * | better palette for getImageData()Silenio Quarti2011-10-191-7/+6
| | | |
| | * | fix palette in getImageData()Silenio Quarti2011-10-191-2/+9
| | | |
| | * | drawing on image with transparentPixel needs to workSilenio Quarti2011-10-191-3/+53
| | | |
| | * | make BIG_ENDIAN a constantSilenio Quarti2011-10-193-33/+14
| | | |
| | * | assign type field when creating from pixbufSilenio Quarti2011-10-191-4/+4
| | | |
| | * | share code to create image from pixbuf. fixed pasting of images with alphaSilenio Quarti2011-10-192-104/+133
| | | |
| | * | fix Image.initNative() with opaque iamgeSilenio Quarti2011-10-191-21/+39
| | | |
| | * | Use ImageList.createPixbuf in ImageTransfer. fixed images with alphaSilenio Quarti2011-10-191-31/+26
| | | |
| | * | shared copies of Display.createPixbufSilenio Quarti2011-10-1910-368/+258
| | | | | | | | | | | | | | | | shared copies of Display.createPixbuf
| | * | fix init(ImageData) for opaque images, make code have two code paths onlySilenio2011-10-181-95/+140
| | | |
| | * | merging to masterSilenio2011-10-181-1/+1
| | | |
| | * | Merge branch 'master' into Bug354978Silenio2011-10-18658-1340/+3513
| | |\ \
| | * | | Bug354978 - work in progress - all images are cairo images surfacesSilenio2011-09-206-146/+377
| | | | |
| | * | | Bug 354978 - First changesBogdan Gheorghe2011-09-198-29/+75
| | | | |
| * | | | update library_count to account for webkit libs on s390(x)Grant Gayed2012-01-191-3/+3
| | |_|/ | |/| |
| * | | add build_webkit to 'all' targetGrant Gayed2012-01-181-1/+1
| | | |
| * | | v3818v3818Silenio Quarti2012-01-165-5/+11
| | | |
| * | | Fix for broken buildBogdan Gheorghe2012-01-161-1/+1
| | | |
| * | | Bug 368616 - G_CONST_RETURN is removed from recent glib buildsKrzysztof Daniel2012-01-164-15/+15
| | | |
| * | | Bug 368417 - When you try to move cursor up/down with arrow keys in a ↵Felipe Heidrich2012-01-161-1/+1
| | | | | | | | | | | | | | | | multiline StyledText with word wrapping and nonzero margins, cursor may freeze and pressing up/down keys has no effect.
| * | | Bug 367809 - [SWT Mac OS X] path.addString does not appear to handleSilenio Quarti2012-01-166-23/+49
| | | | | | | | | | | | unicode properly
| * | | Bug 366810 - 'org.eclipse.swt.examples' has wrong Java build pathFelipe Heidrich2012-01-111-1/+1
| | | |
| * | | replace JSValueToBoolean use with JSValueToNumberGrant Gayed2012-01-105-26/+6
| | | |
| * | | 348205 - NullPointerException in xml editorBogdan Gheorghe2012-01-101-0/+1
| | | |
| * | | remove unused native (JSValueToBoolean)Grant Gayed2012-01-104-38/+5
| | | |
| * | | Bug 368290 - [Browser] passing of JS booleans to java is failingGrant Gayed2012-01-101-1/+1
| | | |
| * | | v3817v3817bSilenio Quarti2012-01-091-0/+6
| | | |
| * | | fix Browser.evaluate() regression introduced by initial fix for bugGrant Gayed2012-01-061-6/+6
| | | | | | | | | | | | 352383
| * | | Bug 367848 - Typo in Text#addSelectionListener JavaDocFelipe Heidrich2012-01-041-2/+4
| | | |
| * | | Bug 344401-NPE when enabling a disabled embedded shellLakshmi Shanmugam2012-01-041-1/+1
| | | |
| * | | v3817v3817aSilenio Quarti2011-12-221-0/+6
| | | |