summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Composite.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-251-1/+1
* Make 64-bit the default source codeSilenio Quarti2012-09-241-15/+15
* Bug 387338 - Cocoa: [New SWT style required]single click only bring aSilenio Quarti2012-09-061-0/+7
* fix permission of filesSilenio2011-09-231-0/+0
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* 279884 - touch implementation for Mac OS X.Scott Kovatch2011-01-171-37/+43
* Bug 333002 - Composite#minimumSize ignores clientArea originSilenio Quarti2010-12-221-2/+3
* 279884 - implement Mac portion of gesture support, and add stubs for all othe...Scott Kovatch2010-12-201-0/+3
* Bug 118659 - [Layout] Issues with algorithm in GridLayout.layout and Composit...Carolyn MacLeod2010-12-021-2/+2
* Bug 326861 - Composite#setLayoutDeferred missing a checkWidget callFelipe Heidrich2010-10-181-0/+1
* Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod2010-05-261-0/+85
* Bug 282229 - The scroll in any editor is painfully slow on OS XSilenio Quarti2010-05-041-46/+40
* Table accessibility. Also fixed many bugs when accessible was attached to a C...Scott Kovatch2010-04-231-5/+7
* Cleanup of accessibility properties. Removed unnecessary overrides. Fixes for...Scott Kovatch2010-04-151-16/+30
* 276566 - Handle focus changes into and out of ToolBars. Track the focused Too...Scott Kovatch2010-04-021-1/+1
* new API Composite.drawBackground()Silenio Quarti2010-03-081-1/+1
* drawBackground for ctabfolderBogdan Gheorghe2010-02-251-1/+28
* 260406 - e4 CSS: widgets need to notify CSS to apply style informationBogdan Gheorghe2009-11-121-0/+11
* Bug 292281 - Cheese over a fast viewKevin Barnes2009-10-301-3/+1
* Bug 65679 - SelectionEvent.stateMask remains 0 even Ctrl (Shift, Alt) were ...Felipe Heidrich2009-10-231-2/+2
* Bug 275638 - Visual Tearing in CocoaSilenio Quarti2009-10-211-38/+46
* making new layout() API publicSilenio Quarti2009-10-201-1/+1
* Bug 103863 - Support encapsulation in SWT layout mechanismSilenio Quarti2009-10-201-32/+51
* Bug 223637: [SWT][Mac] MouseWheel event does not contain information on the a...Felipe Heidrich2009-09-091-23/+32
* 278886 - [Widgets] setBackgroundMode not working on TextKevin Barnes2009-08-241-0/+20
* 269700 - disposing control with SWT.BORDER leaves focus ringKevin Barnes2009-07-241-1/+1
* 269700 - disposing control with SWT.BORDER leaves focus ringKevin Barnes2009-07-231-0/+1
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+1005
* *** empty log message ***Felipe Heidrich2009-06-301-1005/+0
* After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod2009-05-291-1/+1
* After javadoc bash for 3.5RC3v3549aBEFORE_COPYRIGHT_BASH_FOR_35RC3AFTER_JAVADOC_BASH_FOR_35RC3Carolyn MacLeod2009-05-271-4/+5
* removing fix for 276532Silenio Quarti2009-05-211-1/+1
* 276532 - Debug toolbar button glows, key bindings stop workingCarolyn MacLeod2009-05-201-1/+1
* Bug 159465: Accessibilities: Improve traverse order for SWT ToolBarFelipe Heidrich2009-04-271-4/+4
* 273313 - [carbon] Control#getBackground() and getForeground() returns new ColorSilenio Quarti2009-04-241-1/+1
* 268745 - Handle ctrl-(shift)-tab at event delivery time instead of focus trav...Scott Kovatch2009-03-231-38/+0
* cleanupSilenio Quarti2009-03-201-11/+0
* bad signature for 64 bit. damnSilenio Quarti2009-03-121-1/+1
* NSApp.currentEvent can return null.Kevin Barnes2009-03-061-1/+1
* 267270 - check for null -- change in focus may not necessarily be due to key ...Scott Kovatch2009-03-061-1/+1
* move comment next to code that does the workaround rather than it being the c...Steve Northover2009-03-041-5/+6
* 266405 - override next- and previousValidKeyView to catch modified tab keysScott Kovatch2009-03-041-0/+37
* Bug 266499: IME broken on cocoaFelipe Heidrich2009-02-271-7/+1
* 262966 - Maximizing the window does not resize the editor in the compare editorSilenio Quarti2009-02-201-10/+5
* background drawn to multiple viewsSilenio Quarti2009-02-201-0/+1
* 265427 - don't send key events if the current control isn't first responder. ...Scott Kovatch2009-02-191-6/+5
* null pointer in keyDownSilenio Quarti2009-02-171-0/+2
* fast viewas cannot be resize when sash is over treeSilenio Quarti2009-02-131-0/+5
* 262968 - bad scrolling of maximized editorSilenio Quarti2009-02-131-0/+9
* 263663 - Moved keyInputHappened into Display. Only one event can be processed...Scott Kovatch2009-02-121-4/+4