K+ 2 to GTK+ 3
summaryrefslogtreecommitdiffstats
path: root/bundles
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 381333 - MouseExit event is not received in shell with style SWT.ON_TOPSilenio Quarti2012-06-211-0/+9
|
* Use gtk_scrolled_window_get_[h|v]scrollbar functions for GTK >= 2.8.Alexander Kurtakov2012-06-217-7/+110
| | | | | | | The old way of accessing the struct directly is ifdefed as the struct can not be accessed directly in GTK 3. With this change if SWT is compiled against newer GTK it will not run for pre GTK 2.8.
* Bug 164033 - Tree#setSelection() is sending out Expand-EventsSilenio Quarti2012-06-201-1/+6
|
* drawText does not respect background patternSilenio Quarti2012-06-201-7/+14
|
* Bug 113342 - Disposing a font still in use by a GC causes crashesSilenio Quarti2012-06-201-0/+1
|
* Bug 383069 - SWT Cocoa's URLTransfer does not return correct file url on Mac ↵Silenio Quarti2012-06-204-0/+11
| | | | OS X
* JNI generator changeSilenio Quarti2012-06-191-2/+2
|
* Use Cairo instead of deprecated functions in ToolTip widget.Anatoly Spektor2012-06-196-3/+93
|
* Make gdk_draw_image dynamicAnatoly Spektor2012-06-18