Vadim Zeitlin
|
917fe2f242
|
fix a couple of spelling errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-22 22:27:03 +00:00 |
|
Julian Smart
|
44bcee116e
|
Cleanup of previous fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-22 11:32:23 +00:00 |
|
Robert Roebling
|
de2fcf0332
|
#9854 (AddPendingEvent - protect during wxEvtHandler destruction)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-22 09:18:30 +00:00 |
|
Vadim Zeitlin
|
fe9fb970bb
|
compilation fix for wxUniv/GTK (closes #9849)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-21 22:12:43 +00:00 |
|
Julian Smart
|
afb0d55c83
|
Fixed default margin sizes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-21 16:08:32 +00:00 |
|
Václav Slavík
|
fda71b397a
|
re-fix MinGW DLL compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-20 21:35:55 +00:00 |
|
Paul Cornett
|
a99bcb5e5e
|
non-pch build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-19 16:28:21 +00:00 |
|
Vadim Zeitlin
|
aa74cc2120
|
don't use WXDLLIMPEXP_BASE_DATA() around member data, this results in an error in MSVC DLL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-18 19:52:00 +00:00 |
|
Vadim Zeitlin
|
bfafa6288f
|
don't terminate the event loop in EndModal() if it was already terminated because of an exception thrown inside it (#9838)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-18 11:51:53 +00:00 |
|
Vadim Zeitlin
|
2753fd96ff
|
add comparison operators for UUID class (#9871)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-18 11:30:10 +00:00 |
|
Vadim Zeitlin
|
d026fee446
|
compilation fix for wxUniv/MSW after r54937 (#9866)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-15 23:01:28 +00:00 |
|
Václav Slavík
|
03af437f75
|
made wxCharTypeBuffer<T>::release() const again, for compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-12 15:10:57 +00:00 |
|
Václav Slavík
|
7113846bc8
|
DLLs linking fix wxCharTypeBuffer<T>::NullData
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-10 20:41:10 +00:00 |
|
Václav Slavík
|
e00d33048d
|
pch-less compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-10 20:40:48 +00:00 |
|
Václav Slavík
|
95691abd43
|
radically simplified declarations of wxUString-specific char buffers: there are no compatibility concerns, so they can simply be typedefs for wxCharTypeBuffer<T>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-10 20:28:20 +00:00 |
|
Václav Slavík
|
5c1de526d2
|
added refcounting to wxCharBuffer to fix passing of wxCharBuffer to printf-like functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-10 19:37:51 +00:00 |
|
Vadim Zeitlin
|
dd79ca2fd8
|
undid changes accidentally committed as part of r55019
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-08 19:00:19 +00:00 |
|
Vadim Zeitlin
|
64a044d5a6
|
added wxTLS_TYPE() macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-08 02:59:32 +00:00 |
|
Vadim Zeitlin
|
375a5d3a93
|
add DECLARE_NO_COPY_TEMPLATE_CLASS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-08 02:37:56 +00:00 |
|
Václav Slavík
|
14440cc658
|
small wxArtProvider API improvements: added HasNativeProvider() and renamed confusingly-named Insert() to PushBack()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-07 11:46:59 +00:00 |
|
Paul Cornett
|
f1d5aa4eca
|
fix sizing of extra control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-07 06:51:10 +00:00 |
|
Paul Cornett
|
a1cb0b110e
|
use "new" GtkToolbar API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-06 16:26:16 +00:00 |
|
Vadim Zeitlin
|
16882c9e37
|
correct use of WXDLLIMPEXP_BASE for wxChar16 wxStrlen() overloads (#9827)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-05 17:13:03 +00:00 |
|
Vadim Zeitlin
|
6d9b671692
|
mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces #9155)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-05 01:55:44 +00:00 |
|
Vadim Zeitlin
|
c77049a04b
|
general docview.cpp code cleanup; use wxVector<> instead of manually-allocated arrays; refactor wxDocManager::CreateDocument() and allow using wxDOC_SILENT with wxDOC_NEW; cleanup wxFileHistory code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-04 00:37:00 +00:00 |
|
Vadim Zeitlin
|
a470957ada
|
fix fatal bug in wxVector copy ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-03 23:58:24 +00:00 |
|
Benjamin Williams
|
45ca0e7750
|
fix mouse capture lost assert when dialog shown in tab change event handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-03 13:58:08 +00:00 |
|
Vadim Zeitlin
|
4af4dec65f
|
compilation fix for PCH-less build; also moved some functions out of line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-03 12:24:25 +00:00 |
|
Vadim Zeitlin
|
9016f3ad73
|
add support for multiline labels in wxToggleButton
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-03 11:47:01 +00:00 |
|
Vadim Zeitlin
|
118a41d993
|
added wxSHUTDOWN_LOGOFF flag, don't use EWX_FORCE by default but only if wxSHUTDOWN_FORCE is specified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-03 10:56:05 +00:00 |
|
Vadim Zeitlin
|
604fba2d34
|
made wxDELETE[A]() template functions instead of macros; they now also check that their argument is fully declared (#9685)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-02 22:49:01 +00:00 |
|
Vadim Zeitlin
|
1c2b921a1c
|
don't use our custom WM_PAINT handler with composited window as this results in an endless repaint loop (#9666); also don't even define HandlePaint() under CE as it's never used there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-02 22:34:37 +00:00 |
|
Vadim Zeitlin
|
d66d050088
|
add wxGet/Set/HasWindowExStyle() helpers and use them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-02 22:30:05 +00:00 |
|
Vadim Zeitlin
|
e8759560f8
|
add wxRenderer::GetCheckBoxSize(); refactor wxGTK code to avoid duplication (#9642)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-02 21:51:22 +00:00 |
|
Vadim Zeitlin
|
9d1c7e8474
|
add wxImage::SetType() and use it in animation decoders (#9639)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-02 20:13:41 +00:00 |
|
Vadim Zeitlin
|
05d31b3aca
|
fix keyboard navigation in radio boxes containing hidden or disabled items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-02 19:45:23 +00:00 |
|
Vadim Zeitlin
|
8758875e0b
|
added enabled and hidden attributes to radio box items in XRC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-02 18:21:38 +00:00 |
|
Vadim Zeitlin
|
707d9f4047
|
VC6 compilation warning fix for non-defined template class copy ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-02 13:10:33 +00:00 |
|
Stefan Csomor
|
da712b51d4
|
guarding preproc variable against undefined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-02 04:47:39 +00:00 |
|
Vadim Zeitlin
|
328fafa1db
|
capitalize the application name in GetAppDisplayName() by default; this results in logging message appearance consistent with wx 2.8 and generally looks better
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-01 23:47:22 +00:00 |
|
Vadim Zeitlin
|
0c7db140c5
|
add wxString::Capitalize() and MakeCapitalized() for consistency with Upper/Lower() we already have
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-01 23:39:11 +00:00 |
|
Vadim Zeitlin
|
6b1eedc1bb
|
add more stock items (#9799)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-01 14:38:02 +00:00 |
|
Vadim Zeitlin
|
4c7b2d367e
|
build fix for wxGTK/Univ build (#9706)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-01 13:53:05 +00:00 |
|
Vadim Zeitlin
|
3e97a90518
|
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-01 13:46:46 +00:00 |
|
Robert Roebling
|
676a568708
|
Forgot to commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-01 12:05:46 +00:00 |
|
Robert Roebling
|
6090d53c8a
|
Compilation for wchar mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-01 07:16:49 +00:00 |
|
Stefan Csomor
|
420b39aa4b
|
moving common implementation for osx closer to unix, by using threadspsx.cpp and unix/dir.cpp, getting rid of morefile(x) and moving colour.cpp to core
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-01 06:40:16 +00:00 |
|
Robert Roebling
|
a029059f92
|
include <string>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-07-31 12:35:46 +00:00 |
|
Stefan Csomor
|
497209d3b7
|
turning on core timer implementation for carbon as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-07-31 10:27:09 +00:00 |
|
Stefan Csomor
|
265e0ecf30
|
wxColour is implemented using CoreGraphics
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-07-31 10:23:14 +00:00 |
|