summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/List.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 382840 - Table#setSelection(int) should specify that it shows theCarolyn MacLeod2012-06-181-4/+8
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 373794 - Malformed Javadoc commentsGrant Gayed2012-03-091-3/+3
* 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
* Bug 343816-NPE when item from the List is draggedLakshmi Shanmugam2011-05-021-2/+1
* 333845 - only look for mouse down/up in updateRowCount() if that widget is be...Scott Kovatch2011-01-101-7/+10
* 328722 - better fix: Don't change row count if add/remove called when mouse i...Scott Kovatch2011-01-071-14/+24
* 328722 - Only send selection on mouse up for NSTableView-based controls.Scott Kovatch2011-01-061-2/+8
* 328864 - implement methods to block Cocoa's normal cell editing path.Scott Kovatch2010-11-011-4/+0
* 325230 - forgot an autorelease.Scott Kovatch2010-09-211-0/+1
* 325230 - disallow clearing of selection in SWT.SINGLE mode.Scott Kovatch2010-09-201-0/+20
* rollback fix for Bug 304222 -Table's scrollbar answers 'true' for isVisible(...Lakshmi Shanmugam2010-08-171-11/+0
* Bug 304222 - Table's scrollbar answers 'true' for isVisible() when it's not v...Lakshmi Shanmugam2010-08-131-0/+11
* 313208 - defer double click events for NSOutlineView/NSTableView-based contro...Scott Kovatch2010-07-151-0/+4
* Fix over-aggressive refactoring.Scott Kovatch2010-07-061-1/+1
* 317054 - rework key handling and selection for Tree, Table and List.Scott Kovatch2010-06-291-5/+18
* 317051 - Don't send selection events on non-user-initiated changesScott Kovatch2010-06-281-20/+29
* Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod2010-05-311-1/+1
* Cleanup of accessibility properties. Removed unnecessary overrides. Fixes for...Scott Kovatch2010-04-151-16/+0
* Bug 65679 - SelectionEvent.stateMask remains 0 even Ctrl (Shift, Alt) were ...Felipe Heidrich2009-10-231-3/+3
* *** empty log message ***Felipe Heidrich2009-09-231-1/+1
* 284572 - [Widgets] Label Background Image moves aroundKevin Barnes2009-09-211-11/+2
* use NSString.string() to avoid creating a new object all the timeFelipe Heidrich2009-08-311-2/+3
* 278886 - [Widgets] setBackgroundMode not working on TextKevin Barnes2009-08-241-7/+16
* 276110 - Label: SWT.CENTER is being ignored when used with SWT.WRAPKevin Barnes2009-07-231-1/+1
* 283313 - [Cocoa] Deleting TableViewer elements and calling refresh() causes m...Kevin Barnes2009-07-201-4/+20
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+1429
* *** empty log message ***Felipe Heidrich2009-06-301-1429/+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-0/+1
* 273313 - [carbon] Control#getBackground() and getForeground() returns new ColorSilenio Quarti2009-04-241-2/+1
* initial width should be 0 (or at least minimum width)Silenio Quarti2009-04-071-0/+1
* leaking columns because they where used as their on identifier. Also, the ide...Silenio Quarti2009-03-261-1/+3
* 251608 - Artificial bold and italic style to fontSilenio Quarti2009-03-261-1/+1
* 251608 - Artificial bold and italic style to fontSilenio Quarti2009-03-261-14/+1
* 251608 - Artificial bold and italic style to fontSilenio Quarti2009-03-261-3/+2
* setTopIndex like tableSilenio Quarti2009-03-251-2/+6
* 222863 - No horizontal scrollbars in ListSilenio Quarti2009-03-251-3/+49
* *** empty log message ***Silenio Quarti2009-03-251-1/+1
* 267894 - computeSize of Tree/Table is wrongGrant Gayed2009-03-171-7/+17
* 268307 - Twistie in Tree does not give feedback on mouseDown with DragDetect ...Silenio Quarti2009-03-121-5/+6
* 267717 - New element not revealedSilenio Quarti2009-03-121-48/+60
* 266475 - Control#setBackgroundImage() does not workKevin Barnes2009-03-021-8/+8
* 264764 - Table, Tree, List send DefaultSelection when double-click in headerGrant Gayed2009-02-121-1/+3
* 260585 - Font and spacing is a little bit off compared to CarbonSilenio Quarti2009-01-261-0/+5
* replace uses of NSTableView.reloadData()Grant Gayed2009-01-231-3/+5
* 253227 - Implement default buttonGrant Gayed2009-01-091-2/+2
* 258978 - Deprecated method being used in Tree, List, and TableGrant Gayed2008-12-171-2/+4
* 254956 - [DND] Drag and drop maintaining a grab too long.Kevin Barnes2008-12-041-0/+17