Paul Cornett
|
e0749635a5
|
HP aC++ 3.80 can't handle parenthesized string literal in an initializer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-28 04:15:11 +00:00 |
|
Paul Cornett
|
3b2f109dbb
|
another fix for HP-UX 11.11 vsscanf, should have been in r51260
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-28 04:14:54 +00:00 |
|
Julian Smart
|
44580804c2
|
Take basic style into account when applying style sheet
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-27 17:37:17 +00:00 |
|
Julian Smart
|
3f239e3760
|
Take basic style into account when showing style under cursor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-27 17:34:23 +00:00 |
|
Václav Slavík
|
84d2877f32
|
UTF-8 build fixes for appending, setting or searching for NUL characters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-27 16:29:52 +00:00 |
|
Václav Slavík
|
4f03ec887b
|
converting temporary wxString to const wxChar* and storing that doesn't work (and doesn't even compile if wxUSE_STL), fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-27 16:25:33 +00:00 |
|
Václav Slavík
|
6e63b5c9d8
|
Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAND1, for consistency with other applications
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-27 15:28:27 +00:00 |
|
Vadim Zeitlin
|
1894e49f51
|
add wxCONCAT[345]() helper macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-27 14:10:53 +00:00 |
|
Vadim Zeitlin
|
c058cafa56
|
don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-27 13:21:39 +00:00 |
|
Vadim Zeitlin
|
d102b02a88
|
only define wxEventPtr in wxBase, not wxCore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-27 12:57:04 +00:00 |
|
Vadim Zeitlin
|
75aea0d824
|
define (empty) SetIcon() method in wxGenericMDIChildFrame for compatibility with MSW implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-27 12:43:46 +00:00 |
|
Vadim Zeitlin
|
561d687c49
|
don't reference non-existent doc.xmb file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-27 12:42:28 +00:00 |
|
Václav Slavík
|
c3c11581dc
|
added VC7/8 project files for samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-27 11:38:07 +00:00 |
|
Vadim Zeitlin
|
07f87b6b2e
|
don't fail in wxTransferStreamToFile if file size is exact multiple of 4KB (bug 1835918)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-26 23:23:09 +00:00 |
|
Vadim Zeitlin
|
47b6fabc7d
|
delete the event object in ProcessPendingEvents() even if the handler throws an exception (bug 1836010)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-26 23:18:30 +00:00 |
|
Vadim Zeitlin
|
04d24675d3
|
set listview extended styles after switching to report view and not only when creating it (blind fix for bug 1874996)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-26 22:54:47 +00:00 |
|
Vadim Zeitlin
|
ba8c878f95
|
don't append anything back in DoDeleteOneItem() if the control becomes empty (fixes bug 1880411)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-26 22:31:55 +00:00 |
|
Vadim Zeitlin
|
da603a6786
|
fix the code to not use dangling pointers resulting in asserts about invalid Unicode strings mentioned in the bug 1880411
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-26 22:20:45 +00:00 |
|
Vadim Zeitlin
|
5bd623e1ea
|
fix a typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-26 21:54:38 +00:00 |
|
Vadim Zeitlin
|
67c5dabb64
|
fix assert when using owner-drawn menu items with the newest (Vista) SDK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-26 01:34:00 +00:00 |
|
Vadim Zeitlin
|
855b9ce000
|
include wx/stopwatch.h to get wxMilliClock_t and wxGetLocalTimeMillis() declarations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-25 21:51:42 +00:00 |
|
Julian Smart
|
020b60117f
|
Corrected image saving to HTML
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-25 16:38:39 +00:00 |
|
Julian Smart
|
c433798e64
|
HTML output corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-25 15:03:05 +00:00 |
|
Julian Smart
|
8cc448d308
|
Image objects should load and save attributes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-25 12:10:43 +00:00 |
|
Julian Smart
|
6470ffba45
|
Fixed a bug in HasAlignment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-25 09:15:26 +00:00 |
|
Julian Smart
|
6f5d63bcb0
|
Update caret in SetInsertionPoint
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-24 22:43:39 +00:00 |
|
Paul Cornett
|
3fd7b18a61
|
remove redundant WX_CLEAR_LIST, it's done by base dtor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-24 18:13:12 +00:00 |
|
Paul Cornett
|
0f35e441b0
|
fix memory leak when wxMenu is used as a popup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-24 17:59:11 +00:00 |
|
Julian Smart
|
3c8766f7dc
|
Optimization correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-24 17:28:59 +00:00 |
|
Václav Slavík
|
c88a264a08
|
supress warning about in custom build steps with VC7+ (temporary workaround until bakefile 0.2.4)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-24 11:25:15 +00:00 |
|
Vadim Zeitlin
|
4eb77d8bce
|
generate focus and kill focus events for wxTextCtrl at wxWindow level instead of doing it in wxTextCtrl itself and specifically disabling focus event generation for text controls in wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-24 09:34:05 +00:00 |
|
Vadim Zeitlin
|
aa709c269a
|
compilation fix after r51188: only define operator<<() overloads for wxLongLong_t for VC6, next VC versions (and presumably all other compilers as we hadn't had problems with them before) define them in their standard library already
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-23 23:32:12 +00:00 |
|
Vadim Zeitlin
|
2075745810
|
define __VISUALCn__ for n=5,6,7,8,9 and not only 8; also document these symbols
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-23 23:30:48 +00:00 |
|
Vadim Zeitlin
|
d9df421aae
|
no real changes, just use HandleWindowEvent() instead of GetEventHandler()->SafelyProcessEvent() in the last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-23 23:03:40 +00:00 |
|
Václav Slavík
|
e662c3157e
|
use _vc8 suffix for VS2005 projects for consistency
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-23 22:51:05 +00:00 |
|
Václav Slavík
|
147e8ebc05
|
catch exceptions when sending menu events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-23 22:31:04 +00:00 |
|
Robert Roebling
|
4a9dc87b27
|
remove wxT()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-23 20:48:20 +00:00 |
|
Michael Wetherell
|
ba5a72daa3
|
Move the mac stable branch build onto an x86 machine, as it was on an ia64
machine by mistake which doesn't have the mac compiler in the path.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-23 16:22:23 +00:00 |
|
Václav Slavík
|
6e0fbb3dbf
|
regenerated makefiles with bkl-0.2.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-23 12:13:07 +00:00 |
|
Václav Slavík
|
2275c73268
|
updated bakefiles to take advantage of Bakefile 0.2.3 (now required)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-23 12:04:13 +00:00 |
|
Bryan Petty
|
704e631016
|
Reverted wxAuiFloatingFrame dtor crash fix (r51324) in favor of wxWeakRef implementation, thanks Robert.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-23 07:53:03 +00:00 |
|
Vadim Zeitlin
|
3056dddc54
|
remove the unnecessary non-const GetPage() overload
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-22 19:31:10 +00:00 |
|
Stefan Csomor
|
a47f55c5aa
|
fixing 1877182
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-22 14:02:37 +00:00 |
|
Václav Slavík
|
e9267735a3
|
ignore Visual Studio per-user/machine settings files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-22 13:33:49 +00:00 |
|
Václav Slavík
|
987ae041ae
|
updated include/wx/meta/* files list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-22 13:31:20 +00:00 |
|
Václav Slavík
|
6712283cf1
|
fixed wxVector<T> to work with non-POD types again; added optimization to keep using (much faster) realloc with types that are movable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-22 11:29:21 +00:00 |
|
Václav Slavík
|
ae46a7fd15
|
use xdg-open in wxLaunchDefaultBrowser() on Unix if available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-22 10:20:02 +00:00 |
|
Julian Smart
|
97f3b1e939
|
Added event handler macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-22 08:23:31 +00:00 |
|
Bryan Petty
|
601398b9b1
|
Fixed a rare wxAuiFloatingFrame dtor crash on MSW using a registration mechanism in wxAuiManager.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-22 08:20:18 +00:00 |
|
Vadim Zeitlin
|
3baef911e4
|
temporary fix for shared build linking problems after the last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-21 22:34:48 +00:00 |
|