2019-01-08 |
Update copyright year to include 2019
Michael L Heuer
committed
on 8 Jan 2019
|
---|---|
2012-09-05 |
refactoring jdk16 and jdk16-modules back into core and examples respectfully, additional fixes to extras package, enable OSX intel profile by default
Michael L Heuer
committed
on 5 Sep 2012
|
2012-09-01 |
Issue 189 ; adding transparency support for SWTGraphics2D and PSWTPath
Michael L Heuer
committed
on 1 Sep 2012
|
2011-03-16 |
Issue 205 ; updating copyright year in license header to 2011
Michael L Heuer
committed
on 16 Mar 2011
|
2011-03-15 |
updating maven plugin and maven report plugin versions
Michael L Heuer
committed
on 15 Mar 2011
|
2011-02-19 |
applying patch and unit test from Issue 206 to clear caches
Michael L Heuer
committed
on 19 Feb 2011
|
2010-08-28 |
Issue 187 ; applying patch from berthold.daum at bdaum.de, adding example that demonstrates issue
Michael L Heuer
committed
on 28 Aug 2010
|
2010-05-11 |
Issue 37 ; refactoring package edu.umd.cs.piccolox.swt to org.piccolo2d.extras.swt in swt
Michael L Heuer
committed
on 11 May 2010
|
Issue 37 ; refactoring package edu.umd.cs.piccolox to org.piccolo2d.extras in extras
Michael L Heuer
committed
on 11 May 2010
|
|
Issue 37 ; refactoring package edu.umd.cs.piccolo to org.piccolo2d in core
Michael L Heuer
committed
on 11 May 2010
|
|
2010-04-17 |
Making checkstyle allow missing javadocs on getters. Leaving it up to the developer to decide if a javadoc is nessary.
Allain Lalonde
committed
on 17 Apr 2010
|
2010-04-16 |
Removing Deprecated code
Allain Lalonde
committed
on 16 Apr 2010
|
Changing constants to final as per Issue #135
Allain Lalonde
committed
on 16 Apr 2010
|
|
2010-01-19 |
updating copyright years to include 2010
Michael L Heuer
committed
on 19 Jan 2010
|
2009-11-05 |
Making SWTGraphics2D not use internal .height field since isn't technically part of its public API; As per Issue 125.
...
Allain Lalonde
committed
on 5 Nov 2009
|
2009-10-30 |
Issue 138 ; removing System.out.println left in r742
Michael L Heuer
committed
on 30 Oct 2009
|
2009-10-28 |
adding Point2D getCenter() method to PSWTPath, with unit tests
Michael L Heuer
committed
on 28 Oct 2009
|
2009-10-27 |
Issue 133 ; cleaning up SWT package class-level javadoc
Michael L Heuer
committed
on 27 Oct 2009
|
2009-10-23 |
adding license headers for extras and swt unit tests
Michael L Heuer
committed
on 23 Oct 2009
|
fixing javadoc warnings in swt
Michael L Heuer
committed
on 23 Oct 2009
|
|
Fixing some FindBugs. Everything still seems to pass tests fine, so I'm checking in.
Allain Lalonde
committed
on 23 Oct 2009
|
|
2009-10-20 |
Some low hanging CheckStyle fruit.
Allain Lalonde
committed
on 20 Oct 2009
|
Last CheckStyle fixes possible without breaking compat in SWT.
Allain Lalonde
committed
on 20 Oct 2009
|
|
More checkstyle stuff and made magic numbers less restrictive sine graphics operations use lots of indexes.
Allain Lalonde
committed
on 20 Oct 2009
|
|
Fixing some checkstyle bugs and fixing an infinite recursion bug introduced by r727 by me :(
Allain Lalonde
committed
on 20 Oct 2009
|
|
CheckStyle fixes on SWT.
Allain Lalonde
committed
on 20 Oct 2009
|
|
Made disabling double buffering free up the backBuffer.
Allain Lalonde
committed
on 20 Oct 2009
|
|
Fixing Issue #138 and CheckStyle in PSWTCanvas
Allain Lalonde
committed
on 20 Oct 2009
|
|
2009-10-19 |
Removing check for headless mode in tests. w00t.
Allain Lalonde
committed
on 19 Oct 2009
|
Testing Hudson's Xvnc plugin to see if we can run failing tests. Some tests wouldn't run in headless mode. Crossing fingers.
Allain Lalonde
committed
on 19 Oct 2009
|