]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
17 years agoinitialize m_maxFD to avoid passing invalid values to select()
Vadim Zeitlin [Mon, 19 Mar 2007 02:27:34 +0000 (02:27 +0000)] 
initialize m_maxFD to avoid passing invalid values to select()

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

17 years agoimplement DoStretchBlit() in terms of DoBlit() and SetUserScale()
Vadim Zeitlin [Mon, 19 Mar 2007 01:53:53 +0000 (01:53 +0000)] 
implement DoStretchBlit() in terms of DoBlit() and SetUserScale()

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

17 years agocompilation fix for switch(wxChar)
Vadim Zeitlin [Mon, 19 Mar 2007 01:38:37 +0000 (01:38 +0000)] 
compilation fix for switch(wxChar)

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

17 years agoreturn wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYSTEM, from wxLocale::GetSystemE...
Vadim Zeitlin [Mon, 19 Mar 2007 01:37:22 +0000 (01:37 +0000)] 
return wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYSTEM, from wxLocale::GetSystemEncoding() when locale is C under Unix (why didn't we do this before?)

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

17 years agouse wxCollapsiblePane in the log dialog (patch 1624796)
Vadim Zeitlin [Mon, 19 Mar 2007 01:23:03 +0000 (01:23 +0000)] 
use wxCollapsiblePane in the log dialog (patch 1624796)

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

17 years agofixed all the other ports broken by controls labels in wxToolBar patch commit
Vadim Zeitlin [Mon, 19 Mar 2007 01:22:18 +0000 (01:22 +0000)] 
fixed all the other ports broken by controls labels in wxToolBar patch commit

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

17 years agocompilation fix after wxUniChar changes
Vadim Zeitlin [Mon, 19 Mar 2007 01:21:07 +0000 (01:21 +0000)] 
compilation fix after wxUniChar changes

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

17 years agofix compilation after c_str() changes, mainly by replacing c_str() with mb_str()
Vadim Zeitlin [Mon, 19 Mar 2007 00:59:08 +0000 (00:59 +0000)] 
fix compilation after c_str() changes, mainly by replacing c_str() with mb_str()

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

17 years agoadded wxXmString ctor from wxCStrData to fix compilation errors after c_str() changes
Vadim Zeitlin [Mon, 19 Mar 2007 00:53:06 +0000 (00:53 +0000)] 
added wxXmString ctor from wxCStrData to fix compilation errors after c_str() changes

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

17 years agoadded missing wxGUIAppTraits::SetLocale()
Vadim Zeitlin [Mon, 19 Mar 2007 00:49:03 +0000 (00:49 +0000)] 
added missing wxGUIAppTraits::SetLocale()

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

17 years agoadd overloads of wxString and wxCStrData::operator[] taking long, for consistency...
Vadim Zeitlin [Mon, 19 Mar 2007 00:06:17 +0000 (00:06 +0000)] 
add overloads of wxString and wxCStrData::operator[] taking long, for consistency with std::string classes

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

17 years agoadded wxCStrData::operator+(long) overload (this fixes some compilation errors in...
Vadim Zeitlin [Sun, 18 Mar 2007 23:59:09 +0000 (23:59 +0000)] 
added wxCStrData::operator+(long) overload (this fixes some compilation errors in wxGTK1 and probably not only there)

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

17 years agofixed all the other ports broken by controls labels in wxToolBar patch commit
Vadim Zeitlin [Sun, 18 Mar 2007 23:57:20 +0000 (23:57 +0000)] 
fixed all the other ports broken by controls labels in wxToolBar patch commit

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

17 years agoreplaced c_str() with mb_str() to fix compilation after c_str() changes
Vadim Zeitlin [Sun, 18 Mar 2007 23:52:35 +0000 (23:52 +0000)] 
replaced c_str() with mb_str() to fix compilation after c_str() changes

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

17 years agofixed typo in last commit
Vadim Zeitlin [Sun, 18 Mar 2007 23:18:55 +0000 (23:18 +0000)] 
fixed typo in last commit

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

17 years agoadded labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603)
Vadim Zeitlin [Sun, 18 Mar 2007 23:13:18 +0000 (23:13 +0000)] 
added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603)

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

17 years agofix assert because of passing more than one border bit in style to the base class...
Vadim Zeitlin [Sun, 18 Mar 2007 23:07:58 +0000 (23:07 +0000)] 
fix assert because of passing more than one border bit in style to the base class Create()

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

17 years agomodify m_encoding, not m_name, in wxCSConv::CreateConvIfNeeded() if we don't have...
Vadim Zeitlin [Sun, 18 Mar 2007 21:12:20 +0000 (21:12 +0000)] 
modify m_encoding, not m_name, in wxCSConv::CreateConvIfNeeded() if we don't have either (as is the case with wxConvLocal); this fixes an infinite recursion in wxMac after the latest changes as wxLocale::GetSystemEncodingName() there returned empty (and not NULL) string which resulted in call to wxFontMapperBase::CharsetToEncoding() and reentrancy into wxConvLocal

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

17 years agodon't check if the file exists if we don't use it
Vadim Zeitlin [Sun, 18 Mar 2007 21:08:17 +0000 (21:08 +0000)] 
don't check if the file exists if we don't use it

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

17 years agogive us wxSTAY_ON_TOP style if our parent has it, otherwise we wouldn't be visible...
Vadim Zeitlin [Sun, 18 Mar 2007 20:34:50 +0000 (20:34 +0000)] 
give us wxSTAY_ON_TOP style if our parent has it, otherwise we wouldn't be visible behind it (patch 1683221)

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

17 years agowxTopLevelWindowCocoa::SetTitle title parameter is used as of VZ 1.35.
David Elliott [Sun, 18 Mar 2007 19:26:44 +0000 (19:26 +0000)] 
wxTopLevelWindowCocoa::SetTitle title parameter is used as of VZ 1.35.
Compilation fix.

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

17 years agofix XModifierKeymap memory leak (patch 1683137)
Vadim Zeitlin [Sun, 18 Mar 2007 17:48:04 +0000 (17:48 +0000)] 
fix XModifierKeymap memory leak (patch 1683137)

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

17 years agouse wxStandardPaths and wxFileName in wxFileConfig resulting in big code simplificati...
Vadim Zeitlin [Sun, 18 Mar 2007 17:34:11 +0000 (17:34 +0000)] 
use wxStandardPaths and wxFileName in wxFileConfig resulting in big code simplification and cleanup but also in change of the default file locations under Windows (replaces patch 1620492)

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

17 years agowxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
Vadim Zeitlin [Sun, 18 Mar 2007 15:32:27 +0000 (15:32 +0000)] 
wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)

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

17 years agofix the run-time behaviour after the last compilation fixing patch
Vadim Zeitlin [Sun, 18 Mar 2007 14:56:05 +0000 (14:56 +0000)] 
fix the run-time behaviour after the last compilation fixing patch

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

17 years agoadded wxJoin and wxSplit functions (modified patch 1638950)
Vadim Zeitlin [Sun, 18 Mar 2007 14:43:41 +0000 (14:43 +0000)] 
added wxJoin and wxSplit functions (modified patch 1638950)

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

17 years agofix VC warning about applying unary minus to unsigned type yielding still unsigned...
Vadim Zeitlin [Sun, 18 Mar 2007 14:32:55 +0000 (14:32 +0000)] 
fix VC warning about applying unary minus to unsigned type yielding still unsigned result by using wxFileOffset instead of size_t

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

17 years agocompilation fixes after c_str() changes
Vadim Zeitlin [Sun, 18 Mar 2007 14:29:30 +0000 (14:29 +0000)] 
compilation fixes after c_str() changes

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

17 years agoremoved minimal-specific Info.plist; updated the version in the generic one
Vadim Zeitlin [Sun, 18 Mar 2007 11:54:18 +0000 (11:54 +0000)] 
removed minimal-specific Info.plist; updated the version in the generic one

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

17 years agolist samples/Info.plist in one manifest only (the Mac one); remove samples/minimal...
Vadim Zeitlin [Sun, 18 Mar 2007 11:51:22 +0000 (11:51 +0000)] 
list samples/Info.plist in one manifest only (the Mac one); remove samples/minimal/Info.plist and (non existent) samples/minimal/minimal.pbproj/project.pbxproj

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

17 years agocorrected typo in \texttt in last commit
Vadim Zeitlin [Sat, 17 Mar 2007 23:19:28 +0000 (23:19 +0000)] 
corrected typo in \texttt in last commit

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

17 years agoupdated portability note for wxGetDiskSpace (patch 1682889)
Vadim Zeitlin [Sat, 17 Mar 2007 23:05:50 +0000 (23:05 +0000)] 
updated portability note for wxGetDiskSpace (patch 1682889)

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

17 years agofixed signed/unsigned comparison warnings; reformatted the code a little
Vadim Zeitlin [Sat, 17 Mar 2007 22:55:05 +0000 (22:55 +0000)] 
fixed signed/unsigned comparison warnings; reformatted the code a little

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

17 years agocompilation fixes after c_str() changes (due to casting of its return value to non...
Vadim Zeitlin [Sat, 17 Mar 2007 22:52:29 +0000 (22:52 +0000)] 
compilation fixes after c_str() changes (due to casting of its return value to non-const wxChar *)

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

17 years agoremoved tests for WXWIN_COMPATIBILITY_2_4
Vadim Zeitlin [Sat, 17 Mar 2007 17:00:47 +0000 (17:00 +0000)] 
removed tests for WXWIN_COMPATIBILITY_2_4

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

17 years agoproduce better HTML output by using Unicode equivalents of LaTeX quotes and dashes...
Vadim Zeitlin [Sat, 17 Mar 2007 16:57:31 +0000 (16:57 +0000)] 
produce better HTML output by using Unicode equivalents of LaTeX quotes and dashes (patch 1610494)

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

17 years agorenamed meaningless IsRealClass() function in CanBeUsedWithXRCCTRL() because this...
Vadim Zeitlin [Sat, 17 Mar 2007 16:48:11 +0000 (16:48 +0000)] 
renamed meaningless IsRealClass() function in CanBeUsedWithXRCCTRL() because this is what it really does

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

17 years agodon't try to use XRCCTRL() with wxMenuBar or wxStaticBoxSizer, this fails (at run...
Vadim Zeitlin [Sat, 17 Mar 2007 16:46:23 +0000 (16:46 +0000)] 
don't try to use XRCCTRL() with wxMenuBar or wxStaticBoxSizer, this fails (at run- or compile-time) (1st part of patch 1596624)

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

17 years agofix extra indentation in wxHTML_ALIGN_JUSTIFY display (patch 1565375)
Vadim Zeitlin [Sat, 17 Mar 2007 16:39:58 +0000 (16:39 +0000)] 
fix extra indentation in wxHTML_ALIGN_JUSTIFY display (patch 1565375)

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

17 years agocall wxYield() to force display of the busy info frame contents under wxGTK (patch...
Vadim Zeitlin [Sat, 17 Mar 2007 16:20:33 +0000 (16:20 +0000)] 
call wxYield() to force display of the busy info frame contents under wxGTK (patch 1511746)

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

17 years agoimplemented wxMemoryInputStream::CanRead() and added tests for CanRead() to all strea...
Vadim Zeitlin [Sat, 17 Mar 2007 15:38:09 +0000 (15:38 +0000)] 
implemented wxMemoryInputStream::CanRead() and added tests for CanRead() to all stream tests

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

17 years agoadded wxMemoryInputStream(wxInputStream&, size_t) ctor (modified patch 1680108)
Vadim Zeitlin [Sat, 17 Mar 2007 15:28:28 +0000 (15:28 +0000)] 
added wxMemoryInputStream(wxInputStream&, size_t) ctor (modified patch 1680108)

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

17 years agogcc signed/unsigned warning fix
Vadim Zeitlin [Sat, 17 Mar 2007 15:01:59 +0000 (15:01 +0000)] 
gcc signed/unsigned warning fix

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

17 years agocorrected WX_DEFINE_VARARG_FUNC_NOP usage
Vadim Zeitlin [Sat, 17 Mar 2007 15:00:51 +0000 (15:00 +0000)] 
corrected WX_DEFINE_VARARG_FUNC_NOP usage

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

17 years agooutput '}' as wxChar, not char, which results in using the int overload of operator...
Vadim Zeitlin [Sat, 17 Mar 2007 14:39:17 +0000 (14:39 +0000)] 
output '}' as wxChar, not char, which results in using the int overload of operator<<() in Unicode build (patch 1682643)

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

17 years agoremoved Classic files from the manifest after removing them from the cvs
Vadim Zeitlin [Sat, 17 Mar 2007 14:28:10 +0000 (14:28 +0000)] 
removed Classic files from the manifest after removing them from the cvs

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

17 years agofirst phase of transition to unified Unicode build:
Václav Slavík [Sat, 17 Mar 2007 10:26:10 +0000 (10:26 +0000)] 
first phase of transition to unified Unicode build:
1. changed c_str() to return wxCStrData (implicitly convertible to wxChar*)
2. added template type-safe wrappers for vararg functions
3. added wxUniChar class representing single Unicode character
4. changed wxString::operator[] and wxString::iterator to return wxUniChar

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

17 years agoshutdown sockets gracefully instead of doing it with TCP reset (patch 1682438)
Vadim Zeitlin [Sat, 17 Mar 2007 02:14:33 +0000 (02:14 +0000)] 
shutdown sockets gracefully instead of doing it with TCP reset (patch 1682438)

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

17 years agoadded missing #pragma hdrstop
Václav Slavík [Fri, 16 Mar 2007 20:19:35 +0000 (20:19 +0000)] 
added missing #pragma hdrstop

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

17 years agochanged wxPlatform implicit conversion to string to return const reference to wxStrin...
Václav Slavík [Fri, 16 Mar 2007 20:10:17 +0000 (20:10 +0000)] 
changed wxPlatform implicit conversion to string to return const reference to wxString instead of const wxString object

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

17 years agodefault setting fix
Roman Rolinsky [Fri, 16 Mar 2007 19:09:58 +0000 (19:09 +0000)] 
default setting fix

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

17 years agoregenerated after wxSelectDispatcher addition (patch 1618976)
Vadim Zeitlin [Fri, 16 Mar 2007 16:43:44 +0000 (16:43 +0000)] 
regenerated after wxSelectDispatcher addition (patch 1618976)

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

17 years agowxX11 Unicode compilation fix
Vadim Zeitlin [Fri, 16 Mar 2007 16:40:12 +0000 (16:40 +0000)] 
wxX11 Unicode compilation fix

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

17 years agomake wxFDIOHandler dtor virtual, it's meant to be used as a base class
Vadim Zeitlin [Fri, 16 Mar 2007 16:17:04 +0000 (16:17 +0000)] 
make wxFDIOHandler dtor virtual, it's meant to be used as a base class

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

17 years agorefactoring: replace wxSocketDispatcher with more generic wxSelectDispatcher (patch...
Vadim Zeitlin [Fri, 16 Mar 2007 15:45:12 +0000 (15:45 +0000)] 
refactoring: replace wxSocketDispatcher with more generic wxSelectDispatcher (patch 1618976)

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

17 years agowarning about %comments, CHANGES.txt updated
Roman Rolinsky [Fri, 16 Mar 2007 15:42:23 +0000 (15:42 +0000)] 
warning about %comments, CHANGES.txt updated

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

17 years agoVC6 has problems with std::vector and identifiers names 'iterator' in GDI+ headers...
Vadim Zeitlin [Fri, 16 Mar 2007 15:17:36 +0000 (15:17 +0000)] 
VC6 has problems with std::vector and identifiers names 'iterator' in GDI+ headers; switch to using our own stack class instead

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

17 years agoVC6 compilation fix (don't reuse the same variable in 2 for loops)
Vadim Zeitlin [Fri, 16 Mar 2007 15:13:22 +0000 (15:13 +0000)] 
VC6 compilation fix (don't reuse the same variable in 2 for loops)

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

17 years agoadded more message names to wxGetMessageName() (modified patch 1611819)
Vadim Zeitlin [Fri, 16 Mar 2007 14:24:01 +0000 (14:24 +0000)] 
added more message names to wxGetMessageName() (modified patch 1611819)

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

17 years agoAdded Preferences dialog (and defaults for some parameters)
Roman Rolinsky [Fri, 16 Mar 2007 14:19:53 +0000 (14:19 +0000)] 
Added Preferences dialog (and defaults for some parameters)

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

17 years agocollapsing tool panels
Roman Rolinsky [Fri, 16 Mar 2007 14:14:49 +0000 (14:14 +0000)] 
collapsing tool panels

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

17 years agoremoved wxArrayString casting hack, it doesn't work with the new wxString class
Václav Slavík [Fri, 16 Mar 2007 12:57:46 +0000 (12:57 +0000)] 
removed wxArrayString casting hack, it doesn't work with the new wxString class

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

17 years agodefault values for option and flag (TODO: preferences dialog)
Roman Rolinsky [Fri, 16 Mar 2007 08:27:25 +0000 (08:27 +0000)] 
default values for option and flag (TODO: preferences dialog)

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

17 years agoFurther correction in case where string value is omitted
Julian Smart [Fri, 16 Mar 2007 08:13:14 +0000 (08:13 +0000)] 
Further correction in case where string value is omitted

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

17 years agodon't waste time updating state of tools in a hidden toolbar (patch 1612415)
Vadim Zeitlin [Fri, 16 Mar 2007 02:30:35 +0000 (02:30 +0000)] 
don't waste time updating state of tools in a hidden toolbar (patch 1612415)

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

17 years agoinclude wx/msw/missing.h after wx/msw/private.h, otherwise we get warnings when compi...
Vadim Zeitlin [Fri, 16 Mar 2007 00:56:28 +0000 (00:56 +0000)] 
include wx/msw/missing.h after wx/msw/private.h, otherwise we get warnings when compiling without PCH (replaces patch 1674510)

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

17 years agomultiple fixes to wxJoystick under Unix and new index-based API for accessing joystic...
Vadim Zeitlin [Fri, 16 Mar 2007 00:51:43 +0000 (00:51 +0000)] 
multiple fixes to wxJoystick under Unix and new index-based API for accessing joystick buttons and axes (patch 1678497)

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

17 years agouse safer RemoveEventHandler() instead of PopEventHandler() (patch 1678016)
Vadim Zeitlin [Fri, 16 Mar 2007 00:43:32 +0000 (00:43 +0000)] 
use safer RemoveEventHandler() instead of PopEventHandler() (patch 1678016)

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

17 years agodo nothing in ShowHidden() if the flag doesn't change (patch 1678963)
Vadim Zeitlin [Fri, 16 Mar 2007 00:30:33 +0000 (00:30 +0000)] 
do nothing in ShowHidden() if the flag doesn't change (patch 1678963)

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

17 years agocall GetWidth/Height() only once in Rotate() and not inside the loops (patch 1681544...
Vadim Zeitlin [Fri, 16 Mar 2007 00:19:16 +0000 (00:19 +0000)] 
call GetWidth/Height() only once in Rotate() and not inside the loops (patch 1681544); some minor code cleanup

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

17 years agoanother fix for undo/redo
Roman Rolinsky [Thu, 15 Mar 2007 22:39:26 +0000 (22:39 +0000)] 
another fix for undo/redo

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

17 years agodon't add wxVSCROLL if only wxHSCROLL is explicitly specified (and vice versa), only...
Vadim Zeitlin [Thu, 15 Mar 2007 20:32:36 +0000 (20:32 +0000)] 
don't add wxVSCROLL if only wxHSCROLL is explicitly specified (and vice versa), only add (both) if no scrolling styles are specified at all

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

17 years ago- undo/redo fix for nonchecked items
Roman Rolinsky [Thu, 15 Mar 2007 19:17:27 +0000 (19:17 +0000)] 
- undo/redo fix for nonchecked items
- global modified state set as soon as possible
- "option" property renamed to "proportion"

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

17 years agoadded support for wxGRID_AUTOSIZE in wxGrid::SetRow/ColLabelSize()
Vadim Zeitlin [Thu, 15 Mar 2007 17:44:41 +0000 (17:44 +0000)] 
added support for wxGRID_AUTOSIZE in wxGrid::SetRow/ColLabelSize()

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

17 years agoreverting one line
Stefan Csomor [Thu, 15 Mar 2007 17:32:29 +0000 (17:32 +0000)] 
reverting one line

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

17 years agoadded wxGridUpdateLocker helper class wrapping Begin/EndBatch() calls in a more conve...
Vadim Zeitlin [Thu, 15 Mar 2007 17:25:15 +0000 (17:25 +0000)] 
added wxGridUpdateLocker helper class wrapping Begin/EndBatch() calls in a more convenient and safe way

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

17 years agoDon't send initial event in ctor
Julian Smart [Thu, 15 Mar 2007 16:09:57 +0000 (16:09 +0000)] 
Don't send initial event in ctor

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

17 years agofixed wxDataViewCtrl compilation with DigitalMars
Václav Slavík [Thu, 15 Mar 2007 15:31:38 +0000 (15:31 +0000)] 
fixed wxDataViewCtrl compilation with DigitalMars

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

17 years agoremoved outdated Classic files to avoid confusing people
Vadim Zeitlin [Thu, 15 Mar 2007 04:04:54 +0000 (04:04 +0000)] 
removed outdated Classic files to avoid confusing people

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

17 years agoadded wrapper functions allowing to postpone loading of GDI+ DLL until it's really...
Vadim Zeitlin [Thu, 15 Mar 2007 03:43:33 +0000 (03:43 +0000)] 
added wrapper functions allowing to postpone loading of GDI+ DLL until it's really needed

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

17 years agoextracted code including gdiplus.h in a separate header
Vadim Zeitlin [Thu, 15 Mar 2007 03:41:52 +0000 (03:41 +0000)] 
extracted code including gdiplus.h in a separate header

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

17 years agosearching for plugins in XRCEDPATH
Roman Rolinsky [Thu, 15 Mar 2007 02:30:13 +0000 (02:30 +0000)] 
searching for plugins in XRCEDPATH

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

17 years agofix GetSize() for large files (patch 1680876)
Vadim Zeitlin [Thu, 15 Mar 2007 00:18:05 +0000 (00:18 +0000)] 
fix GetSize() for large files (patch 1680876)

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

17 years agocleanup of modules loaded from comment directives
Roman Rolinsky [Wed, 14 Mar 2007 23:18:26 +0000 (23:18 +0000)] 
cleanup of modules loaded from comment directives

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

17 years agomoved custom menu up
Roman Rolinsky [Wed, 14 Mar 2007 23:17:48 +0000 (23:17 +0000)] 
moved custom menu up

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

17 years agosuppress unused parameter warning
Vadim Zeitlin [Wed, 14 Mar 2007 21:13:57 +0000 (21:13 +0000)] 
suppress unused parameter warning

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

17 years agolast change was wrong, fix wxUSE_MDI==0 build without completely disabling this file...
Vadim Zeitlin [Wed, 14 Mar 2007 21:07:58 +0000 (21:07 +0000)] 
last change was wrong, fix wxUSE_MDI==0 build without completely disabling this file compilation when wxUSE_MDI==1

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

17 years agoconstructing a sentence dynamically is not i18n-friendly, fixed to use two separate...
Václav Slavík [Wed, 14 Mar 2007 21:03:34 +0000 (21:03 +0000)] 
constructing a sentence dynamically is not i18n-friendly, fixed to use two separate translatable strings

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

17 years agomore custom classes support
Roman Rolinsky [Wed, 14 Mar 2007 18:33:45 +0000 (18:33 +0000)] 
more custom classes support

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

17 years agoreplace (deprecated) Get/UngetWriteBuf() with wxStringBuffer
Vadim Zeitlin [Wed, 14 Mar 2007 17:28:14 +0000 (17:28 +0000)] 
replace (deprecated) Get/UngetWriteBuf() with wxStringBuffer

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

17 years agoremoved wxUSE_DIB_FOR_BITMAP which doesn't seem to be used any longer
Vadim Zeitlin [Wed, 14 Mar 2007 17:11:52 +0000 (17:11 +0000)] 
removed wxUSE_DIB_FOR_BITMAP which doesn't seem to be used any longer

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

17 years agowxLED_ALIGN_MASK fix
Roman Rolinsky [Wed, 14 Mar 2007 17:05:04 +0000 (17:05 +0000)] 
wxLED_ALIGN_MASK fix

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

17 years agoimplement Set/GetTitle() (last part of patch 1679337)
Vadim Zeitlin [Wed, 14 Mar 2007 13:39:30 +0000 (13:39 +0000)] 
implement Set/GetTitle() (last part of patch 1679337)

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

17 years agoconstructing a sentence dynamically is not i18n-friendly, fixed to use two separate...
Václav Slavík [Wed, 14 Mar 2007 12:04:26 +0000 (12:04 +0000)] 
constructing a sentence dynamically is not i18n-friendly, fixed to use two separate translatable strings

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

17 years agodon't really enable the window when its parent is disabled, just remember to do it...
Vadim Zeitlin [Wed, 14 Mar 2007 11:44:19 +0000 (11:44 +0000)] 
don't really enable the window when its parent is disabled, just remember to do it later when the parent is enabled back

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

17 years agobuild 2.8.2 html and htb docs on windows
Chris Elliott [Wed, 14 Mar 2007 10:39:58 +0000 (10:39 +0000)] 
build 2.8.2 html and htb docs on windows

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

17 years agoavoid duplicated empty help menu in localized applications (patch 1600747)
Vadim Zeitlin [Wed, 14 Mar 2007 00:37:07 +0000 (00:37 +0000)] 
avoid duplicated empty help menu in localized applications (patch 1600747)

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

17 years agodon't add extra GetCharHeight() pixels to the top border if our label is empty (patch...
Vadim Zeitlin [Wed, 14 Mar 2007 00:25:20 +0000 (00:25 +0000)] 
don't add extra GetCharHeight() pixels to the top border if our label is empty (patch 1581459)

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

17 years agochanged literal "minimal" strings to $(PRODUCT_NAME) (patch 1509610); updated version...
Vadim Zeitlin [Wed, 14 Mar 2007 00:00:54 +0000 (00:00 +0000)] 
changed literal "minimal" strings to $(PRODUCT_NAME) (patch 1509610); updated version and copyright

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

17 years agoSupport for custom controls, first attempt
Roman Rolinsky [Tue, 13 Mar 2007 23:59:38 +0000 (23:59 +0000)] 
Support for custom controls, first attempt

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