Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod1-1/+1
2013-03-20Bug 399560 - [GTK3] CoolBar item handles only shown when CoolBar style ↵Silenio Quarti1-1/+1
includes SWT.FLAT
2011-05-27Javadoc bash pre-RC4Carolyn MacLeod5-32/+58
2011-05-16Bug 345279 - Do the annual javadoc/copyright bash for 3.7Carolyn MacLeod12-23/+13
2011-05-10Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod8-8/+8
2011-05-09After javadoc bash for 3.7RC1AFTER_JAVADOC_BASH_FOR_37RC1Carolyn MacLeod6-16/+181
2011-03-08remove API under construction warningCarolyn MacLeod1-3/+0
2011-03-03Bug 338825 - Rename Display.getAppMenuBar() to getMenuBar().Silenio Quarti1-1/+1
2011-03-03Bug 329456 - Add API to access the application menu (Mac) and system menu ↵Silenio Quarti2-0/+53
(win32/gtk)
2011-02-28Bug 338448 - Control.setTouchEventsEnabled(boolean)/isTouchEnabled() not ↵Felipe Heidrich2-33/+34
consistent
2011-01-17Add isTouchEnabled() for all other platforms.Scott Kovatch1-0/+21
2011-01-17279884 - stub APIs for touchScott Kovatch2-0/+83
2010-12-22Bug 333002 - Composite#minimumSize ignores clientArea originSilenio Quarti1-2/+3
2010-12-21Fix addGestureListener's javadoc. Wrong description used.Scott Kovatch1-4/+8
2010-12-20279884 - implement Mac portion of gesture support, and add stubs for all ↵Scott Kovatch1-0/+49
other platforms.
2010-12-02Bug 118659 - [Layout] Issues with algorithm in GridLayout.layout and ↵Carolyn MacLeod1-2/+2
Composite.computeSize
2010-10-18Bug 326861 - Composite#setLayoutDeferred missing a checkWidget callFelipe Heidrich1-0/+1
2010-10-13222859 - NSToolbar-based ToolBar on Cocoa. Added Shell.getToolBar() for all ↵Scott Kovatch1-0/+23
platforms (mostly null right now).
2010-09-22Bug 297412 - Need setText (and getText) method on Text widget which takes ↵Lakshmi Shanmugam1-0/+40
char[] input
2010-09-20284028 - app menu bar supportScott Kovatch1-0/+17
2010-07-28Bug 320484 - Weak FontData hashCodeSilenio Quarti1-1/+1
2010-05-31Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod4-4/+4
2010-05-26Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod26-52/+283
2010-04-13305742 - Fields that should not be referenced by clients should have ↵Grant Gayed15-1/+78
@noreference javadoc
2010-03-04small fix for released 303615 fixGrant Gayed1-1/+1
2010-03-04303615 - Some traverse events in Browser are missing character, state mask ↵Grant Gayed1-0/+176
and key code
2010-02-10Bug 293228 - show progress in the Eclipse icon on the Windows 7 Task BarFelipe Heidrich1-0/+5
2010-01-18Bug 292893 - Shell default button may be disposed, causing ↵Silenio Quarti1-0/+1
IllegalArgumentException
2009-11-19Bug 295449 - Compiler warnings in I20091117-1545Felipe Heidrich1-1/+0
2009-11-18260406 - e4 CSS: widgets need to notify CSS to apply style informationBogdan Gheorghe1-1/+0
2009-11-17Bug 241482 - [Bidi] Need to extend BidiSegmentListenerFelipe Heidrich1-0/+24
2009-11-17295368 - I20091117-0800 crashes on startup with widget disposed exceptionBogdan Gheorghe1-1/+1
2009-11-12260406 - e4 CSS: widgets need to notify CSS to apply style informationBogdan Gheorghe17-0/+212
260407 - e4 CSS: css attribute storage and notification
2009-10-29Bug 115432 - [Graphics] TextLayout.setIndent not supporting "out-denting"Felipe Heidrich1-1/+18
2009-10-23Bug 65679 - SelectionEvent.stateMask remains 0 even Ctrl (Shift, Alt) were ↵Felipe Heidrich1-0/+12
pressed during push operation on button
2009-10-20making new layout() API publicSilenio Quarti1-1/+1
2009-10-20Bug 103863 - Support encapsulation in SWT layout mechanismSilenio Quarti2-34/+87
2009-10-19 Bug 40258 - Position in editor overview ruler does not align with scrollbarSilenio Quarti1-0/+31
2009-08-24276416 - F16-F19 unusable as shortcut keys in General -> KeysSilenio Quarti1-0/+5
2009-08-17276892 - GC.setLineAttributes() uses caps const instead of joinSilenio Quarti1-6/+6
2009-08-14Bug 108236: Spinner does not allow min == maxFelipe Heidrich1-3/+3
2009-07-01restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti60-0/+50093
2009-06-30*** empty log message ***Felipe Heidrich60-50093/+0
2009-05-29After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod46-46/+46
2009-05-27After javadoc bash for 3.5RC3v3549aBEFORE_COPYRIGHT_BASH_FOR_35RC3AFTER_JAVADOC_BASH_FOR_35RC3Carolyn MacLeod46-55/+239
2009-04-17272391 - Support Sheets for dialogsSilenio Quarti1-4/+36
2009-04-15272259 - NPE in Display.runAsyncMessages(..) on quitSilenio Quarti1-1/+1
2009-03-05oops, accidentally commented out setParent()Steve Northover1-3/+0
2009-03-05109849 - Mac Window Modified on ShellSteve Northover1-1/+38
2009-01-31250575 - File -> Switch Workspace -> Other... does not work the first timeGrant Gayed1-1/+3

Back to the top