wxWidgets.git
15 years agoallow comparison of int with 64 bit integer type (see #10637)
Vadim Zeitlin [Sun, 3 May 2009 09:59:31 +0000 (09:59 +0000)] 
allow comparison of int with 64 bit integer type (see #10637)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoVC6 compilation fixes
Vadim Zeitlin [Sun, 3 May 2009 09:29:22 +0000 (09:29 +0000)] 
VC6 compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agocorrect a typo in a comment in the example (see #10637)
Vadim Zeitlin [Sun, 3 May 2009 09:29:13 +0000 (09:29 +0000)] 
correct a typo in a comment in the example (see #10637)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadd missing fn_str() calls to fix wxUSE_STL=1 wxWinCE build
Vadim Zeitlin [Sun, 3 May 2009 07:57:11 +0000 (07:57 +0000)] 
add missing fn_str() calls to fix wxUSE_STL=1 wxWinCE build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agostd::streamoff is just a (32 bit) long under Win32 with MSVC so extra WX_CPPUNIT_ALLO...
Vadim Zeitlin [Sun, 3 May 2009 07:52:49 +0000 (07:52 +0000)] 
std::streamoff is just a (32 bit) long under Win32 with MSVC so extra WX_CPPUNIT_ALLOW_EQUALS_TO_INT(std::streamoff) is not needed in this case; this also seems to be the case for Borland and Watcom so assume this is always so for Windows compilers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agotest whether wxHAS_EVENT_BIND is supported in wx/features.h itself, not wx/chkconf...
Vadim Zeitlin [Sun, 3 May 2009 07:44:44 +0000 (07:44 +0000)] 
test whether wxHAS_EVENT_BIND is supported in wx/features.h itself, not wx/chkconf.h as the former is included after the latter and so the check was done too early and wxHAS_EVENT_BIND was always defined

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agocheck for wxHAS_EVENT_BIND instead of its converse; updated/coorected some comments
Vadim Zeitlin [Sun, 3 May 2009 07:43:28 +0000 (07:43 +0000)] 
check for wxHAS_EVENT_BIND instead of its converse; updated/coorected some comments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoremove mentions of wxEVENTS_COMPATIBILITY_2_8
Vadim Zeitlin [Sun, 3 May 2009 07:43:00 +0000 (07:43 +0000)] 
remove mentions of wxEVENTS_COMPATIBILITY_2_8

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agooptimized <object_ref> handling for the common case of simple reference with no overw...
Václav Slavík [Sun, 3 May 2009 07:10:23 +0000 (07:10 +0000)] 
optimized <object_ref> handling for the common case of simple reference with no overwrites

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agofixed XRC errors location reporting when using <object_ref>
Václav Slavík [Sun, 3 May 2009 07:00:24 +0000 (07:00 +0000)] 
fixed  XRC errors location reporting when using <object_ref>

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoSeparate the parts of make_bindings.py out into common parts, and SWIG and SIP specif...
Kevin Ollivier [Sat, 2 May 2009 23:07:51 +0000 (23:07 +0000)] 
Separate the parts of make_bindings.py out into common parts, and SWIG and SIP specific parts.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoMove the scripts into a separate directory and commit initial start on automatic...
Kevin Ollivier [Sat, 2 May 2009 22:26:40 +0000 (22:26 +0000)] 
Move the scripts into a separate directory and commit initial start on automatic bindings generator.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoAdd the ability to query if a class is derived from another class.
Kevin Ollivier [Sat, 2 May 2009 22:20:40 +0000 (22:20 +0000)] 
Add the ability to query if a class is derived from another class.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agofix typo (see #10637)
Vadim Zeitlin [Sat, 2 May 2009 21:59:03 +0000 (21:59 +0000)] 
fix typo (see #10637)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years ago(Forward port from 2.8) Allow m_current to be used for the focused item, and reset...
Kevin Ollivier [Sat, 2 May 2009 18:59:28 +0000 (18:59 +0000)] 
(Forward port from 2.8) Allow m_current to be used for the focused item, and reset the scroll position when removing all items from the data browser control.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadded wxStd{In,Out}putStream classes (closes #10637)
Vadim Zeitlin [Sat, 2 May 2009 18:29:33 +0000 (18:29 +0000)] 
added wxStd{In,Out}putStream classes (closes #10637)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoupdate for bakefile 0.2.6
Vadim Zeitlin [Sat, 2 May 2009 17:54:45 +0000 (17:54 +0000)] 
update for bakefile 0.2.6

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agodon't use dialog size gripper under CE (should close #10765)
Vadim Zeitlin [Sat, 2 May 2009 17:06:39 +0000 (17:06 +0000)] 
don't use dialog size gripper under CE (should close #10765)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agouse correct Windows CE version number in strnlen() check (really closes #10763)
Vadim Zeitlin [Sat, 2 May 2009 16:17:00 +0000 (16:17 +0000)] 
use correct Windows CE version number in strnlen() check (really closes #10763)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agodon't use access declarations with Watcom which doesn't support them correctly (close...
Vadim Zeitlin [Sat, 2 May 2009 15:31:14 +0000 (15:31 +0000)] 
don't use access declarations with Watcom which doesn't support them correctly (closes #10749)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoallow passing temporary functors to Bind() too (closes #10653)
Vadim Zeitlin [Sat, 2 May 2009 15:28:16 +0000 (15:28 +0000)] 
allow passing temporary functors to Bind() too (closes #10653)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoWinCE doesn't provide strnlen/wcsnlen() until version 6.0 (closes #10763)
Vadim Zeitlin [Sat, 2 May 2009 15:25:38 +0000 (15:25 +0000)] 
WinCE doesn't provide strnlen/wcsnlen() until version 6.0 (closes #10763)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agofix for crash when undocking AUI toolbars (same as r59107 in 2.8 branch)
Benjamin Williams [Sat, 2 May 2009 15:09:24 +0000 (15:09 +0000)] 
fix for crash when undocking AUI toolbars (same as r59107 in 2.8 branch)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoreverting r43119, fixes #10752
Stefan Csomor [Sat, 2 May 2009 13:44:48 +0000 (13:44 +0000)] 
reverting r43119, fixes #10752

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agokeep {Left,Middle,Right}Down() methods of wxMouseState which were present in 2.9...
Vadim Zeitlin [Sat, 2 May 2009 13:10:38 +0000 (13:10 +0000)] 
keep {Left,Middle,Right}Down() methods of wxMouseState which were present in 2.9; just deprecate them in favour of the new XXXIsDown() ones (see #10756)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoon wxWinCE don't use some message constants since they're not defined there (closes...
Francesco Montorsi [Sat, 2 May 2009 13:09:08 +0000 (13:09 +0000)] 
on wxWinCE don't use some message constants since they're not defined there (closes #10759)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoimprovements to wxEventFunctor classes; use wxHAS_EVENT_BIND instead of wxEVENTS_COMP...
Vadim Zeitlin [Sat, 2 May 2009 12:52:54 +0000 (12:52 +0000)] 
improvements to wxEventFunctor classes; use wxHAS_EVENT_BIND instead of wxEVENTS_COMPATIBILITY_2_8 (see #10653)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadded missing headers for PCH-less compilation
Vadim Zeitlin [Sat, 2 May 2009 11:06:38 +0000 (11:06 +0000)] 
added missing headers for PCH-less compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoFixed bug: wxPropertyGridInterface::SetPropertyReadOnly() with wxPG_DONT_RECURSE...
Jaakko Salli [Sat, 2 May 2009 07:41:21 +0000 (07:41 +0000)] 
Fixed bug: wxPropertyGridInterface::SetPropertyReadOnly() with wxPG_DONT_RECURSE flag didn't do anything

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agorename wxGrid::SendSizeEvent() to SendGridSizeEvent() to avoid warnings about conflic...
Vadim Zeitlin [Fri, 1 May 2009 22:59:58 +0000 (22:59 +0000)] 
rename wxGrid::SendSizeEvent() to SendGridSizeEvent() to avoid warnings about conflicts with base wxWindow class method with the same name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadded wxMouseEventsManager
Vadim Zeitlin [Fri, 1 May 2009 22:52:33 +0000 (22:52 +0000)] 
added wxMouseEventsManager

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoput wx{Keyboard,Mouse}State in events category instead of misc one
Vadim Zeitlin [Fri, 1 May 2009 22:37:14 +0000 (22:37 +0000)] 
put wx{Keyboard,Mouse}State in events category instead of misc one

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoimplement changing wxChoice and wxComboBox height
Vadim Zeitlin [Fri, 1 May 2009 21:49:43 +0000 (21:49 +0000)] 
implement changing wxChoice and wxComboBox height

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadded MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZING to wxUSE_DEFERRED_SIZING...
Vadim Zeitlin [Fri, 1 May 2009 21:48:10 +0000 (21:48 +0000)] 
added MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZING to wxUSE_DEFERRED_SIZING and moved it to the header

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agofix for placement of wxStaticBox childrens (which doesn't affect the placement of...
Francesco Montorsi [Fri, 1 May 2009 15:28:58 +0000 (15:28 +0000)] 
fix for placement of wxStaticBox childrens (which doesn't affect the placement of the siblings) when using wxStaticBoxSizer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agodon't place NULL pointers in the GDK window array in GTKGetWindow()
Francesco Montorsi [Fri, 1 May 2009 14:15:13 +0000 (14:15 +0000)] 
don't place NULL pointers in the GDK window array in GTKGetWindow()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agono changes, just remove #if'd out code
Vadim Zeitlin [Fri, 1 May 2009 12:50:25 +0000 (12:50 +0000)] 
no changes, just remove #if'd out code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agodon't generate CE projects for tests/benchmarks
Vadim Zeitlin [Fri, 1 May 2009 10:14:15 +0000 (10:14 +0000)] 
don't generate CE projects for tests/benchmarks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agocompilation fix after wxMouseState changes (closes #10756)
Vadim Zeitlin [Thu, 30 Apr 2009 12:23:00 +0000 (12:23 +0000)] 
compilation fix after wxMouseState changes (closes #10756)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoshow the new size of the grid row/col which was resized (test for r60435 changes)
Vadim Zeitlin [Wed, 29 Apr 2009 22:00:54 +0000 (22:00 +0000)] 
show the new size of the grid row/col which was resized (test for r60435 changes)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agogenerate wxEVT_GRID_{COL,ROW}_SIZE events when the user double clicks the separating...
Vadim Zeitlin [Wed, 29 Apr 2009 21:59:10 +0000 (21:59 +0000)] 
generate wxEVT_GRID_{COL,ROW}_SIZE events when the user double clicks the separating line too; do not generate these events if the size didn't really change (further improvements to grid events are possible and remain needed, see #10754)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agono changes, just use an accessor method instead of using wxMouseEvent member variable...
Vadim Zeitlin [Wed, 29 Apr 2009 21:43:09 +0000 (21:43 +0000)] 
no changes, just use an accessor method instead of using wxMouseEvent member variables directly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agodon't duplicate wxMouseState in wxMouseEvent but reuse its methods and variables...
Vadim Zeitlin [Wed, 29 Apr 2009 21:42:30 +0000 (21:42 +0000)] 
don't duplicate wxMouseState in wxMouseEvent but reuse its methods and variables (somehow this was never done when wxMouseState was introduced)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agofix conversion of wxString to data in AddFileWithMimeType(wxString, wxString) overloa...
Vadim Zeitlin [Tue, 28 Apr 2009 12:23:48 +0000 (12:23 +0000)] 
fix conversion of wxString to data in AddFileWithMimeType(wxString, wxString) overload in Unicode build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoDo not use Tooltips if they are disabled
Jouk Jansen [Tue, 28 Apr 2009 11:13:11 +0000 (11:13 +0000)] 
Do not use Tooltips if they are disabled

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoCompilo
Robert Roebling [Tue, 28 Apr 2009 09:39:52 +0000 (09:39 +0000)] 
Compilo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadded missing @ref after last change
Vadim Zeitlin [Mon, 27 Apr 2009 21:44:38 +0000 (21:44 +0000)] 
added missing @ref after last change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoFix typo.
Michael Wetherell [Mon, 27 Apr 2009 20:05:13 +0000 (20:05 +0000)] 
Fix typo.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agocorrect SetFont() documentation: at least wxMSW and wxGTK do allow the user to pass...
Francesco Montorsi [Mon, 27 Apr 2009 18:44:42 +0000 (18:44 +0000)] 
correct SetFont() documentation: at least wxMSW and wxGTK do allow the user to pass wxNullFont (or another invalid font instance) (see #10475)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agomake it possible to forward declare the class defined by WX_DECLARE_HASH_SET (fixes...
Vadim Zeitlin [Mon, 27 Apr 2009 13:26:19 +0000 (13:26 +0000)] 
make it possible to forward declare the class defined by WX_DECLARE_HASH_SET (fixes the build on systems where unordered_set is available after r60408)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadd a possibility to disable individual grid rows/columns resizing
Vadim Zeitlin [Sun, 26 Apr 2009 17:02:53 +0000 (17:02 +0000)] 
add a possibility to disable individual grid rows/columns resizing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agowxHashSet::count() method should be const
Vadim Zeitlin [Sun, 26 Apr 2009 16:50:24 +0000 (16:50 +0000)] 
wxHashSet::count() method should be const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadded short col/row resizing overview
Vadim Zeitlin [Sun, 26 Apr 2009 15:50:19 +0000 (15:50 +0000)] 
added short col/row resizing overview

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agopass parent argument of wxAboutBox to wxGenericAboutDialog ctor under GTK/Mac too
Vadim Zeitlin [Sun, 26 Apr 2009 15:28:31 +0000 (15:28 +0000)] 
pass parent argument of wxAboutBox to wxGenericAboutDialog ctor under GTK/Mac too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadded missing parent parameter to Cocoa version of wxAboutBox(); also pass it to...
Vadim Zeitlin [Sun, 26 Apr 2009 14:59:36 +0000 (14:59 +0000)] 
added missing parent parameter to Cocoa version of wxAboutBox(); also pass it to the generic version in both Cocoa and Carbon versions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoset eol style correctly (see #10745)
Vadim Zeitlin [Sun, 26 Apr 2009 19:41:08 +0000 (19:41 +0000)] 
set eol style correctly (see #10745)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agouse svn:eol-style instead of eol:style (see #10745)
Vadim Zeitlin [Sun, 26 Apr 2009 19:36:36 +0000 (19:36 +0000)] 
use svn:eol-style instead of eol:style (see #10745)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadd missing wx/module.h header to fix PCH-less build (closes #10743)
Vadim Zeitlin [Sun, 26 Apr 2009 19:12:01 +0000 (19:12 +0000)] 
add missing wx/module.h header to fix PCH-less build (closes #10743)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoset more svn properties for the files which didn't have them set correctly
Vadim Zeitlin [Sun, 26 Apr 2009 18:43:48 +0000 (18:43 +0000)] 
set more svn properties for the files which didn't have them set correctly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agofix a problem with loading inked.dll (see #10633)
Vadim Zeitlin [Sun, 26 Apr 2009 18:41:02 +0000 (18:41 +0000)] 
fix a problem with loading inked.dll (see #10633)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agofix yet another typo
Francesco Montorsi [Sun, 26 Apr 2009 16:24:03 +0000 (16:24 +0000)] 
fix yet another typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agomention that calling SetFaceName() with an invalid facename will invalidate the font...
Francesco Montorsi [Sun, 26 Apr 2009 15:01:28 +0000 (15:01 +0000)] 
mention that calling SetFaceName() with an invalid facename will invalidate the font object (see #10475)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agomake clear that wxFont::SetFamily() does change the font face name, too (not only...
Francesco Montorsi [Sun, 26 Apr 2009 14:55:07 +0000 (14:55 +0000)] 
make clear that wxFont::SetFamily() does change the font face name, too (not only on wxGTK, also in wxMSW); reorganize docs for wxFont using doxygen groups; mention that GetFamily() is not very useful and returns a lot of times wxFONTFAMILY_UNKNOWN

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agotypo fix (strangely VC9 doesn't consider it an error)
Francesco Montorsi [Sun, 26 Apr 2009 14:38:55 +0000 (14:38 +0000)] 
typo fix (strangely VC9 doesn't consider it an error)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadd parent parameter to wxAboutBox() (closes #9952)
Vadim Zeitlin [Sun, 26 Apr 2009 13:41:21 +0000 (13:41 +0000)] 
add parent parameter to wxAboutBox() (closes #9952)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoAdd support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TIPS flags under wxMSW
Francesco Montorsi [Sun, 26 Apr 2009 13:37:16 +0000 (13:37 +0000)] 
Add support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TIPS flags under wxMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoWinCE compilation fix: ifdef out HandlePaint() (see #10731)
Vadim Zeitlin [Sun, 26 Apr 2009 12:45:25 +0000 (12:45 +0000)] 
WinCE compilation fix: ifdef out HandlePaint() (see #10731)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agocorrect the release branch name
Vadim Zeitlin [Sun, 26 Apr 2009 11:13:02 +0000 (11:13 +0000)] 
correct the release branch name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadd release branch (currently WX_2_9_BRANCH) definitions and reenable VC build slaves...
Vadim Zeitlin [Sun, 26 Apr 2009 11:00:54 +0000 (11:00 +0000)] 
add release branch (currently WX_2_9_BRANCH) definitions and reenable VC build slaves for it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoset correct EOL style for files added in r58024
Vadim Zeitlin [Sun, 26 Apr 2009 10:52:13 +0000 (10:52 +0000)] 
set correct EOL style for files added in r58024

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoNew devs.
Michael Wetherell [Sun, 26 Apr 2009 05:24:49 +0000 (05:24 +0000)] 
New devs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoRebake after latest changes.
Kevin Ollivier [Sun, 26 Apr 2009 02:04:16 +0000 (02:04 +0000)] 
Rebake after latest changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoDon't move the actual executable, just link to it.
Kevin Ollivier [Sun, 26 Apr 2009 02:01:25 +0000 (02:01 +0000)] 
Don't move the actual executable, just link to it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoSeparate out constructors / destructors, add support for enums and include files...
Kevin Ollivier [Sat, 25 Apr 2009 23:49:35 +0000 (23:49 +0000)] 
Separate out constructors / destructors, add support for enums and include files, and add a verbose option.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoinclude port number in HTTP Host header (closes #10632)
Vadim Zeitlin [Sat, 25 Apr 2009 23:38:03 +0000 (23:38 +0000)] 
include port number in HTTP Host header (closes #10632)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadd support for table border width attribute (closes #10610)
Vadim Zeitlin [Sat, 25 Apr 2009 23:19:04 +0000 (23:19 +0000)] 
add support for table border width attribute (closes #10610)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agooptimize FindItem(data) performance (closes #9870)
Vadim Zeitlin [Sat, 25 Apr 2009 22:31:48 +0000 (22:31 +0000)] 
optimize FindItem(data) performance (closes #9870)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoanother typo correction after last change, correct the return types too
Vadim Zeitlin [Sat, 25 Apr 2009 17:18:31 +0000 (17:18 +0000)] 
another typo correction after last change, correct the return types too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agono changes, just fix a typo in a menu item label
Vadim Zeitlin [Sat, 25 Apr 2009 16:26:18 +0000 (16:26 +0000)] 
no changes, just fix a typo in a menu item label

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoadded find performance test (see #9870) and the possibility to set the number of...
Vadim Zeitlin [Sat, 25 Apr 2009 16:23:15 +0000 (16:23 +0000)] 
added find performance test (see #9870) and the possibility to set the number of items (for list and report views only)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agocompilation fix after the latest change (typo: used char instead of wchar_t)
Vadim Zeitlin [Sat, 25 Apr 2009 15:58:21 +0000 (15:58 +0000)] 
compilation fix after the latest change (typo: used char instead of wchar_t)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agomore order in wxCRT_filefunctions: define A and W versions, just as for everything...
Vadim Zeitlin [Sat, 25 Apr 2009 15:53:45 +0000 (15:53 +0000)] 
more order in wxCRT_filefunctions: define A and W versions, just as for everything else and simply map suffix-less versions to the appropriate ones

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoonly use Mac-specific menu item under Mac
Vadim Zeitlin [Sat, 25 Apr 2009 15:37:33 +0000 (15:37 +0000)] 
only use Mac-specific menu item under Mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoCygwin doesn't have _wcsdup() (closes #10738)
Vadim Zeitlin [Sat, 25 Apr 2009 14:48:19 +0000 (14:48 +0000)] 
Cygwin doesn't have _wcsdup() (closes #10738)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agominor corrections: document typeDefault, remove text copied from the header (closes...
Vadim Zeitlin [Sat, 25 Apr 2009 14:42:59 +0000 (14:42 +0000)] 
minor corrections: document typeDefault, remove text copied from the header (closes #10740)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agodefine wxStrchr(non-const char-or-wchar_t*) as a template to ensure that second param...
Vadim Zeitlin [Sat, 25 Apr 2009 14:12:32 +0000 (14:12 +0000)] 
define wxStrchr(non-const char-or-wchar_t*) as a template to ensure that second parameter of any type that can be used with const version can be used with this one too; this is shorter than listing them all explicitly and without this Borland refuses to compile wxStrchr(char *, wxUniChar) (see #10736)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agodisable wxGC for Borland as it can't compiler the macros used in msw/gdiplus.cpp
Vadim Zeitlin [Sat, 25 Apr 2009 14:08:05 +0000 (14:08 +0000)] 
disable wxGC for Borland as it can't compiler the macros used in msw/gdiplus.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years ago(harmless) Borland release build warning fixes
Vadim Zeitlin [Sat, 25 Apr 2009 14:07:38 +0000 (14:07 +0000)] 
(harmless) Borland release build warning fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoworkaround for Borland compilation: don't use unspecified_bool_type for it
Vadim Zeitlin [Sat, 25 Apr 2009 14:07:15 +0000 (14:07 +0000)] 
workaround for Borland compilation: don't use unspecified_bool_type for it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoremove HasNativeFontInfo() which always returns true now but was left for some reason
Vadim Zeitlin [Sat, 25 Apr 2009 13:54:24 +0000 (13:54 +0000)] 
remove HasNativeFontInfo() which always returns true now but was left for some reason

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agobuild fixes for Borland in wxUSE_UNICODE_MSLU and wxHAS_HUGE_FILES cases; only define...
Vadim Zeitlin [Sat, 25 Apr 2009 13:52:58 +0000 (13:52 +0000)] 
build fixes for Borland in wxUSE_UNICODE_MSLU and wxHAS_HUGE_FILES cases; only define one of wxMSLU__wstat and wxMSLU__wstati64; also define wxStructStat as 64 bit version of struct stat if needed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoattempt to hyperlink wxCHECK_VISUALC_VERSION
Vadim Zeitlin [Sat, 25 Apr 2009 13:19:44 +0000 (13:19 +0000)] 
attempt to hyperlink wxCHECK_VISUALC_VERSION

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agomake wxSTRING_BASE_HASNT_CLEAR check more readable
Vadim Zeitlin [Sat, 25 Apr 2009 13:19:27 +0000 (13:19 +0000)] 
make wxSTRING_BASE_HASNT_CLEAR check more readable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agodefine __EVC4__ for eVC 4 compiler to make testing for it easier
Vadim Zeitlin [Sat, 25 Apr 2009 13:16:59 +0000 (13:16 +0000)] 
define __EVC4__ for eVC 4 compiler to make testing for it easier

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agofix wxASSERT_MSG in PopStatusText: we always need to have at least one string in...
Francesco Montorsi [Sat, 25 Apr 2009 13:10:07 +0000 (13:10 +0000)] 
fix wxASSERT_MSG in PopStatusText: we always need to have at least one string in the stack; explicitely refresh the affected status bar pane in Push/PopStatusText as SetStatusText() optimization to avoid flickering cannot detect the stack manipulation which happened (closes #10733)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoset wxUSE_STD_IOSTREAM to 0 for eVC which doesn't provide the standard streams (see...
Vadim Zeitlin [Sat, 25 Apr 2009 13:08:38 +0000 (13:08 +0000)] 
set wxUSE_STD_IOSTREAM to 0 for eVC which doesn't provide the standard streams (see #10718)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agotypo fix
Francesco Montorsi [Sat, 25 Apr 2009 13:07:43 +0000 (13:07 +0000)] 
typo fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoeVC4 version of std::string doesn't have clear() neither (see #10718)
Vadim Zeitlin [Sat, 25 Apr 2009 13:04:22 +0000 (13:04 +0000)] 
eVC4 version of std::string doesn't have clear() neither (see #10718)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agouse wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags...
Francesco Montorsi [Sat, 25 Apr 2009 12:59:09 +0000 (12:59 +0000)] 
use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

15 years agoundo the last change as it results in buildbot configuration error
Vadim Zeitlin [Sat, 25 Apr 2009 11:57:27 +0000 (11:57 +0000)] 
undo the last change as it results in buildbot configuration error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775