The Trunk: Graphics-tpr.343.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Graphics-tpr.343.mcz

commits-2
tim Rowledge uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-tpr.343.mcz

==================== Summary ====================

Name: Graphics-tpr.343
Author: tpr
Time: 8 June 2016, 3:42:29.069288 pm
UUID: 8d4d3260-cfd3-420d-b83e-486e998c5512
Ancestors: Graphics-tpr.342

Add the most trivial beginnings of a unix/x11 host window proxy - just enough to run tests to demonstrate that the plugin needs work

=============== Diff against Graphics-tpr.342 ===============

Item was added:
+ HostWindowProxy subclass: #UnixX11WindowProxy
+ instanceVariableNames: ''
+ classVariableNames: ''
+ poolDictionaries: ''
+ category: 'Graphics-External-Ffenestri'!

Item was added:
+ ----- Method: UnixX11WindowProxy class>>isActiveHostWindowProxyClass (in category 'as yet unclassified') -----
+ isActiveHostWindowProxyClass
+ "Am I active?"
+ ^Smalltalk platformName = 'unix' !

Item was added:
+ ----- Method: UnixX11WindowProxy>>defaultWindowType (in category 'window decorations') -----
+ defaultWindowType!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Graphics-tpr.343.mcz

David T. Lewis
On Wed, Jun 08, 2016 at 10:42:41PM +0000, [hidden email] wrote:

> tim Rowledge uploaded a new version of Graphics to project The Trunk:
> http://source.squeak.org/trunk/Graphics-tpr.343.mcz
>
> ==================== Summary ====================
>
> Name: Graphics-tpr.343
> Author: tpr
> Time: 8 June 2016, 3:42:29.069288 pm
> UUID: 8d4d3260-cfd3-420d-b83e-486e998c5512
> Ancestors: Graphics-tpr.342
>
> Add the most trivial beginnings of a unix/x11 host window proxy - just enough to run tests to demonstrate that the plugin needs work
>

Yay! We'll make a unix programmer out of you yet.

(apologies in advance for the flame bait)

Dave