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
|
---|---|
minor style, doc fixes
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 126 ; os.name matching does not wildcard as expected
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 126 ; updating swt dependency version to 3.3.0-v3346, adding os profiles to select platform-specific version of swt dependency
Michael L Heuer
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
|
|
Issue 132 ; fixing package names and removing Temp class
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 10 of 10
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 9 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 8 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 7 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 6 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 5 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 4 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 3 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 2 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 1 of several
Michael L Heuer
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
|
|
Fixing Issue #137, replaced getWidth() and getHeight() with getFullBounds().getWidth() and getFullBounds().getHeight() in PNode.toImage. Thank you Sam for pointing this out.
Allain Lalonde
committed
on 15 Oct 2009
|
|
Further CheckStyle activity on extras module.
Allain Lalonde
committed
on 15 Oct 2009
|
|
2009-10-14 |
More checkstyle goodness
Allain Lalonde
committed
on 14 Oct 2009
|
Adding P3DRectExample to examples
Allain Lalonde
committed
on 14 Oct 2009
|
|
Attacking CheckStyle warnings in extras package.
Allain Lalonde
committed
on 14 Oct 2009
|
|
More CheckStyle blitzing on core. Javadocs are all there now. To drop the number much further I'll need to expand expressions for defining Property change codes, or break binary compatability by making constants final. I'm 100% for doing that, but I understand some people have reservations.
Allain Lalonde
committed
on 14 Oct 2009
|
|
2009-10-13 |
Tedious CheckStyle blitz on core.
Allain Lalonde
committed
on 13 Oct 2009
|
2009-10-10 |
Resolves issue 130, use this.canvas instead of constructor arg canvas (which may be null)
Sam Reid
committed
on 10 Oct 2009
|
Fixing bug with setTransparency not sending new or old value when property change was fired. Also, some formatting
Allain Lalonde
committed
on 10 Oct 2009
|
|
Pushing on CheckStyle for extras.
Allain Lalonde
committed
on 10 Oct 2009
|
|
Making checkstyle ignore missing javadocs on private members and types.
Allain Lalonde
committed
on 10 Oct 2009
|
|
More CheckStyle Stuff
Allain Lalonde
committed
on 10 Oct 2009
|