Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-19Bug 547304 - [cleanup] Fix wrong line delimitersPaul Pazderski2-328/+328
2019-04-24Bug 475833: Delete TableTree and related itemsLars Vogel3-1990/+0
2019-04-23Bug 466511: Replace dropdown menu custom drawing with pngMatthias Becker1-2/+13
2019-04-19Bug 493148 - [Win32] Non-editable StyledText can be changed by typing Chinese...Thomas Singer1-0/+8
2019-04-15Revert "Bug 466511: Replace dropdown menu custom drawing with png"Eric Williams1-13/+2
2019-04-12Bug 466511: Replace dropdown menu custom drawing with pngMatthias Becker1-2/+13
2019-04-05Bug 545073 - [GTK] MouseNavigation pastes text on middle clickLaurent CARON2-16/+38
2019-03-21Bug 545528 - JavaDoc for StyledTextContent#getLineAtOffset(int) isPaul Pazderski1-3/+25
2019-03-19BugĀ 481814 - [Win32][StyledText] IllegalArgumentException clearingConrad Groth1-0/+1
2019-03-04Bug 542777 - Mouse Navigation for Styled TextLaurent CARON1-16/+25
2019-02-26Revert "Revert "Bug 541415 - setLineVerticalIndent makes getTopPixel fail""Mickael Istria1-0/+3
2019-02-26Revert "Bug 541415 - setLineVerticalIndent makes getTopPixel fail"Dani Megert1-3/+0
2019-02-26Bug 541415 - setLineVerticalIndent makes getTopPixel failMickael Istria1-0/+3
2019-02-18Bug 543933 - Build javadocs with Java 11Alexander Kurtakov4-39/+39
2019-02-16Bug 543933 - Build javadocs with Java 11Alexander Kurtakov2-5/+5
2019-02-16Bug 543933 - Build javadocs with Java 11Alexander Kurtakov2-7/+3
2019-02-15Bug 543933 - Build javadocs with Java 11Alexander Kurtakov9-32/+34
2019-02-14Bug 542777 - Mouse Navigation for Styled TextLaurent Caron2-1/+327
2019-02-13Bug 543933 - Build javadocs with Java 11Alexander Kurtakov8-14/+8
2019-02-04Bug 48020 - added range checks in StyledTextRenderer.textChanging()Andrey Loskutov1-2/+8
2019-02-01Revert "Bug 501491 - Draw close button with antialiasing."Andrey Loskutov1-3/+0
2019-01-30Bug 501491 - Draw close button with antialiasing.Mike Marchand1-0/+3
2018-11-19Bug 541293 - Bundle version warning for SWTAndrey Loskutov2-4/+4
2018-11-16Bug 539618 - [StyledText] Allow to define a top margin for a given lineangelozerr5-4/+125
2018-10-30Bug 494453 Part2 - [HiDPI] Update Javadocs that talk about pixels toNiraj Modi1-28/+28
2018-10-23Bug 494453 Part1 - [HiDPI] Update Javadocs that talk about pixels toNiraj Modi4-19/+19
2018-10-12Bug 534123 - Increase CACHE_SIZEKarsten Thoms1-1/+1
2018-09-13Bug 538456: CTabFolder chevron ellipsis for no. of tabs truncatedMatthias Becker1-52/+57
2018-09-12Bug 529534 - View content not fully updated after closing CTabFolder tabSimeon Andreev1-0/+1
2018-09-05Bug 535068: [Dark Theme] CTabFolder Chevron looks badMatthias Becker1-9/+4
2018-08-21Bug 530393 - EPL 2.0 update for SWT bundlesLars Vogel63-189/+378
2018-07-28Bug 532632 - added guard for disposed shell in BusyIndicatorAndrey Loskutov1-43/+53
2018-07-26Bug 532632 - Display.getShells() should not return disposed shellsAndrey Loskutov1-15/+16
2018-07-03Bug 536234 - [syntax highlighting] single char update not renderedMickael Istria1-6/+12
2018-04-26Bug 534080 - [StyledText] java.lang.IllegalArgumentException: Index outazerr1-6/+8
2018-04-13Bug 533124 - Allow multi line text in CTabFolder.I20180413-2000ncazottes3-2/+14
2018-04-10Bug 532063: Replace calls to getAverageCharWidth() withLakshmi Shanmugam1-2/+2
2018-03-28Bug 531097 - [Win32] Remove support for Windows before VistaNikita Nemkin1-33/+1
2018-03-27Bug 532632 - showWhile(): add disposal checkKarsten Thoms1-16/+15
2018-03-16Bug 530019 - StyledText.setStyleRange resets less cacheMickael Istria2-6/+143
2018-03-14Bug 532173 - [StyledText] Wrong caret bounds with variable heightMickael Istria1-11/+45
2018-03-14Revert "Bug 532173 - [StyledText] Wrong caret bounds with variable height"Mickael Istria1-45/+11
2018-03-14Bug 532173 - [StyledText] Wrong caret bounds with variable heightMickael Istria1-11/+45
2018-03-06Bug 532063: Replace calls to getAverageCharWidth() withLakshmi Shanmugam3-3/+3
2018-03-01Bug 531639 - [StyledText] Improve performance on load whenangelozerr2-3/+27
2018-02-20Bug 531032 - [StyledText] StyledTextRenderer#isVariableHeight bug &angelozerr3-21/+32
2018-02-12Bug 519015 - Tab after 4 spaces is not visibleSravan Kumar Lakkimsetti1-1/+4
2018-02-12Bug 531032 - [StyledText] Fix StyledTextRenderer#isVariableHeightangelozerr1-1/+1
2018-02-09Bug 529570 - Performance problem with StyledText and line spacingangelozerr1-1/+61
2018-02-01Bug 530611 - Simplify code of StyledTextRenderer with LineSizeInfo classangelozerr1-41/+110

Back to the top