summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/Image.java
Commit message (Expand)AuthorAgeFilesLines
* remove gdk_colormap_get_system from GTK3Silenio Quarti2012-10-241-0/+2
* Use gdk_pixbuf_get_from_window instead of gdk_pixbuf_get_from_drawableAnatoly Spektor2012-10-181-4/+11
* Make 64-bit the default source codeSilenio Quarti2012-09-241-61/+61
* Bug 382175 - [Cairo] Images created with external GdkPixmap* can't be drawn u...Silenio Quarti2012-09-061-0/+2
* 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-141-4/+20
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 373794 - Malformed Javadoc commentsGrant Gayed2012-03-091-1/+2
* Use gdk_get_default_root_window instead of GDK_ROOT_PARENT.Alexander Kurtakov2012-02-281-5/+5
* Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay.Alexander Kurtakov2012-02-281-2/+2
* Bug 354978 - Use Cairo as backend for graphics operations (comment#18)Silenio Quarti2012-02-061-0/+1
* cleanup before merging into masterSilenio Quarti2012-01-191-67/+67
* GC CopyArea for scrollingBogdan Gheorghe2012-01-171-1/+1
* have to mark dirty when creating from pixelsSilenio Quarti2012-01-161-1/+3
* adding cairo_surface_flush PISilenio Quarti2012-01-131-0/+1
* 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-211-15/+23
* 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-201-0/+12
* 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-201-98/+286
* Bug 354978 - First changesBogdan Gheorghe2011-09-191-17/+30
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* Bug 321359 - Purple-icons drawing image with cairo in Solaris-sparc (big-end...Silenio Quarti2010-07-301-15/+34
* Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod2010-05-261-2/+2
* 305742 - Fields that should not be referenced by clients should have @norefer...Grant Gayed2010-04-131-1/+11
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+1165
* *** empty log message ***Felipe Heidrich2009-06-301-1165/+0
* 251528 - Image created without trackingFelipe Heidrich2008-10-211-3/+6
* Bug 242003 - Image buffer is allocated twice unnecessarilyDuong Nguyen2008-07-281-2/+1
* After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod2008-06-051-1/+1
* After Javadoc Bash for 3.4RC4Carolyn MacLeod2008-06-041-3/+6
* reorganize to consider adding finalizationSilenio Quarti2008-01-241-111/+90
* hold on to Font objectSilenio Quarti2008-01-211-1/+1
* 200083 Support BIDI on Linux GTKBogdan Gheorghe2007-08-171-0/+4
* After copyright bash for 3.3 RC3AFTER_COPYRIGHT_BASH_FOR_33RC3Carolyn MacLeod2007-05-311-1/+1
* 177711 - Grayed PNG image displayed white background in some LinuxSilenio Quarti2007-05-151-56/+34
* GPF because gdk_drawable_get_image() returns NULLSilenio Quarti2007-04-261-0/+2
* 174130 - Transparent PNG corruption with SWT 3.2Steve Northover2007-02-161-5/+14