Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-26Bug 545793: [GTK] Remove 32-bit codeEric Williams6-488/+412
2019-03-11Bug 540674: [GTK4] Adapt to new drawing model changesEric Williams1-0/+11
2018-11-06Remove AIX leftovers.Alexander Kurtakov1-3/+1
2018-09-18Bug 530841: [GTK2] Remove GTK 2.x supportEric Williams8-45/+460
2018-09-11Bug 530841: [GTK2] Remove GTK 2.x supportI20180912-0210Eric Williams1-12/+0
2018-09-11Bug 530841 - [GTK2] Remove GTK 2.x supportAlexander Kurtakov4-15/+1
2018-07-03Bug 475784: half transparent composite as overlay composite not workEric Williams7-2/+35
2018-07-02Revert "Bug 475784: half transparent composite as overlay composite not work ...Andrey Loskutov7-35/+2
2018-06-29Bug 475784: half transparent composite as overlay composite not workEric Williams7-2/+35
2018-05-04Bug 530932 - Enable native scaling on Linux GTKSravan Kumar Lakkimsetti5-0/+77
2018-04-16Bug 529431: [GTK3.10+] Snippet294 fails to draw RegionEric Williams5-0/+33
2018-03-23Bug 532825 - Remove hpux/solaris clutter in the codebaseAlexander Kurtakov1-2/+0
2018-02-01Bug 528679 - Eclipse Photon M3a crashes on CentOS 6Alexander Kurtakov4-4/+19
2018-01-16Bug 470115 - GC.drawLine draws a very large line when using certainAlexander Kurtakov1-0/+1
2017-06-27Bug 518855 - Remove workarounds for Cairo older than 1.8.0I20170627-2000Alexander Kurtakov4-29/+3
2017-06-27Bug 477950: [GTK3] Port SWT colors from using GdkColor to GdkRGBA soEric Williams1-0/+12
2017-02-22Bug 488431 - Provide SWT/GTK3 port on WindowsRolf Theunissen2-0/+7
2016-12-14Bug 509215 - Make Cairo bindings non-dynamic where possibleAlexander Kurtakov3-72/+0
2016-11-08Bug 500363: Native auto generated files should mention that they areLeo Ufimtsev5-5/+20
2016-10-17Bug 505334 - SWT for GTK fails to compile when X11 is not availableRolf Theunissen2-3/+7
2016-10-07Bug 505334: SWT for GTK fails to compile when X11 is not availableRolf Theunissen1-0/+4
2016-01-07Bug 485367 - cleaned trailing spaces in swt (gtk, cairo and Co)Andrey Loskutov1-3/+3
2015-03-26Bug 463151 - Drop pre-2.18 GTK Cairo code in GCAlexander Kurtakov4-25/+3
2014-03-03Bug 429476 - Remove useless Cairo bindings.Alexander Kurtakov4-914/+3
2013-07-12GC remove GTK pre-2.8 code paths.Alexander Kurtakov8-353/+5
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod1-1/+1
2012-10-30Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti1-7/+0
2012-10-27cleanup region changes - use macros to redefine gdk_region_XXX in terms of ca...Silenio Quarti8-545/+0
2012-10-17missing new lineSilenio Quarti1-1/+1
2012-10-17compile on older versions of cairo - cairo_rectangle_int_t is missingSilenio Quarti1-0/+7
2012-10-17Replace GdkRegion with Cairo methods for GTK + 3.0 and higherAnatoly Spektor8-2/+611
2012-09-24Make 64-bit the default source codeSilenio Quarti2-274/+274
2012-09-17do not generate function count to avoid patch conflictsSilenio Quarti1-2/+3
2012-06-01Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod3-3/+3
2012-03-29need to be able to overwrite native package name (actual code)Silenio Quarti1-0/+2
2012-01-20remove compiler warningSilenio Quarti1-1/+1
2012-01-19cleanup before merging into masterSilenio Quarti1-1/+0
2012-01-18Fix Cairo XOR and drawImage width and heightBogdan Gheorghe1-13/+1
2012-01-17missing dynamic function namesSilenio Quarti1-1/+3
2012-01-17Add cairo_push_group and cairo_pop_groupBogdan Gheorghe4-3/+69
2012-01-17Draw Caret with CairoBogdan Gheorghe1-0/+1
2012-01-16have to mark dirty when creating from pixelsSilenio Quarti4-2/+25
2012-01-13adding cairo_surface_flush PISilenio Quarti4-5/+27
2011-10-21fix Control.setBackgroundImage()Silenio Quarti5-2/+38
2011-10-21support Images with xlib surface, performance of large images surfaces is badSilenio Quarti5-4/+43
2011-10-21make GC handle a cairo object, fix clipping, rename USE_CAIRO flagSilenio Quarti5-3/+75
2011-10-20create opaque image surfaces; target cairo 1.2 APIs; remove surfaceData fieldSilenio Quarti5-3/+111
2011-10-18merging to masterSilenio1-1/+1
2011-10-18Merge branch 'master' into Bug354978Silenio3-4/+6
2011-09-27Bug 345682 WebKit for GTK not detectedGrant Gayed2-5/+7

Back to the top