Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-01[dogfooding][cleanup] Use static inner class clean upLars Vogel2-2/+2
2021-04-01Bug 571571 part2 - [Win32] Migrate FileDialog to COM-based APINiraj Modi1-3/+3
2021-03-23Break loop early in TextEditor exampleLars Vogel1-1/+4
2021-03-194.20 update of org.eclipse.swt.examplesLars Vogel2-2/+2
2021-03-19Bug 571966 - Improve Snippet314 behavior to show visual clues if editorNiraj Modi2-4/+16
2021-03-18Bug 571698 - Enable API check for new bundles introduced in 4.19Sravan Kumar Lakkimsetti1-4/+0
2021-03-05Bug 571689 - POM and product version change for 4.20 releaseAlexander Kurtakov5-5/+5
2021-02-05[Cleanup] Use Integer.toString directly in SWT examplesLars Vogel2-6/+6
2021-02-05[Cleanup] Use parseInt in swt examplesLars Vogel4-21/+21
2021-02-05[Cleanup] Redundant substring() operationLars Vogel1-1/+1
2021-02-03Bug 570838 - Fix invalid URL in Snippet327Niraj Modi1-2/+2
2021-01-20Bug 74001 - Allow customizing the maximum size of a ShellAlexandra Buzila3-3/+3
2021-01-12Bug 570268 - Move bundles to Java 11 where neededAlexander Kurtakov4-7/+10
2021-01-12Bug 570268 - Move bundles to Java 11 where neededAlexander Kurtakov4-7/+10
2021-01-12Bug 570268 - Move bundles to Java 11 where neededAlexander Kurtakov3-6/+9
2021-01-12Bug 570268 - Move bundles to Java 11 where neededAlexander Kurtakov4-7/+10
2020-12-03Bug 569318 - POM and product version change for 4.19 releaseSravan Kumar Lakkimsetti5-5/+5
2020-11-18Disabled serialized uid warnings for snippets.Alexander Kurtakov1-1/+9
2020-11-03Remove unnecessary dispose calls on ColorLars Vogel6-25/+4
2020-09-23Use isEmpty in BallTab exampleLars Vogel1-1/+1
2020-09-23Removes unnecessary Color#dispose calls from CTabFolderTab examplesLars Vogel1-4/+0
2020-09-224.18 update of org.eclipse.swt.examples/Lars Vogel2-2/+2
2020-09-03Bug 566356 - POM and product version change for 4.18 releaseAlexander Kurtakov5-5/+5
2020-08-17Bug 565526 - [win32] Comments with CJK text are not rendered when usedNiraj Modi1-0/+16
2020-08-16Bug 565208: Remove calls to Color.disposeLars Vogel2-51/+18
2020-08-14Bug 565208: Remove calls to Color.disposeLars Vogel15-81/+6
2020-06-11Bug 563560: Stop using Color constructors which take a deviceJonah Graham22-78/+76
2020-06-11Version bump for 4.17 of org.eclipse.swt.examplesAlexander Kurtakov2-2/+2
2020-06-05Bug 563840 - POM and product version change for 4.17 releaseSravan Kumar Lakkimsetti5-5/+5
2020-05-22Bug 562165 - [Win32] Text editor should support ligatures on WindowsNiraj Modi2-6/+4
2020-05-15[trivial] Remove redundant instanceof/castJonah Graham1-4/+3
2020-05-11Bug 560197 - Remove SWT.MOZILLA related codeNikita Nemkin4-6/+2
2020-05-11Bug 562165 part3 - [Win32] Text editor should support ligatures onNiraj Modi2-4/+7
2020-05-08Bug 562165 part2 - [Win32] Text editor should support ligatures onNiraj Modi2-0/+67
2020-05-01Add content color and tab height to ControlExample CTabFolder TabPaul Pazderski4-5/+122
2020-03-30Bug 168557 - [StyledText] StyledText is very slow with long string +Conrad Groth2-0/+60
2020-03-06Bug 560872 - POM and product version change for 4.16 releaseMat Booth5-5/+5
2020-01-25Make color and cursor table in ControlExample scrollablePaul Pazderski1-2/+4
2020-01-25Bug 559458 - Add Cursors section to ControlExample Colors tabNikita Nemkin1-6/+60
2020-01-10Use System.lineSeparator()Alexander Kurtakov1-1/+1
2019-12-11Use jdk 5 for-each loopCarsten Hammer7-18/+15
2019-12-11Replace occurrences of manual array copying via for loopCarsten Hammer1-3/+1
2019-12-11Version increments for 4.15 streamKarsten Thoms7-7/+7
2019-12-11Use jdk 5 for-each loopCarsten Hammer44-144/+127
2019-12-06Bug 553742 - POM and product version change for 4.15 releaseY20191208-2315I20191209-1110Niraj Modi5-5/+5
2019-11-19Bug 349112 - Allow setting alignment on CCombo text fieldPaul Pazderski3-8/+26
2019-10-17Move away of deprecated AbstractUIPlugin.getWorkbench.Alexander Kurtakov1-2/+3
2019-09-25Bug 551438 - Fix files that have ended up with CRLF in the gitEd Merks2-170/+170
2019-09-06Bug 550767 - POM and product version change for 4.14 releaseNiraj Modi5-5/+5
2019-07-05Using indexOf char instead of indexOf StringLars Vogel1-1/+1

Back to the top