summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * handle missing Arch variable on 32-bit MacGrant Gayed2012-02-243-8/+50
| |
* | clean upFelipe Heidrich2012-02-271-0/+1
| |
* | removing more extra checksFelipe Heidrich2012-02-241-16/+9
| |
* | removing extra checksFelipe Heidrich2012-02-241-46/+22
| |
* | remove extra tests in gtkFelipe Heidrich2012-02-241-40/+25
| |
* | fixFelipe Heidrich2012-02-241-1/+1
| |
* | Merge branch 'master' into bug230854Felipe Heidrich2012-02-2419-30/+271
|\|
| * remove unused imports, fix some whitespaceGrant Gayed2012-02-247-12/+6
| |
| * Bug 355341-[10.7] TabFolder doesn't look nativeLakshmi Shanmugam2012-02-242-8/+16
| | | | | | (selected item's text not inverted)
| * Bug 355683-[10.7]API to tell whether scrollbars areLakshmi Shanmugam2012-02-241-0/+2
| | | | | | overlay(OS.java changes)
| * Bug 355683-[10.7]API to tell whether scrollbars are overlayLakshmi Shanmugam2012-02-244-0/+92
| |
| * recommitGrant Gayed2012-02-231-1/+0
| |\
| | * formattingGrant Gayed2012-02-231-3/+3
| | |
| * | move implementation from Platform to LibraryGrant Gayed2012-02-239-98/+76
| |/
| * Bug 292062 - Provide a way to dynamically introspect an SWT port infoGrant Gayed2012-02-235-7/+143
| |
| * Bug 372268 - the "message" in a Text with SEARCH style is inaccessibleCarolyn MacLeod2012-02-222-2/+34
| |
| * Enable Cairo graphics by defaultBogdan Gheorghe2012-02-211-1/+1
| |
* | review bug230854, changes to API, fix code to handle surrogates in linux, ↵Felipe Heidrich2012-02-2412-74/+99
| | | | | | | | other fixes
* | Merge branch 'master' into bug230854Felipe Heidrich2012-02-14103-1735/+2892
|\|
| * Update DialogTabCarolyn MacLeod2012-02-142-44/+68
| |
| * v3821v3821bSilenio Quarti2012-02-131-0/+6
| |
| * Bug 354978 - Use Cairo as backend for graphics operations (cairo in Text.java)Silenio Quarti2012-02-131-4/+12
| |
| * v3821v3821aSilenio Quarti2012-02-065-5/+11
| |
| * Bug 354978 - Use Cairo as backend for graphics operations (comment#19)Silenio Quarti2012-02-061-1/+1
| |
| * Bug 354978 - Use Cairo as backend for graphics operations (comment#18)Silenio Quarti2012-02-063-4/+1
| |
| * Bug 362133 - tray item show highlight image not workingSilenio Quarti2012-02-021-2/+8
| |
| * Bug 370355 - Combo does not show focus ring in some casesFelipe Heidrich2012-02-011-0/+7
| |
| * Bug 338975 - [SWT OS X Cocoa] Eclipse causes WindowServer to consume memorySilenio Quarti2012-02-011-1/+2
| |
| * Bug 368710 - ProgressBar created with SWT.INDETERMINATE does not pause on ↵Felipe Heidrich2012-02-011-1/+5
| | | | | | | | Windows XP
| * Bug 363309-Key events posted with Display.post() do not honorLakshmi Shanmugam2012-02-012-4/+4
| | | | | | Shiftkey state
| * Make gdk_pango_context_set_colormap dynamic.Alexander Kurtakov2012-01-315-2/+22
| | | | | | | | | | This function needs to be called only on GTK versions prior to 2.6. On newer versions the colormap is set automatically.
| * Get rid of gtk_calendar_display_options.Alexander Kurtakov2012-01-315-41/+3
| | | | | | | | | | This function has been used only for pre-2.4 GTK, is deprecated for long time and is removed in GTK 3.
| * Bug 368757 - Using ESC as accelerator does not work on OS X, but onSilenio Quarti2012-01-315-3/+23
| | | | | | Windows
| * Bug 369599 - Weird window flash when opening tooltipSilenio Quarti2012-01-311-1/+4
| |
| * 368993 - Label with size hint {0, 0} layouted to {64, 64}Bogdan Gheorghe2012-01-316-7/+9
| |
| * Bug 358022-Set text editor background to black, mouseLakshmi Shanmugam2012-01-316-7/+53
| | | | | | cursor becomes invisible
| * snippet361 cross-platform shell sizeCarolyn MacLeod2012-01-271-1/+2
| |
| * pack shellCarolyn MacLeod2012-01-271-1/+4
| |
| * fill Canvas background with white before drawingCarolyn MacLeod2012-01-261-3/+7
| |
| * Bug 369757 - [3.7.x] GLCanvas maintenance fix causesSilenio Quarti2012-01-261-2/+5
| | | | | | | | NullPointerException when changing parent on Mac
| * update commentsCarolyn MacLeod2012-01-251-1/+3
| |
| * use java2d to modify awt image displayed in swt guiCarolyn MacLeod2012-01-251-0/+198
| |
| * v3820v3820aSilenio Quarti2012-01-251-0/+6
| |
| * 357559 - [4.2] CTabFolders in some views show overly-large buttons or cheeseBogdan Gheorghe2012-01-252-3/+7
| |
| * Bug 356414 - TreeItem.setExpanded(false) can cause blank lines in aSilenio Quarti2012-01-253-12/+13
| | | | | | virtual tree.
| * v3820v3820Silenio Quarti2012-01-205-5/+11
| |
| * Bug 369228 - Kill pre GTK 2.4 leftovers from Tree. (review)Silenio Quarti2012-01-205-68/+3
| |
| * Kill pre GTK 2.4 leftovers from Tree.Alexander Kurtakov2012-01-201-128/+14
| | | | | | | | Code is not used and just keeps calls to deprecated functions in GTK.
| * Bug 369227 - Kill pre GTK 2.4 leftovers from List. (review)Silenio Quarti2012-01-201-10/+2
| |
| * Kill pre GTK 2.4 leftovers from List.Alexander Kurtakov2012-01-201-53/+2
| | | | | | | | | | This cleanups the code and eases the task to remove deprecated gtk functions usage.