summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in previous patch for bug 387133Arun Thondapu2012-08-141-1/+1
* Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2012-08-142-6/+21
* fix formattingSilenio Quarti2012-08-011-22/+22
* Omit use of gdk_drawable_get_size deprecated function in GCAnatoly Spektor2012-08-011-6/+24
* Bug 376560 - Crash when starting on SUSE or some RHEL4 - Comment#11Silenio Quarti2012-07-121-12/+16
* Bug 113342 - Disposing a font still in use by a GC causes crashesSilenio Quarti2012-06-201-0/+1
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-017-7/+7
* Replace gdk_cursor_destroy with gdk_cursor_unref.Alexander Kurtakov2012-03-191-1/+1
* Bug 373794 - Malformed Javadoc commentsGrant Gayed2012-03-094-5/+6
* Use gdk_get_default_root_window instead of GDK_ROOT_PARENT.Alexander Kurtakov2012-02-282-6/+6
* Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay.Alexander Kurtakov2012-02-282-5/+5
* Bug 372599 - Wrong drawing behaviour using SWT and Cairo drawing a TextLayout...Silenio Quarti2012-02-271-0/+3
* Bug 354978 - Use Cairo as backend for graphics operations (comment#18)Silenio Quarti2012-02-061-0/+1
* Make gdk_pango_context_set_colormap dynamic.Alexander Kurtakov2012-01-312-2/+12
* Get rid of gdk_pixbuf_render_to_drawable_alpha.Alexander Kurtakov2012-01-201-9/+1
* cleanup before merging into masterSilenio Quarti2012-01-192-70/+74
* Fix Cairo XOR and drawImage width and heightBogdan Gheorghe2012-01-181-7/+14
* Merge master into Bug354978Bogdan Gheorghe2012-01-183-193/+62
|\
| * Bug 350362 - "Go to the next word (Ctrl+Right)" in text file does not work fo...Felipe Heidrich2011-11-161-4/+9
| * Bug 362999 - SWTGraphics#scale is broken when used with Printer onSilenio Quarti2011-11-092-1/+4
| * underline and strikeout color have priority over selectionFelipe Heidrich2011-10-241-0/+2
| * Bug 359869 - cannot see mouse selection in highlighted text in StyledTextSilenio Quarti2011-10-241-188/+47
* | Add a new property to enable Cairo graphicsBogdan Gheorghe2012-01-181-1/+3
* | GC CopyArea for scrollingBogdan Gheorghe2012-01-172-5/+47
* | 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-161-1/+3
* | adding cairo_surface_flush PISilenio Quarti2012-01-131-0/+1
* | Bug 354978 - Use Cairo as backend for graphics operations (comment#5Arun Thondapu2011-11-141-1/+20
* | fix Control.setBackgroundImage()Silenio Quarti2011-10-211-0/+1
* | 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-211-7/+22
* | remove floating point math for pre-multiplied alphaSilenio Quarti2011-10-211-12/+9
* | make GC handle a cairo object, fix clipping, rename USE_CAIRO flagSilenio Quarti2011-10-213-55/+70
* | implement Image(Device, Image, int)Silenio Quarti2011-10-201-0/+116
* | Cairo.CAIRO_EXTEND_PAD works on cairo 1.8. performance improvement in Intro p...Silenio Quarti2011-10-202-5/+21
* | create opaque image surfaces; target cairo 1.2 APIs; remove surfaceData fieldSilenio Quarti2011-10-201-71/+65
* | 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-191-26/+5
* | 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-191-90/+121
* | fix Image.initNative() with opaque iamgeSilenio Quarti2011-10-191-21/+39
* | fix init(ImageData) for opaque images, make code have two code paths onlySilenio2011-10-181-95/+140
* | Bug354978 - work in progress - all images are cairo images surfacesSilenio2011-09-203-101/+293
* | Bug 354978 - First changesBogdan Gheorghe2011-09-193-23/+36
|/
* Bug 357696 - Always use Cairo for GC with GTK > 2.17Bogdan Gheorghe2011-09-141-2/+4
* 349354 - Need to call gdk_cairo_reset_clip when resetting clippingBogdan Gheorghe2011-08-051-1/+5