Commit Graph

19397 Commits

Author SHA1 Message Date
David Elliott
3581295575 * Set the window's title
* setHidesOnDeactivate: NO


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-05 02:53:39 +00:00
David Elliott
162c4aada6 CodeWarrior Obj-C++ requires explicit casts from id to Objective-C types
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-05 02:51:29 +00:00
David Elliott
4788596812 When a modal dialog is shown and the app isn't running, run the event
loop manually until it is out of events.  This will allow the application
to let the Dock know it has completed startup.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-05 02:48:49 +00:00
Stefan Csomor
83901ec20c added live resizing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-05 02:07:28 +00:00
David Elliott
456fef85bb Implement Cocoa_canBecomeMainWindow to say YES to Cocoa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-05 01:40:52 +00:00
David Elliott
24c7767fc8 * Added GetAppMenuBar
* Removed Show
* Labeled (Attach|Detach)MenuBar as virtual
* Added SetMenuBar
* Implement (Attach|Detach)MenuBar using the wxMenuBarManager


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-05 01:39:55 +00:00
David Elliott
af367f4640 Add support for wxMenuBarManager
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-05 01:34:57 +00:00
Mattia Barbon
d6c6a32321 Added a couple of wxPerl notes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 22:20:16 +00:00
Mattia Barbon
78e6050be8 Fix and testcase for wxString::rfind bug I introduced.
Patch by Robert Vazan.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 21:59:48 +00:00
David Elliott
33faea0a0d * Added virtual GetAppMenuBar() which returns the app-wide menubar which
would be appropriate for this window, or NULL if the manager should decide
* Added Become/Resign Main handlers
* For all Become/Resign Main/Key handlers, notify the menubar manager


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 21:16:41 +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
1a249e049a wxCocoa: Added mbarman.(mm|h)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 19:22:00 +00:00
David Elliott
268bec5aee Added wxMenuBarManager
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 19:19:03 +00:00
Václav Slavík
cee0eb6e66 added data files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 18:09:53 +00:00
Stefan Csomor
8f2b1cfd39 log changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 16:18:07 +00:00
David Elliott
78868257aa #if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 13:11:39 +00:00
Stefan Csomor
459f2add90 macro naming changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 12:26:52 +00:00
Stefan Csomor
321239b6c4 macro naming changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 01:28:39 +00:00
Stefan Csomor
3ff066a4ec macro naming changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 01:19:40 +00:00
Stefan Csomor
8805dbab72 macro naming changes, delegate api calls getting property info, object info exposed for beforewriteobject
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 01:12:11 +00:00
Stefan Csomor
9dabddc292 naming changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 01:08:25 +00:00
Mattia Barbon
204e4cd6ee Regenerated makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 00:01:59 +00:00
Mattia Barbon
8ba95a1813 Regenerated makefiles in the correct place.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-03 20:27:58 +00:00
Václav Slavík
a93aa55a00 fixed win32res
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-03 20:16:10 +00:00
Mattia Barbon
b521a6f94b Compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-03 17:39:27 +00:00
Mattia Barbon
f1e938e09c Added missing bakefiles in utils/* and regenerated
(autoconf) Makefile.in.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-03 17:34:00 +00:00
Mattia Barbon
78901ea99c Oops. Check in the correct Makefile.in.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-03 17:19:48 +00:00
Chris Elliott
83a1aa23c0 fix makefile for digitalmars to build taskbar sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-03 14:35:49 +00:00
Chris Elliott
640f7e6642 fix makefile for digitalmars to build joytest sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-03 14:16:40 +00:00
Chris Elliott
0a360e4836 fix makefile for digitalmars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-03 13:59:53 +00:00
Stefan Csomor
79fdfb3506 added GetBaseClassName1 and 2 for memory.cpp compiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-03 10:02:47 +00:00
David Elliott
911e17c6cf CodeWarrior Obj-C++ requires explicit casts from id to Objective-C types
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-02 19:15:44 +00:00
David Elliott
449c567346 Support precompiled headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-02 19:03:22 +00:00
David Elliott
0411b8647b * Use wxTopLevelWindow::Show() for modeless dialogs
* Maintain m_isShown for modal dialogs


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-02 13:00:28 +00:00
David Elliott
cbb2499e71 Set the m_isShown flag appopriately
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-02 12:54:34 +00:00
Václav Slavík
5d9d22fe08 accept focus, keyboard can be used for navigation (patch 798098)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 20:59:57 +00:00
Mattia Barbon
e21011866e Corrected statements about wxString correctly handling
embedded '\0' characters.
  Fixed various wxString::*find* methods (patch by Robert Vazan),
plus added missing overloaded variants of find_first/last_(not_)of.
Added more tests in console sample.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 20:20:21 +00:00
Robin Dunn
78d774068b reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 20:01:55 +00:00
Robin Dunn
704f9c00cd Changed #include order to correct a compilation error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 20:01:10 +00:00
Robin Dunn
877d6bae5e Corrected a return type
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 19:59:50 +00:00
Robin Dunn
5c6c31763f Added handler for WM_PRINT to assist with offscreen drawing of widgets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 19:56:28 +00:00
Robin Dunn
8c14bc9170 Fixed style setting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 19:54:41 +00:00
Robin Dunn
6bb000ec67 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 19:53:54 +00:00
Mattia Barbon
241ba96cfa Regenerated Makefile.in.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 19:53:05 +00:00
Robin Dunn
208218898b More experiments with wxDrawWindowOnDC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 19:52:45 +00:00
Robin Dunn
6e4d60a3b8 Work around a bug in the Carbon headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 19:41:12 +00:00
Robin Dunn
39b9cdaff4 Check wxUSE_DEPRECATED before including its headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 19:32:16 +00:00
Mattia Barbon
d2fa3a370d Regenerated makefile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 17:19:54 +00:00
Jouk Jansen
16d54adb37 Committing in .
removing some obsolete CLEAR members

 Modified Files:
 	wxWindows/samples/richedit/wxlwindow.cpp
 	wxWindows/utils/dialoged/src/reseditr.cpp
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 14:51:42 +00:00
Jouk Jansen
1cc4f822d3 Committing in .
Update OpenVMS compile support

 Modified Files:
 	wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
 	wxWindows/src/generic/descrip.mms
 	wxWindows/src/generic/notebook.cpp
 	wxWindows/src/gtk/notebook.cpp wxWindows/src/univ/descrip.mms
 	wxWindows/src/univ/notebook.cpp
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 14:47:00 +00:00