Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement iOS platform #3

Closed
cwensley opened this issue Jun 14, 2011 · 1 comment
Closed

Implement iOS platform #3

cwensley opened this issue Jun 14, 2011 · 1 comment
Labels
Milestone

Comments

@cwensley
Copy link
Member

Partially written. Will require that the other Mobile-specific controls, events, etc be implemented.

cwensley added a commit that referenced this issue Sep 5, 2013
Removed IGraphicsPathBase
@cwensley
Copy link
Member Author

This is basically done, tracking ios-related issues separately now

cwensley added a commit that referenced this issue Nov 26, 2014
Update to latest Eto branch, 2.0.3
Panzerfather added a commit to Panzerfather/Eto that referenced this issue Apr 14, 2015
Made OwnerChangedEvent constant private. Integrated the
OwnerChanged-Event in Eto.Test.
Panzerfather added a commit to Panzerfather/Eto that referenced this issue Apr 15, 2015
Made OwnerChangedEvent constant private. Integrated the
OwnerChanged-Event in Eto.Test.
Panzerfather added a commit to Panzerfather/Eto that referenced this issue Apr 15, 2015
Setup parent when using Dialog.ShowModal

Added owner property to Window class to get/set the owner of a dialog
Fixes issue picoe#319 in a better way

Forgot to push the update for Eto.Test in commit #3021125e23ad00f9356a07d408a3875dd2d984eb

Changed base.Owner in the way cwensley suggested

Implemented the Owner-Property directly in Window.cs and a OnOwnerChange-Event
Set the Owner-Property in Form.cs
Set the Owner-Property in Dialog, replaced "parent" with "owner" to avoid confusions

Rebased commit 801ae26 to exclude upstream changes in the patch

Added owner property to Window class to get/set the owner of a dialog
Fixes issue picoe#319 in a better way

Forgot to push the update for Eto.Test in commit #3021125e23ad00f9356a07d408a3875dd2d984eb

Implemented the Owner-Property directly in Window.cs and a OnOwnerChange-Event
Set the Owner-Property in Form.cs
Set the Owner-Property in Dialog, replaced "parent" with "owner" to avoid confusions

Rebased commit 801ae26 to exclude upstream changes in the patch

Implemented event via Properties, set ShowDialog(Control owner) deprecated, developers should use Owner property directly.

Bugfix for possible null exception in MacWindow.

As always Android and iOS are untested.

Patch cleanup

Using Properties.AddEvent instead of Properties.AddHandlerEvent so that
platform code can be removed

Patch cleanup picoe#2

Remove Handler code from Gtk and Mac

Patch cleanup picoe#3 and Eto.Test addition

Made OwnerChangedEvent constant private. Integrated the
OwnerChanged-Event in Eto.Test.

Patch cleanup picoe#4

Removed Wpf-Platform code and unneccesary event handling code.

Fixed property summary description

Removed OnOwnerChanged-Platform.Invoke
Panzerfather added a commit to Panzerfather/Eto that referenced this issue Apr 15, 2015
Setup parent when using Dialog.ShowModal

Added owner property to Window class to get/set the owner of a dialog
Fixes issue picoe#319 in a better way

Forgot to push the update for Eto.Test in commit #3021125e23ad00f9356a07d408a3875dd2d984eb

Changed base.Owner in the way cwensley suggested

Implemented the Owner-Property directly in Window.cs and a OnOwnerChange-Event
Set the Owner-Property in Form.cs
Set the Owner-Property in Dialog, replaced "parent" with "owner" to avoid confusions

Rebased commit 801ae26 to exclude upstream changes in the patch

Added owner property to Window class to get/set the owner of a dialog
Fixes issue picoe#319 in a better way

Forgot to push the update for Eto.Test in commit #3021125e23ad00f9356a07d408a3875dd2d984eb

Implemented the Owner-Property directly in Window.cs and a OnOwnerChange-Event
Set the Owner-Property in Form.cs
Set the Owner-Property in Dialog, replaced "parent" with "owner" to avoid confusions

Rebased commit 801ae26 to exclude upstream changes in the patch

Implemented event via Properties, set ShowDialog(Control owner) deprecated, developers should use Owner property directly.

Bugfix for possible null exception in MacWindow.

As always Android and iOS are untested.

Patch cleanup

Using Properties.AddEvent instead of Properties.AddHandlerEvent so that
platform code can be removed

Patch cleanup picoe#2

Remove Handler code from Gtk and Mac

Patch cleanup picoe#3 and Eto.Test addition

Made OwnerChangedEvent constant private. Integrated the
OwnerChanged-Event in Eto.Test.

Patch cleanup picoe#4

Removed Wpf-Platform code and unneccesary event handling code.

Fixed property summary description

Removed OnOwnerChanged-Platform.Invoke

Forgot to push the update for Eto.Test in commit #3021125e23ad00f9356a07d408a3875dd2d984eb

Added owner property to Window class to get/set the owner of a dialog
Fixes issue picoe#319 in a better way

Forgot to push the update for Eto.Test in commit #3021125e23ad00f9356a07d408a3875dd2d984eb

Implemented the Owner-Property directly in Window.cs and a OnOwnerChange-Event
Set the Owner-Property in Form.cs
Set the Owner-Property in Dialog, replaced "parent" with "owner" to avoid confusions

Rebased commit 801ae26 to exclude upstream changes in the patch

Patch cleanup

Using Properties.AddEvent instead of Properties.AddHandlerEvent so that
platform code can be removed

Patch cleanup picoe#2

Remove Handler code from Gtk and Mac

Patch cleanup picoe#3 and Eto.Test addition

Made OwnerChangedEvent constant private. Integrated the
OwnerChanged-Event in Eto.Test.

Patch cleanup picoe#4

Removed Wpf-Platform code and unneccesary event handling code.

Fixed property summary description

Removed OnOwnerChanged-Platform.Invoke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant