Commit Graph

23294 Commits

Author SHA1 Message Date
Stefan Csomor
94f9b1f0f3 moving constructors to .cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-29 14:52:16 +00:00
Stefan Csomor
86d8b74439 control data support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-29 14:51:29 +00:00
Stefan Csomor
997e843d51 preparing for internal changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-29 14:45:33 +00:00
Julian Smart
43790a0d03 MacReopenApp implementation for restoring top-level window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-29 14:00:23 +00:00
Václav Slavík
ac1cb8d36b fixed --disable-rpath handling (patch 956695)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-29 12:48:05 +00:00
Julian Smart
22fa70e0fb Removed incorrect file copy
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-29 12:03:29 +00:00
Robin Dunn
b51320ce9d Take character size into account when calculating buffer size for
wxFileDataObject.  (Fixes aborts from NTDLL.)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-29 00:46:47 +00:00
Robin Dunn
6186384153 comments and cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 20:40:12 +00:00
Robin Dunn
96fc3ef4f0 Add GetHDC back
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 20:38:55 +00:00
Robin Dunn
da7b9cd05d Use an inline function to fetch the API pointer, importing it first if needed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 20:01:55 +00:00
Robin Dunn
0625ef6849 Some error recovery and other tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 19:59:29 +00:00
Robin Dunn
fdde476d53 missing OnBeginSize call
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 19:21:49 +00:00
Robin Dunn
629f3c1bea reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 19:20:11 +00:00
Robin Dunn
6c7afb7435 GetClientAreaOrigin should be public
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 19:15:09 +00:00
Robin Dunn
729b64a3c1 docstring tweak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 19:14:07 +00:00
Robin Dunn
81457c860f Add cx_Freeze and Installer examples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 19:13:42 +00:00
Robin Dunn
0e174ce890 No longer need to fallback to importing "_core_" as py2exe, Installer
and others now handle importing extensions via package names correctly.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 19:06:27 +00:00
Julian Smart
1c9e321b3c Reset m_inSetFocus for other exit point in this function:
could explain why the focus protection code was broken


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 18:45:24 +00:00
Julian Smart
f463f87dac Make the focus recursion test only for Mac since it breaks MSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 18:43:27 +00:00
Włodzimierz Skiba
07505825db Simplified pen style conversion.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 11:08:45 +00:00
Włodzimierz Skiba
30deac1fa5 Missed header, -1->wxID_ANY replacements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 10:45:07 +00:00
Włodzimierz Skiba
07850a4950 -1->wxID_ANY, TRUE->true, FALSE->false replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 10:43:39 +00:00
Robin Dunn
a60a147a8c Commented out some test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 05:03:12 +00:00
Robin Dunn
b68eef002d Updates for new/old DC method signatures, also updated setup.py for
new py2exe


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 04:51:08 +00:00
Robin Dunn
68c0610dae Don't scroll too far if the child getting the focus is large.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 04:22:16 +00:00
Robin Dunn
a1d66aef6f Put the locale files in teh right place
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 04:10:54 +00:00
Włodzimierz Skiba
691d944f7e -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 18:17:50 +00:00
Włodzimierz Skiba
f2aea0d1ce -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 18:07:04 +00:00
Włodzimierz Skiba
5014bb3a2f -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 17:50:54 +00:00
Włodzimierz Skiba
3ac8bd7b53 -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 17:38:07 +00:00
Włodzimierz Skiba
e0e31ccdbc Inital fill in background, removed tabs, -1->wxID_ANY, TRUE->true, FALSE->false
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 17:29:32 +00:00
Václav Slavík
2d1d813e2d fixed indentation in case there's only one cell on line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 17:26:27 +00:00
Václav Slavík
22c956d8a6 compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 17:11:07 +00:00
Włodzimierz Skiba
250e67305d Removed condition of old Watcom times. Open Watcom doesn't have problems with wininet.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 16:57:41 +00:00
Václav Slavík
b5e656ae02 fixed iteration over cells
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 16:25:07 +00:00
Stefan Csomor
002c9672c7 scrolling code committed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 15:09:04 +00:00
Stefan Csomor
dae6d730a9 menu events handling more closely to the menu instance itself, removing menubar wherever possible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 15:07:48 +00:00
Stefan Csomor
8d4c48688a debug method added for flashing invalid areas
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 14:50:38 +00:00
Stefan Csomor
41b531690d menu associations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 14:49:03 +00:00
Stefan Csomor
de5914a150 having the refcon of a menu item to bear the pointer to the wxMenuItem, and have an map of menuref->wxMenu*
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 14:47:50 +00:00
Julian Smart
a9928e9d1a WinCE Standard SDK improvements including adding close button
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 11:31:12 +00:00
Julian Smart
0cfc2a92dc Position change - still can't use default size for Wince/desktop
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 11:26:28 +00:00
Julian Smart
45f272841c Fixes for Standard WinCE SDK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 09:09:19 +00:00
Julian Smart
f24764aa58 Use status bar even for WinCE; use standard frame style
to adapt to WinCE version


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 09:02:56 +00:00
Robin Dunn
04717ee7df fixed a typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 14:55:43 +00:00
Václav Slavík
9630336291 workaround for BCC bug - use #defines instead of enums
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 11:49:23 +00:00
Julian Smart
e7d9c39867 Reverted config/resource name change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 10:49:43 +00:00
Włodzimierz Skiba
fc57ba5476 Unhide problem of ambiguity in wxSoundBase::Play.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 08:47:53 +00:00
Robin Dunn
ea06848c63 It's a new change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 05:18:26 +00:00
Robin Dunn
2c65fa24bf Got sidetracked and forgot to finish the new OGL section before
checking in the last change.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 05:16:41 +00:00