summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 342102 - DBCS3.7 Eclipse disappears when entering DBCS characters in a ↵Felipe Heidrich2011-04-124-2/+43
| | | | text editor
* 'new version v3728a'v3728aFelipe Heidrich2011-04-111-0/+6
|
* Bug 342488 - Exception running webstart appSilenio Quarti2011-04-111-2/+2
|
* Bug 341282 -[bidi] setOrientation() on windows needs to recreate image lists ↵Felipe Heidrich2011-04-111-23/+32
| | | | [Button]
* fix javadocFelipe Heidrich2011-04-111-7/+5
|
* Bug 342197 - Control.getBorderWidth () always returns 0 (wrong border/focus ↵Silenio Quarti2011-04-114-2/+14
| | | | | | ring in DateTime) https://bugs.eclipse.org/bugs/show_bug.cgi?id=342197#c4
* Bug 342192 - PrintDialog crashes on xp if no printers are installedCarolyn MacLeod2011-04-111-14/+27
|
* Bug 341958 -Arabic: SWT (version 3.659) ignores the font set over style rangesFelipe Heidrich2011-04-111-9/+10
|
* Bug 342279 - Javadoc warning in N201104072000Felipe Heidrich2011-04-081-0/+1
|
* removing used importFelipe Heidrich2011-04-071-2/+0
|
* Bug 341538 - Setting GTK Look and Feel causes window to freeze when closed.Silenio Quarti2011-04-072-0/+14
| | | | https://bugs.eclipse.org/bugs/show_bug.cgi?id=341538
* Bug 336379 - Snippet345 is using the wrong example text.Silenio Quarti2011-04-071-1/+1
|
* Bug 275910 - [Widgets] PaintListener on Tree not invoked when item count is 0Silenio Quarti2011-04-063-0/+57
| | | | https://bugs.eclipse.org/bugs/show_bug.cgi?id=275910
* Bug 129928 -[XPD623][JJSU8EUBKN]Need setText (and getText) method on Text ↵Silenio Quarti2011-04-061-1/+8
| | | | | | widget which takes char[] input https://bugs.ottawa.ibm.com/show_bug.cgi?id=129928
* 'new version v3728'v3728Felipe Heidrich2011-04-041-0/+6
|
* Update current version from v3727 to v3728Felipe Heidrich2011-04-044-5/+5
|
* javadoc - mention where eventData is spec'dCarolyn MacLeod2011-04-041-0/+1
|
* Bug 341804 - Unclear javadoc reference to 'AccessibleAttribute'Carolyn MacLeod2011-04-041-26/+26
|
* Bug 341804 - Unclear javadoc reference to 'AccessibleAttribute'Felipe Heidrich2011-04-041-2/+2
|
* Bug 341134 - Tree#selectAll() should only select visible items (those ↵Felipe Heidrich2011-04-011-14/+8
| | | | without any collapsed parent)
* function is only available in gtk 2.4Silenio Quarti2011-04-013-0/+12
|
* Bug 341085 - swt tests timing out linux.gtk.x86 in N20110327-2000Silenio Quarti2011-04-0123-308/+445
|
* Bug 339132 - [Cocoa] GEF Thumbnail sync view broken in 3.7Silenio Quarti2011-03-3024-79/+94
|
* Bug 335011 - TaskItem#setMenu(..) keeps stale Tasks in Windows 7 task barFelipe Heidrich2011-03-301-13/+16
|
* Bug 341361 - tests failures in TextLayout#getNextOffsetFelipe Heidrich2011-03-301-0/+1
|
* Bug 341212 - Tree item sort column background not drawn when item selected ↵Felipe Heidrich2011-03-301-5/+1
| | | | or hot
* Bug 341282 -[bidi] setOrientation() on windows needs to recreate image lists ↵Felipe Heidrich2011-03-303-5/+27
| | | | (tabfolder part)
* Bug 334746 - [Presentations] [perfs] Performance regression in ↵Felipe Heidrich2011-03-297-18/+13
| | | | PresentationCreateTest* tests
* Bug 231465 - CTabFolder should share selectionHighlightGradientColorsCache ↵Carolyn MacLeod2011-03-291-7/+19
| | | | | | across instances additional fix for multiple displays
* 'new version v3727'v3727Felipe Heidrich2011-03-281-0/+6
|
* Update current version from v3726 to v3727Felipe Heidrich2011-03-284-5/+5
|
* Bug 341085 - swt tests timing out linux.gtk.x86 in N20110327-2000 ↵Silenio Quarti2011-03-282-40/+52
| | | | (TEMPORARY FIX)
* Bug 335011 - TaskItem#setMenu(..) keeps stale Tasks in Windows 7 task barFelipe Heidrich2011-03-281-0/+10
|
* javadoc for set[Selection]BackgroundCarolyn MacLeod2011-03-281-15/+15
| | | | | plus change == to .equals plus move short-circuit to before set selection highlight to null
* Bug 231465 - CTabFolder should share selectionHighlightGradientColorsCache ↵Carolyn MacLeod2011-03-281-11/+44
| | | | across instances
* Bug 243894 - Debug view should not scroll to right when breakpoint is hitSilenio Quarti2011-03-251-2/+17
|
* 270490 - A web page opened in embedded Mozilla Browser could move/resize ↵Grant Gayed2011-03-241-5/+13
| | | | Shell window
* Bug 327260 - Often can't see focus ring in Trees on Windows 7Felipe Heidrich2011-03-241-6/+6
|
* surrogate fixesSilenio Quarti2011-03-231-1/+1
|
* surrogate fixesFelipe Heidrich2011-03-232-37/+70
|
* fix getOffset() for surrogatesFelipe Heidrich2011-03-231-2/+22
|
* fix getBounds(int,int) for surrogatesFelipe Heidrich2011-03-231-0/+20
|
* fix getLocation for surrogatesFelipe Heidrich2011-03-231-0/+21
|
* 340799 - WebKit on Windows crashes with IBM JREGrant Gayed2011-03-231-1/+1
|
* 340799 - WebKit on Windows crashes with IBM JREGrant Gayed2011-03-235-35/+41
|
* Bug 65899 - [StyledText] StyledText Supplementary/Surrogate character navigationFelipe Heidrich2011-03-2313-107/+379
|
* fix navigation over surrogates pairsFelipe Heidrich2011-03-231-3/+10
|
* Bug 340603 - Selection under cocoa draws wrong in wrapped TextLayoutFelipe Heidrich2011-03-221-4/+6
|
* 'new version v3726'v3726Felipe Heidrich2011-03-211-0/+6
|
* Update current version from v3725 to v3726Felipe Heidrich2011-03-214-5/+5
|