Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-24Bug 497962 - Use lambdas where possibleAlexander Kurtakov17-522/+343
2016-07-15Bug 485120 - IllegalArgumentException in TextLayout.getStyleNiraj Modi1-6/+10
2016-05-12Bug 493462: [HiDPI] Improve autoScale method, default deviceZoom, and system ...Markus Keller1-1/+1
2016-05-06Bug 452141 - IllegalArgumentException in TextLayout._getOffsetNiraj Modi1-1/+1
2016-04-12Bug 387118 - CTabFolder using non-API of CTabFolderRenderer Marco Hunsicker1-1/+1
2016-03-31Bug 490699 - Prefer usage of Integer.valueOf() over new Integer inY20160331-1000Lars Vogel2-2/+2
2016-03-15Bug 488172 comment 6: [word wrap] [StyledText] getPointAtOffset()Markus Keller1-2/+4
2016-03-12Bug 479614 - [Graphics] HiDPI support for eclipse platformNiraj Modi3-20/+22
2016-03-11Bug 123770 - [StyledText] StyledText::getTopIndex wrong when only one line is...Stefan Xenos1-1/+1
2016-03-07Bug 487254 - StyledText.getTopIndex() can return negative valuesStefan Xenos1-0/+26
2016-03-02Bug 488172 - [word wrap] [StyledText] getPointAtOffset() returns wrongAndrey Loskutov1-1/+16
2016-02-10Bug 487556 - Remove redundant type parematers Alexander Kurtakov2-5/+5
2016-02-10Bug 483640 - Add missing annotations to SWT after the move to Java 7Alexander Kurtakov22-21/+119
2016-01-21Bug 484525: StyledText sends unexpected selection changed eventMarkus Keller1-3/+8
2016-01-21Bug 483688 - [CTabFolder] Icon of toolbar menu croppedEugen Neufeld1-1/+4
2016-01-15Bug 485722: [cocoa] Moving cursor with arrow keys on Mac OS not working in "W...Markus Keller1-0/+3
2016-01-07Bug 485367 - Cleanup SWT code: whitespaceAndrey Loskutov57-1593/+1593
2016-01-07Bug 485367 - Cleanup SWT code: whitespaceAndrey Loskutov1-940/+940
2016-01-04Bug 485110 - Remove Cloneable/Serializable compat interfaces Alexander Kurtakov1-2/+1
2015-12-28Bug 482476 - [StyledText] computeSize takes into account alignmentMarginThorsten Hake1-1/+1
2015-12-16Bug 484484 - Remove org.eclipse.swt.internal.Compatibility classAlexander Kurtakov1-1/+1
2015-12-08Revert "Bug 465280 - [GTK3] OS.gtk_widget_get_allocation returns (0,0) for in...Arun Thondapu2-19/+5
2015-12-04Bug 465280 - [GTK3] OS.gtk_widget_get_allocation returns (0,0) for invisible ...Snjezana Peco2-5/+19
2015-12-04[Bug 467463] [BiDi] Implement contextual base text direction forLina Kemmel2-2/+4
2015-11-23Bug 463924 - Hashtable -> HashMap, MapJacek Sieka1-13/+13
2015-10-15Bug 475833 - Delete TableTree and related itemsAlexander Kurtakov3-1/+7
2015-10-06Bug 465644 - [GTK3] Investigate a GTK+ specific fix outside CTabFolderNiraj Modi1-5/+2
2015-10-05Bug 477798 - [Win32][Cocoa]CTabFolder has wrong initial sizeNiraj Modi1-1/+1
2015-09-28Revert "Bug 474444 - Active part stack not visible when Theming is disabled"Markus Keller2-21/+0
2015-09-14Revert "Bug 475833: Delete TableTree and related items"I20150914-1130Markus Keller3-0/+1977
2015-09-10Bug 452141 - IllegalArgumentException in TextLayout._getOffsetNiraj Modi1-2/+2
2015-08-27Bug 474444 - Active part stack not visible when Theming is disabledMarkus Keller1-2/+1
2015-08-27Bug 474444 - Active part stack not visible when Theming is disabledSopot Cela2-0/+22
2015-08-26Bug 475833 - Delete TableTree and related itemsLars Vogel3-1977/+0
2015-07-31Bug 458863 - [Common] Replace Vector with ArrayList and friendsJacek Sieka2-8/+10
2015-07-08Bug 471192 (Part2)- ArrayIndexOutOfBoundsException inNiraj Modi1-1/+1
2015-07-03Bug 471192 - ArrayIndexOutOfBoundsException inNiraj Modi1-2/+7
2015-05-20Bug 433817 - Shell#setText with newlines (\n) causes the shell title toNiraj Modi2-4/+4
2015-05-19Bug 433817 - Shell#setText with newlines (\n) causes the shell title toI20150519-1000Niraj Modi2-4/+4
2015-05-15Bug 433817 - Shell#setText with newlines (\n) causes the shell title toNiraj Modi1-1/+7
2015-05-14Bug 433817 - Shell#setText with newlines (\n) causes the shell title toI20150514-1000Niraj Modi2-0/+6
2015-04-24Bug 388126 - [CCombo] Popup list shows empty space at the bottomNiraj Modi1-3/+10
2015-03-31Bug 460744 - CTabFolder forces relayout on parent when tab is addedNiraj Modi1-2/+6
2015-03-27Bug 462091 - Non-MRU Editor tab order doesn't keep originally opened tabAndrey Loskutov1-3/+50
2015-03-26Bug 460744 - CTabFolder forces relayout on parent when tab is addedAndrey Loskutov1-1/+1
2015-03-25Bug 462667 - Remove references to Motif in SWT code and commentsAlexander Kurtakov2-28/+4
2015-03-23Bug 455263 - Retire Eclipse SWT/wpfLars Vogel1-3/+3
2015-02-26Bug 460943 - Do not suppress warningsAlexander Kurtakov1-7/+6
2015-02-24Javadoc fix (for bug 460146: Generate Javadoc with Java 8)Markus Keller1-3/+4
2015-02-05Bug 458863 - Replace Vector with ArrayList where appropriateJacek Sieka2-18/+18

Back to the top