Robert Roebling
|
32ace3892c
|
Mention that wxEditableListBox emit events from wxListCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 14:18:32 +00:00 |
|
Robert Roebling
|
7d01d660c1
|
Readded event documentation for wxDataViewCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 14:14:52 +00:00 |
|
Robert Roebling
|
23ae751e16
|
Minor doc update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 13:48:57 +00:00 |
|
Robert Roebling
|
c71ab7c15c
|
use gtk_block_event instead of m_block event field
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 08:27:56 +00:00 |
|
Stefan Csomor
|
f4ef4722ac
|
more common osx types
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 07:17:20 +00:00 |
|
Stefan Csomor
|
ca91917e19
|
fixing paths for xcode proj
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 07:15:52 +00:00 |
|
Vadim Zeitlin
|
eea2be6ca3
|
define wxStringSortAscneding/Descending() even in non-STL build for compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-01 00:50:40 +00:00 |
|
Paul Cornett
|
1224b8a386
|
silence warning with GCC -Wextra
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 23:48:33 +00:00 |
|
Paul Cornett
|
7391e7a058
|
fix opengl dependency in monolithic build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 23:47:24 +00:00 |
|
Vadim Zeitlin
|
cb86bbb5ca
|
update after wx/mac/setup.h rename to wx/osx/setup.h; also order files alphabetically
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 17:14:17 +00:00 |
|
Vadim Zeitlin
|
98a04b4a2a
|
test for utils/wxrc/Makefile existence and not utils/wxrc which always exists when building in source directory (#9928)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 16:29:11 +00:00 |
|
Paul Cornett
|
ef6ece2352
|
remove declaration for ctor which is never defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 15:27:12 +00:00 |
|
Vadim Zeitlin
|
8c3b65d941
|
rename ShowCacheStats to wxStrCacheStatsDumper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 15:07:12 +00:00 |
|
Vadim Zeitlin
|
2549484fe5
|
compilation fix in wxUSE_STL case after r54761
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 15:05:02 +00:00 |
|
Vadim Zeitlin
|
ad8ae78878
|
call GetCache() from a global object ctor to ensure that it is done before any threads are created
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 14:57:53 +00:00 |
|
Vadim Zeitlin
|
0514adaf75
|
fix compilation for wxUSE_STD_STRING==0 case after latest change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 14:41:26 +00:00 |
|
Vadim Zeitlin
|
9c7c6fa27b
|
fix wxUSE_STL compilation after latest changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 14:39:08 +00:00 |
|
Vadim Zeitlin
|
302acc453d
|
define wxString::iterator::iterator_category correctly if wxUSE_STD_STRING and not only if wxUSE_STL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 14:15:05 +00:00 |
|
Václav Slavík
|
c0213e2ace
|
fixed memory corruption in wxHTML when parsing '&;' in the markup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 14:00:07 +00:00 |
|
Robert Roebling
|
1d7c0c0828
|
try to correct wxListCtrl docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 08:05:29 +00:00 |
|
Vadim Zeitlin
|
45a591faba
|
more Doxygen warnings corrections and fixes from Tim S
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 23:58:45 +00:00 |
|
Vadim Zeitlin
|
2c6dbc21b9
|
no changes, just de-TAB-bed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 22:01:20 +00:00 |
|
Stefan Neis
|
f35f85a99c
|
Added implementation of thread local storage for OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 21:55:09 +00:00 |
|
Vadim Zeitlin
|
4aeb71a4d2
|
fix another occurrence of g++ 3.3 problem with deprecated ctors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 21:27:44 +00:00 |
|
Stefan Neis
|
d3b9a3fd36
|
Workaround for bug in gcc-3.1 through gcc-3.3 in handling deprecation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 21:21:49 +00:00 |
|
Vadim Zeitlin
|
a8be206acc
|
no changes, fix typo in comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 21:08:43 +00:00 |
|
Vadim Zeitlin
|
89cafab0f4
|
using ListView_Get[Sub]ItemRect() provokes warnings with mingw32 4.3, use our own versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 16:53:18 +00:00 |
|
Vadim Zeitlin
|
ee56d68c45
|
avoid unnecessary heap allocation of BITMAPINFO struct
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 16:31:31 +00:00 |
|
Vadim Zeitlin
|
d3acc83ae9
|
fix some (harmless) mingw32 4.3 warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 16:30:53 +00:00 |
|
Vadim Zeitlin
|
58bd9838c5
|
implement operator!=() inline (forgot to commit before)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 16:30:03 +00:00 |
|
Vadim Zeitlin
|
83a4297638
|
fix mingw32 4.3 warning about passing literal string as non-const char*
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 15:01:31 +00:00 |
|
Vadim Zeitlin
|
0475d322f7
|
use C99 isfinite() for 64 bit mingw32 instead of BSD-ish finite() which it apparently doesn't have
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 12:55:43 +00:00 |
|
Vadim Zeitlin
|
98225d0279
|
test for __MINGW64__ in the huge files support section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 12:52:47 +00:00 |
|
Vadim Zeitlin
|
d12fd3ebcf
|
define HAVE_SSIZE_T if _SSIZE_T_DEFINED is defined for mingw32 (#9921)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 12:49:13 +00:00 |
|
Vadim Zeitlin
|
792255cc6d
|
more Doxygen warnings corrections from Tim S
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 12:44:43 +00:00 |
|
Stefan Csomor
|
dbeddfb93d
|
committing current cocoa state just to be safe ...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-30 08:03:32 +00:00 |
|
Vadim Zeitlin
|
8b73c5318c
|
chanegd wxTlsValue to be pointer-like instead of value-like which doesn't work for UDTs; use __thread keyword with mingw32 >= 4.3 too; use library-based thread-specific variables support in wxString cache now that it is fixed to work there; finally added a unit test for TLS stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-29 23:28:42 +00:00 |
|
Vadim Zeitlin
|
b18f47d002
|
document wxCP_NO_TLW_RESIZE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-29 17:35:30 +00:00 |
|
Paul Cornett
|
48200154f4
|
replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-29 15:46:48 +00:00 |
|
Robert Roebling
|
52ddeedbde
|
Typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-29 14:00:43 +00:00 |
|
Robert Roebling
|
2038034368
|
Fix #9917: File save dialog does not honor file extension on GTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-29 13:57:03 +00:00 |
|
Vadim Zeitlin
|
33ccf3d1ec
|
make the length of string proportional to the parameter to study test time dependency on it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-29 13:56:03 +00:00 |
|
Robert Roebling
|
a6919a6aca
|
Mention wxString caching in UTF-8 ode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-29 12:46:41 +00:00 |
|
Robert Roebling
|
3f5506cfd3
|
Another doc patch from Tim
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-29 12:15:59 +00:00 |
|
Vadim Zeitlin
|
e85eaef3fa
|
override DoOpen/SaveDocument() instead of OnOpen/SaveDocument(), just as in docmdi sample after r55141/r55142/r55143 changes (#9892)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-29 11:38:12 +00:00 |
|
Vadim Zeitlin
|
b053bf9ef4
|
don't use new string caching code without compiler TLS support (temporary fix to compilation problems)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-28 21:50:10 +00:00 |
|
Vadim Zeitlin
|
af912213b3
|
compilation fix for non-UTF-8 build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-28 19:39:23 +00:00 |
|
Vadim Zeitlin
|
68482dc584
|
add cache for last used position and string length to UTF-8 wxString, dramatically improving performance of the code using indices to iterate over strings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-28 19:19:11 +00:00 |
|
Vadim Zeitlin
|
8fad8b2e52
|
add the possibility to pass numeric parameters to benchmark functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-28 17:14:39 +00:00 |
|
Paul Cornett
|
3bbc1d95a1
|
use 8 bits for alpha, nothing needs 16 bit alpha here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-28 15:46:32 +00:00 |
|