summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Group.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 378168-Group client Area is wrongLakshmi Shanmugam2012-08-091-5/+13
* 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-1/+1
* 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 339132 - [Cocoa] GEF Thumbnail sync view broken in 3.7Silenio Quarti2011-03-301-1/+1
* 325153 - convert device colors to calibrated colorsScott Kovatch2010-09-181-1/+1
* 302802 - clear contentViewMargins at creation time.Scott Kovatch2010-07-221-0/+2
* 290212 - [Widgets] Controls with null background inside Group or TabFolder do...Kevin Barnes2009-11-041-0/+3
* 275979 - Group computeSize wrongKevin Barnes2009-10-161-5/+18
* Bug 261270: No support for right-to-left Styled Text on Mac OS XFelipe Heidrich2009-08-281-0/+6
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+241
* *** empty log message ***Felipe Heidrich2009-06-301-241/+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
* background drawn to multiple viewsSilenio Quarti2009-02-201-0/+1
* 253226 - Implement widget attributes (foreground, background, font, backgroun...Grant Gayed2009-02-111-1/+1
* 263656 - Cannot select tree itemSilenio Quarti2009-02-061-2/+1
* 234240 - Group alpha should not be 0.25 if background color setSilenio Quarti2009-02-061-1/+1
* 252279 - Group foreground and background color don't workKevin Barnes2009-02-051-0/+5
* mouse event y coordinate is flipped for NSBoxSilenio Quarti2009-02-021-11/+15
* 260585 - Font and spacing is a little bit off compared to CarbonSilenio Quarti2009-01-261-0/+4
* 257007 - Foreground Color not applied correctlyGrant Gayed2008-12-171-0/+11
* 250579 - Form titles do not draw correctlyKevin Barnes2008-12-151-0/+1
* revert Math.ceil() -> (int)0.5f+... changesGrant Gayed2008-11-031-1/+1
* 252903 - replace initWithFrame(new NSRect()) with init()Kevin Barnes2008-11-031-2/+2
* replace Math.ceil() uses with (int)(0.5f + ...Grant Gayed2008-11-031-1/+1
* 251149, 251766 - Add accessibility overrides to the NSCell specializations of...Scott Kovatch2008-10-241-0/+4
* 250574 - Group does not layout correctlyGrant Gayed2008-10-231-2/+3
* group and tabfolder children are darkenSilenio Quarti2008-07-311-0/+4
* minimizing references to SWT PI classesSilenio Quarti2008-06-231-2/+2
* setFontKevin Barnes2008-06-201-0/+4
* fix computed sizeKevin Barnes2008-06-171-6/+4
* fixed computed sizeKevin Barnes2008-06-171-5/+9
* adding register() and deregister()Silenio Quarti2008-06-091-6/+11
* initial z-order / cleanup calls to JNIGetObject / background of compositesSilenio Quarti2008-06-061-2/+1
* After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod2008-06-051-1/+1
* After Javadoc Bash for 3.4RC4Carolyn MacLeod2008-06-041-0/+3
* 210825 - NSBox seems to be a few pixels shortKevin Barnes2008-03-041-5/+3
* cocoa mergeFelipe Heidrich2007-11-151-0/+195