Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-28Enable search icon in SnippetExplorer's filter text fieldPaul Pazderski2-1/+1
2019-06-26Removes unsed import from FileViewerLars Vogel2-2/+12
2019-06-25Using multi-catchLars Vogel2-30/+7
2019-06-24Bug 474156 - Run API Tools builder in the Gerrit verification buildMickael Istria5-2/+10
2019-06-20Bug 548191: [GTK] Add color constant for disabled background andEric Williams1-0/+2
2019-06-19Bug 548320: [Mac] Add color constants for disabled background andLakshmi Shanmugam1-0/+4
2019-06-18Use String.contains instead of indexOfLars Vogel5-14/+14
2019-06-17StringBuilder instead of StringBufferLars Vogel1-2/+2
2019-06-174.13 update for org.eclipse.swt.examples.browser.demosLars Vogel2-2/+2
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationPaul Pazderski63-820/+820
2019-06-144.13 version updates ofPaul Pazderski6-6/+6
2019-06-14Stop using deprecated number constructors.Alexander Kurtakov1-4/+4
2019-06-10Bug 547935 - [Snippets] Add preview image for SWT SnippetsPaul Pazderski330-0/+0
2019-06-10Bug 547938 - [Snippets] Add recommendations to Snippet ReadmePaul Pazderski1-0/+19
2019-06-10Bug 547934 - [Snippets] Add SnippetExplorer to filter and launch SWTPaul Pazderski3-6/+1275
2019-06-10Bug 547937 - [Snippets] Update OpenGL Snippets for current libraryPaul Pazderski3-57/+52
2019-06-10Bug 547936 - [Snippets] Every Snippet should set a window titlePaul Pazderski303-133/+435
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseNiraj Modi5-5/+5
2019-06-05Bug 547938 - [Snippets] Move mouse over test Shell before startingPaul Pazderski1-0/+9
2019-06-05Bug 547938 - [Snippets] End daemon threads properly and do not rely onlyPaul Pazderski2-5/+11
2019-06-05Bug 547938 - [Snippets] Use empty Shell for Snippet explanationPaul Pazderski1-0/+4
2019-06-05Bug 547938 - [Snippets] Snippet13: do paint in paint listenerPaul Pazderski1-13/+14
2019-06-05Bug 547938 - [Snippets] Make Snippets reusable without class reloadPaul Pazderski2-5/+7
2019-06-04Bug 547938 - [Snippets] should not use System.exitPaul Pazderski2-5/+32
2019-05-19Bug 547304 - [cleanup] Fix wrong line delimitersPaul Pazderski7-921/+921
2019-04-24Bug 475833: Delete TableTree and related itemsLars Vogel1-3/+2
2019-04-23Version 4.12 update for org.eclipse.swt.examplesLars Vogel2-3/+3
2019-04-16Bug 545884 - [Win32] Remove TCHAR string wrapper (Part 1)Nikita Nemkin1-3/+2

Back to the top