Włodzimierz Skiba
34deaa9362
Build fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 23:08:31 +00:00
Vadim Zeitlin
1c756ac814
allow specifying the style for wxHtmlHelpController used as fallback by wxBestHelpController (patch 1485669)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 23:07:02 +00:00
Vadim Zeitlin
a552d1201f
fix the bug which prevented the same wxFile/DirDialog object from being used twice (patch 1485127)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 23:01:21 +00:00
Vadim Zeitlin
fd0bab4353
use dynamic array for the page breaks positions (patch 1483976)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 22:56:28 +00:00
Vadim Zeitlin
db759dde87
use GetPath() instead of GetFullPath() in the directory-oriented functions (patch 1482016)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 22:44:04 +00:00
Vadim Zeitlin
5613bc20ed
check for ERROR_NO_MORE_FILES error code from FindFirstFile() as it's not really an error (patch 1481895)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 22:40:37 +00:00
Vadim Zeitlin
b219a1a95b
added British spellings of the alignment flags (patch 1486478)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 22:37:04 +00:00
Vadim Zeitlin
234fedd2d3
added support for CMYK JPEGs loading (patch 1476078)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 20:08:39 +00:00
Vadim Zeitlin
bd981f27c9
use wxBitmap objects instead of pointers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 20:00:56 +00:00
Vadim Zeitlin
a4f7b480c1
document that GetSubItemRect() is new since 2.7.0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 19:35:56 +00:00
Michael Wetherell
3fa2676fc3
Take account of the numlock when mapping mgl virtual keycodes to wx ones.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 19:23:44 +00:00
Robin Dunn
10383fe27b
Allow for non-ascii text in resources
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 19:20:45 +00:00
Michael Wetherell
6dd7263a0f
Regenerate to add the new file toucan.png.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 19:05:26 +00:00
Michael Wetherell
27d98837f3
Use the posix S_ISREG instead of S_IFREG if it is defined. Fixes wxFileExists
...
on DJGPP where S_IFREG is defined as 0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 18:58:12 +00:00
Vadim Zeitlin
164a797204
added wxListCtrl::GetSubItemRect() and subitem hit testing (patch 1476971)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 18:10:10 +00:00
Vadim Zeitlin
17e914373a
added wxHyperlinkCtrl (patch 1476781 from Francesco)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 17:41:09 +00:00
Michael Wetherell
515a581d0d
Export the event types.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 17:40:20 +00:00
Michael Wetherell
5de959df83
Compile fixes: gcc seems to need pbt.h including, and PBT_APMRESUMEAUTOMATIC
...
isn't in the headers for most compilers (the other PBT_* macros are there).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 17:36:30 +00:00
Vadim Zeitlin
2f0add5ae0
allow partial read/writes (patch 1476893)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 17:27:40 +00:00
Vadim Zeitlin
e978011a40
delete the associated wxStaticBox in wxStaticBoxSizer dtor (patch 1473769)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 17:24:12 +00:00
Vadim Zeitlin
6a1b3ead3f
added wxTB_NO_TOOLTIPS (heavily modified patch 1458009)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 17:17:02 +00:00
Vadim Zeitlin
0bb4ad85f3
fix crashes in the calctl sample under OS/2 (patch 1495898)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 15:20:32 +00:00
Vadim Zeitlin
7a828c7ffb
wxVsnprintf() implementation with positional parameters support (patch 1462778); disabled for now
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 15:18:15 +00:00
Vadim Zeitlin
fcca30c7e6
added assertion_traits<> specialization for wxString and convenient CPPUNIT_ASSERT_STR_EQUAL macro
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 15:06:14 +00:00
Vadim Zeitlin
1e1c5d6276
explicitly call base class ctor to silent gcc warning (patch 1492701)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 14:33:56 +00:00
Vadim Zeitlin
8e1a5bf979
added SetDoubleBuffered() (patch 1491093)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 14:30:08 +00:00
Vadim Zeitlin
0a089246e7
wizards not using sizers for the page layout now work again
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 14:19:18 +00:00
Vadim Zeitlin
2faa0a64e1
no changes (spaces only)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 14:17:48 +00:00
Vadim Zeitlin
6540132fa1
wxFontEnumerator::GetFacenames/Encodings() now return arrays and not pointers to them (patch 1483341)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 13:51:34 +00:00
Vadim Zeitlin
22757a804b
update from Adrián González
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 13:08:02 +00:00
Mart Raudsepp
49b8ffac1a
The following methods appear to be new since 2.7.0 (from 64-bit stream patch):
...
wxLongLong& operator operator=(wxULongLong_t ll)
wxLongLong& operator operator=(long l)
wxLongLong& operator operator=(unsigned long l)
wxLongLong& operator operator=(const wxULongLong & ll)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 10:53:00 +00:00
Mart Raudsepp
b2458f311b
wxStringTokenizer::GetLastDelimiter is new since 2.7.0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 10:19:23 +00:00
Mart Raudsepp
a06ee28822
GetDocumentsDir, GetResourcesDir and GetLocalizedResourcesDir are new since 2.7.0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 10:12:57 +00:00
Mart Raudsepp
d6f2fae8e6
Underscore escaping fix from Angel Vidal Veiga
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 10:03:03 +00:00
Mart Raudsepp
e1d6cd9a03
\newsince{2.7.0} for GetMouseCursor with a note to GetCursor
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 09:47:08 +00:00
Mart Raudsepp
0376722f64
newsince for ProcessMouseClick with a note to OnMouseClick in earlier versions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 09:41:52 +00:00
Mart Raudsepp
78b5edc517
Add \newsince{2.7.0} to GetAsString and Set(wxString&)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 09:29:53 +00:00
Mart Raudsepp
669b0c0a0b
Fix underscore escaping again (one obscure one left in wxmsw.tex)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 09:12:42 +00:00
Michael Wetherell
7325e21c4f
Missing header.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 09:05:10 +00:00
Vadim Zeitlin
3032b7b5c2
moved power functions for MSW from utils.cpp to (new) power.cpp and implemented them
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-27 14:29:30 +00:00
Vadim Zeitlin
355debca06
added wxPowerEvent; moved power functions stubs to common/powercmn.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-27 14:09:40 +00:00
Vadim Zeitlin
9fa1b6aad4
added more directories
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-27 12:24:03 +00:00
Włodzimierz Skiba
954427ba3e
More small devices adjustements.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-27 00:03:27 +00:00
Włodzimierz Skiba
6e0f4664cc
Correct dll usage for wxDatePickerCtrl under WinCE.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-26 23:58:39 +00:00
Robin Dunn
4a2e5ee8f9
Fixes for the DLL build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-26 19:02:57 +00:00
Włodzimierz Skiba
910b005366
Include wx/wx/bmpbuttn.h according to precompiled headers of wx/wx.h (with other minor cleaning).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-26 18:47:45 +00:00
Robin Dunn
45dc66f8e2
Some tweaks to reflect changes in wxWidgets
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-26 18:36:37 +00:00
Włodzimierz Skiba
8715875f72
Fixed unicode reference file writing under some builds.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-26 17:27:22 +00:00
Paul Cornett
ed32fb5b21
fix incomplete change in previous commit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-26 16:44:49 +00:00
Robin Dunn
bd2903e1c3
Another stab (hopefully the last) at how to handle the delayed
...
initialization of the stock objects. Go ahead and create an
uninitialized instance using __new__, and then just set the .this
attribute when the app is initialized.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-26 16:43:24 +00:00