Jaakko Salli
|
d7e2b52235
|
Reworked wxPGCell. It is now reference counted, and therefore much more user friendly, and is used internally as basis for most property colour values instead of separate row text and bg colours.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-31 18:53:37 +00:00 |
|
Vadim Zeitlin
|
42632bcee1
|
fix MSVC /Wp64 warning about size_t to int conversion (closes #10068)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-31 17:14:12 +00:00 |
|
Vadim Zeitlin
|
08e827d82d
|
fix compilation without wxUSE_FILESYSTEM (closes #10114)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-31 13:07:42 +00:00 |
|
Václav Slavík
|
13e451aee2
|
wxTLW: don't assert when setting null icons initially (#10138)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-31 10:06:19 +00:00 |
|
Václav Slavík
|
ed7701bd5f
|
fix toolbar buttons so that they don't disappear temporarily when clicked if the event handler causes window update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-31 09:41:47 +00:00 |
|
Paul Cornett
|
9065953545
|
make sure update UI handlers are called for accelerators, #10130
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-31 05:25:59 +00:00 |
|
Vadim Zeitlin
|
254cb7348f
|
grid sample doesn't need neither html nor xml library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-31 02:06:25 +00:00 |
|
Bryan Petty
|
23d291c2d2
|
Reviewed some g* interface headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-31 01:22:58 +00:00 |
|
Vadim Zeitlin
|
fecddbaa5d
|
disable a correct test which VC6 just doesn't want to grok (hopefully last buildbot error?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 23:23:07 +00:00 |
|
Vadim Zeitlin
|
0fbfcdd068
|
for some reason having int/size_t assertEquals() overload is not always enough for VC6, so provide both unsigned int/long overloads instead and rely on size_t being one of them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 23:22:10 +00:00 |
|
Vadim Zeitlin
|
6b583d40a8
|
fix linking problems due to MSVC implicitly considering template classes specializations used as base classes DLL-exported even though it doesn't actually export them when building the DLL (with or without explicit declspec(dllexport)); also replace wxCharTypeBuffer::NullData with a static function to allow not DLL-exporting this class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 23:04:29 +00:00 |
|
Vadim Zeitlin
|
10d256d6c8
|
attempting to fix VC6 compilation error from buildbot logs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 16:54:41 +00:00 |
|
Vadim Zeitlin
|
638205e547
|
don't use WXDLLIMPEXP_BASE with wx[Sorted]Array_SortFunction, this results in link errors with VC[89] when building a DLL and shouldn't be necessary with any other compilers neither as these classes have only inline methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 15:57:18 +00:00 |
|
Václav Slavík
|
b6e2aaace5
|
must close output file before reading back from it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 11:22:31 +00:00 |
|
Francesco Montorsi
|
90a47090c6
|
set WARN_IF_UNDOCUMENTED to YES; it doesn't introduce new warnings for now but could in future
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 11:16:22 +00:00 |
|
Francesco Montorsi
|
335da90299
|
fix typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 11:15:08 +00:00 |
|
Francesco Montorsi
|
b4da9d62df
|
modernized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 11:14:46 +00:00 |
|
Francesco Montorsi
|
78e37b46a4
|
fixed missing semicolons, as reported by check_syntax.sh
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 11:11:00 +00:00 |
|
Francesco Montorsi
|
d6d0011db9
|
added a simple script to detect interface headers with missing semicolons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 11:06:06 +00:00 |
|
Francesco Montorsi
|
37220641e0
|
typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 10:53:56 +00:00 |
|
Francesco Montorsi
|
bf505dfce5
|
fixed the error '& may not appear in macro parameter list' reported by running gcc preprocessor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 10:39:54 +00:00 |
|
Francesco Montorsi
|
d7b99b162f
|
fixed the error 'macro parameters must be comma-separated' reported by running gcc preprocessor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 10:32:10 +00:00 |
|
Václav Slavík
|
55ad60c94c
|
wxHTML: don't include extra whitespace in table cells
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 07:24:36 +00:00 |
|
Vadim Zeitlin
|
22a9029e23
|
VC6 compilation fix after last change (thanks buildbot)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 00:32:24 +00:00 |
|
Francesco Montorsi
|
b56d1061bb
|
enable all compat symbols when using gccxml
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 18:58:43 +00:00 |
|
Francesco Montorsi
|
18e9c453ef
|
s/FALSE/false
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 18:58:21 +00:00 |
|
Francesco Montorsi
|
5e6e278dc1
|
moved to appropriate 'protected' sections all functions wrongly placed in 'public' sections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 18:55:57 +00:00 |
|
Vadim Zeitlin
|
8aea37a9df
|
use buffered streams to reduce the number of TCP packets used per IPC command from up to 7 to 1 for reasonably sized payloads, this dramatically (by 150 times for the IPC benchmark on a LAN) increases performance; also centralize all the streams used in a single wxIPCSocketStreams class and allocate only it on the heap instead of doing it for all of the streams
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 16:45:55 +00:00 |
|
Vadim Zeitlin
|
f42c1512dd
|
provide ctors allowing to specify the non-default buffer size for buffered streams and wxStreamBuffer itself
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 16:42:45 +00:00 |
|
Francesco Montorsi
|
187c2f81bc
|
a few other means to avoid false positives
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 16:30:50 +00:00 |
|
Vadim Zeitlin
|
de56f24082
|
added wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that the "Save" menu item is enabled for new documents, even although they're not modified yet (otherwise the standard Ctrl-S key doesn't work in this case which is pretty annoying)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 16:23:25 +00:00 |
|
Vadim Zeitlin
|
d7b3a73d07
|
document wxDocument::GetDocumentSaved()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 16:15:03 +00:00 |
|
Vadim Zeitlin
|
838dd956a4
|
fix assert when adding an entry to an already full file history (closes #10118)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 16:04:06 +00:00 |
|
Francesco Montorsi
|
5e27edecac
|
fix typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 16:00:56 +00:00 |
|
Francesco Montorsi
|
5267aefd85
|
automated ifacecheck fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 15:34:31 +00:00 |
|
Vadim Zeitlin
|
0c61ab6f66
|
add WX_CLEAR_ARRAY test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 12:33:34 +00:00 |
|
Vadim Zeitlin
|
7ee34f2be1
|
no changes, just use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 12:25:32 +00:00 |
|
Jouk Jansen
|
958b430ac7
|
Update OpenVMS compile support (problem cairo logical)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-29 07:53:45 +00:00 |
|
Francesco Montorsi
|
91fa0da424
|
added some 'wxString::' portions to make referenced functions auto-linked by Doxygen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-28 15:58:51 +00:00 |
|
Francesco Montorsi
|
43c48e1e53
|
automated ifacecheck fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-28 15:36:26 +00:00 |
|
Francesco Montorsi
|
56454c1513
|
fixed a missing ampersand
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-28 15:34:46 +00:00 |
|
Francesco Montorsi
|
a805142d93
|
move wxVListBoxNameStr into vlbox.cpp source file (as for all other wxWidgets *NameStr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-28 15:03:37 +00:00 |
|
Francesco Montorsi
|
303c6f20d2
|
make IsKindOf() taking a const wxClassInfo* instead of a wxClassInfo*, just like the homonym method in wxClassInfo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-28 14:54:40 +00:00 |
|
Francesco Montorsi
|
cfbe561401
|
ifacecheck fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-28 14:29:36 +00:00 |
|
Václav Slavík
|
9e570f836b
|
fixed interpretation of line breaks in <pre> to conform to the spec (#10120)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-28 10:04:36 +00:00 |
|
Vadim Zeitlin
|
7e73fb9c99
|
no real changes, just reformat before starting really modifying
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-28 00:02:38 +00:00 |
|
Vadim Zeitlin
|
438febca6e
|
don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-27 22:04:42 +00:00 |
|
Francesco Montorsi
|
fadc2df682
|
automated ifacecheck fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-27 21:26:54 +00:00 |
|
Francesco Montorsi
|
50ec54b656
|
other ifacecheck fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-27 21:18:55 +00:00 |
|
Francesco Montorsi
|
83fdf79672
|
fixed some false positives; fixed method declaration-position detection also for operators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-27 21:16:01 +00:00 |
|