summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics
Commit message (Expand)AuthorAgeFilesLines
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-284-4/+4
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-251-8/+5
* Bug 392774 - [GTK3] Need to implementArun Thondapu2013-05-011-4/+8
* Bug 399522 - [GTK3] frequent get_column_number critical error spewsSilenio Quarti2013-03-211-1/+4
* 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-142-5/+5
* Remove unused gdk_pango_context_set_colormap.Alexander Kurtakov2012-11-062-12/+0
* the GTK3 version check is not necessary -> all calls already have a USE_CAIRO...Silenio Quarti2012-11-022-23/+11
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-026-14/+14
* gdk_cairo_reset_clip() does not exists in GTK3Silenio Quarti2012-10-311-1/+1
* need to set num of rectangles in regionSilenio Quarti2012-10-311-0/+1
* Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti2012-10-302-34/+41
* call gdk_window_get_visible_region for GTK3Silenio Quarti2012-10-271-1/+6
* forgot to returnSilenio Quarti2012-10-271-0/+1
* respect fill ruleSilenio Quarti2012-10-271-1/+5
* cleanup region changes - use macros to redefine gdk_region_XXX in terms of ca...Silenio Quarti2012-10-274-444/+206
* crash in cairo_region_get_rectanglesSilenio Quarti2012-10-263-155/+89
* cleanup Region.cairoPolygonRgnSilenio Quarti2012-10-261-5/+4
* fix other places with polygon regionsSilenio Quarti2012-10-262-16/+4
* fix polygon regions - still has bad performanceSilenio Quarti2012-10-261-25/+37
* Bug 392785 - [GTK3] Need to reimplement B&W cursorsSilenio Quarti2012-10-261-1/+63
* remove gdk_colormap_get_system from GTK3Silenio Quarti2012-10-241-0/+2
* missing version checkSilenio Quarti2012-10-241-7/+9
* Not use gdk_colormap_alloc_color and gdk_colormap_free_color in GTK+3Anatoly Spektor2012-10-202-15/+18
* Use gdk_pixbuf_get_from_window instead of gdk_pixbuf_get_from_drawableAnatoly Spektor2012-10-182-8/+23
* 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-172-6/+6
* fix leaks when creating polygon region with cairo and fix formatingSilenio Quarti2012-10-172-87/+65
* Replace GdkRegion with Cairo methods for GTK + 3.0 and higherAnatoly Spektor2012-10-173-185/+555
* Remove Gtk 2.2-2.4 checks.Alexander Kurtakov2012-10-162-4/+2
* 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
* Replace gdk_cursor_unref with g_object_unref for GTK+ 3Anatoly Spektor2012-10-021-1/+9
* Bug 377107 - no 32bits vm for JDK7Carolyn MacLeod2012-09-253-9/+59
* Make 64-bit the default source codeSilenio Quarti2012-09-249-303/+303
* 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-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