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 |
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-17 |
Adding tests for PSWTBoundsHandle and PSWTCanvas also refactoring PSWTCanvas a little.
Allain Lalonde
committed
on 17 Oct 2009
|
Fixing some checkstyle warnings and adding more tests for PSWTHandle.
Allain Lalonde
committed
on 17 Oct 2009
|
|
Adding PSWTImage and checkstyle cleanup.
Allain Lalonde
committed
on 17 Oct 2009
|
|
Adding unit tests for PSWText. Unfortunately, these won't run in hudson, but that's not really the point I guess. Higher quality code is.
Allain Lalonde
committed
on 17 Oct 2009
|
|
2009-10-16 |
Cleaning in PSWTText code a little.
Allain Lalonde
committed
on 16 Oct 2009
|
Issue 124 ; adding new protected method void disposeImage, to allow subclasses to override default behavior
Michael L Heuer
committed
on 16 Oct 2009
|
|
2009-10-15 |
Applying patches in fixing Issue #70 by applying patches found in the issue. I also updated the Basic SWT example so that it show the text's background color in use. Thank you dimwethion for submitting the initial patch.
Allain Lalonde
committed
on 15 Oct 2009
|
Fixing unfortunately infinite loop caused by wrapping package scoped "running" variable in a method.
Allain Lalonde
committed
on 15 Oct 2009
|
|
CheckStyle hunting in PSWTBoundsHandle
Allain Lalonde
committed
on 15 Oct 2009
|
|
Starting the cleanup of SWT module. Some "dangerous" changes that don't break binary compatibility, but just about do: I changed some fields from package scope to private. Should this break something, please let us know.
Allain Lalonde
committed
on 15 Oct 2009
|
|
2009-09-18 |
Issue 125 ; fix for compilation error with more recent versions of SWT dependency on linux, thanks to akurtakov for the patch
Michael L Heuer
committed
on 18 Sep 2009
|
2009-07-31 |
PMD bugs attack.
Allain Lalonde
committed
on 31 Jul 2009
|
2009-07-29 |
issue#99 deprecate paramString and remove toString
Marcus Rohrmoser
committed
on 29 Jul 2009
|
issue#101 - throw a RTE wrappping the original EX.
Marcus Rohrmoser
committed
on 29 Jul 2009
|
|
issue#110 - only whitespace and syntax. No semantic changes.
Marcus Rohrmoser
committed
on 29 Jul 2009
|
|
issue#99 undo r563 to repeat later in the agreed on style.
Marcus Rohrmoser
committed
on 29 Jul 2009
|