summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/GC.java
Commit message (Expand)AuthorAgeFilesLines
* GC remove GTK pre-2.8 code paths.Alexander Kurtakov2013-07-121-79/+17
* Bug 392498 - GC.copyarea does not work correctly on linuxSilenio Quarti2012-11-291-0/+4
* Bug 393856 - Consider using pango_layout_get_pixel_sizeAlexander Kurtakov2012-11-141-3/+3
* Remove unused gdk_pango_context_set_colormap.Alexander Kurtakov2012-11-061-6/+0
* the GTK3 version check is not necessary -> all calls already have a USE_CAIRO...Silenio Quarti2012-11-021-12/+7
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-021-4/+4
* gdk_cairo_reset_clip() does not exists in GTK3Silenio Quarti2012-10-311-1/+1
* Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti2012-10-301-33/+22
* call gdk_window_get_visible_region for GTK3Silenio Quarti2012-10-271-1/+6
* cleanup region changes - use macros to redefine gdk_region_XXX in terms of ca...Silenio Quarti2012-10-271-171/+86
* crash in cairo_region_get_rectanglesSilenio Quarti2012-10-261-84/+25
* fix other places with polygon regionsSilenio Quarti2012-10-261-15/+3
* Not use gdk_colormap_alloc_color and gdk_colormap_free_color in GTK+3Anatoly Spektor2012-10-201-8/+6
* Use gdk_pixbuf_get_from_window instead of gdk_pixbuf_get_from_drawableAnatoly Spektor2012-10-181-4/+12
* Use gdk_window* instead of gdk_drawable_get_visible_region()Anatoly Spektor2012-10-171-1/+3
* Bug 391050 - Replace GdkRegion with Cairo methods for GTK + 3.0 and higher - ...Silenio Quarti2012-10-171-2/+2
* fix leaks when creating polygon region with cairo and fix formatingSilenio Quarti2012-10-171-50/+31
* Replace GdkRegion with Cairo methods for GTK + 3.0 and higherAnatoly Spektor2012-10-171-100/+273
* Remove Gtk 2.2-2.4 checks.Alexander Kurtakov2012-10-161-3/+1
* Bug 391263 Fix version check in GC.javaArun Thondapu2012-10-151-5/+4
* Use gtk_render_focus instead of gtk_paint_focus for GTK+ 3Anatoly Spektor2012-10-051-1/+17
* Bug 377107 - no 32bits vm for JDK7Carolyn MacLeod2012-09-251-0/+34
* Make 64-bit the default source codeSilenio Quarti2012-09-241-145/+145
* Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2012-08-141-2/+1
* fix formattingSilenio Quarti2012-08-011-22/+22
* Omit use of gdk_drawable_get_size deprecated function in GCAnatoly Spektor2012-08-011-6/+24
* 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-011-1/+1
* Use gdk_get_default_root_window instead of GDK_ROOT_PARENT.Alexander Kurtakov2012-02-281-1/+1
* Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay.Alexander Kurtakov2012-02-281-3/+3
* Make gdk_pango_context_set_colormap dynamic.Alexander Kurtakov2012-01-311-1/+6
* Get rid of gdk_pixbuf_render_to_drawable_alpha.Alexander Kurtakov2012-01-201-9/+1
* cleanup before merging into masterSilenio Quarti2012-01-191-3/+7
* Fix Cairo XOR and drawImage width and heightBogdan Gheorghe2012-01-181-7/+14
* Merge master into Bug354978Bogdan Gheorghe2012-01-181-0/+3
|\
| * Bug 362999 - SWTGraphics#scale is broken when used with Printer onSilenio Quarti2011-11-091-0/+3
* | Add a new property to enable Cairo graphicsBogdan Gheorghe2012-01-181-1/+3
* | GC CopyArea for scrollingBogdan Gheorghe2012-01-171-4/+46
* | 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
* | Bug 354978 - Use Cairo as backend for graphics operations (comment#5Arun Thondapu2011-11-141-1/+20
* | make GC handle a cairo object, fix clipping, rename USE_CAIRO flagSilenio Quarti2011-10-211-31/+45
* | Cairo.CAIRO_EXTEND_PAD works on cairo 1.8. performance improvement in Intro p...Silenio Quarti2011-10-201-5/+9
* | Bug354978 - work in progress - all images are cairo images surfacesSilenio2011-09-201-2/+6
* | Bug 354978 - First changesBogdan Gheorghe2011-09-191-5/+5
|/
* 349354 - Need to call gdk_cairo_reset_clip when resetting clippingBogdan Gheorghe2011-08-051-1/+5
* Copyright bash pre-RC4Carolyn MacLeod2011-05-271-1/+1
* 345650 - FillGradientRectangle results in screen cheese on x86_64Bogdan Gheorghe2011-05-241-1/+4
* Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod2010-05-261-1/+1