Robin Dunn
|
238ab89099
|
SWIGged updates for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-04 05:33:01 +00:00 |
|
Robin Dunn
|
f7c3abb0a2
|
Backported fixes for updating the splash screen and busy info windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-04 05:14:50 +00:00 |
|
Robin Dunn
|
f34f2e9aef
|
Fixed compilation error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-04 05:13:41 +00:00 |
|
Robin Dunn
|
3a6c8ddf30
|
Tweaked how the __del__ methods are generated again, call the delete
function inside a try..except just in case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-04 05:12:11 +00:00 |
|
Robin Dunn
|
30280ee3df
|
Updated MacPython build scripts for 2.3a2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-04 04:51:10 +00:00 |
|
Robin Dunn
|
492b18a5a4
|
Added missing deselect methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-04 04:43:58 +00:00 |
|
Robin Dunn
|
77c36d3df9
|
Install the .mo files under the wxPython package directory for MSW
since there is no standard place for them like on other platforms.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-04 03:33:12 +00:00 |
|
Vadim Zeitlin
|
98cbc5c60b
|
fixed spurious assert in FindControl() (backported from trunk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-03 00:01:51 +00:00 |
|
Robert Roebling
|
bcba0550bd
|
Fixed wxBusuCursor.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-02 21:33:08 +00:00 |
|
Robert Roebling
|
194e741cea
|
Added hint at default conversion in Unicode mode. It is
enough if I got burned by it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-02 21:31:58 +00:00 |
|
Stefan Csomor
|
437a9c0ad3
|
OSX fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-02 13:56:56 +00:00 |
|
Roman Rolinsky
|
4f24cfc0ae
|
new version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-02 13:31:44 +00:00 |
|
Roman Rolinsky
|
740a6ab3e1
|
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-02 13:31:24 +00:00 |
|
Roman Rolinsky
|
3c582354e9
|
ParamUnit class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-02 13:31:05 +00:00 |
|
Roman Rolinsky
|
850e2779fb
|
defaults for unset required parameters, ParamUnit for border and {v,h}gap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-02 13:30:13 +00:00 |
|
Robert Roebling
|
f11270d478
|
Do dialog's default action (mostly "OK") if
ENTER was hit in a combobox and the
TEXT_ENTER event was not handled. MSW
seems to be doing something similar.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-02 11:07:45 +00:00 |
|
Václav Slavík
|
5b6f98d439
|
removed deprecated calls from wxImage example (bug #688438)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-02 11:01:09 +00:00 |
|
Stefan Csomor
|
4f727d46b3
|
applied fix to MkDir for mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-01 21:17:34 +00:00 |
|
Václav Slavík
|
d0300a62a7
|
fixed incorrectly backported patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-01 20:29:30 +00:00 |
|
Václav Slavík
|
2e2675087c
|
backported: fixed wxScrollBar creation when default size was used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-01 20:12:12 +00:00 |
|
Robert Roebling
|
a7d8906428
|
Typo for compilation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-01 09:12:43 +00:00 |
|
Robin Dunn
|
d3c5a8b1aa
|
Do proper delete
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-28 18:33:12 +00:00 |
|
Robin Dunn
|
ed0d1c7fcf
|
Use the right constants
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-28 15:35:35 +00:00 |
|
Robert Roebling
|
e7f94796de
|
Hah!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-28 09:21:54 +00:00 |
|
Robin Dunn
|
cdc34da45b
|
SWIGged updates for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-28 00:59:08 +00:00 |
|
Robin Dunn
|
6a9423b5df
|
SWIGged updates for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-28 00:29:40 +00:00 |
|
Robin Dunn
|
568e0fb6cc
|
avoid notebook tabs on the bottom on the Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-28 00:26:53 +00:00 |
|
Robert Roebling
|
9a5bffb8ab
|
Next take at combobox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-28 00:23:09 +00:00 |
|
Robin Dunn
|
8d30ee37ba
|
added some .cvsignore's
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-28 00:20:20 +00:00 |
|
Robin Dunn
|
b85fd46650
|
Made the ctor signature match the standard...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-28 00:18:00 +00:00 |
|
Robin Dunn
|
44c2734d93
|
Some tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-28 00:16:52 +00:00 |
|
Robin Dunn
|
c74807054b
|
Refactored, enhanced and added capabilites for the DrawXXXList
functions, inspired by code from Chris Barker.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-28 00:15:29 +00:00 |
|
Robin Dunn
|
616538882e
|
Patch from David Falkinder to help building a STC dll.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-27 21:10:20 +00:00 |
|
Robert Roebling
|
209da8588e
|
Ideally, this would fix a crash.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-27 20:47:06 +00:00 |
|
Robert Roebling
|
76a10f2598
|
Attempt to scroll text view after adding
text. It almost works.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-27 20:25:38 +00:00 |
|
Robert Roebling
|
ab7def879f
|
Next take at combobox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-27 20:24:16 +00:00 |
|
Robin Dunn
|
c0a6a6df9e
|
SWIGged updates for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-27 20:16:12 +00:00 |
|
Robin Dunn
|
f2c424c93f
|
Added static accessors for wxPython for some of the s_mac* members of
wxApp on Mac. They are no-ops for the other platforms.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-27 20:14:46 +00:00 |
|
Vadim Zeitlin
|
9aa03e7493
|
fix bug with timezone calculations when WX_GMTOFF_IN_TM si true
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-27 13:01:29 +00:00 |
|
Chris Elliott
|
788a1cbacb
|
update adding watcom makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-27 10:45:11 +00:00 |
|
Chris Elliott
|
f728abae13
|
update adding watcom makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-27 10:38:06 +00:00 |
|
Chris Elliott
|
6d9fd10c04
|
update adding watcom makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-27 10:32:15 +00:00 |
|
Stefan Csomor
|
421ef4c99b
|
SetValue fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-27 10:24:56 +00:00 |
|
Robin Dunn
|
8258ba4fc1
|
SWIGged updates for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-26 20:48:05 +00:00 |
|
Robin Dunn
|
473419f996
|
SWIGged updates for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-26 20:48:03 +00:00 |
|
Robert Roebling
|
daa249f2b9
|
Docs update for combobox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-26 20:31:52 +00:00 |
|
Robert Roebling
|
5c1926da55
|
More update to wxComboBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-26 20:27:46 +00:00 |
|
Robin Dunn
|
29b763ef35
|
Updated change notes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-26 19:40:25 +00:00 |
|
Robin Dunn
|
23ea56928a
|
SWIGged updates for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-26 19:38:23 +00:00 |
|
Václav Slavík
|
49d884109c
|
fixed wxSYSTEM_MENU on Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-26 19:28:23 +00:00 |
|