Julian Smart
|
655719367a
|
Use old licence name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-23 20:53:33 +00:00 |
|
Julian Smart
|
77ffb5937e
|
Name and version changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-23 14:56:36 +00:00 |
|
David Elliott
|
0092ef0d53
|
s/wxTopLevelWindow/wxTopLevelWindowCocoa/
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-03 03:44:20 +00:00 |
|
David Elliott
|
7a8691eec8
|
Constructor now takes a wxTopLevelWindow * = NULL so that the new
GetWxTopLevelWindow() method can be used.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-03 03:35:06 +00:00 |
|
David Elliott
|
7dd8b1ea10
|
Make wxMenuItemAction: and validateMenuItem: delegate messages take an
NSWindow* parameter instead of an id.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-27 06:07:47 +00:00 |
|
David Elliott
|
86adc75813
|
Implement wxMenuItemAction: and validateMenuItem: delegate messages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-20 02:55:28 +00:00 |
|
David Elliott
|
c6f73d05cc
|
Use one wxNSWindowDelegate instance per wxCocoaNSWindow instance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-19 06:32:34 +00:00 |
|
David Elliott
|
8ded703ddc
|
Add wxCocoaNSWindow* parameter to GetAppMenuBar so implementations can
return an alternate menubar based on the window which needs it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-06 20:37:16 +00:00 |
|
David Elliott
|
360be3c012
|
Add virtual wxMenuBar* GetAppMenuBar();
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-06 19:53:31 +00:00 |
|
David Elliott
|
9692f42bc6
|
Use NSWindow delegate notification windowWillClose instead of overriding close
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-06 19:17:11 +00:00 |
|
David Elliott
|
8fc821cccf
|
* Added delegate notifications for Become/Resign Main
* Added canBecomeMainWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-04 20:59:30 +00:00 |
|
David Elliott
|
aa992c594e
|
Rename some of the Cocoa methods to reflect that they are implemented
by the NSWindow delegate.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-29 14:59:04 +00:00 |
|
David Elliott
|
78c67cb642
|
Use a delegate instead of manually adding notifications. Not only is this
less code, but a delegate will be required for future functionality.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-29 14:10:23 +00:00 |
|
David Elliott
|
2fc2d511d0
|
Send all menu item actions to a dedicated target. This is to ensure
the actions always make it to the proper wxFrame.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-28 17:49:51 +00:00 |
|
David Elliott
|
720e01c312
|
Added a notification observer for NSWindow. Observe the become key and
resign key notifications. (window activation in wxWindows parlance)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-26 19:28:35 +00:00 |
|
David Elliott
|
bac6f2348d
|
Associate/Disassociate now check for non-NULL pointer instead of requiring
the caller to do so.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-07-11 17:47:57 +00:00 |
|
David Elliott
|
e668651137
|
Separated the Objective-C to C++ association code into the new header
ObjcAssociate.h. That leaves ObjcPose.h for its original purpose and
avoids including it from any header files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-19 17:51:50 +00:00 |
|
David Elliott
|
fb896a322a
|
Added original works and stubs to CVS repository
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-21 19:51:47 +00:00 |
|