Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-10Bug 304893 - [Custom Widgets] READ_ONLY CCombo does not de-select textIan Pun1-7/+10
2017-07-31Bug 519996 - Widget is disposed exception when closing shell withIan Pun1-2/+6
2016-09-16Bug 69650 - Focus lost when focused widget is disposedIan Pun1-1/+2
2016-07-24Bug 497962 - Use lambdas where possibleAlexander Kurtakov1-48/+39
2016-02-10Bug 483640 - Add missing annotations to SWT after the move to Java 7Alexander Kurtakov1-1/+4
2016-01-07Bug 485367 - Cleanup SWT code: whitespaceAndrey Loskutov1-66/+66
2015-12-08Revert "Bug 465280 - [GTK3] OS.gtk_widget_get_allocation returns (0,0) for in...Arun Thondapu1-9/+2
2015-12-04Bug 465280 - [GTK3] OS.gtk_widget_get_allocation returns (0,0) for invisible ...Snjezana Peco1-2/+9
2015-05-20Bug 433817 - Shell#setText with newlines (\n) causes the shell title toNiraj Modi1-3/+3
2015-05-19Bug 433817 - Shell#setText with newlines (\n) causes the shell title toI20150519-1000Niraj Modi1-3/+3
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 Modi1-0/+3
2015-04-24Bug 388126 - [CCombo] Popup list shows empty space at the bottomNiraj Modi1-3/+10
2014-09-22Bug 444725 - Remove carbon support from swtAlexander Kurtakov1-9/+7
2013-12-03Add missing @Override annotations.Alexander Kurtakov1-0/+35
2012-11-06Bug 250948 - NPE in CCombo.isDroppedCarolyn MacLeod1-1/+1
2012-11-05Bug 250948 - NPE in CCombo.isDroppedCarolyn MacLeod1-1/+1
2012-06-01Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod1-1/+1
2012-04-30Bug 99718-Very long text in CCombo causes vertical scroll bar toLakshmi Shanmugam1-7/+8
2012-04-30Bug 377155-CCombo dropdown list can go off the top screen boundAnnika Karjakina1-1/+11
2012-03-10Mac VoiceOver calls menuForEvent. Fix CCombo.Carolyn MacLeod1-1/+9
2012-03-10bug 110005 MacCarolyn MacLeod1-0/+3
2011-11-16Bug 363801 - CCombo has a bad initial visibleItemCountCarolyn MacLeod1-0/+8
2011-09-23fix permission of filesSilenio1-0/+0
2011-05-10Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod1-1/+1
2011-02-16Bug 335134 - CCombo: floating list pop-up on ALT+TABLakshmi Shanmugam1-21/+26
2011-02-09Bug 320636 - CCombo setFocus does not workLakshmi Shanmugam1-1/+1
2010-08-24Bug 320064 - StyledText and CCombo should also use preceding CLabel as acces...Carolyn MacLeod1-14/+14
2010-05-31Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod1-1/+1
2010-05-11Bug 118049 - CCombo in form : dropdown scrolling causes parent shell to scrol...Lakshmi Shanmugam1-1/+31
2010-03-08305070 - CCombo should not throw away event.doit of forwarded eventsBogdan Gheorghe1-0/+2
2010-01-15Bug 119192 - [CCombo] CCombo Mouse problem (listeners not fired)Lakshmi Shanmugam1-38/+57
2010-01-14299302 - Cannot Uppercase text CCombo in VerifyListenerKevin Barnes1-0/+1
2010-01-14Bug 246505 - If install key listener to CCombo, it can not traverse out usin...Lakshmi Shanmugam1-0/+12
2009-10-15propagate keyLocation infoFelipe Heidrich1-0/+7
2009-10-01revertKevin Barnes1-38/+23
2009-10-01*** empty log message ***Kevin Barnes1-23/+38
2009-07-01restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti1-0/+1793
2009-06-30*** empty log message ***Felipe Heidrich1-1793/+0
2008-11-21Bug 255282: SWTException thrown from CComboFelipe Heidrich1-2/+17
2008-08-25Bug 49996 - [CCombo] CCombo, CLabel - Custom widgets are nulling internal slo...Duong Nguyen1-0/+4
2008-07-10Bug 235968 - CCombo class should not be finalDuong Nguyen1-2/+2
2008-07-09Bug 235968 - CCombo class should not be finalDuong Nguyen1-0/+9
2008-07-08Bug 235968 - CCombo class should not be finalDuong Nguyen1-1/+1
2008-07-08Bug 236634 - Cannot dismiss attribute type comboDuong Nguyen1-2/+2
2008-06-05After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod1-1/+1
2008-06-04232625 - SWT/JFace - Lack of examples in API;Carolyn MacLeod1-0/+1
2008-06-04232625 - SWT/JFace - Lack of examples in APICarolyn MacLeod1-0/+1
2008-06-02232625 - SWT/JFace - Lack of examples in APICarolyn MacLeod1-0/+2
2008-05-29Bug 234437 - CCombo#setVisible() doesn't check if the popup shell is disposedDuong Nguyen1-1/+3

Back to the top