diff -Nru wxpython3.0-3.0.0.0+dfsg/build/bakefiles/files.bkl wxpython3.0-3.0.1.1+dfsg/build/bakefiles/files.bkl --- wxpython3.0-3.0.0.0+dfsg/build/bakefiles/files.bkl 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/bakefiles/files.bkl 2014-06-24 21:43:01.000000000 +0000 @@ -102,6 +102,9 @@ $(BASE_UNIX_AND_DARWIN_HDR) + wx/private/streamtempinput.h + wx/private/pipestream.h + wx/unix/private/pipestream.h wx/unix/execute.h wx/unix/mimetype.h @@ -880,6 +883,7 @@ wx/panel.h wx/pen.h wx/position.h + wx/preferences.h wx/radiobox.h wx/radiobut.h wx/range.h @@ -897,6 +901,7 @@ wx/statbox.h wx/stattext.h wx/statusbr.h + wx/testing.h wx/textcompleter.h wx/textctrl.h wx/textdlg.h @@ -1107,6 +1112,7 @@ src/gtk/cursor.cpp src/gtk/dataobj.cpp src/gtk/dc.cpp + src/gtk/display.cpp src/gtk/dnd.cpp src/gtk/evtloop.cpp src/gtk/filectrl.cpp diff -Nru wxpython3.0-3.0.0.0+dfsg/build/bakefiles/version.bkl wxpython3.0-3.0.1.1+dfsg/build/bakefiles/version.bkl --- wxpython3.0-3.0.0.0+dfsg/build/bakefiles/version.bkl 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/bakefiles/version.bkl 2013-12-31 21:48:31.000000000 +0000 @@ -22,9 +22,9 @@ 3. Else, i.e. if there were no changes at all to API but only internal changes, change C:R:A to C:R+1:A --> - 0 + 1 0 - 0 + 1 diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/makefile.bcc wxpython3.0-3.0.1.1+dfsg/build/msw/makefile.bcc --- wxpython3.0-3.0.0.0+dfsg/build/msw/makefile.bcc 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/makefile.bcc 2014-04-17 19:27:13.000000000 +0000 @@ -5484,7 +5484,7 @@ build_cfg_file: $(SETUPHDIR) @echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE) @echo WXVER_MINOR=0 >>$(BUILD_CFG_FILE) - @echo WXVER_RELEASE=0 >>$(BUILD_CFG_FILE) + @echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE) @echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE) @echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE) @echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE) diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/makefile.gcc wxpython3.0-3.0.1.1+dfsg/build/msw/makefile.gcc --- wxpython3.0-3.0.0.0+dfsg/build/msw/makefile.gcc 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/makefile.gcc 2014-04-17 19:27:13.000000000 +0000 @@ -5655,7 +5655,7 @@ build_cfg_file: $(SETUPHDIR) @echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE) @echo WXVER_MINOR=0 >>$(BUILD_CFG_FILE) - @echo WXVER_RELEASE=0 >>$(BUILD_CFG_FILE) + @echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE) @echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE) @echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE) @echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE) diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/makefile.vc wxpython3.0-3.0.1.1+dfsg/build/msw/makefile.vc --- wxpython3.0-3.0.0.0+dfsg/build/msw/makefile.vc 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/makefile.vc 2014-04-17 19:27:13.000000000 +0000 @@ -6170,7 +6170,7 @@ build_cfg_file: $(SETUPHDIR) @echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE) @echo WXVER_MINOR=0 >>$(BUILD_CFG_FILE) - @echo WXVER_RELEASE=0 >>$(BUILD_CFG_FILE) + @echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE) @echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE) @echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE) @echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE) diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/makefile.wat wxpython3.0-3.0.1.1+dfsg/build/msw/makefile.wat --- wxpython3.0-3.0.0.0+dfsg/build/msw/makefile.wat 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/makefile.wat 2014-04-17 19:27:13.000000000 +0000 @@ -5927,7 +5927,7 @@ build_cfg_file : .SYMBOLIC $(SETUPHDIR) @echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE) @echo WXVER_MINOR=0 >>$(BUILD_CFG_FILE) - @echo WXVER_RELEASE=0 >>$(BUILD_CFG_FILE) + @echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE) @echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE) @echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE) @echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE) diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_core.dsp wxpython3.0-3.0.1.1+dfsg/build/msw/wx_core.dsp --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_core.dsp 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_core.dsp 2014-04-17 19:27:13.000000000 +0000 @@ -2888,6 +2888,10 @@ # End Source File # Begin Source File +SOURCE=..\..\include\wx\preferences.h +# End Source File +# Begin Source File + SOURCE=..\..\include\wx\print.h # End Source File # Begin Source File @@ -3164,6 +3168,10 @@ # End Source File # Begin Source File +SOURCE=..\..\include\wx\testing.h +# End Source File +# Begin Source File + SOURCE=..\..\include\wx\textcompleter.h # End Source File # Begin Source File diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_adv.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_adv.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_adv.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_adv.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + adv @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\adv\ - vc_x64_mswud\adv\ + vc_x64_mswud\adv\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\adv\ - vc_x64_mswu\adv\ + vc_x64_mswu\adv\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\adv\ - vc_x64_mswuddll\adv\ + vc_x64_mswuddll\adv\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\adv\ - vc_x64_mswudll\adv\ + vc_x64_mswudll\adv\ false - false + false true - true + true wxmsw30ud_adv - wxmsw30ud_adv + wxmsw30ud_adv wxmsw30u_adv - wxmsw30u_adv + wxmsw30u_adv wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_advlib.pch - $(OutDir)wxmsw30ud_adv.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_adv.lib - true - - - $(OutDir)wx_vc9_adv.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_advlib.pch + $(OutDir)wxmsw30ud_adv.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_adv.lib + true + + + $(OutDir)wx_vc9_adv.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_advlib.pch $(OutDir)wxmsw30ud_adv.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_advlib.pch - $(OutDir)wxmsw30u_adv.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_adv.lib - true - - - $(OutDir)wx_vc9_adv.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_advlib.pch + $(OutDir)wxmsw30u_adv.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_adv.lib + true + + + $(OutDir)wx_vc9_adv.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_advlib.pch $(OutDir)wxmsw30u_adv.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_advdll.pch - $(OutDir)wxmsw30ud_adv_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_adv_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_adv_vc_x64_custom.dll - $(OutDir)wxmsw30ud_adv.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_adv_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_adv.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_advdll.pch + $(OutDir)wxmsw30ud_adv_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_adv_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_adv_vc_x64_custom.dll + $(OutDir)wxmsw30ud_adv.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_adv_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_adv.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) @@ -417,49 +417,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_advdll.pch - $(OutDir)wxmsw30u_adv_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_adv_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_adv_vc_x64_custom.dll - $(OutDir)wxmsw30u_adv.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_adv_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_adv.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_advdll.pch + $(OutDir)wxmsw30u_adv_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_adv_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_adv_vc_x64_custom.dll + $(OutDir)wxmsw30u_adv.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_adv_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_adv.bsc + true + + @@ -467,13 +467,13 @@ Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -524,37 +524,37 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) @@ -563,37 +563,37 @@ Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) @@ -655,4 +655,4 @@ - + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_aui.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_aui.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_aui.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_aui.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + aui @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\aui\ - vc_x64_mswud\aui\ + vc_x64_mswud\aui\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\aui\ - vc_x64_mswu\aui\ + vc_x64_mswu\aui\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\aui\ - vc_x64_mswuddll\aui\ + vc_x64_mswuddll\aui\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\aui\ - vc_x64_mswudll\aui\ + vc_x64_mswudll\aui\ false - false + false true - true + true wxmsw30ud_aui - wxmsw30ud_aui + wxmsw30ud_aui wxmsw30u_aui - wxmsw30u_aui + wxmsw30u_aui wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_auilib.pch - $(OutDir)wxmsw30ud_aui.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_aui.lib - true - - - $(OutDir)wx_vc9_aui.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_auilib.pch + $(OutDir)wxmsw30ud_aui.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_aui.lib + true + + + $(OutDir)wx_vc9_aui.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_auilib.pch $(OutDir)wxmsw30ud_aui.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_auilib.pch - $(OutDir)wxmsw30u_aui.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_aui.lib - true - - - $(OutDir)wx_vc9_aui.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_auilib.pch + $(OutDir)wxmsw30u_aui.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_aui.lib + true + + + $(OutDir)wx_vc9_aui.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_auilib.pch $(OutDir)wxmsw30u_aui.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_auidll.pch - $(OutDir)wxmsw30ud_aui_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_aui_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_adv.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_aui_vc_x64_custom.dll - $(OutDir)wxmsw30ud_aui.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_aui_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_aui.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_auidll.pch + $(OutDir)wxmsw30ud_aui_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_aui_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_adv.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_aui_vc_x64_custom.dll + $(OutDir)wxmsw30ud_aui.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_aui_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_aui.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) @@ -417,59 +417,59 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_auidll.pch - $(OutDir)wxmsw30u_aui_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_aui_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_adv.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_aui_vc_x64_custom.dll - $(OutDir)wxmsw30u_aui.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_aui_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_aui.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_auidll.pch + $(OutDir)wxmsw30u_aui_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_aui_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_adv.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_aui_vc_x64_custom.dll + $(OutDir)wxmsw30u_aui.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_aui_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_aui.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -478,75 +478,76 @@ + true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) @@ -556,8 +557,9 @@ + - + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_aui.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_aui.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_aui.vcxproj.filters 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_aui.vcxproj.filters 2013-12-31 21:48:31.000000000 +0000 @@ -46,6 +46,9 @@ Source Files + + Source Files + @@ -77,6 +80,9 @@ Common Headers + + Common Headers + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_base.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_base.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_base.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_base.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + base @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\base\ - vc_x64_mswud\base\ + vc_x64_mswud\base\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\base\ - vc_x64_mswu\base\ + vc_x64_mswu\base\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\base\ - vc_x64_mswuddll\base\ + vc_x64_mswuddll\base\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\base\ - vc_x64_mswudll\base\ + vc_x64_mswudll\base\ false - false + false true - true + true wxbase30ud - wxbase30ud + wxbase30ud wx$(ProjectName)30ud_vc_custom - wx$(ProjectName)30ud_vc_x64_custom + wx$(ProjectName)30ud_vc_x64_custom wxbase30u - wxbase30u + wxbase30u wx$(ProjectName)30u_vc_custom - wx$(ProjectName)30u_vc_x64_custom + wx$(ProjectName)30u_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_baselib.pch - $(OutDir)wxbase30ud.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxbase30ud.lib - true - - - $(OutDir)wx_vc9_base.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_baselib.pch + $(OutDir)wxbase30ud.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxbase30ud.lib + true + + + $(OutDir)wx_vc9_base.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_baselib.pch $(OutDir)wxbase30ud.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_baselib.pch - $(OutDir)wxbase30u.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxbase30u.lib - true - - - $(OutDir)wx_vc9_base.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_baselib.pch + $(OutDir)wxbase30u.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxbase30u.lib + true + + + $(OutDir)wx_vc9_base.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_baselib.pch $(OutDir)wxbase30u.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_basedll.pch - $(OutDir)wxbase30ud_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase30ud_vc_x64_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;%(AdditionalDependencies) - $(OutDir)wxbase30ud_vc_x64_custom.dll - $(OutDir)wxbase30ud.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxbase30ud_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_base.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_basedll.pch + $(OutDir)wxbase30ud_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase30ud_vc_x64_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;%(AdditionalDependencies) + $(OutDir)wxbase30ud_vc_x64_custom.dll + $(OutDir)wxbase30ud.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxbase30ud_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_base.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) @@ -417,49 +417,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_basedll.pch - $(OutDir)wxbase30u_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase30u_vc_x64_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;%(AdditionalDependencies) - $(OutDir)wxbase30u_vc_x64_custom.dll - $(OutDir)wxbase30u.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxbase30u_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_base.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_basedll.pch + $(OutDir)wxbase30u_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase30u_vc_x64_custom;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;%(AdditionalDependencies) + $(OutDir)wxbase30u_vc_x64_custom.dll + $(OutDir)wxbase30u.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxbase30u_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_base.bsc + true + + @@ -478,13 +478,13 @@ Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -495,20 +495,20 @@ - - + + - - + + - - + + - - + + @@ -605,37 +605,37 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) @@ -648,37 +648,37 @@ Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) @@ -856,4 +856,4 @@ - + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_core.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_core.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_core.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_core.vcxproj 2014-02-13 19:43:31.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + core @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\core\ - vc_x64_mswud\core\ + vc_x64_mswud\core\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\core\ - vc_x64_mswu\core\ + vc_x64_mswu\core\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\core\ - vc_x64_mswuddll\core\ + vc_x64_mswuddll\core\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\core\ - vc_x64_mswudll\core\ + vc_x64_mswudll\core\ false - false + false true - true + true wxmsw30ud_core - wxmsw30ud_core + wxmsw30ud_core wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_core - wxmsw30u_core + wxmsw30u_core wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_corelib.pch - $(OutDir)wxmsw30ud_core.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_core.lib - true - - - $(OutDir)wx_vc9_core.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_corelib.pch + $(OutDir)wxmsw30ud_core.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_core.lib + true + + + $(OutDir)wx_vc9_core.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_corelib.pch $(OutDir)wxmsw30ud_core.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_corelib.pch - $(OutDir)wxmsw30u_core.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_core.lib - true - - - $(OutDir)wx_vc9_core.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_corelib.pch + $(OutDir)wxmsw30u_core.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_core.lib + true + + + $(OutDir)wx_vc9_core.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_corelib.pch $(OutDir)wxmsw30u_core.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_coredll.pch - $(OutDir)wxmsw30ud_core_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_core_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_core_vc_x64_custom.dll - $(OutDir)wxmsw30ud_core.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_core_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_core.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_coredll.pch + $(OutDir)wxmsw30ud_core_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_core_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_core_vc_x64_custom.dll + $(OutDir)wxmsw30ud_core.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_core_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_core.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) @@ -417,49 +417,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_coredll.pch - $(OutDir)wxmsw30u_core_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_core_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_core_vc_x64_custom.dll - $(OutDir)wxmsw30u_core.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_core_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_core.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_coredll.pch + $(OutDir)wxmsw30u_core_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_core_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_core_vc_x64_custom.dll + $(OutDir)wxmsw30u_core.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_core_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_core.bsc + true + + @@ -502,13 +502,13 @@ Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -605,13 +605,13 @@ vc_mswuddll\core\msw_accel.obj - vc_x64_mswuddll\core\msw_accel.obj + vc_x64_mswuddll\core\msw_accel.obj vc_mswudll\core\msw_accel.obj - vc_x64_mswudll\core\msw_accel.obj + vc_x64_mswudll\core\msw_accel.obj vc_mswud\core\msw_accel.obj - vc_x64_mswud\core\msw_accel.obj + vc_x64_mswud\core\msw_accel.obj vc_mswu\core\msw_accel.obj - vc_x64_mswu\core\msw_accel.obj + vc_x64_mswu\core\msw_accel.obj @@ -622,55 +622,55 @@ vc_mswuddll\core\msw_bmpbuttn.obj - vc_x64_mswuddll\core\msw_bmpbuttn.obj + vc_x64_mswuddll\core\msw_bmpbuttn.obj vc_mswudll\core\msw_bmpbuttn.obj - vc_x64_mswudll\core\msw_bmpbuttn.obj + vc_x64_mswudll\core\msw_bmpbuttn.obj vc_mswud\core\msw_bmpbuttn.obj - vc_x64_mswud\core\msw_bmpbuttn.obj + vc_x64_mswud\core\msw_bmpbuttn.obj vc_mswu\core\msw_bmpbuttn.obj - vc_x64_mswu\core\msw_bmpbuttn.obj + vc_x64_mswu\core\msw_bmpbuttn.obj vc_mswuddll\core\msw_button.obj - vc_x64_mswuddll\core\msw_button.obj + vc_x64_mswuddll\core\msw_button.obj vc_mswudll\core\msw_button.obj - vc_x64_mswudll\core\msw_button.obj + vc_x64_mswudll\core\msw_button.obj vc_mswud\core\msw_button.obj - vc_x64_mswud\core\msw_button.obj + vc_x64_mswud\core\msw_button.obj vc_mswu\core\msw_button.obj - vc_x64_mswu\core\msw_button.obj + vc_x64_mswu\core\msw_button.obj vc_mswuddll\core\msw_checkbox.obj - vc_x64_mswuddll\core\msw_checkbox.obj + vc_x64_mswuddll\core\msw_checkbox.obj vc_mswudll\core\msw_checkbox.obj - vc_x64_mswudll\core\msw_checkbox.obj + vc_x64_mswudll\core\msw_checkbox.obj vc_mswud\core\msw_checkbox.obj - vc_x64_mswud\core\msw_checkbox.obj + vc_x64_mswud\core\msw_checkbox.obj vc_mswu\core\msw_checkbox.obj - vc_x64_mswu\core\msw_checkbox.obj + vc_x64_mswu\core\msw_checkbox.obj vc_mswuddll\core\msw_checklst.obj - vc_x64_mswuddll\core\msw_checklst.obj + vc_x64_mswuddll\core\msw_checklst.obj vc_mswudll\core\msw_checklst.obj - vc_x64_mswudll\core\msw_checklst.obj + vc_x64_mswudll\core\msw_checklst.obj vc_mswud\core\msw_checklst.obj - vc_x64_mswud\core\msw_checklst.obj + vc_x64_mswud\core\msw_checklst.obj vc_mswu\core\msw_checklst.obj - vc_x64_mswu\core\msw_checklst.obj + vc_x64_mswu\core\msw_checklst.obj vc_mswuddll\core\msw_choice.obj - vc_x64_mswuddll\core\msw_choice.obj + vc_x64_mswuddll\core\msw_choice.obj vc_mswudll\core\msw_choice.obj - vc_x64_mswudll\core\msw_choice.obj + vc_x64_mswudll\core\msw_choice.obj vc_mswud\core\msw_choice.obj - vc_x64_mswud\core\msw_choice.obj + vc_x64_mswud\core\msw_choice.obj vc_mswu\core\msw_choice.obj - vc_x64_mswu\core\msw_choice.obj + vc_x64_mswu\core\msw_choice.obj @@ -678,23 +678,23 @@ vc_mswuddll\core\msw_combobox.obj - vc_x64_mswuddll\core\msw_combobox.obj + vc_x64_mswuddll\core\msw_combobox.obj vc_mswudll\core\msw_combobox.obj - vc_x64_mswudll\core\msw_combobox.obj + vc_x64_mswudll\core\msw_combobox.obj vc_mswud\core\msw_combobox.obj - vc_x64_mswud\core\msw_combobox.obj + vc_x64_mswud\core\msw_combobox.obj vc_mswu\core\msw_combobox.obj - vc_x64_mswu\core\msw_combobox.obj + vc_x64_mswu\core\msw_combobox.obj vc_mswuddll\core\msw_control.obj - vc_x64_mswuddll\core\msw_control.obj + vc_x64_mswuddll\core\msw_control.obj vc_mswudll\core\msw_control.obj - vc_x64_mswudll\core\msw_control.obj + vc_x64_mswudll\core\msw_control.obj vc_mswud\core\msw_control.obj - vc_x64_mswud\core\msw_control.obj + vc_x64_mswud\core\msw_control.obj vc_mswu\core\msw_control.obj - vc_x64_mswu\core\msw_control.obj + vc_x64_mswu\core\msw_control.obj @@ -706,13 +706,13 @@ vc_mswuddll\core\msw_dialog.obj - vc_x64_mswuddll\core\msw_dialog.obj + vc_x64_mswuddll\core\msw_dialog.obj vc_mswudll\core\msw_dialog.obj - vc_x64_mswudll\core\msw_dialog.obj + vc_x64_mswudll\core\msw_dialog.obj vc_mswud\core\msw_dialog.obj - vc_x64_mswud\core\msw_dialog.obj + vc_x64_mswud\core\msw_dialog.obj vc_mswu\core\msw_dialog.obj - vc_x64_mswu\core\msw_dialog.obj + vc_x64_mswu\core\msw_dialog.obj @@ -725,13 +725,13 @@ vc_mswuddll\core\msw_fdrepdlg.obj - vc_x64_mswuddll\core\msw_fdrepdlg.obj + vc_x64_mswuddll\core\msw_fdrepdlg.obj vc_mswudll\core\msw_fdrepdlg.obj - vc_x64_mswudll\core\msw_fdrepdlg.obj + vc_x64_mswudll\core\msw_fdrepdlg.obj vc_mswud\core\msw_fdrepdlg.obj - vc_x64_mswud\core\msw_fdrepdlg.obj + vc_x64_mswud\core\msw_fdrepdlg.obj vc_mswu\core\msw_fdrepdlg.obj - vc_x64_mswu\core\msw_fdrepdlg.obj + vc_x64_mswu\core\msw_fdrepdlg.obj @@ -741,13 +741,13 @@ vc_mswuddll\core\msw_gauge.obj - vc_x64_mswuddll\core\msw_gauge.obj + vc_x64_mswuddll\core\msw_gauge.obj vc_mswudll\core\msw_gauge.obj - vc_x64_mswudll\core\msw_gauge.obj + vc_x64_mswudll\core\msw_gauge.obj vc_mswud\core\msw_gauge.obj - vc_x64_mswud\core\msw_gauge.obj + vc_x64_mswud\core\msw_gauge.obj vc_mswu\core\msw_gauge.obj - vc_x64_mswu\core\msw_gauge.obj + vc_x64_mswu\core\msw_gauge.obj @@ -761,35 +761,35 @@ vc_mswuddll\core\msw_listbox.obj - vc_x64_mswuddll\core\msw_listbox.obj + vc_x64_mswuddll\core\msw_listbox.obj vc_mswudll\core\msw_listbox.obj - vc_x64_mswudll\core\msw_listbox.obj + vc_x64_mswudll\core\msw_listbox.obj vc_mswud\core\msw_listbox.obj - vc_x64_mswud\core\msw_listbox.obj + vc_x64_mswud\core\msw_listbox.obj vc_mswu\core\msw_listbox.obj - vc_x64_mswu\core\msw_listbox.obj + vc_x64_mswu\core\msw_listbox.obj vc_mswuddll\core\msw_listctrl.obj - vc_x64_mswuddll\core\msw_listctrl.obj + vc_x64_mswuddll\core\msw_listctrl.obj vc_mswudll\core\msw_listctrl.obj - vc_x64_mswudll\core\msw_listctrl.obj + vc_x64_mswudll\core\msw_listctrl.obj vc_mswud\core\msw_listctrl.obj - vc_x64_mswud\core\msw_listctrl.obj + vc_x64_mswud\core\msw_listctrl.obj vc_mswu\core\msw_listctrl.obj - vc_x64_mswu\core\msw_listctrl.obj + vc_x64_mswu\core\msw_listctrl.obj vc_mswuddll\core\msw_menu.obj - vc_x64_mswuddll\core\msw_menu.obj + vc_x64_mswuddll\core\msw_menu.obj vc_mswudll\core\msw_menu.obj - vc_x64_mswudll\core\msw_menu.obj + vc_x64_mswudll\core\msw_menu.obj vc_mswud\core\msw_menu.obj - vc_x64_mswud\core\msw_menu.obj + vc_x64_mswud\core\msw_menu.obj vc_mswu\core\msw_menu.obj - vc_x64_mswu\core\msw_menu.obj + vc_x64_mswu\core\msw_menu.obj @@ -801,13 +801,13 @@ vc_mswuddll\core\msw_notebook.obj - vc_x64_mswuddll\core\msw_notebook.obj + vc_x64_mswuddll\core\msw_notebook.obj vc_mswudll\core\msw_notebook.obj - vc_x64_mswudll\core\msw_notebook.obj + vc_x64_mswudll\core\msw_notebook.obj vc_mswud\core\msw_notebook.obj - vc_x64_mswud\core\msw_notebook.obj + vc_x64_mswud\core\msw_notebook.obj vc_mswu\core\msw_notebook.obj - vc_x64_mswu\core\msw_notebook.obj + vc_x64_mswu\core\msw_notebook.obj @@ -821,140 +821,140 @@ vc_mswuddll\core\msw_radiobox.obj - vc_x64_mswuddll\core\msw_radiobox.obj + vc_x64_mswuddll\core\msw_radiobox.obj vc_mswudll\core\msw_radiobox.obj - vc_x64_mswudll\core\msw_radiobox.obj + vc_x64_mswudll\core\msw_radiobox.obj vc_mswud\core\msw_radiobox.obj - vc_x64_mswud\core\msw_radiobox.obj + vc_x64_mswud\core\msw_radiobox.obj vc_mswu\core\msw_radiobox.obj - vc_x64_mswu\core\msw_radiobox.obj + vc_x64_mswu\core\msw_radiobox.obj vc_mswuddll\core\msw_radiobut.obj - vc_x64_mswuddll\core\msw_radiobut.obj + vc_x64_mswuddll\core\msw_radiobut.obj vc_mswudll\core\msw_radiobut.obj - vc_x64_mswudll\core\msw_radiobut.obj + vc_x64_mswudll\core\msw_radiobut.obj vc_mswud\core\msw_radiobut.obj - vc_x64_mswud\core\msw_radiobut.obj + vc_x64_mswud\core\msw_radiobut.obj vc_mswu\core\msw_radiobut.obj - vc_x64_mswu\core\msw_radiobut.obj + vc_x64_mswu\core\msw_radiobut.obj vc_mswuddll\core\msw_scrolbar.obj - vc_x64_mswuddll\core\msw_scrolbar.obj + vc_x64_mswuddll\core\msw_scrolbar.obj vc_mswudll\core\msw_scrolbar.obj - vc_x64_mswudll\core\msw_scrolbar.obj + vc_x64_mswudll\core\msw_scrolbar.obj vc_mswud\core\msw_scrolbar.obj - vc_x64_mswud\core\msw_scrolbar.obj + vc_x64_mswud\core\msw_scrolbar.obj vc_mswu\core\msw_scrolbar.obj - vc_x64_mswu\core\msw_scrolbar.obj + vc_x64_mswu\core\msw_scrolbar.obj vc_mswuddll\core\msw_slider.obj - vc_x64_mswuddll\core\msw_slider.obj + vc_x64_mswuddll\core\msw_slider.obj vc_mswudll\core\msw_slider.obj - vc_x64_mswudll\core\msw_slider.obj + vc_x64_mswudll\core\msw_slider.obj vc_mswud\core\msw_slider.obj - vc_x64_mswud\core\msw_slider.obj + vc_x64_mswud\core\msw_slider.obj vc_mswu\core\msw_slider.obj - vc_x64_mswu\core\msw_slider.obj + vc_x64_mswu\core\msw_slider.obj vc_mswuddll\core\msw_spinbutt.obj - vc_x64_mswuddll\core\msw_spinbutt.obj + vc_x64_mswuddll\core\msw_spinbutt.obj vc_mswudll\core\msw_spinbutt.obj - vc_x64_mswudll\core\msw_spinbutt.obj + vc_x64_mswudll\core\msw_spinbutt.obj vc_mswud\core\msw_spinbutt.obj - vc_x64_mswud\core\msw_spinbutt.obj + vc_x64_mswud\core\msw_spinbutt.obj vc_mswu\core\msw_spinbutt.obj - vc_x64_mswu\core\msw_spinbutt.obj + vc_x64_mswu\core\msw_spinbutt.obj vc_mswuddll\core\msw_statbmp.obj - vc_x64_mswuddll\core\msw_statbmp.obj + vc_x64_mswuddll\core\msw_statbmp.obj vc_mswudll\core\msw_statbmp.obj - vc_x64_mswudll\core\msw_statbmp.obj + vc_x64_mswudll\core\msw_statbmp.obj vc_mswud\core\msw_statbmp.obj - vc_x64_mswud\core\msw_statbmp.obj + vc_x64_mswud\core\msw_statbmp.obj vc_mswu\core\msw_statbmp.obj - vc_x64_mswu\core\msw_statbmp.obj + vc_x64_mswu\core\msw_statbmp.obj vc_mswuddll\core\msw_statbox.obj - vc_x64_mswuddll\core\msw_statbox.obj + vc_x64_mswuddll\core\msw_statbox.obj vc_mswudll\core\msw_statbox.obj - vc_x64_mswudll\core\msw_statbox.obj + vc_x64_mswudll\core\msw_statbox.obj vc_mswud\core\msw_statbox.obj - vc_x64_mswud\core\msw_statbox.obj + vc_x64_mswud\core\msw_statbox.obj vc_mswu\core\msw_statbox.obj - vc_x64_mswu\core\msw_statbox.obj + vc_x64_mswu\core\msw_statbox.obj vc_mswuddll\core\msw_statline.obj - vc_x64_mswuddll\core\msw_statline.obj + vc_x64_mswuddll\core\msw_statline.obj vc_mswudll\core\msw_statline.obj - vc_x64_mswudll\core\msw_statline.obj + vc_x64_mswudll\core\msw_statline.obj vc_mswud\core\msw_statline.obj - vc_x64_mswud\core\msw_statline.obj + vc_x64_mswud\core\msw_statline.obj vc_mswu\core\msw_statline.obj - vc_x64_mswu\core\msw_statline.obj + vc_x64_mswu\core\msw_statline.obj vc_mswuddll\core\msw_stattext.obj - vc_x64_mswuddll\core\msw_stattext.obj + vc_x64_mswuddll\core\msw_stattext.obj vc_mswudll\core\msw_stattext.obj - vc_x64_mswudll\core\msw_stattext.obj + vc_x64_mswudll\core\msw_stattext.obj vc_mswud\core\msw_stattext.obj - vc_x64_mswud\core\msw_stattext.obj + vc_x64_mswud\core\msw_stattext.obj vc_mswu\core\msw_stattext.obj - vc_x64_mswu\core\msw_stattext.obj + vc_x64_mswu\core\msw_stattext.obj vc_mswuddll\core\msw_textctrl.obj - vc_x64_mswuddll\core\msw_textctrl.obj + vc_x64_mswuddll\core\msw_textctrl.obj vc_mswudll\core\msw_textctrl.obj - vc_x64_mswudll\core\msw_textctrl.obj + vc_x64_mswudll\core\msw_textctrl.obj vc_mswud\core\msw_textctrl.obj - vc_x64_mswud\core\msw_textctrl.obj + vc_x64_mswud\core\msw_textctrl.obj vc_mswu\core\msw_textctrl.obj - vc_x64_mswu\core\msw_textctrl.obj + vc_x64_mswu\core\msw_textctrl.obj vc_mswuddll\core\msw_textmeasure.obj - vc_x64_mswuddll\core\msw_textmeasure.obj + vc_x64_mswuddll\core\msw_textmeasure.obj vc_mswudll\core\msw_textmeasure.obj - vc_x64_mswudll\core\msw_textmeasure.obj + vc_x64_mswudll\core\msw_textmeasure.obj vc_mswud\core\msw_textmeasure.obj - vc_x64_mswud\core\msw_textmeasure.obj + vc_x64_mswud\core\msw_textmeasure.obj vc_mswu\core\msw_textmeasure.obj - vc_x64_mswu\core\msw_textmeasure.obj + vc_x64_mswu\core\msw_textmeasure.obj vc_mswuddll\core\msw_tglbtn.obj - vc_x64_mswuddll\core\msw_tglbtn.obj + vc_x64_mswuddll\core\msw_tglbtn.obj vc_mswudll\core\msw_tglbtn.obj - vc_x64_mswudll\core\msw_tglbtn.obj + vc_x64_mswudll\core\msw_tglbtn.obj vc_mswud\core\msw_tglbtn.obj - vc_x64_mswud\core\msw_tglbtn.obj + vc_x64_mswud\core\msw_tglbtn.obj vc_mswu\core\msw_tglbtn.obj - vc_x64_mswu\core\msw_tglbtn.obj + vc_x64_mswu\core\msw_tglbtn.obj vc_mswuddll\core\msw_toolbar.obj - vc_x64_mswuddll\core\msw_toolbar.obj + vc_x64_mswuddll\core\msw_toolbar.obj vc_mswudll\core\msw_toolbar.obj - vc_x64_mswudll\core\msw_toolbar.obj + vc_x64_mswudll\core\msw_toolbar.obj vc_mswud\core\msw_toolbar.obj - vc_x64_mswud\core\msw_toolbar.obj + vc_x64_mswud\core\msw_toolbar.obj vc_mswu\core\msw_toolbar.obj - vc_x64_mswu\core\msw_toolbar.obj + vc_x64_mswu\core\msw_toolbar.obj @@ -968,13 +968,13 @@ true - true + true true - true + true true - true + true true - true + true @@ -984,59 +984,59 @@ true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true @@ -1045,25 +1045,25 @@ true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true true - true + true @@ -1081,13 +1081,13 @@ vc_mswuddll\core\generic_statusbr.obj - vc_x64_mswuddll\core\generic_statusbr.obj + vc_x64_mswuddll\core\generic_statusbr.obj vc_mswudll\core\generic_statusbr.obj - vc_x64_mswudll\core\generic_statusbr.obj + vc_x64_mswudll\core\generic_statusbr.obj vc_mswud\core\generic_statusbr.obj - vc_x64_mswud\core\generic_statusbr.obj + vc_x64_mswud\core\generic_statusbr.obj vc_mswu\core\generic_statusbr.obj - vc_x64_mswu\core\generic_statusbr.obj + vc_x64_mswu\core\generic_statusbr.obj @@ -1101,37 +1101,37 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) @@ -1186,37 +1186,37 @@ Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) @@ -1642,6 +1642,8 @@ + + @@ -1682,6 +1684,8 @@ + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_core.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_core.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_core.vcxproj.filters 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_core.vcxproj.filters 2014-02-13 19:43:31.000000000 +0000 @@ -2332,6 +2332,12 @@ Common Headers + + Common Headers + + + Common Headers + Common Headers @@ -2452,6 +2458,12 @@ Common Headers + + Common Headers + + + Common Headers + Common Headers diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_gl.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_gl.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_gl.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_gl.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + gl @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\gl\ - vc_x64_mswud\gl\ + vc_x64_mswud\gl\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\gl\ - vc_x64_mswu\gl\ + vc_x64_mswu\gl\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\gl\ - vc_x64_mswuddll\gl\ + vc_x64_mswuddll\gl\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\gl\ - vc_x64_mswudll\gl\ + vc_x64_mswudll\gl\ false - false + false true - true + true wxmsw30ud_gl - wxmsw30ud_gl + wxmsw30ud_gl wxmsw30u_gl - wxmsw30u_gl + wxmsw30u_gl wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_gllib.pch - $(OutDir)wxmsw30ud_gl.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_gl.lib - true - - - $(OutDir)wx_vc9_gl.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_gllib.pch + $(OutDir)wxmsw30ud_gl.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_gl.lib + true + + + $(OutDir)wx_vc9_gl.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_gllib.pch $(OutDir)wxmsw30ud_gl.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_gllib.pch - $(OutDir)wxmsw30u_gl.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_gl.lib - true - - - $(OutDir)wx_vc9_gl.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_gllib.pch + $(OutDir)wxmsw30u_gl.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_gl.lib + true + + + $(OutDir)wx_vc9_gl.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_gllib.pch $(OutDir)wxmsw30u_gl.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_gldll.pch - $(OutDir)wxmsw30ud_gl_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_gl_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;wxmsw30ud_core.lib;wxbase30ud.lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_gl_vc_x64_custom.dll - $(OutDir)wxmsw30ud_gl.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_gl_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_gl.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_gldll.pch + $(OutDir)wxmsw30ud_gl_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_gl_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;wxmsw30ud_core.lib;wxbase30ud.lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_gl_vc_x64_custom.dll + $(OutDir)wxmsw30ud_gl.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_gl_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_gl.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) @@ -417,59 +417,59 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_gldll.pch - $(OutDir)wxmsw30u_gl_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_gl_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;wxmsw30u_core.lib;wxbase30u.lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_gl_vc_x64_custom.dll - $(OutDir)wxmsw30u_gl.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_gl_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_gl.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_gldll.pch + $(OutDir)wxmsw30u_gl_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_gl_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;wxmsw30u_core.lib;wxbase30u.lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_gl_vc_x64_custom.dll + $(OutDir)wxmsw30u_gl.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_gl_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_gl.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -477,71 +477,71 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) @@ -549,4 +549,4 @@ - + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_html.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_html.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_html.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_html.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + html @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\html\ - vc_x64_mswud\html\ + vc_x64_mswud\html\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\html\ - vc_x64_mswu\html\ + vc_x64_mswu\html\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\html\ - vc_x64_mswuddll\html\ + vc_x64_mswuddll\html\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\html\ - vc_x64_mswudll\html\ + vc_x64_mswudll\html\ false - false + false true - true + true wxmsw30ud_html - wxmsw30ud_html + wxmsw30ud_html wxmsw30u_html - wxmsw30u_html + wxmsw30u_html wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_htmllib.pch - $(OutDir)wxmsw30ud_html.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_html.lib - true - - - $(OutDir)wx_vc9_html.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_htmllib.pch + $(OutDir)wxmsw30ud_html.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_html.lib + true + + + $(OutDir)wx_vc9_html.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_htmllib.pch $(OutDir)wxmsw30ud_html.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_htmllib.pch - $(OutDir)wxmsw30u_html.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_html.lib - true - - - $(OutDir)wx_vc9_html.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_htmllib.pch + $(OutDir)wxmsw30u_html.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_html.lib + true + + + $(OutDir)wx_vc9_html.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_htmllib.pch $(OutDir)wxmsw30u_html.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_htmldll.pch - $(OutDir)wxmsw30ud_html_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_html_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_html_vc_x64_custom.dll - $(OutDir)wxmsw30ud_html.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_html_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_html.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_htmldll.pch + $(OutDir)wxmsw30ud_html_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_html_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_html_vc_x64_custom.dll + $(OutDir)wxmsw30ud_html.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_html_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_html.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) @@ -417,59 +417,59 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_htmldll.pch - $(OutDir)wxmsw30u_html_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_html_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_html_vc_x64_custom.dll - $(OutDir)wxmsw30u_html.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_html_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_html.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_htmldll.pch + $(OutDir)wxmsw30u_html_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_html_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_html_vc_x64_custom.dll + $(OutDir)wxmsw30u_html.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_html_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_html.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -501,71 +501,71 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) @@ -590,4 +590,4 @@ - + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_media.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_media.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_media.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_media.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + media @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\media\ - vc_x64_mswud\media\ + vc_x64_mswud\media\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\media\ - vc_x64_mswu\media\ + vc_x64_mswu\media\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\media\ - vc_x64_mswuddll\media\ + vc_x64_mswuddll\media\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\media\ - vc_x64_mswudll\media\ + vc_x64_mswudll\media\ false - false + false true - true + true wxmsw30ud_media - wxmsw30ud_media + wxmsw30ud_media wxmsw30u_media - wxmsw30u_media + wxmsw30u_media wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_medialib.pch - $(OutDir)wxmsw30ud_media.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_media.lib - true - - - $(OutDir)wx_vc9_media.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_medialib.pch + $(OutDir)wxmsw30ud_media.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_media.lib + true + + + $(OutDir)wx_vc9_media.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_medialib.pch $(OutDir)wxmsw30ud_media.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_medialib.pch - $(OutDir)wxmsw30u_media.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_media.lib - true - - - $(OutDir)wx_vc9_media.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_medialib.pch + $(OutDir)wxmsw30u_media.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_media.lib + true + + + $(OutDir)wx_vc9_media.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_medialib.pch $(OutDir)wxmsw30u_media.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_mediadll.pch - $(OutDir)wxmsw30ud_media_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_media_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_media_vc_x64_custom.dll - $(OutDir)wxmsw30ud_media.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_media_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_media.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_mediadll.pch + $(OutDir)wxmsw30ud_media_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_media_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_media_vc_x64_custom.dll + $(OutDir)wxmsw30ud_media.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_media_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_media.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) @@ -417,59 +417,59 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_mediadll.pch - $(OutDir)wxmsw30u_media_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_media_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_media_vc_x64_custom.dll - $(OutDir)wxmsw30u_media.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_media_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_media.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_mediadll.pch + $(OutDir)wxmsw30u_media_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_media_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_media_vc_x64_custom.dll + $(OutDir)wxmsw30u_media.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_media_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_media.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -479,75 +479,75 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) - + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_net.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_net.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_net.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_net.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + net @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\net\ - vc_x64_mswud\net\ + vc_x64_mswud\net\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\net\ - vc_x64_mswu\net\ + vc_x64_mswu\net\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\net\ - vc_x64_mswuddll\net\ + vc_x64_mswuddll\net\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\net\ - vc_x64_mswudll\net\ + vc_x64_mswudll\net\ false - false + false true - true + true wxbase30ud_net - wxbase30ud_net + wxbase30ud_net wxbase30u_net - wxbase30u_net + wxbase30u_net wxbase30ud_$(ProjectName)_vc_custom - wxbase30ud_$(ProjectName)_vc_x64_custom + wxbase30ud_$(ProjectName)_vc_x64_custom wxbase30u_$(ProjectName)_vc_custom - wxbase30u_$(ProjectName)_vc_x64_custom + wxbase30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_netlib.pch - $(OutDir)wxbase30ud_net.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxbase30ud_net.lib - true - - - $(OutDir)wx_vc9_net.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_netlib.pch + $(OutDir)wxbase30ud_net.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxbase30ud_net.lib + true + + + $(OutDir)wx_vc9_net.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_netlib.pch $(OutDir)wxbase30ud_net.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_netlib.pch - $(OutDir)wxbase30u_net.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxbase30u_net.lib - true - - - $(OutDir)wx_vc9_net.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_netlib.pch + $(OutDir)wxbase30u_net.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxbase30u_net.lib + true + + + $(OutDir)wx_vc9_net.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_netlib.pch $(OutDir)wxbase30u_net.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_netdll.pch - $(OutDir)wxbase30ud_net_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase30ud_net_vc_x64_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxbase30ud_net_vc_x64_custom.dll - $(OutDir)wxbase30ud_net.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxbase30ud_net_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_net.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_netdll.pch + $(OutDir)wxbase30ud_net_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase30ud_net_vc_x64_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxbase30ud_net_vc_x64_custom.dll + $(OutDir)wxbase30ud_net.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxbase30ud_net_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_net.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) @@ -417,59 +417,59 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_netdll.pch - $(OutDir)wxbase30u_net_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase30u_net_vc_x64_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxbase30u_net_vc_x64_custom.dll - $(OutDir)wxbase30u_net.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxbase30u_net_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_net.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_netdll.pch + $(OutDir)wxbase30u_net_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase30u_net_vc_x64_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxbase30u_net_vc_x64_custom.dll + $(OutDir)wxbase30u_net.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxbase30u_net_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_net.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -487,71 +487,71 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) @@ -568,4 +568,4 @@ - + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_propgrid.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_propgrid.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_propgrid.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_propgrid.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + propgrid @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\propgrid\ - vc_x64_mswud\propgrid\ + vc_x64_mswud\propgrid\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\propgrid\ - vc_x64_mswu\propgrid\ + vc_x64_mswu\propgrid\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\propgrid\ - vc_x64_mswuddll\propgrid\ + vc_x64_mswuddll\propgrid\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\propgrid\ - vc_x64_mswudll\propgrid\ + vc_x64_mswudll\propgrid\ false - false + false true - true + true wxmsw30ud_propgrid - wxmsw30ud_propgrid + wxmsw30ud_propgrid wxmsw30u_propgrid - wxmsw30u_propgrid + wxmsw30u_propgrid wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_propgridlib.pch - $(OutDir)wxmsw30ud_propgrid.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_propgrid.lib - true - - - $(OutDir)wx_vc9_propgrid.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_propgridlib.pch + $(OutDir)wxmsw30ud_propgrid.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_propgrid.lib + true + + + $(OutDir)wx_vc9_propgrid.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_propgridlib.pch $(OutDir)wxmsw30ud_propgrid.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_propgridlib.pch - $(OutDir)wxmsw30u_propgrid.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_propgrid.lib - true - - - $(OutDir)wx_vc9_propgrid.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_propgridlib.pch + $(OutDir)wxmsw30u_propgrid.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_propgrid.lib + true + + + $(OutDir)wx_vc9_propgrid.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_propgridlib.pch $(OutDir)wxmsw30u_propgrid.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_propgriddll.pch - $(OutDir)wxmsw30ud_propgrid_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_propgrid_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_adv.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_propgrid_vc_x64_custom.dll - $(OutDir)wxmsw30ud_propgrid.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_propgrid_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_propgrid.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_propgriddll.pch + $(OutDir)wxmsw30ud_propgrid_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_propgrid_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_adv.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_propgrid_vc_x64_custom.dll + $(OutDir)wxmsw30ud_propgrid.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_propgrid_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_propgrid.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) @@ -417,59 +417,59 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_propgriddll.pch - $(OutDir)wxmsw30u_propgrid_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_propgrid_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_adv.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_propgrid_vc_x64_custom.dll - $(OutDir)wxmsw30u_propgrid.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_propgrid_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_propgrid.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_propgriddll.pch + $(OutDir)wxmsw30u_propgrid_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_propgrid_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_adv.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_propgrid_vc_x64_custom.dll + $(OutDir)wxmsw30u_propgrid.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_propgrid_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_propgrid.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -483,71 +483,71 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) @@ -562,4 +562,4 @@ - + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_qa.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_qa.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_qa.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_qa.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + qa @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\qa\ - vc_x64_mswud\qa\ + vc_x64_mswud\qa\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\qa\ - vc_x64_mswu\qa\ + vc_x64_mswu\qa\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\qa\ - vc_x64_mswuddll\qa\ + vc_x64_mswuddll\qa\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\qa\ - vc_x64_mswudll\qa\ + vc_x64_mswudll\qa\ false - false + false true - true + true wxmsw30ud_qa - wxmsw30ud_qa + wxmsw30ud_qa wxmsw30u_qa - wxmsw30u_qa + wxmsw30u_qa wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_qalib.pch - $(OutDir)wxmsw30ud_qa.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_qa.lib - true - - - $(OutDir)wx_vc9_qa.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_qalib.pch + $(OutDir)wxmsw30ud_qa.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_qa.lib + true + + + $(OutDir)wx_vc9_qa.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_qalib.pch $(OutDir)wxmsw30ud_qa.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_qalib.pch - $(OutDir)wxmsw30u_qa.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_qa.lib - true - - - $(OutDir)wx_vc9_qa.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_qalib.pch + $(OutDir)wxmsw30u_qa.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_qa.lib + true + + + $(OutDir)wx_vc9_qa.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_qalib.pch $(OutDir)wxmsw30u_qa.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_qadll.pch - $(OutDir)wxmsw30ud_qa_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_qa_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;$(OutDir)wxbase30ud_xml.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_qa_vc_x64_custom.dll - $(OutDir)wxmsw30ud_qa.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_qa_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_qa.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_qadll.pch + $(OutDir)wxmsw30ud_qa_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_qa_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;$(OutDir)wxbase30ud_xml.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_qa_vc_x64_custom.dll + $(OutDir)wxmsw30ud_qa.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_qa_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_qa.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) @@ -417,135 +417,135 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_qadll.pch - $(OutDir)wxmsw30u_qa_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_qa_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;$(OutDir)wxbase30u_xml.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_qa_vc_x64_custom.dll - $(OutDir)wxmsw30u_qa.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_qa_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_qa.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_qadll.pch + $(OutDir)wxmsw30u_qa_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_qa_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;$(OutDir)wxbase30u_xml.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_qa_vc_x64_custom.dll + $(OutDir)wxmsw30u_qa.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_qa_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_qa.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) - + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_ribbon.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_ribbon.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_ribbon.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_ribbon.vcxproj 2014-02-03 22:19:37.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + ribbon @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\ribbon\ - vc_x64_mswud\ribbon\ + vc_x64_mswud\ribbon\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\ribbon\ - vc_x64_mswu\ribbon\ + vc_x64_mswu\ribbon\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\ribbon\ - vc_x64_mswuddll\ribbon\ + vc_x64_mswuddll\ribbon\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\ribbon\ - vc_x64_mswudll\ribbon\ + vc_x64_mswudll\ribbon\ false - false + false true - true + true wxmsw30ud_ribbon - wxmsw30ud_ribbon + wxmsw30ud_ribbon wxmsw30u_ribbon - wxmsw30u_ribbon + wxmsw30u_ribbon wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_ribbonlib.pch - $(OutDir)wxmsw30ud_ribbon.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_ribbon.lib - true - - - $(OutDir)wx_vc9_ribbon.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_ribbonlib.pch + $(OutDir)wxmsw30ud_ribbon.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_ribbon.lib + true + + + $(OutDir)wx_vc9_ribbon.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_ribbonlib.pch $(OutDir)wxmsw30ud_ribbon.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_ribbonlib.pch - $(OutDir)wxmsw30u_ribbon.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_ribbon.lib - true - - - $(OutDir)wx_vc9_ribbon.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_ribbonlib.pch + $(OutDir)wxmsw30u_ribbon.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_ribbon.lib + true + + + $(OutDir)wx_vc9_ribbon.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_ribbonlib.pch $(OutDir)wxmsw30u_ribbon.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_ribbondll.pch - $(OutDir)wxmsw30ud_ribbon_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_ribbon_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_adv.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_ribbon_vc_x64_custom.dll - $(OutDir)wxmsw30ud_ribbon.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_ribbon_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_ribbon.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_ribbondll.pch + $(OutDir)wxmsw30ud_ribbon_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_ribbon_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_adv.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_ribbon_vc_x64_custom.dll + $(OutDir)wxmsw30ud_ribbon.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_ribbon_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_ribbon.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) @@ -417,59 +417,59 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_ribbondll.pch - $(OutDir)wxmsw30u_ribbon_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_ribbon_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_adv.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_ribbon_vc_x64_custom.dll - $(OutDir)wxmsw30u_ribbon.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_ribbon_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_ribbon.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_ribbondll.pch + $(OutDir)wxmsw30u_ribbon_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_ribbon_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_adv.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_ribbon_vc_x64_custom.dll + $(OutDir)wxmsw30u_ribbon.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_ribbon_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_ribbon.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -481,75 +481,76 @@ + true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) @@ -560,8 +561,9 @@ + - + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_ribbon.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_ribbon.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_ribbon.vcxproj.filters 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_ribbon.vcxproj.filters 2014-02-03 22:19:37.000000000 +0000 @@ -55,6 +55,9 @@ Source Files + + Source Files + @@ -89,6 +92,9 @@ Common Headers + + Common Headers + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_richtext.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_richtext.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_richtext.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_richtext.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + richtext @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\richtext\ - vc_x64_mswud\richtext\ + vc_x64_mswud\richtext\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\richtext\ - vc_x64_mswu\richtext\ + vc_x64_mswu\richtext\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\richtext\ - vc_x64_mswuddll\richtext\ + vc_x64_mswuddll\richtext\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\richtext\ - vc_x64_mswudll\richtext\ + vc_x64_mswudll\richtext\ false - false + false true - true + true wxmsw30ud_richtext - wxmsw30ud_richtext + wxmsw30ud_richtext wxmsw30u_richtext - wxmsw30u_richtext + wxmsw30u_richtext wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_richtextlib.pch - $(OutDir)wxmsw30ud_richtext.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_richtext.lib - true - - - $(OutDir)wx_vc9_richtext.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_richtextlib.pch + $(OutDir)wxmsw30ud_richtext.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_richtext.lib + true + + + $(OutDir)wx_vc9_richtext.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_richtextlib.pch $(OutDir)wxmsw30ud_richtext.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_richtextlib.pch - $(OutDir)wxmsw30u_richtext.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_richtext.lib - true - - - $(OutDir)wx_vc9_richtext.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_richtextlib.pch + $(OutDir)wxmsw30u_richtext.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_richtext.lib + true + + + $(OutDir)wx_vc9_richtext.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_richtextlib.pch $(OutDir)wxmsw30u_richtext.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_richtextdll.pch - $(OutDir)wxmsw30ud_richtext_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_richtext_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_adv.lib;$(OutDir)wxmsw30ud_html.lib;$(OutDir)wxbase30ud_xml.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_richtext_vc_x64_custom.dll - $(OutDir)wxmsw30ud_richtext.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_richtext_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_richtext.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_richtextdll.pch + $(OutDir)wxmsw30ud_richtext_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_richtext_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_adv.lib;$(OutDir)wxmsw30ud_html.lib;$(OutDir)wxbase30ud_xml.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_richtext_vc_x64_custom.dll + $(OutDir)wxmsw30ud_richtext.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_richtext_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_richtext.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) @@ -417,59 +417,59 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_richtextdll.pch - $(OutDir)wxmsw30u_richtext_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_richtext_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_adv.lib;$(OutDir)wxmsw30u_html.lib;$(OutDir)wxbase30u_xml.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_richtext_vc_x64_custom.dll - $(OutDir)wxmsw30u_richtext.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_richtext_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_richtext.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_richtextdll.pch + $(OutDir)wxmsw30u_richtext_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_richtext_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_adv.lib;$(OutDir)wxmsw30u_html.lib;$(OutDir)wxbase30u_xml.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_richtext_vc_x64_custom.dll + $(OutDir)wxmsw30u_richtext.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_richtext_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_richtext.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -485,71 +485,71 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) @@ -576,4 +576,4 @@ - + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_stc.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_stc.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_stc.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_stc.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + stc @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\stc\ - vc_x64_mswud\stc\ + vc_x64_mswud\stc\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\stc\ - vc_x64_mswu\stc\ + vc_x64_mswu\stc\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\stc\ - vc_x64_mswuddll\stc\ + vc_x64_mswuddll\stc\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\stc\ - vc_x64_mswudll\stc\ + vc_x64_mswudll\stc\ false - false + false true - true + true wxmsw30ud_stc - wxmsw30ud_stc + wxmsw30ud_stc wxmsw30u_stc - wxmsw30u_stc + wxmsw30u_stc wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_stclib.pch - $(OutDir)wxmsw30ud_stc.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_stc.lib - true - - - $(OutDir)wx_vc9_stc.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_stclib.pch + $(OutDir)wxmsw30ud_stc.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_stc.lib + true + + + $(OutDir)wx_vc9_stc.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_stclib.pch $(OutDir)wxmsw30ud_stc.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_stclib.pch - $(OutDir)wxmsw30u_stc.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_stc.lib - true - - - $(OutDir)wx_vc9_stc.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_stclib.pch + $(OutDir)wxmsw30u_stc.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_stc.lib + true + + + $(OutDir)wx_vc9_stc.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_stclib.pch $(OutDir)wxmsw30u_stc.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_stcdll.pch - $(OutDir)wxmsw30ud_stc_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_stc_vc_x64_custom;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxscintillad.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_stc_vc_x64_custom.dll - $(OutDir)wxmsw30ud_stc.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_stc_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_stc.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_stcdll.pch + $(OutDir)wxmsw30ud_stc_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_stc_vc_x64_custom;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxscintillad.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_stc_vc_x64_custom.dll + $(OutDir)wxmsw30ud_stc.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_stc_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_stc.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) @@ -417,59 +417,59 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_stcdll.pch - $(OutDir)wxmsw30u_stc_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_stc_vc_x64_custom;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxscintilla.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_stc_vc_x64_custom.dll - $(OutDir)wxmsw30u_stc.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_stc_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_stc.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_stcdll.pch + $(OutDir)wxmsw30u_stc_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_stc_vc_x64_custom;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxscintilla.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_stc_vc_x64_custom.dll + $(OutDir)wxmsw30u_stc.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_stc_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_stc.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -478,71 +478,71 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_webview.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_webview.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_webview.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_webview.vcxproj 2014-06-24 21:43:01.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + webview @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\webview\ - vc_x64_mswud\webview\ + vc_x64_mswud\webview\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\webview\ - vc_x64_mswu\webview\ + vc_x64_mswu\webview\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\webview\ - vc_x64_mswuddll\webview\ + vc_x64_mswuddll\webview\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\webview\ - vc_x64_mswudll\webview\ + vc_x64_mswudll\webview\ false - false + false true - true + true wxmsw30ud_webview - wxmsw30ud_webview + wxmsw30ud_webview wxmsw30u_webview - wxmsw30u_webview + wxmsw30u_webview wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_webviewlib.pch - $(OutDir)wxmsw30ud_webview.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_webview.lib - true - - - $(OutDir)wx_vc9_webview.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_webviewlib.pch + $(OutDir)wxmsw30ud_webview.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_webview.lib + true + + + $(OutDir)wx_vc9_webview.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_webviewlib.pch $(OutDir)wxmsw30ud_webview.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_webviewlib.pch - $(OutDir)wxmsw30u_webview.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_webview.lib - true - - - $(OutDir)wx_vc9_webview.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_webviewlib.pch + $(OutDir)wxmsw30u_webview.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_webview.lib + true + + + $(OutDir)wx_vc9_webview.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_webviewlib.pch $(OutDir)wxmsw30u_webview.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_webviewdll.pch - $(OutDir)wxmsw30ud_webview_vc_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_webview_vc_custom.dll - $(OutDir)wxmsw30ud_webview.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_webview_vc_custom.pdb - - - $(OutDir)wx_vc9_webview.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_webviewdll.pch + $(OutDir)wxmsw30ud_webview_vc_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_webview_vc_x64_custom.dll + $(OutDir)wxmsw30ud_webview.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_webview_vc_custom.pdb + + + $(OutDir)wx_vc9_webview.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) @@ -417,59 +417,59 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_webviewdll.pch - $(OutDir)wxmsw30u_webview_vc_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_webview_vc_custom.dll - $(OutDir)wxmsw30u_webview.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_webview_vc_custom.pdb - true - true - - - $(OutDir)wx_vc9_webview.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_webviewdll.pch + $(OutDir)wxmsw30u_webview_vc_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_webview_vc_custom;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_webview_vc_x64_custom.dll + $(OutDir)wxmsw30u_webview.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_webview_vc_custom.pdb + true + true + + + $(OutDir)wx_vc9_webview.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -479,71 +479,71 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) @@ -554,4 +554,4 @@ - \ No newline at end of file + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxexpat.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxexpat.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxexpat.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxexpat.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + wxexpat @@ -43,84 +43,84 @@ StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\wxexpat\ - vc_x64_mswud\wxexpat\ + vc_x64_mswud\wxexpat\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\wxexpat\ - vc_x64_mswu\wxexpat\ + vc_x64_mswu\wxexpat\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\wxexpat\ - vc_x64_mswuddll\wxexpat\ + vc_x64_mswuddll\wxexpat\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\wxexpat\ - vc_x64_mswudll\wxexpat\ + vc_x64_mswudll\wxexpat\ $(ProjectName)d - $(ProjectName)d + $(ProjectName)d $(ProjectName)d - $(ProjectName)d + $(ProjectName)d @@ -137,40 +137,40 @@ MultiThreadedDebugDLL true true - $(OutDir)wxexpatd.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) - 0x0409 - $(OutDir);%(AdditionalIncludeDirectories) - - - $(OutDir)wxexpatd.lib - true - - - $(OutDir)wx_vc9_wxexpat.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) - $(OutDir);%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir);%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true + $(OutDir)wxexpatd.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + $(OutDir)wxexpatd.lib + true + + + $(OutDir)wx_vc9_wxexpat.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true $(OutDir)wxexpatd.pdb Level3 true @@ -203,38 +203,38 @@ Sync MultiThreadedDLL true - $(OutDir)wxexpat.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) - 0x0409 - $(OutDir);%(AdditionalIncludeDirectories) - - - $(OutDir)wxexpat.lib - true - - - $(OutDir)wx_vc9_wxexpat.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) - $(OutDir);%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir);%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true + $(OutDir)wxexpat.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + $(OutDir)wxexpat.lib + true + + + $(OutDir)wx_vc9_wxexpat.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true $(OutDir)wxexpat.pdb Level3 true @@ -269,40 +269,40 @@ MultiThreadedDebugDLL true true - $(OutDir)wxexpatd.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) - 0x0409 - $(OutDir);%(AdditionalIncludeDirectories) - - - $(OutDir)wxexpatd.lib - true - - - $(OutDir)wx_vc9_wxexpat.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) - $(OutDir);%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir);%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true + $(OutDir)wxexpatd.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + $(OutDir)wxexpatd.lib + true + + + $(OutDir)wx_vc9_wxexpat.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true $(OutDir)wxexpatd.pdb Level3 true @@ -335,38 +335,38 @@ Sync MultiThreadedDLL true - $(OutDir)wxexpat.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) - 0x0409 - $(OutDir);%(AdditionalIncludeDirectories) - - - $(OutDir)wxexpat.lib - true - - - $(OutDir)wx_vc9_wxexpat.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) - $(OutDir);%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir);%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true + $(OutDir)wxexpat.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + $(OutDir)wxexpat.lib + true + + + $(OutDir)wx_vc9_wxexpat.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true $(OutDir)wxexpat.pdb Level3 true diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxjpeg.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxjpeg.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxjpeg.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxjpeg.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + wxjpeg @@ -43,84 +43,84 @@ StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\wxjpeg\ - vc_x64_mswud\wxjpeg\ + vc_x64_mswud\wxjpeg\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\wxjpeg\ - vc_x64_mswu\wxjpeg\ + vc_x64_mswu\wxjpeg\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\wxjpeg\ - vc_x64_mswuddll\wxjpeg\ + vc_x64_mswuddll\wxjpeg\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\wxjpeg\ - vc_x64_mswudll\wxjpeg\ + vc_x64_mswudll\wxjpeg\ $(ProjectName)d - $(ProjectName)d + $(ProjectName)d $(ProjectName)d - $(ProjectName)d + $(ProjectName)d @@ -137,40 +137,40 @@ MultiThreadedDebugDLL true true - $(OutDir)wxjpegd.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;%(AdditionalIncludeDirectories) - - - $(OutDir)wxjpegd.lib - true - - - $(OutDir)wx_vc9_wxjpeg.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - $(OutDir)mswud;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true + $(OutDir)wxjpegd.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;%(AdditionalIncludeDirectories) + + + $(OutDir)wxjpegd.lib + true + + + $(OutDir)wx_vc9_wxjpeg.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)mswud;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true $(OutDir)wxjpegd.pdb Level3 true @@ -203,38 +203,38 @@ Sync MultiThreadedDLL true - $(OutDir)wxjpeg.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;%(AdditionalIncludeDirectories) - - - $(OutDir)wxjpeg.lib - true - - - $(OutDir)wx_vc9_wxjpeg.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - $(OutDir)mswu;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true + $(OutDir)wxjpeg.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;%(AdditionalIncludeDirectories) + + + $(OutDir)wxjpeg.lib + true + + + $(OutDir)wx_vc9_wxjpeg.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)mswu;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true $(OutDir)wxjpeg.pdb Level3 true @@ -269,40 +269,40 @@ MultiThreadedDebugDLL true true - $(OutDir)wxjpegd.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;%(AdditionalIncludeDirectories) - - - $(OutDir)wxjpegd.lib - true - - - $(OutDir)wx_vc9_wxjpeg.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - $(OutDir)mswud;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true + $(OutDir)wxjpegd.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;%(AdditionalIncludeDirectories) + + + $(OutDir)wxjpegd.lib + true + + + $(OutDir)wx_vc9_wxjpeg.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)mswud;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true $(OutDir)wxjpegd.pdb Level3 true @@ -335,38 +335,38 @@ Sync MultiThreadedDLL true - $(OutDir)wxjpeg.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;%(AdditionalIncludeDirectories) - - - $(OutDir)wxjpeg.lib - true - - - $(OutDir)wx_vc9_wxjpeg.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - $(OutDir)mswu;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true + $(OutDir)wxjpeg.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;%(AdditionalIncludeDirectories) + + + $(OutDir)wxjpeg.lib + true + + + $(OutDir)wx_vc9_wxjpeg.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)mswu;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true $(OutDir)wxjpeg.pdb Level3 true diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxpng.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxpng.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxpng.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxpng.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + wxpng @@ -43,84 +43,84 @@ StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\wxpng\ - vc_x64_mswud\wxpng\ + vc_x64_mswud\wxpng\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\wxpng\ - vc_x64_mswu\wxpng\ + vc_x64_mswu\wxpng\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\wxpng\ - vc_x64_mswuddll\wxpng\ + vc_x64_mswuddll\wxpng\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\wxpng\ - vc_x64_mswudll\wxpng\ + vc_x64_mswudll\wxpng\ $(ProjectName)d - $(ProjectName)d + $(ProjectName)d $(ProjectName)d - $(ProjectName)d + $(ProjectName)d @@ -137,40 +137,40 @@ MultiThreadedDebugDLL true true - $(OutDir)wxpngd.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - ..\..\src\zlib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxpngd.lib - true - - - $(OutDir)wx_vc9_wxpng.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - ..\..\src\zlib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - ..\..\src\zlib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true + $(OutDir)wxpngd.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxpngd.lib + true + + + $(OutDir)wx_vc9_wxpng.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true $(OutDir)wxpngd.pdb Level3 true @@ -203,38 +203,38 @@ Sync MultiThreadedDLL true - $(OutDir)wxpng.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - ..\..\src\zlib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxpng.lib - true - - - $(OutDir)wx_vc9_wxpng.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - ..\..\src\zlib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - ..\..\src\zlib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true + $(OutDir)wxpng.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxpng.lib + true + + + $(OutDir)wx_vc9_wxpng.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true $(OutDir)wxpng.pdb Level3 true @@ -269,40 +269,40 @@ MultiThreadedDebugDLL true true - $(OutDir)wxpngd.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - ..\..\src\zlib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxpngd.lib - true - - - $(OutDir)wx_vc9_wxpng.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - ..\..\src\zlib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - ..\..\src\zlib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true + $(OutDir)wxpngd.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxpngd.lib + true + + + $(OutDir)wx_vc9_wxpng.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true $(OutDir)wxpngd.pdb Level3 true @@ -335,38 +335,38 @@ Sync MultiThreadedDLL true - $(OutDir)wxpng.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - ..\..\src\zlib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxpng.lib - true - - - $(OutDir)wx_vc9_wxpng.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - ..\..\src\zlib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - ..\..\src\zlib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true + $(OutDir)wxpng.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxpng.lib + true + + + $(OutDir)wx_vc9_wxpng.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true $(OutDir)wxpng.pdb Level3 true diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxregex.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxregex.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxregex.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxregex.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + wxregex @@ -44,95 +44,95 @@ false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\wxregex\ - vc_x64_mswud\wxregex\ + vc_x64_mswud\wxregex\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\wxregex\ - vc_x64_mswu\wxregex\ + vc_x64_mswu\wxregex\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\wxregex\ - vc_x64_mswuddll\wxregex\ + vc_x64_mswuddll\wxregex\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\wxregex\ - vc_x64_mswudll\wxregex\ + vc_x64_mswudll\wxregex\ $(ProjectName)ud - $(ProjectName)ud + $(ProjectName)ud $(ProjectName)ud - $(ProjectName)ud + $(ProjectName)ud $(ProjectName)u - $(ProjectName)u + $(ProjectName)u $(ProjectName)u - $(ProjectName)u + $(ProjectName)u @@ -149,40 +149,40 @@ MultiThreadedDebugDLL true true - $(OutDir)wxregexud.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - 0x0409 - ..\..\include;$(OutDir)mswud;%(AdditionalIncludeDirectories) - - - $(OutDir)wxregexud.lib - true - - - $(OutDir)wx_vc9_wxregex.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - ..\..\include;$(OutDir)mswud;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - ..\..\include;$(OutDir)mswud;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true + $(OutDir)wxregexud.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)mswud;%(AdditionalIncludeDirectories) + + + $(OutDir)wxregexud.lib + true + + + $(OutDir)wx_vc9_wxregex.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)mswud;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\include;$(OutDir)mswud;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true $(OutDir)wxregexud.pdb Level3 true @@ -215,38 +215,38 @@ Sync MultiThreadedDLL true - $(OutDir)wxregexu.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - 0x0409 - ..\..\include;$(OutDir)mswu;%(AdditionalIncludeDirectories) - - - $(OutDir)wxregexu.lib - true - - - $(OutDir)wx_vc9_wxregex.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - ..\..\include;$(OutDir)mswu;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - ..\..\include;$(OutDir)mswu;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true + $(OutDir)wxregexu.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)mswu;%(AdditionalIncludeDirectories) + + + $(OutDir)wxregexu.lib + true + + + $(OutDir)wx_vc9_wxregex.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)mswu;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\include;$(OutDir)mswu;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true $(OutDir)wxregexu.pdb Level3 true @@ -281,40 +281,40 @@ MultiThreadedDebugDLL true true - $(OutDir)wxregexud.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - 0x0409 - ..\..\include;$(OutDir)mswud;%(AdditionalIncludeDirectories) - - - $(OutDir)wxregexud.lib - true - - - $(OutDir)wx_vc9_wxregex.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - ..\..\include;$(OutDir)mswud;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - ..\..\include;$(OutDir)mswud;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true + $(OutDir)wxregexud.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)mswud;%(AdditionalIncludeDirectories) + + + $(OutDir)wxregexud.lib + true + + + $(OutDir)wx_vc9_wxregex.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)mswud;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\include;$(OutDir)mswud;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true $(OutDir)wxregexud.pdb Level3 true @@ -347,38 +347,38 @@ Sync MultiThreadedDLL true - $(OutDir)wxregexu.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - 0x0409 - ..\..\include;$(OutDir)mswu;%(AdditionalIncludeDirectories) - - - $(OutDir)wxregexu.lib - true - - - $(OutDir)wx_vc9_wxregex.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - ..\..\include;$(OutDir)mswu;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - ..\..\include;$(OutDir)mswu;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true + $(OutDir)wxregexu.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)mswu;%(AdditionalIncludeDirectories) + + + $(OutDir)wxregexu.lib + true + + + $(OutDir)wx_vc9_wxregex.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)mswu;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\include;$(OutDir)mswu;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true $(OutDir)wxregexu.pdb Level3 true @@ -407,63 +407,63 @@ Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxscintilla.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxscintilla.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxscintilla.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxscintilla.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + wxscintilla @@ -44,91 +44,91 @@ false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\wxscintilla\ - vc_x64_mswud\wxscintilla\ + vc_x64_mswud\wxscintilla\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\wxscintilla\ - vc_x64_mswu\wxscintilla\ + vc_x64_mswu\wxscintilla\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\wxscintilla\ - vc_x64_mswuddll\wxscintilla\ + vc_x64_mswuddll\wxscintilla\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\wxscintilla\ - vc_x64_mswudll\wxscintilla\ + vc_x64_mswudll\wxscintilla\ $(ProjectName)d - $(ProjectName)d + $(ProjectName)d $(ProjectName)d - $(ProjectName)d + $(ProjectName)d @@ -145,40 +145,40 @@ MultiThreadedDebugDLL true true - $(OutDir)wxscintillad.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - 0x0409 - ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswud;..\..\include;%(AdditionalIncludeDirectories) - - - $(OutDir)wxscintillad.lib - true - - - $(OutDir)wx_vc9_wxscintilla.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswud;..\..\include;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswud;..\..\include;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true + $(OutDir)wxscintillad.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswud;..\..\include;%(AdditionalIncludeDirectories) + + + $(OutDir)wxscintillad.lib + true + + + $(OutDir)wx_vc9_wxscintilla.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswud;..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswud;..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true $(OutDir)wxscintillad.pdb Level3 true @@ -211,38 +211,38 @@ Sync MultiThreadedDLL true - $(OutDir)wxscintilla.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - 0x0409 - ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswu;..\..\include;%(AdditionalIncludeDirectories) - - - $(OutDir)wxscintilla.lib - true - - - $(OutDir)wx_vc9_wxscintilla.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswu;..\..\include;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswu;..\..\include;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true + $(OutDir)wxscintilla.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswu;..\..\include;%(AdditionalIncludeDirectories) + + + $(OutDir)wxscintilla.lib + true + + + $(OutDir)wx_vc9_wxscintilla.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswu;..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswu;..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true $(OutDir)wxscintilla.pdb Level3 true @@ -277,40 +277,40 @@ MultiThreadedDebugDLL true true - $(OutDir)wxscintillad.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - 0x0409 - ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswud;..\..\include;%(AdditionalIncludeDirectories) - - - $(OutDir)wxscintillad.lib - true - - - $(OutDir)wx_vc9_wxscintilla.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswud;..\..\include;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswud;..\..\include;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true + $(OutDir)wxscintillad.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswud;..\..\include;%(AdditionalIncludeDirectories) + + + $(OutDir)wxscintillad.lib + true + + + $(OutDir)wx_vc9_wxscintilla.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswud;..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswud;..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true $(OutDir)wxscintillad.pdb Level3 true @@ -343,38 +343,38 @@ Sync MultiThreadedDLL true - $(OutDir)wxscintilla.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - 0x0409 - ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswu;..\..\include;%(AdditionalIncludeDirectories) - - - $(OutDir)wxscintilla.lib - true - - - $(OutDir)wx_vc9_wxscintilla.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswu;..\..\include;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswu;..\..\include;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true + $(OutDir)wxscintilla.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswu;..\..\include;%(AdditionalIncludeDirectories) + + + $(OutDir)wxscintilla.lib + true + + + $(OutDir)wx_vc9_wxscintilla.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswu;..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)mswu;..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true $(OutDir)wxscintilla.pdb Level3 true @@ -518,63 +518,63 @@ Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxtiff.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxtiff.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxtiff.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxtiff.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + wxtiff @@ -43,84 +43,84 @@ StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\wxtiff\ - vc_x64_mswud\wxtiff\ + vc_x64_mswud\wxtiff\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\wxtiff\ - vc_x64_mswu\wxtiff\ + vc_x64_mswu\wxtiff\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\wxtiff\ - vc_x64_mswuddll\wxtiff\ + vc_x64_mswuddll\wxtiff\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\wxtiff\ - vc_x64_mswudll\wxtiff\ + vc_x64_mswudll\wxtiff\ $(ProjectName)d - $(ProjectName)d + $(ProjectName)d $(ProjectName)d - $(ProjectName)d + $(ProjectName)d @@ -137,40 +137,40 @@ MultiThreadedDebugDLL true true - $(OutDir)wxtiffd.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) - - - $(OutDir)wxtiffd.lib - true - - - $(OutDir)wx_vc9_wxtiff.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true + $(OutDir)wxtiffd.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + $(OutDir)wxtiffd.lib + true + + + $(OutDir)wx_vc9_wxtiff.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true $(OutDir)wxtiffd.pdb Level3 true @@ -203,38 +203,38 @@ Sync MultiThreadedDLL true - $(OutDir)wxtiff.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) - - - $(OutDir)wxtiff.lib - true - - - $(OutDir)wx_vc9_wxtiff.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true + $(OutDir)wxtiff.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + $(OutDir)wxtiff.lib + true + + + $(OutDir)wx_vc9_wxtiff.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true $(OutDir)wxtiff.pdb Level3 true @@ -269,40 +269,40 @@ MultiThreadedDebugDLL true true - $(OutDir)wxtiffd.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) - - - $(OutDir)wxtiffd.lib - true - - - $(OutDir)wx_vc9_wxtiff.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true + $(OutDir)wxtiffd.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + $(OutDir)wxtiffd.lib + true + + + $(OutDir)wx_vc9_wxtiff.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true $(OutDir)wxtiffd.pdb Level3 true @@ -335,38 +335,38 @@ Sync MultiThreadedDLL true - $(OutDir)wxtiff.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) - - - $(OutDir)wxtiff.lib - true - - - $(OutDir)wx_vc9_wxtiff.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true + $(OutDir)wxtiff.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + $(OutDir)wxtiff.lib + true + + + $(OutDir)wx_vc9_wxtiff.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true $(OutDir)wxtiff.pdb Level3 true diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxzlib.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxzlib.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_wxzlib.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_wxzlib.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + wxzlib @@ -43,129 +43,129 @@ StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + StaticLibrary false - - StaticLibrary - false - + + StaticLibrary + false + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\wxzlib\ - vc_x64_mswud\wxzlib\ + vc_x64_mswud\wxzlib\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\wxzlib\ - vc_x64_mswu\wxzlib\ + vc_x64_mswu\wxzlib\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\wxzlib\ - vc_x64_mswuddll\wxzlib\ + vc_x64_mswuddll\wxzlib\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\wxzlib\ - vc_x64_mswudll\wxzlib\ + vc_x64_mswudll\wxzlib\ $(ProjectName)d - $(ProjectName)d + $(ProjectName)d $(ProjectName)d - $(ProjectName)d + $(ProjectName)d - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - %(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - $(OutDir)wxzlibd.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - %(AdditionalIncludeDirectories) - - - $(OutDir)wxzlibd.lib - true - - - $(OutDir)wx_vc9_wxzlib.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + %(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)wxzlibd.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + $(OutDir)wxzlibd.lib + true + + + $(OutDir)wx_vc9_wxzlib.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) %(AdditionalIncludeDirectories) /MP %(AdditionalOptions) Disabled %(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) Sync EnableFastChecks MultiThreadedDebugDLL @@ -177,7 +177,7 @@ ProgramDatabase - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) 0x0409 %(AdditionalIncludeDirectories) @@ -192,46 +192,46 @@ - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - %(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - $(OutDir)wxzlib.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - %(AdditionalIncludeDirectories) - - - $(OutDir)wxzlib.lib - true - - - $(OutDir)wx_vc9_wxzlib.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)wxzlib.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + $(OutDir)wxzlib.lib + true + + + $(OutDir)wx_vc9_wxzlib.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) %(AdditionalIncludeDirectories) /MP %(AdditionalOptions) MaxSpeed %(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) Sync MultiThreadedDLL true @@ -241,7 +241,7 @@ ProgramDatabase - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) 0x0409 %(AdditionalIncludeDirectories) @@ -256,48 +256,48 @@ - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - %(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - $(OutDir)wxzlibd.pdb - Level3 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - %(AdditionalIncludeDirectories) - - - $(OutDir)wxzlibd.lib - true - - - $(OutDir)wx_vc9_wxzlib.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + %(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)wxzlibd.pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + $(OutDir)wxzlibd.lib + true + + + $(OutDir)wx_vc9_wxzlib.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) %(AdditionalIncludeDirectories) /MP %(AdditionalOptions) Disabled %(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) Sync EnableFastChecks MultiThreadedDebugDLL @@ -309,7 +309,7 @@ ProgramDatabase - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) 0x0409 %(AdditionalIncludeDirectories) @@ -324,46 +324,46 @@ - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - %(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - $(OutDir)wxzlib.pdb - Level3 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - 0x0409 - %(AdditionalIncludeDirectories) - - - $(OutDir)wxzlib.lib - true - - - $(OutDir)wx_vc9_wxzlib.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)wxzlib.pdb + Level3 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + $(OutDir)wxzlib.lib + true + + + $(OutDir)wx_vc9_wxzlib.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) %(AdditionalIncludeDirectories) /MP %(AdditionalOptions) MaxSpeed %(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) Sync MultiThreadedDLL true @@ -373,7 +373,7 @@ ProgramDatabase - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) 0x0409 %(AdditionalIncludeDirectories) diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_xml.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_xml.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_xml.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_xml.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + xml @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\xml\ - vc_x64_mswud\xml\ + vc_x64_mswud\xml\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\xml\ - vc_x64_mswu\xml\ + vc_x64_mswu\xml\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\xml\ - vc_x64_mswuddll\xml\ + vc_x64_mswuddll\xml\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\xml\ - vc_x64_mswudll\xml\ + vc_x64_mswudll\xml\ false - false + false true - true + true wxbase30ud_xml - wxbase30ud_xml + wxbase30ud_xml wxbase30u_xml - wxbase30u_xml + wxbase30u_xml wxbase30ud_$(ProjectName)_vc_custom - wxbase30ud_$(ProjectName)_vc_x64_custom + wxbase30ud_$(ProjectName)_vc_x64_custom wxbase30u_$(ProjectName)_vc_custom - wxbase30u_$(ProjectName)_vc_x64_custom + wxbase30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_xmllib.pch - $(OutDir)wxbase30ud_xml.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxbase30ud_xml.lib - true - - - $(OutDir)wx_vc9_xml.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_xmllib.pch + $(OutDir)wxbase30ud_xml.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxbase30ud_xml.lib + true + + + $(OutDir)wx_vc9_xml.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_xmllib.pch $(OutDir)wxbase30ud_xml.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_xmllib.pch - $(OutDir)wxbase30u_xml.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxbase30u_xml.lib - true - - - $(OutDir)wx_vc9_xml.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_xmllib.pch + $(OutDir)wxbase30u_xml.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxbase30u_xml.lib + true + + + $(OutDir)wx_vc9_xml.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_xmllib.pch $(OutDir)wxbase30u_xml.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_xmldll.pch - $(OutDir)wxbase30ud_xml_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase30ud_xml_vc_x64_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxbase30ud_xml_vc_x64_custom.dll - $(OutDir)wxbase30ud_xml.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxbase30ud_xml_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_xml.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_xmldll.pch + $(OutDir)wxbase30ud_xml_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxbase30ud_xml_vc_x64_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxbase30ud_xml_vc_x64_custom.dll + $(OutDir)wxbase30ud_xml.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxbase30ud_xml_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_xml.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) @@ -417,59 +417,59 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_xmldll.pch - $(OutDir)wxbase30u_xml_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase30u_xml_vc_x64_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxbase30u_xml_vc_x64_custom.dll - $(OutDir)wxbase30u_xml.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxbase30u_xml_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_xml.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_xmldll.pch + $(OutDir)wxbase30u_xml_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxbase30u_xml_vc_x64_custom;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxbase30u_xml_vc_x64_custom.dll + $(OutDir)wxbase30u_xml.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxbase30u_xml_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_xml.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -477,71 +477,71 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_xrc.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_xrc.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc10_xrc.vcxproj 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc10_xrc.vcxproj 2013-12-31 21:47:57.000000000 +0000 @@ -5,34 +5,34 @@ Debug Win32 - - Debug - x64 - + + Debug + x64 + DLL Debug Win32 - - DLL Debug - x64 - + + DLL Debug + x64 + DLL Release Win32 - - DLL Release - x64 - + + DLL Release + x64 + Release Win32 - - Release - x64 - + + Release + x64 + xrc @@ -44,103 +44,103 @@ false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + DynamicLibrary false Unicode - - DynamicLibrary - false - Unicode - + + DynamicLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + StaticLibrary false Unicode - - StaticLibrary - false - Unicode - + + StaticLibrary + false + Unicode + - - - + + + - - - + + + - - - + + + - - - + + + <_ProjectFileVersion>10.0.40219.1 ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswud\xrc\ - vc_x64_mswud\xrc\ + vc_x64_mswud\xrc\ ..\..\lib\vc_lib\ - ..\..\lib\vc_x64_lib\ + ..\..\lib\vc_x64_lib\ vc_mswu\xrc\ - vc_x64_mswu\xrc\ + vc_x64_mswu\xrc\ ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswuddll\xrc\ - vc_x64_mswuddll\xrc\ + vc_x64_mswuddll\xrc\ true - true + true true - true + true ..\..\lib\vc_dll\ - ..\..\lib\vc_x64_dll\ + ..\..\lib\vc_x64_dll\ vc_mswudll\xrc\ - vc_x64_mswudll\xrc\ + vc_x64_mswudll\xrc\ false - false + false true - true + true wxmsw30ud_xrc - wxmsw30ud_xrc + wxmsw30ud_xrc wxmsw30u_xrc - wxmsw30u_xrc + wxmsw30u_xrc wxmsw30ud_$(ProjectName)_vc_custom - wxmsw30ud_$(ProjectName)_vc_x64_custom + wxmsw30ud_$(ProjectName)_vc_x64_custom wxmsw30u_$(ProjectName)_vc_custom - wxmsw30u_$(ProjectName)_vc_x64_custom + wxmsw30u_$(ProjectName)_vc_x64_custom @@ -160,43 +160,43 @@ Use wx/wxprec.h vc_mswud\wxprec_xrclib.pch - $(OutDir)wxmsw30ud_xrc.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30ud_xrc.lib - true - - - $(OutDir)wx_vc9_xrc.bsc - true - - - - - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswud\wxprec_xrclib.pch + $(OutDir)wxmsw30ud_xrc.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30ud_xrc.lib + true + + + $(OutDir)wx_vc9_xrc.bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswud\wxprec_xrclib.pch $(OutDir)wxmsw30ud_xrc.pdb Level4 true @@ -232,41 +232,41 @@ Use wx/wxprec.h vc_mswu\wxprec_xrclib.pch - $(OutDir)wxmsw30u_xrc.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - $(OutDir)wxmsw30u_xrc.lib - true - - - $(OutDir)wx_vc9_xrc.bsc - true - - - - - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswu\wxprec_xrclib.pch + $(OutDir)wxmsw30u_xrc.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)wxmsw30u_xrc.lib + true + + + $(OutDir)wx_vc9_xrc.bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswu\wxprec_xrclib.pch $(OutDir)wxmsw30u_xrc.pdb Level4 true @@ -330,49 +330,49 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - Disabled - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) - Sync - EnableFastChecks - MultiThreadedDebugDLL - true - true - Use - wx/wxprec.h - vc_mswuddll\wxprec_xrcdll.pch - $(OutDir)wxmsw30ud_xrc_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_xrc_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_html.lib;$(OutDir)wxmsw30ud_adv.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud_xml.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30ud_xrc_vc_x64_custom.dll - $(OutDir)wxmsw30ud_xrc.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30ud_xrc_vc_x64_custom.pdb - - - $(OutDir)wx_vc9_xrc.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + vc_mswuddll\wxprec_xrcdll.pch + $(OutDir)wxmsw30ud_xrc_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_xrc_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30ud_html.lib;$(OutDir)wxmsw30ud_adv.lib;$(OutDir)wxmsw30ud_core.lib;$(OutDir)wxbase30ud_xml.lib;$(OutDir)wxbase30ud.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30ud_xrc_vc_x64_custom.dll + $(OutDir)wxmsw30ud_xrc.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30ud_xrc_vc_x64_custom.pdb + + + $(OutDir)wx_vc9_xrc.bsc + true + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) @@ -417,59 +417,59 @@ true - - - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - /MP %(AdditionalOptions) - MaxSpeed - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) - Sync - MultiThreadedDLL - true - Use - wx/wxprec.h - vc_mswudll\wxprec_xrcdll.pch - $(OutDir)wxmsw30u_xrc_vc_x64_custom.pdb - Level4 - true - ProgramDatabase - - - _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_xrc_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) - 0x0409 - $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) - - - %(AdditionalOptions) - wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_html.lib;$(OutDir)wxmsw30u_adv.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u_xml.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) - $(OutDir)wxmsw30u_xrc_vc_x64_custom.dll - $(OutDir)wxmsw30u_xrc.lib - true - $(OutDir);%(AdditionalLibraryDirectories) - true - $(OutDir)wxmsw30u_xrc_vc_x64_custom.pdb - true - true - - - $(OutDir)wx_vc9_xrc.bsc - true - - + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + vc_mswudll\wxprec_xrcdll.pch + $(OutDir)wxmsw30u_xrc_vc_x64_custom.pdb + Level4 + true + ProgramDatabase + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_xrc_vc_x64_custom;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;wxregexu.lib;wxexpat.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;winmm.lib;shell32.lib;comctl32.lib;ole32.lib;oleaut32.lib;uuid.lib;rpcrt4.lib;advapi32.lib;wsock32.lib;wininet.lib;$(OutDir)wxmsw30u_html.lib;$(OutDir)wxmsw30u_adv.lib;$(OutDir)wxmsw30u_core.lib;$(OutDir)wxbase30u_xml.lib;$(OutDir)wxbase30u.lib;%(AdditionalDependencies) + $(OutDir)wxmsw30u_xrc_vc_x64_custom.dll + $(OutDir)wxmsw30u_xrc.lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)wxmsw30u_xrc_vc_x64_custom.pdb + true + true + + + $(OutDir)wx_vc9_xrc.bsc + true + + Create - Create + Create Create - Create + Create Create - Create + Create Create - Create + Create @@ -540,71 +540,71 @@ true - true + true true - true + true Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\setup.h - Creating $(OutDir)mswud\wx\setup.h + Creating $(OutDir)mswud\wx\setup.h copy "%(FullPath)" $(OutDir)mswud\wx\setup.h - copy "%(FullPath)" $(OutDir)mswud\wx\setup.h + copy "%(FullPath)" $(OutDir)mswud\wx\setup.h $(OutDir)mswud\wx\setup.h;%(Outputs) - $(OutDir)mswud\wx\setup.h;%(Outputs) + $(OutDir)mswud\wx\setup.h;%(Outputs) Creating $(OutDir)mswu\wx\setup.h - Creating $(OutDir)mswu\wx\setup.h + Creating $(OutDir)mswu\wx\setup.h copy "%(FullPath)" $(OutDir)mswu\wx\setup.h - copy "%(FullPath)" $(OutDir)mswu\wx\setup.h + copy "%(FullPath)" $(OutDir)mswu\wx\setup.h $(OutDir)mswu\wx\setup.h;%(Outputs) - $(OutDir)mswu\wx\setup.h;%(Outputs) + $(OutDir)mswu\wx\setup.h;%(Outputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswud\wx\msw\rcdefs.h - Creating $(OutDir)mswud\wx\msw\rcdefs.h + Creating $(OutDir)mswud\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswud\wx\msw\rcdefs.h" $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswud\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswud\wx\msw;%(AdditionalInputs) - $(OutDir)mswud\wx\msw;%(AdditionalInputs) + $(OutDir)mswud\wx\msw;%(AdditionalInputs) Creating $(OutDir)mswu\wx\msw\rcdefs.h - Creating $(OutDir)mswu\wx\msw\rcdefs.h + Creating $(OutDir)mswu\wx\msw\rcdefs.h cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" - cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)mswu\wx\msw\rcdefs.h" $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) - $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)mswu\wx\msw\rcdefs.h;%(Outputs) $(OutDir)mswu\wx\msw;%(AdditionalInputs) - $(OutDir)mswu\wx\msw;%(AdditionalInputs) + $(OutDir)mswu\wx\msw;%(AdditionalInputs) diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_adv.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_adv.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_adv.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_adv.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,673 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + adv + {24C45343-FD20-5C92-81C1-35A2AE841E79} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + AnySuitable + true + Speed + ProgramDatabase + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_adv.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_adv.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_adv.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_adv.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,376 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {FEA0C02F-F300-53BA-B784-52A5086B8093} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {61C63C83-EF8C-51CA-A418-51936E7FCD4A} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + + + MSW Sources + + + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_aui.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_aui.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_aui.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_aui.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,580 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + aui + {A16D3832-0F42-57CE-8F48-50E06649ADE8} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_aui.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_aui.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_aui.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_aui.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,95 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_base.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_base.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_base.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_base.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,874 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + base + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxBaseLibNamePrefix) + $(wxBaseLibNamePrefix) + $(wxBaseLibNamePrefix)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix) + $(wxBaseLibNamePrefix) + $(wxBaseLibNamePrefix)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + $(OutDir)$(TargetName).pdb + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;%(AdditionalDependencies) + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + $(OutDir)$(wxBaseLibNamePrefix).lib + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;%(AdditionalDependencies) + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)$(wxBaseLibNamePrefix).lib + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;%(AdditionalDependencies) + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + $(OutDir)$(wxBaseLibNamePrefix).lib + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;%(AdditionalDependencies) + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + $(OutDir)$(wxBaseLibNamePrefix).lib + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + + + + + + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_base.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_base.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_base.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_base.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,931 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {FEA0C02F-F300-53BA-B784-52A5086B8093} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {61C63C83-EF8C-51CA-A418-51936E7FCD4A} + + + {B4103426-A5DB-5CF0-A30E-BC9546513AAF} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + Generic Sources + + + Common Sources + + + + + MSW Sources + + + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + Generic Headers + + + wxHTML Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_core.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_core.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_core.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_core.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,1727 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + core + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + + + + true + true + true + true + true + true + true + true + + + + + + + + + true + true + true + true + true + true + true + true + + + + + + true + true + true + true + true + true + true + true + + + + true + true + true + true + true + true + true + true + + + + true + true + true + true + true + true + true + true + + + + true + true + true + true + true + true + true + true + + + + + + + + true + true + true + true + true + true + true + true + + + + + true + true + true + true + true + true + true + true + + + + + + + + + + + + + + + + + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_core.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_core.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_core.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_core.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,2536 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {FEA0C02F-F300-53BA-B784-52A5086B8093} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {61C63C83-EF8C-51CA-A418-51936E7FCD4A} + + + {B4103426-A5DB-5CF0-A30E-BC9546513AAF} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + MSW Sources + + + + + + Common Sources + + + Generic Sources + + + + + MSW Sources + + + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_gl.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_gl.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_gl.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_gl.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,567 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + gl + {DA8B15EF-6750-5928-BC0E-C748213CF9B2} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + Level4 + true + ProgramDatabase + $(OutDir)$(TargetName).pdb + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_gl.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_gl.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_gl.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_gl.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,52 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + MSW Sources + + + + + MSW Sources + + + + + MSW Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_html.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_html.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_html.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_html.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,608 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + html + {33CC42F9-7756-5587-863C-8D4461B7C5DD} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + $(OutDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_html.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_html.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_html.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_html.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,184 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {FEA0C02F-F300-53BA-B784-52A5086B8093} + + + {2F6FA2A9-E2B7-5B50-9F90-38855A21AF00} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {B4103426-A5DB-5CF0-A30E-BC9546513AAF} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + MSW Sources + + + Generic Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + + + MSW Sources + + + + + MSW Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_media.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_media.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_media.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_media.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,568 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + media + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_media.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_media.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_media.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_media.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,55 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + + + MSW Sources + + + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_net.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_net.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_net.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_net.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,586 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + net + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_net.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_net.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_net.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_net.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,109 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + MSW Sources + + + MSW Sources + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_propgrid.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_propgrid.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_propgrid.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_propgrid.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,580 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + propgrid + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_propgrid.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_propgrid.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_propgrid.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_propgrid.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,95 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_qa.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_qa.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_qa.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_qa.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,566 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + qa + {E21129E0-7C08-5936-9D8C-0D60B5319BA7} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_qa.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_qa.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_qa.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_qa.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,52 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {FEA0C02F-F300-53BA-B784-52A5086B8093} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + Generic Sources + + + + + MSW Sources + + + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_ribbon.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_ribbon.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_ribbon.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_ribbon.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,584 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + ribbon + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_ribbon.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_ribbon.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_ribbon.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_ribbon.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,107 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_richtext.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_richtext.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_richtext.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_richtext.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,596 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + richtext + {7FB0902D-8579-5DCE-B883-DAF66A885005} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_richtext.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_richtext.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_richtext.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_richtext.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,143 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11.sln wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11.sln --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11.sln 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11.sln 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,494 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxregex", "wx_vc11_wxregex.vcxproj", "{56A4B526-BB81-5D01-AAA9-16D23BBB169D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxzlib", "wx_vc11_wxzlib.vcxproj", "{8B867186-A0B5-5479-B824-E176EDD27C40}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxpng", "wx_vc11_wxpng.vcxproj", "{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxjpeg", "wx_vc11_wxjpeg.vcxproj", "{6053CC38-CDEE-584C-8BC8-4B000D800FC7}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxtiff", "wx_vc11_wxtiff.vcxproj", "{75596CE6-5AE7-55C9-B890-C07B0A657A83}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxexpat", "wx_vc11_wxexpat.vcxproj", "{A1A8355B-0988-528E-9CC2-B971D6266669}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxscintilla", "wx_vc11_wxscintilla.vcxproj", "{74827EBD-93DC-5110-BA95-3F2AB029B6B0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "wx_vc11_base.vcxproj", "{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}" + ProjectSection(ProjectDependencies) = postProject + {56A4B526-BB81-5D01-AAA9-16D23BBB169D} = {56A4B526-BB81-5D01-AAA9-16D23BBB169D} + {A1A8355B-0988-528E-9CC2-B971D6266669} = {A1A8355B-0988-528E-9CC2-B971D6266669} + {8B867186-A0B5-5479-B824-E176EDD27C40} = {8B867186-A0B5-5479-B824-E176EDD27C40} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "wx_vc11_net.vcxproj", "{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}" + ProjectSection(ProjectDependencies) = postProject + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} = {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "wx_vc11_core.vcxproj", "{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}" + ProjectSection(ProjectDependencies) = postProject + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0} = {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0} + {6053CC38-CDEE-584C-8BC8-4B000D800FC7} = {6053CC38-CDEE-584C-8BC8-4B000D800FC7} + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} = {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} + {75596CE6-5AE7-55C9-B890-C07B0A657A83} = {75596CE6-5AE7-55C9-B890-C07B0A657A83} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "adv", "wx_vc11_adv.vcxproj", "{24C45343-FD20-5C92-81C1-35A2AE841E79}" + ProjectSection(ProjectDependencies) = postProject + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "media", "wx_vc11_media.vcxproj", "{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}" + ProjectSection(ProjectDependencies) = postProject + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "html", "wx_vc11_html.vcxproj", "{33CC42F9-7756-5587-863C-8D4461B7C5DD}" + ProjectSection(ProjectDependencies) = postProject + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webview", "wx_vc11_webview.vcxproj", "{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}" + ProjectSection(ProjectDependencies) = postProject + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qa", "wx_vc11_qa.vcxproj", "{E21129E0-7C08-5936-9D8C-0D60B5319BA7}" + ProjectSection(ProjectDependencies) = postProject + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} = {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xml", "wx_vc11_xml.vcxproj", "{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}" + ProjectSection(ProjectDependencies) = postProject + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} = {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrc", "wx_vc11_xrc.vcxproj", "{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}" + ProjectSection(ProjectDependencies) = postProject + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} = {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} + {24C45343-FD20-5C92-81C1-35A2AE841E79} = {24C45343-FD20-5C92-81C1-35A2AE841E79} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aui", "wx_vc11_aui.vcxproj", "{A16D3832-0F42-57CE-8F48-50E06649ADE8}" + ProjectSection(ProjectDependencies) = postProject + {24C45343-FD20-5C92-81C1-35A2AE841E79} = {24C45343-FD20-5C92-81C1-35A2AE841E79} + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + {33CC42F9-7756-5587-863C-8D4461B7C5DD} = {33CC42F9-7756-5587-863C-8D4461B7C5DD} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ribbon", "wx_vc11_ribbon.vcxproj", "{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}" + ProjectSection(ProjectDependencies) = postProject + {24C45343-FD20-5C92-81C1-35A2AE841E79} = {24C45343-FD20-5C92-81C1-35A2AE841E79} + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "propgrid", "wx_vc11_propgrid.vcxproj", "{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}" + ProjectSection(ProjectDependencies) = postProject + {24C45343-FD20-5C92-81C1-35A2AE841E79} = {24C45343-FD20-5C92-81C1-35A2AE841E79} + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "richtext", "wx_vc11_richtext.vcxproj", "{7FB0902D-8579-5DCE-B883-DAF66A885005}" + ProjectSection(ProjectDependencies) = postProject + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} = {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} + {24C45343-FD20-5C92-81C1-35A2AE841E79} = {24C45343-FD20-5C92-81C1-35A2AE841E79} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stc", "wx_vc11_stc.vcxproj", "{23E1C437-A951-5943-8639-A17F3CF2E606}" + ProjectSection(ProjectDependencies) = postProject + {74827EBD-93DC-5110-BA95-3F2AB029B6B0} = {74827EBD-93DC-5110-BA95-3F2AB029B6B0} + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gl", "wx_vc11_gl.vcxproj", "{DA8B15EF-6750-5928-BC0E-C748213CF9B2}" + ProjectSection(ProjectDependencies) = postProject + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + DLL Debug|Win32 = DLL Debug|Win32 + DLL Debug|x64 = DLL Debug|x64 + DLL Release|Win32 = DLL Release|Win32 + DLL Release|x64 = DLL Release|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|Win32.ActiveCfg = Debug|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|Win32.Build.0 = Debug|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|x64.ActiveCfg = Debug|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|x64.Build.0 = Debug|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|x64.Build.0 = DLL Release|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|Win32.ActiveCfg = Release|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|Win32.Build.0 = Release|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|x64.ActiveCfg = Release|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|x64.Build.0 = Release|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|Win32.ActiveCfg = Debug|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|Win32.Build.0 = Debug|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|x64.ActiveCfg = Debug|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|x64.Build.0 = Debug|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|x64.Build.0 = DLL Release|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Release|Win32.ActiveCfg = Release|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Release|Win32.Build.0 = Release|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Release|x64.ActiveCfg = Release|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Release|x64.Build.0 = Release|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|Win32.ActiveCfg = Debug|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|Win32.Build.0 = Debug|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|x64.ActiveCfg = Debug|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|x64.Build.0 = Debug|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|x64.Build.0 = DLL Release|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|Win32.ActiveCfg = Release|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|Win32.Build.0 = Release|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|x64.ActiveCfg = Release|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|x64.Build.0 = Release|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|Win32.ActiveCfg = Debug|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|Win32.Build.0 = Debug|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|x64.ActiveCfg = Debug|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|x64.Build.0 = Debug|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|x64.Build.0 = DLL Release|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|Win32.ActiveCfg = Release|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|Win32.Build.0 = Release|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|x64.ActiveCfg = Release|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|x64.Build.0 = Release|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|Win32.ActiveCfg = Debug|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|Win32.Build.0 = Debug|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|x64.ActiveCfg = Debug|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|x64.Build.0 = Debug|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|x64.Build.0 = DLL Release|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|Win32.ActiveCfg = Release|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|Win32.Build.0 = Release|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|x64.ActiveCfg = Release|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|x64.Build.0 = Release|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|Win32.ActiveCfg = Debug|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|Win32.Build.0 = Debug|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|x64.ActiveCfg = Debug|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|x64.Build.0 = Debug|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|x64.Build.0 = DLL Release|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Release|Win32.ActiveCfg = Release|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Release|Win32.Build.0 = Release|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Release|x64.ActiveCfg = Release|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Release|x64.Build.0 = Release|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|Win32.ActiveCfg = Debug|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|Win32.Build.0 = Debug|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|x64.ActiveCfg = Debug|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|x64.Build.0 = Debug|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|x64.Build.0 = DLL Release|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|Win32.ActiveCfg = Release|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|Win32.Build.0 = Release|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|x64.ActiveCfg = Release|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|x64.Build.0 = Release|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|Win32.ActiveCfg = Debug|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|Win32.Build.0 = Debug|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|x64.ActiveCfg = Debug|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|x64.Build.0 = Debug|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|x64.Build.0 = DLL Release|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|Win32.ActiveCfg = Release|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|Win32.Build.0 = Release|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|x64.ActiveCfg = Release|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|x64.Build.0 = Release|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|Win32.ActiveCfg = Debug|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|Win32.Build.0 = Debug|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|x64.ActiveCfg = Debug|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|x64.Build.0 = Debug|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|x64.Build.0 = DLL Release|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|Win32.ActiveCfg = Release|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|Win32.Build.0 = Release|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|x64.ActiveCfg = Release|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|x64.Build.0 = Release|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|Win32.ActiveCfg = Debug|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|Win32.Build.0 = Debug|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|x64.ActiveCfg = Debug|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|x64.Build.0 = Debug|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|x64.Build.0 = DLL Release|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|Win32.ActiveCfg = Release|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|Win32.Build.0 = Release|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|x64.ActiveCfg = Release|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|x64.Build.0 = Release|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|Win32.ActiveCfg = Debug|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|Win32.Build.0 = Debug|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|x64.ActiveCfg = Debug|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|x64.Build.0 = Debug|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|x64.Build.0 = DLL Release|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|Win32.ActiveCfg = Release|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|Win32.Build.0 = Release|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|x64.ActiveCfg = Release|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|x64.Build.0 = Release|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|Win32.ActiveCfg = Debug|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|Win32.Build.0 = Debug|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|x64.ActiveCfg = Debug|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|x64.Build.0 = Debug|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|x64.Build.0 = DLL Release|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|Win32.ActiveCfg = Release|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|Win32.Build.0 = Release|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|x64.ActiveCfg = Release|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|x64.Build.0 = Release|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|Win32.ActiveCfg = Debug|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|Win32.Build.0 = Debug|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|x64.ActiveCfg = Debug|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|x64.Build.0 = Debug|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|x64.Build.0 = DLL Release|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|Win32.ActiveCfg = Release|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|Win32.Build.0 = Release|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|x64.ActiveCfg = Release|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|x64.Build.0 = Release|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|Win32.ActiveCfg = Debug|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|Win32.Build.0 = Debug|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|x64.ActiveCfg = Debug|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|x64.Build.0 = Debug|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|x64.Build.0 = DLL Release|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|Win32.ActiveCfg = Release|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|Win32.Build.0 = Release|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|x64.ActiveCfg = Release|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|x64.Build.0 = Release|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|Win32.ActiveCfg = Debug|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|Win32.Build.0 = Debug|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|x64.ActiveCfg = Debug|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|x64.Build.0 = Debug|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|x64.Build.0 = DLL Release|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|Win32.ActiveCfg = Release|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|Win32.Build.0 = Release|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|x64.ActiveCfg = Release|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|x64.Build.0 = Release|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|Win32.ActiveCfg = Debug|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|Win32.Build.0 = Debug|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|x64.ActiveCfg = Debug|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|x64.Build.0 = Debug|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|x64.Build.0 = DLL Release|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|Win32.ActiveCfg = Release|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|Win32.Build.0 = Release|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|x64.ActiveCfg = Release|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|x64.Build.0 = Release|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|Win32.ActiveCfg = Debug|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|Win32.Build.0 = Debug|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|x64.ActiveCfg = Debug|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|x64.Build.0 = Debug|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|x64.Build.0 = DLL Release|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|Win32.ActiveCfg = Release|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|Win32.Build.0 = Release|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|x64.ActiveCfg = Release|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|x64.Build.0 = Release|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|Win32.ActiveCfg = Debug|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|Win32.Build.0 = Debug|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|x64.ActiveCfg = Debug|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|x64.Build.0 = Debug|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|x64.Build.0 = DLL Release|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|Win32.ActiveCfg = Release|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|Win32.Build.0 = Release|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|x64.ActiveCfg = Release|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|x64.Build.0 = Release|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|Win32.ActiveCfg = Debug|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|Win32.Build.0 = Debug|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|x64.ActiveCfg = Debug|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|x64.Build.0 = Debug|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|x64.Build.0 = DLL Release|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|Win32.ActiveCfg = Release|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|Win32.Build.0 = Release|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|x64.ActiveCfg = Release|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|x64.Build.0 = Release|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|Win32.ActiveCfg = Debug|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|Win32.Build.0 = Debug|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|x64.ActiveCfg = Debug|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|x64.Build.0 = Debug|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|x64.Build.0 = DLL Release|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|Win32.ActiveCfg = Release|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|Win32.Build.0 = Release|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|x64.ActiveCfg = Release|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|x64.Build.0 = Release|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|Win32.ActiveCfg = Debug|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|Win32.Build.0 = Debug|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|x64.ActiveCfg = Debug|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|x64.Build.0 = Debug|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|x64.Build.0 = DLL Release|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|Win32.ActiveCfg = Release|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|Win32.Build.0 = Release|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|x64.ActiveCfg = Release|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|x64.Build.0 = Release|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|Win32.ActiveCfg = Debug|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|Win32.Build.0 = Debug|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|x64.ActiveCfg = Debug|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|x64.Build.0 = Debug|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|x64.Build.0 = DLL Release|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Release|Win32.ActiveCfg = Release|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Release|Win32.Build.0 = Release|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Release|x64.ActiveCfg = Release|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Release|x64.Build.0 = Release|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|Win32.ActiveCfg = Debug|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|Win32.Build.0 = Debug|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|x64.ActiveCfg = Debug|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|x64.Build.0 = Debug|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|x64.Build.0 = DLL Release|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|Win32.ActiveCfg = Release|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|Win32.Build.0 = Release|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|x64.ActiveCfg = Release|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_stc.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_stc.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_stc.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_stc.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,567 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + stc + {23E1C437-A951-5943-8639-A17F3CF2E606} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxOutDir) + $(wxOutDir) + $(wxOutDir) + $(wxOutDir) + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + true + true + false + false + true + true + true + true + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;wxscintilla$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;wxscintilla$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;wxscintilla$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;wxscintilla$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_stc.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_stc.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_stc.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_stc.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,56 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Source Files + + + Source Files + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_webview.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_webview.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_webview.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_webview.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,572 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + webview + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_webview.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_webview.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_webview.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_webview.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,67 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + MSW Sources + + + + + MSW Sources + + + + + MSW Headers + + + MSW Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxexpat.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxexpat.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxexpat.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxexpat.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,442 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxexpat + {A1A8355B-0988-528E-9CC2-B971D6266669} + + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxexpat.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxexpat.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxexpat.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxexpat.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,20 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxjpeg.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxjpeg.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxjpeg.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxjpeg.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,485 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxjpeg + {6053CC38-CDEE-584C-8BC8-4B000D800FC7} + + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxjpeg.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxjpeg.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxjpeg.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxjpeg.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,149 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxpng.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxpng.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxpng.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxpng.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,454 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxpng + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0} + + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + Disabled + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxpng.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxpng.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxpng.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxpng.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,56 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxregex.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxregex.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxregex.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxregex.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,497 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxregex + {56A4B526-BB81-5D01-AAA9-16D23BBB169D} + + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + Disabled + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxregex.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxregex.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxregex.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxregex.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,35 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxscintilla.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxscintilla.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxscintilla.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxscintilla.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,620 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxscintilla + {74827EBD-93DC-5110-BA95-3F2AB029B6B0} + + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + Disabled + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxscintilla.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxscintilla.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxscintilla.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxscintilla.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,380 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wx_setup.props wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wx_setup.props --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wx_setup.props 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wx_setup.props 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,103 @@ + + + + 30 + msw + vc + + + custom + + + + + + + _x64 + + + _ia64 + + + ud + + + d + + + u + + + + + + + d + + + + + + + ..\..\lib\$(wxCompilerPrefix)$(wxArchSuffix)_dll$(wxCfg)\ + + + ..\..\lib\$(wxCompilerPrefix)$(wxArchSuffix)_dll$(wxCfg)\ + + + ..\..\lib\$(wxCompilerPrefix)$(wxArchSuffix)_lib$(wxCfg)\ + + + ..\..\lib\$(wxCompilerPrefix)$(wxArchSuffix)_lib$(wxCfg)\ + + + $(wxCompilerPrefix)$(wxArchSuffix)_$(wxToolkitPrefix)$(wxSuffix)dll\ + + + $(wxCompilerPrefix)$(wxArchSuffix)_$(wxToolkitPrefix)$(wxSuffix)dll\ + + + $(wxCompilerPrefix)$(wxArchSuffix)_$(wxToolkitPrefix)$(wxSuffix)\ + + + $(wxCompilerPrefix)$(wxArchSuffix)_$(wxToolkitPrefix)$(wxSuffix)\ + + + $(wxToolkitPrefix)$(wxSuffix) + wx$(wxToolkitPrefix)$(wxShortVersionString)$(wxSuffix)_ + _$(wxCompilerPrefix)$(wxArchSuffix)_$(wxVendor) + wx$(wxToolkitPrefix)$(wxShortVersionString)$(wxSuffix)_ + wxbase$(wxShortVersionString)$(wxSuffix) + + + + kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;advapi32.lib;comctl32.lib;rpcrt4.lib;wsock32.lib;wininet.lib;winmm.lib;%(AdditionalDependencies) + + + + + $(wxShortVersionString) + + + $(wxArchSuffix) + + + $(wxToolkitPrefix) + + + $(wxCompilerPrefix) + + + $(wxCfg) + + + $(wxVendor) + + + $(wxOutDir) + + + $(wxIntRootDir) + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxtiff.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxtiff.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxtiff.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxtiff.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,475 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxtiff + {75596CE6-5AE7-55C9-B890-C07B0A657A83} + + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + Disabled + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxtiff.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxtiff.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxtiff.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxtiff.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,119 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxzlib.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxzlib.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxzlib.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxzlib.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,454 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxzlib + {8B867186-A0B5-5479-B824-E176EDD27C40} + + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + StaticLibrary + false + v110 + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + Disabled + %(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Level3 + true + ProgramDatabase + $(OutDir)$(TargetName).pdb + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + %(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Level3 + true + ProgramDatabase + $(OutDir)$(TargetName).pdb + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + $(OutDir)$(TargetName).pdb + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Level3 + true + None + AnySuitable + true + Speed + $(OutDir)$(TargetName).pdb + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + %(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Level3 + true + ProgramDatabase + $(OutDir)$(TargetName).pdb + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + %(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Level3 + true + ProgramDatabase + $(OutDir)$(TargetName).pdb + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + $(OutDir)$(TargetName).pdb + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Level3 + true + None + AnySuitable + true + Speed + $(OutDir)$(TargetName).pdb + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxzlib.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxzlib.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_wxzlib.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_wxzlib.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,56 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_xml.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_xml.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_xml.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_xml.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,567 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + xml + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_xml.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_xml.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_xml.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_xml.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,56 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Common Sources + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_xrc.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_xrc.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_xrc.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_xrc.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,692 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + xrc + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D} + + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + DynamicLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + StaticLibrary + false + Unicode + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix)_xml.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix)_xml.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix)_xml.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix)_xml.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_xrc.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_xrc.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc11_xrc.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc11_xrc.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,431 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_adv.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_adv.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_adv.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_adv.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,673 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + adv + {24C45343-FD20-5C92-81C1-35A2AE841E79} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + AnySuitable + true + Speed + ProgramDatabase + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_ADV;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_adv.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_adv.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_adv.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_adv.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,376 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {FEA0C02F-F300-53BA-B784-52A5086B8093} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {61C63C83-EF8C-51CA-A418-51936E7FCD4A} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + + + MSW Sources + + + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_aui.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_aui.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_aui.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_aui.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,580 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + aui + {A16D3832-0F42-57CE-8F48-50E06649ADE8} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_AUI;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_aui.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_aui.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_aui.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_aui.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,95 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_base.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_base.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_base.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_base.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,874 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + base + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxBaseLibNamePrefix) + $(wxBaseLibNamePrefix) + $(wxBaseLibNamePrefix)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix) + $(wxBaseLibNamePrefix) + $(wxBaseLibNamePrefix)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + $(OutDir)$(TargetName).pdb + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;%(AdditionalDependencies) + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + $(OutDir)$(wxBaseLibNamePrefix).lib + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;%(AdditionalDependencies) + true + $(OutDir);%(AdditionalLibraryDirectories) + true + $(OutDir)$(wxBaseLibNamePrefix).lib + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;%(AdditionalDependencies) + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + $(OutDir)$(wxBaseLibNamePrefix).lib + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXMAKINGDLL_BASE;wxUSE_BASE=1;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;%(AdditionalDependencies) + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + $(OutDir)$(wxBaseLibNamePrefix).lib + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + + + + + + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_base.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_base.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_base.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_base.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,931 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {FEA0C02F-F300-53BA-B784-52A5086B8093} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {61C63C83-EF8C-51CA-A418-51936E7FCD4A} + + + {B4103426-A5DB-5CF0-A30E-BC9546513AAF} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + Generic Sources + + + Common Sources + + + + + MSW Sources + + + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + Generic Headers + + + wxHTML Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_core.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_core.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_core.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_core.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,1727 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + core + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + $(IntDir)msw_%(Filename).obj + + + + + + + + + + + + + true + true + true + true + true + true + true + true + + + + + + + + + true + true + true + true + true + true + true + true + + + + + + true + true + true + true + true + true + true + true + + + + true + true + true + true + true + true + true + true + + + + true + true + true + true + true + true + true + true + + + + true + true + true + true + true + true + true + true + + + + + + + + true + true + true + true + true + true + true + true + + + + + true + true + true + true + true + true + true + true + + + + + + + + + + + + + + + + + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + $(IntDir)generic_%(Filename).obj + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_core.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_core.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_core.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_core.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,2536 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {FEA0C02F-F300-53BA-B784-52A5086B8093} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {61C63C83-EF8C-51CA-A418-51936E7FCD4A} + + + {B4103426-A5DB-5CF0-A30E-BC9546513AAF} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + Generic Sources + + + MSW Sources + + + + + + Common Sources + + + Generic Sources + + + + + MSW Sources + + + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + MSW Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + Generic Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_gl.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_gl.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_gl.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_gl.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,567 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + gl + {DA8B15EF-6750-5928-BC0E-C748213CF9B2} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + Level4 + true + ProgramDatabase + $(OutDir)$(TargetName).pdb + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_GL;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;opengl32.lib;glu32.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_gl.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_gl.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_gl.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_gl.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,52 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + MSW Sources + + + + + MSW Sources + + + + + MSW Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_html.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_html.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_html.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_html.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,608 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + html + {33CC42F9-7756-5587-863C-8D4461B7C5DD} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + $(OutDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_HTML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_html.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_html.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_html.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_html.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,184 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {FEA0C02F-F300-53BA-B784-52A5086B8093} + + + {2F6FA2A9-E2B7-5B50-9F90-38855A21AF00} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {B4103426-A5DB-5CF0-A30E-BC9546513AAF} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + MSW Sources + + + Generic Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + wxHTML Sources + + + + + MSW Sources + + + + + MSW Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + wxHTML Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_media.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_media.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_media.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_media.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,568 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + media + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_MEDIA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_media.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_media.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_media.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_media.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,55 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + MSW Sources + + + MSW Sources + + + MSW Sources + + + + + MSW Sources + + + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_net.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_net.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_net.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_net.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,586 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + net + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_NET;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_net.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_net.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_net.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_net.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,109 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + MSW Sources + + + MSW Sources + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_propgrid.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_propgrid.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_propgrid.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_propgrid.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,580 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + propgrid + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_PROPGRID;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_propgrid.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_propgrid.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_propgrid.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_propgrid.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,95 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_qa.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_qa.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_qa.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_qa.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,566 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + qa + {E21129E0-7C08-5936-9D8C-0D60B5319BA7} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_QA;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_qa.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_qa.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_qa.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_qa.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,52 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {FEA0C02F-F300-53BA-B784-52A5086B8093} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + Generic Sources + + + + + MSW Sources + + + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_ribbon.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_ribbon.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_ribbon.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_ribbon.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,584 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + ribbon + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RIBBON;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_ribbon.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_ribbon.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_ribbon.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_ribbon.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,107 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_richtext.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_richtext.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_richtext.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_richtext.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,596 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + richtext + {7FB0902D-8579-5DCE-B883-DAF66A885005} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_RICHTEXT;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;$(wxBaseLibNamePrefix)_xml.lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_richtext.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_richtext.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_richtext.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_richtext.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,143 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12.sln wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12.sln --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12.sln 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12.sln 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,494 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxregex", "wx_vc12_wxregex.vcxproj", "{56A4B526-BB81-5D01-AAA9-16D23BBB169D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxzlib", "wx_vc12_wxzlib.vcxproj", "{8B867186-A0B5-5479-B824-E176EDD27C40}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxpng", "wx_vc12_wxpng.vcxproj", "{8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxjpeg", "wx_vc12_wxjpeg.vcxproj", "{6053CC38-CDEE-584C-8BC8-4B000D800FC7}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxtiff", "wx_vc12_wxtiff.vcxproj", "{75596CE6-5AE7-55C9-B890-C07B0A657A83}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxexpat", "wx_vc12_wxexpat.vcxproj", "{A1A8355B-0988-528E-9CC2-B971D6266669}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxscintilla", "wx_vc12_wxscintilla.vcxproj", "{74827EBD-93DC-5110-BA95-3F2AB029B6B0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "wx_vc12_base.vcxproj", "{3FCC50C2-81E9-5DB2-B8D8-2129427568B1}" + ProjectSection(ProjectDependencies) = postProject + {56A4B526-BB81-5D01-AAA9-16D23BBB169D} = {56A4B526-BB81-5D01-AAA9-16D23BBB169D} + {A1A8355B-0988-528E-9CC2-B971D6266669} = {A1A8355B-0988-528E-9CC2-B971D6266669} + {8B867186-A0B5-5479-B824-E176EDD27C40} = {8B867186-A0B5-5479-B824-E176EDD27C40} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "wx_vc12_net.vcxproj", "{69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}" + ProjectSection(ProjectDependencies) = postProject + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} = {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "wx_vc12_core.vcxproj", "{6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}" + ProjectSection(ProjectDependencies) = postProject + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0} = {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0} + {6053CC38-CDEE-584C-8BC8-4B000D800FC7} = {6053CC38-CDEE-584C-8BC8-4B000D800FC7} + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} = {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} + {75596CE6-5AE7-55C9-B890-C07B0A657A83} = {75596CE6-5AE7-55C9-B890-C07B0A657A83} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "adv", "wx_vc12_adv.vcxproj", "{24C45343-FD20-5C92-81C1-35A2AE841E79}" + ProjectSection(ProjectDependencies) = postProject + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "media", "wx_vc12_media.vcxproj", "{8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}" + ProjectSection(ProjectDependencies) = postProject + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "html", "wx_vc12_html.vcxproj", "{33CC42F9-7756-5587-863C-8D4461B7C5DD}" + ProjectSection(ProjectDependencies) = postProject + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webview", "wx_vc12_webview.vcxproj", "{A8E8442A-078A-5FC5-B495-8D71BA77EE6E}" + ProjectSection(ProjectDependencies) = postProject + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qa", "wx_vc12_qa.vcxproj", "{E21129E0-7C08-5936-9D8C-0D60B5319BA7}" + ProjectSection(ProjectDependencies) = postProject + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} = {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xml", "wx_vc12_xml.vcxproj", "{3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}" + ProjectSection(ProjectDependencies) = postProject + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} = {3FCC50C2-81E9-5DB2-B8D8-2129427568B1} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrc", "wx_vc12_xrc.vcxproj", "{09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}" + ProjectSection(ProjectDependencies) = postProject + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} = {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} + {24C45343-FD20-5C92-81C1-35A2AE841E79} = {24C45343-FD20-5C92-81C1-35A2AE841E79} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "aui", "wx_vc12_aui.vcxproj", "{A16D3832-0F42-57CE-8F48-50E06649ADE8}" + ProjectSection(ProjectDependencies) = postProject + {24C45343-FD20-5C92-81C1-35A2AE841E79} = {24C45343-FD20-5C92-81C1-35A2AE841E79} + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + {33CC42F9-7756-5587-863C-8D4461B7C5DD} = {33CC42F9-7756-5587-863C-8D4461B7C5DD} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ribbon", "wx_vc12_ribbon.vcxproj", "{87B42A9C-3F5C-53D7-9017-2B1CAE39457D}" + ProjectSection(ProjectDependencies) = postProject + {24C45343-FD20-5C92-81C1-35A2AE841E79} = {24C45343-FD20-5C92-81C1-35A2AE841E79} + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "propgrid", "wx_vc12_propgrid.vcxproj", "{97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}" + ProjectSection(ProjectDependencies) = postProject + {24C45343-FD20-5C92-81C1-35A2AE841E79} = {24C45343-FD20-5C92-81C1-35A2AE841E79} + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "richtext", "wx_vc12_richtext.vcxproj", "{7FB0902D-8579-5DCE-B883-DAF66A885005}" + ProjectSection(ProjectDependencies) = postProject + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} = {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} + {24C45343-FD20-5C92-81C1-35A2AE841E79} = {24C45343-FD20-5C92-81C1-35A2AE841E79} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stc", "wx_vc12_stc.vcxproj", "{23E1C437-A951-5943-8639-A17F3CF2E606}" + ProjectSection(ProjectDependencies) = postProject + {74827EBD-93DC-5110-BA95-3F2AB029B6B0} = {74827EBD-93DC-5110-BA95-3F2AB029B6B0} + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gl", "wx_vc12_gl.vcxproj", "{DA8B15EF-6750-5928-BC0E-C748213CF9B2}" + ProjectSection(ProjectDependencies) = postProject + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} = {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + DLL Debug|Win32 = DLL Debug|Win32 + DLL Debug|x64 = DLL Debug|x64 + DLL Release|Win32 = DLL Release|Win32 + DLL Release|x64 = DLL Release|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|Win32.ActiveCfg = Debug|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|Win32.Build.0 = Debug|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|x64.ActiveCfg = Debug|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Debug|x64.Build.0 = Debug|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.DLL Release|x64.Build.0 = DLL Release|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|Win32.ActiveCfg = Release|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|Win32.Build.0 = Release|Win32 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|x64.ActiveCfg = Release|x64 + {56A4B526-BB81-5D01-AAA9-16D23BBB169D}.Release|x64.Build.0 = Release|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|Win32.ActiveCfg = Debug|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|Win32.Build.0 = Debug|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|x64.ActiveCfg = Debug|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Debug|x64.Build.0 = Debug|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.DLL Release|x64.Build.0 = DLL Release|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Release|Win32.ActiveCfg = Release|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Release|Win32.Build.0 = Release|Win32 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Release|x64.ActiveCfg = Release|x64 + {8B867186-A0B5-5479-B824-E176EDD27C40}.Release|x64.Build.0 = Release|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|Win32.ActiveCfg = Debug|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|Win32.Build.0 = Debug|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|x64.ActiveCfg = Debug|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Debug|x64.Build.0 = Debug|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.DLL Release|x64.Build.0 = DLL Release|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|Win32.ActiveCfg = Release|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|Win32.Build.0 = Release|Win32 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|x64.ActiveCfg = Release|x64 + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0}.Release|x64.Build.0 = Release|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|Win32.ActiveCfg = Debug|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|Win32.Build.0 = Debug|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|x64.ActiveCfg = Debug|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Debug|x64.Build.0 = Debug|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.DLL Release|x64.Build.0 = DLL Release|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|Win32.ActiveCfg = Release|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|Win32.Build.0 = Release|Win32 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|x64.ActiveCfg = Release|x64 + {6053CC38-CDEE-584C-8BC8-4B000D800FC7}.Release|x64.Build.0 = Release|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|Win32.ActiveCfg = Debug|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|Win32.Build.0 = Debug|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|x64.ActiveCfg = Debug|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Debug|x64.Build.0 = Debug|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.DLL Release|x64.Build.0 = DLL Release|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|Win32.ActiveCfg = Release|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|Win32.Build.0 = Release|Win32 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|x64.ActiveCfg = Release|x64 + {75596CE6-5AE7-55C9-B890-C07B0A657A83}.Release|x64.Build.0 = Release|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|Win32.ActiveCfg = Debug|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|Win32.Build.0 = Debug|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|x64.ActiveCfg = Debug|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Debug|x64.Build.0 = Debug|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.DLL Release|x64.Build.0 = DLL Release|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Release|Win32.ActiveCfg = Release|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Release|Win32.Build.0 = Release|Win32 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Release|x64.ActiveCfg = Release|x64 + {A1A8355B-0988-528E-9CC2-B971D6266669}.Release|x64.Build.0 = Release|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|Win32.ActiveCfg = Debug|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|Win32.Build.0 = Debug|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|x64.ActiveCfg = Debug|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Debug|x64.Build.0 = Debug|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.DLL Release|x64.Build.0 = DLL Release|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|Win32.ActiveCfg = Release|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|Win32.Build.0 = Release|Win32 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|x64.ActiveCfg = Release|x64 + {74827EBD-93DC-5110-BA95-3F2AB029B6B0}.Release|x64.Build.0 = Release|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|Win32.ActiveCfg = Debug|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|Win32.Build.0 = Debug|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|x64.ActiveCfg = Debug|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Debug|x64.Build.0 = Debug|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.DLL Release|x64.Build.0 = DLL Release|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|Win32.ActiveCfg = Release|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|Win32.Build.0 = Release|Win32 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|x64.ActiveCfg = Release|x64 + {3FCC50C2-81E9-5DB2-B8D8-2129427568B1}.Release|x64.Build.0 = Release|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|Win32.ActiveCfg = Debug|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|Win32.Build.0 = Debug|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|x64.ActiveCfg = Debug|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Debug|x64.Build.0 = Debug|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.DLL Release|x64.Build.0 = DLL Release|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|Win32.ActiveCfg = Release|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|Win32.Build.0 = Release|Win32 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|x64.ActiveCfg = Release|x64 + {69F2EDE4-7D21-5738-9BC0-F66F61C9AE00}.Release|x64.Build.0 = Release|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|Win32.ActiveCfg = Debug|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|Win32.Build.0 = Debug|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|x64.ActiveCfg = Debug|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Debug|x64.Build.0 = Debug|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.DLL Release|x64.Build.0 = DLL Release|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|Win32.ActiveCfg = Release|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|Win32.Build.0 = Release|Win32 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|x64.ActiveCfg = Release|x64 + {6744DAD8-9C70-574A-BFF2-9F8DDDB24A75}.Release|x64.Build.0 = Release|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|Win32.ActiveCfg = Debug|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|Win32.Build.0 = Debug|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|x64.ActiveCfg = Debug|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Debug|x64.Build.0 = Debug|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.DLL Release|x64.Build.0 = DLL Release|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|Win32.ActiveCfg = Release|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|Win32.Build.0 = Release|Win32 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|x64.ActiveCfg = Release|x64 + {24C45343-FD20-5C92-81C1-35A2AE841E79}.Release|x64.Build.0 = Release|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|Win32.ActiveCfg = Debug|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|Win32.Build.0 = Debug|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|x64.ActiveCfg = Debug|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Debug|x64.Build.0 = Debug|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.DLL Release|x64.Build.0 = DLL Release|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|Win32.ActiveCfg = Release|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|Win32.Build.0 = Release|Win32 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|x64.ActiveCfg = Release|x64 + {8BD8F8D9-4275-5B42-A8F4-F1DB2970A550}.Release|x64.Build.0 = Release|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|Win32.ActiveCfg = Debug|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|Win32.Build.0 = Debug|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|x64.ActiveCfg = Debug|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Debug|x64.Build.0 = Debug|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.DLL Release|x64.Build.0 = DLL Release|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|Win32.ActiveCfg = Release|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|Win32.Build.0 = Release|Win32 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|x64.ActiveCfg = Release|x64 + {33CC42F9-7756-5587-863C-8D4461B7C5DD}.Release|x64.Build.0 = Release|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|Win32.ActiveCfg = Debug|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|Win32.Build.0 = Debug|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|x64.ActiveCfg = Debug|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Debug|x64.Build.0 = Debug|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.DLL Release|x64.Build.0 = DLL Release|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|Win32.ActiveCfg = Release|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|Win32.Build.0 = Release|Win32 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|x64.ActiveCfg = Release|x64 + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E}.Release|x64.Build.0 = Release|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|Win32.ActiveCfg = Debug|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|Win32.Build.0 = Debug|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|x64.ActiveCfg = Debug|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Debug|x64.Build.0 = Debug|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.DLL Release|x64.Build.0 = DLL Release|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|Win32.ActiveCfg = Release|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|Win32.Build.0 = Release|Win32 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|x64.ActiveCfg = Release|x64 + {E21129E0-7C08-5936-9D8C-0D60B5319BA7}.Release|x64.Build.0 = Release|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|Win32.ActiveCfg = Debug|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|Win32.Build.0 = Debug|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|x64.ActiveCfg = Debug|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Debug|x64.Build.0 = Debug|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.DLL Release|x64.Build.0 = DLL Release|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|Win32.ActiveCfg = Release|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|Win32.Build.0 = Release|Win32 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|x64.ActiveCfg = Release|x64 + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6}.Release|x64.Build.0 = Release|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|Win32.ActiveCfg = Debug|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|Win32.Build.0 = Debug|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|x64.ActiveCfg = Debug|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Debug|x64.Build.0 = Debug|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.DLL Release|x64.Build.0 = DLL Release|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|Win32.ActiveCfg = Release|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|Win32.Build.0 = Release|Win32 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|x64.ActiveCfg = Release|x64 + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D}.Release|x64.Build.0 = Release|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|Win32.ActiveCfg = Debug|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|Win32.Build.0 = Debug|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|x64.ActiveCfg = Debug|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Debug|x64.Build.0 = Debug|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.DLL Release|x64.Build.0 = DLL Release|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|Win32.ActiveCfg = Release|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|Win32.Build.0 = Release|Win32 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|x64.ActiveCfg = Release|x64 + {A16D3832-0F42-57CE-8F48-50E06649ADE8}.Release|x64.Build.0 = Release|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|Win32.ActiveCfg = Debug|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|Win32.Build.0 = Debug|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|x64.ActiveCfg = Debug|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Debug|x64.Build.0 = Debug|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.DLL Release|x64.Build.0 = DLL Release|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|Win32.ActiveCfg = Release|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|Win32.Build.0 = Release|Win32 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|x64.ActiveCfg = Release|x64 + {87B42A9C-3F5C-53D7-9017-2B1CAE39457D}.Release|x64.Build.0 = Release|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|Win32.ActiveCfg = Debug|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|Win32.Build.0 = Debug|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|x64.ActiveCfg = Debug|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Debug|x64.Build.0 = Debug|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.DLL Release|x64.Build.0 = DLL Release|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|Win32.ActiveCfg = Release|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|Win32.Build.0 = Release|Win32 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|x64.ActiveCfg = Release|x64 + {97FDAB45-9C58-5BC5-A2F4-EE42739EBC63}.Release|x64.Build.0 = Release|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|Win32.ActiveCfg = Debug|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|Win32.Build.0 = Debug|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|x64.ActiveCfg = Debug|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Debug|x64.Build.0 = Debug|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.DLL Release|x64.Build.0 = DLL Release|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|Win32.ActiveCfg = Release|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|Win32.Build.0 = Release|Win32 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|x64.ActiveCfg = Release|x64 + {7FB0902D-8579-5DCE-B883-DAF66A885005}.Release|x64.Build.0 = Release|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|Win32.ActiveCfg = Debug|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|Win32.Build.0 = Debug|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|x64.ActiveCfg = Debug|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Debug|x64.Build.0 = Debug|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.DLL Release|x64.Build.0 = DLL Release|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Release|Win32.ActiveCfg = Release|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Release|Win32.Build.0 = Release|Win32 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Release|x64.ActiveCfg = Release|x64 + {23E1C437-A951-5943-8639-A17F3CF2E606}.Release|x64.Build.0 = Release|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|Win32.ActiveCfg = Debug|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|Win32.Build.0 = Debug|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|x64.ActiveCfg = Debug|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Debug|x64.Build.0 = Debug|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|Win32.ActiveCfg = DLL Debug|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|Win32.Build.0 = DLL Debug|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|x64.ActiveCfg = DLL Debug|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Debug|x64.Build.0 = DLL Debug|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|Win32.ActiveCfg = DLL Release|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|Win32.Build.0 = DLL Release|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|x64.ActiveCfg = DLL Release|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.DLL Release|x64.Build.0 = DLL Release|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|Win32.ActiveCfg = Release|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|Win32.Build.0 = Release|Win32 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|x64.ActiveCfg = Release|x64 + {DA8B15EF-6750-5928-BC0E-C748213CF9B2}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_stc.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_stc.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_stc.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_stc.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,567 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + stc + {23E1C437-A951-5943-8639-A17F3CF2E606} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxOutDir) + $(wxOutDir) + $(wxOutDir) + $(wxOutDir) + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + true + true + false + false + true + true + true + true + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;wxscintilla$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;wxscintilla$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;wxscintilla$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;WXMAKINGDLL_STC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;wxscintilla$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_stc.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_stc.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_stc.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_stc.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,56 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Source Files + + + Source Files + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_webview.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_webview.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_webview.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_webview.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,572 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + webview + {A8E8442A-078A-5FC5-B495-8D71BA77EE6E} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_WEBVIEW;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_webview.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_webview.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_webview.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_webview.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,67 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + + + Common Sources + + + Common Sources + + + Common Sources + + + Common Sources + + + MSW Sources + + + + + MSW Sources + + + + + MSW Headers + + + MSW Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxexpat.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxexpat.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxexpat.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxexpat.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,442 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxexpat + {A1A8355B-0988-528E-9CC2-B971D6266669} + + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + $(OutDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;COMPILED_FROM_DSP;%(PreprocessorDefinitions) + 0x0409 + $(OutDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxexpat.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxexpat.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxexpat.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxexpat.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,20 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxjpeg.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxjpeg.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxjpeg.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxjpeg.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,485 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxjpeg + {6053CC38-CDEE-584C-8BC8-4B000D800FC7} + + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxjpeg.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxjpeg.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxjpeg.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxjpeg.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,149 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxpng.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxpng.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxpng.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxpng.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,454 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxpng + {8ACC122A-CA6A-5AA6-9C97-9CDD2E533DB0} + + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + Disabled + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxpng.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxpng.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxpng.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxpng.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,56 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxregex.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxregex.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxregex.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxregex.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,497 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxregex + {56A4B526-BB81-5D01-AAA9-16D23BBB169D} + + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + $(ProjectName)$(wxSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + Disabled + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\include;$(OutDir)$(wxIncSubDir);%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxregex.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxregex.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxregex.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxregex.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,35 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxscintilla.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxscintilla.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxscintilla.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxscintilla.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,620 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxscintilla + {74827EBD-93DC-5110-BA95-3F2AB029B6B0} + + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + Disabled + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;__WX__;SCI_LEXER;LINK_LEXERS;WXUSINGDLL;__WXMSW__;_UNICODE;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\stc\scintilla\include;..\..\src\stc\scintilla\lexlib;..\..\src\stc\scintilla\src;$(OutDir)$(wxIncSubDir);..\..\include;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxscintilla.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxscintilla.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxscintilla.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxscintilla.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,380 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wx_setup.props wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wx_setup.props --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wx_setup.props 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wx_setup.props 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,103 @@ + + + + 30 + msw + vc + + + custom + + + + + + + _x64 + + + _ia64 + + + ud + + + d + + + u + + + + + + + d + + + + + + + ..\..\lib\$(wxCompilerPrefix)$(wxArchSuffix)_dll$(wxCfg)\ + + + ..\..\lib\$(wxCompilerPrefix)$(wxArchSuffix)_dll$(wxCfg)\ + + + ..\..\lib\$(wxCompilerPrefix)$(wxArchSuffix)_lib$(wxCfg)\ + + + ..\..\lib\$(wxCompilerPrefix)$(wxArchSuffix)_lib$(wxCfg)\ + + + $(wxCompilerPrefix)$(wxArchSuffix)_$(wxToolkitPrefix)$(wxSuffix)dll\ + + + $(wxCompilerPrefix)$(wxArchSuffix)_$(wxToolkitPrefix)$(wxSuffix)dll\ + + + $(wxCompilerPrefix)$(wxArchSuffix)_$(wxToolkitPrefix)$(wxSuffix)\ + + + $(wxCompilerPrefix)$(wxArchSuffix)_$(wxToolkitPrefix)$(wxSuffix)\ + + + $(wxToolkitPrefix)$(wxSuffix) + wx$(wxToolkitPrefix)$(wxShortVersionString)$(wxSuffix)_ + _$(wxCompilerPrefix)$(wxArchSuffix)_$(wxVendor) + wx$(wxToolkitPrefix)$(wxShortVersionString)$(wxSuffix)_ + wxbase$(wxShortVersionString)$(wxSuffix) + + + + kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;advapi32.lib;comctl32.lib;rpcrt4.lib;wsock32.lib;wininet.lib;winmm.lib;%(AdditionalDependencies) + + + + + $(wxShortVersionString) + + + $(wxArchSuffix) + + + $(wxToolkitPrefix) + + + $(wxCompilerPrefix) + + + $(wxCfg) + + + $(wxVendor) + + + $(wxOutDir) + + + $(wxIntRootDir) + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxtiff.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxtiff.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxtiff.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxtiff.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,475 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxtiff + {75596CE6-5AE7-55C9-B890-C07B0A657A83} + + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + Disabled + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + $(OutDir)$(TargetName).pdb + Level3 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + ..\..\src\zlib;..\..\src\jpeg;..\..\src\tiff\libtiff;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxtiff.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxtiff.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxtiff.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxtiff.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,119 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxzlib.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxzlib.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxzlib.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxzlib.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,454 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + wxzlib + {8B867186-A0B5-5479-B824-E176EDD27C40} + + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + StaticLibrary + false + v120 + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + $(ProjectName)$(wxSuffixDebug) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + Disabled + %(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Level3 + true + ProgramDatabase + $(OutDir)$(TargetName).pdb + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + %(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Level3 + true + ProgramDatabase + $(OutDir)$(TargetName).pdb + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + true + $(OutDir)$(TargetName).pdb + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Level3 + true + None + AnySuitable + true + Speed + $(OutDir)$(TargetName).pdb + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + %(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Level3 + true + ProgramDatabase + $(OutDir)$(TargetName).pdb + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + %(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Level3 + true + ProgramDatabase + $(OutDir)$(TargetName).pdb + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Level3 + true + ProgramDatabase + AnySuitable + true + Speed + $(OutDir)$(TargetName).pdb + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Level3 + true + None + AnySuitable + true + Speed + $(OutDir)$(TargetName).pdb + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + 0x0409 + %(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxzlib.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxzlib.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_wxzlib.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_wxzlib.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,56 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_xml.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_xml.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_xml.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_xml.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,567 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + xml + {3E6DCA27-5FA3-53EC-BBD6-2D42294B7AE6} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxBaseLibNamePrefix)_$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);wxUSE_GUI=0;WXUSINGDLL;WXMAKINGDLL_XML;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxBaseLibNamePrefix)_$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_xml.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_xml.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_xml.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_xml.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,56 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Common Sources + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_xrc.vcxproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_xrc.vcxproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_xrc.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_xrc.vcxproj 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,692 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + DLL Debug + Win32 + + + DLL Debug + x64 + + + DLL Release + Win32 + + + DLL Release + x64 + + + Release + Win32 + + + Release + x64 + + + + xrc + {09F2F96A-1CC6-5E43-AF1D-956EC2A4888D} + + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + DynamicLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + StaticLibrary + false + Unicode + v120 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + true + true + true + true + $(wxOutDir) + $(wxOutDir) + $(wxIntRootDir)$(ProjectName)\ + $(wxIntRootDir)$(ProjectName)\ + false + false + true + true + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitLibNamePrefix)$(ProjectName) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + $(wxToolkitDllNamePrefix)$(ProjectName)$(wxToolkitDllNameSuffix) + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + true + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + true + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_LIB;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)lib.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + $(OutDir)$(TargetName)$(TargetExt) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix)_xml.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + MachineX86 + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + Disabled + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + Sync + EnableFastChecks + MultiThreadedDebugDLL + true + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + + + _DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix)_xml.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + ProgramDatabase + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix)_xml.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + MachineX86 + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + /MP %(AdditionalOptions) + MaxSpeed + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + Sync + MultiThreadedDLL + true + Use + wx/wxprec.h + $(IntDir)..\wxprec_$(ProjectName)dll.pch + $(OutDir)$(TargetName).pdb + Level4 + true + None + AnySuitable + true + Speed + + + _CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=$(TargetName);WXUSINGDLL;WXMAKINGDLL_XRC;%(PreprocessorDefinitions) + 0x0409 + $(OutDir)$(wxIncSubDir);..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib;%(AdditionalIncludeDirectories) + + + %(AdditionalOptions) + wxtiff$(wxSuffixDebug).lib;wxjpeg$(wxSuffixDebug).lib;wxpng$(wxSuffixDebug).lib;wxzlib$(wxSuffixDebug).lib;wxregex$(wxSuffix).lib;wxexpat$(wxSuffixDebug).lib;$(wxToolkitLibNamePrefix)html.lib;$(wxToolkitLibNamePrefix)adv.lib;$(wxToolkitLibNamePrefix)core.lib;$(wxBaseLibNamePrefix)_xml.lib;$(wxBaseLibNamePrefix).lib;%(AdditionalDependencies) + $(OutDir)$(wxToolkitLibNamePrefix)$(ProjectName).lib + true + $(OutDir);%(AdditionalLibraryDirectories) + false + true + true + + + $(OutDir)wx_$(wxCompilerPrefix)_$(ProjectName).bsc + true + + + + + Create + Create + Create + Create + Create + Create + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + + + + + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + Creating $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + copy "%(FullPath)" $(OutDir)$(wxIncSubDir)\wx\setup.h + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\setup.h;%(Outputs) + + + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + Creating $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + cl /EP /nologo "%(FullPath)" > "$(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h" + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw\rcdefs.h;%(Outputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + $(OutDir)$(wxIncSubDir)\wx\msw;%(AdditionalInputs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_xrc.vcxproj.filters wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_xrc.vcxproj.filters --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc12_xrc.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc12_xrc.vcxproj.filters 2014-04-17 19:27:13.000000000 +0000 @@ -0,0 +1,431 @@ + + + + + {A6A5C30D-BDB6-5050-906D-10A96065136C} + + + {D030D8C2-53EE-5B96-8F89-D78157B06140} + + + {63537534-1833-5C1F-8DBD-359A84F294C8} + + + {5AFFF20E-29F9-512B-B80A-7DC45976CDAC} + + + {8C07E926-65B0-5F00-B0D6-7F40DA69BB25} + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Common Sources + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + MSW Sources + + + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + Common Headers + + + + + Setup Headers + + + MSW Headers + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc7_core.vcproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc7_core.vcproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc7_core.vcproj 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc7_core.vcproj 2014-04-17 19:27:13.000000000 +0000 @@ -2352,6 +2352,9 @@ RelativePath="..\..\include\wx\position.h"> + + + + + + @@ -3420,6 +3424,10 @@ > + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc9_core.vcproj wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc9_core.vcproj --- wxpython3.0-3.0.0.0+dfsg/build/msw/wx_vc9_core.vcproj 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/msw/wx_vc9_core.vcproj 2014-04-17 19:27:13.000000000 +0000 @@ -3142,6 +3142,10 @@ > + + @@ -3418,6 +3422,10 @@ > + + diff -Nru wxpython3.0-3.0.0.0+dfsg/build/osx/wxvers.xcconfig wxpython3.0-3.0.1.1+dfsg/build/osx/wxvers.xcconfig --- wxpython3.0-3.0.0.0+dfsg/build/osx/wxvers.xcconfig 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/osx/wxvers.xcconfig 2013-12-31 21:48:31.000000000 +0000 @@ -1,4 +1,4 @@ // update this file with new version numbers DYLIB_COMPATIBILITY_VERSION = 3.0 -DYLIB_CURRENT_VERSION = 3.0.0 +DYLIB_CURRENT_VERSION = 3.0.1 diff -Nru wxpython3.0-3.0.0.0+dfsg/build/tools/bld_chm_exe.bat wxpython3.0-3.0.1.1+dfsg/build/tools/bld_chm_exe.bat --- wxpython3.0-3.0.0.0+dfsg/build/tools/bld_chm_exe.bat 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/tools/bld_chm_exe.bat 2013-12-31 21:48:31.000000000 +0000 @@ -1,5 +1,5 @@ rem Uncomment the next line to set the version; used also in wxWidgets.iss -SET WXW_VER=3.0.0 +SET WXW_VER=3.0.1 if (%WXW_VER%)==() SET WXW_VER=SVN echo docs building for %WXW_VER% diff -Nru wxpython3.0-3.0.0.0+dfsg/build/tools/build-wxwidgets.py wxpython3.0-3.0.1.1+dfsg/build/tools/build-wxwidgets.py --- wxpython3.0-3.0.0.0+dfsg/build/tools/build-wxwidgets.py 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/build/tools/build-wxwidgets.py 2014-01-04 21:08:37.000000000 +0000 @@ -394,6 +394,10 @@ flags["wxUSE_AFM_FOR_POSTSCRIPT"] = "0" flags["wxUSE_DATEPICKCTRL_GENERIC"] = "1" + # Remove this when Windows XP finally dies, or when there is a + # solution for ticket #13116... + flags["wxUSE_COMPILER_TLS"] = "0" + if VERSION < (2,9): flags["wxUSE_DIB_FOR_BITMAP"] = "1" diff -Nru wxpython3.0-3.0.0.0+dfsg/configure wxpython3.0-3.0.1.1+dfsg/configure --- wxpython3.0-3.0.0.0+dfsg/configure 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/configure 2014-06-24 21:43:01.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for wxWidgets 3.0.0. +# Generated by GNU Autoconf 2.69 for wxWidgets 3.0.1. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='wxWidgets' PACKAGE_TARNAME='wxwidgets' -PACKAGE_VERSION='3.0.0' -PACKAGE_STRING='wxWidgets 3.0.0' +PACKAGE_VERSION='3.0.1' +PACKAGE_STRING='wxWidgets 3.0.1' PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org' PACKAGE_URL='' @@ -1960,7 +1960,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures wxWidgets 3.0.0 to adapt to many kinds of systems. +\`configure' configures wxWidgets 3.0.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2029,7 +2029,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of wxWidgets 3.0.0:";; + short | recursive ) echo "Configuration of wxWidgets 3.0.1:";; esac cat <<\_ACEOF @@ -2488,7 +2488,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -wxWidgets configure 3.0.0 +wxWidgets configure 3.0.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3342,7 +3342,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by wxWidgets $as_me 3.0.0, which was +It was created by wxWidgets $as_me 3.0.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3805,7 +3805,7 @@ wx_major_version_number=3 wx_minor_version_number=0 -wx_release_number=0 +wx_release_number=1 wx_subrelease_number=0 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number @@ -29187,7 +29187,6 @@ for i in \${libnames} ; do ${HOST_PREFIX}install_name_tool \${changes} -id \${3}/\${i} \${1}/\${i} done -${HOST_PREFIX}install_name_tool \${changes} \${2}/wxrc-${WX_RELEASE} EOF chmod +x change-install-names DYLIB_RPATH_INSTALL="\$(wx_top_builddir)/change-install-names \${DESTDIR}\${libdir} \${DESTDIR}\${bindir} \${libdir} \$(wx_top_builddir)/lib" @@ -29995,6 +29994,54 @@ if test "$wx_cv_func_vsscanf_decl" = "yes"; then $as_echo "#define HAVE_VSSCANF_DECL 1" >>confdefs.h + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if vsscanf() declaration is broken" >&5 +$as_echo_n "checking if vsscanf() declaration is broken... " >&6; } +if ${wx_cv_func_broken_vsscanf_decl+:} false; then : + $as_echo_n "(cached) " >&6 +else + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + #include + #include + #ifdef __MSL__ + #if __MSL__ >= 0x6000 + namespace std {} + using namespace std; + #endif + #endif + +int +main () +{ + + const char *buf; + va_list args; + vsscanf(buf, "%s", args); + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + wx_cv_func_broken_vsscanf_decl=no +else + wx_cv_func_broken_vsscanf_decl=yes + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_broken_vsscanf_decl" >&5 +$as_echo "$wx_cv_func_broken_vsscanf_decl" >&6; } + + if test "$wx_cv_func_broken_vsscanf_decl" = "yes"; then + $as_echo "#define HAVE_BROKEN_VSSCANF_DECL 1" >>confdefs.h + + fi fi fi ac_ext=c @@ -30004,8 +30051,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -if test "$wxUSE_UNICODE" = yes; then - wchar_headers="#include #include " case "${host}" in @@ -30109,7 +30154,6 @@ $as_echo "no" >&6; } fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext; -fi if test "$wxUSE_FILE" = "yes"; then @@ -35512,7 +35556,7 @@ if test "$TOOLKIT" = "MSW"; then wxUSE_JOYSTICK=yes - elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then + elif test "$TOOLKIT" = "OSX_COCOA" -o "$TOOLKIT" = "COCOA"; then if test "$USE_DARWIN" = 1; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking headers have declarations needed for joystick support" >&5 $as_echo_n "checking headers have declarations needed for joystick support... " >&6; } @@ -36495,6 +36539,8 @@ USE_XRC=1 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc" + + echo "${HOST_PREFIX}install_name_tool \${changes} \${2}/wxrc-${WX_RELEASE}" >> change-install-names fi fi @@ -41895,7 +41941,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by wxWidgets $as_me 3.0.0, which was +This file was extended by wxWidgets $as_me 3.0.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -41961,7 +42007,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -wxWidgets config.status 3.0.0 +wxWidgets config.status 3.0.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru wxpython3.0-3.0.0.0+dfsg/configure.in wxpython3.0-3.0.1.1+dfsg/configure.in --- wxpython3.0-3.0.0.0+dfsg/configure.in 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/configure.in 2014-06-24 21:43:01.000000000 +0000 @@ -14,7 +14,7 @@ dnl initialization dnl --------------------------------------------------------------------------- -AC_INIT([wxWidgets], [3.0.0], [wx-dev@lists.wxwidgets.org]) +AC_INIT([wxWidgets], [3.0.1], [wx-dev@lists.wxwidgets.org]) dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package AC_CONFIG_SRCDIR([wx-config.in]) @@ -40,7 +40,7 @@ wx_major_version_number=3 wx_minor_version_number=0 -wx_release_number=0 +wx_release_number=1 wx_subrelease_number=0 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number @@ -3783,7 +3783,6 @@ for i in \${libnames} ; do ${HOST_PREFIX}install_name_tool \${changes} -id \${3}/\${i} \${1}/\${i} done -${HOST_PREFIX}install_name_tool \${changes} \${2}/wxrc-${WX_RELEASE} EOF chmod +x change-install-names DYLIB_RPATH_INSTALL="\$(wx_top_builddir)/change-install-names \${DESTDIR}\${libdir} \${DESTDIR}\${bindir} \${libdir} \$(wx_top_builddir)/lib" @@ -4236,12 +4235,41 @@ if test "$wx_cv_func_vsscanf_decl" = "yes"; then AC_DEFINE(HAVE_VSSCANF_DECL) + + dnl we know there is a vsscanf() declaration, but it can be broken by + dnl declaring vsscanf() as taking a non-const first argument (this + dnl happens at least under HP-UX 11.31, see #15638). + AC_CACHE_CHECK([if vsscanf() declaration is broken], wx_cv_func_broken_vsscanf_decl, + [ + AC_TRY_COMPILE( + [ + #include + #include + #ifdef __MSL__ + #if __MSL__ >= 0x6000 + namespace std {} + using namespace std; + #endif + #endif + ], + [ + const char *buf; + va_list args; + vsscanf(buf, "%s", args); + ], + wx_cv_func_broken_vsscanf_decl=no, + wx_cv_func_broken_vsscanf_decl=yes + ) + ] + ) + + if test "$wx_cv_func_broken_vsscanf_decl" = "yes"; then + AC_DEFINE(HAVE_BROKEN_VSSCANF_DECL) + fi fi fi AC_LANG_POP() -if test "$wxUSE_UNICODE" = yes; then - dnl also look if we have wide char IO functions, notice that [f]putws are dnl declared in special widec.h under Solaris wchar_headers="#include @@ -4267,7 +4295,6 @@ [AC_MSG_RESULT([yes]) AC_DEFINE(HAVE__VSNWPRINTF)], [AC_MSG_RESULT([no])]); -fi if test "$wxUSE_FILE" = "yes"; then WX_CHECK_FUNCS(fsync) @@ -6331,7 +6358,7 @@ wxUSE_JOYSTICK=yes dnl mac only available on darwin - elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then + elif test "$TOOLKIT" = "OSX_COCOA" -o "$TOOLKIT" = "COCOA"; then if test "$USE_DARWIN" = 1; then dnl check for a bug in the headers, some have bad setEventCallout AC_MSG_CHECKING([headers have declarations needed for joystick support]) @@ -7116,6 +7143,8 @@ AC_DEFINE(wxUSE_XRC) USE_XRC=1 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc" + + echo "${HOST_PREFIX}install_name_tool \${changes} \${2}/wxrc-${WX_RELEASE}" >> change-install-names fi fi diff -Nru wxpython3.0-3.0.0.0+dfsg/debian/changelog wxpython3.0-3.0.1.1+dfsg/debian/changelog --- wxpython3.0-3.0.0.0+dfsg/debian/changelog 2014-10-19 02:15:04.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/debian/changelog 2015-03-03 03:08:33.000000000 +0000 @@ -1,8 +1,33 @@ -wxpython3.0 (3.0.0.0+dfsg-4~ubuntu14.04.1~ppa2) trusty; urgency=medium +wxpython3.0 (3.0.1.1+dfsg-2~ubuntu14.04.1~ppa1) trusty; urgency=medium - * Backport to trusty, plus a build-depends on mesa-common-dev. + * No-change backport to trusty - -- Adam Wolf Sat, 18 Oct 2014 19:14:39 -0700 + -- Adam Wolf Mon, 02 Mar 2015 21:08:33 -0600 + +wxpython3.0 (3.0.1.1+dfsg-2) unstable; urgency=low + + * Disable patch img2py-no-display.patch as it breaks handling of any format + except PNG. + * debian/control: "Standards-Version: 3.9.6" - no changes required. + * New patch pypubsub-for-taskcoach.patch so taskcoach can avoid tightly + versioned dependency on us (see #762413). + + -- Olly Betts Tue, 21 Oct 2014 13:08:47 +1300 + +wxpython3.0 (3.0.1.1+dfsg-1) unstable; urgency=medium + + * New upstream release: + + Fixed "wxPyXmlSubclassFactory, no destructor found." error. + + Fixed "wxPyHtmlWinTagHandler, no destructor found." error. + + Some Pubsub updates. + + Includes the newest code from AGW and FloatCanvas. + + Update img2py-no-display.patch for upstream changes to the code. + * Fix lintian warning about old FSF address by removing unused code under + the "wxActiveX Library Licence, Version 3" when we repack. + + Update wxpython-missing-format-strings.patch not to patch files now + removed in the repack. + + -- Olly Betts Wed, 17 Sep 2014 15:18:18 +1200 wxpython3.0 (3.0.0.0+dfsg-4) unstable; urgency=medium diff -Nru wxpython3.0-3.0.0.0+dfsg/debian/control wxpython3.0-3.0.1.1+dfsg/debian/control --- wxpython3.0-3.0.0.0+dfsg/debian/control 2014-08-17 08:47:40.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/debian/control 2014-10-20 02:35:12.000000000 +0000 @@ -12,7 +12,7 @@ # libwxgtk-webview3.0-dev, python-all, python-all-dev -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/freewx/wx.git -b wxpy3.0-debian Vcs-Browser: https://anonscm.debian.org/gitweb/?p=freewx/wx.git;a=shortlog;h=refs/heads/wxpy3.0-debian Homepage: http://wxpython.org/ diff -Nru wxpython3.0-3.0.0.0+dfsg/debian/copyright wxpython3.0-3.0.1.1+dfsg/debian/copyright --- wxpython3.0-3.0.0.0+dfsg/debian/copyright 2014-08-17 08:47:40.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/debian/copyright 2014-10-20 02:13:51.000000000 +0000 @@ -276,61 +276,5 @@ ----------------------------------------------------------------------------- -wxPython/contrib/activex/wxie is licensed as follows: - - wxActiveX Library Licence, Version 3 - ==================================== - - Copyright (C) 2003 Lindsay Mathieson [, ...] - - Everyone is permitted to copy and distribute verbatim copies - of this licence document, but changing it is not allowed. - - wxActiveX LIBRARY LICENCE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - This library is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public Licence as published by - the Free Software Foundation; either version 2 of the Licence, or (at - your option) any later version. - - This library is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library - General Public Licence for more details. - - You should have received a copy of the GNU Library General Public Licence - along with this software, usually in a file named COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, - Boston, MA 02111-1307 USA. - - EXCEPTION NOTICE - - 1. As a special exception, the copyright holders of this library give - permission for additional uses of the text contained in this release of - the library as licenced under the wxActiveX Library Licence, applying - either version 3 of the Licence, or (at your option) any later version of - the Licence as published by the copyright holders of version 3 of the - Licence document. - - 2. The exception is that you may use, copy, link, modify and distribute - under the user's own terms, binary object code versions of works based - on the Library. - - 3. If you copy code from files distributed under the terms of the GNU - General Public Licence or the GNU Library General Public Licence into a - copy of this library, as this licence permits, the exception does not - apply to the code that you add in this way. To avoid misleading anyone as - to the status of such modified files, you must delete this exception - notice from such code and/or adjust the licensing conditions notice - accordingly. - - 4. If you write modifications of your own for this library, it is your - choice whether to permit this exception to apply to your modifications. - If you do not wish that, you must delete the exception notice from such - code and/or adjust the licensing conditions notice accordingly. - ------------------------------------------------------------------------------ - .orig.tar.xz file is a repacked tarball generated using `uscan --download-current-version`. diff -Nru wxpython3.0-3.0.0.0+dfsg/debian/patches/img2py-no-display.patch wxpython3.0-3.0.1.1+dfsg/debian/patches/img2py-no-display.patch --- wxpython3.0-3.0.0.0+dfsg/debian/patches/img2py-no-display.patch 2014-08-17 08:47:40.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/debian/patches/img2py-no-display.patch 2014-10-20 02:13:51.000000000 +0000 @@ -3,7 +3,7 @@ Bug-Debian: http://bugs.debian.org/698198 Bug: http://trac.wxwidgets.org/ticket/15483 Forwarded: http://trac.wxwidgets.org/ticket/15483 -Last-Update: 2013-09-10 +Last-Update: 2014-09-17 --- a/wxPython/wx/tools/img2py.py 2010-04-15 06:26:37.000000000 +0200 +++ b/wxPython/wx/tools/img2py.py 2013-01-15 03:39:32.000000000 +0100 @@ -21,7 +21,7 @@ - global app - if not wx.GetApp(): -- app = wx.PySimpleApp() +- app = wx.App() - # convert the image file to a temporary file tfname = tempfile.mktemp() diff -Nru wxpython3.0-3.0.0.0+dfsg/debian/patches/pypubsub-for-taskcoach.patch wxpython3.0-3.0.1.1+dfsg/debian/patches/pypubsub-for-taskcoach.patch --- wxpython3.0-3.0.0.0+dfsg/debian/patches/pypubsub-for-taskcoach.patch 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/debian/patches/pypubsub-for-taskcoach.patch 2014-10-21 00:07:50.000000000 +0000 @@ -0,0 +1,25 @@ +Description: Avoid exception from pubsub if __onDead handler not set + Patch taken from taskcoach 1.4.1. Applying it to the wxPython sources + means that taskcoach doesn't need a tight dependency on wxPython, and the + patch may help other applications. + . + Unsure who actually came up with the patch. +Origin: http://sourceforge.net/p/taskcoach/code/HEAD/tree/tags/Release1_4_1/thirdparty/patches/pypubsub.diff +Bug-Debian: https://bugs.debian.org/762413 +Forwarded: no +Last-Update: 2014-10-21 + +--- wxpython3.0-3.0.1.1+dfsg.orig/wxPython/wx/lib/pubsub/core/listenerbase.py ++++ wxpython3.0-3.0.1.1+dfsg/wxPython/wx/lib/pubsub/core/listenerbase.py +@@ -93,7 +93,10 @@ class ListenerBase: + def __notifyOnDead(self, ref): + """This gets called when listener weak ref has died. Propagate + info to Topic).""" +- notifyDeath = self.__onDead ++ try: ++ notifyDeath = self.__onDead ++ except AttributeError: ++ return + self._unlinkFromTopic_() + if notifyDeath is not None: + notifyDeath(self) diff -Nru wxpython3.0-3.0.0.0+dfsg/debian/patches/series wxpython3.0-3.0.1.1+dfsg/debian/patches/series --- wxpython3.0-3.0.0.0+dfsg/debian/patches/series 2014-08-17 08:47:40.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/debian/patches/series 2014-10-21 00:02:17.000000000 +0000 @@ -1,7 +1,8 @@ fix-build-with-python2.6.patch fix-path-to-some-interpreters.patch wxpython3.0-eliminate-string-exceptions.patch -img2py-no-display.patch +# Disabled as this breaks handling of any image format except PNG: +#img2py-no-display.patch wxpython-=-should-be-==.patch fix-editra-removal.patch #wxpython-use-unpatched-swig.patch @@ -9,3 +10,4 @@ wxpython-missing-format-strings.patch suppress_warning_about_release_version_mismatch.patch wxpython-media-optional.patch +pypubsub-for-taskcoach.patch diff -Nru wxpython3.0-3.0.0.0+dfsg/debian/patches/wxpython-missing-format-strings.patch wxpython3.0-3.0.1.1+dfsg/debian/patches/wxpython-missing-format-strings.patch --- wxpython3.0-3.0.0.0+dfsg/debian/patches/wxpython-missing-format-strings.patch 2014-08-17 08:47:40.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/debian/patches/wxpython-missing-format-strings.patch 2014-10-20 02:13:51.000000000 +0000 @@ -1,7 +1,7 @@ Description: Fix missing format string issues Author: Olly Betts Forwarded: no -Last-Update: 2014-07-03 +Last-Update: 2014-09-17 --- a/wxPython/src/gtk/_core_wrap.cpp +++ b/wxPython/src/gtk/_core_wrap.cpp @@ -19,17 +19,6 @@ @@ -861,7 +861,7 @@ Py_DECREF(old_str); Py_DECREF(value); - } else { -- PyErr_Format(PyExc_RuntimeError, mesg); -+ PyErr_Format(PyExc_RuntimeError, "%s", mesg); - } - } - ---- a/wxPython/contrib/activex/activex_wrap.cpp -+++ b/wxPython/contrib/activex/activex_wrap.cpp -@@ -861,7 +861,7 @@ - Py_DECREF(old_str); - Py_DECREF(value); } else { - PyErr_Format(PyExc_RuntimeError, mesg); + PyErr_Format(PyExc_RuntimeError, "%s", mesg); diff -Nru wxpython3.0-3.0.0.0+dfsg/debian/repack.sh wxpython3.0-3.0.1.1+dfsg/debian/repack.sh --- wxpython3.0-3.0.0.0+dfsg/debian/repack.sh 2014-08-17 08:47:40.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/debian/repack.sh 2014-10-20 02:13:51.000000000 +0000 @@ -57,6 +57,10 @@ rm -f "$UP_BASE"/wxPython/distrib/mac/updateEditraPlist.py rm -rf "$UP_BASE"/wxPython/wx/tools/Editra +# Not used on Linux, and the "wxActiveX Library Licence, Version 3" has the +# old FSF address in it. +rm -rf "$UP_BASE"/wxPython/contrib/activex + # Lacking (suitable) source code. The only one in wxPython is only used # by an ActiveX sample, so irrelevant for Debian anyway # (http://trac.wxwidgets.org/ticket/15917). diff -Nru wxpython3.0-3.0.0.0+dfsg/demos/bombs/Makefile.in wxpython3.0-3.0.1.1+dfsg/demos/bombs/Makefile.in --- wxpython3.0-3.0.0.0+dfsg/demos/bombs/Makefile.in 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/demos/bombs/Makefile.in 2013-12-31 21:48:31.000000000 +0000 @@ -41,7 +41,7 @@ DESTDIR = WX_RELEASE = 3.0 -WX_VERSION = $(WX_RELEASE).0 +WX_VERSION = $(WX_RELEASE).1 LIBDIRNAME = $(wx_top_builddir)/lib BOMBS_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \ $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \ diff -Nru wxpython3.0-3.0.0.0+dfsg/demos/forty/Makefile.in wxpython3.0-3.0.1.1+dfsg/demos/forty/Makefile.in --- wxpython3.0-3.0.0.0+dfsg/demos/forty/Makefile.in 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/demos/forty/Makefile.in 2013-12-31 21:48:31.000000000 +0000 @@ -43,7 +43,7 @@ DESTDIR = WX_RELEASE = 3.0 -WX_VERSION = $(WX_RELEASE).0 +WX_VERSION = $(WX_RELEASE).1 LIBDIRNAME = $(wx_top_builddir)/lib FORTY_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \ $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \ diff -Nru wxpython3.0-3.0.0.0+dfsg/demos/fractal/Makefile.in wxpython3.0-3.0.1.1+dfsg/demos/fractal/Makefile.in --- wxpython3.0-3.0.0.0+dfsg/demos/fractal/Makefile.in 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/demos/fractal/Makefile.in 2013-12-31 21:48:31.000000000 +0000 @@ -41,7 +41,7 @@ DESTDIR = WX_RELEASE = 3.0 -WX_VERSION = $(WX_RELEASE).0 +WX_VERSION = $(WX_RELEASE).1 LIBDIRNAME = $(wx_top_builddir)/lib FRACTAL_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \ $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \ diff -Nru wxpython3.0-3.0.0.0+dfsg/demos/life/Makefile.in wxpython3.0-3.0.1.1+dfsg/demos/life/Makefile.in --- wxpython3.0-3.0.0.0+dfsg/demos/life/Makefile.in 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/demos/life/Makefile.in 2013-12-31 21:48:31.000000000 +0000 @@ -41,7 +41,7 @@ DESTDIR = WX_RELEASE = 3.0 -WX_VERSION = $(WX_RELEASE).0 +WX_VERSION = $(WX_RELEASE).1 LIBDIRNAME = $(wx_top_builddir)/lib LIFE_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \ $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \ diff -Nru wxpython3.0-3.0.0.0+dfsg/demos/poem/Makefile.in wxpython3.0-3.0.1.1+dfsg/demos/poem/Makefile.in --- wxpython3.0-3.0.0.0+dfsg/demos/poem/Makefile.in 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/demos/poem/Makefile.in 2013-12-31 21:48:31.000000000 +0000 @@ -42,7 +42,7 @@ DESTDIR = WX_RELEASE = 3.0 -WX_VERSION = $(WX_RELEASE).0 +WX_VERSION = $(WX_RELEASE).1 LIBDIRNAME = $(wx_top_builddir)/lib WXPOEM_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \ $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/changes.txt wxpython3.0-3.0.1.1+dfsg/docs/changes.txt --- wxpython3.0-3.0.0.0+dfsg/docs/changes.txt 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/changes.txt 2014-06-24 21:43:01.000000000 +0000 @@ -242,6 +242,9 @@ - wxGridBagSizer::AddGrowable{Col,Row}() must now be called after the items are added to the sizer, i.e. the columns and rows already exist. +- wxWindow::FindWindow() skips over top level children now as finding a child + dialog when looking for a child control could have been very unexpected. + Changes in behaviour which may result in compilation errors ----------------------------------------------------------- @@ -570,6 +573,117 @@ was added. + +3.0.1: (released 2014-06-15) +---------------------------- + +All: + +- Fix wxMBConvUTF8::ToWChar() for non-NUL-terminated strings (andyr). +- Fix length returned from wxMBConvUTF16::ToWChar(NULL) (Thomas Goyne). +- Fix wxSocket::WaitForAccept() in non-main thread (Hajo Kirchhoff). +- Fix memory overallocation in wxVector::reserve() (Nigel Paton). +- Fix `wx-config --libs` in monolithic build. +- Fix wxFileSystemWatcher::RemoveAll() (Melroy Tellis). +- Fix the build under HP-UX (tested under 11.31). +- Add Aragonese translation. + +All (GUI): + +- Fix crash when setting invalid label ending with "&" (ZaneUJi). +- Fix wxEditableListBox user data corruption when exchanging items + in 64 bit builds (Tom Mettam, Rapid2D). +- Fix wxCommandProcessor::IsDirty() return value which was wrong after undoing + all commands without saving (Neil Chittenden). +- Fix crash when Destroy()-ing a TLW with non-TLW parent. +- Fix crash in wxAuiToolBar::GetToolBarFits(). +- Make wxFILTER_INCLUDE_LIST in wxTextValidator actually usable. +- Make wxHTML more efficient when displaying large tables (Kinaou Hervé). +- Prevent wxGrid rows/columns from becoming too small on double click. +- Fix wxGraphicsBitmap::ConvertToImage() when using Cairo. +- Support loading ICO files with data in PNG format (Artur Wieczorek). +- Fix dragging columns in wxGrid when some of them are hidden (Artur Wieczorek). +- Fix selecting elements from wxPropertyGrid enum properties (Artur Wieczorek). +- Don't show the dialog twice for colours in wxPropertyGrid (Artur Wieczorek). +- Fix handling of custom colours in wxPropertyGrid choices (Artur Wieczorek). +- Add "hint" property to wxTextCtrl XRC handler. +- Allow using wxALIGN_CENTER, and not just CENTRE, in XRC for wxStaticText. + +wxGTK: + +- Fix mouse wheel scrolling in wxListCtrl broken just before 3.0.0. +- Fix memory leak in wxSocket. +- Fix raw access to wxBitmap pixels after drawing on it using wxMemoryDC. +- Fix setting font and colours of wxToggleButtons with images. +- Fix wxPopupTransientWindow mouse events with GTK3, + also fixes wxOwnerDrawnComboBox, wxDatePickerCtrl. +- Fix cursor inheritance. +- Fix wxStaticBoxSizer size calculation. +- Fix AUI panel re-docking. +- Add support for wxDD_DIR_MUST_EXIST to wxDirDialog. +- Fix handling of the accelerators for sub menu items (Chaobin Zhang). +- Fix disappearing mouse clicks when using wxTreeCtrl. +- Fix calls to Move{Before,After}InTabOrder() after parent window creation. +- Fix wxDirPickerCtrl to send wxEVT_DIRPICKER_CHANGED when user selects a + special folder from combobox +- Fix wxSystemSettings::GetColour() returning transparent colors with GTK3. +- Fix setting client data when adding items to a sorted wxListBox. +- Fix X 'BadPixmap' crash in wxDC::Blit() with mask when GTK+ <= 2.16. + +wxMSW: + +- Disable the use of compiler TLS to avoid mysterious crashes in plugins. +- Added solution files for MSVS 2012 and 2013 (Artur Wieczorek). +- Fix handling of unsupported formats in dnd (jwiesemann). +- Fix blank wxBitmapComboBox dropdown appearance. +- Fix clicking on checkboxes in wxDataViewCtrl. +- Fix handling of Esc while an auto-complete drop down is open (Chaobin Zhang). +- Many improvements to alpha transparency handling (Artur Wieczorek). +- Make "%lu" work with size_t arguments under Win64 (laro). +- Fix wxRegion::Offset() with shared objects (Joost Nieuwenhuijse). +- Fix wxSocket::Initialize() after Shutdown() (Laurent Poujoulat). +- Fix coordinates of EVT_MOUSEWHEEL in frames with toolbars (LtJax). +- Support "show" verb as well as "open" in wxFileType (Eric Jensen). +- Fix display of bitmaps with alpha in wxStaticBitmap (Artur Wieczorek). +- Fix wxClientDC::Clear() for scrolled windows (Artur Wieczorek). +- Make wxPrinterDC::DrawIcon() actually work (Artur Wieczorek). +- Fix handling of wxSET, wxCLEAR and wxINVERT in wxDC (Artur Wieczorek). +- Fix bug with multiple default buttons in a dialog (Artur Wieczorek). +- Improve tooltips wrapping after updating their text (Artur Wieczorek). +- Fix checking menu items before appending them to the menu. +- Fix crash when adding/removing the same path to/from wxFileSystemWatcher. +- Draw "classic" disabled owner drawn buttons better (Artur Wieczorek). +- Fix width of the vertical toolbars (Artur Wieczorek). +- Fix handling of controls in the vertical toolbars (Artur Wieczorek). +- Fix loading of top to bottom BMP files in wxBitmap (Artur Wieczorek). +- Fix resource leak in wxStaticBitmap with RGBA icons (Artur Wieczorek). +- Fix toolbar repainting after deleting a tool from it (Artur Wieczorek). +- Allow resetting bitmaps used in wxButton (Artur Wieczorek). +- Fix bug with removing items from a menu with radio buttons (Artur Wieczorek). +- Fix handling of deleting directories in wxFileSystemWatcher (Eric Raijmakers). +- Disable the use of new style wxDirDialog under Vista to work around a bug in + its implementation under this system (jtrauntvein). +- Fix wxExecute() keeping open too many thread handles for too long (dannchr). +- Fix clicking on togglable columns in wxDataViewCtrl (Laurent Poujoulat). +- Fix expander in non left-most position in wxDataViewCtrl (Laurent Poujoulat). +- Don't fail when using large paper sizes in print preview. +- Fix wxRichMessageDialog return value for dialog with only "OK" button. +- Fix precision loss in wxGraphicsContext::{Draw,Stroke}Lines() (tibo_). +- Fix destroying the font from wxFont::GetFaceName() in some cases (aebailey82). +- Fix wxCheckListBox appearance when using larger fonts (Igor Korot). +- Return correct results from wxPopupWindow::GetPosition() (Christian Walther). + +wxOSX: + +- Fix buffer overrun in drag-and-drop code (Kristian Duske). +- Fix incorrect joystick detection in configure (Lauri Nurmi). +- Fix crash in wxDataViewCtrl when cancelling choice selection (hartwigw). +- Implement support for wxGA_VERTICAL in wxGauge (themindiswatching). +- Add support for wxEVT_COMBOBOX_DROPDOWN and wxEVT_COMBOBOX_CLOSEUP + events to wxOSX/Cocoa (Igor Korot). +- Fix several memory leaks in wxDataViewCtrl (John Roberts). + + 3.0.0: (released 2013-11-11) ---------------------------- diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/Doxyfile wxpython3.0-3.0.1.1+dfsg/docs/doxygen/Doxyfile --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/Doxyfile 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/Doxyfile 2014-04-17 19:27:13.000000000 +0000 @@ -6,7 +6,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = wxWidgets -PROJECT_NUMBER = 3.0.0 +PROJECT_NUMBER = 3.0.1 PROJECT_BRIEF = PROJECT_LOGO = logo.png OUTPUT_DIRECTORY = out @@ -365,7 +365,7 @@ GENERATE_DOCSET = $(GENERATE_DOCSET) DOCSET_FEEDNAME = "wxWidgets 3.0" -DOCSET_BUNDLE_ID = org.wxwidgets.doxygen.wx29 +DOCSET_BUNDLE_ID = org.wxwidgets.doxygen.wx30 DOCSET_PUBLISHER_ID = org.wxwidgets.doxygen DOCSET_PUBLISHER_NAME = wxWidgets Team diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/doxygen.log wxpython3.0-3.0.1.1+dfsg/docs/doxygen/doxygen.log --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/doxygen.log 2013-12-28 09:33:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/doxygen.log 2014-09-09 22:03:49.000000000 +0000 @@ -1,3 +1,3 @@ -/home/robind/projects/wx/2.9/wx/docs/doxygen/mainpages/manual.h:28: warning: \subpage command has no label -/home/robind/projects/wx/2.9/wx/docs/doxygen/mainpages/introduction.h:119: warning: explicit link request to 'wxwidgets' could not be resolved +/home/robind/projects/wx/git/wx/docs/doxygen/mainpages/manual.h:28: warning: \subpage command has no label +/home/robind/projects/wx/git/wx/docs/doxygen/mainpages/introduction.h:119: warning: explicit link request to 'wxwidgets' could not be resolved error: failed to run html help compiler on index.hhp diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/latexdocstart.inc wxpython3.0-3.0.1.1+dfsg/docs/doxygen/latexdocstart.inc --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/latexdocstart.inc 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/latexdocstart.inc 2013-12-31 21:48:31.000000000 +0000 @@ -49,7 +49,7 @@ \end{center} \end{figure} \vspace*{2cm} -{\large Version 3.0.0 }\\ +{\large Version 3.0.1 }\\ \vspace*{1cm} {Generated on \today}\\ \end{center} diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/mainpages/manual.h wxpython3.0-3.0.1.1+dfsg/docs/doxygen/mainpages/manual.h --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/mainpages/manual.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/mainpages/manual.h 2014-06-24 21:43:01.000000000 +0000 @@ -14,7 +14,7 @@ @author Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor, Bryan Petty, Francesco Montorsi, Robert Roebling et al -@date November 11, 2013 +@date June 15, 2014 @n diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/aboutdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/aboutdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/aboutdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/aboutdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -78,7 +78,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/aboutdlgg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/aboutdlgg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/aboutdlgg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/aboutdlgg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/accel_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/accel_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/accel_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/accel_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -150,7 +150,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/access_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/access_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/access_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/access_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -1722,7 +1722,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/activex_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/activex_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/activex_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/activex_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/affinematrix2d_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/affinematrix2d_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/affinematrix2d_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/affinematrix2d_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/affinematrix2dbase_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/affinematrix2dbase_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/affinematrix2dbase_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/affinematrix2dbase_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/animate_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/animate_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/animate_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/animate_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -172,7 +172,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/annotated.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/annotated.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/annotated.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/annotated.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -881,49 +881,53 @@ oCwxWCharBufferThis is a specialization of wxCharTypeBuffer<T> for wchar_t type oCwxWeakRef< T >WxWeakRef<T> is a template class for weak references to wxWidgets objects, such as wxEvtHandler, wxWindow and wxObject oCwxWeakRefDynamic< T >WxWeakRefDynamic<T> is a template class for weak references that is used in the same way as wxWeakRef<T> -oCwxWebViewThis control may be used to render web (HTML / CSS / javascript) documents -oCwxWebViewArchiveHandlerA custom handler for the file scheme which also supports loading from archives -oCwxWebViewEventA navigation event holds information about events associated with wxWebView objects -oCwxWebViewFactoryAn abstract factory class for creating wxWebView backends -oCwxWebViewFSHandlerA wxWebView file system handler to support standard wxFileSystem protocols of the form example:page.htm The handler allows wxWebView to use wxFileSystem in a similar fashion to its use with wxHtml -oCwxWebViewHandlerThe base class for handling custom schemes in wxWebView, for example to allow virtual file system support -oCwxWebViewHistoryItemA simple class that contains the URL and title of an element of the history of a wxWebView -oCwxWindowWxWindow is the base class for all windows and represents any visible object on screen -|\CChildrenRepositioningGuardHelper for ensuring EndRepositioningChildren() is called correctly -oCwxWindowCreateEventThis event is sent just after the actual window associated with a wxWindow object has been created -oCwxWindowDCA wxWindowDC must be constructed if an application wishes to paint on the whole area of a window (client and decorations) -oCwxWindowDestroyEventThis event is sent as early as possible during the window destruction process -oCwxWindowDisablerThis class disables all windows of the application (may be with the exception of one of them) in its constructor and enables them back in its destructor -oCwxWindowModalDialogEventEvent sent by wxDialog::ShowWindowModal() when the dialog closes -oCwxWindowPtr< T >A reference-counted smart pointer for holding wxWindow instances -oCwxWindowUpdateLockerThis tiny class prevents redrawing of a wxWindow during its lifetime by using wxWindow::Freeze() and wxWindow::Thaw() methods -oCwxWithImagesA mixin class to be used with other classes that use a wxImageList -oCwxWizardWxWizard is the central class for implementing 'wizard-like' dialogs -oCwxWizardEventWxWizardEvent class represents an event generated by the wxWizard: this event is first sent to the page itself and, if not processed there, goes up the window hierarchy as usual -oCwxWizardPageWxWizardPage is one of the screens in wxWizard: it must know what are the following and preceding pages (which may be NULL for the first/last page) -oCwxWizardPageSimpleWxWizardPageSimple is the simplest possible wxWizardPage implementation: it just returns the pointers given to its constructor from wxWizardPage::GetNext() and wxWizardPage::GetPrev() functions -oCwxWrapperInputStreamA wrapper input stream is a kind of filter stream which forwards all the operations to its base stream -oCwxWrapSizerA wrap sizer lays out its items in a single line, like a box sizer – as long as there is space available in that direction -oCwxXLocaleThis class represents a locale object used by so-called xlocale API -oCwxXmlAttributeRepresents a node attribute -oCwxXmlDocumentThis class holds XML data/document as parsed by XML parser in the root node -oCwxXmlNodeRepresents a node in an XML document -oCwxXmlResourceThis is the main class for interacting with the XML-based resource system -oCwxXmlResourceHandlerWxSizerXmlHandler is a class for resource handlers capable of creating a wxSizer object from an XML node -oCwxZipClassFactoryClass factory for the zip archive format -oCwxZipEntryHolds the meta-data for an entry in a zip -oCwxZipInputStreamInput stream for reading zip files -oCwxZipNotifierIf you need to know when a wxZipInputStream updates a wxZipEntry, you can create a notifier by deriving from this abstract base class, overriding wxZipNotifier::OnEntryUpdated() -oCwxZipOutputStreamOutput stream for writing zip files -oCwxZlibInputStreamThis filter stream decompresses a stream that is in zlib or gzip format -\CwxZlibOutputStreamThis stream compresses all data written to it +oCwxWebKitBeforeLoadEvent +oCwxWebKitCtrlThis control is a native wrapper around the Safari web browsing engine +oCwxWebKitNewWindowEvent +oCwxWebKitStateChangedEvent +oCwxWebViewThis control may be used to render web (HTML / CSS / javascript) documents +oCwxWebViewArchiveHandlerA custom handler for the file scheme which also supports loading from archives +oCwxWebViewEventA navigation event holds information about events associated with wxWebView objects +oCwxWebViewFactoryAn abstract factory class for creating wxWebView backends +oCwxWebViewFSHandlerA wxWebView file system handler to support standard wxFileSystem protocols of the form example:page.htm The handler allows wxWebView to use wxFileSystem in a similar fashion to its use with wxHtml +oCwxWebViewHandlerThe base class for handling custom schemes in wxWebView, for example to allow virtual file system support +oCwxWebViewHistoryItemA simple class that contains the URL and title of an element of the history of a wxWebView +oCwxWindowWxWindow is the base class for all windows and represents any visible object on screen +|\CChildrenRepositioningGuardHelper for ensuring EndRepositioningChildren() is called correctly +oCwxWindowCreateEventThis event is sent just after the actual window associated with a wxWindow object has been created +oCwxWindowDCA wxWindowDC must be constructed if an application wishes to paint on the whole area of a window (client and decorations) +oCwxWindowDestroyEventThis event is sent as early as possible during the window destruction process +oCwxWindowDisablerThis class disables all windows of the application (may be with the exception of one of them) in its constructor and enables them back in its destructor +oCwxWindowModalDialogEventEvent sent by wxDialog::ShowWindowModal() when the dialog closes +oCwxWindowPtr< T >A reference-counted smart pointer for holding wxWindow instances +oCwxWindowUpdateLockerThis tiny class prevents redrawing of a wxWindow during its lifetime by using wxWindow::Freeze() and wxWindow::Thaw() methods +oCwxWithImagesA mixin class to be used with other classes that use a wxImageList +oCwxWizardWxWizard is the central class for implementing 'wizard-like' dialogs +oCwxWizardEventWxWizardEvent class represents an event generated by the wxWizard: this event is first sent to the page itself and, if not processed there, goes up the window hierarchy as usual +oCwxWizardPageWxWizardPage is one of the screens in wxWizard: it must know what are the following and preceding pages (which may be NULL for the first/last page) +oCwxWizardPageSimpleWxWizardPageSimple is the simplest possible wxWizardPage implementation: it just returns the pointers given to its constructor from wxWizardPage::GetNext() and wxWizardPage::GetPrev() functions +oCwxWrapperInputStreamA wrapper input stream is a kind of filter stream which forwards all the operations to its base stream +oCwxWrapSizerA wrap sizer lays out its items in a single line, like a box sizer – as long as there is space available in that direction +oCwxXLocaleThis class represents a locale object used by so-called xlocale API +oCwxXmlAttributeRepresents a node attribute +oCwxXmlDocumentThis class holds XML data/document as parsed by XML parser in the root node +oCwxXmlNodeRepresents a node in an XML document +oCwxXmlResourceThis is the main class for interacting with the XML-based resource system +oCwxXmlResourceHandlerWxSizerXmlHandler is a class for resource handlers capable of creating a wxSizer object from an XML node +oCwxZipClassFactoryClass factory for the zip archive format +oCwxZipEntryHolds the meta-data for an entry in a zip +oCwxZipInputStreamInput stream for reading zip files +oCwxZipNotifierIf you need to know when a wxZipInputStream updates a wxZipEntry, you can create a notifier by deriving from this abstract base class, overriding wxZipNotifier::OnEntryUpdated() +oCwxZipOutputStreamOutput stream for writing zip files +oCwxZlibInputStreamThis filter stream decompresses a stream that is in zlib or gzip format +\CwxZlibOutputStreamThis stream compresses all data written to it
diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/any_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/any_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/any_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/any_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -201,7 +201,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/anybutton_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/anybutton_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/anybutton_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/anybutton_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -185,7 +185,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/apptrait_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/apptrait_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/apptrait_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/apptrait_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/arrstr_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/arrstr_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/arrstr_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/arrstr_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -81,7 +81,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/art_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/art_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/art_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/art_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -635,7 +635,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/artprov_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/artprov_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/artprov_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/artprov_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -980,7 +980,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/atomic_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/atomic_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/atomic_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/atomic_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/aui_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/aui_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/aui_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/aui_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/auibar_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/auibar_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/auibar_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/auibar_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -134,7 +134,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/auibook_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/auibook_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/auibook_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/auibook_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/automtn_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/automtn_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/automtn_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/automtn_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -159,7 +159,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/backwardcompatibility_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/backwardcompatibility_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/backwardcompatibility_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/backwardcompatibility_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/bannerwindow_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/bannerwindow_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/bannerwindow_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/bannerwindow_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/bar_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/bar_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/bar_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/bar_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,12 +47,13 @@
bar.h File Reference
@@ -66,12 +67,57 @@ class  wxRibbonBar  Top-level control in a ribbon user interface. More...
  + + + + +

+Enumerations

enum  wxRibbonDisplayMode {
+  wxRIBBON_BAR_PINNED, +
+  wxRIBBON_BAR_MINIMIZED, +
+  wxRIBBON_BAR_EXPANDED +
+ }
 The possible display modes of the panel area of a wxRibbonBar widget. More...
 
+

Enumeration Type Documentation

+ +
+
+ + + + +
enum wxRibbonDisplayMode
+
+ +

The possible display modes of the panel area of a wxRibbonBar widget.

+
See Also
wxRibbonBar::ShowPanels()
+
+wxRibbonBar::GetDisplayMode()
+
Since
2.9.5
+
Enumerator:
+ + + +
wxRIBBON_BAR_PINNED  +

The panel area is visible and pinned: it remains visible when the ribbon bar loses the focus.

+
wxRIBBON_BAR_MINIMIZED  +

The panel area is hidden: only the pages tabs remain visible.

+
wxRIBBON_BAR_EXPANDED  +

The panel area is visible, but not pinned: it minimizes as soon as the focus is lost.

+
+
+
+ +
+
diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/base64_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/base64_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/base64_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/base64_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/bmpbuttn_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/bmpbuttn_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/bmpbuttn_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/bmpbuttn_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/bmpcbox_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/bmpcbox_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/bmpcbox_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/bmpcbox_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/brush_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/brush_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/brush_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/brush_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -405,7 +405,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/buffer_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/buffer_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/buffer_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/buffer_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -121,7 +121,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/bufferclasses_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/bufferclasses_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/bufferclasses_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/bufferclasses_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/busyinfo_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/busyinfo_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/busyinfo_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/busyinfo_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/button_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/button_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/button_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/button_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/buttonbar_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/buttonbar_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/buttonbar_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/buttonbar_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -165,7 +165,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/calctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/calctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/calctrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/calctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -299,7 +299,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/caret_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/caret_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/caret_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/caret_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cat__classes_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cat__classes_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cat__classes_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cat__classes_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/changes__since28_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/changes__since28_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/changes__since28_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/changes__since28_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/chartype_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/chartype_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/chartype_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/chartype_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/checkbox_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/checkbox_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/checkbox_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/checkbox_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -155,7 +155,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/checklst_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/checklst_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/checklst_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/checklst_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/choicdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/choicdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/choicdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/choicdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -164,7 +164,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/choice_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/choice_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/choice_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/choice_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/choicebk_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/choicebk_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/choicebk_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/choicebk_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -190,7 +190,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__appmanagement_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__appmanagement_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__appmanagement_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__appmanagement_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__archive_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__archive_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__archive_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__archive_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__aui_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__aui_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__aui_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__aui_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__bookctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__bookctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__bookctrl_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__bookctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__cfg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__cfg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__cfg_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__cfg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__cmndlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__cmndlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__cmndlg_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__cmndlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__containers_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__containers_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__containers_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__containers_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__conv_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__conv_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__conv_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__conv_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__ctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__ctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__ctrl_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__ctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__data_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__data_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__data_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__data_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__dc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__dc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__dc_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__dc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__debugging_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__debugging_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__debugging_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__debugging_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__dnd_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__dnd_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__dnd_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__dnd_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__docview_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__docview_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__docview_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__docview_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__dvc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__dvc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__dvc_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__dvc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classes.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classes.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classes.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classes.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -56,213 +56,214 @@
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Z
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  A  
-
wxDebugReportPreview   wxHtmlFilter   wxPGEditor   wxSpinDoubleEvent   
wxDebugReportPreviewStd   wxHtmlFontCell   wxPGMultiButton   wxSpinEvent   
wxAboutDialogInfo   wxDebugReportUpload   wxHtmlHelpController   wxPGProperty   wxSplashScreen   
wxAcceleratorEntry   wxDelegateRendererNative   wxHtmlHelpData   wxPGValidationInfo   wxSplitterEvent   
wxAcceleratorTable   wxDialog   wxHtmlHelpDataItem   wxPGVIterator   wxSplitterRenderParams   
wxAccessible   wxDialogLayoutAdapter   wxHtmlHelpDialog   wxPickerBase   wxSplitterWindow   
wxActivateEvent   wxDialUpEvent   wxHtmlHelpFrame   wxPixelData   wxStack< T >   
wxActiveXContainer   wxDialUpManager   wxHtmlHelpWindow   wxPlatformInfo   wxStackFrame   
wxActiveXEvent   wxDir   wxHtmlLinkEvent   wxPoint   wxStackWalker   
wxAffineMatrix2D   wxDirDialog   wxHtmlLinkInfo   wxPoint2DDouble   wxStandardPaths   
wxAffineMatrix2DBase   wxDirFilterListCtrl   wxHtmlListBox   wxPoint2DInt   wxStaticBitmap   
wxAnimation   wxDirPickerCtrl   wxHtmlModalHelp   wxPopupTransientWindow   wxStaticBox   
wxAnimationCtrl   wxDirTraverser   wxHtmlParser   wxPopupWindow   wxStaticBoxSizer   
wxAny   wxDisplay   wxHtmlPrintout   wxPosition   wxStaticLine   
wxAnyButton   wxDisplayChangedEvent   wxHtmlRenderingInfo   wxPostScriptDC   wxStaticText   
wxAnyValueBuffer   wxDocChildFrame   wxHtmlRenderingState   wxPowerEvent   wxStatusBar   
wxAnyValueType   wxDocManager   wxHtmlRenderingStyle   wxPreferencesEditor   wxStatusBarPane   
wxApp   wxDocMDIChildFrame   wxHtmlSelection   wxPreferencesPage   wxStdDialogButtonSizer   
wxAppConsole   wxDocMDIParentFrame   wxHtmlTag   wxPreviewCanvas   wxStdInputStream   
wxAppTraits   wxDocParentFrame   wxHtmlTagHandler   wxPreviewControlBar   wxStdInputStreamBuffer   
wxArchiveClassFactory   wxDocTemplate   wxHtmlTagsModule   wxPreviewFrame   wxStdOutputStream   
wxArchiveEntry   wxDocument   wxHtmlWidgetCell   wxPrintAbortDialog   wxStdOutputStreamBuffer   
wxArchiveFSHandler   wxDragImage   wxHtmlWindow   wxPrintData   wxStockPreferencesPage   
wxArchiveInputStream   wxDropFilesEvent   wxHtmlWindowInterface   wxPrintDialog   wxStopWatch   
wxArchiveIterator   wxDropSource   wxHtmlWinParser   wxPrintDialogData   wxStreamBase   
wxArchiveNotifier   wxDropTarget   wxHtmlWinTagHandler   wxPrinter   wxStreamBuffer   
wxArchiveOutputStream   wxDynamicLibrary   wxHtmlWordCell   wxPrinterDC   wxStreamToTextRedirector   
wxArray< T >   wxDynamicLibraryDetails   wxHtmlWordWithTabsCell   wxPrintout   wxString   
wxArrayString   
  E  
-
wxHTTP   wxPrintPreview   wxStringBuffer   
wxArtProvider   wxHVScrolledWindow   wxProcess   wxStringBufferLength   
wxAuiDefaultTabArt   wxEditableListBox   wxHyperlinkCtrl   wxProcessEvent   wxStringClientData   
wxAuiDefaultToolBarArt   wxEncodingConverter   wxHyperlinkEvent   wxProgressDialog   wxStringInputStream   
wxAuiDockArt   wxEraseEvent   
  I  
-
wxPropagateOnce   wxStringOutputStream   
wxAuiManager   wxEvent   wxPropagationDisabler   wxStringTokenizer   
wxAuiManagerEvent   wxEventBlocker   wxIcon   wxPropertyGrid   wxStyledTextCtrl   
wxAuiNotebook   wxEventFilter   wxIconBundle   wxPropertyGridEvent   wxStyledTextEvent   
wxAuiNotebookEvent   wxEventLoopActivator   wxIconizeEvent   wxPropertyGridHitTestResult   wxSVGFileDC   
wxAuiPaneInfo   wxEventLoopBase   wxIconLocation   wxPropertyGridInterface   wxSymbolPickerDialog   
wxAuiSimpleTabArt   wxEvtHandler   wxIdleEvent   wxPropertyGridIterator   wxSysColourChangedEvent   
wxAuiTabArt   wxExecuteEnv   wxIdManager   wxPropertyGridManager   wxSystemOptions   
wxAuiTabContainer   wxExtHelpController   wxImage   wxPropertyGridPage   wxSystemSettings   
wxAuiTabContainerButton   
  F  
-
wxImageHandler   wxPropertySheetDialog   
  T  
-
wxAuiToolBar   wxImageHistogram   wxProtocol   
wxAuiToolBarArt   wxFFile   wxImageList   wxProtocolLog   wxTarClassFactory   
wxAuiToolBarEvent   wxFFileInputStream   wxIndividualLayoutConstraint   
  Q  
-
wxTarEntry   
wxAuiToolBarItem   wxFFileOutputStream   wxInfoBar   wxTarInputStream   
wxAutoBufferedPaintDC   wxFFileStream   wxInitDialogEvent   wxQuantize   wxTarOutputStream   
wxAutomationObject   wxFile   wxInitializer   wxQueryLayoutInfoEvent   wxTaskBarIcon   
wxDebugReportPreviewStd   wxHtmlHelpController   wxPGValidationInfo   wxSplitterRenderParams   
wxDebugReportUpload   wxHtmlHelpData   wxPGVIterator   wxSplitterWindow   
wxAboutDialogInfo   wxDelegateRendererNative   wxHtmlHelpDataItem   wxPickerBase   wxStack< T >   
wxAcceleratorEntry   wxDialog   wxHtmlHelpDialog   wxPixelData   wxStackFrame   
wxAcceleratorTable   wxDialogLayoutAdapter   wxHtmlHelpFrame   wxPlatformInfo   wxStackWalker   
wxAccessible   wxDialUpEvent   wxHtmlHelpWindow   wxPoint   wxStandardPaths   
wxActivateEvent   wxDialUpManager   wxHtmlLinkEvent   wxPoint2DDouble   wxStaticBitmap   
wxActiveXContainer   wxDir   wxHtmlLinkInfo   wxPoint2DInt   wxStaticBox   
wxActiveXEvent   wxDirDialog   wxHtmlListBox   wxPopupTransientWindow   wxStaticBoxSizer   
wxAffineMatrix2D   wxDirFilterListCtrl   wxHtmlModalHelp   wxPopupWindow   wxStaticLine   
wxAffineMatrix2DBase   wxDirPickerCtrl   wxHtmlParser   wxPosition   wxStaticText   
wxAnimation   wxDirTraverser   wxHtmlPrintout   wxPostScriptDC   wxStatusBar   
wxAnimationCtrl   wxDisplay   wxHtmlRenderingInfo   wxPowerEvent   wxStatusBarPane   
wxAny   wxDisplayChangedEvent   wxHtmlRenderingState   wxPreferencesEditor   wxStdDialogButtonSizer   
wxAnyButton   wxDocChildFrame   wxHtmlRenderingStyle   wxPreferencesPage   wxStdInputStream   
wxAnyValueBuffer   wxDocManager   wxHtmlSelection   wxPreviewCanvas   wxStdInputStreamBuffer   
wxAnyValueType   wxDocMDIChildFrame   wxHtmlTag   wxPreviewControlBar   wxStdOutputStream   
wxApp   wxDocMDIParentFrame   wxHtmlTagHandler   wxPreviewFrame   wxStdOutputStreamBuffer   
wxAppConsole   wxDocParentFrame   wxHtmlTagsModule   wxPrintAbortDialog   wxStockPreferencesPage   
wxAppTraits   wxDocTemplate   wxHtmlWidgetCell   wxPrintData   wxStopWatch   
wxArchiveClassFactory   wxDocument   wxHtmlWindow   wxPrintDialog   wxStreamBase   
wxArchiveEntry   wxDragImage   wxHtmlWindowInterface   wxPrintDialogData   wxStreamBuffer   
wxArchiveFSHandler   wxDropFilesEvent   wxHtmlWinParser   wxPrinter   wxStreamToTextRedirector   
wxArchiveInputStream   wxDropSource   wxHtmlWinTagHandler   wxPrinterDC   wxString   
wxArchiveIterator   wxDropTarget   wxHtmlWordCell   wxPrintout   wxStringBuffer   
wxArchiveNotifier   wxDynamicLibrary   wxHtmlWordWithTabsCell   wxPrintPreview   wxStringBufferLength   
wxArchiveOutputStream   wxDynamicLibraryDetails   wxHTTP   wxProcess   wxStringClientData   
wxArray< T >   
  E  
+
wxHVScrolledWindow   wxProcessEvent   wxStringInputStream   
wxArrayString   wxHyperlinkCtrl   wxProgressDialog   wxStringOutputStream   
wxArtProvider   wxEditableListBox   wxHyperlinkEvent   wxPropagateOnce   wxStringTokenizer   
wxAuiDefaultTabArt   wxEncodingConverter   
  I  
+
wxPropagationDisabler   wxStyledTextCtrl   
wxAuiDefaultToolBarArt   wxEraseEvent   wxPropertyGrid   wxStyledTextEvent   
wxAuiDockArt   wxEvent   wxIcon   wxPropertyGridEvent   wxSVGFileDC   
wxAuiManager   wxEventBlocker   wxIconBundle   wxPropertyGridHitTestResult   wxSymbolPickerDialog   
wxAuiManagerEvent   wxEventFilter   wxIconizeEvent   wxPropertyGridInterface   wxSysColourChangedEvent   
wxAuiNotebook   wxEventLoopActivator   wxIconLocation   wxPropertyGridIterator   wxSystemOptions   
wxAuiNotebookEvent   wxEventLoopBase   wxIdleEvent   wxPropertyGridManager   wxSystemSettings   
wxAuiPaneInfo   wxEvtHandler   wxIdManager   wxPropertyGridPage   
  T  
+
wxAuiSimpleTabArt   wxExecuteEnv   wxImage   wxPropertySheetDialog   
wxAuiTabArt   wxExtHelpController   wxImageHandler   wxProtocol   wxTarClassFactory   
wxAuiTabContainer   
  F  
+
wxImageHistogram   wxProtocolLog   wxTarEntry   
wxAuiTabContainerButton   wxImageList   
  Q  
+
wxTarInputStream   
wxAuiToolBar   wxFFile   wxIndividualLayoutConstraint   wxTarOutputStream   
wxAuiToolBarArt   wxFFileInputStream   wxInfoBar   wxQuantize   wxTaskBarIcon   
wxAuiToolBarEvent   wxFFileOutputStream   wxInitDialogEvent   wxQueryLayoutInfoEvent   wxTaskBarIconEvent   
wxAuiToolBarItem   wxFFileStream   wxInitializer   wxQueryNewPaletteEvent   wxTCPClient   
wxAutoBufferedPaintDC   wxFile   wxInputStream   
  R  
+
wxTCPConnection   
wxAutomationObject   wxFileConfig   wxIntegerValidator   wxTCPServer   
  B  
-
wxFileConfig   wxInputStream   wxQueryNewPaletteEvent   wxTaskBarIconEvent   
wxFileCtrl   wxIntegerValidator   
  R  
-
wxTCPClient   
wxBannerWindow   wxFileCtrlEvent   wxInternetFSHandler   wxTCPConnection   
wxBitmap   wxFileDataObject   wxIPaddress   wxRadioBox   wxTCPServer   
wxBitmapButton   wxFileDialog   wxIPV4address   wxRadioButton   wxTempFile   
wxBitmapComboBox   wxFileDirPickerEvent   wxItemContainer   wxRealPoint   wxTempFileOutputStream   
wxBitmapDataObject   wxFileDropTarget   wxItemContainerImmutable   wxRearrangeCtrl   wxTextAttr   
wxBitmapHandler   wxFileHistory   wxPixelData::Iterator   wxRearrangeDialog   wxTextAttrBorder   
wxBitmapToggleButton   wxFileInputStream   
  J  
-
wxRearrangeList   wxTextAttrBorders   
wxBookCtrlBase   wxFileName   wxRect   wxTextAttrDimension   
wxBookCtrlEvent   wxFileOutputStream   wxJoystick   wxRect2DDouble   wxTextAttrDimensionConverter   
wxBoxSizer   wxFilePickerCtrl   wxJoystickEvent   wxRect2DInt   wxTextAttrDimensions   
wxBrush   wxFileStream   
  K  
-
wxRecursionGuard   wxTextAttrSize   
wxBrushList   wxFileSystem   wxRecursionGuardFlag   wxTextBoxAttr   
wxBufferedDC   wxFileSystemHandler   wxKeyboardState   wxRefCounter   wxTextCompleter   
wxBufferedInputStream   wxFileSystemWatcher   wxKeyEvent   wxRegConfig   wxTextCompleterSimple   
wxBufferedOutputStream   wxFileSystemWatcherEvent   
  L  
-
wxRegEx   wxTextCtrl   
wxBufferedPaintDC   wxFileTranslationsLoader   wxRegion   wxTextDataObject   
wxBusyCursor   wxFileType   wxLanguageInfo   wxRegionIterator   wxTextDropTarget   
wxBusyInfo   wxFileTypeInfo   wxLayoutAlgorithm   wxRegKey   wxTextEntry   
wxButton   wxFilterClassFactory   wxLayoutConstraints   wxRendererNative   wxTextEntryDialog   
wxMessageDialog::ButtonLabel   wxFilterFSHandler   wxLinuxDistributionInfo   wxRendererVersion   wxTextFile   
wxFileCtrl   wxInternetFSHandler   wxRadioBox   wxTempFile   
wxFileCtrlEvent   wxIPaddress   wxRadioButton   wxTempFileOutputStream   
wxBannerWindow   wxFileDataObject   wxIPV4address   wxRealPoint   wxTextAttr   
wxBitmap   wxFileDialog   wxItemContainer   wxRearrangeCtrl   wxTextAttrBorder   
wxBitmapButton   wxFileDirPickerEvent   wxItemContainerImmutable   wxRearrangeDialog   wxTextAttrBorders   
wxBitmapComboBox   wxFileDropTarget   wxPixelData::Iterator   wxRearrangeList   wxTextAttrDimension   
wxBitmapDataObject   wxFileHistory   
  J  
+
wxRect   wxTextAttrDimensionConverter   
wxBitmapHandler   wxFileInputStream   wxRect2DDouble   wxTextAttrDimensions   
wxBitmapToggleButton   wxFileName   wxJoystick   wxRect2DInt   wxTextAttrSize   
wxBookCtrlBase   wxFileOutputStream   wxJoystickEvent   wxRecursionGuard   wxTextBoxAttr   
wxBookCtrlEvent   wxFilePickerCtrl   
  K  
+
wxRecursionGuardFlag   wxTextCompleter   
wxBoxSizer   wxFileStream   wxRefCounter   wxTextCompleterSimple   
wxBrush   wxFileSystem   wxKeyboardState   wxRegConfig   wxTextCtrl   
wxBrushList   wxFileSystemHandler   wxKeyEvent   wxRegEx   wxTextDataObject   
wxBufferedDC   wxFileSystemWatcher   
  L  
+
wxRegion   wxTextDropTarget   
wxBufferedInputStream   wxFileSystemWatcherEvent   wxRegionIterator   wxTextEntry   
wxBufferedOutputStream   wxFileTranslationsLoader   wxLanguageInfo   wxRegKey   wxTextEntryDialog   
wxBufferedPaintDC   wxFileType   wxLayoutAlgorithm   wxRendererNative   wxTextFile   
wxBusyCursor   wxFileTypeInfo   wxLayoutConstraints   wxRendererVersion   wxTextInputStream   
wxBusyInfo   wxFilterClassFactory   wxLinuxDistributionInfo   wxResourceTranslationsLoader   wxTextOutputStream   
wxButton   wxFilterFSHandler   wxList< T >   wxImage::RGBValue   wxTextUrlEvent   
wxMessageDialog::ButtonLabel   wxFilterInputStream   wxListbook   wxRibbonArtProvider   wxTextValidator   
  C  
-
wxFilterInputStream   wxList< T >   wxResourceTranslationsLoader   wxTextInputStream   
wxFilterOutputStream   wxListbook   wxImage::RGBValue   wxTextOutputStream   
wxCalculateLayoutEvent   wxFindDialogEvent   wxListBox   wxRibbonArtProvider   wxTextUrlEvent   
wxCalendarCtrl   wxFindReplaceData   wxListCtrl   wxRibbonBar   wxTextValidator   
wxCalendarDateAttr   wxFindReplaceDialog   wxListEvent   wxRibbonBarEvent   wxTextWrapper   
wxCalendarEvent   wxFlexGridSizer   wxListItem   wxRibbonButtonBar   wxThread   
wxCaret   wxFloatingPointValidator   wxListItemAttr   wxRibbonButtonBarEvent   wxThreadEvent   
wxCharBuffer   wxFocusEvent   wxListView   wxRibbonControl   wxThreadHelper   
wxCharTypeBuffer   wxFont   wxLocale   wxRibbonGallery   wxTimePickerCtrl   
wxCheckBox   wxFontData   wxLog   wxRibbonGalleryEvent   wxTimer   
wxCheckListBox   wxFontDialog   wxLogBuffer   wxRibbonPage   wxTimerEvent   
wxChildFocusEvent   wxFontEnumerator   wxLogChain   wxRibbonPanel   wxTimerRunner   
wxWindow::ChildrenRepositioningGuard   wxFontInfo   wxLogFormatter   wxRibbonPanelEvent   wxTimeSpan   
wxChoice   wxFontList   wxLogGui   wxRibbonToolBar   wxDateTime::TimeZone   
wxChoicebook   wxFontMapper   wxLogInterposer   wxRichMessageDialog   wxTipProvider   
wxClassInfo   wxFontMetrics   wxLogInterposerTemp   wxRichTextAction   wxTipWindow   
wxClient   wxFontPickerCtrl   wxLogNull   wxRichTextAttr   wxDateTime::Tm   
wxClientData   wxFontPickerEvent   wxLogRecordInfo   wxRichTextBox   wxToggleButton   
wxClientDataContainer   wxFrame   wxLogStderr   wxRichTextBuffer   wxToolBar   
wxClientDC   wxFSFile   wxLogStream   wxRichTextBufferDataObject   wxToolBarToolBase   
wxClipboard   wxFSInputStream   wxLogTextCtrl   wxRichTextCell   wxToolbook   
wxClipboardTextEvent   wxFSVolume   wxLogWindow   wxRichTextCharacterStyleDefinition   wxToolTip   
wxCloseEvent   wxFTP   wxLongLong   wxRichTextCommand   wxTopLevelWindow   
wxCmdLineEntryDesc   
  G  
-
  M  
-
wxRichTextCompositeObject   wxTrackable   
wxCmdLineParser   wxRichTextContextMenuPropertiesInfo   wxTransform2D   
wxCollapsiblePane   wxGauge   wxMask   wxRichTextCtrl   wxTranslations   
wxCollapsiblePaneEvent   wxGBPosition   wxMatrix2D   wxRichTextDrawingContext   wxTranslationsLoader   
wxColour   wxGBSizerItem   wxMaximizeEvent   wxRichTextDrawingHandler   wxTreebook   
wxColourData   wxGBSpan   wxMBConv   wxRichTextEvent   wxTreeCtrl   
wxColourDatabase   wxGCDC   wxMBConvUTF16   wxRichTextField   wxTreeEvent   
wxColourDialog   wxGDIObject   wxMBConvUTF32   wxRichTextFieldType   wxTreeItemData   
wxColourPickerCtrl   wxGenericAboutDialog   wxMBConvUTF7   wxRichTextFieldTypeStandard   wxTreeItemId   
wxColourPickerEvent   wxGenericDirCtrl   wxMBConvUTF8   wxRichTextFileHandler   wxTreeListCtrl   
wxComboBox   wxGenericProgressDialog   wxMDIChildFrame   wxRichTextFontTable   wxTreeListEvent   
wxComboCtrl   wxGenericValidator   wxMDIClientWindow   wxRichTextFormattingDialog   wxTreeListItem   
wxComboCtrlFeatures   wxGLCanvas   wxMDIParentFrame   wxRichTextFormattingDialogFactory   wxTreeListItemComparator   
wxComboPopup   wxGLContext   wxMediaCtrl   wxRichTextHeaderFooterData   
  U  
-
wxCommand   wxGraphicsBitmap   wxMediaEvent   wxRichTextHTMLHandler   
wxCommandEvent   wxGraphicsBrush   wxMemoryBuffer   wxRichTextImage   wxUIActionSimulator   
wxCommandLinkButton   wxGraphicsContext   wxMemoryDC   wxRichTextImageBlock   wxULongLong   
wxCommandProcessor   wxGraphicsFont   wxMemoryFSHandler   wxRichTextLine   wxUniChar   
wxCondition   wxGraphicsGradientStop   wxMemoryInputStream   wxRichTextListStyleDefinition   wxUniCharRef   
wxConfigBase   wxGraphicsGradientStops   wxMemoryOutputStream   wxRichTextObject   wxUpdateUIEvent   
wxConfigPathChanger   wxGraphicsMatrix   wxMenu   wxRichTextObjectAddress   wxURI   
wxConnection   wxGraphicsObject   wxMenuBar   wxRichTextParagraph   wxURL   
wxConnectionBase   wxGraphicsPath   wxMenuEvent   wxRichTextParagraphLayoutBox   wxURLDataObject   
wxContextHelp   wxGraphicsPen   wxMenuItem   wxRichTextParagraphStyleDefinition   wxUString   
wxContextHelpButton   wxGraphicsRenderer   wxMessageDialog   wxRichTextPlainText   
  V  
-
wxContextMenuEvent   wxGrid   wxMessageOutput   wxRichTextPlainTextHandler   
wxControl   wxGridBagSizer   wxMessageOutputBest   wxRichTextPrinting   wxValidator   
wxControlWithItems   wxGridCellAttr   wxMessageOutputDebug   wxRichTextPrintout   wxVarHScrollHelper   
wxConvAuto   wxGridCellAttrProvider   wxMessageOutputMessageBox   wxRichTextProperties   wxVarHVScrollHelper   
wxCountingOutputStream   wxGridCellAutoWrapStringEditor   wxMessageOutputStderr   wxRichTextRange   wxVariant   
wxCriticalSection   wxGridCellAutoWrapStringRenderer   wxFileType::MessageParameters   wxRichTextRenderer   wxVariantData   
wxCriticalSectionLocker   wxGridCellBoolEditor   wxMessageQueue< T >   wxRichTextSelection   wxVariantDataCurrency   
wxCSConv   wxGridCellBoolRenderer   wxMetafile   wxRichTextStdRenderer   wxVariantDataErrorCode   
wxCursor   wxGridCellChoiceEditor   wxMetafileDC   wxRichTextStyleComboCtrl   wxVariantDataSafeArray   
wxCustomBackgroundWindow   wxGridCellCoords   wxMimeTypesManager   wxRichTextStyleDefinition   wxVarScrollHelperBase   
wxCustomDataObject   wxGridCellDateTimeRenderer   wxMiniFrame   wxRichTextStyleListBox   wxVarVScrollHelper   
wxFilterOutputStream   wxListBox   wxRibbonBar   wxTextWrapper   
wxFindDialogEvent   wxListCtrl   wxRibbonBarEvent   wxThread   
wxCalculateLayoutEvent   wxFindReplaceData   wxListEvent   wxRibbonButtonBar   wxThreadEvent   
wxCalendarCtrl   wxFindReplaceDialog   wxListItem   wxRibbonButtonBarEvent   wxThreadHelper   
wxCalendarDateAttr   wxFlexGridSizer   wxListItemAttr   wxRibbonControl   wxTimePickerCtrl   
wxCalendarEvent   wxFloatingPointValidator   wxListView   wxRibbonGallery   wxTimer   
wxCaret   wxFocusEvent   wxLocale   wxRibbonGalleryEvent   wxTimerEvent   
wxCharBuffer   wxFont   wxLog   wxRibbonPage   wxTimerRunner   
wxCharTypeBuffer   wxFontData   wxLogBuffer   wxRibbonPanel   wxTimeSpan   
wxCheckBox   wxFontDialog   wxLogChain   wxRibbonPanelEvent   wxDateTime::TimeZone   
wxCheckListBox   wxFontEnumerator   wxLogFormatter   wxRibbonToolBar   wxTipProvider   
wxChildFocusEvent   wxFontInfo   wxLogGui   wxRichMessageDialog   wxTipWindow   
wxWindow::ChildrenRepositioningGuard   wxFontList   wxLogInterposer   wxRichTextAction   wxDateTime::Tm   
wxChoice   wxFontMapper   wxLogInterposerTemp   wxRichTextAttr   wxToggleButton   
wxChoicebook   wxFontMetrics   wxLogNull   wxRichTextBox   wxToolBar   
wxClassInfo   wxFontPickerCtrl   wxLogRecordInfo   wxRichTextBuffer   wxToolBarToolBase   
wxClient   wxFontPickerEvent   wxLogStderr   wxRichTextBufferDataObject   wxToolbook   
wxClientData   wxFrame   wxLogStream   wxRichTextCell   wxToolTip   
wxClientDataContainer   wxFSFile   wxLogTextCtrl   wxRichTextCharacterStyleDefinition   wxTopLevelWindow   
wxClientDC   wxFSInputStream   wxLogWindow   wxRichTextCommand   wxTrackable   
wxClipboard   wxFSVolume   wxLongLong   wxRichTextCompositeObject   wxTransform2D   
wxClipboardTextEvent   wxFTP   
  M  
+
wxRichTextContextMenuPropertiesInfo   wxTranslations   
wxCloseEvent   
  G  
+
wxRichTextCtrl   wxTranslationsLoader   
wxCmdLineEntryDesc   wxMask   wxRichTextDrawingContext   wxTreebook   
wxCmdLineParser   wxGauge   wxMatrix2D   wxRichTextDrawingHandler   wxTreeCtrl   
wxCollapsiblePane   wxGBPosition   wxMaximizeEvent   wxRichTextEvent   wxTreeEvent   
wxCollapsiblePaneEvent   wxGBSizerItem   wxMBConv   wxRichTextField   wxTreeItemData   
wxColour   wxGBSpan   wxMBConvUTF16   wxRichTextFieldType   wxTreeItemId   
wxColourData   wxGCDC   wxMBConvUTF32   wxRichTextFieldTypeStandard   wxTreeListCtrl   
wxColourDatabase   wxGDIObject   wxMBConvUTF7   wxRichTextFileHandler   wxTreeListEvent   
wxColourDialog   wxGenericAboutDialog   wxMBConvUTF8   wxRichTextFontTable   wxTreeListItem   
wxColourPickerCtrl   wxGenericDirCtrl   wxMDIChildFrame   wxRichTextFormattingDialog   wxTreeListItemComparator   
wxColourPickerEvent   wxGenericProgressDialog   wxMDIClientWindow   wxRichTextFormattingDialogFactory   
  U  
+
wxComboBox   wxGenericValidator   wxMDIParentFrame   wxRichTextHeaderFooterData   
wxComboCtrl   wxGLCanvas   wxMediaCtrl   wxRichTextHTMLHandler   wxUIActionSimulator   
wxComboCtrlFeatures   wxGLContext   wxMediaEvent   wxRichTextImage   wxULongLong   
wxComboPopup   wxGraphicsBitmap   wxMemoryBuffer   wxRichTextImageBlock   wxUniChar   
wxCommand   wxGraphicsBrush   wxMemoryDC   wxRichTextLine   wxUniCharRef   
wxCommandEvent   wxGraphicsContext   wxMemoryFSHandler   wxRichTextListStyleDefinition   wxUpdateUIEvent   
wxCommandLinkButton   wxGraphicsFont   wxMemoryInputStream   wxRichTextObject   wxURI   
wxCommandProcessor   wxGraphicsGradientStop   wxMemoryOutputStream   wxRichTextObjectAddress   wxURL   
wxCondition   wxGraphicsGradientStops   wxMenu   wxRichTextParagraph   wxURLDataObject   
wxConfigBase   wxGraphicsMatrix   wxMenuBar   wxRichTextParagraphLayoutBox   wxUString   
wxConfigPathChanger   wxGraphicsObject   wxMenuEvent   wxRichTextParagraphStyleDefinition   
  V  
+
wxConnection   wxGraphicsPath   wxMenuItem   wxRichTextPlainText   
wxConnectionBase   wxGraphicsPen   wxMessageDialog   wxRichTextPlainTextHandler   wxValidator   
wxContextHelp   wxGraphicsRenderer   wxMessageOutput   wxRichTextPrinting   wxVarHScrollHelper   
wxContextHelpButton   wxGrid   wxMessageOutputBest   wxRichTextPrintout   wxVarHVScrollHelper   
wxContextMenuEvent   wxGridBagSizer   wxMessageOutputDebug   wxRichTextProperties   wxVariant   
wxControl   wxGridCellAttr   wxMessageOutputMessageBox   wxRichTextRange   wxVariantData   
wxControlWithItems   wxGridCellAttrProvider   wxMessageOutputStderr   wxRichTextRenderer   wxVariantDataCurrency   
wxConvAuto   wxGridCellAutoWrapStringEditor   wxFileType::MessageParameters   wxRichTextSelection   wxVariantDataErrorCode   
wxCountingOutputStream   wxGridCellAutoWrapStringRenderer   wxMessageQueue< T >   wxRichTextStdRenderer   wxVariantDataSafeArray   
wxCriticalSection   wxGridCellBoolEditor   wxMetafile   wxRichTextStyleComboCtrl   wxVarScrollHelperBase   
wxCriticalSectionLocker   wxGridCellBoolRenderer   wxMetafileDC   wxRichTextStyleDefinition   wxVarVScrollHelper   
wxCSConv   wxGridCellChoiceEditor   wxMimeTypesManager   wxRichTextStyleListBox   wxVector< T >   
wxCursor   wxGridCellCoords   wxMiniFrame   wxRichTextStyleListCtrl   wxVersionInfo   
wxCustomBackgroundWindow   wxGridCellDateTimeRenderer   wxMirrorDC   wxRichTextStyleOrganiserDialog   wxVideoMode   
wxCustomDataObject   wxGridCellEditor   wxModalDialogHook   wxRichTextStyleSheet   wxView   
  D  
-
wxGridCellEditor   wxMirrorDC   wxRichTextStyleListCtrl   wxVector< T >   
wxGridCellEnumEditor   wxModalDialogHook   wxRichTextStyleOrganiserDialog   wxVersionInfo   
wxDataFormat   wxGridCellEnumRenderer   wxModule   wxRichTextStyleSheet   wxVideoMode   
wxDatagramSocket   wxGridCellFloatEditor   wxMouseCaptureChangedEvent   wxRichTextTable   wxView   
wxDataInputStream   wxGridCellFloatRenderer   wxMouseCaptureLostEvent   wxRichTextTableBlock   wxVisualAttributes   
wxDataObject   wxGridCellNumberEditor   wxMouseEvent   wxRichTextXMLHandler   wxVListBox   
wxDataObjectComposite   wxGridCellNumberRenderer   wxMouseEventsManager   wxRichToolTip   wxVScrolledWindow   
wxDataObjectSimple   wxGridCellRenderer   wxMouseState   
  S  
-
  W  
-
wxDataOutputStream   wxGridCellStringRenderer   wxMoveEvent   
wxDataViewBitmapRenderer   wxGridCellTextEditor   wxMsgCatalog   wxSashEvent   wxWCharBuffer   
wxDataViewChoiceByIndexRenderer   wxGridColumnHeaderRenderer   wxMultiChoiceDialog   wxSashLayoutWindow   wxWeakRef< T >   
wxDataViewChoiceRenderer   wxGridColumnHeaderRendererDefault   wxMutex   wxSashWindow   wxWeakRefDynamic< T >   
wxDataViewColumn   wxGridCornerHeaderRenderer   wxMutexLocker   wxScopedArray   wxWebView   
wxDataViewCtrl   wxGridCornerHeaderRendererDefault   
  N  
-
wxScopedCharTypeBuffer   wxWebViewArchiveHandler   
wxDataViewCustomRenderer   wxGridEditorCreatedEvent   wxScopedPtr   wxWebViewEvent   
wxDataViewDateRenderer   wxGridEvent   wxNativeFontInfo   wxScopedPtr< T >   wxWebViewFactory   
wxDataViewEvent   wxGridHeaderLabelsRenderer   wxNavigationEnabled   wxScopedTiedPtr   wxWebViewFSHandler   
wxDataViewIconText   wxGridRangeSelectEvent   wxNavigationKeyEvent   wxScopeGuard   wxWebViewHandler   
wxDataViewIconTextRenderer   wxGridRowHeaderRenderer   wxNode< T >   wxScreenDC   wxWebViewHistoryItem   
wxDataViewIndexListModel   wxGridRowHeaderRendererDefault   wxNonOwnedWindow   wxScrollBar   wxWindow   
wxDataViewItem   wxGridSizeEvent   wxNotebook   wxScrolled   wxWindowCreateEvent   
wxDataViewItemAttr   wxGridSizer   wxNotificationMessage   wxScrollEvent   wxWindowDC   
wxDataViewListCtrl   wxGridSizesInfo   wxNotifyEvent   wxScrollWinEvent   wxWindowDestroyEvent   
wxDataViewListModel   wxGridStringTable   wxNumberFormatter   wxSearchCtrl   wxWindowDisabler   
wxDataViewListStore   wxGridTableBase   wxNumValidator   wxSemaphore   wxWindowModalDialogEvent   
wxDataViewModel   wxGridTableMessage   
  O  
-
wxServer   wxWindowPtr< T >   
wxDataViewModelNotifier   wxGridUpdateLocker   wxSetCursorEvent   wxWindowUpdateLocker   
wxDataViewProgressRenderer   wxGUIEventLoop   wxObject   wxSettableHeaderColumn   wxWithImages   
wxDataViewRenderer   
  H  
-
wxObjectDataPtr< T >   wxSharedPtr< T >   wxWizard   
wxDataViewSpinRenderer   wxObjectRefData   wxShowEvent   wxWizardEvent   
wxDataViewTextRenderer   wxHashMap   wxOutputStream   wxSimplebook   wxWizardPage   
wxDataViewToggleRenderer   wxHashSet   wxOverlay   wxSimpleHelpProvider   wxWizardPageSimple   
wxDataViewTreeCtrl   wxHashTable   wxOwnerDrawnComboBox   wxSimpleHtmlListBox   wxWrapperInputStream   
wxDataViewTreeStore   wxHeaderButtonParams   
  P  
-
wxSingleChoiceDialog   wxWrapSizer   
wxDataViewVirtualListModel   wxHeaderColumn   wxSingleInstanceChecker   
  X  
-
wxDateEvent   wxHeaderColumnSimple   wxPageSetupDialog   wxSize   
wxDatePickerCtrl   wxHeaderCtrl   wxPageSetupDialogData   wxSizeEvent   wxXLocale   
wxDateSpan   wxHeaderCtrlEvent   wxPaintDC   wxSizer   wxXmlAttribute   
wxDateTime   wxHeaderCtrlSimple   wxPaintEvent   wxSizerFlags   wxXmlDocument   
wxDateTimeHolidayAuthority   wxHelpController   wxPalette   wxSizerItem   wxXmlNode   
wxDateTimeWorkDays   wxHelpControllerBase   wxPaletteChangedEvent   wxSizerXmlHandler   wxXmlResource   
wxDC   wxHelpControllerHelpProvider   wxPanel   wxSlider   wxXmlResourceHandler   
wxDCBrushChanger   wxHelpEvent   wxPasswordEntryDialog   wxSockAddress   
  Z  
-
wxDCClipper   wxHelpProvider   wxPathList   wxSocketBase   
wxDCFontChanger   wxHScrolledWindow   wxPen   wxSocketClient   wxZipClassFactory   
wxDCOverlay   wxImage::HSVValue   wxPenList   wxSocketEvent   wxZipEntry   
wxDCPenChanger   wxHtmlBookRecord   wxPersistenceManager   wxSocketInputStream   wxZipInputStream   
wxDCTextColourChanger   wxHtmlCell   wxPersistentBookCtrl   wxSocketOutputStream   wxZipNotifier   
wxDDEClient   wxHtmlCellEvent   wxPersistentObject   wxSocketServer   wxZipOutputStream   
wxDDEConnection   wxHtmlColourCell   wxPersistentTLW   wxSortedArrayString   wxZlibInputStream   
wxDDEServer   wxHtmlContainerCell   wxPersistentTreeBookCtrl   wxSound   wxZlibOutputStream   
wxDebugContext   wxHTMLDataObject   wxPersistentWindow   wxSpinButton   
wxDebugReport   wxHtmlDCRenderer   wxPGCell   wxSpinCtrl   
wxDebugReportCompress   wxHtmlEasyPrinting   wxPGChoices   wxSpinCtrlDouble   
wxGridCellEnumEditor   wxModule   wxRichTextTable   wxVisualAttributes   
wxGridCellEnumRenderer   wxMouseCaptureChangedEvent   wxRichTextTableBlock   wxVListBox   
wxDataFormat   wxGridCellFloatEditor   wxMouseCaptureLostEvent   wxRichTextXMLHandler   wxVScrolledWindow   
wxDatagramSocket   wxGridCellFloatRenderer   wxMouseEvent   wxRichToolTip   
  W  
+
wxDataInputStream   wxGridCellNumberEditor   wxMouseEventsManager   
  S  
+
wxDataObject   wxGridCellNumberRenderer   wxMouseState   wxWCharBuffer   
wxDataObjectComposite   wxGridCellRenderer   wxMoveEvent   wxSashEvent   wxWeakRef< T >   
wxDataObjectSimple   wxGridCellStringRenderer   wxMsgCatalog   wxSashLayoutWindow   wxWeakRefDynamic< T >   
wxDataOutputStream   wxGridCellTextEditor   wxMultiChoiceDialog   wxSashWindow   wxWebKitBeforeLoadEvent   
wxDataViewBitmapRenderer   wxGridColumnHeaderRenderer   wxMutex   wxScopedArray   wxWebKitCtrl   
wxDataViewChoiceByIndexRenderer   wxGridColumnHeaderRendererDefault   wxMutexLocker   wxScopedCharTypeBuffer   wxWebKitNewWindowEvent   
wxDataViewChoiceRenderer   wxGridCornerHeaderRenderer   
  N  
+
wxScopedPtr   wxWebKitStateChangedEvent   
wxDataViewColumn   wxGridCornerHeaderRendererDefault   wxScopedPtr< T >   wxWebView   
wxDataViewCtrl   wxGridEditorCreatedEvent   wxNativeFontInfo   wxScopedTiedPtr   wxWebViewArchiveHandler   
wxDataViewCustomRenderer   wxGridEvent   wxNavigationEnabled   wxScopeGuard   wxWebViewEvent   
wxDataViewDateRenderer   wxGridHeaderLabelsRenderer   wxNavigationKeyEvent   wxScreenDC   wxWebViewFactory   
wxDataViewEvent   wxGridRangeSelectEvent   wxNode< T >   wxScrollBar   wxWebViewFSHandler   
wxDataViewIconText   wxGridRowHeaderRenderer   wxNonOwnedWindow   wxScrolled   wxWebViewHandler   
wxDataViewIconTextRenderer   wxGridRowHeaderRendererDefault   wxNotebook   wxScrollEvent   wxWebViewHistoryItem   
wxDataViewIndexListModel   wxGridSizeEvent   wxNotificationMessage   wxScrollWinEvent   wxWindow   
wxDataViewItem   wxGridSizer   wxNotifyEvent   wxSearchCtrl   wxWindowCreateEvent   
wxDataViewItemAttr   wxGridSizesInfo   wxNumberFormatter   wxSemaphore   wxWindowDC   
wxDataViewListCtrl   wxGridStringTable   wxNumValidator   wxServer   wxWindowDestroyEvent   
wxDataViewListModel   wxGridTableBase   
  O  
+
wxSetCursorEvent   wxWindowDisabler   
wxDataViewListStore   wxGridTableMessage   wxSettableHeaderColumn   wxWindowModalDialogEvent   
wxDataViewModel   wxGridUpdateLocker   wxObject   wxSharedPtr< T >   wxWindowPtr< T >   
wxDataViewModelNotifier   wxGUIEventLoop   wxObjectDataPtr< T >   wxShowEvent   wxWindowUpdateLocker   
wxDataViewProgressRenderer   
  H  
+
wxObjectRefData   wxSimplebook   wxWithImages   
wxDataViewRenderer   wxOutputStream   wxSimpleHelpProvider   wxWizard   
wxDataViewSpinRenderer   wxHashMap   wxOverlay   wxSimpleHtmlListBox   wxWizardEvent   
wxDataViewTextRenderer   wxHashSet   wxOwnerDrawnComboBox   wxSingleChoiceDialog   wxWizardPage   
wxDataViewToggleRenderer   wxHashTable   
  P  
+
wxSingleInstanceChecker   wxWizardPageSimple   
wxDataViewTreeCtrl   wxHeaderButtonParams   wxSize   wxWrapperInputStream   
wxDataViewTreeStore   wxHeaderColumn   wxPageSetupDialog   wxSizeEvent   wxWrapSizer   
wxDataViewVirtualListModel   wxHeaderColumnSimple   wxPageSetupDialogData   wxSizer   
  X  
+
wxDateEvent   wxHeaderCtrl   wxPaintDC   wxSizerFlags   
wxDatePickerCtrl   wxHeaderCtrlEvent   wxPaintEvent   wxSizerItem   wxXLocale   
wxDateSpan   wxHeaderCtrlSimple   wxPalette   wxSizerXmlHandler   wxXmlAttribute   
wxDateTime   wxHelpController   wxPaletteChangedEvent   wxSlider   wxXmlDocument   
wxDateTimeHolidayAuthority   wxHelpControllerBase   wxPanel   wxSockAddress   wxXmlNode   
wxDateTimeWorkDays   wxHelpControllerHelpProvider   wxPasswordEntryDialog   wxSocketBase   wxXmlResource   
wxDC   wxHelpEvent   wxPathList   wxSocketClient   wxXmlResourceHandler   
wxDCBrushChanger   wxHelpProvider   wxPen   wxSocketEvent   
  Z  
+
wxDCClipper   wxHScrolledWindow   wxPenList   wxSocketInputStream   
wxDCFontChanger   wxImage::HSVValue   wxPersistenceManager   wxSocketOutputStream   wxZipClassFactory   
wxDCOverlay   wxHtmlBookRecord   wxPersistentBookCtrl   wxSocketServer   wxZipEntry   
wxDCPenChanger   wxHtmlCell   wxPersistentObject   wxSortedArrayString   wxZipInputStream   
wxDCTextColourChanger   wxHtmlCellEvent   wxPersistentTLW   wxSound   wxZipNotifier   
wxDDEClient   wxHtmlColourCell   wxPersistentTreeBookCtrl   wxSpinButton   wxZipOutputStream   
wxDDEConnection   wxHtmlContainerCell   wxPersistentWindow   wxSpinCtrl   wxZlibInputStream   
wxDDEServer   wxHTMLDataObject   wxPGCell   wxSpinCtrlDouble   wxZlibOutputStream   
wxDebugContext   wxHtmlDCRenderer   wxPGChoices   wxSpinDoubleEvent   
wxDebugReport   wxHtmlEasyPrinting   wxPGEditor   wxSpinEvent   
wxDebugReportCompress   wxHtmlFilter   wxPGMultiButton   wxSplashScreen   
wxDebugReportPreview   wxHtmlFontCell   wxPGProperty   wxSplitterEvent   
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Z
@@ -270,7 +271,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__events_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__events_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__events_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__events_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__file_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__file_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__file_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__file_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__gdi_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__gdi_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__gdi_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__gdi_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__gl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__gl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__gl_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__gl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__grid_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__grid_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__grid_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__grid_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__help_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__help_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__help_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__help_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__html_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__html_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__html_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__html_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__ipc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__ipc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__ipc_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__ipc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__logging_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__logging_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__logging_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__logging_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__managedwnd_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__managedwnd_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__managedwnd_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__managedwnd_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__media_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__media_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__media_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__media_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__menus_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__menus_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__menus_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__menus_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__misc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__misc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__misc_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__misc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__miscwnd_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__miscwnd_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__miscwnd_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__miscwnd_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__net_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__net_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__net_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__net_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__pickers_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__pickers_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__pickers_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__pickers_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__printing_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__printing_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__printing_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__printing_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__propgrid_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__propgrid_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__propgrid_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__propgrid_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__ribbon_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__ribbon_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__ribbon_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__ribbon_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__richtext_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__richtext_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__richtext_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__richtext_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__rtti_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__rtti_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__rtti_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__rtti_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__smartpointers_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__smartpointers_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__smartpointers_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__smartpointers_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__stc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__stc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__stc_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__stc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__streams_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__streams_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__streams_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__streams_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__threading_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__threading_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__threading_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__threading_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__validator_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__validator_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__validator_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__validator_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__vfs_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__vfs_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__vfs_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__vfs_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__webview_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__webview_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__webview_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__webview_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__winlayout_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__winlayout_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__winlayout_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__winlayout_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
@@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_about_dialog_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_about_dialog_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_about_dialog_info.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_about_dialog_info.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -585,7 +585,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_about_dialog_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_about_dialog_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_about_dialog_info-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_about_dialog_info-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -82,7 +82,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_accelerator_entry.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_accelerator_entry.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_accelerator_entry.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_accelerator_entry.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -423,7 +423,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_accelerator_entry-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_accelerator_entry-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_accelerator_entry-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_accelerator_entry-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_accelerator_table.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_accelerator_table.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_accelerator_table.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_accelerator_table.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -285,7 +285,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_accelerator_table-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_accelerator_table-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_accelerator_table-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_accelerator_table-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -82,7 +82,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_accessible.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_accessible.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_accessible.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_accessible.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -984,7 +984,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_accessible-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_accessible-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_accessible-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_accessible-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_activate_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_activate_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_activate_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_activate_event.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -326,7 +326,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_activate_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_activate_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_activate_event-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_activate_event-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_active_x_container.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_active_x_container.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_active_x_container.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_active_x_container.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -169,9 +169,9 @@
return false;
}
-
virtual wxMediaState GetState()
+
virtual wxMediaState GetState()
{
-
return wxMEDIASTATE_STOPPED;
+
}
virtual bool SetPosition(wxLongLong where)
@@ -562,7 +562,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
  virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
+ This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
  void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
@@ -924,7 +924,7 @@  Returns the window's name.
  wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
+ Returns the value previously passed to SetWindowVariant().
  void SetId (wxWindowID winid)  Sets the identifier of the window.
@@ -936,7 +936,7 @@  Sets the window's name.
  void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
+ Chooses a different variant of the window display to use.
  wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
@@ -1370,7 +1370,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_active_x_container-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_active_x_container-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_active_x_container-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_active_x_container-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -409,7 +409,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_active_x_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_active_x_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_active_x_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_active_x_event.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -369,7 +369,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_active_x_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_active_x_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_active_x_event-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_active_x_event-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -116,7 +116,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d_base.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d_base.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d_base.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d_base.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -691,7 +691,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d_base-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d_base-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d_base-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d_base-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -78,7 +78,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -700,7 +700,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_affine_matrix2_d-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_animation_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_animation_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_animation_ctrl.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_animation_ctrl.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -435,7 +435,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
  virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
+ This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
  void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
@@ -797,7 +797,7 @@  Returns the window's name.
  wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
+ Returns the value previously passed to SetWindowVariant().
  void SetId (wxWindowID winid)  Sets the identifier of the window.
@@ -809,7 +809,7 @@  Sets the window's name.
  void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
+ Chooses a different variant of the window display to use.
  wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
@@ -1529,7 +1529,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_animation_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_animation_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_animation_ctrl-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_animation_ctrl-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -418,7 +418,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_animation.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_animation.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_animation.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_animation.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -509,7 +509,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_animation-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_animation-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_animation-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_animation-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_any_button.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_any_button.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_any_button.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_any_button.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -432,7 +432,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
  virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
+ This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
  void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
@@ -794,7 +794,7 @@  Returns the window's name.
  wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
+ Returns the value previously passed to SetWindowVariant().
  void SetId (wxWindowID winid)  Sets the identifier of the window.
@@ -806,7 +806,7 @@  Sets the window's name.
  void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
+ Chooses a different variant of the window display to use.
  wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
@@ -1336,7 +1336,7 @@

The bitmap is displayed together with the button label. This method sets up a single bitmap which is used in all button states, use SetBitmapDisabled(), SetBitmapPressed(), SetBitmapCurrent() or SetBitmapFocus() to change the individual images used in different states.

Parameters
- +
bitmapThe bitmap to display in the button. Under wxGTK the bitmap can be invalid to remove the currently displayed bitmap, however this is not supported in wxMSW currently.
bitmapThe bitmap to display in the button. If the bitmap is invalid, any currently shown bitmaps are removed from the button.
dirThe position of the bitmap inside the button. By default it is positioned to the left of the text, near to the left button border. Other possible values include wxRIGHT, wxTOP and wxBOTTOM.
@@ -1361,6 +1361,7 @@

Sets the bitmap to be shown when the mouse is over the button.

+

If bitmap is invalid, the normal bitmap will be used in the current state.

See Also
GetBitmapCurrent()
Since
2.9.1 (available as wxBitmapButton::SetBitmapHover() in previous versions)
@@ -1381,6 +1382,7 @@

Sets the bitmap for the disabled button appearance.

+

If bitmap is invalid, the disabled bitmap is set to the automatically generated greyed out version of the normal bitmap, i.e. the same bitmap as is used by default if this method is not called at all. Use SetBitmap() with an invalid bitmap to remove the bitmap completely (for all states).

See Also
GetBitmapDisabled(), SetBitmapLabel(), SetBitmapPressed(), SetBitmapFocus()
Since
2.9.1 (available in wxBitmapButton only in previous versions)
@@ -1401,6 +1403,7 @@

Sets the bitmap for the button appearance when it has the keyboard focus.

+

If bitmap is invalid, the normal bitmap will be used in the focused state.

See Also
GetBitmapFocus(), SetBitmapLabel(), SetBitmapPressed(), SetBitmapDisabled()
Since
2.9.1 (available in wxBitmapButton only in previous versions)
@@ -1528,7 +1531,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_any_button-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_any_button-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_any_button-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_any_button-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -425,7 +425,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_any.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_any.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_any.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_any.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1030,7 +1030,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_any-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_any-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_any-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_any-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_any_value_type.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_any_value_type.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_any_value_type.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_any_value_type.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -382,7 +382,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_any_value_type-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_any_value_type-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_any_value_type-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_any_value_type-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -67,7 +67,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_app_console.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_app_console.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_app_console.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_app_console.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1581,7 +1581,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_app_console-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_app_console-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_app_console-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_app_console-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -164,7 +164,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_app.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_app.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_app.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_app.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -154,6 +154,9 @@ virtual void MacReopenApp ()  Called in response of a "reopen-application" Apple event.
  +virtual bool OSXIsGUIApplication () + May be overridden to indicate that the application is not a foreground GUI application under OS X.
- Public Member Functions inherited from wxAppConsole virtual ~wxAppConsole ()  Destructor.
@@ -815,6 +818,34 @@
Availability:  only available for the wxOSX port.
+ +
+
+ + + + + +
+ + + + + + + +
virtual bool wxApp::OSXIsGUIApplication ()
+
+virtual
+
+ +

May be overridden to indicate that the application is not a foreground GUI application under OS X.

+

This method is called during the application startup and returns true by default. In this case, wxWidgets ensures that the application is ran as a foreground, GUI application so that the user can interact with it normally, even if it is not bundled. If this is undesired, i.e. if the application doesn't need to be brought to the foreground, this method can be overridden to return false.

+

Notice that overriding it doesn't make any difference for the bundled applications which are always foreground unless LSBackgroundOnly key is specified in the Info.plist file.

+
Availability:  only available for the wxOSX port.
Since
3.0.1
+ +
+
@@ -1073,7 +1104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_app-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_app-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_app-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_app-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -131,62 +131,63 @@ OnUnhandledException()wxAppConsolevirtual operator delete(void *buf)wxObject operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject - ProcessEvent(wxEvent &event)wxEvtHandlervirtual - ProcessEventLocally(wxEvent &event)wxEvtHandler - ProcessMessage(WXMSG *msg)wxApp - ProcessPendingEvents()wxAppConsolevirtual - QueueEvent(wxEvent *event)wxEvtHandlervirtual - Ref(const wxObject &clone)wxObject - RemoveFilter(wxEventFilter *filter)wxEvtHandlerstatic - ResumeProcessingOfPendingEvents()wxAppConsole - SafelyProcessEvent(wxEvent &event)wxEvtHandler - SafeYield(wxWindow *win, bool onlyIfNeeded)wxAppvirtual - SafeYieldFor(wxWindow *win, long eventsToProcess)wxAppvirtual - ScheduleForDestruction(wxObject *object)wxAppConsole - SearchEventTable(wxEventTable &table, wxEvent &event)wxEvtHandlervirtual - SetAppDisplayName(const wxString &name)wxAppConsole - SetAppName(const wxString &name)wxAppConsole - SetClassName(const wxString &name)wxAppConsole - SetClientData(void *data)wxEvtHandler - SetClientObject(wxClientData *data)wxEvtHandler - SetCLocale()wxAppConsole - SetDisplayMode(const wxVideoMode &info)wxAppvirtual - SetEvtHandlerEnabled(bool enabled)wxEvtHandler - SetExitOnFrameDelete(bool flag)wxApp - SetInstance(wxAppConsole *app)wxAppConsolestatic - SetNativeTheme(const wxString &theme)wxAppvirtual - SetNextHandler(wxEvtHandler *handler)wxEvtHandlervirtual - SetPreviousHandler(wxEvtHandler *handler)wxEvtHandlervirtual - SetRefData(wxObjectRefData *data)wxObject - SetTopWindow(wxWindow *window)wxApp - SetUseBestVisual(bool flag, bool forceTrueColour=false)wxApp - SetVendorDisplayName(const wxString &name)wxAppConsole - SetVendorName(const wxString &name)wxAppConsole - SuspendProcessingOfPendingEvents()wxAppConsole - TryAfter(wxEvent &event)wxEvtHandlerprotectedvirtual - TryBefore(wxEvent &event)wxEvtHandlerprotectedvirtual - Unbind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler - Unbind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler - Unlink()wxEvtHandler - UnRef()wxObject - UnShare()wxObject - UsesEventLoop() const wxAppConsolevirtual - wxApp()wxApp - wxEventFilter()wxEventFilter - wxEvtHandler()wxEvtHandler - wxObject()wxObject - wxObject(const wxObject &other)wxObject - Yield(bool onlyIfNeeded=false)wxAppConsole - ~wxApp()wxAppvirtual - ~wxAppConsole()wxAppConsolevirtual - ~wxEventFilter()wxEventFiltervirtual - ~wxEvtHandler()wxEvtHandlervirtual - ~wxObject()wxObjectvirtual + OSXIsGUIApplication()wxAppvirtual + ProcessEvent(wxEvent &event)wxEvtHandlervirtual + ProcessEventLocally(wxEvent &event)wxEvtHandler + ProcessMessage(WXMSG *msg)wxApp + ProcessPendingEvents()wxAppConsolevirtual + QueueEvent(wxEvent *event)wxEvtHandlervirtual + Ref(const wxObject &clone)wxObject + RemoveFilter(wxEventFilter *filter)wxEvtHandlerstatic + ResumeProcessingOfPendingEvents()wxAppConsole + SafelyProcessEvent(wxEvent &event)wxEvtHandler + SafeYield(wxWindow *win, bool onlyIfNeeded)wxAppvirtual + SafeYieldFor(wxWindow *win, long eventsToProcess)wxAppvirtual + ScheduleForDestruction(wxObject *object)wxAppConsole + SearchEventTable(wxEventTable &table, wxEvent &event)wxEvtHandlervirtual + SetAppDisplayName(const wxString &name)wxAppConsole + SetAppName(const wxString &name)wxAppConsole + SetClassName(const wxString &name)wxAppConsole + SetClientData(void *data)wxEvtHandler + SetClientObject(wxClientData *data)wxEvtHandler + SetCLocale()wxAppConsole + SetDisplayMode(const wxVideoMode &info)wxAppvirtual + SetEvtHandlerEnabled(bool enabled)wxEvtHandler + SetExitOnFrameDelete(bool flag)wxApp + SetInstance(wxAppConsole *app)wxAppConsolestatic + SetNativeTheme(const wxString &theme)wxAppvirtual + SetNextHandler(wxEvtHandler *handler)wxEvtHandlervirtual + SetPreviousHandler(wxEvtHandler *handler)wxEvtHandlervirtual + SetRefData(wxObjectRefData *data)wxObject + SetTopWindow(wxWindow *window)wxApp + SetUseBestVisual(bool flag, bool forceTrueColour=false)wxApp + SetVendorDisplayName(const wxString &name)wxAppConsole + SetVendorName(const wxString &name)wxAppConsole + SuspendProcessingOfPendingEvents()wxAppConsole + TryAfter(wxEvent &event)wxEvtHandlerprotectedvirtual + TryBefore(wxEvent &event)wxEvtHandlerprotectedvirtual + Unbind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler + Unbind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler + Unlink()wxEvtHandler + UnRef()wxObject + UnShare()wxObject + UsesEventLoop() const wxAppConsolevirtual + wxApp()wxApp + wxEventFilter()wxEventFilter + wxEvtHandler()wxEvtHandler + wxObject()wxObject + wxObject(const wxObject &other)wxObject + Yield(bool onlyIfNeeded=false)wxAppConsole + ~wxApp()wxAppvirtual + ~wxAppConsole()wxAppConsolevirtual + ~wxEventFilter()wxEventFiltervirtual + ~wxEvtHandler()wxEvtHandlervirtual + ~wxObject()wxObjectvirtual
diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_app_traits.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_app_traits.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_app_traits.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_app_traits.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -434,7 +434,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_app_traits-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_app_traits-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_app_traits-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_app_traits-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_class_factory.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_class_factory.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_class_factory.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_class_factory.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -580,7 +580,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_class_factory-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_class_factory-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_class_factory-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_class_factory-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_entry.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_entry.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_entry.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_entry.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -615,7 +615,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_entry-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_entry-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_entry-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_entry-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_f_s_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_f_s_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_f_s_handler.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_f_s_handler.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -228,7 +228,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_f_s_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_f_s_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_f_s_handler-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_f_s_handler-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_input_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_input_stream.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -250,7 +250,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_input_stream-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_input_stream-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_iterator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_iterator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_iterator.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_iterator.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -215,7 +215,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_iterator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_iterator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_iterator-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_iterator-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_notifier.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_notifier.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_notifier.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_notifier.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_notifier-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_notifier-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_notifier-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_notifier-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -61,7 +61,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_output_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_output_stream.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -439,7 +439,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_archive_output_stream-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_archive_output_stream-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_array_3_01_t_01_4.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_array_3_01_t_01_4.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_array_3_01_t_01_4.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_array_3_01_t_01_4.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1146,7 +1146,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_array_3_01_t_01_4-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_array_3_01_t_01_4-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_array_3_01_t_01_4-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_array_3_01_t_01_4-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_array_string.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_array_string.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_array_string.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_array_string.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -799,7 +799,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_array_string-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_array_string-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_array_string-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_array_string-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -88,7 +88,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_art_provider.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_art_provider.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_art_provider.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_art_provider.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -857,7 +857,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_art_provider-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_art_provider-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_art_provider-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_art_provider-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -94,7 +94,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_default_tab_art.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_default_tab_art.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_default_tab_art.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_default_tab_art.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1196,7 +1196,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_default_tab_art-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_default_tab_art-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_default_tab_art-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_default_tab_art-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_default_tool_bar_art.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_default_tool_bar_art.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_default_tool_bar_art.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_default_tool_bar_art.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -936,7 +936,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_default_tool_bar_art-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_default_tool_bar_art-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_default_tool_bar_art-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_default_tool_bar_art-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_dock_art.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_dock_art.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_dock_art.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_dock_art.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -656,7 +656,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_dock_art-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_dock_art-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_dock_art-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_dock_art-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_manager_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_manager_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_manager_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_manager_event.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -460,7 +460,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_manager_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_manager_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_manager_event-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_manager_event-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -109,7 +109,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_manager.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_manager.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_manager.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_manager.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1086,7 +1086,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_manager-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_manager-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_manager-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_manager-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -143,7 +143,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_notebook_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_notebook_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_notebook_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_notebook_event.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -333,7 +333,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_notebook_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_notebook_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_notebook_event-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_notebook_event-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_notebook.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_notebook.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_notebook.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_notebook.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -563,7 +563,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
  virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
+ This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
  void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
@@ -922,7 +922,7 @@  Returns the window's name.
  wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
+ Returns the value previously passed to SetWindowVariant().
  void SetId (wxWindowID winid)  Sets the identifier of the window.
@@ -934,7 +934,7 @@  Sets the window's name.
  void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
+ Chooses a different variant of the window display to use.
  wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
@@ -2371,7 +2371,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_notebook-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_notebook-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_notebook-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_notebook-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -457,7 +457,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_pane_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_pane_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_pane_info.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_pane_info.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1791,7 +1791,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_pane_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_pane_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_pane_info-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_pane_info-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -139,7 +139,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_simple_tab_art.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_simple_tab_art.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_simple_tab_art.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_simple_tab_art.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1168,7 +1168,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_simple_tab_art-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_simple_tab_art-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_simple_tab_art-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_simple_tab_art-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tab_art.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tab_art.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tab_art.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tab_art.html 2014-09-09 22:03:44.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -706,7 +706,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tab_art-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tab_art-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tab_art-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tab_art-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -75,7 +75,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tab_container_button.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tab_container_button.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tab_container_button.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tab_container_button.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -172,7 +172,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tab_container_button-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tab_container_button-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tab_container_button-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tab_container_button-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tab_container.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tab_container.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tab_container.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tab_container.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1028,7 +1028,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tab_container-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tab_container-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tab_container-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tab_container-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -103,7 +103,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_art.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_art.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_art.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_art.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -908,7 +908,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_art-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_art-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_art-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_art-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -82,7 +82,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -327,7 +327,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_event-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_event-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -557,7 +557,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
  virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
+ This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
  void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
@@ -910,7 +910,7 @@  Returns the window's name.
  wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
+ Returns the value previously passed to SetWindowVariant().
  void SetId (wxWindowID winid)  Sets the identifier of the window.
@@ -922,7 +922,7 @@  Sets the window's name.
  void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
+ Chooses a different variant of the window display to use.
  wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
@@ -2795,7 +2795,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_item.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_item.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_item.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_item.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -846,7 +846,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_item-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_item-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_item-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar_item-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_aui_tool_bar-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -475,7 +475,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_auto_buffered_paint_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_auto_buffered_paint_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_auto_buffered_paint_d_c.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_auto_buffered_paint_d_c.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -599,7 +599,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_auto_buffered_paint_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_auto_buffered_paint_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_auto_buffered_paint_d_c-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_auto_buffered_paint_d_c-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -224,7 +224,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_automation_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_automation_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_automation_object.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_automation_object.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -738,7 +738,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_automation_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_automation_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_automation_object-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_automation_object-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_banner_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_banner_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_banner_window.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_banner_window.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -395,7 +395,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
  virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
+ This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
  void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
@@ -760,7 +760,7 @@  Returns the window's name.
  wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
+ Returns the value previously passed to SetWindowVariant().
  void SetId (wxWindowID winid)  Sets the identifier of the window.
@@ -775,7 +775,7 @@  Sets the window's name.
  void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
+ Chooses a different variant of the window display to use.
  wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
@@ -1380,7 +1380,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_banner_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_banner_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_banner_window-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_banner_window-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -401,7 +401,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_button.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_button.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_button.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_button.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -497,7 +497,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
  virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
+ This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
  void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
@@ -859,7 +859,7 @@  Returns the window's name.
  wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
+ Returns the value previously passed to SetWindowVariant().
  void SetId (wxWindowID winid)  Sets the identifier of the window.
@@ -871,7 +871,7 @@  Sets the window's name.
  void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
+ Chooses a different variant of the window display to use.
  wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
@@ -1416,7 +1416,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_button-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_button-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_button-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_button-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -436,7 +436,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_combo_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_combo_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_combo_box.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_combo_box.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -526,7 +526,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
  virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
+ This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
  void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
@@ -888,7 +888,7 @@  Returns the window's name.
  wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
+ Returns the value previously passed to SetWindowVariant().
  void SetId (wxWindowID winid)  Sets the identifier of the window.
@@ -900,7 +900,7 @@  Sets the window's name.
  void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
+ Chooses a different variant of the window display to use.
  wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
@@ -2132,7 +2132,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_combo_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_combo_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_combo_box-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_combo_box-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -516,7 +516,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_data_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_data_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_data_object.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_data_object.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -223,7 +223,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_data_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_data_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_data_object-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_data_object-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -82,7 +82,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_handler.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_handler.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -539,7 +539,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_handler-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_handler-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -88,7 +88,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1492,7 +1492,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -117,7 +117,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_toggle_button.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_toggle_button.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_toggle_button.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_toggle_button.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -469,7 +469,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
  virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
+ This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
  void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
@@ -831,7 +831,7 @@  Returns the window's name.
  wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
+ Returns the value previously passed to SetWindowVariant().
  void SetId (wxWindowID winid)  Sets the identifier of the window.
@@ -843,7 +843,7 @@  Sets the window's name.
  void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
+ Chooses a different variant of the window display to use.
  wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
@@ -1393,7 +1393,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_toggle_button-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_toggle_button-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_bitmap_toggle_button-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_bitmap_toggle_button-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -434,7 +434,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_book_ctrl_base.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_book_ctrl_base.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_book_ctrl_base.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_book_ctrl_base.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -88,9 +88,9 @@ }   - Public Types inherited from wxWithImages -enum  { NO_IMAGE = -1 +enum  { NO_IMAGE = -1 } -  +  @@ -481,7 +481,7 @@ - + @@ -843,7 +843,7 @@ - + @@ -855,7 +855,7 @@ - + @@ -1976,7 +1976,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_book_ctrl_base-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_book_ctrl_base-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_book_ctrl_base-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_book_ctrl_base-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -436,7 +436,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_book_ctrl_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_book_ctrl_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_book_ctrl_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_book_ctrl_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -378,7 +378,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_book_ctrl_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_book_ctrl_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_book_ctrl_event-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_book_ctrl_event-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_box_sizer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_box_sizer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_box_sizer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_box_sizer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -543,7 +543,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_box_sizer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_box_sizer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_box_sizer-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_box_sizer-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -162,7 +162,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_brush.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_brush.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_brush.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_brush.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -681,7 +681,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_brush_list.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_brush_list.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_brush_list.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_brush_list.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -110,7 +110,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_brush_list-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_brush_list-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_brush_list-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_brush_list-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -61,7 +61,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_brush-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_brush-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_brush-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_brush-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_d_c.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_d_c.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -821,7 +821,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_d_c-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_d_c-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -220,7 +220,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_input_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_input_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -272,7 +272,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_input_stream-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_input_stream-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_output_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_output_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -329,7 +329,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_output_stream-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_output_stream-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -88,7 +88,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_paint_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_paint_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_paint_d_c.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_paint_d_c.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -664,7 +664,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_paint_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_paint_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_buffered_paint_d_c-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_buffered_paint_d_c-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -223,7 +223,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_busy_cursor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_busy_cursor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_busy_cursor.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_busy_cursor.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -119,7 +119,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_busy_cursor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_busy_cursor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_busy_cursor-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_busy_cursor-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_busy_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_busy_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_busy_info.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_busy_info.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -152,7 +152,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_busy_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_busy_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_busy_info-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_busy_info-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_button.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_button.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_button.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_button.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -502,7 +502,7 @@ - + @@ -864,7 +864,7 @@ - + @@ -876,7 +876,7 @@ - + @@ -1535,7 +1535,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_button-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_button-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_button-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_button-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -432,7 +432,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calculate_layout_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calculate_layout_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calculate_layout_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calculate_layout_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -305,7 +305,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calculate_layout_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calculate_layout_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calculate_layout_event-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calculate_layout_event-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calendar_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calendar_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calendar_ctrl.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calendar_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -499,7 +499,7 @@ - + @@ -861,7 +861,7 @@ - + @@ -873,7 +873,7 @@ - + @@ -2062,7 +2062,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calendar_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calendar_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calendar_ctrl-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calendar_ctrl-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -433,7 +433,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calendar_date_attr.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calendar_date_attr.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calendar_date_attr.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calendar_date_attr.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -560,7 +560,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calendar_date_attr-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calendar_date_attr-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calendar_date_attr-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calendar_date_attr-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -81,7 +81,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calendar_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calendar_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calendar_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calendar_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -340,7 +340,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calendar_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calendar_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_calendar_event-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_calendar_event-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_caret.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_caret.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_caret.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_caret.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -643,7 +643,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_caret-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_caret-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_caret-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_caret-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_char_buffer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_char_buffer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_char_buffer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_char_buffer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -272,7 +272,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_char_buffer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_char_buffer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_char_buffer-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_char_buffer-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_char_type_buffer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_char_type_buffer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_char_type_buffer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_char_type_buffer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -378,7 +378,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_char_type_buffer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_char_type_buffer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_char_type_buffer-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_char_type_buffer-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -81,7 +81,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_check_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_check_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_check_box.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_check_box.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -441,7 +441,7 @@ - + @@ -803,7 +803,7 @@ - + @@ -815,7 +815,7 @@ - + @@ -1492,7 +1492,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_check_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_check_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_check_box-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_check_box-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -418,7 +418,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_check_list_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_check_list_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_check_list_box.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_check_list_box.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -500,7 +500,7 @@ - + @@ -862,7 +862,7 @@ - + @@ -874,7 +874,7 @@ - + @@ -1759,7 +1759,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_check_list_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_check_list_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_check_list_box-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_check_list_box-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -476,7 +476,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_child_focus_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_child_focus_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_child_focus_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_child_focus_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -291,7 +291,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_child_focus_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_child_focus_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_child_focus_event-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_child_focus_event-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -112,7 +112,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_choicebook.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_choicebook.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_choicebook.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_choicebook.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -491,7 +491,7 @@ - + @@ -853,7 +853,7 @@ - + @@ -865,7 +865,7 @@ - + @@ -1369,7 +1369,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_choicebook-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_choicebook-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_choicebook-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_choicebook-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ @@ -439,7 +439,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_choice.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_choice.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_choice.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_choice.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -114,7 +114,7 @@ - + @@ -453,7 +453,7 @@ - + @@ -815,7 +815,7 @@ - + @@ -827,7 +827,7 @@ - + @@ -1751,8 +1751,8 @@

Public Member Functions

 Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
 
virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
 Prepare for changing positions of multiple child windows.
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
void SetVirtualSize (int width, int height)
 Sets the virtual size of the window in pixels.
 Returns the window's name.
 
wxWindowVariant GetWindowVariant () const
 Returns the value previously passed to SetWindowVariant().
 Returns the value previously passed to SetWindowVariant().
 
void SetId (wxWindowID winid)
 Sets the identifier of the window.
 Sets the window's name.
 
void SetWindowVariant (wxWindowVariant variant)
 This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
 Chooses a different variant of the window display to use.
 
wxAcceleratorTableGetAcceleratorTable ()
 Gets the accelerator table for this window.
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
 Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
 
virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
 Prepare for changing positions of multiple child windows.
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
void SetVirtualSize (int width, int height)
 Sets the virtual size of the window in pixels.
 Returns the window's name.
 
wxWindowVariant GetWindowVariant () const
 Returns the value previously passed to SetWindowVariant().
 Returns the value previously passed to SetWindowVariant().
 
void SetId (wxWindowID winid)
 Sets the identifier of the window.
 Sets the window's name.
 
void SetWindowVariant (wxWindowVariant variant)
 This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
 Chooses a different variant of the window display to use.
 
wxAcceleratorTableGetAcceleratorTable ()
 Gets the accelerator table for this window.
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
 Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
 
virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
 Prepare for changing positions of multiple child windows.
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
void SetVirtualSize (int width, int height)
 Sets the virtual size of the window in pixels.
 Returns the window's name.
 
wxWindowVariant GetWindowVariant () const
 Returns the value previously passed to SetWindowVariant().
 Returns the value previously passed to SetWindowVariant().
 
void SetId (wxWindowID winid)
 Sets the identifier of the window.
 Sets the window's name.
 
void SetWindowVariant (wxWindowVariant variant)
 This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
 Chooses a different variant of the window display to use.
 
wxAcceleratorTableGetAcceleratorTable ()
 Gets the accelerator table for this window.
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
 Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
 
virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
 Prepare for changing positions of multiple child windows.
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
void SetVirtualSize (int width, int height)
 Sets the virtual size of the window in pixels.
 Returns the window's name.
 
wxWindowVariant GetWindowVariant () const
 Returns the value previously passed to SetWindowVariant().
 Returns the value previously passed to SetWindowVariant().
 
void SetId (wxWindowID winid)
 Sets the identifier of the window.
 Sets the window's name.
 
void SetWindowVariant (wxWindowVariant variant)
 This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
 Chooses a different variant of the window display to use.
 
wxAcceleratorTableGetAcceleratorTable ()
 Gets the accelerator table for this window.
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
 Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
 
virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
 Prepare for changing positions of multiple child windows.
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
void SetVirtualSize (int width, int height)
 Sets the virtual size of the window in pixels.
 Returns the window's name.
 
wxWindowVariant GetWindowVariant () const
 Returns the value previously passed to SetWindowVariant().
 Returns the value previously passed to SetWindowVariant().
 
void SetId (wxWindowID winid)
 Sets the identifier of the window.
 Sets the window's name.
 
void SetWindowVariant (wxWindowVariant variant)
 This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
 Chooses a different variant of the window display to use.
 
wxAcceleratorTableGetAcceleratorTable ()
 Gets the accelerator table for this window.
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
 Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
 
virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
 Prepare for changing positions of multiple child windows.
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
void SetVirtualSize (int width, int height)
 Sets the virtual size of the window in pixels.
 Returns the window's name.
 
wxWindowVariant GetWindowVariant () const
 Returns the value previously passed to SetWindowVariant().
 Returns the value previously passed to SetWindowVariant().
 
void SetId (wxWindowID winid)
 Sets the identifier of the window.
 Sets the window's name.
 
void SetWindowVariant (wxWindowVariant variant)
 This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
 Chooses a different variant of the window display to use.
 
wxAcceleratorTableGetAcceleratorTable ()
 Gets the accelerator table for this window.
- Version: 3.0.0 + Version: 3.0.1
- Version: 3.0.0 + Version: 3.0.1
 Gets the number of columns in this choice item.
 
virtual int GetCurrentSelection () const
 Unlike wxControlWithItems::GetSelection() which only returns the accepted selection value, i.e.
 Unlike wxControlWithItems::GetSelection() which only returns the accepted selection value (the selection in the control once the user closes the dropdown list), this function returns the current selection.
 
virtual void SetColumns (int n=1)
 Sets the number of columns in this choice item.
 Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
 
virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
 Prepare for changing positions of multiple child windows.
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
void SetVirtualSize (int width, int height)
 Sets the virtual size of the window in pixels.
 Returns the window's name.
 
wxWindowVariant GetWindowVariant () const
 Returns the value previously passed to SetWindowVariant().
 Returns the value previously passed to SetWindowVariant().
 
void SetId (wxWindowID winid)
 Sets the identifier of the window.
 Sets the window's name.
 
void SetWindowVariant (wxWindowVariant variant)
 This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
 Chooses a different variant of the window display to use.
 
wxAcceleratorTableGetAcceleratorTable ()
 Gets the accelerator table for this window.
-

Unlike wxControlWithItems::GetSelection() which only returns the accepted selection value, i.e.

-

the selection in the control once the user closes the dropdown list, this function returns the current selection. That is, while the dropdown list is shown, it returns the currently selected item in it. When it is not shown, its result is the same as for the other function.

+

Unlike wxControlWithItems::GetSelection() which only returns the accepted selection value (the selection in the control once the user closes the dropdown list), this function returns the current selection.

+

That is, while the dropdown list is shown, it returns the currently selected item in it. When it is not shown, its result is the same as for the other function.

Since
2.6.2. In older versions, wxControlWithItems::GetSelection() itself behaved like this.
@@ -1963,7 +1963,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_choice-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_choice-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_choice-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_choice-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -463,7 +463,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_class_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_class_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_class_info.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_class_info.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -298,7 +298,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_class_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_class_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_class_info-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_class_info-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client_data_container.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client_data_container.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client_data_container.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client_data_container.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -214,7 +214,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client_data_container-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client_data_container-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client_data_container-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client_data_container-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client_data.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client_data.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -131,7 +131,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client_data-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client_data-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client_d_c.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client_d_c.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -550,7 +550,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client_d_c-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client_d_c-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -208,7 +208,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -245,7 +245,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_client-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_client-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -81,7 +81,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_clipboard.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_clipboard.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_clipboard.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_clipboard.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -562,7 +562,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_clipboard-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_clipboard-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_clipboard-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_clipboard-members.html 2014-09-09 22:03:16.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_clipboard_text_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_clipboard_text_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_clipboard_text_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_clipboard_text_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -278,7 +278,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_clipboard_text_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_clipboard_text_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_clipboard_text_event-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_clipboard_text_event-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -111,7 +111,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_close_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_close_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_close_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_close_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -122,6 +122,9 @@ void Veto (bool veto=true)  Call this from your event handler to veto a system shutdown or to signal to the calling application that a window close did not happen.
  +bool GetVeto () const + Returns whether the Veto flag was set.
- Public Member Functions inherited from wxEvent  wxEvent (int id=0, wxEventType eventType=wxEVT_NULL)  Constructor.
@@ -301,6 +304,23 @@ + +
+
+ + + + + + + +
bool wxCloseEvent::GetVeto () const
+
+ +

Returns whether the Veto flag was set.

+ +
+
@@ -360,7 +380,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_close_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_close_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_close_event-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_close_event-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -71,38 +71,39 @@ GetRefData() const wxObject GetSkipped() const wxEvent GetTimestamp() const wxEvent - IsCommandEvent() const wxEvent - IsKindOf(const wxClassInfo *info) const wxObject - IsSameAs(const wxObject &obj) const wxObject - m_propagationLevelwxEventprotected - m_refDatawxObjectprotected - operator delete(void *buf)wxObject - operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject - Ref(const wxObject &clone)wxObject - ResumePropagation(int propagationLevel)wxEvent - SetCanVeto(bool canVeto)wxCloseEvent - SetEventObject(wxObject *object)wxEvent - SetEventType(wxEventType type)wxEvent - SetId(int id)wxEvent - SetLoggingOff(bool loggingOff)wxCloseEvent - SetRefData(wxObjectRefData *data)wxObject - SetTimestamp(long timeStamp=0)wxEvent - ShouldPropagate() const wxEvent - Skip(bool skip=true)wxEvent - StopPropagation()wxEvent - UnRef()wxObject - UnShare()wxObject - Veto(bool veto=true)wxCloseEvent - wxCloseEvent(wxEventType commandEventType=wxEVT_NULL, int id=0)wxCloseEvent - wxEvent(int id=0, wxEventType eventType=wxEVT_NULL)wxEvent - wxObject()wxObject - wxObject(const wxObject &other)wxObject - ~wxObject()wxObjectvirtual + GetVeto() const wxCloseEvent + IsCommandEvent() const wxEvent + IsKindOf(const wxClassInfo *info) const wxObject + IsSameAs(const wxObject &obj) const wxObject + m_propagationLevelwxEventprotected + m_refDatawxObjectprotected + operator delete(void *buf)wxObject + operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject + Ref(const wxObject &clone)wxObject + ResumePropagation(int propagationLevel)wxEvent + SetCanVeto(bool canVeto)wxCloseEvent + SetEventObject(wxObject *object)wxEvent + SetEventType(wxEventType type)wxEvent + SetId(int id)wxEvent + SetLoggingOff(bool loggingOff)wxCloseEvent + SetRefData(wxObjectRefData *data)wxObject + SetTimestamp(long timeStamp=0)wxEvent + ShouldPropagate() const wxEvent + Skip(bool skip=true)wxEvent + StopPropagation()wxEvent + UnRef()wxObject + UnShare()wxObject + Veto(bool veto=true)wxCloseEvent + wxCloseEvent(wxEventType commandEventType=wxEVT_NULL, int id=0)wxCloseEvent + wxEvent(int id=0, wxEventType eventType=wxEVT_NULL)wxEvent + wxObject()wxObject + wxObject(const wxObject &other)wxObject + ~wxObject()wxObjectvirtual
diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_cmd_line_parser.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_cmd_line_parser.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_cmd_line_parser.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_cmd_line_parser.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1127,7 +1127,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_cmd_line_parser-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_cmd_line_parser-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_cmd_line_parser-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_cmd_line_parser-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -95,7 +95,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_collapsible_pane_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_collapsible_pane_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_collapsible_pane_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_collapsible_pane_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -320,7 +320,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_collapsible_pane_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_collapsible_pane_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_collapsible_pane_event-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_collapsible_pane_event-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_collapsible_pane.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_collapsible_pane.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_collapsible_pane.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_collapsible_pane.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -444,7 +444,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
  virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
+ This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
  void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
@@ -806,7 +806,7 @@  Returns the window's name.
  wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
+ Returns the value previously passed to SetWindowVariant().
  void SetId (wxWindowID winid)  Sets the identifier of the window.
@@ -818,7 +818,7 @@  Sets the window's name.
  void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
+ Chooses a different variant of the window display to use.
  wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
@@ -1427,7 +1427,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_collapsible_pane-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_collapsible_pane-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_collapsible_pane-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_collapsible_pane-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -415,7 +415,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_database.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_database.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_database.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_database.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -240,7 +240,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_database-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_database-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_database-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_database-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_data.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_data.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -431,7 +431,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_data-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_data-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_dialog.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_dialog.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -272,7 +272,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
  -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
  wxWindowSetDefaultItem (wxWindow *win) @@ -324,7 +324,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
  -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
  void UseNativeDecorations (bool native=true) @@ -958,7 +958,7 @@  Returns the window's name.
  wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
+ Returns the value previously passed to SetWindowVariant().
  void SetId (wxWindowID winid)  Sets the identifier of the window.
@@ -973,7 +973,7 @@  Sets the window's name.
  void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
+ Chooses a different variant of the window display to use.
  wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
@@ -1439,7 +1439,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_dialog-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_dialog-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -476,7 +476,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1104,7 +1104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -107,7 +107,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_picker_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_picker_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_picker_ctrl.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_picker_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -479,7 +479,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
  virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
+ This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
  void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
@@ -841,7 +841,7 @@  Returns the window's name.
  wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
+ Returns the value previously passed to SetWindowVariant().
  void SetId (wxWindowID winid)  Sets the identifier of the window.
@@ -853,7 +853,7 @@  Sets the window's name.
  void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
+ Chooses a different variant of the window display to use.
  wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
@@ -1373,7 +1373,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_picker_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_picker_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_picker_ctrl-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_picker_ctrl-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -436,7 +436,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_picker_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_picker_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_picker_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_picker_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -337,7 +337,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_picker_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_picker_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_colour_picker_event-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_colour_picker_event-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -114,7 +114,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_combo_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_combo_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_combo_box.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_combo_box.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -89,8 +89,8 @@
  • EVT_COMBOBOX(id, func):
    Process a wxEVT_COMBOBOX event, when an item on the list is selected. Note that calling GetValue() returns the new value of selection.
  • EVT_TEXT(id, func):
    Process a wxEVT_TEXT event, when the combobox text changes.
  • EVT_TEXT_ENTER(id, func):
    Process a wxEVT_TEXT_ENTER event, when RETURN is pressed in the combobox (notice that the combobox must have been created with wxTE_PROCESS_ENTER style to receive this event).
  • -
  • EVT_COMBOBOX_DROPDOWN(id, func):
    Process a wxEVT_COMBOBOX_DROPDOWN event, which is generated when the list box part of the combo box is shown (drops down). Notice that this event is currently only supported by wxMSW and wxGTK with GTK+ 2.10 or later.
  • -
  • EVT_COMBOBOX_CLOSEUP(id, func):
    Process a wxEVT_COMBOBOX_CLOSEUP event, which is generated when the list box of the combo box disappears (closes up). This event is only generated for the same platforms as wxEVT_COMBOBOX_DROPDOWN above. Also note that only wxMSW supports adding or deleting items in this event.
  • +
  • EVT_COMBOBOX_DROPDOWN(id, func):
    Process a wxEVT_COMBOBOX_DROPDOWN event, which is generated when the list box part of the combo box is shown (drops down). Notice that this event is only supported by wxMSW, wxGTK with GTK+ 2.10 or later, and wxOSX/Cocoa.
  • +
  • EVT_COMBOBOX_CLOSEUP(id, func):
    Process a wxEVT_COMBOBOX_CLOSEUP event, which is generated when the list box of the combo box disappears (closes up). This event is only generated for the same platforms as wxEVT_COMBOBOX_DROPDOWN above. Also note that only wxMSW and wxOSX/Cocoa support adding or deleting items in this event.
  • Library:  wxCore
    Category:  Controls
    Appearance: - + @@ -848,7 +848,7 @@ - + @@ -860,7 +860,7 @@ - + @@ -1915,7 +1915,7 @@

    Returns the item being selected right now.

    -

    This function does the same things as wxChoice::GetCurrentSelection() and returns the item currently selected in the dropdown list if it's open or the same thing as wxControlWithItems::GetSelection() otherwise.

    +

    This function does the same things as wxChoice::GetCurrentSelection() and returns the item currently selected in the dropdown list if it's open or the same thing as wxControlWithItems::GetSelection() otherwise.

    @@ -2335,7 +2335,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_combo_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_combo_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_combo_box-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_combo_box-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -503,7 +503,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_combo_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_combo_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_combo_ctrl.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_combo_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -668,7 +668,7 @@ - + @@ -1030,7 +1030,7 @@ - + @@ -1042,7 +1042,7 @@ - + @@ -3179,7 +3179,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_combo_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_combo_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_combo_ctrl-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_combo_ctrl-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -491,7 +491,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_combo_popup.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_combo_popup.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_combo_popup.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_combo_popup.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -645,7 +645,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_combo_popup-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_combo_popup-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_combo_popup-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_combo_popup-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -65,7 +65,7 @@

    Detailed Description

    This event class contains information about command events, which originate from a variety of simple controls.

    @@ -534,7 +534,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_event__inherit__graph.map wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_event__inherit__graph.map --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_event__inherit__graph.map 2013-12-28 09:32:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_event__inherit__graph.map 2014-09-09 22:03:38.000000000 +0000 @@ -1,50 +1,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_event__inherit__graph.md5 wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_event__inherit__graph.md5 --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_event__inherit__graph.md5 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_event__inherit__graph.md5 2014-09-09 22:03:17.000000000 +0000 @@ -1 +1 @@ -8080d2d605c64c06b871aece67b44ed0 \ No newline at end of file +e35864b7759380e0f6f6b5e8349b2eb3 \ No newline at end of file Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_event__inherit__graph.png and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_event__inherit__graph.png differ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_event-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_event-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -110,7 +110,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -329,7 +329,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_link_button.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_link_button.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_link_button.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_link_button.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -501,7 +501,7 @@ - + @@ -863,7 +863,7 @@ - + @@ -875,7 +875,7 @@ - + @@ -1565,7 +1565,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_link_button-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_link_button-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_link_button-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_link_button-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -440,7 +440,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_processor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_processor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_processor.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_processor.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -740,7 +740,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_processor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_processor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_command_processor-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_command_processor-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_condition.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_condition.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_condition.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_condition.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -324,7 +324,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_condition-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_condition-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_condition-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_condition-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_config_base.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_config_base.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_config_base.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_config_base.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -2137,7 +2137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_config_base-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_config_base-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_config_base-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_config_base-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -137,7 +137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_config_path_changer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_config_path_changer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_config_path_changer.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_config_path_changer.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -188,7 +188,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_config_path_changer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_config_path_changer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_config_path_changer-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_config_path_changer-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_connection_base.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_connection_base.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_connection_base.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_connection_base.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -133,7 +133,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_connection_base-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_connection_base-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_connection_base-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_connection_base-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -77,7 +77,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_connection.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_connection.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_connection.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_connection.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1104,7 +1104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_connection-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_connection-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_connection-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_connection-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_context_help_button.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_context_help_button.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_context_help_button.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_context_help_button.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -474,7 +474,7 @@ - + @@ -836,7 +836,7 @@ - + @@ -848,7 +848,7 @@ - + @@ -1236,7 +1236,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_context_help_button-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_context_help_button-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_context_help_button-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_context_help_button-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -437,7 +437,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_context_help.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_context_help.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_context_help.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_context_help.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -253,7 +253,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_context_help-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_context_help-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_context_help-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_context_help-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -81,7 +81,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_context_menu_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_context_menu_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_context_menu_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_context_menu_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -325,7 +325,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_context_menu_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_context_menu_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_context_menu_event-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_context_menu_event-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_control.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_control.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_control.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_control.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -390,7 +390,7 @@ - + @@ -752,7 +752,7 @@ - + @@ -764,7 +764,7 @@ - + @@ -1715,7 +1715,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_control-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_control-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_control-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_control-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -407,7 +407,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_control_with_items.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_control_with_items.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_control_with_items.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_control_with_items.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -272,7 +272,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_control_with_items-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_control_with_items-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_control_with_items-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_control_with_items-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -453,7 +453,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_conv_auto.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_conv_auto.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_conv_auto.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_conv_auto.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -364,7 +364,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_conv_auto-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_conv_auto-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_conv_auto-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_conv_auto-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_counting_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_counting_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_counting_output_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_counting_output_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -223,7 +223,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_counting_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_counting_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_counting_output_stream-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_counting_output_stream-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_critical_section.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_critical_section.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_critical_section.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_critical_section.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -184,7 +184,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_critical_section_locker.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_critical_section_locker.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_critical_section_locker.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_critical_section_locker.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -134,7 +134,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_critical_section_locker-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_critical_section_locker-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_critical_section_locker-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_critical_section_locker-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_critical_section-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_critical_section-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_critical_section-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_critical_section-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_c_s_conv.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_c_s_conv.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_c_s_conv.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_c_s_conv.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -225,7 +225,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_c_s_conv-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_c_s_conv-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_c_s_conv-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_c_s_conv-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_cursor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_cursor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_cursor.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_cursor.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -501,7 +501,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_cursor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_cursor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_cursor-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_cursor-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_custom_background_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_custom_background_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_custom_background_window.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_custom_background_window.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -148,7 +148,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_custom_background_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_custom_background_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_custom_background_window-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_custom_background_window-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_custom_data_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_custom_data_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_custom_data_object.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_custom_data_object.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -380,7 +380,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_custom_data_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_custom_data_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_custom_data_object-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_custom_data_object-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_format.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_format.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_format.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_format.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -300,7 +300,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_format-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_format-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_format-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_format-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -70,7 +70,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_datagram_socket.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_datagram_socket.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_datagram_socket.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_datagram_socket.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -73,7 +73,7 @@
    Library:  wxNet
    Category:  Networking
    @@ -486,7 +486,7 @@
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - + @@ -286,7 +286,7 @@ - + @@ -383,7 +383,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_datagram_socket-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_datagram_socket-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_datagram_socket-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_datagram_socket-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -123,7 +123,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_input_stream.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_input_stream.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -592,7 +592,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_input_stream-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_input_stream-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_object_composite.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_object_composite.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_object_composite.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_object_composite.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -276,7 +276,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_object_composite-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_object_composite-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_object_composite-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_object_composite-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -77,7 +77,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_object.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_object.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -464,7 +464,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_object-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_object-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -73,7 +73,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_object_simple.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_object_simple.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_object_simple.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_object_simple.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -293,7 +293,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_object_simple-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_object_simple-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_object_simple-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_object_simple-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_output_stream.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_output_stream.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -588,7 +588,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_output_stream-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_output_stream-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_bitmap_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_bitmap_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_bitmap_renderer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_bitmap_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -220,7 +220,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_bitmap_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_bitmap_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_bitmap_renderer-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_bitmap_renderer-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_choice_by_index_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_choice_by_index_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_choice_by_index_renderer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_choice_by_index_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -231,7 +231,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_choice_by_index_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_choice_by_index_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_choice_by_index_renderer-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_choice_by_index_renderer-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_choice_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_choice_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_choice_renderer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_choice_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -264,7 +264,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_choice_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_choice_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_choice_renderer-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_choice_renderer-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_column.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_column.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_column.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_column.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -370,7 +370,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_column-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_column-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_column-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_column-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_ctrl.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -645,7 +645,7 @@ - + @@ -1007,7 +1007,7 @@ - + @@ -1019,7 +1019,7 @@ - + @@ -3850,7 +3850,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_ctrl-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_ctrl-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -473,7 +473,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_custom_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_custom_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_custom_renderer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_custom_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -817,7 +817,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_custom_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_custom_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_custom_renderer-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_custom_renderer-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -109,7 +109,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_date_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_date_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_date_renderer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_date_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -220,7 +220,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_date_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_date_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_date_renderer-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_date_renderer-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -895,7 +895,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_event-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_event-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -144,7 +144,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -273,7 +273,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text_renderer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -221,7 +221,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text_renderer-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_icon_text_renderer-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_index_list_model.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_index_list_model.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_index_list_model.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_index_list_model.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -428,7 +428,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_index_list_model-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_index_list_model-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_index_list_model-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_index_list_model-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -111,7 +111,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_item_attr.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_item_attr.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_item_attr.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_item_attr.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -360,7 +360,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_item_attr-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_item_attr-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_item_attr-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_item_attr-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_item.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_item.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_item.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_item.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -185,7 +185,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_item-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_item-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_item-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_item-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_list_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_list_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_list_ctrl.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_list_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -705,7 +705,7 @@ - + @@ -1067,7 +1067,7 @@ - + @@ -1079,7 +1079,7 @@ - + @@ -2473,7 +2473,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_list_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_list_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_list_ctrl-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_list_ctrl-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -506,7 +506,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_list_model.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_list_model.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_list_model.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_list_model.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -519,7 +519,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_list_model-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_list_model-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_list_model-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_list_model-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_list_store.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_list_store.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_list_store.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_list_store.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -721,7 +721,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_list_store-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_list_store-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_list_store-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_list_store-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -124,7 +124,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_model.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_model.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_model.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_model.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1100,7 +1100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_model-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_model-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_model-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_model-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -94,7 +94,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_model_notifier.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_model_notifier.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_model_notifier.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_model_notifier.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -478,7 +478,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_model_notifier-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_model_notifier-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_model_notifier-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_model_notifier-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -73,7 +73,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_progress_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_progress_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_progress_renderer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_progress_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -226,7 +226,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_progress_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_progress_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_progress_renderer-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_progress_renderer-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_renderer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -746,7 +746,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_renderer-members.html 2013-12-28 09:31:12.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_renderer-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_spin_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_spin_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_spin_renderer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_spin_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -263,7 +263,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_spin_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_spin_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_spin_renderer-members.html 2013-12-28 09:31:12.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_spin_renderer-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -110,7 +110,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_text_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_text_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_text_renderer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_text_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -221,7 +221,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_text_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_text_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_text_renderer-members.html 2013-12-28 09:31:12.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_text_renderer-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_toggle_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_toggle_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_toggle_renderer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_toggle_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -220,7 +220,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_toggle_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_toggle_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_toggle_renderer-members.html 2013-12-28 09:31:12.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_toggle_renderer-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_tree_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_tree_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_tree_ctrl.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_tree_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -686,7 +686,7 @@ - + @@ -1048,7 +1048,7 @@ - + @@ -1060,7 +1060,7 @@ - + @@ -2190,7 +2190,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_tree_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_tree_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_tree_ctrl-members.html 2013-12-28 09:31:12.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_tree_ctrl-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -501,7 +501,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_tree_store.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_tree_store.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_tree_store.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_tree_store.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -812,7 +812,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_tree_store-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_tree_store-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_tree_store-members.html 2013-12-28 09:31:12.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_tree_store-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -114,7 +114,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_virtual_list_model.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_virtual_list_model.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_virtual_list_model.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_virtual_list_model.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -427,7 +427,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_virtual_list_model-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_virtual_list_model-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_data_view_virtual_list_model-members.html 2013-12-28 09:31:12.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_data_view_virtual_list_model-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -111,7 +111,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -328,7 +328,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_event-members.html 2013-12-28 09:31:12.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_event-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -114,7 +114,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_picker_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_picker_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_picker_ctrl.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_picker_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -432,7 +432,7 @@ - + @@ -794,7 +794,7 @@ - + @@ -806,7 +806,7 @@ - + @@ -1445,7 +1445,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_picker_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_picker_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_picker_ctrl-members.html 2013-12-28 09:31:12.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_picker_ctrl-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -414,7 +414,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_span.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_span.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_span.html 2013-12-28 09:31:12.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_span.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -875,7 +875,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_span-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_span-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_span-members.html 2013-12-28 09:31:12.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_span-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_time_1_1_time_zone.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_time_1_1_time_zone.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_time_1_1_time_zone.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_time_1_1_time_zone.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -170,7 +170,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_time_1_1_time_zone-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_time_1_1_time_zone-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_time_1_1_time_zone-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_time_1_1_time_zone-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_time_holiday_authority.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_time_holiday_authority.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_time_holiday_authority.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_time_holiday_authority.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_time.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_time.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_time.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_time.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -4641,7 +4641,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_time-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_time-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_time-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_time-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -303,7 +303,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_time_work_days.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_time_work_days.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_date_time_work_days.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_date_time_work_days.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_brush_changer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_brush_changer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_brush_changer.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_brush_changer.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -129,7 +129,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_brush_changer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_brush_changer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_brush_changer-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_brush_changer-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_clipper.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_clipper.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_clipper.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_clipper.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -220,7 +220,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_clipper-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_clipper-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_clipper-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_clipper-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_font_changer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_font_changer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_font_changer.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_font_changer.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -176,7 +176,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_font_changer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_font_changer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_font_changer-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_font_changer-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -4251,7 +4251,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -206,7 +206,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_overlay.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_overlay.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_overlay.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_overlay.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -206,7 +206,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_overlay-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_overlay-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_overlay-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_overlay-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_pen_changer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_pen_changer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_pen_changer.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_pen_changer.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -129,7 +129,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_pen_changer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_pen_changer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_pen_changer-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_pen_changer-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_text_colour_changer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_text_colour_changer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_text_colour_changer.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_text_colour_changer.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -174,7 +174,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_text_colour_changer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_text_colour_changer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_c_text_colour_changer-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_c_text_colour_changer-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_d_e_client.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_d_e_client.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_d_e_client.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_d_e_client.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -243,7 +243,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_d_e_client-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_d_e_client-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_d_e_client-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_d_e_client-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -81,7 +81,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_d_e_connection.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_d_e_connection.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_d_e_connection.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_d_e_connection.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -995,7 +995,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_d_e_connection-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_d_e_connection-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_d_e_connection-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_d_e_connection-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_d_e_server.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_d_e_server.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_d_e_server.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_d_e_server.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -146,7 +146,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_d_e_server-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_d_e_server-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_d_d_e_server-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_d_d_e_server-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_context.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_context.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_context.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_context.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -451,7 +451,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_context-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_context-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_context-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_context-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_compress.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_compress.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_compress.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_compress.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -263,7 +263,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_compress-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_compress-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_compress-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_compress-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -731,7 +731,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_preview.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_preview.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_preview.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_preview.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -162,7 +162,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_preview-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_preview-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_preview-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_preview-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_preview_std.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_preview_std.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_preview_std.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_preview_std.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -140,7 +140,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_preview_std-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_preview_std-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_preview_std-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_preview_std-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_upload.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_upload.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_upload.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_upload.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -242,7 +242,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_upload-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_upload-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_debug_report_upload-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_debug_report_upload-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -92,7 +92,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_delegate_renderer_native.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_delegate_renderer_native.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_delegate_renderer_native.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_delegate_renderer_native.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -959,7 +959,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_delegate_renderer_native-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_delegate_renderer_native-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_delegate_renderer_native-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_delegate_renderer_native-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dialog.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dialog.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -312,7 +312,7 @@ - + @@ -364,7 +364,7 @@ - + @@ -998,7 +998,7 @@ - + @@ -1013,7 +1013,7 @@ - + @@ -2493,7 +2493,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dialog_layout_adapter.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dialog_layout_adapter.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dialog_layout_adapter.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dialog_layout_adapter.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -153,7 +153,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dialog_layout_adapter-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dialog_layout_adapter-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dialog_layout_adapter-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dialog_layout_adapter-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dialog-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dialog-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -472,7 +472,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dial_up_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dial_up_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dial_up_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dial_up_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -264,7 +264,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dial_up_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dial_up_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dial_up_event-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dial_up_event-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dial_up_manager.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dial_up_manager.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dial_up_manager.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dial_up_manager.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -572,7 +572,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dial_up_manager-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dial_up_manager-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dial_up_manager-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dial_up_manager-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -75,7 +75,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_dialog.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_dialog.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -289,7 +289,7 @@ - + @@ -341,7 +341,7 @@ - + @@ -975,7 +975,7 @@ - + @@ -990,7 +990,7 @@ - + @@ -1553,7 +1553,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_dialog-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_dialog-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -478,7 +478,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_filter_list_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_filter_list_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_filter_list_ctrl.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_filter_list_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ - + @@ -437,7 +437,7 @@ - + @@ -799,7 +799,7 @@ - + @@ -811,7 +811,7 @@ - + @@ -1441,7 +1441,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_filter_list_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_filter_list_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_filter_list_ctrl-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_filter_list_ctrl-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -469,7 +469,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -672,7 +672,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_picker_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_picker_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_picker_ctrl.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_picker_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -486,7 +486,7 @@ - + @@ -848,7 +848,7 @@ - + @@ -860,7 +860,7 @@ - + @@ -1430,7 +1430,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_picker_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_picker_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_picker_ctrl-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_picker_ctrl-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -438,7 +438,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_traverser.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_traverser.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_traverser.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_traverser.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -190,7 +190,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_traverser-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_traverser-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dir_traverser-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dir_traverser-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_display_changed_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_display_changed_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_display_changed_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_display_changed_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -205,7 +205,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_display_changed_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_display_changed_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_display_changed_event-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_display_changed_event-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_display.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_display.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_display.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_display.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -370,7 +370,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_display-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_display-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_display-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_display-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_child_frame.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_child_frame.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_child_frame.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_child_frame.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -116,7 +116,7 @@ - + @@ -235,7 +235,7 @@ - + @@ -290,7 +290,7 @@ - + @@ -924,7 +924,7 @@ - + @@ -939,7 +939,7 @@ - + @@ -1471,7 +1471,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_child_frame-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_child_frame-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_child_frame-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_child_frame-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -463,7 +463,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_manager.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_manager.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_manager.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_manager.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1888,7 +1888,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_manager-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_manager-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_manager-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_manager-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -171,7 +171,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_child_frame.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_child_frame.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_child_frame.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_child_frame.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -141,7 +141,7 @@ - + @@ -254,7 +254,7 @@ - + @@ -309,7 +309,7 @@ - + @@ -943,7 +943,7 @@ - + @@ -958,7 +958,7 @@ - + @@ -1452,7 +1452,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_child_frame-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_child_frame-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_child_frame-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_child_frame-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -468,7 +468,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_parent_frame.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_parent_frame.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_parent_frame.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_parent_frame.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -151,7 +151,7 @@ - + @@ -270,7 +270,7 @@ - + @@ -325,7 +325,7 @@ - + @@ -959,7 +959,7 @@ - + @@ -974,7 +974,7 @@ - + @@ -1473,7 +1473,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_parent_frame-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_parent_frame-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_parent_frame-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_m_d_i_parent_frame-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ @@ -473,7 +473,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_parent_frame.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_parent_frame.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_parent_frame.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_parent_frame.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -111,7 +111,7 @@ - + @@ -230,7 +230,7 @@ - + @@ -285,7 +285,7 @@ - + @@ -919,7 +919,7 @@ - + @@ -934,7 +934,7 @@ - + @@ -1450,7 +1450,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_parent_frame-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_parent_frame-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_parent_frame-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_parent_frame-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -460,7 +460,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_template.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_template.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_template.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_template.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1025,7 +1025,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_template-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_template-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_doc_template-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_doc_template-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -112,7 +112,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_document.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_document.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_document.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_document.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1851,7 +1851,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_document-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_document-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_document-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_document-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -172,7 +172,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drag_image.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drag_image.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drag_image.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drag_image.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -670,7 +670,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drag_image-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drag_image-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drag_image-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drag_image-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -92,7 +92,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drop_files_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drop_files_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drop_files_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drop_files_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -300,7 +300,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drop_files_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drop_files_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drop_files_event-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drop_files_event-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drop_source.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drop_source.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drop_source.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drop_source.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -490,7 +490,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drop_source-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drop_source-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drop_source-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drop_source-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -70,7 +70,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drop_target.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drop_target.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drop_target.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drop_target.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -480,7 +480,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drop_target-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drop_target-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_drop_target-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_drop_target-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dynamic_library_details.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dynamic_library_details.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dynamic_library_details.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dynamic_library_details.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -171,7 +171,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dynamic_library_details-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dynamic_library_details-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dynamic_library_details-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dynamic_library_details-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dynamic_library.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dynamic_library.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dynamic_library.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dynamic_library.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -480,7 +480,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dynamic_library-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dynamic_library-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_dynamic_library-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_dynamic_library-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_editable_list_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_editable_list_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_editable_list_box.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_editable_list_box.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -401,7 +401,7 @@ - + @@ -766,7 +766,7 @@ - + @@ -781,7 +781,7 @@ - + @@ -1336,7 +1336,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_editable_list_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_editable_list_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_editable_list_box-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_editable_list_box-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -405,7 +405,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_encoding_converter.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_encoding_converter.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_encoding_converter.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_encoding_converter.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -551,7 +551,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_encoding_converter-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_encoding_converter-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_encoding_converter-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_encoding_converter-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_erase_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_erase_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_erase_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_erase_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -254,7 +254,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_erase_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_erase_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_erase_event-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_erase_event-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_blocker.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_blocker.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_blocker.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_blocker.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -350,7 +350,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_blocker-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_blocker-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_blocker-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_blocker-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_filter.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_filter.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_filter.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_filter.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -258,7 +258,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_filter-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_filter-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_filter-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_filter-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -595,7 +595,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_loop_activator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_loop_activator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_loop_activator.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_loop_activator.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -123,7 +123,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_loop_activator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_loop_activator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_loop_activator-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_loop_activator-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_loop_base.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_loop_base.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_loop_base.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_loop_base.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -640,7 +640,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_loop_base-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_loop_base-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event_loop_base-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event_loop_base-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_event-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_event-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_evt_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_evt_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_evt_handler.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_evt_handler.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1703,7 +1703,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_evt_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_evt_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_evt_handler-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_evt_handler-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ext_help_controller.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ext_help_controller.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ext_help_controller.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ext_help_controller.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -698,7 +698,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ext_help_controller-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ext_help_controller-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ext_help_controller-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ext_help_controller-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -694,7 +694,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file_input_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file_input_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -313,7 +313,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file_input_stream-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file_input_stream-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file_output_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file_output_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -301,7 +301,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file_output_stream-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file_output_stream-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -286,7 +286,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_file_stream-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_file_stream-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -112,7 +112,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_config.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_config.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_config.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_config.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1131,7 +1131,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_config-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_config-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_config-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_config-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -145,7 +145,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_ctrl_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_ctrl_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_ctrl_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_ctrl_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -429,7 +429,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_ctrl_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_ctrl_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_ctrl_event-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_ctrl_event-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_ctrl.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -461,7 +461,7 @@ - + @@ -823,7 +823,7 @@ - + @@ -835,7 +835,7 @@ - + @@ -1690,7 +1690,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_ctrl-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_ctrl-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -423,7 +423,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_data_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_data_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_data_object.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_data_object.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -204,7 +204,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_data_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_data_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_data_object-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_data_object-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -82,7 +82,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_dialog.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_dialog.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -389,7 +389,7 @@ - + @@ -441,7 +441,7 @@ - + @@ -1075,7 +1075,7 @@ - + @@ -1090,7 +1090,7 @@ - + @@ -2017,7 +2017,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_dialog-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_dialog-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -492,7 +492,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_dir_picker_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_dir_picker_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_dir_picker_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_dir_picker_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -344,7 +344,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_dir_picker_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_dir_picker_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_dir_picker_event-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_dir_picker_event-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -114,7 +114,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_drop_target.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_drop_target.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_drop_target.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_drop_target.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -231,7 +231,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_drop_target-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_drop_target-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_drop_target-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_drop_target-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_history.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_history.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_history.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_history.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -583,7 +583,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_history-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_history-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_history-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_history-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -905,7 +905,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_input_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_input_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -303,7 +303,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_input_stream-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_input_stream-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_name.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_name.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_name.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_name.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -3786,7 +3786,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_name-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_name-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_name-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_name-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -179,7 +179,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_output_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_output_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -291,7 +291,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_output_stream-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_output_stream-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_picker_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_picker_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_picker_ctrl.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_picker_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -489,7 +489,7 @@ - + @@ -851,7 +851,7 @@ - + @@ -863,7 +863,7 @@ - + @@ -1445,7 +1445,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_picker_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_picker_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_picker_ctrl-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_picker_ctrl-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -438,7 +438,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -277,7 +277,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_stream-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_stream-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -112,7 +112,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system_handler.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system_handler.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -484,7 +484,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system_handler-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system_handler-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -524,7 +524,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system_watcher_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system_watcher_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system_watcher_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system_watcher_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -451,7 +451,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system_watcher_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system_watcher_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system_watcher_event-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system_watcher_event-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system_watcher.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system_watcher.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system_watcher.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system_watcher.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -552,7 +552,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system_watcher-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system_watcher-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_system_watcher-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_system_watcher-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -125,7 +125,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_translations_loader.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_translations_loader.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_translations_loader.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_translations_loader.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -124,7 +124,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_translations_loader-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_translations_loader-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_translations_loader-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_translations_loader-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_type_1_1_message_parameters.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_type_1_1_message_parameters.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_type_1_1_message_parameters.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_type_1_1_message_parameters.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -223,7 +223,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_type_1_1_message_parameters-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_type_1_1_message_parameters-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_type_1_1_message_parameters-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_type_1_1_message_parameters-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -70,7 +70,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_type.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_type.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_type.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_type.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -451,7 +451,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_type_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_type_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_type_info.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_type_info.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -513,7 +513,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_type_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_type_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_type_info-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_type_info-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_type-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_type-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_file_type-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_file_type-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_class_factory.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_class_factory.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_class_factory.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_class_factory.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -532,7 +532,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_class_factory-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_class_factory-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_class_factory-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_class_factory-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_f_s_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_f_s_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_f_s_handler.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_f_s_handler.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -210,7 +210,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_f_s_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_f_s_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_f_s_handler-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_f_s_handler-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_input_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_input_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -204,7 +204,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_input_stream-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_input_stream-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -88,7 +88,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_output_stream.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_output_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -192,7 +192,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_filter_output_stream-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_filter_output_stream-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_find_dialog_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_find_dialog_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_find_dialog_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_find_dialog_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -356,7 +356,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_find_dialog_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_find_dialog_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_find_dialog_event-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_find_dialog_event-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_find_replace_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_find_replace_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_find_replace_data.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_find_replace_data.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -283,7 +283,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_find_replace_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_find_replace_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_find_replace_data-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_find_replace_data-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_find_replace_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_find_replace_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_find_replace_dialog.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_find_replace_dialog.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -275,7 +275,7 @@ - + @@ -327,7 +327,7 @@ - + @@ -961,7 +961,7 @@ - + @@ -976,7 +976,7 @@ - + @@ -1453,7 +1453,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_find_replace_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_find_replace_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_find_replace_dialog-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_find_replace_dialog-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -477,7 +477,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_flex_grid_sizer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_flex_grid_sizer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_flex_grid_sizer.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_flex_grid_sizer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -105,6 +105,12 @@ + + + + + + @@ -698,6 +704,23 @@ + +
    +
    +

    Public Member Functions

     wxDatagramSocket (const wxSockAddress &addr, wxSocketFlags flags=wxSOCKET_NONE)
     wxDatagramSocket (const wxSockAddress &addr, wxSocketFlags flags=wxSOCKET_NONE)
     Constructor.
     
    virtual ~wxDatagramSocket ()
    wxSocketFlags flags = wxSOCKET_NONE flags = wxSOCKET_NONE 
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Gets the number of columns in this choice item.
     
    virtual int GetCurrentSelection () const
     Unlike wxControlWithItems::GetSelection() which only returns the accepted selection value, i.e.
     Unlike wxControlWithItems::GetSelection() which only returns the accepted selection value (the selection in the control once the user closes the dropdown list), this function returns the current selection.
     
    virtual void SetColumns (int n=1)
     Sets the number of columns in this choice item.
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    virtual wxStatusBarCreateStatusBar (int number=1, long style=wxSTB_DEFAULT_STYLE, wxWindowID id=0, const wxString &name=wxStatusBarNameStr)
     Creates a status bar at the bottom of the frame.
     
    virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)
    virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)
     Creates a toolbar at the top or left of the frame.
     
    virtual wxPoint GetClientAreaOrigin () const
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    virtual wxStatusBarCreateStatusBar (int number=1, long style=wxSTB_DEFAULT_STYLE, wxWindowID id=0, const wxString &name=wxStatusBarNameStr)
     Creates a status bar at the bottom of the frame.
     
    virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)
    virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)
     Creates a toolbar at the top or left of the frame.
     
    virtual wxPoint GetClientAreaOrigin () const
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    virtual wxStatusBarCreateStatusBar (int number=1, long style=wxSTB_DEFAULT_STYLE, wxWindowID id=0, const wxString &name=wxStatusBarNameStr)
     Creates a status bar at the bottom of the frame.
     
    virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)
    virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)
     Creates a toolbar at the top or left of the frame.
     
    virtual wxPoint GetClientAreaOrigin () const
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    virtual wxStatusBarCreateStatusBar (int number=1, long style=wxSTB_DEFAULT_STYLE, wxWindowID id=0, const wxString &name=wxStatusBarNameStr)
     Creates a status bar at the bottom of the frame.
     
    virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)
    virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)
     Creates a toolbar at the top or left of the frame.
     
    virtual wxPoint GetClientAreaOrigin () const
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    void SetNonFlexibleGrowMode (wxFlexSizerGrowMode mode)
     Specifies how the sizer should grow in the non-flexible direction if there is one (so SetFlexibleDirection() must have been called previously).
     
    const wxArrayIntGetRowHeights () const
     Returns a read-only array containing the heights of the rows in the sizer.
     
    const wxArrayIntGetColWidths () const
     Returns a read-only array containing the widths of the columns in the sizer.
     
    virtual void RecalcSizes ()
     This method is abstract and has to be overwritten by any derived class.
     
    + + + + + + +
    const wxArrayInt& wxFlexGridSizer::GetColWidths () const
    +
    + +

    Returns a read-only array containing the widths of the columns in the sizer.

    + +
    +
    @@ -747,6 +770,23 @@
    + +
    +
    + + + + + + + +
    const wxArrayInt& wxFlexGridSizer::GetRowHeights () const
    +
    + +

    Returns a read-only array containing the heights of the rows in the sizer.

    + +
    +
    @@ -894,7 +934,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_flex_grid_sizer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_flex_grid_sizer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_flex_grid_sizer-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_flex_grid_sizer-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -83,20 +83,22 @@ GetChildren() const wxSizer GetClassInfo() const wxObjectvirtual GetCols() const wxGridSizer - GetContainingWindow() const wxSizer - GetEffectiveColsCount() const wxGridSizer - GetEffectiveRowsCount() const wxGridSizer - GetFlexibleDirection() const wxFlexGridSizer - GetHGap() const wxGridSizer - GetItem(wxWindow *window, bool recursive=false)wxSizer - GetItem(wxSizer *sizer, bool recursive=false)wxSizer - GetItem(size_t index)wxSizer - GetItemById(int id, bool recursive=false)wxSizer - GetItemCount() const wxSizer - GetMinSize()wxSizer - GetNonFlexibleGrowMode() const wxFlexGridSizer - GetPosition() const wxSizer - GetRefData() const wxObject + GetColWidths() const wxFlexGridSizer + GetContainingWindow() const wxSizer + GetEffectiveColsCount() const wxGridSizer + GetEffectiveRowsCount() const wxGridSizer + GetFlexibleDirection() const wxFlexGridSizer + GetHGap() const wxGridSizer + GetItem(wxWindow *window, bool recursive=false)wxSizer + GetItem(wxSizer *sizer, bool recursive=false)wxSizer + GetItem(size_t index)wxSizer + GetItemById(int id, bool recursive=false)wxSizer + GetItemCount() const wxSizer + GetMinSize()wxSizer + GetNonFlexibleGrowMode() const wxFlexGridSizer + GetPosition() const wxSizer + GetRefData() const wxObject + GetRowHeights() const wxFlexGridSizer GetRows() const wxGridSizer GetSize() const wxSizer GetVGap() const wxGridSizer @@ -187,7 +189,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_floating_point_validator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_floating_point_validator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_floating_point_validator.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_floating_point_validator.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -457,7 +457,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_floating_point_validator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_floating_point_validator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_floating_point_validator-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_floating_point_validator-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -133,7 +133,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_focus_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_focus_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_focus_event.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_focus_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -273,7 +273,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_focus_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_focus_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_focus_event-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_focus_event-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_data.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_data.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -471,7 +471,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_data-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_data-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -92,7 +92,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_dialog.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_dialog.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -70,7 +70,7 @@

    Detailed Description

    This class represents the font chooser dialog.

    -
    Library:  wxCore
    Category:  Common Dialogs
    See Also
    overview_cmndlg_font, wxFontData, wxGetFontFromUser()
    +
    Library:  wxCore
    Category:  Common Dialogs
    See Also
    wxFontDialog Overview, wxFontData, wxGetFontFromUser()
    @@ -282,7 +282,7 @@ - + @@ -334,7 +334,7 @@ - + @@ -968,7 +968,7 @@ - + @@ -983,7 +983,7 @@ - + @@ -1497,7 +1497,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_dialog-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_dialog-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -479,7 +479,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_enumerator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_enumerator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_enumerator.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_enumerator.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -359,7 +359,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_enumerator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_enumerator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_enumerator-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_enumerator-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font.html 2013-12-28 09:32:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -2088,7 +2088,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_info.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_info.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -401,7 +401,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_info-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_info-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_list.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_list.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_list.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_list.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -158,7 +158,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_list-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_list-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_list-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_list-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_mapper.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_mapper.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_mapper.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_mapper.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -618,7 +618,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_mapper-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_mapper-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_mapper-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_mapper-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -77,7 +77,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ @@ -139,7 +139,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_picker_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_picker_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_picker_ctrl.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_picker_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -483,7 +483,7 @@ - + @@ -845,7 +845,7 @@ - + @@ -857,7 +857,7 @@ - + @@ -1395,7 +1395,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_picker_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_picker_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_picker_ctrl-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_picker_ctrl-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -437,7 +437,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_picker_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_picker_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_picker_event.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_picker_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -320,7 +320,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_picker_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_picker_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_font_picker_event-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_font_picker_event-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_frame.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_frame.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_frame.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_frame.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -141,7 +141,7 @@ - + @@ -260,7 +260,7 @@ - + @@ -315,7 +315,7 @@ - + @@ -949,7 +949,7 @@ - + @@ -964,7 +964,7 @@ - + @@ -1559,7 +1559,7 @@ - + @@ -2105,7 +2105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_frame-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_frame-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_frame-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_frame-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -455,7 +455,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_s_file.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_s_file.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_s_file.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_s_file.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -346,7 +346,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_s_file-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_s_file-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_s_file-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_s_file-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_s_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_s_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_s_input_stream.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_s_input_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -246,7 +246,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_s_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_s_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_s_input_stream-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_s_input_stream-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -94,7 +94,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_s_volume.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_s_volume.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_s_volume.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_s_volume.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -353,7 +353,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_s_volume-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_s_volume-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_s_volume-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_s_volume-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_t_p.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_t_p.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_t_p.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_t_p.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -257,7 +257,7 @@ - + @@ -1137,7 +1137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_t_p-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_t_p-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_f_t_p-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_f_t_p-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -164,7 +164,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_gauge.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_gauge.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_gauge.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_gauge.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -446,7 +446,7 @@ - + @@ -808,7 +808,7 @@ - + @@ -820,7 +820,7 @@ - + @@ -1550,7 +1550,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_gauge-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_gauge-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_gauge-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_gauge-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -421,7 +421,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_b_position.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_b_position.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_b_position.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_b_position.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -246,7 +246,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_b_position-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_b_position-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_b_position-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_b_position-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_b_sizer_item.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_b_sizer_item.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_b_sizer_item.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_b_sizer_item.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -712,7 +712,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_b_sizer_item-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_b_sizer_item-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_b_sizer_item-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_b_sizer_item-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -137,7 +137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_b_span.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_b_span.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_b_span.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_b_span.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -246,7 +246,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_b_span-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_b_span-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_b_span-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_b_span-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_c_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_c_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_c_d_c.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_c_d_c.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -711,7 +711,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_c_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_c_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_c_d_c-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_c_d_c-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -215,7 +215,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_d_i_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_d_i_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_d_i_object.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_d_i_object.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -159,7 +159,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_d_i_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_d_i_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_d_i_object-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_d_i_object-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -78,7 +78,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_about_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_about_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_about_dialog.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_about_dialog.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -346,7 +346,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_about_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_about_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_about_dialog-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_about_dialog-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_dir_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_dir_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_dir_ctrl.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_dir_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -492,7 +492,7 @@ - + @@ -854,7 +854,7 @@ - + @@ -866,7 +866,7 @@ - + @@ -2028,7 +2028,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_dir_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_dir_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_dir_ctrl-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_dir_ctrl-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -435,7 +435,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_progress_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_progress_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_progress_dialog.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_progress_dialog.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -307,7 +307,7 @@ - + @@ -359,7 +359,7 @@ - + @@ -993,7 +993,7 @@ - + @@ -1008,7 +1008,7 @@ - + @@ -1651,7 +1651,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_progress_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_progress_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_progress_dialog-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_progress_dialog-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -483,7 +483,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_validator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_validator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_validator.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_validator.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -648,7 +648,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_validator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_validator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_generic_validator-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_generic_validator-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -135,7 +135,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_l_canvas.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_l_canvas.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_l_canvas.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_l_canvas.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -366,7 +366,7 @@ - + @@ -731,7 +731,7 @@ - + @@ -746,7 +746,7 @@ - + @@ -1323,7 +1323,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_l_canvas-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_l_canvas-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_l_canvas-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_l_canvas-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -400,7 +400,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_l_context.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_l_context.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_l_context.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_l_context.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -212,7 +212,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_l_context-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_l_context-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_l_context-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_l_context-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_bitmap.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_bitmap.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_bitmap.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_bitmap.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -216,7 +216,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_bitmap-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_bitmap-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_bitmap-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_bitmap-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -82,7 +82,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_brush.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_brush.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_brush.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_brush.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_brush-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_brush-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_brush-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_brush-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_context.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_context.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_context.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_context.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -2728,7 +2728,8 @@

    Sets the interpolation quality, returns true if it is supported.

    -

    Not implemented in Cairo backend currently.

    +

    Not implemented in Cairo backend currently.

    +

    Notice that in wxWidgets 3.0 the default interpolation quality for GDI+-based implementation is wxINTERPOLATION_GOOD and not wxINTERPOLATION_DEFAULT (unlike under OS X with CoreGraphics-based implementation). This will be changed in wxWidgets 3.1 and later version, call this method explicitly instead of relying on the default value to ensure consistent behaviour across different platforms and versions.

    @@ -3081,7 +3082,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_context-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_context-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_context-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_context-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -158,7 +158,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_font.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_font.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_font.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_font.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_font-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_font-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_font-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_font-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stop.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stop.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stop.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stop.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -204,7 +204,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stop-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stop-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stop-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stop-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stops.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stops.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stops.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stops.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -288,7 +288,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stops-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stops-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stops-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_gradient_stops-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_matrix.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_matrix.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_matrix.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_matrix.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -646,7 +646,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_matrix-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_matrix-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_matrix-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_matrix-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_object.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_object.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -176,7 +176,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_object-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_object-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_path.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_path.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_path.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_path.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1138,7 +1138,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_path-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_path-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_path-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_path-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_pen.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_pen.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_pen.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_pen.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_pen-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_pen-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_pen-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_pen-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1007,7 +1007,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_graphics_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_graphics_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_bag_sizer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_bag_sizer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_bag_sizer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_bag_sizer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -198,6 +198,12 @@ + + + + + + @@ -1327,7 +1333,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_bag_sizer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_bag_sizer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_bag_sizer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_bag_sizer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -95,27 +95,29 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -214,7 +216,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -858,7 +858,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr_provider.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr_provider.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr_provider.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr_provider.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -431,7 +431,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr_provider-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr_provider-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr_provider-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_attr_provider-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -75,7 +75,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_editor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_editor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_editor.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_editor.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -135,6 +135,12 @@ + + + + + + @@ -195,7 +201,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_editor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_editor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_editor-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_editor-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -65,15 +65,17 @@ - - - - - - - - - + + + + + + + + + + + @@ -92,7 +94,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -156,7 +156,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_auto_wrap_string_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -78,7 +78,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_editor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_editor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_editor.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_editor.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -127,6 +127,12 @@ + + + + + + @@ -262,7 +268,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_editor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_editor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_editor-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_editor-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -65,16 +65,18 @@ - - - - - - - - - - + + + + + + + + + + + + @@ -91,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -151,7 +151,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_bool_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -77,7 +77,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_choice_editor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_choice_editor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_choice_editor.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_choice_editor.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -132,6 +132,12 @@ + + + + + + @@ -281,7 +287,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_choice_editor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_choice_editor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_choice_editor-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_choice_editor-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -65,15 +65,17 @@ - - - - - - - - - + + + + + + + + + + + @@ -91,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_coords.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_coords.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_coords.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_coords.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -320,7 +320,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_coords-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_coords-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_coords-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_coords-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_date_time_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_date_time_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_date_time_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_date_time_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -210,7 +210,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_date_time_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_date_time_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_date_time_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_date_time_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_editor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_editor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_editor.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_editor.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ @@ -124,6 +124,12 @@ + + + + + + @@ -452,6 +458,23 @@ + +
    +
    +

    Public Member Functions

    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    virtual wxStatusBarCreateStatusBar (int number=1, long style=wxSTB_DEFAULT_STYLE, wxWindowID id=0, const wxString &name=wxStatusBarNameStr)
     Creates a status bar at the bottom of the frame.
     
    virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)
    virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)
     Creates a toolbar at the top or left of the frame.
     
    virtual wxPoint GetClientAreaOrigin () const
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    virtual wxToolBar* wxFrame::CreateToolBar ( long style = wxTB_DEFAULT_STYLE, style = wxTB_DEFAULT_STYLE,
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Call wxProtocolLog::LogResponse() if we have a valid logger or do nothing otherwise.
     
    - Public Member Functions inherited from wxSocketClient
     wxSocketClient (wxSocketFlags flags=wxSOCKET_NONE)
     wxSocketClient (wxSocketFlags flags=wxSOCKET_NONE)
     Constructor.
     
    virtual ~wxSocketClient ()
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    void SetNonFlexibleGrowMode (wxFlexSizerGrowMode mode)
     Specifies how the sizer should grow in the non-flexible direction if there is one (so SetFlexibleDirection() must have been called previously).
     
    const wxArrayIntGetRowHeights () const
     Returns a read-only array containing the heights of the rows in the sizer.
     
    const wxArrayIntGetColWidths () const
     Returns a read-only array containing the widths of the columns in the sizer.
     
     wxFlexGridSizer (int cols, int vgap, int hgap)
     wxFlexGridSizer constructors.
     
    - Version: 3.0.0 + Version: 3.0.1
    GetChildren() const wxSizer
    GetClassInfo() const wxObjectvirtual
    GetCols() const wxGridSizer
    GetContainingWindow() const wxSizer
    GetEffectiveColsCount() const wxGridSizer
    GetEffectiveRowsCount() const wxGridSizer
    GetEmptyCellSize() const wxGridBagSizer
    GetFlexibleDirection() const wxFlexGridSizer
    GetHGap() const wxGridSizer
    GetItem(wxWindow *window, bool recursive=false)wxSizer
    GetItem(wxSizer *sizer, bool recursive=false)wxSizer
    GetItem(size_t index)wxSizer
    GetItemById(int id, bool recursive=false)wxSizer
    GetItemCount() const wxSizer
    GetItemPosition(wxWindow *window)wxGridBagSizer
    GetItemPosition(wxSizer *sizer)wxGridBagSizer
    GetItemPosition(size_t index)wxGridBagSizer
    GetItemSpan(wxWindow *window)wxGridBagSizer
    GetItemSpan(wxSizer *sizer)wxGridBagSizer
    GetItemSpan(size_t index)wxGridBagSizer
    GetMinSize()wxSizer
    GetNonFlexibleGrowMode() const wxFlexGridSizer
    GetPosition() const wxSizer
    GetRefData() const wxObject
    GetColWidths() const wxFlexGridSizer
    GetContainingWindow() const wxSizer
    GetEffectiveColsCount() const wxGridSizer
    GetEffectiveRowsCount() const wxGridSizer
    GetEmptyCellSize() const wxGridBagSizer
    GetFlexibleDirection() const wxFlexGridSizer
    GetHGap() const wxGridSizer
    GetItem(wxWindow *window, bool recursive=false)wxSizer
    GetItem(wxSizer *sizer, bool recursive=false)wxSizer
    GetItem(size_t index)wxSizer
    GetItemById(int id, bool recursive=false)wxSizer
    GetItemCount() const wxSizer
    GetItemPosition(wxWindow *window)wxGridBagSizer
    GetItemPosition(wxSizer *sizer)wxGridBagSizer
    GetItemPosition(size_t index)wxGridBagSizer
    GetItemSpan(wxWindow *window)wxGridBagSizer
    GetItemSpan(wxSizer *sizer)wxGridBagSizer
    GetItemSpan(size_t index)wxGridBagSizer
    GetMinSize()wxSizer
    GetNonFlexibleGrowMode() const wxFlexGridSizer
    GetPosition() const wxSizer
    GetRefData() const wxObject
    GetRowHeights() const wxFlexGridSizer
    GetRows() const wxGridSizer
    GetSize() const wxSizer
    GetVGap() const wxGridSizer
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    virtual wxString GetValue () const =0
     Returns the value currently in the editor control.
     
    wxControlGetControl () const
     Get the wxControl used by this editor.
     
    void SetControl (wxControl *control)
     Set the wxControl that will be used by this cell editor for editing the value.
     
    - Public Member Functions inherited from wxClientDataContainer
     wxClientDataContainer ()
     Default constructor.
    - Version: 3.0.0 + Version: 3.0.1
    EndEdit(int row, int col, const wxGrid *grid, const wxString &oldval, wxString *newval)=0wxGridCellEditorpure virtual
    GetClientData() const wxClientDataContainer
    GetClientObject() const wxClientDataContainer
    GetRefCount() const wxRefCounter
    GetValue() const =0wxGridCellEditorpure virtual
    HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual
    IncRef()wxRefCounter
    IsCreated()wxGridCellEditor
    PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual
    Reset()=0wxGridCellEditorpure virtual
    SetClientData(void *data)wxClientDataContainer
    SetClientObject(wxClientData *data)wxClientDataContainer
    GetControl() const wxGridCellEditor
    GetRefCount() const wxRefCounter
    GetValue() const =0wxGridCellEditorpure virtual
    HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual
    IncRef()wxRefCounter
    IsCreated()wxGridCellEditor
    PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual
    Reset()=0wxGridCellEditorpure virtual
    SetClientData(void *data)wxClientDataContainer
    SetClientObject(wxClientData *data)wxClientDataContainer
    SetControl(wxControl *control)wxGridCellEditor
    SetParameters(const wxString &params)wxGridCellTextEditorvirtual
    SetSize(const wxRect &rect)wxGridCellEditorvirtual
    SetValidator(const wxValidator &validator)wxGridCellTextEditorvirtual
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    virtual wxString GetValue () const =0
     Returns the value currently in the editor control.
     
    wxControlGetControl () const
     Get the wxControl used by this editor.
     
    void SetControl (wxControl *control)
     Set the wxControl that will be used by this cell editor for editing the value.
     
    - Public Member Functions inherited from wxClientDataContainer
     wxClientDataContainer ()
     Default constructor.
    - Version: 3.0.0 + Version: 3.0.1
    EndEdit(int row, int col, const wxGrid *grid, const wxString &oldval, wxString *newval)=0wxGridCellEditorpure virtual
    GetClientData() const wxClientDataContainer
    GetClientObject() const wxClientDataContainer
    GetRefCount() const wxRefCounter
    GetValue() const =0wxGridCellEditorpure virtual
    HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual
    IncRef()wxRefCounter
    IsCreated()wxGridCellEditor
    IsTrueValue(const wxString &value)wxGridCellBoolEditorstatic
    PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual
    Reset()=0wxGridCellEditorpure virtual
    SetClientData(void *data)wxClientDataContainer
    SetClientObject(wxClientData *data)wxClientDataContainer
    GetControl() const wxGridCellEditor
    GetRefCount() const wxRefCounter
    GetValue() const =0wxGridCellEditorpure virtual
    HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual
    IncRef()wxRefCounter
    IsCreated()wxGridCellEditor
    IsTrueValue(const wxString &value)wxGridCellBoolEditorstatic
    PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual
    Reset()=0wxGridCellEditorpure virtual
    SetClientData(void *data)wxClientDataContainer
    SetClientObject(wxClientData *data)wxClientDataContainer
    SetControl(wxControl *control)wxGridCellEditor
    SetSize(const wxRect &rect)wxGridCellEditorvirtual
    Show(bool show, wxGridCellAttr *attr=NULL)wxGridCellEditorvirtual
    StartingClick()wxGridCellEditorvirtual
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    virtual wxString GetValue () const =0
     Returns the value currently in the editor control.
     
    wxControlGetControl () const
     Get the wxControl used by this editor.
     
    void SetControl (wxControl *control)
     Set the wxControl that will be used by this cell editor for editing the value.
     
    - Public Member Functions inherited from wxClientDataContainer
     wxClientDataContainer ()
     Default constructor.
    - Version: 3.0.0 + Version: 3.0.1
    EndEdit(int row, int col, const wxGrid *grid, const wxString &oldval, wxString *newval)=0wxGridCellEditorpure virtual
    GetClientData() const wxClientDataContainer
    GetClientObject() const wxClientDataContainer
    GetRefCount() const wxRefCounter
    GetValue() const =0wxGridCellEditorpure virtual
    HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual
    IncRef()wxRefCounter
    IsCreated()wxGridCellEditor
    PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual
    Reset()=0wxGridCellEditorpure virtual
    SetClientData(void *data)wxClientDataContainer
    SetClientObject(wxClientData *data)wxClientDataContainer
    GetControl() const wxGridCellEditor
    GetRefCount() const wxRefCounter
    GetValue() const =0wxGridCellEditorpure virtual
    HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual
    IncRef()wxRefCounter
    IsCreated()wxGridCellEditor
    PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual
    Reset()=0wxGridCellEditorpure virtual
    SetClientData(void *data)wxClientDataContainer
    SetClientObject(wxClientData *data)wxClientDataContainer
    SetControl(wxControl *control)wxGridCellEditor
    SetParameters(const wxString &params)wxGridCellChoiceEditorvirtual
    SetSize(const wxRect &rect)wxGridCellEditorvirtual
    Show(bool show, wxGridCellAttr *attr=NULL)wxGridCellEditorvirtual
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    virtual wxString GetValue () const =0
     Returns the value currently in the editor control.
     
    wxControlGetControl () const
     Get the wxControl used by this editor.
     
    void SetControl (wxControl *control)
     Set the wxControl that will be used by this cell editor for editing the value.
     
    - Public Member Functions inherited from wxClientDataContainer
     wxClientDataContainer ()
     Default constructor.
    + + + + + + +
    wxControl* wxGridCellEditor::GetControl () const
    +
    + +

    Get the wxControl used by this editor.

    + +
    +
    @@ -587,6 +610,24 @@
    + +
    +
    + + + + + + + + +
    void wxGridCellEditor::SetControl (wxControlcontrol)
    +
    + +

    Set the wxControl that will be used by this cell editor for editing the value.

    + +
    +
    @@ -704,7 +745,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_editor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_editor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_editor-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_editor-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,15 +65,17 @@ EndEdit(int row, int col, const wxGrid *grid, const wxString &oldval, wxString *newval)=0wxGridCellEditorpure virtual GetClientData() const wxClientDataContainer GetClientObject() const wxClientDataContainer - GetRefCount() const wxRefCounter - GetValue() const =0wxGridCellEditorpure virtual - HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual - IncRef()wxRefCounter - IsCreated()wxGridCellEditor - PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual - Reset()=0wxGridCellEditorpure virtual - SetClientData(void *data)wxClientDataContainer - SetClientObject(wxClientData *data)wxClientDataContainer + GetControl() const wxGridCellEditor + GetRefCount() const wxRefCounter + GetValue() const =0wxGridCellEditorpure virtual + HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual + IncRef()wxRefCounter + IsCreated()wxGridCellEditor + PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual + Reset()=0wxGridCellEditorpure virtual + SetClientData(void *data)wxClientDataContainer + SetClientObject(wxClientData *data)wxClientDataContainer + SetControl(wxControl *control)wxGridCellEditor SetSize(const wxRect &rect)wxGridCellEditorvirtual Show(bool show, wxGridCellAttr *attr=NULL)wxGridCellEditorvirtual StartingClick()wxGridCellEditorvirtual @@ -88,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_editor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_editor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_editor.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_editor.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -137,6 +137,12 @@ virtual wxString GetValue () const =0  Returns the value currently in the editor control.
      +wxControlGetControl () const + Get the wxControl used by this editor.
    +  +void SetControl (wxControl *control) + Set the wxControl that will be used by this cell editor for editing the value.
    - Public Member Functions inherited from wxClientDataContainer  wxClientDataContainer ()  Default constructor.
    @@ -206,7 +212,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_editor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_editor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_editor-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_editor-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,15 +65,17 @@ EndEdit(int row, int col, const wxGrid *grid, const wxString &oldval, wxString *newval)=0wxGridCellEditorpure virtual GetClientData() const wxClientDataContainer GetClientObject() const wxClientDataContainer - GetRefCount() const wxRefCounter - GetValue() const =0wxGridCellEditorpure virtual - HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual - IncRef()wxRefCounter - IsCreated()wxGridCellEditor - PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual - Reset()=0wxGridCellEditorpure virtual - SetClientData(void *data)wxClientDataContainer - SetClientObject(wxClientData *data)wxClientDataContainer + GetControl() const wxGridCellEditor + GetRefCount() const wxRefCounter + GetValue() const =0wxGridCellEditorpure virtual + HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual + IncRef()wxRefCounter + IsCreated()wxGridCellEditor + PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual + Reset()=0wxGridCellEditorpure virtual + SetClientData(void *data)wxClientDataContainer + SetClientObject(wxClientData *data)wxClientDataContainer + SetControl(wxControl *control)wxGridCellEditor SetParameters(const wxString &params)wxGridCellChoiceEditorvirtual SetSize(const wxRect &rect)wxGridCellEditorvirtual Show(bool show, wxGridCellAttr *attr=NULL)wxGridCellEditorvirtual @@ -92,7 +94,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -199,7 +199,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_enum_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_editor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_editor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_editor.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_editor.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -136,6 +136,12 @@ virtual wxString GetValue () const =0  Returns the value currently in the editor control.
      +wxControlGetControl () const + Get the wxControl used by this editor.
    +  +void SetControl (wxControl *control) + Set the wxControl that will be used by this cell editor for editing the value.
    - Public Member Functions inherited from wxClientDataContainer  wxClientDataContainer ()  Default constructor.
    @@ -252,7 +258,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_editor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_editor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_editor-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_editor-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,15 +65,17 @@ EndEdit(int row, int col, const wxGrid *grid, const wxString &oldval, wxString *newval)=0wxGridCellEditorpure virtual GetClientData() const wxClientDataContainer GetClientObject() const wxClientDataContainer - GetRefCount() const wxRefCounter - GetValue() const =0wxGridCellEditorpure virtual - HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual - IncRef()wxRefCounter - IsCreated()wxGridCellEditor - PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual - Reset()=0wxGridCellEditorpure virtual - SetClientData(void *data)wxClientDataContainer - SetClientObject(wxClientData *data)wxClientDataContainer + GetControl() const wxGridCellEditor + GetRefCount() const wxRefCounter + GetValue() const =0wxGridCellEditorpure virtual + HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual + IncRef()wxRefCounter + IsCreated()wxGridCellEditor + PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual + Reset()=0wxGridCellEditorpure virtual + SetClientData(void *data)wxClientDataContainer + SetClientObject(wxClientData *data)wxClientDataContainer + SetControl(wxControl *control)wxGridCellEditor SetParameters(const wxString &params)wxGridCellFloatEditorvirtual SetSize(const wxRect &rect)wxGridCellEditorvirtual SetValidator(const wxValidator &validator)wxGridCellTextEditorvirtual @@ -92,7 +94,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -342,7 +342,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_float_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -85,7 +85,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_editor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_editor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_editor.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_editor.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -137,6 +137,12 @@ virtual wxString GetValue () const =0  Returns the value currently in the editor control.
      +wxControlGetControl () const + Get the wxControl used by this editor.
    +  +void SetControl (wxControl *control) + Set the wxControl that will be used by this cell editor for editing the value.
    - Public Member Functions inherited from wxClientDataContainer  wxClientDataContainer ()  Default constructor.
    @@ -292,7 +298,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_editor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_editor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_editor-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_editor-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,17 +65,19 @@ EndEdit(int row, int col, const wxGrid *grid, const wxString &oldval, wxString *newval)=0wxGridCellEditorpure virtual GetClientData() const wxClientDataContainer GetClientObject() const wxClientDataContainer - GetRefCount() const wxRefCounter - GetString() const wxGridCellNumberEditorprotected - GetValue() const =0wxGridCellEditorpure virtual - HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual - HasRange() const wxGridCellNumberEditorprotected - IncRef()wxRefCounter - IsCreated()wxGridCellEditor - PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual - Reset()=0wxGridCellEditorpure virtual - SetClientData(void *data)wxClientDataContainer - SetClientObject(wxClientData *data)wxClientDataContainer + GetControl() const wxGridCellEditor + GetRefCount() const wxRefCounter + GetString() const wxGridCellNumberEditorprotected + GetValue() const =0wxGridCellEditorpure virtual + HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual + HasRange() const wxGridCellNumberEditorprotected + IncRef()wxRefCounter + IsCreated()wxGridCellEditor + PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual + Reset()=0wxGridCellEditorpure virtual + SetClientData(void *data)wxClientDataContainer + SetClientObject(wxClientData *data)wxClientDataContainer + SetControl(wxControl *control)wxGridCellEditor SetParameters(const wxString &params)wxGridCellNumberEditorvirtual SetSize(const wxRect &rect)wxGridCellEditorvirtual SetValidator(const wxValidator &validator)wxGridCellTextEditorvirtual @@ -94,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -155,7 +155,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_number_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -78,7 +78,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -322,7 +322,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -76,7 +76,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_string_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_string_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_string_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_string_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -151,7 +151,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_string_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_string_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_string_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_string_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -77,7 +77,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_text_editor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_text_editor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_text_editor.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_text_editor.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -132,6 +132,12 @@ virtual wxString GetValue () const =0  Returns the value currently in the editor control.
      +wxControlGetControl () const + Get the wxControl used by this editor.
    +  +void SetControl (wxControl *control) + Set the wxControl that will be used by this cell editor for editing the value.
    - Public Member Functions inherited from wxClientDataContainer  wxClientDataContainer ()  Default constructor.
    @@ -265,7 +271,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_text_editor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_text_editor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_cell_text_editor-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_cell_text_editor-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,15 +65,17 @@ EndEdit(int row, int col, const wxGrid *grid, const wxString &oldval, wxString *newval)=0wxGridCellEditorpure virtual GetClientData() const wxClientDataContainer GetClientObject() const wxClientDataContainer - GetRefCount() const wxRefCounter - GetValue() const =0wxGridCellEditorpure virtual - HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual - IncRef()wxRefCounter - IsCreated()wxGridCellEditor - PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual - Reset()=0wxGridCellEditorpure virtual - SetClientData(void *data)wxClientDataContainer - SetClientObject(wxClientData *data)wxClientDataContainer + GetControl() const wxGridCellEditor + GetRefCount() const wxRefCounter + GetValue() const =0wxGridCellEditorpure virtual + HandleReturn(wxKeyEvent &event)wxGridCellEditorvirtual + IncRef()wxRefCounter + IsCreated()wxGridCellEditor + PaintBackground(wxDC &dc, const wxRect &rectCell, wxGridCellAttr &attr)wxGridCellEditorvirtual + Reset()=0wxGridCellEditorpure virtual + SetClientData(void *data)wxClientDataContainer + SetClientObject(wxClientData *data)wxClientDataContainer + SetControl(wxControl *control)wxGridCellEditor SetParameters(const wxString &params)wxGridCellTextEditorvirtual SetSize(const wxRect &rect)wxGridCellEditorvirtual SetValidator(const wxValidator &validator)wxGridCellTextEditorvirtual @@ -91,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer_default.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer_default.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer_default.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer_default.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -127,7 +127,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer_default-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer_default-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer_default-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer_default-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -85,7 +85,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_column_header_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer_default.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer_default.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer_default.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer_default.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -127,7 +127,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer_default-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer_default-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer_default-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer_default-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -61,7 +61,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -137,7 +137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_corner_header_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -61,7 +61,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_editor_created_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_editor_created_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_editor_created_event.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_editor_created_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -439,7 +439,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_editor_created_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_editor_created_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_editor_created_event-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_editor_created_event-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_event.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -541,7 +541,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_event-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_event-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -124,7 +124,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_header_labels_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_header_labels_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_header_labels_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_header_labels_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -155,7 +155,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_header_labels_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_header_labels_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_header_labels_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_header_labels_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -51,6 +51,7 @@
    @@ -129,6 +130,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2116,6 +2145,300 @@ + +
    +
    +

    Public Member Functions

    virtual void DrawCellHighlight (wxDC &dc, const wxGridCellAttr *attr)
     
    virtual void DrawRowLabels (wxDC &dc, const wxArrayInt &rows)
     
    virtual void DrawRowLabel (wxDC &dc, int row)
     
    virtual void DrawColLabels (wxDC &dc, const wxArrayInt &cols)
     
    virtual void DrawColLabel (wxDC &dc, int col)
     
    virtual void DrawCornerLabel (wxDC &dc)
     
    void DrawTextRectangle (wxDC &dc, const wxString &text, const wxRect &rect, int horizontalAlignment=wxALIGN_LEFT, int verticalAlignment=wxALIGN_TOP, int textOrientation=wxHORIZONTAL) const
     
    void DrawTextRectangle (wxDC &dc, const wxArrayString &lines, const wxRect &rect, int horizontalAlignment=wxALIGN_LEFT, int verticalAlignment=wxALIGN_TOP, int textOrientation=wxHORIZONTAL) const
     
    wxColour GetCellHighlightColour () const
     
    int GetCellHighlightPenWidth () const
     
    int GetCellHighlightROPenWidth () const
     
    void SetCellHighlightColour (const wxColour &)
     
    void SetCellHighlightPenWidth (int width)
     
    void SetCellHighlightROPenWidth (int width)
     
    Constructors and Initialization
     wxGrid ()
     Default constructor.
    + + + + +
    + + + + + + + + + + + + + + + + + + +
    virtual void wxGrid::DrawCellHighlight (wxDCdc,
    const wxGridCellAttrattr 
    )
    +
    +virtual
    +
    + +
    +
    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    virtual void wxGrid::DrawColLabel (wxDCdc,
    int col 
    )
    +
    +virtual
    +
    + +
    +
    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    virtual void wxGrid::DrawColLabels (wxDCdc,
    const wxArrayIntcols 
    )
    +
    +virtual
    +
    + +
    +
    + +
    +
    + + + + + +
    + + + + + + + + +
    virtual void wxGrid::DrawCornerLabel (wxDCdc)
    +
    +virtual
    +
    + +
    +
    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    virtual void wxGrid::DrawRowLabel (wxDCdc,
    int row 
    )
    +
    +virtual
    +
    + +
    +
    + +
    +
    + + + + + +
    + + + + + + + + + + + + + + + + + + +
    virtual void wxGrid::DrawRowLabels (wxDCdc,
    const wxArrayIntrows 
    )
    +
    +virtual
    +
    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    void wxGrid::DrawTextRectangle (wxDCdc,
    const wxStringtext,
    const wxRectrect,
    int horizontalAlignment = wxALIGN_LEFT,
    int verticalAlignment = wxALIGN_TOP,
    int textOrientation = wxHORIZONTAL 
    ) const
    +
    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    void wxGrid::DrawTextRectangle (wxDCdc,
    const wxArrayStringlines,
    const wxRectrect,
    int horizontalAlignment = wxALIGN_LEFT,
    int verticalAlignment = wxALIGN_TOP,
    int textOrientation = wxHORIZONTAL 
    ) const
    +
    + +
    +
    @@ -2473,6 +2796,51 @@
    + +
    +
    + + + + + + + +
    wxColour wxGrid::GetCellHighlightColour () const
    +
    + +
    +
    + +
    +
    + + + + + + + +
    int wxGrid::GetCellHighlightPenWidth () const
    +
    + +
    +
    + +
    +
    + + + + + + + +
    int wxGrid::GetCellHighlightROPenWidth () const
    +
    + +
    +
    @@ -5337,6 +5705,54 @@
    + +
    +
    + + + + + + + + +
    void wxGrid::SetCellHighlightColour (const wxColour)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxGrid::SetCellHighlightPenWidth (int width)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxGrid::SetCellHighlightROPenWidth (int width)
    +
    + +
    +
    @@ -7080,7 +7496,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -107,6 +107,14 @@ DisableKeyboardScrolling()wxScrolled< T > DisableRowResize(int row)wxGrid DoPrepareDC(wxDC &dc)wxScrolled< T > + DrawCellHighlight(wxDC &dc, const wxGridCellAttr *attr)wxGridvirtual + DrawColLabel(wxDC &dc, int col)wxGridvirtual + DrawColLabels(wxDC &dc, const wxArrayInt &cols)wxGridvirtual + DrawCornerLabel(wxDC &dc)wxGridvirtual + DrawRowLabel(wxDC &dc, int row)wxGridvirtual + DrawRowLabels(wxDC &dc, const wxArrayInt &rows)wxGridvirtual + DrawTextRectangle(wxDC &dc, const wxString &text, const wxRect &rect, int horizontalAlignment=wxALIGN_LEFT, int verticalAlignment=wxALIGN_TOP, int textOrientation=wxHORIZONTAL) const wxGrid + DrawTextRectangle(wxDC &dc, const wxArrayString &lines, const wxRect &rect, int horizontalAlignment=wxALIGN_LEFT, int verticalAlignment=wxALIGN_TOP, int textOrientation=wxHORIZONTAL) const wxGrid EnableCellEditControl(bool enable=true)wxGrid EnableDragCell(bool enable=true)wxGrid EnableDragColMove(bool enable=true)wxGrid @@ -124,146 +132,152 @@ GetCellBackgroundColour(int row, int col) const wxGrid GetCellEditor(int row, int col) const wxGrid GetCellFont(int row, int col) const wxGrid - GetCellOverflow(int row, int col) const wxGrid - GetCellRenderer(int row, int col) const wxGrid - GetCellSize(int row, int col, int *num_rows, int *num_cols) const wxGrid - GetCellSize(const wxGridCellCoords &coords)wxGrid - GetCellTextColour(int row, int col) const wxGrid - GetCellValue(int row, int col) const wxGrid - GetCellValue(const wxGridCellCoords &coords) const wxGrid - GetColAt(int colPos) const wxGrid - GetColGridLinePen(int col)wxGridvirtual - GetColLabelAlignment(int *horiz, int *vert) const wxGrid - GetColLabelSize() const wxGrid - GetColLabelTextOrientation() const wxGrid - GetColLabelValue(int col) const wxGrid - GetColLeft(int col) const wxGridprotected - GetColMinimalAcceptableWidth() const wxGrid - GetColMinimalWidth(int col) const wxGridprotected - GetColPos(int colID) const wxGrid - GetColRight(int col) const wxGridprotected - GetColSize(int col) const wxGrid - GetColSizes() const wxGrid - GetDefaultCellAlignment(int *horiz, int *vert) const wxGrid - GetDefaultCellBackgroundColour() const wxGrid - GetDefaultCellFont() const wxGrid - GetDefaultCellOverflow() const wxGrid - GetDefaultCellTextColour() const wxGrid - GetDefaultColLabelSize() const wxGrid - GetDefaultColSize() const wxGrid - GetDefaultEditor() const wxGrid - GetDefaultEditorForCell(int row, int col) const wxGridvirtual - GetDefaultEditorForCell(const wxGridCellCoords &c) const wxGrid - GetDefaultEditorForType(const wxString &typeName) const wxGridvirtual - GetDefaultGridLinePen()wxGridvirtual - GetDefaultRenderer() const wxGrid - GetDefaultRendererForCell(int row, int col) const wxGridvirtual - GetDefaultRendererForType(const wxString &typeName) const wxGridvirtual - GetDefaultRowLabelSize() const wxGrid - GetDefaultRowSize() const wxGrid - GetGridColHeader() const wxGrid - GetGridColLabelWindow() const wxGrid - GetGridCornerLabelWindow() const wxGrid - GetGridCursorCol() const wxGrid - GetGridCursorRow() const wxGrid - GetGridLineColour() const wxGrid - GetGridRowLabelWindow() const wxGrid - GetGridWindow() const wxGrid - GetLabelBackgroundColour() const wxGrid - GetLabelFont() const wxGrid - GetLabelTextColour() const wxGrid - GetNumberCols() const wxGrid - GetNumberRows() const wxGrid - GetOrCreateCellAttr(int row, int col) const wxGrid - GetRowGridLinePen(int row)wxGridvirtual - GetRowLabelAlignment(int *horiz, int *vert) const wxGrid - GetRowLabelSize() const wxGrid - GetRowLabelValue(int row) const wxGrid - GetRowMinimalAcceptableHeight() const wxGrid - GetRowMinimalHeight(int col) const wxGridprotected - GetRowSize(int row) const wxGrid - GetRowSizes() const wxGrid - GetScaleX() const wxScrolled< T > - GetScaleY() const wxScrolled< T > - GetScrollLines(int orient) const wxScrolled< T > - GetScrollLineX() const wxGrid - GetScrollLineY() const wxGrid - GetScrollPageSize(int orient) const wxScrolled< T > - GetScrollPixelsPerUnit(int *xUnit, int *yUnit) const wxScrolled< T > - GetSelectedCells() const wxGrid - GetSelectedCols() const wxGrid - GetSelectedRows() const wxGrid - GetSelectionBackground() const wxGrid - GetSelectionBlockBottomRight() const wxGrid - GetSelectionBlockTopLeft() const wxGrid - GetSelectionForeground() const wxGrid - GetSelectionMode() const wxGrid - GetSizeAvailableForScrollTarget(const wxSize &size)wxScrolled< T >protectedvirtual - GetSortingColumn() const wxGrid - GetTable() const wxGrid - GetTargetRect() const wxScrolled< T > - GetTargetWindow() const wxScrolled< T > - GetViewStart(int *x, int *y) const wxScrolled< T > - GetViewStart() const wxScrolled< T > - GetVirtualSize(int *x, int *y) const wxScrolled< T > - GoToCell(int row, int col)wxGrid - GoToCell(const wxGridCellCoords &coords)wxGrid - GridLinesEnabled() const wxGrid - HideCellEditControl()wxGrid - HideCol(int col)wxGrid - HideColLabels()wxGrid - HideRow(int col)wxGrid - HideRowLabels()wxGrid - InsertCols(int pos=0, int numCols=1, bool updateLabels=true)wxGrid - InsertRows(int pos=0, int numRows=1, bool updateLabels=true)wxGrid - IsAutoScrolling() const wxScrolled< T > - IsCellEditControlEnabled() const wxGrid - IsColShown(int col) const wxGrid - IsCurrentCellReadOnly() const wxGrid - IsEditable() const wxGrid - IsInSelection(int row, int col) const wxGrid - IsInSelection(const wxGridCellCoords &coords) const wxGrid - IsReadOnly(int row, int col) const wxGrid - IsRetained() const wxScrolled< T > - IsRowShown(int row) const wxGrid - IsSelection() const wxGrid - IsSortingBy(int col) const wxGrid - IsSortOrderAscending() const wxGrid - IsVisible(int row, int col, bool wholeCellVisible=true) const wxGrid - IsVisible(const wxGridCellCoords &coords, bool wholeCellVisible=true) const wxGrid - MakeCellVisible(int row, int col)wxGrid - MakeCellVisible(const wxGridCellCoords &coords)wxGrid - MoveCursorDown(bool expandSelection)wxGrid - MoveCursorDownBlock(bool expandSelection)wxGrid - MoveCursorLeft(bool expandSelection)wxGrid - MoveCursorLeftBlock(bool expandSelection)wxGrid - MoveCursorRight(bool expandSelection)wxGrid - MoveCursorRightBlock(bool expandSelection)wxGrid - MoveCursorUp(bool expandSelection)wxGrid - MoveCursorUpBlock(bool expandSelection)wxGrid - MovePageDown()wxGrid - MovePageUp()wxGrid - OnDraw(wxDC &dc)wxScrolled< T >virtual - PrepareDC(wxDC &dc)wxScrolled< T > - ProcessTableMessage(wxGridTableMessage &msg)wxGrid - RefreshAttr(int row, int col)wxGrid - RegisterDataType(const wxString &typeName, wxGridCellRenderer *renderer, wxGridCellEditor *editor)wxGrid - Render(wxDC &dc, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, const wxGridCellCoords &topLeft=wxGridCellCoords(-1,-1), const wxGridCellCoords &bottomRight=wxGridCellCoords(-1,-1), int style=wxGRID_DRAW_DEFAULT)wxGrid - ResetColPos()wxGrid - SaveEditControlValue()wxGrid - Scroll(int x, int y)wxScrolled< T > - Scroll(const wxPoint &pt)wxScrolled< T > - SelectAll()wxGrid - SelectBlock(int topRow, int leftCol, int bottomRow, int rightCol, bool addToSelected=false)wxGrid - SelectBlock(const wxGridCellCoords &topLeft, const wxGridCellCoords &bottomRight, bool addToSelected=false)wxGrid - SelectCol(int col, bool addToSelected=false)wxGrid - SelectRow(int row, bool addToSelected=false)wxGrid - SendAutoScrollEvents(wxScrollWinEvent &event) const wxScrolled< T >virtual - SetCellAlignment(int row, int col, int horiz, int vert)wxGrid - SetCellAlignment(int align, int row, int col)wxGrid - SetCellBackgroundColour(int row, int col, const wxColour &colour)wxGrid - SetCellEditor(int row, int col, wxGridCellEditor *editor)wxGrid - SetCellFont(int row, int col, const wxFont &font)wxGrid + GetCellHighlightColour() const wxGrid + GetCellHighlightPenWidth() const wxGrid + GetCellHighlightROPenWidth() const wxGrid + GetCellOverflow(int row, int col) const wxGrid + GetCellRenderer(int row, int col) const wxGrid + GetCellSize(int row, int col, int *num_rows, int *num_cols) const wxGrid + GetCellSize(const wxGridCellCoords &coords)wxGrid + GetCellTextColour(int row, int col) const wxGrid + GetCellValue(int row, int col) const wxGrid + GetCellValue(const wxGridCellCoords &coords) const wxGrid + GetColAt(int colPos) const wxGrid + GetColGridLinePen(int col)wxGridvirtual + GetColLabelAlignment(int *horiz, int *vert) const wxGrid + GetColLabelSize() const wxGrid + GetColLabelTextOrientation() const wxGrid + GetColLabelValue(int col) const wxGrid + GetColLeft(int col) const wxGridprotected + GetColMinimalAcceptableWidth() const wxGrid + GetColMinimalWidth(int col) const wxGridprotected + GetColPos(int colID) const wxGrid + GetColRight(int col) const wxGridprotected + GetColSize(int col) const wxGrid + GetColSizes() const wxGrid + GetDefaultCellAlignment(int *horiz, int *vert) const wxGrid + GetDefaultCellBackgroundColour() const wxGrid + GetDefaultCellFont() const wxGrid + GetDefaultCellOverflow() const wxGrid + GetDefaultCellTextColour() const wxGrid + GetDefaultColLabelSize() const wxGrid + GetDefaultColSize() const wxGrid + GetDefaultEditor() const wxGrid + GetDefaultEditorForCell(int row, int col) const wxGridvirtual + GetDefaultEditorForCell(const wxGridCellCoords &c) const wxGrid + GetDefaultEditorForType(const wxString &typeName) const wxGridvirtual + GetDefaultGridLinePen()wxGridvirtual + GetDefaultRenderer() const wxGrid + GetDefaultRendererForCell(int row, int col) const wxGridvirtual + GetDefaultRendererForType(const wxString &typeName) const wxGridvirtual + GetDefaultRowLabelSize() const wxGrid + GetDefaultRowSize() const wxGrid + GetGridColHeader() const wxGrid + GetGridColLabelWindow() const wxGrid + GetGridCornerLabelWindow() const wxGrid + GetGridCursorCol() const wxGrid + GetGridCursorRow() const wxGrid + GetGridLineColour() const wxGrid + GetGridRowLabelWindow() const wxGrid + GetGridWindow() const wxGrid + GetLabelBackgroundColour() const wxGrid + GetLabelFont() const wxGrid + GetLabelTextColour() const wxGrid + GetNumberCols() const wxGrid + GetNumberRows() const wxGrid + GetOrCreateCellAttr(int row, int col) const wxGrid + GetRowGridLinePen(int row)wxGridvirtual + GetRowLabelAlignment(int *horiz, int *vert) const wxGrid + GetRowLabelSize() const wxGrid + GetRowLabelValue(int row) const wxGrid + GetRowMinimalAcceptableHeight() const wxGrid + GetRowMinimalHeight(int col) const wxGridprotected + GetRowSize(int row) const wxGrid + GetRowSizes() const wxGrid + GetScaleX() const wxScrolled< T > + GetScaleY() const wxScrolled< T > + GetScrollLines(int orient) const wxScrolled< T > + GetScrollLineX() const wxGrid + GetScrollLineY() const wxGrid + GetScrollPageSize(int orient) const wxScrolled< T > + GetScrollPixelsPerUnit(int *xUnit, int *yUnit) const wxScrolled< T > + GetSelectedCells() const wxGrid + GetSelectedCols() const wxGrid + GetSelectedRows() const wxGrid + GetSelectionBackground() const wxGrid + GetSelectionBlockBottomRight() const wxGrid + GetSelectionBlockTopLeft() const wxGrid + GetSelectionForeground() const wxGrid + GetSelectionMode() const wxGrid + GetSizeAvailableForScrollTarget(const wxSize &size)wxScrolled< T >protectedvirtual + GetSortingColumn() const wxGrid + GetTable() const wxGrid + GetTargetRect() const wxScrolled< T > + GetTargetWindow() const wxScrolled< T > + GetViewStart(int *x, int *y) const wxScrolled< T > + GetViewStart() const wxScrolled< T > + GetVirtualSize(int *x, int *y) const wxScrolled< T > + GoToCell(int row, int col)wxGrid + GoToCell(const wxGridCellCoords &coords)wxGrid + GridLinesEnabled() const wxGrid + HideCellEditControl()wxGrid + HideCol(int col)wxGrid + HideColLabels()wxGrid + HideRow(int col)wxGrid + HideRowLabels()wxGrid + InsertCols(int pos=0, int numCols=1, bool updateLabels=true)wxGrid + InsertRows(int pos=0, int numRows=1, bool updateLabels=true)wxGrid + IsAutoScrolling() const wxScrolled< T > + IsCellEditControlEnabled() const wxGrid + IsColShown(int col) const wxGrid + IsCurrentCellReadOnly() const wxGrid + IsEditable() const wxGrid + IsInSelection(int row, int col) const wxGrid + IsInSelection(const wxGridCellCoords &coords) const wxGrid + IsReadOnly(int row, int col) const wxGrid + IsRetained() const wxScrolled< T > + IsRowShown(int row) const wxGrid + IsSelection() const wxGrid + IsSortingBy(int col) const wxGrid + IsSortOrderAscending() const wxGrid + IsVisible(int row, int col, bool wholeCellVisible=true) const wxGrid + IsVisible(const wxGridCellCoords &coords, bool wholeCellVisible=true) const wxGrid + MakeCellVisible(int row, int col)wxGrid + MakeCellVisible(const wxGridCellCoords &coords)wxGrid + MoveCursorDown(bool expandSelection)wxGrid + MoveCursorDownBlock(bool expandSelection)wxGrid + MoveCursorLeft(bool expandSelection)wxGrid + MoveCursorLeftBlock(bool expandSelection)wxGrid + MoveCursorRight(bool expandSelection)wxGrid + MoveCursorRightBlock(bool expandSelection)wxGrid + MoveCursorUp(bool expandSelection)wxGrid + MoveCursorUpBlock(bool expandSelection)wxGrid + MovePageDown()wxGrid + MovePageUp()wxGrid + OnDraw(wxDC &dc)wxScrolled< T >virtual + PrepareDC(wxDC &dc)wxScrolled< T > + ProcessTableMessage(wxGridTableMessage &msg)wxGrid + RefreshAttr(int row, int col)wxGrid + RegisterDataType(const wxString &typeName, wxGridCellRenderer *renderer, wxGridCellEditor *editor)wxGrid + Render(wxDC &dc, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, const wxGridCellCoords &topLeft=wxGridCellCoords(-1,-1), const wxGridCellCoords &bottomRight=wxGridCellCoords(-1,-1), int style=wxGRID_DRAW_DEFAULT)wxGrid + ResetColPos()wxGrid + SaveEditControlValue()wxGrid + Scroll(int x, int y)wxScrolled< T > + Scroll(const wxPoint &pt)wxScrolled< T > + SelectAll()wxGrid + SelectBlock(int topRow, int leftCol, int bottomRow, int rightCol, bool addToSelected=false)wxGrid + SelectBlock(const wxGridCellCoords &topLeft, const wxGridCellCoords &bottomRight, bool addToSelected=false)wxGrid + SelectCol(int col, bool addToSelected=false)wxGrid + SelectRow(int row, bool addToSelected=false)wxGrid + SendAutoScrollEvents(wxScrollWinEvent &event) const wxScrolled< T >virtual + SetCellAlignment(int row, int col, int horiz, int vert)wxGrid + SetCellAlignment(int align, int row, int col)wxGrid + SetCellBackgroundColour(int row, int col, const wxColour &colour)wxGrid + SetCellEditor(int row, int col, wxGridCellEditor *editor)wxGrid + SetCellFont(int row, int col, const wxFont &font)wxGrid + SetCellHighlightColour(const wxColour &)wxGrid + SetCellHighlightPenWidth(int width)wxGrid + SetCellHighlightROPenWidth(int width)wxGrid SetCellOverflow(int row, int col, bool allow)wxGrid SetCellRenderer(int row, int col, wxGridCellRenderer *renderer)wxGrid SetCellSize(int row, int col, int num_rows, int num_cols)wxGrid @@ -359,7 +373,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_range_select_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_range_select_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_range_select_event.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_range_select_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -555,7 +555,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_range_select_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_range_select_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_range_select_event-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_range_select_event-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -127,7 +127,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer_default.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer_default.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer_default.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer_default.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -128,7 +128,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer_default-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer_default-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer_default-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer_default-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -85,7 +85,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_row_header_renderer-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_size_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_size_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_size_event.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_size_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -459,7 +459,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_size_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_size_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_size_event-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_size_event-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -122,7 +122,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_sizer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_sizer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_sizer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_sizer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -822,7 +822,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_sizer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_sizer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_sizer-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_sizer-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -173,7 +173,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_sizes_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_sizes_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_sizes_info-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_sizes_info-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_string_table.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_string_table.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_string_table.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_string_table.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -834,7 +834,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_string_table-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_string_table-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_string_table-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_string_table-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_table_base.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_table_base.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_table_base.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_table_base.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1672,7 +1672,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_table_base-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_table_base-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_table_base-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_table_base-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_table_message.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_table_message.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_table_message.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_table_message.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -268,7 +268,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_table_message-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_table_message-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_table_message-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_table_message-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -70,7 +70,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_update_locker.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_update_locker.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_update_locker.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_update_locker.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -149,7 +149,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_update_locker-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_update_locker-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_grid_update_locker-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_grid_update_locker-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_u_i_event_loop.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_u_i_event_loop.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_u_i_event_loop.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_u_i_event_loop.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -184,7 +184,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_u_i_event_loop-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_u_i_event_loop-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_g_u_i_event_loop-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_g_u_i_event_loop-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -81,7 +81,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hash_map.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hash_map.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hash_map.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hash_map.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -548,7 +548,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hash_map-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hash_map-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hash_map-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hash_map-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -77,7 +77,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hash_set.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hash_set.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hash_set.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hash_set.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -206,10 +206,10 @@  
    iterator find (const key_type &key) const - If an element with the given key is present, the functions returns an iterator pointing at that element, otherwise an invalid iterator is returned; i.e.
    + If an element with the given key is present, the functions returns an iterator pointing at that element, otherwise an invalid iterator is returned.
      const_iterator find (const key_type &key) const - If an element with the given key is present, the functions returns an iterator pointing at that element, otherwise an invalid iterator is returned; i.e.
    + If an element with the given key is present, the functions returns an iterator pointing at that element, otherwise an invalid iterator is returned.
     

    Constructor & Destructor Documentation

    @@ -445,7 +445,8 @@
    -

    If an element with the given key is present, the functions returns an iterator pointing at that element, otherwise an invalid iterator is returned; i.e.

    +

    If an element with the given key is present, the functions returns an iterator pointing at that element, otherwise an invalid iterator is returned.

    +

    i.e.

    hashset.find( non_existent_key ) == hashset.end()
    @@ -464,7 +465,8 @@
    -

    If an element with the given key is present, the functions returns an iterator pointing at that element, otherwise an invalid iterator is returned; i.e.

    +

    If an element with the given key is present, the functions returns an iterator pointing at that element, otherwise an invalid iterator is returned.

    +

    i.e.

    hashset.find( non_existent_key ) == hashset.end()
    @@ -511,7 +513,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hash_set-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hash_set-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hash_set-members.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hash_set-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -76,7 +76,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hash_table.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hash_table.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hash_table.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hash_table.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -499,7 +499,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hash_table-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hash_table-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hash_table-members.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hash_table-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_column.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_column.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_column.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_column.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -485,7 +485,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_column-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_column-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_column-members.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_column-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_column_simple.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_column_simple.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_column_simple.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_column_simple.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -682,7 +682,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_column_simple-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_column_simple-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_column_simple-members.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_column_simple-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_ctrl_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_ctrl_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_ctrl_event.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_ctrl_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -412,7 +412,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_ctrl_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_ctrl_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_ctrl_event-members.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_ctrl_event-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -122,7 +122,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_ctrl.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -472,7 +472,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -834,7 +834,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -846,7 +846,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1921,7 +1921,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_ctrl-members.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_ctrl-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -428,7 +428,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_ctrl_simple.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_ctrl_simple.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_ctrl_simple.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_ctrl_simple.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -459,7 +459,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -821,7 +821,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -833,7 +833,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1438,7 +1438,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_ctrl_simple-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_ctrl_simple-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_header_ctrl_simple-members.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_header_ctrl_simple-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -438,7 +438,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_controller_base.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_controller_base.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_controller_base.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_controller_base.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -831,7 +831,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_controller_base-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_controller_base-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_controller_base-members.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_controller_base-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_controller_help_provider.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_controller_help_provider.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_controller_help_provider.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_controller_help_provider.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -156,7 +156,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_controller_help_provider-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_controller_help_provider-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_controller_help_provider-members.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_controller_help_provider-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_controller.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_controller.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_controller.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_controller.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -237,7 +237,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_controller-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_controller-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_controller-members.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_controller-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_event.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -418,7 +418,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_event-members.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_event-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -119,7 +119,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_provider.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_provider.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_provider.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_provider.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -399,7 +399,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_provider-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_provider-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_help_provider-members.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_help_provider-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_scrolled_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_scrolled_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_scrolled_window.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_scrolled_window.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -385,7 +385,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -750,7 +750,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -765,7 +765,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1339,7 +1339,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_scrolled_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_scrolled_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_scrolled_window-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_scrolled_window-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -434,7 +434,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_book_record.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_book_record.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_book_record.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_book_record.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -312,7 +312,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_book_record-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_book_record-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_book_record-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_book_record-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_cell_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_cell_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_cell_event.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_cell_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -373,7 +373,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_cell_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_cell_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_cell_event-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_cell_event-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_cell.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_cell.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_cell.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_cell.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -945,7 +945,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_cell-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_cell-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_cell-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_cell-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_colour_cell.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_colour_cell.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_colour_cell.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_colour_cell.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -251,7 +251,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_colour_cell-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_colour_cell-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_colour_cell-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_colour_cell-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_container_cell.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_container_cell.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_container_cell.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_container_cell.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -701,7 +701,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_container_cell-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_container_cell-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_container_cell-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_container_cell-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -117,7 +117,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_t_m_l_data_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_t_m_l_data_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_t_m_l_data_object.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_t_m_l_data_object.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -219,7 +219,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_t_m_l_data_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_t_m_l_data_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_t_m_l_data_object-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_t_m_l_data_object-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -82,7 +82,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_d_c_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_d_c_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_d_c_renderer.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_d_c_renderer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -486,7 +486,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_d_c_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_d_c_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_d_c_renderer-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_d_c_renderer-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_easy_printing.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_easy_printing.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_easy_printing.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_easy_printing.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -607,7 +607,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_easy_printing-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_easy_printing-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_easy_printing-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_easy_printing-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_filter.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_filter.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_filter.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_filter.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -228,7 +228,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_filter-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_filter-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_filter-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_filter-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_font_cell.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_font_cell.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_font_cell.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_font_cell.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -227,7 +227,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_font_cell-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_font_cell-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_font_cell-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_font_cell-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_controller.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_controller.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_controller.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_controller.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -832,7 +832,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_controller-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_controller-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_controller-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_controller-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_data.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_data.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -305,7 +305,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_data_item-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_data_item-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_data_item-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_data_item-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_data-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_data-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -85,7 +85,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_dialog.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_dialog.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -280,7 +280,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -332,7 +332,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -966,7 +966,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -981,7 +981,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1515,7 +1515,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_dialog-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_dialog-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -479,7 +479,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_frame.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_frame.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_frame.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_frame.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -113,7 +113,7 @@ virtual wxStatusBarCreateStatusBar (int number=1, long style=wxSTB_DEFAULT_STYLE, wxWindowID id=0, const wxString &name=wxStatusBarNameStr)  Creates a status bar at the bottom of the frame.
      -virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr) +virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)  Creates a toolbar at the top or left of the frame.
      virtual wxPoint GetClientAreaOrigin () const @@ -232,7 +232,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -287,7 +287,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -921,7 +921,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -936,7 +936,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1485,7 +1485,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_frame-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_frame-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_frame-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_frame-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -462,7 +462,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_window.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_window.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -402,7 +402,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -767,7 +767,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -782,7 +782,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1669,7 +1669,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_help_window-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_help_window-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -413,7 +413,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_link_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_link_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_link_event.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_link_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -292,7 +292,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_link_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_link_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_link_event-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_link_event-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -112,7 +112,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_link_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_link_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_link_info.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_link_info.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -272,7 +272,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_link_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_link_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_link_info-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_link_info-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_list_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_list_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_list_box.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_list_box.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -491,7 +491,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -856,7 +856,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -871,7 +871,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1633,7 +1633,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_list_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_list_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_list_box-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_list_box-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -473,7 +473,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_modal_help.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_modal_help.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_modal_help.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_modal_help.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -127,7 +127,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_modal_help-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_modal_help-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_modal_help-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_modal_help-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -61,7 +61,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_parser.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_parser.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_parser.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_parser.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -599,7 +599,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_parser-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_parser-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_parser-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_parser-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -77,7 +77,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_printout.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_printout.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_printout.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_printout.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -533,7 +533,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_printout-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_printout-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_printout-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_printout-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -116,7 +116,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_rendering_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_rendering_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_rendering_info.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_rendering_info.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -196,7 +196,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_rendering_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_rendering_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_rendering_info-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_rendering_info-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_rendering_state.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_rendering_state.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_rendering_state.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_rendering_state.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -229,7 +229,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_rendering_state-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_rendering_state-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_rendering_state-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_rendering_state-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_rendering_style.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_rendering_style.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_rendering_style.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_rendering_style.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -133,7 +133,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_rendering_style-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_rendering_style-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_rendering_style-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_rendering_style-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_selection.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_selection.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_selection.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_selection.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -342,7 +342,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_selection-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_selection-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_selection-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_selection-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_tag_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_tag_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_tag_handler.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_tag_handler.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -372,7 +372,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_tag_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_tag_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_tag_handler-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_tag_handler-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -85,7 +85,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_tag.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_tag.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_tag.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_tag.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -607,7 +607,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_tag-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_tag-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_tag-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_tag-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -75,7 +75,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_tags_module.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_tags_module.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_tags_module.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_tags_module.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -186,7 +186,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_tags_module-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_tags_module-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_tags_module-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_tags_module-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_widget_cell.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_widget_cell.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_widget_cell.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_widget_cell.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -249,7 +249,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_widget_cell-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_widget_cell-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_widget_cell-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_widget_cell-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_window.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_window.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1360,7 +1360,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_window_interface.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_window_interface.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_window_interface.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_window_interface.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -497,7 +497,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_window_interface-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_window_interface-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_window_interface-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_window_interface-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -76,7 +76,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_window-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_window-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -148,7 +148,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_win_parser.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_win_parser.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_win_parser.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_win_parser.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -973,7 +973,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_win_parser-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_win_parser-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_win_parser-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_win_parser-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -114,7 +114,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_win_tag_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_win_tag_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_win_tag_handler.html 2013-12-28 09:32:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_win_tag_handler.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -235,7 +235,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_win_tag_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_win_tag_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_win_tag_handler-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_win_tag_handler-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -88,7 +88,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_word_cell.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_word_cell.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_word_cell.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_word_cell.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -237,7 +237,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_word_cell-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_word_cell-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_word_cell-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_word_cell-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_word_with_tabs_cell.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_word_with_tabs_cell.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_word_with_tabs_cell.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_word_with_tabs_cell.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -252,7 +252,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_word_with_tabs_cell-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_word_with_tabs_cell-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_html_word_with_tabs_cell-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_html_word_with_tabs_cell-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -103,7 +103,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_t_t_p.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_t_t_p.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_t_t_p.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_t_t_p.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -156,7 +156,7 @@  Call wxProtocolLog::LogResponse() if we have a valid logger or do nothing otherwise.
      - Public Member Functions inherited from wxSocketClientwxSocketClient (wxSocketFlags flags=wxSOCKET_NONE) + wxSocketClient (wxSocketFlags flags=wxSOCKET_NONE)  Constructor.
      virtual ~wxSocketClient () @@ -762,7 +762,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_t_t_p-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_t_t_p-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_t_t_p-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_t_t_p-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -150,7 +150,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_v_scrolled_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_v_scrolled_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_v_scrolled_window.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_v_scrolled_window.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -385,7 +385,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -750,7 +750,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -765,7 +765,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1432,7 +1432,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_v_scrolled_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_v_scrolled_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_h_v_scrolled_window-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_h_v_scrolled_window-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -468,7 +468,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hyperlink_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hyperlink_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hyperlink_ctrl.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hyperlink_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -117,7 +117,7 @@  Returns the colour used to print the label of the hyperlink when the mouse is over the control.
      virtual wxColour GetNormalColour () const - Returns the colour used to print the label when the link has never been clicked before (i.e.
    + Returns the colour used to print the label when the link has never been clicked before (i.e. the link has not been visited) and the mouse is not over the control.
      virtual wxString GetURL () const  Returns the URL associated with the hyperlink.
    @@ -126,13 +126,13 @@  Returns true if the hyperlink has already been clicked by the user at least one time.
      virtual wxColour GetVisitedColour () const - Returns the colour used to print the label when the mouse is not over the control and the link has already been clicked before (i.e.
    + Returns the colour used to print the label when the mouse is not over the control and the link has already been clicked before (i.e. the link has been visited).
      virtual void SetHoverColour (const wxColour &colour)  Sets the colour used to print the label of the hyperlink when the mouse is over the control.
      virtual void SetNormalColour (const wxColour &colour) - Sets the colour used to print the label when the link has never been clicked before (i.e.
    + Sets the colour used to print the label when the link has never been clicked before (i.e. the link has not been visited) and the mouse is not over the control.
      virtual void SetURL (const wxString &url)  Sets the URL associated with the hyperlink.
    @@ -141,7 +141,7 @@  Marks the hyperlink as visited (see wxHyperlinkCtrl::SetVisitedColour).
      virtual void SetVisitedColour (const wxColour &colour) - Sets the colour used to print the label when the mouse is not over the control and the link has already been clicked before (i.e.
    + Sets the colour used to print the label when the mouse is not over the control and the link has already been clicked before (i.e. the link has been visited).
      - Public Member Functions inherited from wxControl  wxControl (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxControlNameStr) @@ -450,7 +450,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -812,7 +812,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -824,7 +824,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1364,8 +1364,7 @@
    -

    Returns the colour used to print the label when the link has never been clicked before (i.e.

    -

    the link has not been visited) and the mouse is not over the control.

    +

    Returns the colour used to print the label when the link has never been clicked before (i.e. the link has not been visited) and the mouse is not over the control.

    @@ -1440,8 +1439,7 @@
    -

    Returns the colour used to print the label when the mouse is not over the control and the link has already been clicked before (i.e.

    -

    the link has been visited).

    +

    Returns the colour used to print the label when the mouse is not over the control and the link has already been clicked before (i.e. the link has been visited).

    @@ -1493,8 +1491,7 @@
    -

    Sets the colour used to print the label when the link has never been clicked before (i.e.

    -

    the link has not been visited) and the mouse is not over the control.

    +

    Sets the colour used to print the label when the link has never been clicked before (i.e. the link has not been visited) and the mouse is not over the control.

    @@ -1572,8 +1569,7 @@
    -

    Sets the colour used to print the label when the mouse is not over the control and the link has already been clicked before (i.e.

    -

    the link has been visited).

    +

    Sets the colour used to print the label when the mouse is not over the control and the link has already been clicked before (i.e. the link has been visited).

    @@ -1581,7 +1577,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hyperlink_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hyperlink_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hyperlink_ctrl-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hyperlink_ctrl-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -420,7 +420,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hyperlink_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hyperlink_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hyperlink_event.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hyperlink_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -319,7 +319,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hyperlink_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hyperlink_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_hyperlink_event-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_hyperlink_event-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_icon_bundle.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_icon_bundle.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_icon_bundle.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_icon_bundle.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -76,16 +76,16 @@ - - - + +

    Public Types

    enum  {
    -  FALLBACK_NONE = 0, +
    enum  {
    +  FALLBACK_NONE = 0,
    -  FALLBACK_SYSTEM = 1, +  FALLBACK_SYSTEM = 1,
    -  FALLBACK_NEAREST_LARGER = 2 +  FALLBACK_NEAREST_LARGER = 2
    }
     The elements of this enum determine what happens if GetIcon() doesn't find the icon of exactly the requested size. More...
     
     The elements of this enum determine what happens if GetIcon() doesn't find the icon of exactly the requested size. More...
     
    @@ -116,10 +116,10 @@ - + - + @@ -200,7 +200,7 @@

    Public Member Functions

    void AddIcon (const wxIcon &icon)
     Adds the icon to the collection; if the collection already contains an icon with the same width and height, it is replaced by the new one.
     
    wxIcon GetIcon (const wxSize &size, int flags=FALLBACK_SYSTEM) const
    wxIcon GetIcon (const wxSize &size, int flags=FALLBACK_SYSTEM) const
     Returns the icon with the given size.
     
    wxIcon GetIcon (wxCoord size=wxDefaultCoord, int flags=FALLBACK_SYSTEM) const
    wxIcon GetIcon (wxCoord size=wxDefaultCoord, int flags=FALLBACK_SYSTEM) const
     Same as.
     
    wxIcon GetIconOfExactSize (const wxSize &size) const
     

    Member Enumeration Documentation

    - +
    @@ -213,14 +213,14 @@

    The elements of this enum determine what happens if GetIcon() doesn't find the icon of exactly the requested size.

    Since
    2.9.4
    Enumerator:
    - - -
    FALLBACK_NONE  +
    FALLBACK_NONE 

    Return invalid icon if exact size is not found.

    FALLBACK_SYSTEM  +
    FALLBACK_SYSTEM 

    Return the icon of the system icon size if exact size is not found.

    May be combined with other non-NONE enum elements to determine what happens if the system icon size is not found neither.

    FALLBACK_NEAREST_LARGER  +
    FALLBACK_NEAREST_LARGER 

    Return the icon of closest larger size or, if there is no icon of larger size in the bundle, the closest icon of smaller size.

    @@ -457,7 +457,7 @@ int  - flags = FALLBACK_SYSTEM  + flags = FALLBACK_SYSTEM  @@ -469,7 +469,7 @@

    Returns the icon with the given size.

    If size is wxDefaultSize, it is interpreted as the standard system icon size, i.e. the size returned by wxSystemSettings::GetMetric() for wxSYS_ICON_X and wxSYS_ICON_Y.

    -

    If the bundle contains an icon with exactly the requested size, it's always returned. Otherwise, the behaviour depends on the flags. If only wxIconBundle::FALLBACK_NONE is given, the function returns an invalid icon. If wxIconBundle::FALLBACK_SYSTEM is given, it tries to find the icon of standard system size, regardless of the size passed as parameter. Otherwise, or if the icon system size is not found neither, but wxIconBundle::FALLBACK_NEAREST_LARGER flag is specified, the function returns the smallest icon of the size larger than the requested one or, if this fails too, just the icon closest to the specified size.

    +

    If the bundle contains an icon with exactly the requested size, it's always returned. Otherwise, the behaviour depends on the flags. If only wxIconBundle::FALLBACK_NONE is given, the function returns an invalid icon. If wxIconBundle::FALLBACK_SYSTEM is given, it tries to find the icon of standard system size, regardless of the size passed as parameter. Otherwise, or if the icon system size is not found neither, but wxIconBundle::FALLBACK_NEAREST_LARGER flag is specified, the function returns the smallest icon of the size larger than the requested one or, if this fails too, just the icon closest to the specified size.

    The flags parameter is available only since wxWidgets 2.9.4.

    @@ -488,7 +488,7 @@ int  - flags = FALLBACK_SYSTEM  + flags = FALLBACK_SYSTEM  @@ -596,7 +596,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_icon_bundle-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_icon_bundle-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_icon_bundle-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_icon_bundle-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,9 +62,9 @@ AllocExclusive()wxObjectprotected CloneRefData(const wxObjectRefData *data) const wxObjectprotectedvirtual CreateRefData() const wxObjectprotectedvirtual - FALLBACK_NEAREST_LARGER enum valuewxIconBundle - FALLBACK_NONE enum valuewxIconBundle - FALLBACK_SYSTEM enum valuewxIconBundle + FALLBACK_NEAREST_LARGER enum valuewxIconBundle + FALLBACK_NONE enum valuewxIconBundle + FALLBACK_SYSTEM enum valuewxIconBundle GetClassInfo() const wxObjectvirtual GetIcon(const wxSize &size, int flags=FALLBACK_SYSTEM) const wxIconBundle GetIcon(wxCoord size=wxDefaultCoord, int flags=FALLBACK_SYSTEM) const wxIconBundle @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_icon.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_icon.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_icon.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_icon.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -699,7 +699,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_iconize_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_iconize_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_iconize_event.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_iconize_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -269,7 +269,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_iconize_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_iconize_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_iconize_event-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_iconize_event-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_icon_location.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_icon_location.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_icon_location.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_icon_location.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -128,7 +128,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_icon_location-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_icon_location-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_icon_location-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_icon_location-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_icon-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_icon-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_icon-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_icon-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_idle_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_idle_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_idle_event.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_idle_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -341,7 +341,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_idle_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_idle_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_idle_event-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_idle_event-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_id_manager.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_id_manager.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_id_manager.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_id_manager.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -157,7 +157,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_id_manager-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_id_manager-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_id_manager-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_id_manager-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_1_1_h_s_v_value.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_1_1_h_s_v_value.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_1_1_h_s_v_value.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_1_1_h_s_v_value.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -158,7 +158,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_1_1_h_s_v_value-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_1_1_h_s_v_value-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_1_1_h_s_v_value-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_1_1_h_s_v_value-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_1_1_r_g_b_value.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_1_1_r_g_b_value.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_1_1_r_g_b_value.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_1_1_r_g_b_value.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -158,7 +158,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_1_1_r_g_b_value-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_1_1_r_g_b_value-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_1_1_r_g_b_value-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_1_1_r_g_b_value-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_handler.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_handler.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -704,7 +704,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_handler-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_handler-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_histogram.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_histogram.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_histogram.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_histogram.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -192,7 +192,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_histogram-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_histogram-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_histogram-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_histogram-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -390,6 +390,9 @@ void SetPalette (const wxPalette &palette)  Associates a palette with the image.
      +void SetRGB (int x, int y, unsigned char r, unsigned char g, unsigned char b) + Set the color of the pixel at the given x and y coordinate.
    +  void SetRGB (const wxRect &rect, unsigned char red, unsigned char green, unsigned char blue)  Sets the colour of the pixels within the given rectangle.
      @@ -3912,6 +3915,52 @@
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    void wxImage::SetRGB (int x,
    int y,
    unsigned char r,
    unsigned char g,
    unsigned char b 
    )
    +
    + +

    Set the color of the pixel at the given x and y coordinate.

    + +
    +
    @@ -4034,7 +4083,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_list.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_list.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_list.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_list.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -700,7 +700,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_list-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_list-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image_list-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image_list-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -92,7 +92,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_image-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_image-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -160,32 +160,33 @@ SetOption(const wxString &name, int value)wxImage SetPalette(const wxPalette &palette)wxImage SetRefData(wxObjectRefData *data)wxObject - SetRGB(const wxRect &rect, unsigned char red, unsigned char green, unsigned char blue)wxImage - SetType(wxBitmapType type)wxImage - Size(const wxSize &size, const wxPoint &pos, int red=-1, int green=-1, int blue=-1) const wxImage - UnRef()wxObject - UnShare()wxObject - wxImage()wxImage - wxImage(int width, int height, bool clear=true)wxImage - wxImage(const wxSize &sz, bool clear=true)wxImage - wxImage(int width, int height, unsigned char *data, bool static_data=false)wxImage - wxImage(const wxSize &sz, unsigned char *data, bool static_data=false)wxImage - wxImage(int width, int height, unsigned char *data, unsigned char *alpha, bool static_data=false)wxImage - wxImage(const wxSize &sz, unsigned char *data, unsigned char *alpha, bool static_data=false)wxImage - wxImage(const char *const *xpmData)wxImage - wxImage(const wxString &name, wxBitmapType type=wxBITMAP_TYPE_ANY, int index=-1)wxImage - wxImage(const wxString &name, const wxString &mimetype, int index=-1)wxImage - wxImage(wxInputStream &stream, wxBitmapType type=wxBITMAP_TYPE_ANY, int index=-1)wxImage - wxImage(wxInputStream &stream, const wxString &mimetype, int index=-1)wxImage - wxObject()wxObject - wxObject(const wxObject &other)wxObject - ~wxImage()wxImagevirtual - ~wxObject()wxObjectvirtual + SetRGB(int x, int y, unsigned char r, unsigned char g, unsigned char b)wxImage + SetRGB(const wxRect &rect, unsigned char red, unsigned char green, unsigned char blue)wxImage + SetType(wxBitmapType type)wxImage + Size(const wxSize &size, const wxPoint &pos, int red=-1, int green=-1, int blue=-1) const wxImage + UnRef()wxObject + UnShare()wxObject + wxImage()wxImage + wxImage(int width, int height, bool clear=true)wxImage + wxImage(const wxSize &sz, bool clear=true)wxImage + wxImage(int width, int height, unsigned char *data, bool static_data=false)wxImage + wxImage(const wxSize &sz, unsigned char *data, bool static_data=false)wxImage + wxImage(int width, int height, unsigned char *data, unsigned char *alpha, bool static_data=false)wxImage + wxImage(const wxSize &sz, unsigned char *data, unsigned char *alpha, bool static_data=false)wxImage + wxImage(const char *const *xpmData)wxImage + wxImage(const wxString &name, wxBitmapType type=wxBITMAP_TYPE_ANY, int index=-1)wxImage + wxImage(const wxString &name, const wxString &mimetype, int index=-1)wxImage + wxImage(wxInputStream &stream, wxBitmapType type=wxBITMAP_TYPE_ANY, int index=-1)wxImage + wxImage(wxInputStream &stream, const wxString &mimetype, int index=-1)wxImage + wxObject()wxObject + wxObject(const wxObject &other)wxObject + ~wxImage()wxImagevirtual + ~wxObject()wxObjectvirtual
    diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_individual_layout_constraint.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_individual_layout_constraint.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_individual_layout_constraint.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_individual_layout_constraint.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -760,7 +760,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_individual_layout_constraint-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_individual_layout_constraint-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_individual_layout_constraint-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_individual_layout_constraint-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_info_bar.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_info_bar.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_info_bar.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_info_bar.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -452,7 +452,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -811,7 +811,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -823,7 +823,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1515,7 +1515,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_info_bar-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_info_bar-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_info_bar-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_info_bar-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -419,7 +419,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_init_dialog_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_init_dialog_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_init_dialog_event.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_init_dialog_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -221,7 +221,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_init_dialog_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_init_dialog_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_init_dialog_event-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_init_dialog_event-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_initializer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_initializer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_initializer.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_initializer.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -145,7 +145,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_initializer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_initializer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_initializer-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_initializer-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_input_stream.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_input_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -575,7 +575,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_input_stream-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_input_stream-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_integer_validator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_integer_validator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_integer_validator.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_integer_validator.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -388,7 +388,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_integer_validator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_integer_validator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_integer_validator-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_integer_validator-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -131,7 +131,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_internet_f_s_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_internet_f_s_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_internet_f_s_handler.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_internet_f_s_handler.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -185,7 +185,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_internet_f_s_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_internet_f_s_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_internet_f_s_handler-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_internet_f_s_handler-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -88,7 +88,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_i_paddress.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_i_paddress.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_i_paddress.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_i_paddress.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -397,7 +397,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_i_paddress-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_i_paddress-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_i_paddress-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_i_paddress-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_i_p_v4address.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_i_p_v4address.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_i_p_v4address.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_i_p_v4address.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -371,7 +371,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_i_p_v4address-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_i_p_v4address-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_i_p_v4address-members.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_i_p_v4address-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_item_container.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_item_container.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_item_container.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_item_container.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1406,7 +1406,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_item_container_immutable.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_item_container_immutable.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_item_container_immutable.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_item_container_immutable.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -467,7 +467,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_item_container_immutable-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_item_container_immutable-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_item_container_immutable-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_item_container_immutable-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_item_container-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_item_container-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_item_container-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_item_container-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_joystick_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_joystick_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_joystick_event.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_joystick_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -491,7 +491,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_joystick_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_joystick_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_joystick_event-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_joystick_event-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_joystick.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_joystick.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_joystick.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_joystick.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1081,7 +1081,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_joystick-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_joystick-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_joystick-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_joystick-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -121,7 +121,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_keyboard_state.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_keyboard_state.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_keyboard_state.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_keyboard_state.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -421,7 +421,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_keyboard_state-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_keyboard_state-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_keyboard_state-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_keyboard_state-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -75,7 +75,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_key_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_key_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_key_event.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_key_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -585,7 +585,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_key_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_key_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_key_event-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_key_event-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -123,7 +123,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_layout_algorithm.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_layout_algorithm.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_layout_algorithm.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_layout_algorithm.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -298,7 +298,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_layout_algorithm-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_layout_algorithm-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_layout_algorithm-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_layout_algorithm-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -82,7 +82,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_layout_constraints.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_layout_constraints.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_layout_constraints.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_layout_constraints.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -338,7 +338,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_layout_constraints-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_layout_constraints-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_layout_constraints-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_layout_constraints-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_3_01_t_01_4.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_3_01_t_01_4.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_3_01_t_01_4.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_3_01_t_01_4.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1445,7 +1445,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_3_01_t_01_4-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_3_01_t_01_4-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_3_01_t_01_4-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_3_01_t_01_4-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -114,7 +114,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_listbook.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_listbook.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_listbook.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_listbook.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -490,7 +490,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -852,7 +852,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -864,7 +864,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1368,7 +1368,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_listbook-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_listbook-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_listbook-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_listbook-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -439,7 +439,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_box.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_box.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -490,7 +490,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -852,7 +852,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -864,7 +864,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -2265,7 +2265,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_box-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_box-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -469,7 +469,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_ctrl.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -149,7 +149,7 @@ long AppendColumn (const wxString &heading, wxListColumnFormat format=wxLIST_FORMAT_LEFT, int width=-1)  Adds a new column to the list control in report view mode.
      -bool Arrange (int flag=wxLIST_ALIGN_DEFAULT) +bool Arrange (int flag=wxLIST_ALIGN_DEFAULT)  Arranges the items in icon or small icon view.
      void AssignImageList (wxImageList *imageList, int which) @@ -239,7 +239,7 @@ bool GetItemPosition (long item, wxPoint &pos) const  Returns the position of the item, in icon or small icon view.
      -bool GetItemRect (long item, wxRect &rect, int code=wxLIST_RECT_BOUNDS) const +bool GetItemRect (long item, wxRect &rect, int code=wxLIST_RECT_BOUNDS) const  Returns the rectangle representing the item's size and position, in physical coordinates.
      wxSize GetItemSpacing () const @@ -254,13 +254,13 @@ wxColour GetItemTextColour (long item) const  Returns the colour for this item.
      -long GetNextItem (long item, int geometry=wxLIST_NEXT_ALL, int state=wxLIST_STATE_DONTCARE) const +long GetNextItem (long item, int geometry=wxLIST_NEXT_ALL, int state=wxLIST_STATE_DONTCARE) const  Searches for an item with the given geometry or state, starting from item but excluding the item itself.
      int GetSelectedItemCount () const  Returns the number of selected items in the list control.
      -bool GetSubItemRect (long item, long subItem, wxRect &rect, int code=wxLIST_RECT_BOUNDS) const +bool GetSubItemRect (long item, long subItem, wxRect &rect, int code=wxLIST_RECT_BOUNDS) const  Returns the rectangle representing the size and position, in physical coordinates, of the given subitem, i.e.
      wxColour GetTextColour () const @@ -284,7 +284,7 @@ long InsertColumn (long col, const wxListItem &info)  For report view mode (only), inserts a column.
      -long InsertColumn (long col, const wxString &heading, int format=wxLIST_FORMAT_LEFT, int width=wxLIST_AUTOSIZE) +long InsertColumn (long col, const wxString &heading, int format=wxLIST_FORMAT_LEFT, int width=wxLIST_AUTOSIZE)  For report view mode (only), inserts a column.
      long InsertItem (wxListItem &info) @@ -684,7 +684,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -1040,7 +1040,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -1052,7 +1052,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1524,7 +1524,7 @@ bool wxListCtrl::Arrange ( int  - flag = wxLIST_ALIGN_DEFAULT) + flag = wxLIST_ALIGN_DEFAULT) @@ -2262,7 +2262,7 @@ int  - code = wxLIST_RECT_BOUNDS  + code = wxLIST_RECT_BOUNDS  @@ -2392,7 +2392,7 @@ int  - geometry = wxLIST_NEXT_ALL, + geometry = wxLIST_NEXT_ALL, @@ -2414,7 +2414,7 @@
    for ( ;; )
    {
    item = listctrl->GetNextItem(item,
    - +
    if ( item == -1 )
    break;
    @@ -2485,7 +2485,7 @@ int  - code = wxLIST_RECT_BOUNDS  + code = wxLIST_RECT_BOUNDS  @@ -2678,7 +2678,7 @@ int  - width = wxLIST_AUTOSIZE  + width = wxLIST_AUTOSIZE  @@ -3805,7 +3805,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_ctrl-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_ctrl-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -489,7 +489,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_event.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -567,7 +567,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_event-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_event-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -128,7 +128,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_item_attr.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_item_attr.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_item_attr.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_item_attr.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -312,7 +312,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_item_attr-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_item_attr-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_item_attr-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_item_attr-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_item.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_item.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_item.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_item.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -770,7 +770,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_item-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_item-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_item-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_item-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_view.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_view.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_view.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_view.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -134,7 +134,7 @@ long AppendColumn (const wxString &heading, wxListColumnFormat format=wxLIST_FORMAT_LEFT, int width=-1)  Adds a new column to the list control in report view mode.
      -bool Arrange (int flag=wxLIST_ALIGN_DEFAULT) +bool Arrange (int flag=wxLIST_ALIGN_DEFAULT)  Arranges the items in icon or small icon view.
      void AssignImageList (wxImageList *imageList, int which) @@ -224,7 +224,7 @@ bool GetItemPosition (long item, wxPoint &pos) const  Returns the position of the item, in icon or small icon view.
      -bool GetItemRect (long item, wxRect &rect, int code=wxLIST_RECT_BOUNDS) const +bool GetItemRect (long item, wxRect &rect, int code=wxLIST_RECT_BOUNDS) const  Returns the rectangle representing the item's size and position, in physical coordinates.
      wxSize GetItemSpacing () const @@ -239,13 +239,13 @@ wxColour GetItemTextColour (long item) const  Returns the colour for this item.
      -long GetNextItem (long item, int geometry=wxLIST_NEXT_ALL, int state=wxLIST_STATE_DONTCARE) const +long GetNextItem (long item, int geometry=wxLIST_NEXT_ALL, int state=wxLIST_STATE_DONTCARE) const  Searches for an item with the given geometry or state, starting from item but excluding the item itself.
      int GetSelectedItemCount () const  Returns the number of selected items in the list control.
      -bool GetSubItemRect (long item, long subItem, wxRect &rect, int code=wxLIST_RECT_BOUNDS) const +bool GetSubItemRect (long item, long subItem, wxRect &rect, int code=wxLIST_RECT_BOUNDS) const  Returns the rectangle representing the size and position, in physical coordinates, of the given subitem, i.e.
      wxColour GetTextColour () const @@ -269,7 +269,7 @@ long InsertColumn (long col, const wxListItem &info)  For report view mode (only), inserts a column.
      -long InsertColumn (long col, const wxString &heading, int format=wxLIST_FORMAT_LEFT, int width=wxLIST_AUTOSIZE) +long InsertColumn (long col, const wxString &heading, int format=wxLIST_FORMAT_LEFT, int width=wxLIST_AUTOSIZE)  For report view mode (only), inserts a column.
      long InsertItem (wxListItem &info) @@ -669,7 +669,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -1025,7 +1025,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -1037,7 +1037,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1657,7 +1657,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_view-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_view-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_list_view-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_list_view-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -500,7 +500,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_locale.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_locale.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_locale.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_locale.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1024,7 +1024,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_locale-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_locale-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_locale-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_locale-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_buffer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_buffer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_buffer.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_buffer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -249,7 +249,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_buffer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_buffer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_buffer-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_buffer-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_chain.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_chain.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_chain.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_chain.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -342,7 +342,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_chain-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_chain-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_chain-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_chain-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_formatter.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_formatter.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_formatter.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_formatter.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -207,7 +207,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_formatter-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_formatter-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_formatter-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_formatter-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_gui.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_gui.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_gui.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_gui.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -484,7 +484,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_gui-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_gui-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_gui-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_gui-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1115,7 +1115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_interposer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_interposer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_interposer.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_interposer.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -223,7 +223,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_interposer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_interposer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_interposer-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_interposer-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_interposer_temp.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_interposer_temp.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_interposer_temp.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_interposer_temp.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -222,7 +222,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_interposer_temp-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_interposer_temp-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_interposer_temp-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_interposer_temp-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_null.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_null.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_null.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_null.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -137,7 +137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_null-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_null-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_null-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_null-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_record_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_record_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_record_info.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_record_info.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -157,7 +157,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_record_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_record_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_record_info-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_record_info-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_stderr.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_stderr.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_stderr.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_stderr.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -202,7 +202,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_stderr-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_stderr-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_stderr-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_stderr-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -92,7 +92,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_stream.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_stream.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -202,7 +202,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_stream-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_stream-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -92,7 +92,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_text_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_text_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_text_ctrl.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_text_ctrl.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -202,7 +202,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_text_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_text_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_text_ctrl-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_text_ctrl-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -92,7 +92,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_window.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_window.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -361,7 +361,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_log_window-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_log_window-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_long_long.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_long_long.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_long_long.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_long_long.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -636,7 +636,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_long_long-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_long_long-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_long_long-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_long_long-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mask.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mask.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mask.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mask.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -391,7 +391,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mask-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mask-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mask-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mask-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_matrix2_d-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_matrix2_d-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_matrix2_d-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_matrix2_d-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_maximize_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_maximize_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_maximize_event.html 2013-12-28 09:33:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_maximize_event.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -222,7 +222,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_maximize_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_maximize_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_maximize_event-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_maximize_event-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -744,7 +744,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f16.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f16.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f16.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f16.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -139,7 +139,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f16-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f16-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f16-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f16-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f32.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f32.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f32.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f32.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -139,7 +139,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f32-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f32-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f32-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f32-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f7.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f7.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f7.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f7.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -141,7 +141,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f7-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f7-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f7-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f7-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f8.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f8.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f8.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f8.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -139,7 +139,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f8-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f8-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f8-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_b_conv_u_t_f8-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_d_i_child_frame.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_d_i_child_frame.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_d_i_child_frame.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_d_i_child_frame.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -123,7 +123,7 @@ virtual wxStatusBarCreateStatusBar (int number=1, long style=wxSTB_DEFAULT_STYLE, wxWindowID id=0, const wxString &name=wxStatusBarNameStr)  Creates a status bar at the bottom of the frame.
      -virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr) +virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)  Creates a toolbar at the top or left of the frame.
      virtual wxPoint GetClientAreaOrigin () const @@ -236,7 +236,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -291,7 +291,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -925,7 +925,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -940,7 +940,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1572,7 +1572,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_d_i_child_frame-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_d_i_child_frame-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_d_i_child_frame-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_d_i_child_frame-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -462,7 +462,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_d_i_client_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_d_i_client_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_d_i_client_window.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_d_i_client_window.html 2014-09-09 22:03:45.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -358,7 +358,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -723,7 +723,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -738,7 +738,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1153,7 +1153,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_d_i_client_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_d_i_client_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_d_i_client_window-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_d_i_client_window-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -396,7 +396,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_d_i_parent_frame.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_d_i_parent_frame.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_d_i_parent_frame.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_d_i_parent_frame.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -143,7 +143,7 @@ virtual wxStatusBarCreateStatusBar (int number=1, long style=wxSTB_DEFAULT_STYLE, wxWindowID id=0, const wxString &name=wxStatusBarNameStr)  Creates a status bar at the bottom of the frame.
      -virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr) +virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)  Creates a toolbar at the top or left of the frame.
      virtual wxPoint GetClientAreaOrigin () const @@ -262,7 +262,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -317,7 +317,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -951,7 +951,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -966,7 +966,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1775,7 +1775,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_d_i_parent_frame-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_d_i_parent_frame-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_m_d_i_parent_frame-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_m_d_i_parent_frame-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -469,7 +469,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_media_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_media_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_media_ctrl.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_media_ctrl.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -140,8 +140,8 @@ double GetPlaybackRate ()  Obtains the playback rate, or speed of the media.
      -wxMediaState GetState () - Obtains the state the playback of the media is in -.
    +wxMediaState GetState () + Obtains the state the playback of the media is in.
      double GetVolume ()  Gets the volume of the media from a 0.0 to 1.0 range.
    @@ -495,7 +495,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -857,7 +857,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -869,7 +869,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1436,7 +1436,7 @@
    - + @@ -1444,7 +1444,7 @@
    wxMediaState wxMediaCtrl::GetState wxMediaState wxMediaCtrl::GetState ( )
    -

    Obtains the state the playback of the media is in -.

    +

    Obtains the state the playback of the media is in.

    @@ -1768,7 +1768,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_media_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_media_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_media_ctrl-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_media_ctrl-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ @@ -427,7 +427,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_media_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_media_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_media_event.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_media_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -289,7 +289,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_media_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_media_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_media_event-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_media_event-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_buffer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_buffer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_buffer.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_buffer.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ @@ -443,7 +443,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_buffer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_buffer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_buffer-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_buffer-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ @@ -75,7 +75,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_d_c.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_d_c.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -648,7 +648,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_d_c-members.html 2013-12-28 09:31:21.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_d_c-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ @@ -211,7 +211,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_f_s_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_f_s_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_f_s_handler.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_f_s_handler.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -469,7 +469,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_f_s_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_f_s_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_f_s_handler-members.html 2013-12-28 09:31:21.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_f_s_handler-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_input_stream.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_input_stream.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -305,7 +305,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_input_stream-members.html 2013-12-28 09:31:21.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_input_stream-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_output_stream.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_output_stream.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -275,7 +275,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_memory_output_stream-members.html 2013-12-28 09:31:21.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_memory_output_stream-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu_bar.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu_bar.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu_bar.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu_bar.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -162,6 +162,9 @@ + + + @@ -444,7 +447,7 @@ - + @@ -806,7 +809,7 @@ - + @@ -821,7 +824,7 @@ - + @@ -2008,6 +2011,25 @@
    Availability:  only available for the wxOSX port.
    + +
    +
    +
    wxMEDIASTATE_STOPPED The movie has stopped.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    virtual void SetMenuLabel (size_t pos, const wxString &label)
     Sets the label of a top-level menu.
     
    wxMenuOSXGetAppleMenu () const
     Returns the Apple menu.
     
    wxFrameGetFrame () const
     
    bool IsAttached () const
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    + + + + + + +
    wxMenu* wxMenuBar::OSXGetAppleMenu () const
    +
    + +

    Returns the Apple menu.

    +

    This is the leftmost menu with application's name as its title. You shouldn't remove any items from it, but it is safe to insert extra menu items or submenus into it.

    +
    Availability:  only available for the wxOSX port.
    Since
    3.0.1
    + +
    +
    @@ -2285,7 +2307,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu_bar-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu_bar-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu_bar-members.html 2013-12-28 09:31:21.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu_bar-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -284,150 +284,151 @@ OnInternalIdle()wxWindowvirtual operator delete(void *buf)wxObject operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject - PageDown()wxWindow - PageUp()wxWindow - PopEventHandler(bool deleteHandler=false)wxWindow - PopupMenu(wxMenu *menu, const wxPoint &pos=wxDefaultPosition)wxWindow - PopupMenu(wxMenu *menu, int x, int y)wxWindow - PostSizeEvent()wxWindow - PostSizeEventToParent()wxWindow - ProcessEvent(wxEvent &event)wxWindowprotectedvirtual - ProcessEventLocally(wxEvent &event)wxEvtHandler - ProcessPendingEvents()wxWindowprotected - ProcessThreadEvent(const wxEvent &event)wxWindowprotected - ProcessWindowEvent(wxEvent &event)wxWindow - ProcessWindowEventLocally(wxEvent &event)wxWindow - PushEventHandler(wxEvtHandler *handler)wxWindow - QueueEvent(wxEvent *event)wxWindowprotectedvirtual - Raise()wxWindowvirtual - Ref(const wxObject &clone)wxObject - Refresh(bool eraseBackground=true, const wxRect *rect=NULL)wxMenuBarvirtual - RefreshRect(const wxRect &rect, bool eraseBackground=true)wxWindow - RegisterHotKey(int hotkeyId, int modifiers, int virtualKeyCode)wxWindowvirtual - ReleaseMouse()wxWindow - Remove(size_t pos)wxMenuBarvirtual - RemoveChild(wxWindow *child)wxWindowvirtual - RemoveEventHandler(wxEvtHandler *handler)wxWindow - RemoveFilter(wxEventFilter *filter)wxEvtHandlerstatic - Reparent(wxWindow *newParent)wxWindowvirtual - Replace(size_t pos, wxMenu *menu, const wxString &title)wxMenuBarvirtual - SafelyProcessEvent(wxEvent &event)wxWindowprotected - ScreenToClient(int *x, int *y) const wxWindow - ScreenToClient(const wxPoint &pt) const wxWindow - ScrollLines(int lines)wxWindowvirtual - ScrollPages(int pages)wxWindowvirtual - ScrollWindow(int dx, int dy, const wxRect *rect=NULL)wxWindowvirtual - SearchEventTable(wxEventTable &table, wxEvent &event)wxEvtHandlervirtual - SendDestroyEvent()wxWindowprotected - SendIdleEvents(wxIdleEvent &event)wxWindowvirtual - SendSizeEvent(int flags=0)wxWindowvirtual - SendSizeEventToParent(int flags=0)wxWindow - SetAcceleratorTable(const wxAcceleratorTable &accel)wxWindowvirtual - SetAccessible(wxAccessible *accessible)wxWindow - SetAutoLayout(bool autoLayout)wxWindow - SetBackgroundColour(const wxColour &colour)wxWindowvirtual - SetBackgroundStyle(wxBackgroundStyle style)wxWindowvirtual - SetCanFocus(bool canFocus)wxWindowvirtual - SetCaret(wxCaret *caret)wxWindow - SetClientData(void *data)wxEvtHandler - SetClientObject(wxClientData *data)wxEvtHandler - SetClientSize(int width, int height)wxWindow - SetClientSize(const wxSize &size)wxWindow - SetClientSize(const wxRect &rect)wxWindow - SetConstraints(wxLayoutConstraints *constraints)wxWindow - SetContainingSizer(wxSizer *sizer)wxWindow - SetCursor(const wxCursor &cursor)wxWindowvirtual - SetDoubleBuffered(bool on)wxWindow - SetDropTarget(wxDropTarget *target)wxWindowvirtual - SetEventHandler(wxEvtHandler *handler)wxWindow - SetEvtHandlerEnabled(bool enabled)wxEvtHandler - SetExtraStyle(long exStyle)wxWindowvirtual - SetFocus()wxWindowvirtual - SetFocusFromKbd()wxWindowvirtual - SetFont(const wxFont &font)wxWindowvirtual - SetForegroundColour(const wxColour &colour)wxWindowvirtual - SetHelpString(int id, const wxString &helpString)wxMenuBar - SetHelpText(const wxString &helpText)wxWindow - SetId(wxWindowID winid)wxWindow - SetInitialBestSize(const wxSize &size)wxWindowprotectedvirtual - SetInitialSize(const wxSize &size=wxDefaultSize)wxWindow - SetLabel(int id, const wxString &label)wxMenuBar - wxWindow::SetLabel(const wxString &label)wxWindowvirtual - SetLabelTop(size_t pos, const wxString &label)wxMenuBar - SetLayoutDirection(wxLayoutDirection dir)wxWindowvirtual - SetMaxClientSize(const wxSize &size)wxWindowvirtual - SetMaxSize(const wxSize &size)wxWindowvirtual - SetMenuLabel(size_t pos, const wxString &label)wxMenuBarvirtual - SetMinClientSize(const wxSize &size)wxWindowvirtual - SetMinSize(const wxSize &size)wxWindowvirtual - SetName(const wxString &name)wxWindowvirtual - SetNextHandler(wxEvtHandler *handler)wxWindowvirtual - SetOwnBackgroundColour(const wxColour &colour)wxWindow - SetOwnFont(const wxFont &font)wxWindow - SetOwnForegroundColour(const wxColour &colour)wxWindow - SetPalette(const wxPalette &pal)wxWindow - SetPosition(const wxPoint &pt)wxWindow - SetPreviousHandler(wxEvtHandler *handler)wxWindowvirtual - SetRefData(wxObjectRefData *data)wxObject - SetScrollbar(int orientation, int position, int thumbSize, int range, bool refresh=true)wxWindowvirtual - SetScrollPos(int orientation, int pos, bool refresh=true)wxWindowvirtual - SetSize(int x, int y, int width, int height, int sizeFlags=wxSIZE_AUTO)wxWindow - SetSize(const wxRect &rect)wxWindow - SetSize(const wxSize &size)wxWindow - SetSize(int width, int height)wxWindow - SetSizeHints(const wxSize &minSize, const wxSize &maxSize=wxDefaultSize, const wxSize &incSize=wxDefaultSize)wxWindowvirtual - SetSizeHints(int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)wxWindowvirtual - SetSizer(wxSizer *sizer, bool deleteOld=true)wxWindow - SetSizerAndFit(wxSizer *sizer, bool deleteOld=true)wxWindow - SetThemeEnabled(bool enable)wxWindowvirtual - SetToolTip(const wxString &tipString)wxWindow - SetToolTip(wxToolTip *tip)wxWindow - SetTransparent(wxByte alpha)wxWindowvirtual - SetValidator(const wxValidator &validator)wxWindowvirtual - SetVirtualSize(int width, int height)wxWindow - SetVirtualSize(const wxSize &size)wxWindow - SetWindowStyle(long style)wxWindow - SetWindowStyleFlag(long style)wxWindowvirtual - SetWindowVariant(wxWindowVariant variant)wxWindow - ShouldInheritColours() const wxWindowvirtual - Show(bool show=true)wxWindowvirtual - ShowWithEffect(wxShowEffect effect, unsigned int timeout=0)wxWindowvirtual - Thaw()wxWindow - ToggleWindowStyle(int flag)wxWindow - TransferDataFromWindow()wxWindowvirtual - TransferDataToWindow()wxWindowvirtual - TryAfter(wxEvent &event)wxEvtHandlerprotectedvirtual - TryBefore(wxEvent &event)wxEvtHandlerprotectedvirtual - Unbind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler - Unbind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler - Unlink()wxEvtHandler - UnRef()wxObject - UnregisterHotKey(int hotkeyId)wxWindowvirtual - UnreserveControlId(wxWindowID id, int count=1)wxWindowstatic - UnsetToolTip()wxWindow - UnShare()wxObject - Update()wxWindowvirtual - UpdateWindowUI(long flags=wxUPDATE_UI_NONE)wxWindowvirtual - UseBgCol() const wxWindow - Validate()wxWindowvirtual - WarpPointer(int x, int y)wxWindowvirtual - WindowToClientSize(const wxSize &size) const wxWindowvirtual - wxEvtHandler()wxEvtHandler - wxMenuBar(long style=0)wxMenuBar - wxMenuBar(size_t n, wxMenu *menus[], const wxString titles[], long style=0)wxMenuBar - wxObject()wxObject - wxObject(const wxObject &other)wxObject - wxWindow()wxWindow - wxWindow(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxPanelNameStr)wxWindow - ~wxEvtHandler()wxEvtHandlervirtual - ~wxMenuBar()wxMenuBarvirtual - ~wxObject()wxObjectvirtual - ~wxWindow()wxWindowvirtual + OSXGetAppleMenu() const wxMenuBar + PageDown()wxWindow + PageUp()wxWindow + PopEventHandler(bool deleteHandler=false)wxWindow + PopupMenu(wxMenu *menu, const wxPoint &pos=wxDefaultPosition)wxWindow + PopupMenu(wxMenu *menu, int x, int y)wxWindow + PostSizeEvent()wxWindow + PostSizeEventToParent()wxWindow + ProcessEvent(wxEvent &event)wxWindowprotectedvirtual + ProcessEventLocally(wxEvent &event)wxEvtHandler + ProcessPendingEvents()wxWindowprotected + ProcessThreadEvent(const wxEvent &event)wxWindowprotected + ProcessWindowEvent(wxEvent &event)wxWindow + ProcessWindowEventLocally(wxEvent &event)wxWindow + PushEventHandler(wxEvtHandler *handler)wxWindow + QueueEvent(wxEvent *event)wxWindowprotectedvirtual + Raise()wxWindowvirtual + Ref(const wxObject &clone)wxObject + Refresh(bool eraseBackground=true, const wxRect *rect=NULL)wxMenuBarvirtual + RefreshRect(const wxRect &rect, bool eraseBackground=true)wxWindow + RegisterHotKey(int hotkeyId, int modifiers, int virtualKeyCode)wxWindowvirtual + ReleaseMouse()wxWindow + Remove(size_t pos)wxMenuBarvirtual + RemoveChild(wxWindow *child)wxWindowvirtual + RemoveEventHandler(wxEvtHandler *handler)wxWindow + RemoveFilter(wxEventFilter *filter)wxEvtHandlerstatic + Reparent(wxWindow *newParent)wxWindowvirtual + Replace(size_t pos, wxMenu *menu, const wxString &title)wxMenuBarvirtual + SafelyProcessEvent(wxEvent &event)wxWindowprotected + ScreenToClient(int *x, int *y) const wxWindow + ScreenToClient(const wxPoint &pt) const wxWindow + ScrollLines(int lines)wxWindowvirtual + ScrollPages(int pages)wxWindowvirtual + ScrollWindow(int dx, int dy, const wxRect *rect=NULL)wxWindowvirtual + SearchEventTable(wxEventTable &table, wxEvent &event)wxEvtHandlervirtual + SendDestroyEvent()wxWindowprotected + SendIdleEvents(wxIdleEvent &event)wxWindowvirtual + SendSizeEvent(int flags=0)wxWindowvirtual + SendSizeEventToParent(int flags=0)wxWindow + SetAcceleratorTable(const wxAcceleratorTable &accel)wxWindowvirtual + SetAccessible(wxAccessible *accessible)wxWindow + SetAutoLayout(bool autoLayout)wxWindow + SetBackgroundColour(const wxColour &colour)wxWindowvirtual + SetBackgroundStyle(wxBackgroundStyle style)wxWindowvirtual + SetCanFocus(bool canFocus)wxWindowvirtual + SetCaret(wxCaret *caret)wxWindow + SetClientData(void *data)wxEvtHandler + SetClientObject(wxClientData *data)wxEvtHandler + SetClientSize(int width, int height)wxWindow + SetClientSize(const wxSize &size)wxWindow + SetClientSize(const wxRect &rect)wxWindow + SetConstraints(wxLayoutConstraints *constraints)wxWindow + SetContainingSizer(wxSizer *sizer)wxWindow + SetCursor(const wxCursor &cursor)wxWindowvirtual + SetDoubleBuffered(bool on)wxWindow + SetDropTarget(wxDropTarget *target)wxWindowvirtual + SetEventHandler(wxEvtHandler *handler)wxWindow + SetEvtHandlerEnabled(bool enabled)wxEvtHandler + SetExtraStyle(long exStyle)wxWindowvirtual + SetFocus()wxWindowvirtual + SetFocusFromKbd()wxWindowvirtual + SetFont(const wxFont &font)wxWindowvirtual + SetForegroundColour(const wxColour &colour)wxWindowvirtual + SetHelpString(int id, const wxString &helpString)wxMenuBar + SetHelpText(const wxString &helpText)wxWindow + SetId(wxWindowID winid)wxWindow + SetInitialBestSize(const wxSize &size)wxWindowprotectedvirtual + SetInitialSize(const wxSize &size=wxDefaultSize)wxWindow + SetLabel(int id, const wxString &label)wxMenuBar + wxWindow::SetLabel(const wxString &label)wxWindowvirtual + SetLabelTop(size_t pos, const wxString &label)wxMenuBar + SetLayoutDirection(wxLayoutDirection dir)wxWindowvirtual + SetMaxClientSize(const wxSize &size)wxWindowvirtual + SetMaxSize(const wxSize &size)wxWindowvirtual + SetMenuLabel(size_t pos, const wxString &label)wxMenuBarvirtual + SetMinClientSize(const wxSize &size)wxWindowvirtual + SetMinSize(const wxSize &size)wxWindowvirtual + SetName(const wxString &name)wxWindowvirtual + SetNextHandler(wxEvtHandler *handler)wxWindowvirtual + SetOwnBackgroundColour(const wxColour &colour)wxWindow + SetOwnFont(const wxFont &font)wxWindow + SetOwnForegroundColour(const wxColour &colour)wxWindow + SetPalette(const wxPalette &pal)wxWindow + SetPosition(const wxPoint &pt)wxWindow + SetPreviousHandler(wxEvtHandler *handler)wxWindowvirtual + SetRefData(wxObjectRefData *data)wxObject + SetScrollbar(int orientation, int position, int thumbSize, int range, bool refresh=true)wxWindowvirtual + SetScrollPos(int orientation, int pos, bool refresh=true)wxWindowvirtual + SetSize(int x, int y, int width, int height, int sizeFlags=wxSIZE_AUTO)wxWindow + SetSize(const wxRect &rect)wxWindow + SetSize(const wxSize &size)wxWindow + SetSize(int width, int height)wxWindow + SetSizeHints(const wxSize &minSize, const wxSize &maxSize=wxDefaultSize, const wxSize &incSize=wxDefaultSize)wxWindowvirtual + SetSizeHints(int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)wxWindowvirtual + SetSizer(wxSizer *sizer, bool deleteOld=true)wxWindow + SetSizerAndFit(wxSizer *sizer, bool deleteOld=true)wxWindow + SetThemeEnabled(bool enable)wxWindowvirtual + SetToolTip(const wxString &tipString)wxWindow + SetToolTip(wxToolTip *tip)wxWindow + SetTransparent(wxByte alpha)wxWindowvirtual + SetValidator(const wxValidator &validator)wxWindowvirtual + SetVirtualSize(int width, int height)wxWindow + SetVirtualSize(const wxSize &size)wxWindow + SetWindowStyle(long style)wxWindow + SetWindowStyleFlag(long style)wxWindowvirtual + SetWindowVariant(wxWindowVariant variant)wxWindow + ShouldInheritColours() const wxWindowvirtual + Show(bool show=true)wxWindowvirtual + ShowWithEffect(wxShowEffect effect, unsigned int timeout=0)wxWindowvirtual + Thaw()wxWindow + ToggleWindowStyle(int flag)wxWindow + TransferDataFromWindow()wxWindowvirtual + TransferDataToWindow()wxWindowvirtual + TryAfter(wxEvent &event)wxEvtHandlerprotectedvirtual + TryBefore(wxEvent &event)wxEvtHandlerprotectedvirtual + Unbind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler + Unbind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler + Unlink()wxEvtHandler + UnRef()wxObject + UnregisterHotKey(int hotkeyId)wxWindowvirtual + UnreserveControlId(wxWindowID id, int count=1)wxWindowstatic + UnsetToolTip()wxWindow + UnShare()wxObject + Update()wxWindowvirtual + UpdateWindowUI(long flags=wxUPDATE_UI_NONE)wxWindowvirtual + UseBgCol() const wxWindow + Validate()wxWindowvirtual + WarpPointer(int x, int y)wxWindowvirtual + WindowToClientSize(const wxSize &size) const wxWindowvirtual + wxEvtHandler()wxEvtHandler + wxMenuBar(long style=0)wxMenuBar + wxMenuBar(size_t n, wxMenu *menus[], const wxString titles[], long style=0)wxMenuBar + wxObject()wxObject + wxObject(const wxObject &other)wxObject + wxWindow()wxWindow + wxWindow(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxPanelNameStr)wxWindow + ~wxEvtHandler()wxEvtHandlervirtual + ~wxMenuBar()wxMenuBarvirtual + ~wxObject()wxObjectvirtual + ~wxWindow()wxWindowvirtual
    diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu_event.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -305,7 +305,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu_event-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu_event-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -180,6 +180,9 @@ wxMenuItemInsert (size_t pos, int id, const wxString &item=wxEmptyString, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL)  Inserts the given item before the position pos.
      +wxMenuItemInsert (size_t pos, int id, const wxString &text, wxMenu *submenu, const wxString &help=wxEmptyString) + Inserts the given submenu before the position pos.
    wxMenuItemInsertCheckItem (size_t pos, int id, const wxString &item, const wxString &helpString=wxEmptyString)  Inserts a checkable item at the given position.
      @@ -201,6 +204,9 @@ wxMenuItemPrepend (int id, const wxString &item=wxEmptyString, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL)  Inserts the given item at position 0, i.e. before all the other existing items.
      +wxMenuItemPrepend (int id, const wxString &text, wxMenu *submenu, const wxString &help=wxEmptyString) + Inserts the given submenu at position 0.
    wxMenuItemPrependCheckItem (int id, const wxString &item, const wxString &helpString=wxEmptyString)  Inserts a checkable item at position 0.
      @@ -782,7 +788,8 @@

    Adds the given submenu to this menu.

    -

    text is the text shown in the menu for it and help is the help string shown in the status bar when the submenu item is selected.

    +

    text is the text shown in the menu for it and help is the help string shown in the status bar when the submenu item is selected.

    +
    See Also
    Insert(), Prepend()
    @@ -1454,6 +1461,54 @@ + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    wxMenuItem* wxMenu::Insert (size_t pos,
    int id,
    const wxStringtext,
    wxMenusubmenu,
    const wxStringhelp = wxEmptyString 
    )
    +
    + +

    Inserts the given submenu before the position pos.

    +

    text is the text shown in the menu for it and help is the help string shown in the status bar when the submenu item is selected.

    +
    See Also
    AppendSubMenu(), Prepend()
    + +
    +
    @@ -1682,6 +1737,47 @@
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    wxMenuItem* wxMenu::Prepend (int id,
    const wxStringtext,
    wxMenusubmenu,
    const wxStringhelp = wxEmptyString 
    )
    +
    + +

    Inserts the given submenu at position 0.

    +
    See Also
    AppendSubMenu(), Insert()
    + +
    +
    @@ -1991,7 +2087,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu_item.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu_item.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu_item.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu_item.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -86,27 +86,17 @@

    Library:  wxCore
    Category:  Menus
    See Also
    wxMenuBar, wxMenu
    - - - - - - - - - - - - - - + - - - + + + + + + @@ -146,6 +136,27 @@ + + + + + + +

    -Public Member Functions

     wxMenuItem (wxMenu *parentMenu=NULL, int id=wxID_SEPARATOR, const wxString &text=wxEmptyString, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL, wxMenu *subMenu=NULL)
     Constructs a wxMenuItem object.
     
    virtual ~wxMenuItem ()
     Destructor.
     
    virtual void Check (bool check=true)
     Checks or unchecks the menu item.
     
    virtual void Enable (bool enable=true)
     Enables or disables the menu item.
     
    Getters

    +Getters

    wxColourGetBackgroundColour () const
     Returns the background colour associated with the menu item.
     
    virtual const wxBitmapGetBitmap () const
     Returns the checked or unchecked bitmap.
     
    virtual const wxBitmapGetBitmap (bool checked=true) const
     Returns the checked or unchecked bitmap.
     
    virtual const wxBitmapGetDisabledBitmap () const
     Returns the bitmap to be used for disabled items.
     
    wxFontGetFont () const
     Returns the font associated with the menu item.
     
    wxColourGetTextColour () const
     Returns the text colour associated with the menu item.
     
    virtual wxAcceleratorEntryGetAccel () const
     Get our accelerator or NULL (caller must delete the pointer)
     
    static wxAcceleratorEntryGetAccelFromString (const wxString &label)
     Extract the accelerator from the given menu string, return NULL if none found.
     
    + + + + + + + + + + + + + @@ -178,6 +189,9 @@ + + + @@ -202,6 +216,9 @@ + + + @@ -426,6 +443,57 @@ + +
    +
    +

    +Public Member Functions

     wxMenuItem (wxMenu *parentMenu=NULL, int id=wxID_SEPARATOR, const wxString &text=wxEmptyString, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL, wxMenu *subMenu=NULL)
     Constructs a wxMenuItem object.
     
    virtual ~wxMenuItem ()
     Destructor.
     
    virtual void Check (bool check=true)
     Checks or unchecks the menu item.
     
    virtual void Enable (bool enable=true)
     Enables or disables the menu item.
     
    Checkers
    bool IsCheck () const
     Returns true if the item is a check item.
    void SetBitmaps (const wxBitmap &checked, const wxBitmap &unchecked=wxNullBitmap)
     Sets the checked/unchecked bitmaps for the menu item.
     
    void SetDisabledBitmap (const wxBitmap &disabled)
     Sets the to be used for disabled menu items.
     
    void SetFont (const wxFont &font)
     Sets the font associated with the menu item.
     
    void SetTextColour (const wxColour &colour)
     Sets the text colour associated with the menu item.
     
    virtual void SetAccel (wxAcceleratorEntry *accel)
     Set the accel for this item - this may also be done indirectly with SetText()
     
    - Public Member Functions inherited from wxObject
     wxObject ()
     Default ctor; initializes to NULL the internal reference data.
    + + + + +
    + + + + + + + +
    virtual wxAcceleratorEntry* wxMenuItem::GetAccel () const
    +
    +virtual
    +
    + +

    Get our accelerator or NULL (caller must delete the pointer)

    + +
    + + +
    +
    + + + + + +
    + + + + + + + + +
    static wxAcceleratorEntry* wxMenuItem::GetAccelFromString (const wxStringlabel)
    +
    +static
    +
    + +

    Extract the accelerator from the given menu string, return NULL if none found.

    + +
    +
    @@ -443,7 +511,7 @@
    Availability:  only available for the wxMSW port.
    - +
    @@ -453,7 +521,8 @@ - + +
    virtual const wxBitmap& wxMenuItem::GetBitmap ()bool checked = true) const
    @@ -468,6 +537,31 @@
    Availability:  only available for the wxMSW port.
    + +
    +
    + + + + + +
    + + + + + + + +
    virtual const wxBitmap& wxMenuItem::GetDisabledBitmap () const
    +
    +virtual
    +
    + +

    Returns the bitmap to be used for disabled items.

    +
    Availability:  only available for the wxMSW port.
    +
    +
    @@ -909,6 +1003,32 @@
    + +
    +
    + + + + + +
    + + + + + + + + +
    virtual void wxMenuItem::SetAccel (wxAcceleratorEntryaccel)
    +
    +virtual
    +
    + +

    Set the accel for this item - this may also be done indirectly with SetText()

    + +
    +
    @@ -995,6 +1115,24 @@
    Availability:  only available for the wxMSW port.
    + +
    +
    + + + + + + + + +
    void wxMenuItem::SetDisabledBitmap (const wxBitmapdisabled)
    +
    + +

    Sets the to be used for disabled menu items.

    +
    Availability:  only available for the wxMSW port.
    +
    +
    @@ -1189,7 +1327,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu_item-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu_item-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu_item-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu_item-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -61,62 +61,67 @@ CloneRefData(const wxObjectRefData *data) const wxObjectprotectedvirtual CreateRefData() const wxObjectprotectedvirtual Enable(bool enable=true)wxMenuItemvirtual + GetAccel() const wxMenuItemvirtual + GetAccelFromString(const wxString &label)wxMenuItemstatic GetBackgroundColour() const wxMenuItem - GetBitmap() const wxMenuItemvirtual + GetBitmap(bool checked=true) const wxMenuItemvirtual GetClassInfo() const wxObjectvirtual - GetFont() const wxMenuItem - GetHelp() const wxMenuItem - GetId() const wxMenuItem - GetItemLabel() const wxMenuItemvirtual - GetItemLabelText() const wxMenuItemvirtual - GetKind() const wxMenuItem - GetLabel() const wxMenuItem - GetLabelFromText(const wxString &text)wxMenuItemstatic - GetLabelText(const wxString &text)wxMenuItemstatic - GetMarginWidth() const wxMenuItem - GetMenu() const wxMenuItem - GetName() const wxMenuItem - GetRefData() const wxObject - GetSubMenu() const wxMenuItem - GetText() const wxMenuItem - GetTextColour() const wxMenuItem - IsCheck() const wxMenuItem - IsCheckable() const wxMenuItem - IsChecked() const wxMenuItemvirtual - IsEnabled() const wxMenuItemvirtual - IsKindOf(const wxClassInfo *info) const wxObject - IsRadio() const wxMenuItem - IsSameAs(const wxObject &obj) const wxObject - IsSeparator() const wxMenuItem - IsSubMenu() const wxMenuItem - m_refDatawxObjectprotected - operator delete(void *buf)wxObject - operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject - Ref(const wxObject &clone)wxObject + GetDisabledBitmap() const wxMenuItemvirtual + GetFont() const wxMenuItem + GetHelp() const wxMenuItem + GetId() const wxMenuItem + GetItemLabel() const wxMenuItemvirtual + GetItemLabelText() const wxMenuItemvirtual + GetKind() const wxMenuItem + GetLabel() const wxMenuItem + GetLabelFromText(const wxString &text)wxMenuItemstatic + GetLabelText(const wxString &text)wxMenuItemstatic + GetMarginWidth() const wxMenuItem + GetMenu() const wxMenuItem + GetName() const wxMenuItem + GetRefData() const wxObject + GetSubMenu() const wxMenuItem + GetText() const wxMenuItem + GetTextColour() const wxMenuItem + IsCheck() const wxMenuItem + IsCheckable() const wxMenuItem + IsChecked() const wxMenuItemvirtual + IsEnabled() const wxMenuItemvirtual + IsKindOf(const wxClassInfo *info) const wxObject + IsRadio() const wxMenuItem + IsSameAs(const wxObject &obj) const wxObject + IsSeparator() const wxMenuItem + IsSubMenu() const wxMenuItem + m_refDatawxObjectprotected + operator delete(void *buf)wxObject + operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject + Ref(const wxObject &clone)wxObject + SetAccel(wxAcceleratorEntry *accel)wxMenuItemvirtual SetBackgroundColour(const wxColour &colour)wxMenuItem SetBitmap(const wxBitmap &bmp, bool checked=true)wxMenuItemvirtual SetBitmaps(const wxBitmap &checked, const wxBitmap &unchecked=wxNullBitmap)wxMenuItem - SetFont(const wxFont &font)wxMenuItem - SetHelp(const wxString &helpString)wxMenuItem - SetItemLabel(const wxString &label)wxMenuItemvirtual - SetMarginWidth(int width)wxMenuItem - SetMenu(wxMenu *menu)wxMenuItem - SetRefData(wxObjectRefData *data)wxObject - SetSubMenu(wxMenu *menu)wxMenuItem - SetText(const wxString &text)wxMenuItemvirtual - SetTextColour(const wxColour &colour)wxMenuItem - UnRef()wxObject - UnShare()wxObject - wxMenuItem(wxMenu *parentMenu=NULL, int id=wxID_SEPARATOR, const wxString &text=wxEmptyString, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL, wxMenu *subMenu=NULL)wxMenuItem - wxObject()wxObject - wxObject(const wxObject &other)wxObject - ~wxMenuItem()wxMenuItemvirtual - ~wxObject()wxObjectvirtual + SetDisabledBitmap(const wxBitmap &disabled)wxMenuItem + SetFont(const wxFont &font)wxMenuItem + SetHelp(const wxString &helpString)wxMenuItem + SetItemLabel(const wxString &label)wxMenuItemvirtual + SetMarginWidth(int width)wxMenuItem + SetMenu(wxMenu *menu)wxMenuItem + SetRefData(wxObjectRefData *data)wxObject + SetSubMenu(wxMenu *menu)wxMenuItem + SetText(const wxString &text)wxMenuItemvirtual + SetTextColour(const wxColour &colour)wxMenuItem + UnRef()wxObject + UnShare()wxObject + wxMenuItem(wxMenu *parentMenu=NULL, int id=wxID_SEPARATOR, const wxString &text=wxEmptyString, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL, wxMenu *subMenu=NULL)wxMenuItem + wxObject()wxObject + wxObject(const wxObject &other)wxObject + ~wxMenuItem()wxMenuItemvirtual + ~wxObject()wxObjectvirtual
    diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_menu-members.html 2013-12-28 09:31:21.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_menu-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -112,20 +112,22 @@ GetWindow() const wxMenu Insert(size_t pos, wxMenuItem *menuItem)wxMenu Insert(size_t pos, int id, const wxString &item=wxEmptyString, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL)wxMenu - InsertCheckItem(size_t pos, int id, const wxString &item, const wxString &helpString=wxEmptyString)wxMenu - InsertRadioItem(size_t pos, int id, const wxString &item, const wxString &helpString=wxEmptyString)wxMenu - InsertSeparator(size_t pos)wxMenu - IsAttached() const wxMenu - IsChecked(int id) const wxMenu - IsEnabled(int id) const wxMenu - IsKindOf(const wxClassInfo *info) const wxObject - IsSameAs(const wxObject &obj) const wxObject - IsUnlinked() const wxEvtHandler - m_refDatawxObjectprotected - operator delete(void *buf)wxObject - operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject - Prepend(wxMenuItem *item)wxMenu - Prepend(int id, const wxString &item=wxEmptyString, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL)wxMenu + Insert(size_t pos, int id, const wxString &text, wxMenu *submenu, const wxString &help=wxEmptyString)wxMenu + InsertCheckItem(size_t pos, int id, const wxString &item, const wxString &helpString=wxEmptyString)wxMenu + InsertRadioItem(size_t pos, int id, const wxString &item, const wxString &helpString=wxEmptyString)wxMenu + InsertSeparator(size_t pos)wxMenu + IsAttached() const wxMenu + IsChecked(int id) const wxMenu + IsEnabled(int id) const wxMenu + IsKindOf(const wxClassInfo *info) const wxObject + IsSameAs(const wxObject &obj) const wxObject + IsUnlinked() const wxEvtHandler + m_refDatawxObjectprotected + operator delete(void *buf)wxObject + operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject + Prepend(wxMenuItem *item)wxMenu + Prepend(int id, const wxString &item=wxEmptyString, const wxString &helpString=wxEmptyString, wxItemKind kind=wxITEM_NORMAL)wxMenu + Prepend(int id, const wxString &text, wxMenu *submenu, const wxString &help=wxEmptyString)wxMenu PrependCheckItem(int id, const wxString &item, const wxString &helpString=wxEmptyString)wxMenu PrependRadioItem(int id, const wxString &item, const wxString &helpString=wxEmptyString)wxMenu PrependSeparator()wxMenu @@ -171,7 +173,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_dialog_1_1_button_label.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_dialog_1_1_button_label.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_dialog_1_1_button_label.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_dialog_1_1_button_label.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -158,7 +158,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_dialog_1_1_button_label-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_dialog_1_1_button_label-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_dialog_1_1_button_label-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_dialog_1_1_button_label-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_dialog.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_dialog.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -78,7 +78,7 @@
  • wxYES_NO:
    Puts Yes and No buttons in the message box. It is recommended to always use wxCANCEL with this style as otherwise the message box won't have a close button under wxMSW and the user will be forced to answer it.
  • wxHELP:
    Puts a Help button to the message box. This button can have special appearance or be specially positioned if its label is not changed from the default one. Notice that using this button is not supported when showing a message box from non-main thread in wxOSX/Cocoa and it is not supported in wxOSX/Carbon at all. Available since wxWidgets 2.9.3.
  • wxNO_DEFAULT:
    Makes the "No" button default, can only be used with wxYES_NO.
  • -
  • wxCANCEL_DEFAULT:
    Makes the "Cancel" button default, can only be used with wxCANCEL
  • +
  • wxCANCEL_DEFAULT:
    Makes the "Cancel" button default, can only be used with wxCANCEL. This style is currently not supported (and ignored) in wxOSX.
  • wxYES_DEFAULT:
    Makes the "Yes" button default, this is the default behaviour and this flag exists solely for symmetry with wxNO_DEFAULT.
  • wxOK_DEFAULT:
    Makes the "OK" button default, this is the default behaviour and this flag exists solely for symmetry with wxCANCEL_DEFAULT.
  • wxICON_NONE:
    Displays no icon in the dialog if possible (an icon might still be displayed if the current platform mandates its use). This style may be used to prevent the dialog from using the default icon based on wxYES_NO presence as explained in wxICON_QUESTION and wxICON_INFORMATION documentation below.
  • @@ -336,7 +336,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -388,7 +388,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -1022,7 +1022,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -1037,7 +1037,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1868,7 +1868,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_dialog-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_dialog-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -491,7 +491,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_best.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_best.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_best.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_best.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -128,7 +128,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_best-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_best-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_best-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_best-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_debug.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_debug.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_debug.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_debug.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -121,7 +121,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_debug-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_debug-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_debug-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_debug-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -221,7 +221,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_message_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_message_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_message_box.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_message_box.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -117,7 +117,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_message_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_message_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_message_box-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_message_box-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_stderr.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_stderr.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_stderr.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_stderr.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -124,7 +124,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_stderr-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_stderr-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_output_stderr-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_output_stderr-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_queue_3_01_t_01_4.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_queue_3_01_t_01_4.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_queue_3_01_t_01_4.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_queue_3_01_t_01_4.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -239,7 +239,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_queue_3_01_t_01_4-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_queue_3_01_t_01_4-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_message_queue_3_01_t_01_4-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_message_queue_3_01_t_01_4-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_metafile_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_metafile_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_metafile_d_c.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_metafile_d_c.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -587,7 +587,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_metafile_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_metafile_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_metafile_d_c-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_metafile_d_c-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -209,7 +209,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_metafile.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_metafile.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_metafile.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_metafile.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -268,7 +268,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_metafile-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_metafile-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_metafile-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_metafile-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -82,7 +82,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mime_types_manager.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mime_types_manager.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mime_types_manager.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mime_types_manager.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -303,7 +303,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mime_types_manager-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mime_types_manager-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mime_types_manager-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mime_types_manager-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mini_frame.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mini_frame.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mini_frame.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mini_frame.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -122,7 +122,7 @@ virtual wxStatusBarCreateStatusBar (int number=1, long style=wxSTB_DEFAULT_STYLE, wxWindowID id=0, const wxString &name=wxStatusBarNameStr)  Creates a status bar at the bottom of the frame.
      -virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr) +virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)  Creates a toolbar at the top or left of the frame.
      virtual wxPoint GetClientAreaOrigin () const @@ -241,7 +241,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -296,7 +296,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -930,7 +930,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -945,7 +945,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1448,7 +1448,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mini_frame-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mini_frame-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mini_frame-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mini_frame-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -458,7 +458,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mirror_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mirror_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mirror_d_c.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mirror_d_c.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -554,7 +554,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mirror_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mirror_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mirror_d_c-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mirror_d_c-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -207,7 +207,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_modal_dialog_hook.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_modal_dialog_hook.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_modal_dialog_hook.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_modal_dialog_hook.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -295,7 +295,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_modal_dialog_hook-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_modal_dialog_hook-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_modal_dialog_hook-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_modal_dialog_hook-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_module.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_module.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_module.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_module.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -366,7 +366,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_module-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_module-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_module-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_module-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_capture_changed_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_capture_changed_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_capture_changed_event.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_capture_changed_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -251,7 +251,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_capture_changed_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_capture_changed_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_capture_changed_event-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_capture_changed_event-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_capture_lost_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_capture_lost_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_capture_lost_event.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_capture_lost_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -221,7 +221,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_capture_lost_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_capture_lost_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_capture_lost_event-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_capture_lost_event-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_event.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1063,7 +1063,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_event-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_event-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -164,7 +164,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_events_manager.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_events_manager.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_events_manager.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_events_manager.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -648,7 +648,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_events_manager-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_events_manager-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_events_manager-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_events_manager-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -126,7 +126,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_state.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_state.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_state.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_state.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -498,7 +498,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_state-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_state-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mouse_state-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mouse_state-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -94,7 +94,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_move_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_move_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_move_event.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_move_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -307,7 +307,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_move_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_move_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_move_event-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_move_event-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_msg_catalog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_msg_catalog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_msg_catalog.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_msg_catalog.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -165,7 +165,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_msg_catalog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_msg_catalog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_msg_catalog-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_msg_catalog-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_multi_choice_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_multi_choice_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_multi_choice_dialog.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_multi_choice_dialog.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -280,7 +280,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -332,7 +332,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -966,7 +966,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -981,7 +981,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1518,7 +1518,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_multi_choice_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_multi_choice_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_multi_choice_dialog-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_multi_choice_dialog-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -476,7 +476,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mutex.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mutex.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mutex.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mutex.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -239,7 +239,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mutex_locker.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mutex_locker.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mutex_locker.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mutex_locker.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -135,7 +135,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mutex_locker-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mutex_locker-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mutex_locker-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mutex_locker-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mutex-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mutex-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_mutex-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_mutex-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_native_font_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_native_font_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_native_font_info.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_native_font_info.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -544,7 +544,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_native_font_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_native_font_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_native_font_info-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_native_font_info-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_navigation_enabled.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_navigation_enabled.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_navigation_enabled.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_navigation_enabled.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -150,7 +150,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_navigation_enabled-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_navigation_enabled-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_navigation_enabled-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_navigation_enabled-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_navigation_key_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_navigation_key_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_navigation_key_event.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_navigation_key_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -465,7 +465,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_navigation_key_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_navigation_key_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_navigation_key_event-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_navigation_key_event-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -112,7 +112,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_node_3_01_t_01_4.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_node_3_01_t_01_4.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_node_3_01_t_01_4.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_node_3_01_t_01_4.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -195,7 +195,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_node_3_01_t_01_4-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_node_3_01_t_01_4-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_node_3_01_t_01_4-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_node_3_01_t_01_4-members.html 2014-09-09 22:03:23.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_non_owned_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_non_owned_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_non_owned_window.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_non_owned_window.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -355,7 +355,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -720,7 +720,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -735,7 +735,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1134,7 +1134,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_non_owned_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_non_owned_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_non_owned_window-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_non_owned_window-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -396,7 +396,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_notebook.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_notebook.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_notebook.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_notebook.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -518,7 +518,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -880,7 +880,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -892,7 +892,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1804,7 +1804,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_notebook-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_notebook-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_notebook-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_notebook-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -443,7 +443,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_notification_message.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_notification_message.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_notification_message.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_notification_message.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -76,14 +76,14 @@
    Library:  wxAdvanced
    Category:  Miscellaneous
    - - - + +

    Public Types

    enum  {
    -  Timeout_Auto = -1, +
    enum  {
    +  Timeout_Auto = -1,
    -  Timeout_Never = 0 +  Timeout_Never = 0
    }
     Possible values for Show() timeout. More...
     
     Possible values for Show() timeout. More...
     
    @@ -111,7 +111,7 @@ - + @@ -286,7 +286,7 @@

    Public Member Functions

    void SetTitle (const wxString &title)
     Set the title, it must be a concise string (not more than 64 characters), use SetMessage() to give the user more details.
     
    virtual bool Show (int timeout=Timeout_Auto)
    virtual bool Show (int timeout=Timeout_Auto)
     Show the notification to the user and hides it after timeout seconds are elapsed.
     
    - Public Member Functions inherited from wxEvtHandler
     

    Member Enumeration Documentation

    - +
    @@ -298,10 +298,10 @@

    Possible values for Show() timeout.

    Enumerator:
    - -
    Timeout_Auto  +
    Timeout_Auto 

    Notification will be hidden automatically.

    Timeout_Never  +
    Timeout_Never 

    Notification will never time out.

    @@ -507,7 +507,7 @@ virtual bool wxNotificationMessage::Show ( int  - timeout = Timeout_Auto) + timeout = Timeout_Auto) @@ -529,7 +529,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_notification_message-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_notification_message-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_notification_message-members.html 2013-12-28 09:31:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_notification_message-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -105,8 +105,8 @@ SetRefData(wxObjectRefData *data)wxObject SetTitle(const wxString &title)wxNotificationMessage Show(int timeout=Timeout_Auto)wxNotificationMessagevirtual - Timeout_Auto enum valuewxNotificationMessage - Timeout_Never enum valuewxNotificationMessage + Timeout_Auto enum valuewxNotificationMessage + Timeout_Never enum valuewxNotificationMessage TryAfter(wxEvent &event)wxEvtHandlerprotectedvirtual TryBefore(wxEvent &event)wxEvtHandlerprotectedvirtual Unbind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler @@ -126,7 +126,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_notify_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_notify_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_notify_event.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_notify_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -330,7 +330,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_notify_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_notify_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_notify_event-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_notify_event-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -114,7 +114,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_number_formatter.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_number_formatter.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_number_formatter.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_number_formatter.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -365,7 +365,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_number_formatter-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_number_formatter-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_number_formatter-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_number_formatter-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -70,7 +70,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_num_validator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_num_validator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_num_validator.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_num_validator.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -476,7 +476,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_num_validator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_num_validator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_num_validator-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_num_validator-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -130,7 +130,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_object_data_ptr_3_01_t_01_4.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_object_data_ptr_3_01_t_01_4.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_object_data_ptr_3_01_t_01_4.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_object_data_ptr_3_01_t_01_4.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -375,7 +375,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_object_data_ptr_3_01_t_01_4-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_object_data_ptr_3_01_t_01_4-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_object_data_ptr_3_01_t_01_4-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_object_data_ptr_3_01_t_01_4-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -70,7 +70,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_object.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_object.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -538,7 +538,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_object-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_object-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -77,7 +77,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_object_ref_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_object_ref_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_object_ref_data.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_object_ref_data.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -188,7 +188,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_output_stream.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_output_stream.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -466,7 +466,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_output_stream-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_output_stream-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -82,7 +82,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_overlay.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_overlay.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_overlay.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_overlay.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -128,7 +128,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_overlay-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_overlay-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_overlay-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_overlay-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_owner_drawn_combo_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_owner_drawn_combo_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_owner_drawn_combo_box.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_owner_drawn_combo_box.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -610,7 +610,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -972,7 +972,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -984,7 +984,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -2168,7 +2168,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_owner_drawn_combo_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_owner_drawn_combo_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_owner_drawn_combo_box-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_owner_drawn_combo_box-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -549,7 +549,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog_data.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog_data.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -892,7 +892,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog_data-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog_data-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -242,7 +242,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_page_setup_dialog-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -81,7 +81,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_paint_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_paint_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_paint_d_c.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_paint_d_c.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -555,7 +555,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_paint_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_paint_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_paint_d_c-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_paint_d_c-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -209,7 +209,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_paint_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_paint_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_paint_event.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_paint_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -257,7 +257,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_paint_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_paint_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_paint_event-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_paint_event-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_palette_changed_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_palette_changed_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_palette_changed_event.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_palette_changed_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -242,7 +242,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_palette_changed_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_palette_changed_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_palette_changed_event-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_palette_changed_event-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_palette.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_palette.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_palette.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_palette.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -508,7 +508,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_palette-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_palette-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_palette-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_palette-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -88,7 +88,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_panel.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_panel.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_panel.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_panel.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -383,7 +383,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -748,7 +748,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -763,7 +763,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1427,7 +1427,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_panel-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_panel-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_panel-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_panel-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -399,7 +399,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_password_entry_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_password_entry_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_password_entry_dialog.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_password_entry_dialog.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -291,7 +291,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -343,7 +343,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -977,7 +977,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -992,7 +992,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1393,7 +1393,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_password_entry_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_password_entry_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_password_entry_dialog-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_password_entry_dialog-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -482,7 +482,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_path_list.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_path_list.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_path_list.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_path_list.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -347,7 +347,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_path_list-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_path_list-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_path_list-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_path_list-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pen.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pen.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pen.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pen.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -949,7 +949,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pen_list.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pen_list.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pen_list.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pen_list.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -143,7 +143,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pen_list-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pen_list-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pen_list-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pen_list-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pen-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pen-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pen-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pen-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistence_manager.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistence_manager.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistence_manager.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistence_manager.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -543,7 +543,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistence_manager-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistence_manager-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistence_manager-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistence_manager-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -76,7 +76,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_book_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_book_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_book_ctrl.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_book_ctrl.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -211,7 +211,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_book_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_book_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_book_ctrl-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_book_ctrl-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -73,7 +73,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_object.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_object.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -381,7 +381,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_object-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_object-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_t_l_w.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_t_l_w.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_t_l_w.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_t_l_w.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -206,7 +206,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_t_l_w-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_t_l_w-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_t_l_w-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_t_l_w-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -73,7 +73,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_tree_book_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_tree_book_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_tree_book_ctrl.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_tree_book_ctrl.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -210,7 +210,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_tree_book_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_tree_book_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_tree_book_ctrl-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_tree_book_ctrl-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_window.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_window.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -227,7 +227,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_persistent_window-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_persistent_window-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_cell.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_cell.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_cell.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_cell.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -496,7 +496,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_cell-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_cell-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_cell-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_cell-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -95,7 +95,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_choices.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_choices.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_choices.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_choices.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -979,7 +979,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_choices-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_choices-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_choices-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_choices-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_editor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_editor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_editor.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_editor.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -830,7 +830,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_editor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_editor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_editor-members.html 2013-12-28 09:31:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_editor-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_multi_button.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_multi_button.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_multi_button.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_multi_button.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -465,7 +465,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -830,7 +830,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -845,7 +845,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1413,7 +1413,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_multi_button-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_multi_button-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_multi_button-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_multi_button-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -403,7 +403,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_property.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_property.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_property.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_property.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -3617,7 +3617,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_property-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_property-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_property-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_property-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -195,7 +195,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_validation_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_validation_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_validation_info.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_validation_info.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -176,7 +176,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_validation_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_validation_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_validation_info-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_validation_info-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_v_iterator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_v_iterator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_v_iterator.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_v_iterator.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -327,7 +327,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_v_iterator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_v_iterator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_p_g_v_iterator-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_p_g_v_iterator-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -70,7 +70,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_picker_base.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_picker_base.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_picker_base.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_picker_base.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -442,7 +442,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -804,7 +804,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -816,7 +816,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1619,7 +1619,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_picker_base-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_picker_base-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_picker_base-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_picker_base-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -430,7 +430,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pixel_data_1_1_iterator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pixel_data_1_1_iterator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pixel_data_1_1_iterator.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pixel_data_1_1_iterator.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -480,7 +480,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pixel_data_1_1_iterator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pixel_data_1_1_iterator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pixel_data_1_1_iterator-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pixel_data_1_1_iterator-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pixel_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pixel_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pixel_data.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pixel_data.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -408,7 +408,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pixel_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pixel_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_pixel_data-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_pixel_data-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_platform_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_platform_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_platform_info.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_platform_info.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1259,7 +1259,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_platform_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_platform_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_platform_info-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_platform_info-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_point2_d_double.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_point2_d_double.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_point2_d_double.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_point2_d_double.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -658,7 +658,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_point2_d_double-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_point2_d_double-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_point2_d_double-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_point2_d_double-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_point2_d_int.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_point2_d_int.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_point2_d_int.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_point2_d_int.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -657,7 +657,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_point2_d_int-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_point2_d_int-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_point2_d_int-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_point2_d_int-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_point.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_point.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_point.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_point.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -683,7 +683,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_point-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_point-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_point-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_point-members.html 2014-09-09 22:03:24.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -85,7 +85,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_popup_transient_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_popup_transient_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_popup_transient_window.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_popup_transient_window.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -385,7 +385,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -750,7 +750,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -765,7 +765,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1234,7 +1234,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_popup_transient_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_popup_transient_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_popup_transient_window-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_popup_transient_window-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -406,7 +406,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_popup_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_popup_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_popup_window.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_popup_window.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -367,7 +367,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -732,7 +732,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -747,7 +747,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1217,7 +1217,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_popup_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_popup_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_popup_window-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_popup_window-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -400,7 +400,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_position.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_position.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_position.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_position.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -427,7 +427,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_position-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_position-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_position-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_position-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -78,7 +78,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_post_script_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_post_script_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_post_script_d_c.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_post_script_d_c.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -558,7 +558,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_post_script_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_post_script_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_post_script_d_c-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_post_script_d_c-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -208,7 +208,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_power_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_power_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_power_event.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_power_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -279,7 +279,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_power_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_power_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_power_event-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_power_event-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preferences_editor.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preferences_editor.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preferences_editor.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preferences_editor.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -241,7 +241,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preferences_editor-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preferences_editor-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preferences_editor-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preferences_editor-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preferences_page.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preferences_page.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preferences_page.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preferences_page.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -232,7 +232,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preferences_page-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preferences_page-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preferences_page-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preferences_page-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preview_canvas.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preview_canvas.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preview_canvas.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preview_canvas.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -289,7 +289,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preview_canvas-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preview_canvas-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preview_canvas-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preview_canvas-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preview_control_bar.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preview_control_bar.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preview_control_bar.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preview_control_bar.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -392,7 +392,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -757,7 +757,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -772,7 +772,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1312,7 +1312,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preview_control_bar-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preview_control_bar-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preview_control_bar-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preview_control_bar-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -405,7 +405,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preview_frame.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preview_frame.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preview_frame.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preview_frame.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -115,7 +115,7 @@ virtual wxStatusBarCreateStatusBar (int number=1, long style=wxSTB_DEFAULT_STYLE, wxWindowID id=0, const wxString &name=wxStatusBarNameStr)  Creates a status bar at the bottom of the frame.
      -virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr) +virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)  Creates a toolbar at the top or left of the frame.
      virtual wxPoint GetClientAreaOrigin () const @@ -234,7 +234,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -289,7 +289,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -923,7 +923,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -938,7 +938,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1488,7 +1488,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preview_frame-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preview_frame-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_preview_frame-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_preview_frame-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -462,7 +462,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_abort_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_abort_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_abort_dialog.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_abort_dialog.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -262,7 +262,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -314,7 +314,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -948,7 +948,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -963,7 +963,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1389,7 +1389,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_abort_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_abort_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_abort_dialog-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_abort_dialog-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -474,7 +474,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_data.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_data.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -715,7 +715,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_data-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_data-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_dialog_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_dialog_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_dialog_data.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_dialog_data.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -786,7 +786,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_dialog_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_dialog_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_dialog_data-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_dialog_data-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_dialog.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_dialog.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -343,7 +343,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_dialog-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_dialog-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_printer_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_printer_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_printer_d_c.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_printer_d_c.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -565,7 +565,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_printer_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_printer_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_printer_d_c-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_printer_d_c-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -208,7 +208,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_printer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_printer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_printer.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_printer.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -445,7 +445,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_printer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_printer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_printer-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_printer-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_printout.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_printout.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_printout.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_printout.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1020,7 +1020,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_printout-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_printout-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_printout-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_printout-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_preview.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_preview.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_preview.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_preview.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -708,7 +708,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_preview-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_preview-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_print_preview-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_print_preview-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_process_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_process_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_process_event.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_process_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -277,7 +277,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_process_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_process_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_process_event-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_process_event-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_process.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_process.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_process.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_process.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -288,7 +288,7 @@ static wxKillError Kill (int pid, wxSignal sig=wxSIGTERM, int flags=wxKILL_NOCHILDREN)  Send the specified signal to the given process.
      -static wxProcessOpen (const wxString &cmd, int flags=wxEXEC_ASYNC) +static wxProcessOpen (const wxString &cmd, int flags=wxEXEC_ASYNC)  This static method replaces the standard popen() function: it launches the process specified by the cmd parameter and returns the wxProcess object which can be used to retrieve the streams connected to the standard input, output and error output of the child process.
      - Static Public Member Functions inherited from wxEvtHandler @@ -697,7 +697,7 @@ int  - flags = wxEXEC_ASYNC  + flags = wxEXEC_ASYNC  @@ -775,7 +775,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_process-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_process-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_process-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_process-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -133,7 +133,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_progress_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_progress_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_progress_dialog.html 2013-12-28 09:33:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_progress_dialog.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -294,7 +294,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -346,7 +346,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -980,7 +980,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -995,7 +995,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1376,7 +1376,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_progress_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_progress_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_progress_dialog-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_progress_dialog-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -484,7 +484,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_propagate_once.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_propagate_once.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_propagate_once.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_propagate_once.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_propagate_once-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_propagate_once-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_propagate_once-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_propagate_once-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_propagation_disabler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_propagation_disabler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_propagation_disabler.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_propagation_disabler.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_propagation_disabler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_propagation_disabler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_propagation_disabler-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_propagation_disabler-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_event.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -584,7 +584,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_event-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_event-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -126,7 +126,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -682,7 +682,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -1044,7 +1044,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -1056,7 +1056,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -3786,7 +3786,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_interface.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_interface.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_interface.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_interface.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -3511,7 +3511,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_interface-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_interface-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_interface-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_interface-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -180,7 +180,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_iterator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_iterator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_iterator.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_iterator.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -194,7 +194,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_iterator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_iterator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_iterator-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_iterator-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_manager.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_manager.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_manager.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_manager.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -541,7 +541,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -906,7 +906,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -921,7 +921,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -2603,7 +2603,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_manager-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_manager-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_manager-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_manager-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -555,7 +555,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -609,7 +609,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_page.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_page.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_page.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_page.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -972,7 +972,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_page-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_page-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_grid_page-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_grid_page-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -248,7 +248,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_sheet_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_sheet_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_sheet_dialog.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_sheet_dialog.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -313,7 +313,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -365,7 +365,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -999,7 +999,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -1014,7 +1014,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1665,7 +1665,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_sheet_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_sheet_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_property_sheet_dialog-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_property_sheet_dialog-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -482,7 +482,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_protocol.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_protocol.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_protocol.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_protocol.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -119,7 +119,7 @@  Call wxProtocolLog::LogResponse() if we have a valid logger or do nothing otherwise.
      - Public Member Functions inherited from wxSocketClientwxSocketClient (wxSocketFlags flags=wxSOCKET_NONE) + wxSocketClient (wxSocketFlags flags=wxSOCKET_NONE)  Constructor.
      virtual ~wxSocketClient () @@ -637,7 +637,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_protocol_log.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_protocol_log.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_protocol_log.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_protocol_log.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -188,7 +188,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_protocol_log-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_protocol_log-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_protocol_log-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_protocol_log-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_protocol-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_protocol-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_protocol-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_protocol-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -138,7 +138,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_quantize.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_quantize.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_quantize.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_quantize.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -349,7 +349,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_quantize-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_quantize-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_quantize-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_quantize-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -81,7 +81,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_query_layout_info_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_query_layout_info_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_query_layout_info_event.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_query_layout_info_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -434,7 +434,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_query_layout_info_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_query_layout_info_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_query_layout_info_event-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_query_layout_info_event-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -107,7 +107,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_query_new_palette_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_query_new_palette_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_query_new_palette_event.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_query_new_palette_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -242,7 +242,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_query_new_palette_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_query_new_palette_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_query_new_palette_event-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_query_new_palette_event-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_radio_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_radio_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_radio_box.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_radio_box.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -475,7 +475,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -837,7 +837,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -849,7 +849,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -2157,7 +2157,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_radio_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_radio_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_radio_box-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_radio_box-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -436,7 +436,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_radio_button.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_radio_button.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_radio_button.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_radio_button.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -425,7 +425,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -787,7 +787,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -799,7 +799,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1385,7 +1385,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_radio_button-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_radio_button-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_radio_button-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_radio_button-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -413,7 +413,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_real_point.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_real_point.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_real_point.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_real_point.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -622,7 +622,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_real_point-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_real_point-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_real_point-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_real_point-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rearrange_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rearrange_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rearrange_ctrl.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rearrange_ctrl.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -386,7 +386,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -751,7 +751,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -766,7 +766,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1290,7 +1290,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rearrange_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rearrange_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rearrange_ctrl-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rearrange_ctrl-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -403,7 +403,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rearrange_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rearrange_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rearrange_dialog.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rearrange_dialog.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -305,7 +305,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -357,7 +357,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -991,7 +991,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -1006,7 +1006,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1573,7 +1573,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rearrange_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rearrange_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rearrange_dialog-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rearrange_dialog-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -478,7 +478,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rearrange_list.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rearrange_list.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rearrange_list.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rearrange_list.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -512,7 +512,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -874,7 +874,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -886,7 +886,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1617,7 +1617,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rearrange_list-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rearrange_list-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rearrange_list-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rearrange_list-members.html 2014-09-09 22:03:26.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -484,7 +484,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rect2_d_double.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rect2_d_double.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rect2_d_double.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rect2_d_double.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1232,7 +1232,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rect2_d_double-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rect2_d_double-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rect2_d_double-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rect2_d_double-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -119,7 +119,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rect2_d_int.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rect2_d_int.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rect2_d_int.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rect2_d_int.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1324,7 +1324,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rect2_d_int-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rect2_d_int-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rect2_d_int-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rect2_d_int-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -123,7 +123,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rect.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rect.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rect.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rect.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1624,7 +1624,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rect-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rect-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rect-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rect-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -125,7 +125,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_recursion_guard_flag.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_recursion_guard_flag.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_recursion_guard_flag.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_recursion_guard_flag.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_recursion_guard.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_recursion_guard.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_recursion_guard.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_recursion_guard.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -151,7 +151,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_recursion_guard-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_recursion_guard-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_recursion_guard-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_recursion_guard-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ref_counter.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ref_counter.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ref_counter.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ref_counter.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -199,7 +199,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ref_counter-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ref_counter-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ref_counter-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ref_counter-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_reg_config.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_reg_config.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_reg_config.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_reg_config.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -364,7 +364,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_reg_config-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_reg_config-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_reg_config-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_reg_config-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -138,7 +138,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_reg_ex.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_reg_ex.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_reg_ex.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_reg_ex.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -90,13 +90,13 @@  wxRegEx ()  Default constructor: use Compile() later.
      - wxRegEx (const wxString &expr, int flags=wxRE_DEFAULT) + wxRegEx (const wxString &expr, int flags=wxRE_DEFAULT)  Create and compile the regular expression, use IsValid() to test for compilation errors.
       ~wxRegEx ()  Destructor.
      -bool Compile (const wxString &pattern, int flags=wxRE_DEFAULT) +bool Compile (const wxString &pattern, int flags=wxRE_DEFAULT)  Compile the string into regular expression, return true if ok or false if string has a syntax error.
      bool GetMatch (size_t *start, size_t *len, size_t index=0) const @@ -163,7 +163,7 @@ int  - flags = wxRE_DEFAULT  + flags = wxRE_DEFAULT  @@ -211,7 +211,7 @@ int  - flags = wxRE_DEFAULT  + flags = wxRE_DEFAULT  @@ -524,7 +524,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_reg_ex-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_reg_ex-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_reg_ex-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_reg_ex-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_region.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_region.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_region.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_region.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1176,7 +1176,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_region_iterator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_region_iterator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_region_iterator.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_region_iterator.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -425,7 +425,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_region_iterator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_region_iterator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_region_iterator-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_region_iterator-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_region-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_region-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_region-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_region-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_reg_key.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_reg_key.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_reg_key.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_reg_key.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1575,7 +1575,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_reg_key-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_reg_key-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_reg_key-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_reg_key-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -136,7 +136,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_renderer_native.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_renderer_native.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_renderer_native.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_renderer_native.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1329,7 +1329,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_renderer_native-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_renderer_native-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_renderer_native-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_renderer_native-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_resource_translations_loader.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_resource_translations_loader.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_resource_translations_loader.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_resource_translations_loader.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -157,7 +157,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_resource_translations_loader-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_resource_translations_loader-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_resource_translations_loader-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_resource_translations_loader-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_art_provider.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_art_provider.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_art_provider.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_art_provider.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -152,7 +152,7 @@ virtual void DrawTool (wxDC &dc, wxWindow *wnd, const wxRect &rect, const wxBitmap &bitmap, wxRibbonButtonKind kind, long state)=0  Draw a single tool (for a wxRibbonToolBar control).
      -virtual void DrawToggleButton (wxDC &dc, wxRibbonBar *wnd, const wxRect &rect, wxRibbonDisplayMode mode)=0 +virtual void DrawToggleButton (wxDC &dc, wxRibbonBar *wnd, const wxRect &rect, wxRibbonDisplayMode mode)=0  Draw toggle button on wxRibbonBar.
      virtual void DrawHelpButton (wxDC &dc, wxRibbonBar *wnd, const wxRect &rect)=0 @@ -968,7 +968,7 @@ - wxRibbonDisplayMode  + wxRibbonDisplayMode  mode  @@ -2405,7 +2405,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_art_provider-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_art_provider-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_art_provider-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_art_provider-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_bar_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_bar_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_bar_event.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_bar_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -328,7 +328,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_bar_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_bar_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_bar_event-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_bar_event-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -117,7 +117,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_bar.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_bar.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_bar.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_bar.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -522,7 +522,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -884,7 +884,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -896,7 +896,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1808,7 +1808,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_bar-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_bar-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_bar-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_bar-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -445,7 +445,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar_event.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -386,7 +386,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar_event-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar_event-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -116,7 +116,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -538,7 +538,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -900,7 +900,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -912,7 +912,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -2467,7 +2467,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_button_bar-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -452,7 +452,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_control.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_control.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_control.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_control.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -421,7 +421,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -783,7 +783,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -795,7 +795,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1557,7 +1557,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_control-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_control-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_control-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_control-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -422,7 +422,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery_event.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -360,7 +360,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery_event-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery_event-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -509,7 +509,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -871,7 +871,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -883,7 +883,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1837,7 +1837,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_gallery-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -447,7 +447,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_page.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_page.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_page.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_page.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -455,7 +455,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -817,7 +817,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -829,7 +829,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1548,7 +1548,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_page-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_page-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_page-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_page-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -433,7 +433,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_panel_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_panel_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_panel_event.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_panel_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -297,7 +297,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_panel_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_panel_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_panel_event-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_panel_event-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -112,7 +112,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_panel.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_panel.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_panel.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_panel.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -486,7 +486,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -848,7 +848,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -860,7 +860,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1631,7 +1631,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_panel-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_panel-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_panel-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_panel-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -438,7 +438,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_tool_bar.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_tool_bar.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_tool_bar.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_tool_bar.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -532,7 +532,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -894,7 +894,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -906,7 +906,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -2658,7 +2658,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_tool_bar-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_tool_bar-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_ribbon_tool_bar-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_ribbon_tool_bar-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -457,7 +457,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_message_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_message_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_message_dialog.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_message_dialog.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -300,7 +300,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_message_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_message_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_message_dialog-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_message_dialog-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -67,7 +67,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_action.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_action.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_action.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_action.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1219,7 +1219,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_action-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_action-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_action-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_action-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -117,7 +117,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_attr.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_attr.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_attr.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_attr.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -72,7 +72,7 @@

    A class representing enhanced attributes for rich text objects.

    This adds a wxTextBoxAttr member to the basic wxTextAttr class.

    -
    Library:  wxRichText
    Category:  Rich Text
    See Also
    wxRichTextAttr, wxTextBoxAttr, wxRichTextCtrl
    +
    Library:  wxRichText
    Category:  Rich Text
    See Also
    wxTextAttr, wxTextBoxAttr, wxRichTextCtrl
    @@ -845,7 +845,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_attr-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_attr-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_attr-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_attr-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ @@ -181,7 +181,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_box.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_box.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -992,7 +992,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_box-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_box-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ @@ -283,7 +283,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer_data_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer_data_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer_data_object.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer_data_object.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -485,7 +485,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer_data_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer_data_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer_data_object-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer_data_object-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -4921,7 +4921,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_buffer-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ @@ -419,7 +419,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_cell.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_cell.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_cell.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_cell.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1154,7 +1154,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_cell-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_cell-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_cell-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_cell-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ @@ -290,7 +290,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_character_style_definition.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_character_style_definition.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_character_style_definition.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_character_style_definition.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -231,7 +231,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_character_style_definition-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_character_style_definition-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_character_style_definition-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_character_style_definition-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ @@ -94,7 +94,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_command.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_command.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_command.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_command.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -405,7 +405,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_command-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_command-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_command-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_command-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_composite_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_composite_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_composite_object.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_composite_object.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1288,7 +1288,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_composite_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_composite_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_composite_object-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_composite_object-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ @@ -196,7 +196,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_context_menu_properties_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_context_menu_properties_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_context_menu_properties_info.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_context_menu_properties_info.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ @@ -404,7 +404,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_context_menu_properties_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_context_menu_properties_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_context_menu_properties_info-members.html 2013-12-28 09:31:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_context_menu_properties_info-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ @@ -75,7 +75,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_ctrl.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_ctrl.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1355,7 +1355,7 @@ - + @@ -1711,7 +1711,7 @@ - + @@ -1723,7 +1723,7 @@ - + @@ -11090,7 +11090,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_ctrl-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_ctrl-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ @@ -752,7 +752,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_context.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_context.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_context.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_context.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -422,7 +422,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_context-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_context-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_context-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_context-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_handler.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_handler.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -464,7 +464,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_handler-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_drawing_handler-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_event.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_event.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -871,7 +871,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_event-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_event-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ @@ -140,7 +140,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_field.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_field.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_field.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_field.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1363,7 +1363,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_field-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_field-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_field-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_field-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ @@ -286,7 +286,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -718,7 +718,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type_standard.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type_standard.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type_standard.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type_standard.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ @@ -87,26 +87,26 @@

    Public Member Functions

    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - - +

    Public Types

    enum  {
    -  wxRICHTEXT_FIELD_STYLE_COMPOSITE = 0x01, +
    enum  {
    +  wxRICHTEXT_FIELD_STYLE_COMPOSITE = 0x01,
    -  wxRICHTEXT_FIELD_STYLE_RECTANGLE = 0x02, +  wxRICHTEXT_FIELD_STYLE_RECTANGLE = 0x02,
    -  wxRICHTEXT_FIELD_STYLE_NO_BORDER = 0x04, +  wxRICHTEXT_FIELD_STYLE_NO_BORDER = 0x04,
    -  wxRICHTEXT_FIELD_STYLE_START_TAG = 0x08, +  wxRICHTEXT_FIELD_STYLE_START_TAG = 0x08,
    -  wxRICHTEXT_FIELD_STYLE_END_TAG = 0x10 +  wxRICHTEXT_FIELD_STYLE_END_TAG = 0x10
    }
     
     
    - + - + @@ -319,7 +319,7 @@

    Public Member Functions

     wxRichTextFieldTypeStandard (const wxString &name, const wxString &label, int displayStyle=wxRICHTEXT_FIELD_STYLE_RECTANGLE)
     wxRichTextFieldTypeStandard (const wxString &name, const wxString &label, int displayStyle=wxRICHTEXT_FIELD_STYLE_RECTANGLE)
     Constructor, creating a field type definition with a text label.
     
     wxRichTextFieldTypeStandard (const wxString &name, const wxBitmap &bitmap, int displayStyle=wxRICHTEXT_FIELD_STYLE_NO_BORDER)
     wxRichTextFieldTypeStandard (const wxString &name, const wxBitmap &bitmap, int displayStyle=wxRICHTEXT_FIELD_STYLE_NO_BORDER)
     Constructor, creating a field type definition with a bitmap label.
     
     wxRichTextFieldTypeStandard ()
     

    Member Enumeration Documentation

    - +
    @@ -329,15 +329,15 @@
    Enumerator:
    - - - - -
    wxRICHTEXT_FIELD_STYLE_COMPOSITE  +
    wxRICHTEXT_FIELD_STYLE_COMPOSITE 
    wxRICHTEXT_FIELD_STYLE_RECTANGLE  +
    wxRICHTEXT_FIELD_STYLE_RECTANGLE 
    wxRICHTEXT_FIELD_STYLE_NO_BORDER  +
    wxRICHTEXT_FIELD_STYLE_NO_BORDER 
    wxRICHTEXT_FIELD_STYLE_START_TAG  +
    wxRICHTEXT_FIELD_STYLE_START_TAG 
    wxRICHTEXT_FIELD_STYLE_END_TAG  +
    wxRICHTEXT_FIELD_STYLE_END_TAG 
    @@ -366,7 +366,7 @@ int  - displayStyle = wxRICHTEXT_FIELD_STYLE_RECTANGLE  + displayStyle = wxRICHTEXT_FIELD_STYLE_RECTANGLE  @@ -408,7 +408,7 @@ int  - displayStyle = wxRICHTEXT_FIELD_STYLE_NO_BORDER  + displayStyle = wxRICHTEXT_FIELD_STYLE_NO_BORDER  @@ -1622,7 +1622,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type_standard-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type_standard-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type_standard-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_field_type_standard-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -121,11 +121,11 @@ UpdateField(wxRichTextBuffer *buffer, wxRichTextField *obj)wxRichTextFieldTypeinlinevirtual wxObject()wxObject wxObject(const wxObject &other)wxObject - wxRICHTEXT_FIELD_STYLE_COMPOSITE enum valuewxRichTextFieldTypeStandard - wxRICHTEXT_FIELD_STYLE_END_TAG enum valuewxRichTextFieldTypeStandard - wxRICHTEXT_FIELD_STYLE_NO_BORDER enum valuewxRichTextFieldTypeStandard - wxRICHTEXT_FIELD_STYLE_RECTANGLE enum valuewxRichTextFieldTypeStandard - wxRICHTEXT_FIELD_STYLE_START_TAG enum valuewxRichTextFieldTypeStandard + wxRICHTEXT_FIELD_STYLE_COMPOSITE enum valuewxRichTextFieldTypeStandard + wxRICHTEXT_FIELD_STYLE_END_TAG enum valuewxRichTextFieldTypeStandard + wxRICHTEXT_FIELD_STYLE_NO_BORDER enum valuewxRichTextFieldTypeStandard + wxRICHTEXT_FIELD_STYLE_RECTANGLE enum valuewxRichTextFieldTypeStandard + wxRICHTEXT_FIELD_STYLE_START_TAG enum valuewxRichTextFieldTypeStandard wxRichTextFieldType(const wxString &name=wxEmptyString)wxRichTextFieldTypeinline wxRichTextFieldType(const wxRichTextFieldType &fieldType)wxRichTextFieldTypeinline wxRichTextFieldTypeStandard(const wxString &name, const wxString &label, int displayStyle=wxRICHTEXT_FIELD_STYLE_RECTANGLE)wxRichTextFieldTypeStandard @@ -137,7 +137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_file_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_file_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_file_handler.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_file_handler.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -997,7 +997,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_file_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_file_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_file_handler-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_file_handler-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_font_table.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_font_table.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_font_table.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_font_table.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -392,7 +392,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_font_table-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_font_table-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_font_table-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_font_table-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -88,7 +88,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog_factory.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog_factory.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog_factory.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog_factory.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -453,7 +453,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog_factory-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog_factory-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog_factory-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog_factory-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,9 +93,9 @@
    Library:  wxRichText
    Category:  Rich Text
    - - +

    Public Types

    enum  { Option_AllowPixelFontSize = 0x0001 +
    enum  { Option_AllowPixelFontSize = 0x0001 }
     
     
    @@ -377,7 +377,7 @@ - + @@ -429,7 +429,7 @@ - + @@ -1063,7 +1063,7 @@ - + @@ -1078,7 +1078,7 @@ - + @@ -1417,7 +1417,7 @@

    Public Member Functions

    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
     

    Member Enumeration Documentation

    - +
    @@ -1427,7 +1427,7 @@
    Enumerator:
    -
    Option_AllowPixelFontSize  +
    Option_AllowPixelFontSize 
    @@ -2139,7 +2139,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_formatting_dialog-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -325,7 +325,7 @@ OnInternalIdle()wxWindowvirtual operator delete(void *buf)wxObject operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject - Option_AllowPixelFontSize enum valuewxRichTextFormattingDialog + Option_AllowPixelFontSize enum valuewxRichTextFormattingDialog OSXIsModified() const wxTopLevelWindowvirtual OSXSetModified(bool modified)wxTopLevelWindowvirtual PageDown()wxWindow @@ -507,7 +507,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_header_footer_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_header_footer_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_header_footer_data.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_header_footer_data.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -680,7 +680,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_header_footer_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_header_footer_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_header_footer_data-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_header_footer_data-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_h_t_m_l_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_h_t_m_l_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_h_t_m_l_handler.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_h_t_m_l_handler.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -556,7 +556,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_h_t_m_l_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_h_t_m_l_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_h_t_m_l_handler-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_h_t_m_l_handler-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -116,7 +116,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_image_block.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_image_block.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_image_block.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_image_block.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1043,7 +1043,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_image_block-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_image_block-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_image_block-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_image_block-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_image.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_image.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_image.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_image.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1355,7 +1355,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_image-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_image-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_image-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_image-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -195,7 +195,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_line.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_line.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_line.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_line.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -722,7 +722,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_line-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_line-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_line-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_line-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -85,7 +85,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_list_style_definition.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_list_style_definition.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_list_style_definition.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_list_style_definition.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -467,7 +467,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_list_style_definition-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_list_style_definition-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_list_style_definition-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_list_style_definition-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_object_address.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_object_address.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_object_address.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_object_address.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -410,7 +410,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_object_address-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_object_address-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_object_address-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_object_address-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_object.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_object.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -3520,7 +3520,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_object-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_object-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -181,7 +181,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1758,7 +1758,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_layout_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_layout_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_layout_box.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_layout_box.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -4150,7 +4150,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_layout_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_layout_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_layout_box-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_layout_box-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -280,7 +280,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -225,7 +225,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_style_definition.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_style_definition.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_style_definition.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_style_definition.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -273,7 +273,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_style_definition-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_style_definition-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_style_definition-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_paragraph_style_definition-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text_handler.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text_handler.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -380,7 +380,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text_handler-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text_handler-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text.html 2014-09-09 22:03:46.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1282,7 +1282,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_plain_text-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -188,7 +188,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_printing.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_printing.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_printing.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_printing.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -747,7 +747,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_printing-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_printing-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_printing-members.html 2013-12-28 09:31:31.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_printing-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_printout.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_printout.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_printout.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_printout.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -556,7 +556,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_printout-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_printout-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_printout-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_printout-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_properties.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_properties.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_properties.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_properties.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -967,7 +967,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_properties-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_properties-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_properties-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_properties-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -109,7 +109,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_range.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_range.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_range.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_range.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -764,7 +764,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_range-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_range-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_range-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_range-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_renderer.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_renderer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -391,7 +391,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_renderer-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_renderer-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_selection.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_selection.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_selection.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_selection.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -893,7 +893,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_selection-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_selection-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_selection-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_selection-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -88,7 +88,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_std_renderer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_std_renderer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_std_renderer.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_std_renderer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -372,7 +372,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_std_renderer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_std_renderer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_std_renderer-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_std_renderer-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_combo_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_combo_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_combo_ctrl.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_combo_ctrl.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -575,7 +575,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -937,7 +937,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -949,7 +949,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1488,7 +1488,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_combo_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_combo_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_combo_ctrl-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_combo_ctrl-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -498,7 +498,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_definition.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_definition.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_definition.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_definition.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -462,7 +462,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_definition-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_definition-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_definition-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_definition-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -92,7 +92,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_box.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_box.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -549,7 +549,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -914,7 +914,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -929,7 +929,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1743,7 +1743,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_box-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_box-members.html 2014-09-09 22:03:28.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -495,7 +495,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_ctrl.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_ctrl.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -425,7 +425,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -787,7 +787,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -799,7 +799,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1412,7 +1412,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_ctrl-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_list_ctrl-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -419,7 +419,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_organiser_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_organiser_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_organiser_dialog.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_organiser_dialog.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -303,7 +303,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -355,7 +355,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -989,7 +989,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -1004,7 +1004,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1752,7 +1752,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_organiser_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_organiser_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_organiser_dialog-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_organiser_dialog-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -487,7 +487,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_sheet.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_sheet.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_sheet.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_sheet.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -794,7 +794,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_sheet-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_sheet-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_style_sheet-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_style_sheet-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_table_block.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_table_block.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_table_block.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_table_block.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -625,7 +625,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_table_block-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_table_block-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_table_block-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_table_block-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -82,7 +82,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_table.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_table.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_table.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_table.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -2092,7 +2092,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_table-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_table-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_table-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_table-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -304,7 +304,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_x_m_l_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_x_m_l_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_x_m_l_handler.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_x_m_l_handler.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -527,7 +527,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_x_m_l_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_x_m_l_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_text_x_m_l_handler-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_text_x_m_l_handler-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -110,7 +110,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_tool_tip.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_tool_tip.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_tool_tip.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_tool_tip.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -345,7 +345,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_tool_tip-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_tool_tip-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_rich_tool_tip-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_rich_tool_tip-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sash_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sash_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sash_event.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sash_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -392,7 +392,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sash_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sash_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sash_event-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sash_event-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -117,7 +117,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sash_layout_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sash_layout_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sash_layout_window.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sash_layout_window.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -444,7 +444,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -809,7 +809,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -824,7 +824,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1450,7 +1450,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sash_layout_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sash_layout_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sash_layout_window-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sash_layout_window-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -423,7 +423,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sash_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sash_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sash_window.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sash_window.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -425,7 +425,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -790,7 +790,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -805,7 +805,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1667,7 +1667,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sash_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sash_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sash_window-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sash_window-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -414,7 +414,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_array.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_array.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_array.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_array.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -438,7 +438,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_array-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_array-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_array-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_array-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -73,7 +73,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_char_type_buffer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_char_type_buffer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_char_type_buffer.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_char_type_buffer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -446,7 +446,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_char_type_buffer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_char_type_buffer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_char_type_buffer-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_char_type_buffer-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -73,7 +73,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_ptr_3_01_t_01_4.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_ptr_3_01_t_01_4.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_ptr_3_01_t_01_4.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_ptr_3_01_t_01_4.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -290,7 +290,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_ptr_3_01_t_01_4-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_ptr_3_01_t_01_4-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_ptr_3_01_t_01_4-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_ptr_3_01_t_01_4-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_ptr.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_ptr.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_ptr.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_ptr.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -302,7 +302,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_ptr-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_ptr-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_ptr-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_ptr-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_tied_ptr.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_tied_ptr.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_tied_ptr.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_tied_ptr.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -157,7 +157,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_tied_ptr-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_tied_ptr-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scoped_tied_ptr-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scoped_tied_ptr-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -70,7 +70,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scope_guard.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scope_guard.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scope_guard.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scope_guard.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scope_guard-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scope_guard-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scope_guard-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scope_guard-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -61,7 +61,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_screen_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_screen_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_screen_d_c.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_screen_d_c.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -641,7 +641,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_screen_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_screen_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_screen_d_c-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_screen_d_c-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -210,7 +210,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scroll_bar.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scroll_bar.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scroll_bar.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scroll_bar.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -461,7 +461,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -823,7 +823,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -835,7 +835,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1571,7 +1571,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scroll_bar-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scroll_bar-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scroll_bar-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scroll_bar-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -416,7 +416,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scrolled.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scrolled.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scrolled.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scrolled.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1336,7 +1336,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scrolled-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scrolled-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scrolled-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scrolled-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scroll_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scroll_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scroll_event.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scroll_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -387,7 +387,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scroll_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scroll_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scroll_event-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scroll_event-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scroll_win_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scroll_win_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scroll_win_event.html 2013-12-28 09:33:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scroll_win_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -323,7 +323,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scroll_win_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scroll_win_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_scroll_win_event-members.html 2013-12-28 09:31:32.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_scroll_win_event-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_search_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_search_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_search_ctrl.html 2013-12-28 09:33:03.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_search_ctrl.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -550,7 +550,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -912,7 +912,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -924,7 +924,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1770,7 +1770,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_search_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_search_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_search_ctrl-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_search_ctrl-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -493,7 +493,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_semaphore.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_semaphore.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_semaphore.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_semaphore.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -235,7 +235,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_semaphore-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_semaphore-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_semaphore-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_semaphore-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_server.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_server.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_server.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_server.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -148,7 +148,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_server-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_server-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_server-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_server-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_set_cursor_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_set_cursor_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_set_cursor_event.html 2013-12-28 09:33:03.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_set_cursor_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -333,7 +333,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_set_cursor_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_set_cursor_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_set_cursor_event-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_set_cursor_event-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_settable_header_column.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_settable_header_column.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_settable_header_column.html 2013-12-28 09:33:03.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_settable_header_column.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -647,7 +647,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_settable_header_column-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_settable_header_column-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_settable_header_column-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_settable_header_column-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_shared_ptr_3_01_t_01_4.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_shared_ptr_3_01_t_01_4.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_shared_ptr_3_01_t_01_4.html 2013-12-28 09:33:03.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_shared_ptr_3_01_t_01_4.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -452,7 +452,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_shared_ptr_3_01_t_01_4-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_shared_ptr_3_01_t_01_4-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_shared_ptr_3_01_t_01_4-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_shared_ptr_3_01_t_01_4-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_show_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_show_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_show_event.html 2013-12-28 09:33:03.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_show_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -290,7 +290,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_show_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_show_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_show_event-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_show_event-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_simplebook.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_simplebook.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_simplebook.html 2013-12-28 09:33:03.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_simplebook.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -475,7 +475,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -837,7 +837,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -849,7 +849,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1420,7 +1420,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_simplebook-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_simplebook-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_simplebook-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_simplebook-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -443,7 +443,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_simple_help_provider.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_simple_help_provider.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_simple_help_provider.html 2013-12-28 09:33:03.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_simple_help_provider.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -107,7 +107,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_simple_help_provider-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_simple_help_provider-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_simple_help_provider-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_simple_help_provider-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_simple_html_list_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_simple_html_list_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_simple_html_list_box.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_simple_html_list_box.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -525,7 +525,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -890,7 +890,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -905,7 +905,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1790,7 +1790,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_simple_html_list_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_simple_html_list_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_simple_html_list_box-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_simple_html_list_box-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -525,7 +525,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_single_choice_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_single_choice_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_single_choice_dialog.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_single_choice_dialog.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -287,7 +287,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -339,7 +339,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -973,7 +973,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -988,7 +988,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1574,7 +1574,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_single_choice_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_single_choice_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_single_choice_dialog-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_single_choice_dialog-members.html 2014-09-09 22:03:29.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -478,7 +478,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_single_instance_checker.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_single_instance_checker.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_single_instance_checker.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_single_instance_checker.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -258,7 +258,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_single_instance_checker-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_single_instance_checker-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_single_instance_checker-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_single_instance_checker-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_size_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_size_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_size_event.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_size_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -309,7 +309,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_size_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_size_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_size_event-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_size_event-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_size.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_size.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_size.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_size.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -875,7 +875,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_size-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_size-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_size-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_size-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer_flags.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer_flags.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer_flags.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer_flags.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -512,7 +512,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer_flags-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer_flags-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer_flags-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer_flags-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -2926,7 +2926,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer_item.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer_item.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer_item.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer_item.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1305,7 +1305,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer_item-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer_item-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer_item-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer_item-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -123,7 +123,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -159,7 +159,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer_xml_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer_xml_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer_xml_handler.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer_xml_handler.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -454,7 +454,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer_xml_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer_xml_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sizer_xml_handler-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sizer_xml_handler-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -128,7 +128,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_slider.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_slider.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_slider.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_slider.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -517,7 +517,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -879,7 +879,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -891,7 +891,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -2055,7 +2055,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_slider-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_slider-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_slider-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_slider-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -432,7 +432,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sock_address.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sock_address.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sock_address.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sock_address.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -277,7 +277,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sock_address-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sock_address-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sock_address-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sock_address-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_base.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_base.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_base.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_base.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1399,7 +1399,7 @@
    Returns
    Returns a reference to the current object.
    Remarks

    WriteMsg() will behave as if the wxSOCKET_WAITALL flag was always set and it will always ignore the wxSOCKET_NOWAIT flag. The exact behaviour of WriteMsg() depends on the wxSOCKET_BLOCK flag. For a detailed explanation, see SetFlags(). For thread safety, in case ReadMsg() and WriteMsg() are called in different threads, it is a good idea to call

    -
    SetFlags(wxSOCKET_WAITALL|wx_SOCKET_BLOCK)
    +
    SetFlags(wxSOCKET_WAITALL|wx_SOCKET_BLOCK)

    before the first calls to ReadMsg() and WriteMsg() in different threads, as each of these functions calls SetFlags() which performs read/modify/write. By setting these flags before the multi-threading, it will ensure that they don't get reset by thread race conditions.

    See Also
    Error(), LastError(), LastWriteCount(), SetFlags(), ReadMsg()
    @@ -1409,7 +1409,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_base-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_base-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_base-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_base-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_client.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_client.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_client.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_client.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -73,7 +73,7 @@
    Library:  wxNet
    Category:  Networking
    - + @@ -286,7 +286,7 @@ - +

    Public Member Functions

     wxSocketClient (wxSocketFlags flags=wxSOCKET_NONE)
     wxSocketClient (wxSocketFlags flags=wxSOCKET_NONE)
     Constructor.
     
    virtual ~wxSocketClient ()
    wxSocketClient::wxSocketClient ( wxSocketFlags flags = wxSOCKET_NONE)flags = wxSOCKET_NONE)
    @@ -481,7 +481,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_client-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_client-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_client-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_client-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -125,7 +125,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_event.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -282,7 +282,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_event-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_event-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_input_stream.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_input_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -180,7 +180,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_input_stream-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_input_stream-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_output_stream.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_output_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -168,7 +168,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_output_stream-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_output_stream-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_server.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_server.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_server.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_server.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -73,7 +73,7 @@
    Library:  wxNet
    Category:  Networking
    - + @@ -292,7 +292,7 @@ - + @@ -442,7 +442,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_server-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_server-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_socket_server-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_socket_server-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -125,7 +125,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sorted_array_string.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sorted_array_string.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sorted_array_string.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sorted_array_string.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -257,7 +257,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sorted_array_string-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sorted_array_string-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sorted_array_string-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sorted_array_string-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sound.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sound.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sound.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sound.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -502,7 +502,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sound-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sound-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sound-members.html 2013-12-28 09:31:33.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sound-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -88,7 +88,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_button.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_button.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_button.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_button.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -439,7 +439,7 @@ - + @@ -801,7 +801,7 @@ - + @@ -813,7 +813,7 @@ - + @@ -1467,7 +1467,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_button-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_button-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_button-members.html 2013-12-28 09:31:34.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_button-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -415,7 +415,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_ctrl_double.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_ctrl_double.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_ctrl_double.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_ctrl_double.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -445,7 +445,7 @@ - + @@ -807,7 +807,7 @@ - + @@ -819,7 +819,7 @@ - + @@ -1556,7 +1556,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_ctrl_double-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_ctrl_double-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_ctrl_double-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_ctrl_double-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -420,7 +420,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_ctrl.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_ctrl.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -446,7 +446,7 @@ - + @@ -808,7 +808,7 @@ - + @@ -820,7 +820,7 @@ - + @@ -1560,7 +1560,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_ctrl-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_ctrl-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -419,7 +419,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_double_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_double_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_double_event.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_double_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -356,7 +356,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_double_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_double_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_double_event-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_double_event-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_event.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -330,7 +330,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_spin_event-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_spin_event-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -117,7 +117,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_splash_screen.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_splash_screen.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_splash_screen.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_splash_screen.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -121,7 +121,7 @@ - + @@ -240,7 +240,7 @@ - + @@ -295,7 +295,7 @@ - + @@ -929,7 +929,7 @@ - + @@ -944,7 +944,7 @@ - + @@ -1440,7 +1440,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_splash_screen-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_splash_screen-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_splash_screen-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_splash_screen-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -461,7 +461,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_splitter_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_splitter_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_splitter_event.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_splitter_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -404,7 +404,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_splitter_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_splitter_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_splitter_event-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_splitter_event-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_splitter_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_splitter_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_splitter_window.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_splitter_window.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -455,7 +455,7 @@ - + @@ -820,7 +820,7 @@ - + @@ -835,7 +835,7 @@ - + @@ -2000,7 +2000,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_splitter_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_splitter_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_splitter_window-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_splitter_window-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -421,7 +421,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stack_3_01_t_01_4.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stack_3_01_t_01_4.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stack_3_01_t_01_4.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stack_3_01_t_01_4.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -328,7 +328,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stack_3_01_t_01_4-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stack_3_01_t_01_4-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stack_3_01_t_01_4-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stack_3_01_t_01_4-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stack_frame.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stack_frame.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stack_frame.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stack_frame.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -314,7 +314,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stack_frame-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stack_frame-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stack_frame-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stack_frame-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -70,7 +70,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stack_walker.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stack_walker.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stack_walker.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stack_walker.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -229,7 +229,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stack_walker-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stack_walker-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stack_walker-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stack_walker-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_standard_paths.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_standard_paths.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_standard_paths.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_standard_paths.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -826,7 +826,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_standard_paths-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_standard_paths-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_standard_paths-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_standard_paths-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -85,7 +85,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_bitmap.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_bitmap.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_bitmap.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_bitmap.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -417,7 +417,7 @@ - + @@ -779,7 +779,7 @@ - + @@ -791,7 +791,7 @@ - + @@ -1398,7 +1398,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_bitmap-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_bitmap-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_bitmap-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_bitmap-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ @@ -414,7 +414,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_box.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_box.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -421,7 +421,7 @@ - + @@ -783,7 +783,7 @@ - + @@ -795,7 +795,7 @@ - + @@ -1308,7 +1308,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_box-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_box-members.html 2014-09-09 22:03:31.000000000 +0000 @@ -23,7 +23,7 @@ @@ -411,7 +411,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_box_sizer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_box_sizer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_box_sizer.html 2013-12-28 09:33:25.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_box_sizer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -555,7 +555,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_box_sizer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_box_sizer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_box_sizer-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_box_sizer-members.html 2014-09-09 22:03:31.000000000 +0000 @@ -23,7 +23,7 @@ @@ -165,7 +165,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_line.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_line.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_line.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_line.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -401,7 +401,7 @@ - + @@ -763,7 +763,7 @@ - + @@ -775,7 +775,7 @@ - + @@ -1331,7 +1331,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_line-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_line-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_line-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_line-members.html 2014-09-09 22:03:31.000000000 +0000 @@ -23,7 +23,7 @@ @@ -411,7 +411,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_text.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_text.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_text.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_text.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -420,7 +420,7 @@ - + @@ -782,7 +782,7 @@ - + @@ -794,7 +794,7 @@ - + @@ -1319,7 +1319,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_text-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_text-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_static_text-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_static_text-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -412,7 +412,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_status_bar.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_status_bar.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_status_bar.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_status_bar.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -451,7 +451,7 @@ - + @@ -813,7 +813,7 @@ - + @@ -825,7 +825,7 @@ - + @@ -1733,7 +1733,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_status_bar-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_status_bar-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_status_bar-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_status_bar-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -425,7 +425,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_status_bar_pane.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_status_bar_pane.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_status_bar_pane.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_status_bar_pane.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -163,7 +163,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_status_bar_pane-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_status_bar_pane-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_status_bar_pane-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_status_bar_pane-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_dialog_button_sizer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_dialog_button_sizer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_dialog_button_sizer.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_dialog_button_sizer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -591,7 +591,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_dialog_button_sizer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_dialog_button_sizer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_dialog_button_sizer-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_dialog_button_sizer-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -168,7 +168,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_input_stream_buffer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_input_stream_buffer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_input_stream_buffer.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_input_stream_buffer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -152,7 +152,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_input_stream_buffer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_input_stream_buffer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_input_stream_buffer-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_input_stream_buffer-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_input_stream.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_input_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -152,7 +152,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_input_stream-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_input_stream-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_output_stream_buffer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_output_stream_buffer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_output_stream_buffer.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_output_stream_buffer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -148,7 +148,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_output_stream_buffer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_output_stream_buffer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_output_stream_buffer-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_output_stream_buffer-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_output_stream.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_output_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -141,7 +141,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_std_output_stream-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_std_output_stream-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stock_preferences_page.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stock_preferences_page.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stock_preferences_page.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stock_preferences_page.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -231,7 +231,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stock_preferences_page-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stock_preferences_page-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stock_preferences_page-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stock_preferences_page-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -70,7 +70,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stop_watch.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stop_watch.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stop_watch.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stop_watch.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -211,7 +211,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stop_watch-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stop_watch-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stop_watch-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stop_watch-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stream_base.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stream_base.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stream_base.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stream_base.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -405,7 +405,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stream_base-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stream_base-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stream_base-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stream_base-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stream_buffer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stream_buffer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stream_buffer.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stream_buffer.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -940,7 +940,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stream_buffer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stream_buffer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stream_buffer-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stream_buffer-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -95,7 +95,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stream_to_text_redirector.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stream_to_text_redirector.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stream_to_text_redirector.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stream_to_text_redirector.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -141,7 +141,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stream_to_text_redirector-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stream_to_text_redirector-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_stream_to_text_redirector-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_stream_to_text_redirector-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_buffer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_buffer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_buffer.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_buffer.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -149,7 +149,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_buffer_length.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_buffer_length.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_buffer_length.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_buffer_length.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -174,7 +174,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_buffer_length-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_buffer_length-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_buffer_length-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_buffer_length-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_buffer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_buffer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_buffer-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_buffer-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_client_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_client_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_client_data.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_client_data.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -169,7 +169,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_client_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_client_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_client_data-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_client_data-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -7049,7 +7049,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_input_stream.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_input_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -180,7 +180,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_input_stream-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_input_stream-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -313,7 +313,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_output_stream.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_output_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -201,7 +201,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_output_stream-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_output_stream-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_tokenizer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_tokenizer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_tokenizer.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_tokenizer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -369,7 +369,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_tokenizer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_tokenizer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_string_tokenizer-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_string_tokenizer-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_styled_text_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_styled_text_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_styled_text_ctrl.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_styled_text_ctrl.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -2360,7 +2360,7 @@ - + @@ -2722,7 +2722,7 @@ - + @@ -2734,7 +2734,7 @@ - + @@ -16719,7 +16719,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_styled_text_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_styled_text_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_styled_text_ctrl-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_styled_text_ctrl-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1081,7 +1081,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_styled_text_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_styled_text_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_styled_text_event.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_styled_text_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1155,7 +1155,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_styled_text_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_styled_text_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_styled_text_event-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_styled_text_event-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -162,7 +162,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_s_v_g_file_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_s_v_g_file_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_s_v_g_file_d_c.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_s_v_g_file_d_c.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1015,7 +1015,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_s_v_g_file_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_s_v_g_file_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_s_v_g_file_d_c-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_s_v_g_file_d_c-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -209,7 +209,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_symbol_picker_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_symbol_picker_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_symbol_picker_dialog.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_symbol_picker_dialog.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -342,7 +342,7 @@ - + @@ -394,7 +394,7 @@ - + @@ -1028,7 +1028,7 @@ - + @@ -1043,7 +1043,7 @@ - + @@ -1761,7 +1761,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_symbol_picker_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_symbol_picker_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_symbol_picker_dialog-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_symbol_picker_dialog-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -487,7 +487,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sys_colour_changed_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sys_colour_changed_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sys_colour_changed_event.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sys_colour_changed_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -220,7 +220,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sys_colour_changed_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sys_colour_changed_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_sys_colour_changed_event-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_sys_colour_changed_event-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_system_options.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_system_options.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_system_options.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_system_options.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -410,7 +410,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_system_options-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_system_options-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_system_options-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_system_options-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_system_settings.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_system_settings.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_system_settings.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_system_settings.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -337,7 +337,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_system_settings-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_system_settings-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_system_settings-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_system_settings-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_class_factory.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_class_factory.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_class_factory.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_class_factory.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -145,7 +145,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_class_factory-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_class_factory-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_class_factory-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_class_factory-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_entry.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_entry.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_entry.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_entry.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -887,7 +887,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_entry-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_entry-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_entry-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_entry-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -119,7 +119,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_input_stream.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_input_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -319,7 +319,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_input_stream-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_input_stream-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -94,7 +94,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_output_stream.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_output_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -550,7 +550,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tar_output_stream-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tar_output_stream-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_task_bar_icon_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_task_bar_icon_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_task_bar_icon_event.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_task_bar_icon_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -223,7 +223,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_task_bar_icon_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_task_bar_icon_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_task_bar_icon_event-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_task_bar_icon_event-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_task_bar_icon.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_task_bar_icon.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_task_bar_icon.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_task_bar_icon.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -558,7 +558,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_task_bar_icon-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_task_bar_icon-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_task_bar_icon-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_task_bar_icon-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -125,7 +125,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_t_c_p_client.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_t_c_p_client.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_t_c_p_client.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_t_c_p_client.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -267,7 +267,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_t_c_p_client-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_t_c_p_client-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_t_c_p_client-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_t_c_p_client-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -81,7 +81,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_t_c_p_connection.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_t_c_p_connection.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_t_c_p_connection.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_t_c_p_connection.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1059,7 +1059,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_t_c_p_connection-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_t_c_p_connection-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_t_c_p_connection-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_t_c_p_connection-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_t_c_p_server.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_t_c_p_server.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_t_c_p_server.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_t_c_p_server.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -220,7 +220,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_t_c_p_server-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_t_c_p_server-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_t_c_p_server-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_t_c_p_server-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_temp_file.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_temp_file.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_temp_file.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_temp_file.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -327,7 +327,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_temp_file-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_temp_file-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_temp_file-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_temp_file-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_temp_file_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_temp_file_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_temp_file_output_stream.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_temp_file_output_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -229,7 +229,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_temp_file_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_temp_file_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_temp_file_output_stream-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_temp_file_output_stream-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -85,7 +85,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_border.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_border.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_border.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_border.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -914,7 +914,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_border-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_border-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_border-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_border-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_borders.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_borders.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_borders.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_borders.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -702,7 +702,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_borders-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_borders-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_borders-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_borders-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -85,7 +85,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension_converter.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension_converter.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension_converter.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension_converter.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -287,7 +287,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension_converter-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension_converter-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension_converter-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension_converter-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -778,7 +778,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_dimension-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_dimensions.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_dimensions.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_dimensions.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_dimensions.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -579,7 +579,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_dimensions-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_dimensions-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_dimensions-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_dimensions-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -2401,7 +2401,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr-members.html 2014-09-09 22:03:32.000000000 +0000 @@ -23,7 +23,7 @@ @@ -167,7 +167,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_size.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_size.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_size.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_size.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -659,7 +659,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_size-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_size-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_attr_size-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_attr_size-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_box_attr.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_box_attr.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_box_attr.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_box_attr.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -2817,7 +2817,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_box_attr-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_box_attr-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_box_attr-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_box_attr-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -168,7 +168,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_completer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_completer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_completer.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_completer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -150,7 +150,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_completer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_completer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_completer-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_completer-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_completer_simple.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_completer_simple.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_completer_simple.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_completer_simple.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -164,7 +164,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_completer_simple-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_completer_simple-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_completer_simple-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_completer_simple-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_ctrl.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_ctrl.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -585,7 +585,7 @@ - + @@ -947,7 +947,7 @@ - + @@ -959,7 +959,7 @@ - + @@ -2513,7 +2513,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_ctrl-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_ctrl-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -482,7 +482,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_data_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_data_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_data_object.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_data_object.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -341,7 +341,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_data_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_data_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_data_object-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_data_object-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_drop_target.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_drop_target.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_drop_target.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_drop_target.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -231,7 +231,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_drop_target-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_drop_target-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_drop_target-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_drop_target-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_entry_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_entry_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_entry_dialog.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_entry_dialog.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -288,7 +288,7 @@ - + @@ -340,7 +340,7 @@ - + @@ -974,7 +974,7 @@ - + @@ -989,7 +989,7 @@ - + @@ -1624,7 +1624,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_entry_dialog-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_entry_dialog-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_entry_dialog-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_entry_dialog-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -481,7 +481,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_entry.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_entry.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_entry.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_entry.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1472,7 +1472,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_entry-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_entry-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_entry-members.html 2013-12-28 09:31:59.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_entry-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_file.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_file.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_file.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_file.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -829,7 +829,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_file-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_file-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_file-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_file-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_input_stream.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_input_stream.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -425,7 +425,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_input_stream-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_input_stream-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -75,7 +75,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_output_stream.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_output_stream.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -383,7 +383,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_output_stream-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_output_stream-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_url_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_url_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_url_event.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_url_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -372,7 +372,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_url_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_url_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_url_event-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_url_event-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_validator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_validator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_validator.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_validator.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -740,7 +740,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_validator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_validator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_validator-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_validator-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -140,7 +140,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_wrapper.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_wrapper.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_wrapper.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_wrapper.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -232,7 +232,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_wrapper-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_wrapper-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_text_wrapper-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_text_wrapper-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_thread_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_thread_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_thread_event.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_thread_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -459,7 +459,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_thread_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_thread_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_thread_event-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_thread_event-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_thread_helper.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_thread_helper.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_thread_helper.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_thread_helper.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -446,7 +446,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_thread_helper-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_thread_helper-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_thread_helper-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_thread_helper-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_thread.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_thread.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_thread.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_thread.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1041,7 +1041,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_thread-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_thread-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_thread-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_thread-members.html 2014-09-09 22:03:33.000000000 +0000 @@ -23,7 +23,7 @@ @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_time_picker_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_time_picker_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_time_picker_ctrl.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_time_picker_ctrl.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ - + @@ -424,7 +424,7 @@ - + @@ -786,7 +786,7 @@ - + @@ -798,7 +798,7 @@ - + @@ -1189,7 +1189,7 @@ - + @@ -1437,7 +1437,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_time_picker_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_time_picker_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_time_picker_ctrl-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_time_picker_ctrl-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -414,7 +414,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_timer_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_timer_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_timer_event.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_timer_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -294,7 +294,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_timer_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_timer_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_timer_event-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_timer_event-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_timer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_timer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_timer.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_timer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -603,7 +603,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_timer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_timer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_timer-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_timer-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -128,7 +128,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_timer_runner.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_timer_runner.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_timer_runner.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_timer_runner.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -167,7 +167,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_timer_runner-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_timer_runner-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_timer_runner-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_timer_runner-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_time_span.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_time_span.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_time_span.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_time_span.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1058,7 +1058,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_time_span-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_time_span-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_time_span-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_time_span-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tip_provider.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tip_provider.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tip_provider.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tip_provider.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -206,7 +206,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tip_provider-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tip_provider-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tip_provider-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tip_provider-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -65,7 +65,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tip_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tip_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tip_window.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tip_window.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -358,7 +358,7 @@ - + @@ -723,7 +723,7 @@ - + @@ -738,7 +738,7 @@ - + @@ -1192,7 +1192,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tip_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tip_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tip_window-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tip_window-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -397,7 +397,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_toggle_button.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_toggle_button.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_toggle_button.html 2013-12-28 09:33:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_toggle_button.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -473,7 +473,7 @@ - + @@ -835,7 +835,7 @@ - + @@ -847,7 +847,7 @@ - + @@ -1436,7 +1436,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_toggle_button-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_toggle_button-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_toggle_button-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_toggle_button-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -431,7 +431,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tool_bar.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tool_bar.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tool_bar.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tool_bar.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -119,7 +119,7 @@ - + @@ -593,7 +593,7 @@ - + @@ -955,7 +955,7 @@ - + @@ -967,7 +967,7 @@ - + @@ -1352,7 +1352,7 @@ - + @@ -3358,7 +3358,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tool_bar-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tool_bar-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tool_bar-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tool_bar-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -463,7 +463,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tool_bar_tool_base.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tool_bar_tool_base.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tool_bar_tool_base.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tool_bar_tool_base.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -960,7 +960,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tool_bar_tool_base-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tool_bar_tool_base-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tool_bar_tool_base-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tool_bar_tool_base-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_toolbook.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_toolbook.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_toolbook.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_toolbook.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -476,7 +476,7 @@ - + @@ -838,7 +838,7 @@ - + @@ -850,7 +850,7 @@ - + @@ -1354,7 +1354,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_toolbook-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_toolbook-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_toolbook-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_toolbook-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -439,7 +439,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tool_tip.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tool_tip.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tool_tip.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tool_tip.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -376,7 +376,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tool_tip-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tool_tip-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tool_tip-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tool_tip-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_top_level_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_top_level_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_top_level_window.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_top_level_window.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -155,7 +155,7 @@ - + @@ -210,7 +210,7 @@ - + @@ -847,7 +847,7 @@ - + @@ -862,7 +862,7 @@ - + @@ -1945,7 +1945,7 @@ - +

    Public Member Functions

     wxSocketServer (const wxSockAddress &address, wxSocketFlags flags=wxSOCKET_NONE)
     wxSocketServer (const wxSockAddress &address, wxSocketFlags flags=wxSOCKET_NONE)
     Constructs a new server and tries to bind to the specified address.
     
    virtual ~wxSocketServer ()
    wxSocketFlags flags = wxSOCKET_NONE flags = wxSOCKET_NONE 
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    virtual wxStatusBarCreateStatusBar (int number=1, long style=wxSTB_DEFAULT_STYLE, wxWindowID id=0, const wxString &name=wxStatusBarNameStr)
     Creates a status bar at the bottom of the frame.
     
    virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)
    virtual wxToolBarCreateToolBar (long style=wxTB_DEFAULT_STYLE, wxWindowID id=wxID_ANY, const wxString &name=wxToolBarNameStr)
     Creates a toolbar at the top or left of the frame.
     
    virtual wxPoint GetClientAreaOrigin () const
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     wxTimePickerCtrl ()
     Default constructor.
     
     wxTimePickerCtrl (wxWindow *parent, wxWindowID id, const wxDateTime &dt=wxDefaultDateTime, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTP_DEFAULT, const wxValidator &validator=wxDefaultValidator, const wxString &name="timectrl")
     wxTimePickerCtrl (wxWindow *parent, wxWindowID id, const wxDateTime &dt=wxDefaultDateTime, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTP_DEFAULT, const wxValidator &validator=wxDefaultValidator, const wxString &name="timectrl")
     Initializes the object and calls Create() with all the parameters.
     
    bool Create (wxWindow *parent, wxWindowID id, const wxDateTime &dt=wxDefaultDateTime, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDP_DEFAULT|wxDP_SHOWCENTURY, const wxValidator &validator=wxDefaultValidator, const wxString &name="timectrl")
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    long style = wxTP_DEFAULT, style = wxTP_DEFAULT,
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     wxToolBar ()
     Default constructor.
     
     wxToolBar (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTB_HORIZONTAL, const wxString &name=wxToolBarNameStr)
     wxToolBar (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTB_HORIZONTAL, const wxString &name=wxToolBarNameStr)
     Constructs a toolbar.
     
    virtual ~wxToolBar ()
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    long style = wxTB_HORIZONTAL, style = wxTB_HORIZONTAL,
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     Prepare for changing positions of multiple child windows.
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    wxMenuMSWGetSystemMenu () const
     MSW-specific function for accessing the system menu.
     
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
    virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)
     Use a system-dependent way to attract users attention to the window when it is in background.
     
    wxWindowSetDefaultItem (wxWindow *win)
    virtual void ShowWithoutActivating ()
     Show the wxTopLevelWindow, but do not give it keyboard focus.
     
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
    virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)
     Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
     
    void UseNativeDecorations (bool native=true)
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
    virtual void wxTopLevelWindow::RequestUserAttention ( int flags = wxUSER_ATTENTION_INFO)flags = wxUSER_ATTENTION_INFO)
    @@ -1957,7 +1957,7 @@

    Use a system-dependent way to attract users attention to the window when it is in background.

    -

    flags may have the value of either wxUSER_ATTENTION_INFO (default) or wxUSER_ATTENTION_ERROR which results in a more drastic action. When in doubt, use the default value.

    +

    flags may have the value of either wxUSER_ATTENTION_INFO (default) or wxUSER_ATTENTION_ERROR which results in a more drastic action. When in doubt, use the default value.

    Note
    This function should normally be only used when the application is not already in foreground.

    This function is currently implemented for Win32 where it flashes the window icon in the taskbar, and for wxGTK with task bars supporting it.

    @@ -2473,7 +2473,7 @@ long  - style = wxFULLSCREEN_ALL  + style = wxFULLSCREEN_ALL  @@ -2491,12 +2491,12 @@

    Depending on the value of show parameter the window is either shown full screen or restored to its normal state.

    style is a bit list containing some or all of the following values, which indicate what elements of the window to hide in full-screen mode:

    This function has not been tested with MDI frames.

    Note
    Showing a window full screen also actually Show()s the window if it isn't shown.
    @@ -2578,7 +2578,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_top_level_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_top_level_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_top_level_window-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_top_level_window-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -435,7 +435,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_trackable.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_trackable.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_trackable.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_trackable.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -78,7 +78,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_transform2_d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_transform2_d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_transform2_d.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_transform2_d.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -301,7 +301,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_transform2_d-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_transform2_d-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_transform2_d-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_transform2_d-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_translations.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_translations.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_translations.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_translations.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -605,7 +605,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_translations_loader.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_translations_loader.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_translations_loader.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_translations_loader.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -180,7 +180,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_translations_loader-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_translations_loader-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_translations_loader-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_translations_loader-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_translations-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_translations-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_translations-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_translations-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -77,7 +77,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_treebook.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_treebook.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_treebook.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_treebook.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -490,7 +490,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -852,7 +852,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -864,7 +864,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1757,7 +1757,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_treebook-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_treebook-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_treebook-members.html 2013-12-28 09:32:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_treebook-members.html 2014-09-09 22:03:34.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -445,7 +445,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_ctrl.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_ctrl.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -712,7 +712,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -1074,7 +1074,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -1086,7 +1086,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -4110,7 +4110,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_ctrl-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_ctrl-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -495,7 +495,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_event.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -478,7 +478,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_event-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_event-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -123,7 +123,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_item_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_item_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_item_data.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_item_data.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -185,7 +185,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_item_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_item_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_item_data-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_item_data-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_item_id.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_item_id.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_item_id.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_item_id.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -147,7 +147,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_item_id-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_item_id-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_item_id-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_item_id-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_ctrl.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_ctrl.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -115,10 +115,10 @@  wxTreeListCtrl ()  Default constructor, call Create() later.
      - wxTreeListCtrl (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTL_DEFAULT_STYLE, const wxString &name=wxTreeListCtrlNameStr) + wxTreeListCtrl (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTL_DEFAULT_STYLE, const wxString &name=wxTreeListCtrlNameStr)  Full constructing, creating the object and its window.
      -bool Create (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTL_DEFAULT_STYLE, const wxString &name=wxTreeListCtrlNameStr) +bool Create (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTL_DEFAULT_STYLE, const wxString &name=wxTreeListCtrlNameStr)  Create the control window.
     
    @@ -539,7 +539,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -904,7 +904,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -919,7 +919,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1317,7 +1317,7 @@ long  - style = wxTL_DEFAULT_STYLE, + style = wxTL_DEFAULT_STYLE, @@ -1622,7 +1622,7 @@ long  - style = wxTL_DEFAULT_STYLE, + style = wxTL_DEFAULT_STYLE, @@ -2620,7 +2620,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_ctrl-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_ctrl-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -444,7 +444,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_event.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -329,7 +329,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_event-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_event-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_item_comparator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_item_comparator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_item_comparator.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_item_comparator.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -185,7 +185,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_item_comparator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_item_comparator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_item_comparator-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_item_comparator-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_item.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_item.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_item.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_item.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_item-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_item-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_tree_list_item-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_tree_list_item-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_i_action_simulator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_i_action_simulator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_i_action_simulator.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_i_action_simulator.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -469,7 +469,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_i_action_simulator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_i_action_simulator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_i_action_simulator-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_i_action_simulator-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_long_long.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_long_long.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_long_long.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_long_long.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_uni_char.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_uni_char.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_uni_char.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_uni_char.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -887,7 +887,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_uni_char-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_uni_char-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_uni_char-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_uni_char-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_uni_char_ref.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_uni_char_ref.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_uni_char_ref.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_uni_char_ref.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_update_u_i_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_update_u_i_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_update_u_i_event.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_update_u_i_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -713,7 +713,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_update_u_i_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_update_u_i_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_update_u_i_event-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_update_u_i_event-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -129,7 +129,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_r_i.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_r_i.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_r_i.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_r_i.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -780,7 +780,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_r_i-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_r_i-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_r_i-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_r_i-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_r_l_data_object.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_r_l_data_object.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_r_l_data_object.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_r_l_data_object.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -223,7 +223,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_r_l_data_object-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_r_l_data_object-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_r_l_data_object-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_r_l_data_object-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_r_l.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_r_l.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_r_l.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_r_l.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -458,7 +458,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_r_l-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_r_l-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_r_l-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_r_l-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_string.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_string.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_string.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_string.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1226,7 +1226,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_string-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_string-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_u_string-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_u_string-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_validator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_validator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_validator.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_validator.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -555,7 +555,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_validator-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_validator-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_validator-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_validator-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -125,7 +125,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_h_scroll_helper.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_h_scroll_helper.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_h_scroll_helper.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_h_scroll_helper.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -522,7 +522,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_h_scroll_helper-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_h_scroll_helper-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_h_scroll_helper-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_h_scroll_helper-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_h_v_scroll_helper.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_h_v_scroll_helper.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_h_v_scroll_helper.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_h_v_scroll_helper.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -702,7 +702,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_h_v_scroll_helper-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_h_v_scroll_helper-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_h_v_scroll_helper-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_h_v_scroll_helper-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -127,7 +127,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data_currency.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data_currency.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data_currency.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data_currency.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -365,7 +365,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data_currency-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data_currency-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data_currency-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data_currency-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -77,7 +77,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data_error_code.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data_error_code.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data_error_code.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data_error_code.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -323,7 +323,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data_error_code-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data_error_code-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data_error_code-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data_error_code-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -76,7 +76,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -414,7 +414,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data_safe_array.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data_safe_array.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data_safe_array.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data_safe_array.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -383,7 +383,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data_safe_array-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data_safe_array-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant_data_safe_array-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant_data_safe_array-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -76,7 +76,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant.html 2013-12-28 09:33:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -2656,7 +2656,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_variant-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_variant-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -187,7 +187,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_scroll_helper_base.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_scroll_helper_base.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_scroll_helper_base.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_scroll_helper_base.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -592,7 +592,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_scroll_helper_base-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_scroll_helper_base-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_scroll_helper_base-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_scroll_helper_base-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_v_scroll_helper.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_v_scroll_helper.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_v_scroll_helper.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_v_scroll_helper.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -522,7 +522,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_v_scroll_helper-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_v_scroll_helper-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_var_v_scroll_helper-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_var_v_scroll_helper-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_vector_3_01_t_01_4.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_vector_3_01_t_01_4.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_vector_3_01_t_01_4.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_vector_3_01_t_01_4.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1097,7 +1097,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_vector_3_01_t_01_4-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_vector_3_01_t_01_4-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_vector_3_01_t_01_4-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_vector_3_01_t_01_4-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -103,7 +103,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_version_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_version_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_version_info.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_version_info.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -354,7 +354,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_version_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_version_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_version_info-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_version_info-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_view.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_view.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_view.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_view.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -859,7 +859,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_view-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_view-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_view-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_view-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -137,7 +137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_v_list_box.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_v_list_box.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_v_list_box.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_v_list_box.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -465,7 +465,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -830,7 +830,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -845,7 +845,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -2041,7 +2041,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_v_list_box-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_v_list_box-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_v_list_box-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_v_list_box-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -463,7 +463,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_v_scrolled_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_v_scrolled_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_v_scrolled_window.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_v_scrolled_window.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -415,7 +415,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -780,7 +780,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -795,7 +795,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1369,7 +1369,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_v_scrolled_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_v_scrolled_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_v_scrolled_window-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_v_scrolled_window-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -434,7 +434,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_w_char_buffer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_w_char_buffer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_w_char_buffer.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_w_char_buffer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -272,7 +272,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_w_char_buffer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_w_char_buffer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_w_char_buffer-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_w_char_buffer-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_weak_ref_3_01_t_01_4.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_weak_ref_3_01_t_01_4.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_weak_ref_3_01_t_01_4.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_weak_ref_3_01_t_01_4.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -405,7 +405,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_weak_ref_3_01_t_01_4-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_weak_ref_3_01_t_01_4-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_weak_ref_3_01_t_01_4-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_weak_ref_3_01_t_01_4-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_weak_ref_dynamic_3_01_t_01_4.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_weak_ref_dynamic_3_01_t_01_4.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_weak_ref_dynamic_3_01_t_01_4.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_weak_ref_dynamic_3_01_t_01_4.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -76,7 +76,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -0,0 +1,364 @@ + + + + + +wxWidgets: wxWebKitBeforeLoadEvent Class Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    + +
    +
    wxWebKitBeforeLoadEvent Class Reference
    +
    +
    + +

    #include <wx/html/webkit.h>

    +
    + + Inheritance diagram for wxWebKitBeforeLoadEvent:
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Public Member Functions

    bool IsCancelled ()
     
    void Cancel (bool cancel=true)
     
    wxString GetURL ()
     
    void SetURL (const wxString &url)
     
    void SetNavigationType (int navType)
     
    int GetNavigationType ()
     
     wxWebKitBeforeLoadEvent (wxWindow *win=0)
     
    - Public Member Functions inherited from wxCommandEvent
     wxCommandEvent (wxEventType commandEventType=wxEVT_NULL, int id=0)
     Constructor.
     
    void * GetClientData () const
     Returns client data pointer for a listbox or choice selection event (not valid for a deselection).
     
    wxClientDataGetClientObject () const
     Returns client object pointer for a listbox or choice selection event (not valid for a deselection).
     
    long GetExtraLong () const
     Returns extra information dependent on the event objects type.
     
    int GetInt () const
     Returns the integer identifier corresponding to a listbox, choice or radiobox selection (only if the event was a selection, not a deselection), or a boolean value representing the value of a checkbox.
     
    int GetSelection () const
     Returns item index for a listbox or choice selection event (not valid for a deselection).
     
    wxString GetString () const
     Returns item string for a listbox or choice selection event.
     
    bool IsChecked () const
     This method can be used with checkbox and menu events: for the checkboxes, the method returns true for a selection event and false for a deselection one.
     
    bool IsSelection () const
     For a listbox or similar event, returns true if it is a selection, false if it is a deselection.
     
    void SetClientData (void *clientData)
     Sets the client data for this event.
     
    void SetClientObject (wxClientData *clientObject)
     Sets the client object for this event.
     
    void SetExtraLong (long extraLong)
     Sets the m_extraLong member.
     
    void SetInt (int intCommand)
     Sets the m_commandInt member.
     
    void SetString (const wxString &string)
     Sets the m_commandString member.
     
    - Public Member Functions inherited from wxEvent
     wxEvent (int id=0, wxEventType eventType=wxEVT_NULL)
     Constructor.
     
    virtual wxEventClone () const =0
     Returns a copy of the event.
     
    wxObjectGetEventObject () const
     Returns the object (usually a window) associated with the event, if any.
     
    wxEventType GetEventType () const
     Returns the identifier of the given event type, such as wxEVT_BUTTON.
     
    virtual wxEventCategory GetEventCategory () const
     Returns a generic category for this event.
     
    int GetId () const
     Returns the identifier associated with this event, such as a button command id.
     
    wxObjectGetEventUserData () const
     Return the user data associated with a dynamically connected event handler.
     
    bool GetSkipped () const
     Returns true if the event handler should be skipped, false otherwise.
     
    long GetTimestamp () const
     Gets the timestamp for the event.
     
    bool IsCommandEvent () const
     Returns true if the event is or is derived from wxCommandEvent else it returns false.
     
    void ResumePropagation (int propagationLevel)
     Sets the propagation level to the given value (for example returned from an earlier call to wxEvent::StopPropagation).
     
    void SetEventObject (wxObject *object)
     Sets the originating object.
     
    void SetEventType (wxEventType type)
     Sets the event type.
     
    void SetId (int id)
     Sets the identifier associated with this event, such as a button command id.
     
    void SetTimestamp (long timeStamp=0)
     Sets the timestamp for the event.
     
    bool ShouldPropagate () const
     Test if this event should be propagated or not, i.e. if the propagation level is currently greater than 0.
     
    void Skip (bool skip=true)
     This method can be used inside an event handler to control whether further event handlers bound to this event will be called after the current one returns.
     
    int StopPropagation ()
     Stop the event from propagating to its parent window.
     
    - Public Member Functions inherited from wxObject
     wxObject ()
     Default ctor; initializes to NULL the internal reference data.
     
     wxObject (const wxObject &other)
     Copy ctor.
     
    virtual ~wxObject ()
     Destructor.
     
    virtual wxClassInfoGetClassInfo () const
     This virtual function is redefined for every class that requires run-time type information, when using the wxDECLARE_CLASS macro (or similar).
     
    wxObjectRefDataGetRefData () const
     Returns the wxObject::m_refData pointer, i.e. the data referenced by this object.
     
    bool IsKindOf (const wxClassInfo *info) const
     Determines whether this class is a subclass of (or the same class as) the given class.
     
    bool IsSameAs (const wxObject &obj) const
     Returns true if this object has the same data pointer as obj.
     
    void Ref (const wxObject &clone)
     Makes this object refer to the data in clone.
     
    void SetRefData (wxObjectRefData *data)
     Sets the wxObject::m_refData pointer.
     
    void UnRef ()
     Decrements the reference count in the associated data, and if it is zero, deletes the data.
     
    void UnShare ()
     This is the same of AllocExclusive() but this method is public.
     
    void operator delete (void *buf)
     The delete operator is defined for debugging versions of the library only, when the identifier WXDEBUG is defined.
     
    void * operator new (size_t size, const wxString &filename=NULL, int lineNum=0)
     The new operator is defined for debugging versions of the library only, when the identifier WXDEBUG is defined.
     
    + + + + + + + + + + + + + + + +

    +Additional Inherited Members

    - Protected Member Functions inherited from wxObject
    void AllocExclusive ()
     Ensure that this object's data is not shared with any other object.
     
    virtual wxObjectRefDataCreateRefData () const
     Creates a new instance of the wxObjectRefData-derived class specific to this object and returns it.
     
    virtual wxObjectRefDataCloneRefData (const wxObjectRefData *data) const
     Creates a new instance of the wxObjectRefData-derived class specific to this object and initializes it copying data.
     
    - Protected Attributes inherited from wxEvent
    int m_propagationLevel
     Indicates how many levels the event can propagate.
     
    +

    Constructor & Destructor Documentation

    + +
    +
    + + + + + + + + +
    wxWebKitBeforeLoadEvent::wxWebKitBeforeLoadEvent (wxWindowwin = 0)
    +
    + +
    +
    +

    Member Function Documentation

    + +
    +
    + + + + + + + + +
    void wxWebKitBeforeLoadEvent::Cancel (bool cancel = true)
    +
    + +
    +
    + +
    +
    + + + + + + + +
    int wxWebKitBeforeLoadEvent::GetNavigationType ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    wxString wxWebKitBeforeLoadEvent::GetURL ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    bool wxWebKitBeforeLoadEvent::IsCancelled ()
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxWebKitBeforeLoadEvent::SetNavigationType (int navType)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxWebKitBeforeLoadEvent::SetURL (const wxStringurl)
    +
    + +
    +
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event__inherit__graph.map wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event__inherit__graph.map --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event__inherit__graph.map 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event__inherit__graph.map 2014-09-09 22:03:44.000000000 +0000 @@ -0,0 +1,5 @@ + + + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event__inherit__graph.md5 wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event__inherit__graph.md5 --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event__inherit__graph.md5 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event__inherit__graph.md5 2014-09-09 22:03:36.000000000 +0000 @@ -0,0 +1 @@ +abf7b2632fd7c78521b66e3224043281 \ No newline at end of file Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event__inherit__graph.png and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event__inherit__graph.png differ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event-members.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_before_load_event-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -0,0 +1,126 @@ + + + + + +wxWidgets: Member List + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    wxWebKitBeforeLoadEvent Member List
    +
    +
    + +

    This is the complete list of members for wxWebKitBeforeLoadEvent, including all inherited members.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    AllocExclusive()wxObjectprotected
    Cancel(bool cancel=true)wxWebKitBeforeLoadEvent
    Clone() const =0wxEventpure virtual
    CloneRefData(const wxObjectRefData *data) const wxObjectprotectedvirtual
    CreateRefData() const wxObjectprotectedvirtual
    GetClassInfo() const wxObjectvirtual
    GetClientData() const wxCommandEvent
    GetClientObject() const wxCommandEvent
    GetEventCategory() const wxEventvirtual
    GetEventObject() const wxEvent
    GetEventType() const wxEvent
    GetEventUserData() const wxEvent
    GetExtraLong() const wxCommandEvent
    GetId() const wxEvent
    GetInt() const wxCommandEvent
    GetNavigationType()wxWebKitBeforeLoadEvent
    GetRefData() const wxObject
    GetSelection() const wxCommandEvent
    GetSkipped() const wxEvent
    GetString() const wxCommandEvent
    GetTimestamp() const wxEvent
    GetURL()wxWebKitBeforeLoadEvent
    IsCancelled()wxWebKitBeforeLoadEvent
    IsChecked() const wxCommandEvent
    IsCommandEvent() const wxEvent
    IsKindOf(const wxClassInfo *info) const wxObject
    IsSameAs(const wxObject &obj) const wxObject
    IsSelection() const wxCommandEvent
    m_propagationLevelwxEventprotected
    m_refDatawxObjectprotected
    operator delete(void *buf)wxObject
    operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject
    Ref(const wxObject &clone)wxObject
    ResumePropagation(int propagationLevel)wxEvent
    SetClientData(void *clientData)wxCommandEvent
    SetClientObject(wxClientData *clientObject)wxCommandEvent
    SetEventObject(wxObject *object)wxEvent
    SetEventType(wxEventType type)wxEvent
    SetExtraLong(long extraLong)wxCommandEvent
    SetId(int id)wxEvent
    SetInt(int intCommand)wxCommandEvent
    SetNavigationType(int navType)wxWebKitBeforeLoadEvent
    SetRefData(wxObjectRefData *data)wxObject
    SetString(const wxString &string)wxCommandEvent
    SetTimestamp(long timeStamp=0)wxEvent
    SetURL(const wxString &url)wxWebKitBeforeLoadEvent
    ShouldPropagate() const wxEvent
    Skip(bool skip=true)wxEvent
    StopPropagation()wxEvent
    UnRef()wxObject
    UnShare()wxObject
    wxCommandEvent(wxEventType commandEventType=wxEVT_NULL, int id=0)wxCommandEvent
    wxEvent(int id=0, wxEventType eventType=wxEVT_NULL)wxEvent
    wxObject()wxObject
    wxObject(const wxObject &other)wxObject
    wxWebKitBeforeLoadEvent(wxWindow *win=0)wxWebKitBeforeLoadEvent
    ~wxObject()wxObjectvirtual
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl.html 2014-09-09 22:03:47.000000000 +0000 @@ -0,0 +1,1735 @@ + + + + + +wxWidgets: wxWebKitCtrl Class Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    + +
    +
    wxWebKitCtrl Class Reference
    +
    +
    + +

    #include <wx/html/webkit.h>

    +
    + + Inheritance diagram for wxWebKitCtrl:
    +
    +
    + +

    Detailed Description

    +

    This control is a native wrapper around the Safari web browsing engine.

    +

    This wrapper differs from the one in wxWebView in that this version supports functionality specific to WebKit, such as having RunScript return a value, which is a very critical feature in many web embedding scenarios.

    +

    This class is only available on OSX.

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Public Member Functions

     wxWebKitCtrl ()
     
     wxWebKitCtrl (wxWindow *parent, wxWindowID winid, const wxString &strURL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxWebKitCtrlNameStr)
     
    bool Create (wxWindow *parent, wxWindowID winid, const wxString &strURL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxWebKitCtrlNameStr)
     
    virtual ~wxWebKitCtrl ()
     
    void LoadURL (const wxString &url)
     
    bool CanGoBack ()
     
    bool CanGoForward ()
     
    bool GoBack ()
     
    bool GoForward ()
     
    void Reload ()
     
    void Stop ()
     
    bool CanGetPageSource ()
     
    wxString GetPageSource ()
     
    void SetPageSource (const wxString &source, const wxString &baseUrl=wxEmptyString)
     
    wxString GetPageURL ()
     
    void SetPageTitle (const wxString &title)
     
    wxString GetPageTitle ()
     
    void SetTitle (const wxString &title)
     
    wxString GetTitle ()
     
    wxString GetSelection ()
     
    bool CanIncreaseTextSize ()
     
    void IncreaseTextSize ()
     
    bool CanDecreaseTextSize ()
     
    void DecreaseTextSize ()
     
    void Print (bool showPrompt=false)
     
    void MakeEditable (bool enable=true)
     
    bool IsEditable ()
     
    wxString RunScript (const wxString &javascript)
     
    void SetScrollPos (int pos)
     
    int GetScrollPos ()
     
    - Public Member Functions inherited from wxControl
     wxControl (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxControlNameStr)
     Constructs a control.
     
     wxControl ()
     Default constructor to allow 2-phase creation.
     
    bool Create (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxControlNameStr)
     
    virtual void Command (wxCommandEvent &event)
     Simulates the effect of the user issuing a command to the item.
     
    wxString GetLabel () const
     Returns the control's label, as it was passed to SetLabel().
     
    wxString GetLabelText () const
     Returns the control's label without mnemonics.
     
    wxSize GetSizeFromTextSize (int xlen, int ylen=-1) const
     Determine the size needed by the control to leave the given area for its text.
     
    wxSize GetSizeFromTextSize (const wxSize &tsize) const
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetLabel (const wxString &label)
     Sets the control's label.
     
    void SetLabelText (const wxString &text)
     Sets the control's label to exactly the given string.
     
    bool SetLabelMarkup (const wxString &markup)
     Sets the controls label to a string using markup.
     
    - Public Member Functions inherited from wxWindow
     wxWindow ()
     Default constructor.
     
     wxWindow (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxPanelNameStr)
     Constructs a window, which can be a child of a frame, dialog or any other non-control window.
     
    virtual ~wxWindow ()
     Destructor.
     
    bool Create (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxPanelNameStr)
     
    virtual bool AcceptsFocus () const
     This method may be overridden in the derived classes to return false to indicate that this control doesn't accept input at all (i.e. behaves like e.g. wxStaticText) and so doesn't need focus.
     
    virtual bool AcceptsFocusFromKeyboard () const
     This method may be overridden in the derived classes to return false to indicate that while this control can, in principle, have focus if the user clicks it with the mouse, it shouldn't be included in the TAB traversal chain when using the keyboard.
     
    virtual bool AcceptsFocusRecursively () const
     Overridden to indicate whether this window or one of its children accepts focus.
     
    bool IsFocusable () const
     Can this window itself have focus?
     
    bool CanAcceptFocus () const
     Can this window have focus right now?
     
    bool CanAcceptFocusFromKeyboard () const
     Can this window be assigned focus from keyboard right now?
     
    virtual bool HasFocus () const
     Returns true if the window (or in case of composite controls, its main child window) has focus.
     
    virtual void SetCanFocus (bool canFocus)
     This method is only implemented by ports which have support for native TAB traversal (such as GTK+ 2.0).
     
    virtual void SetFocus ()
     This sets the window to receive keyboard input.
     
    virtual void SetFocusFromKbd ()
     This function is called by wxWidgets keyboard navigation code when the user gives the focus to this window from keyboard (e.g.
     
    virtual void AddChild (wxWindow *child)
     Adds a child window.
     
    bool DestroyChildren ()
     Destroys all children of a window.
     
    wxWindowFindWindow (long id) const
     Find a child of this window, by id.
     
    wxWindowFindWindow (const wxString &name) const
     Find a child of this window, by name.
     
    wxWindowList & GetChildren ()
     Returns a reference to the list of the window's children.
     
    const wxWindowList & GetChildren () const
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    virtual void RemoveChild (wxWindow *child)
     Removes a child window.
     
    wxWindowGetGrandParent () const
     Returns the grandparent of a window, or NULL if there isn't one.
     
    wxWindowGetNextSibling () const
     Returns the next window after this one among the parent's children or NULL if this window is the last child.
     
    wxWindowGetParent () const
     Returns the parent of the window, or NULL if there is no parent.
     
    wxWindowGetPrevSibling () const
     Returns the previous window before this one among the parent's children or NULL if this window is the first child.
     
    bool IsDescendant (wxWindowBase *win) const
     Check if the specified window is a descendant of this one.
     
    virtual bool Reparent (wxWindow *newParent)
     Reparents the window, i.e. the window will be removed from its current parent window (e.g.
     
    virtual void AlwaysShowScrollbars (bool hflag=true, bool vflag=true)
     Call this function to force one or both scrollbars to be always shown, even if the window is big enough to show its entire contents without scrolling.
     
    virtual int GetScrollPos (int orientation) const
     Returns the built-in scrollbar position.
     
    virtual int GetScrollRange (int orientation) const
     Returns the built-in scrollbar range.
     
    virtual int GetScrollThumb (int orientation) const
     Returns the built-in scrollbar thumb size.
     
    bool CanScroll (int orient) const
     Returns true if this window can have a scroll bar in this orientation.
     
    bool HasScrollbar (int orient) const
     Returns true if this window currently has a scroll bar for this orientation.
     
    virtual bool IsScrollbarAlwaysShown (int orient) const
     Return whether a scrollbar is always shown.
     
    virtual bool ScrollLines (int lines)
     Scrolls the window by the given number of lines down (if lines is positive) or up.
     
    virtual bool ScrollPages (int pages)
     Scrolls the window by the given number of pages down (if pages is positive) or up.
     
    virtual void ScrollWindow (int dx, int dy, const wxRect *rect=NULL)
     Physically scrolls the pixels in the window and move child windows accordingly.
     
    bool LineUp ()
     Same as ScrollLines (-1).
     
    bool LineDown ()
     Same as ScrollLines (1).
     
    bool PageUp ()
     Same as ScrollPages (-1).
     
    bool PageDown ()
     Same as ScrollPages (1).
     
    virtual void SetScrollPos (int orientation, int pos, bool refresh=true)
     Sets the position of one of the built-in scrollbars.
     
    virtual void SetScrollbar (int orientation, int position, int thumbSize, int range, bool refresh=true)
     Sets the scrollbar properties of a built-in scrollbar.
     
    bool BeginRepositioningChildren ()
     Prepare for changing positions of multiple child windows.
     
    void EndRepositioningChildren ()
     Fix child window positions after setting all of them at once.
     
    void CacheBestSize (const wxSize &size) const
     Sets the cached best size value.
     
    virtual wxSize ClientToWindowSize (const wxSize &size) const
     Converts client area size size to corresponding window size.
     
    virtual wxSize WindowToClientSize (const wxSize &size) const
     Converts window size size to corresponding client area size In other words, the returned value is what would GetClientSize() return if this window had given window size.
     
    virtual void Fit ()
     Sizes the window so that it fits around its subwindows.
     
    virtual void FitInside ()
     Similar to Fit(), but sizes the interior (virtual) size of a window.
     
    wxSize GetBestSize () const
     This functions returns the best acceptable minimal size for the window.
     
    int GetBestHeight (int width) const
     Returns the best height needed by this window if it had the given width.
     
    int GetBestWidth (int height) const
     Returns the best width needed by this window if it had the given height.
     
    void GetClientSize (int *width, int *height) const
     Returns the size of the window 'client area' in pixels.
     
    wxSize GetClientSize () const
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    virtual wxSize GetEffectiveMinSize () const
     Merges the window's best size into the min size and returns the result.
     
    virtual wxSize GetMaxClientSize () const
     Returns the maximum size of window's client area.
     
    virtual wxSize GetMaxSize () const
     Returns the maximum size of the window.
     
    virtual wxSize GetMinClientSize () const
     Returns the minimum size of window's client area, an indication to the sizer layout mechanism that this is the minimum required size of its client area.
     
    virtual wxSize GetMinSize () const
     Returns the minimum size of the window, an indication to the sizer layout mechanism that this is the minimum required size.
     
    int GetMinWidth () const
     Returns the horizontal component of window minimal size.
     
    int GetMinHeight () const
     Returns the vertical component of window minimal size.
     
    int GetMaxWidth () const
     Returns the horizontal component of window maximal size.
     
    int GetMaxHeight () const
     Returns the vertical component of window maximal size.
     
    void GetSize (int *width, int *height) const
     Returns the size of the entire window in pixels, including title bar, border, scrollbars, etc.
     
    wxSize GetSize () const
     See the GetSize(int*,int*) overload for more info.
     
    wxSize GetVirtualSize () const
     This gets the virtual size of the window in pixels.
     
    void GetVirtualSize (int *width, int *height) const
     Like the other GetVirtualSize() overload but uses pointers instead.
     
    virtual wxSize GetBestVirtualSize () const
     Return the largest of ClientSize and BestSize (as determined by a sizer, interior children, or other means)
     
    virtual double GetContentScaleFactor () const
     Returns the magnification of the backing store of this window, eg 2.0 for a window on a retina screen.
     
    virtual wxSize GetWindowBorderSize () const
     Returns the size of the left/right and top/bottom borders of this window in x and y components of the result respectively.
     
    virtual bool InformFirstDirection (int direction, int size, int availableOtherDir)
     wxSizer and friends use this to give a chance to a component to recalc its min size once one of the final size components is known.
     
    void InvalidateBestSize ()
     Resets the cached best size value so it will be recalculated the next time it is needed.
     
    void PostSizeEvent ()
     Posts a size event to the window.
     
    void PostSizeEventToParent ()
     Posts a size event to the parent of this window.
     
    virtual void SendSizeEvent (int flags=0)
     This function sends a dummy size event to the window allowing it to re-layout its children positions.
     
    void SendSizeEventToParent (int flags=0)
     Safe wrapper for GetParent()->SendSizeEvent().
     
    void SetClientSize (int width, int height)
     This sets the size of the window client area in pixels.
     
    void SetClientSize (const wxSize &size)
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetClientSize (const wxRect &rect)
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetContainingSizer (wxSizer *sizer)
     This normally does not need to be called by user code.
     
    void SetInitialSize (const wxSize &size=wxDefaultSize)
     A smart SetSize that will fill in default size components with the window's best size values.
     
    virtual void SetMaxClientSize (const wxSize &size)
     Sets the maximum client size of the window, to indicate to the sizer layout mechanism that this is the maximum possible size of its client area.
     
    virtual void SetMaxSize (const wxSize &size)
     Sets the maximum size of the window, to indicate to the sizer layout mechanism that this is the maximum possible size.
     
    virtual void SetMinClientSize (const wxSize &size)
     Sets the minimum client size of the window, to indicate to the sizer layout mechanism that this is the minimum required size of window's client area.
     
    virtual void SetMinSize (const wxSize &size)
     Sets the minimum size of the window, to indicate to the sizer layout mechanism that this is the minimum required size.
     
    void SetSize (int x, int y, int width, int height, int sizeFlags=wxSIZE_AUTO)
     Sets the size of the window in pixels.
     
    void SetSize (const wxRect &rect)
     Sets the size of the window in pixels.
     
    void SetSize (const wxSize &size)
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetSize (int width, int height)
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    virtual void SetSizeHints (const wxSize &minSize, const wxSize &maxSize=wxDefaultSize, const wxSize &incSize=wxDefaultSize)
     Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
     
    virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void SetVirtualSize (int width, int height)
     Sets the virtual size of the window in pixels.
     
    void SetVirtualSize (const wxSize &size)
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void Center (int dir=wxBOTH)
     A synonym for Centre().
     
    void CenterOnParent (int dir=wxBOTH)
     A synonym for CentreOnParent().
     
    void Centre (int direction=wxBOTH)
     Centres the window.
     
    void CentreOnParent (int direction=wxBOTH)
     Centres the window on its parent.
     
    void GetPosition (int *x, int *y) const
     This gets the position of the window in pixels, relative to the parent window for the child windows or relative to the display origin for the top level windows.
     
    wxPoint GetPosition () const
     This gets the position of the window in pixels, relative to the parent window for the child windows or relative to the display origin for the top level windows.
     
    wxRect GetRect () const
     Returns the position and size of the window as a wxRect object.
     
    void GetScreenPosition (int *x, int *y) const
     Returns the window position in screen coordinates, whether the window is a child window or a top level one.
     
    wxPoint GetScreenPosition () const
     Returns the window position in screen coordinates, whether the window is a child window or a top level one.
     
    wxRect GetScreenRect () const
     Returns the position and size of the window on the screen as a wxRect object.
     
    virtual wxPoint GetClientAreaOrigin () const
     Get the origin of the client area of the window relative to the window top left corner (the client area may be shifted because of the borders, scrollbars, other decorations...)
     
    wxRect GetClientRect () const
     Get the client rectangle in window (i.e. client) coordinates.
     
    void Move (int x, int y, int flags=wxSIZE_USE_EXISTING)
     Moves the window to the given position.
     
    void Move (const wxPoint &pt, int flags=wxSIZE_USE_EXISTING)
     Moves the window to the given position.
     
    void SetPosition (const wxPoint &pt)
     A synonym for Centre().
     
    void ClientToScreen (int *x, int *y) const
     Converts to screen coordinates from coordinates relative to this window.
     
    wxPoint ClientToScreen (const wxPoint &pt) const
     Converts to screen coordinates from coordinates relative to this window.
     
    wxPoint ConvertDialogToPixels (const wxPoint &pt) const
     Converts a point or size from dialog units to pixels.
     
    wxSize ConvertDialogToPixels (const wxSize &sz) const
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    wxPoint ConvertPixelsToDialog (const wxPoint &pt) const
     Converts a point or size from pixels to dialog units.
     
    wxSize ConvertPixelsToDialog (const wxSize &sz) const
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void ScreenToClient (int *x, int *y) const
     Converts from screen to client window coordinates.
     
    wxPoint ScreenToClient (const wxPoint &pt) const
     Converts from screen to client window coordinates.
     
    virtual void ClearBackground ()
     Clears the window by filling it with the current background colour.
     
    void Freeze ()
     Freezes the window or, in other words, prevents any updates from taking place on screen, the window is not redrawn at all.
     
    void Thaw ()
     Re-enables window updating after a previous call to Freeze().
     
    bool IsFrozen () const
     Returns true if the window is currently frozen by a call to Freeze().
     
    wxColour GetBackgroundColour () const
     Returns the background colour of the window.
     
    virtual wxBackgroundStyle GetBackgroundStyle () const
     Returns the background style of the window.
     
    virtual int GetCharHeight () const
     Returns the character height for this window.
     
    virtual int GetCharWidth () const
     Returns the average character width for this window.
     
    virtual wxVisualAttributes GetDefaultAttributes () const
     Currently this is the same as calling wxWindow::GetClassDefaultAttributes(wxWindow::GetWindowVariant()).
     
    wxFont GetFont () const
     Returns the font for this window.
     
    wxColour GetForegroundColour () const
     Returns the foreground colour of the window.
     
    void GetTextExtent (const wxString &string, int *w, int *h, int *descent=NULL, int *externalLeading=NULL, const wxFont *font=NULL) const
     Gets the dimensions of the string as it would be drawn on the window with the currently selected font.
     
    wxSize GetTextExtent (const wxString &string) const
     Gets the dimensions of the string as it would be drawn on the window with the currently selected font.
     
    const wxRegionGetUpdateRegion () const
     Returns the region specifying which parts of the window have been damaged.
     
    wxRect GetUpdateClientRect () const
     Get the update rectangle bounding box in client coords.
     
    virtual bool HasTransparentBackground ()
     Returns true if this window background is transparent (as, for example, for wxStaticText) and should show the parent window background.
     
    virtual void Refresh (bool eraseBackground=true, const wxRect *rect=NULL)
     Causes this window, and all of its children recursively (except under wxGTK1 where this is not implemented), to be repainted.
     
    void RefreshRect (const wxRect &rect, bool eraseBackground=true)
     Redraws the contents of the given rectangle: only the area inside it will be repainted.
     
    virtual void Update ()
     Calling this method immediately repaints the invalidated area of the window and all of its children recursively (this normally only happens when the flow of control returns to the event loop).
     
    virtual bool SetBackgroundColour (const wxColour &colour)
     Sets the background colour of the window.
     
    virtual bool SetBackgroundStyle (wxBackgroundStyle style)
     Sets the background style of the window.
     
    virtual bool IsTransparentBackgroundSupported (wxString *reason=NULL) const
     Checks whether using transparent background might work.
     
    virtual bool SetFont (const wxFont &font)
     Sets the font for this window.
     
    virtual bool SetForegroundColour (const wxColour &colour)
     Sets the foreground colour of the window.
     
    void SetOwnBackgroundColour (const wxColour &colour)
     Sets the background colour of the window but prevents it from being inherited by the children of this window.
     
    bool InheritsBackgroundColour () const
     Return true if this window inherits the background colour from its parent.
     
    bool UseBgCol () const
     Return true if a background colour has been set for this window.
     
    void SetOwnFont (const wxFont &font)
     Sets the font of the window but prevents it from being inherited by the children of this window.
     
    void SetOwnForegroundColour (const wxColour &colour)
     Sets the foreground colour of the window but prevents it from being inherited by the children of this window.
     
    void SetPalette (const wxPalette &pal)
     
    virtual bool ShouldInheritColours () const
     Return true from here to allow the colours of this window to be changed by InheritAttributes().
     
    virtual void SetThemeEnabled (bool enable)
     This function tells a window if it should use the system's "theme" code to draw the windows' background instead of its own background drawing code.
     
    virtual bool GetThemeEnabled () const
     Clears the window by filling it with the current background colour.
     
    virtual bool CanSetTransparent ()
     Returns true if the system supports transparent windows and calling SetTransparent() may succeed.
     
    virtual bool SetTransparent (wxByte alpha)
     Set the transparency of the window.
     
    wxEvtHandlerGetEventHandler () const
     Returns the event handler for this window.
     
    bool HandleAsNavigationKey (const wxKeyEvent &event)
     This function will generate the appropriate call to Navigate() if the key event is one normally used for keyboard navigation and return true in this case.
     
    bool HandleWindowEvent (wxEvent &event) const
     Shorthand for:
     
    bool ProcessWindowEvent (wxEvent &event)
     Convenient wrapper for ProcessEvent().
     
    bool ProcessWindowEventLocally (wxEvent &event)
     Wrapper for wxEvtHandler::ProcessEventLocally().
     
    wxEvtHandlerPopEventHandler (bool deleteHandler=false)
     Removes and returns the top-most event handler on the event handler stack.
     
    void PushEventHandler (wxEvtHandler *handler)
     Pushes this event handler onto the event stack for the window.
     
    bool RemoveEventHandler (wxEvtHandler *handler)
     Find the given handler in the windows event handler stack and removes (but does not delete) it from the stack.
     
    void SetEventHandler (wxEvtHandler *handler)
     Sets the event handler for this window.
     
    virtual void SetNextHandler (wxEvtHandler *handler)
     wxWindows cannot be used to form event handler chains; this function thus will assert when called.
     
    virtual void SetPreviousHandler (wxEvtHandler *handler)
     wxWindows cannot be used to form event handler chains; this function thus will assert when called.
     
    long GetExtraStyle () const
     Returns the extra style bits for the window.
     
    virtual long GetWindowStyleFlag () const
     Gets the window style that was passed to the constructor or Create() method.
     
    long GetWindowStyle () const
     See GetWindowStyleFlag() for more info.
     
    bool HasExtraStyle (int exFlag) const
     Returns true if the window has the given exFlag bit set in its extra styles.
     
    bool HasFlag (int flag) const
     Returns true if the window has the given flag bit set.
     
    virtual void SetExtraStyle (long exStyle)
     Sets the extra style bits for the window.
     
    virtual void SetWindowStyleFlag (long style)
     Sets the style of the window.
     
    void SetWindowStyle (long style)
     See SetWindowStyleFlag() for more info.
     
    bool ToggleWindowStyle (int flag)
     Turns the given flag on if it's currently turned off and vice versa.
     
    void MoveAfterInTabOrder (wxWindow *win)
     Moves this window in the tab navigation order after the specified win.
     
    void MoveBeforeInTabOrder (wxWindow *win)
     Same as MoveAfterInTabOrder() except that it inserts this window just before win instead of putting it right after it.
     
    bool Navigate (int flags=wxNavigationKeyEvent::IsForward)
     Performs a keyboard navigation action starting from this window.
     
    bool NavigateIn (int flags=wxNavigationKeyEvent::IsForward)
     Performs a keyboard navigation action inside this window.
     
    virtual void Lower ()
     Lowers the window to the bottom of the window hierarchy (Z-order).
     
    virtual void Raise ()
     Raises the window to the top of the window hierarchy (Z-order).
     
    bool Hide ()
     Equivalent to calling wxWindow::Show(false).
     
    virtual bool HideWithEffect (wxShowEffect effect, unsigned int timeout=0)
     This function hides a window, like Hide(), but using a special visual effect if possible.
     
    bool IsEnabled () const
     Returns true if the window is enabled, i.e. if it accepts user input, false otherwise.
     
    bool IsExposed (int x, int y) const
     Returns true if the given point or rectangle area has been exposed since the last repaint.
     
    bool IsExposed (wxPoint &pt) const
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    bool IsExposed (int x, int y, int w, int h) const
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    bool IsExposed (wxRect &rect) const
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    virtual bool IsShown () const
     Returns true if the window is shown, false if it has been hidden.
     
    virtual bool IsShownOnScreen () const
     Returns true if the window is physically visible on the screen, i.e. it is shown and all its parents up to the toplevel window are shown as well.
     
    bool Disable ()
     Disables the window.
     
    virtual bool Enable (bool enable=true)
     Enable or disable the window for user input.
     
    virtual bool Show (bool show=true)
     Shows or hides the window.
     
    virtual bool ShowWithEffect (wxShowEffect effect, unsigned int timeout=0)
     This function shows a window, like Show(), but using a special visual effect if possible.
     
    wxString GetHelpText () const
     Gets the help text to be used as context-sensitive help for this window.
     
    void SetHelpText (const wxString &helpText)
     Sets the help text to be used as context-sensitive help for this window.
     
    virtual wxString GetHelpTextAtPoint (const wxPoint &point, wxHelpEvent::Origin origin) const
     Gets the help text to be used as context-sensitive help for this window.
     
    wxToolTipGetToolTip () const
     Get the associated tooltip or NULL if none.
     
    wxString GetToolTipText () const
     Get the text of the associated tooltip or empty string if none.
     
    void SetToolTip (const wxString &tipString)
     Attach a tooltip to the window.
     
    void SetToolTip (wxToolTip *tip)
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    void UnsetToolTip ()
     Unset any existing tooltip.
     
    int GetPopupMenuSelectionFromUser (wxMenu &menu, const wxPoint &pos=wxDefaultPosition)
     This function shows a popup menu at the given position in this window and returns the selected id.
     
    int GetPopupMenuSelectionFromUser (wxMenu &menu, int x, int y)
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    bool PopupMenu (wxMenu *menu, const wxPoint &pos=wxDefaultPosition)
     Pops up the given menu at the specified coordinates, relative to this window, and returns control when the user has dismissed the menu.
     
    bool PopupMenu (wxMenu *menu, int x, int y)
     This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
     
    virtual wxValidatorGetValidator ()
     Validator functions.
     
    virtual void SetValidator (const wxValidator &validator)
     Deletes the current validator (if any) and sets the window validator, having called wxValidator::Clone to create a new validator of this type.
     
    virtual bool TransferDataFromWindow ()
     Transfers values from child controls to data areas specified by their validators.
     
    virtual bool TransferDataToWindow ()
     Transfers values to child controls from data areas specified by their validators.
     
    virtual bool Validate ()
     Validates the current values of the child controls using their validators.
     
    wxWindowID GetId () const
     Returns the identifier of the window.
     
    virtual wxLayoutDirection GetLayoutDirection () const
     Returns the layout direction for this window, Note that wxLayout_Default is returned if layout direction is not supported.
     
    virtual wxCoord AdjustForLayoutDirection (wxCoord x, wxCoord width, wxCoord widthTotal) const
     Mirror coordinates for RTL layout if this window uses it and if the mirroring is not done automatically like Win32.
     
    virtual wxString GetName () const
     Returns the window's name.
     
    wxWindowVariant GetWindowVariant () const
     Returns the value previously passed to SetWindowVariant().
     
    void SetId (wxWindowID winid)
     Sets the identifier of the window.
     
    virtual void SetLayoutDirection (wxLayoutDirection dir)
     Sets the layout direction for this window.
     
    virtual void SetName (const wxString &name)
     Sets the window's name.
     
    void SetWindowVariant (wxWindowVariant variant)
     Chooses a different variant of the window display to use.
     
    wxAcceleratorTableGetAcceleratorTable ()
     Gets the accelerator table for this window.
     
    wxAccessibleGetAccessible ()
     Returns the accessible object for this window, if any.
     
    virtual void SetAcceleratorTable (const wxAcceleratorTable &accel)
     Sets the accelerator table for this window.
     
    void SetAccessible (wxAccessible *accessible)
     Sets the accessible for this window.
     
    bool Close (bool force=false)
     This function simply generates a wxCloseEvent whose handler usually tries to close the window.
     
    virtual bool Destroy ()
     Destroys the window safely.
     
    bool IsBeingDeleted () const
     Returns true if this window is in process of being destroyed.
     
    virtual wxDropTargetGetDropTarget () const
     Returns the associated drop target, which may be NULL.
     
    virtual void SetDropTarget (wxDropTarget *target)
     Associates a drop target with this window.
     
    virtual void DragAcceptFiles (bool accept)
     Enables or disables eligibility for drop file events (OnDropFiles).
     
    wxSizerGetContainingSizer () const
     Returns the sizer of which this window is a member, if any, otherwise NULL.
     
    wxSizerGetSizer () const
     Returns the sizer associated with the window by a previous call to SetSizer(), or NULL.
     
    void SetSizer (wxSizer *sizer, bool deleteOld=true)
     Sets the window to have the given layout sizer.
     
    void SetSizerAndFit (wxSizer *sizer, bool deleteOld=true)
     This method calls SetSizer() and then wxSizer::SetSizeHints which sets the initial window size to the size needed to accommodate all sizer elements and sets the size hints which, if this window is a top level one, prevent the user from resizing it to be less than this minimal size.
     
    wxLayoutConstraintsGetConstraints () const
     Returns a pointer to the window's layout constraints, or NULL if there are none.
     
    void SetConstraints (wxLayoutConstraints *constraints)
     Sets the window to have the given layout constraints.
     
    virtual bool Layout ()
     Invokes the constraint-based layout algorithm or the sizer-based algorithm for this window.
     
    void SetAutoLayout (bool autoLayout)
     Determines whether the Layout() function will be called automatically when the window is resized.
     
    bool GetAutoLayout () const
     Returns the sizer of which this window is a member, if any, otherwise NULL.
     
    void CaptureMouse ()
     Directs all mouse input to this window.
     
    wxCaretGetCaret () const
     Returns the caret() associated with the window.
     
    const wxCursorGetCursor () const
     Return the cursor associated with this window.
     
    virtual bool HasCapture () const
     Returns true if this window has the current mouse capture.
     
    void ReleaseMouse ()
     Releases mouse input captured with CaptureMouse().
     
    void SetCaret (wxCaret *caret)
     Sets the caret() associated with the window.
     
    virtual bool SetCursor (const wxCursor &cursor)
     Sets the window's cursor.
     
    virtual void WarpPointer (int x, int y)
     Moves the pointer to the given position on the window.
     
    wxHitTest HitTest (wxCoord x, wxCoord y) const
     Get the window border style from the given flags: this is different from simply doing flags & wxBORDER_MASK because it uses GetDefaultBorder() to translate wxBORDER_DEFAULT to something reasonable.
     
    wxHitTest HitTest (const wxPoint &pt) const
     Get the window border style from the given flags: this is different from simply doing flags & wxBORDER_MASK because it uses GetDefaultBorder() to translate wxBORDER_DEFAULT to something reasonable.
     
    wxBorder GetBorder (long flags) const
     Get the window border style from the given flags: this is different from simply doing flags & wxBORDER_MASK because it uses GetDefaultBorder() to translate wxBORDER_DEFAULT to something reasonable.
     
    wxBorder GetBorder () const
     Get border for the flags of this window.
     
    virtual void DoUpdateWindowUI (wxUpdateUIEvent &event)
     Does the window-specific updating after processing the update event.
     
    virtual WXWidget GetHandle () const
     Returns the platform-specific handle of the physical window.
     
    virtual bool HasMultiplePages () const
     This method should be overridden to return true if this window has multiple pages.
     
    virtual void InheritAttributes ()
     This function is (or should be, in case of custom controls) called during window creation to intelligently set up the window visual attributes, that is the font and the foreground and background colours.
     
    virtual void InitDialog ()
     Sends an wxEVT_INIT_DIALOG event, whose handler usually transfers data to the dialog via validators.
     
    virtual bool IsDoubleBuffered () const
     Returns true if the window contents is double-buffered by the system, i.e. if any drawing done on the window is really done on a temporary backing surface and transferred to the screen all at once later.
     
    void SetDoubleBuffered (bool on)
     Turn on or off double buffering of the window if the system supports it.
     
    virtual bool IsRetained () const
     Returns true if the window is retained, false otherwise.
     
    bool IsThisEnabled () const
     Returns true if this window is intrinsically enabled, false otherwise, i.e. if Enable() Enable(false) had been called.
     
    virtual bool IsTopLevel () const
     Returns true if the given window is a top-level one.
     
    virtual void OnInternalIdle ()
     This virtual function is normally only used internally, but sometimes an application may need it to implement functionality that should not be disabled by an application defining an OnIdle handler in a derived class.
     
    virtual bool SendIdleEvents (wxIdleEvent &event)
     Send idle event to window and all subwindows.
     
    virtual bool RegisterHotKey (int hotkeyId, int modifiers, int virtualKeyCode)
     Registers a system wide hotkey.
     
    virtual bool UnregisterHotKey (int hotkeyId)
     Unregisters a system wide hotkey.
     
    virtual void UpdateWindowUI (long flags=wxUPDATE_UI_NONE)
     This function sends one or more wxUpdateUIEvent to the window.
     
    - Public Member Functions inherited from wxEvtHandler
     wxEvtHandler ()
     Constructor.
     
    virtual ~wxEvtHandler ()
     Destructor.
     
    template<typename T , typename T1 , ... >
    void CallAfter (void(T::*method)(T1,...), T1 x1,...)
     Asynchronously call the given method.
     
    template<typename T >
    void CallAfter (const T &functor)
     Asynchronously call the given functor.
     
    bool ProcessEventLocally (wxEvent &event)
     Try to process the event in this handler and all those chained to it.
     
    bool SafelyProcessEvent (wxEvent &event)
     Processes an event by calling ProcessEvent() and handles any exceptions that occur in the process.
     
    void ProcessPendingEvents ()
     Processes the pending events previously queued using QueueEvent() or AddPendingEvent(); you must call this function only if you are sure there are pending events for this handler, otherwise a wxCHECK will fail.
     
    void DeletePendingEvents ()
     Deletes all events queued on this event handler using QueueEvent() or AddPendingEvent().
     
    virtual bool SearchEventTable (wxEventTable &table, wxEvent &event)
     Searches the event table, executing an event handler function if an appropriate one is found.
     
    void Connect (int id, int lastId, wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)
     Connects the given function dynamically with the event handler, id and event type.
     
    void Connect (int id, wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)
     See the Connect(int, int, wxEventType, wxObjectEventFunction, wxObject*, wxEvtHandler*) overload for more info.
     
    void Connect (wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)
     See the Connect(int, int, wxEventType, wxObjectEventFunction, wxObject*, wxEvtHandler*) overload for more info.
     
    bool Disconnect (wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)
     Disconnects the given function dynamically from the event handler, using the specified parameters as search criteria and returning true if a matching function has been found and removed.
     
    bool Disconnect (int id=wxID_ANY, wxEventType eventType=wxEVT_NULL, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)
     See the Disconnect(wxEventType, wxObjectEventFunction, wxObject*, wxEvtHandler*) overload for more info.
     
    bool Disconnect (int id, int lastId, wxEventType eventType, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)
     See the Disconnect(wxEventType, wxObjectEventFunction, wxObject*, wxEvtHandler*) overload for more info.
     
    template<typename EventTag , typename Functor >
    void Bind (const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)
     Binds the given function, functor or method dynamically with the event.
     
    template<typename EventTag , typename Class , typename EventArg , typename EventHandler >
    void Bind (const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)
     See the Bind<>(const EventTag&, Functor, int, int, wxObject*) overload for more info.
     
    template<typename EventTag , typename Functor >
    bool Unbind (const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)
     Unbinds the given function, functor or method dynamically from the event handler, using the specified parameters as search criteria and returning true if a matching function has been found and removed.
     
    template<typename EventTag , typename Class , typename EventArg , typename EventHandler >
    bool Unbind (const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)
     See the Unbind<>(const EventTag&, Functor, int, int, wxObject*) overload for more info.
     
    void * GetClientData () const
     Returns user-supplied client data.
     
    wxClientDataGetClientObject () const
     Returns a pointer to the user-supplied client data object.
     
    void SetClientData (void *data)
     Sets user-supplied client data.
     
    void SetClientObject (wxClientData *data)
     Set the client data object.
     
    bool GetEvtHandlerEnabled () const
     Returns true if the event handler is enabled, false otherwise.
     
    wxEvtHandlerGetNextHandler () const
     Returns the pointer to the next handler in the chain.
     
    wxEvtHandlerGetPreviousHandler () const
     Returns the pointer to the previous handler in the chain.
     
    void SetEvtHandlerEnabled (bool enabled)
     Enables or disables the event handler.
     
    void Unlink ()
     Unlinks this event handler from the chain it's part of (if any); then links the "previous" event handler to the "next" one (so that the chain won't be interrupted).
     
    bool IsUnlinked () const
     Returns true if the next and the previous handler pointers of this event handler instance are NULL.
     
    - Public Member Functions inherited from wxObject
     wxObject ()
     Default ctor; initializes to NULL the internal reference data.
     
     wxObject (const wxObject &other)
     Copy ctor.
     
    virtual ~wxObject ()
     Destructor.
     
    virtual wxClassInfoGetClassInfo () const
     This virtual function is redefined for every class that requires run-time type information, when using the wxDECLARE_CLASS macro (or similar).
     
    wxObjectRefDataGetRefData () const
     Returns the wxObject::m_refData pointer, i.e. the data referenced by this object.
     
    bool IsKindOf (const wxClassInfo *info) const
     Determines whether this class is a subclass of (or the same class as) the given class.
     
    bool IsSameAs (const wxObject &obj) const
     Returns true if this object has the same data pointer as obj.
     
    void Ref (const wxObject &clone)
     Makes this object refer to the data in clone.
     
    void SetRefData (wxObjectRefData *data)
     Sets the wxObject::m_refData pointer.
     
    void UnRef ()
     Decrements the reference count in the associated data, and if it is zero, deletes the data.
     
    void UnShare ()
     This is the same of AllocExclusive() but this method is public.
     
    void operator delete (void *buf)
     The delete operator is defined for debugging versions of the library only, when the identifier WXDEBUG is defined.
     
    void * operator new (size_t size, const wxString &filename=NULL, int lineNum=0)
     The new operator is defined for debugging versions of the library only, when the identifier WXDEBUG is defined.
     
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Additional Inherited Members

    - Static Public Member Functions inherited from wxControl
    static wxString GetLabelText (const wxString &label)
     Returns the given label string without mnemonics ("&" characters).
     
    static wxString RemoveMnemonics (const wxString &str)
     Returns the given str string without mnemonics ("&" characters).
     
    static wxString EscapeMnemonics (const wxString &text)
     Escapes the special mnemonics characters ("&") in the given string.
     
    static wxString Ellipsize (const wxString &label, const wxDC &dc, wxEllipsizeMode mode, int maxWidth, int flags=wxELLIPSIZE_FLAGS_DEFAULT)
     Replaces parts of the label string with ellipsis, if needed, so that it fits into maxWidth pixels if possible.
     
    - Protected Member Functions inherited from wxWindow
    virtual void DoCentre (int direction)
     Centres the window.
     
    virtual wxSize DoGetBestSize () const
     Implementation of GetBestSize() that can be overridden.
     
    virtual wxSize DoGetBestClientSize () const
     Override this method to return the best size for a custom control.
     
    virtual int DoGetBestClientHeight (int width) const
     Override this method to implement height-for-width best size calculation.
     
    virtual int DoGetBestClientWidth (int height) const
     Override this method to implement width-for-height best size calculation.
     
    virtual void SetInitialBestSize (const wxSize &size)
     Sets the initial window size if none is given (i.e. at least one of the components of the size passed to ctor/Create() is wxDefaultCoord).
     
    void SendDestroyEvent ()
     Generate wxWindowDestroyEvent for this window.
     
    virtual bool ProcessEvent (wxEvent &event)
     This function is public in wxEvtHandler but protected in wxWindow because for wxWindows you should always call ProcessEvent() on the pointer returned by GetEventHandler() and not on the wxWindow object itself.
     
    bool SafelyProcessEvent (wxEvent &event)
     See ProcessEvent() for more info about why you shouldn't use this function and the reason for making this function protected in wxWindow.
     
    virtual void QueueEvent (wxEvent *event)
     See ProcessEvent() for more info about why you shouldn't use this function and the reason for making this function protected in wxWindow.
     
    virtual void AddPendingEvent (const wxEvent &event)
     See ProcessEvent() for more info about why you shouldn't use this function and the reason for making this function protected in wxWindow.
     
    void ProcessPendingEvents ()
     See ProcessEvent() for more info about why you shouldn't use this function and the reason for making this function protected in wxWindow.
     
    bool ProcessThreadEvent (const wxEvent &event)
     See ProcessEvent() for more info about why you shouldn't use this function and the reason for making this function protected in wxWindow.
     
    - Protected Attributes inherited from wxObject
    wxObjectRefDatam_refData
     Pointer to an object which is the object's reference-counted data.
     
    +

    Constructor & Destructor Documentation

    + +
    +
    + + + + + + + +
    wxWebKitCtrl::wxWebKitCtrl ()
    +
    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    wxWebKitCtrl::wxWebKitCtrl (wxWindowparent,
    wxWindowID winid,
    const wxStringstrURL,
    const wxPointpos = wxDefaultPosition,
    const wxSizesize = wxDefaultSize,
    long style = 0,
    const wxValidatorvalidator = wxDefaultValidator,
    const wxStringname = wxWebKitCtrlNameStr 
    )
    +
    + +
    +
    + +
    +
    + + + + + +
    + + + + + + + +
    virtual wxWebKitCtrl::~wxWebKitCtrl ()
    +
    +virtual
    +
    + +
    +
    +

    Member Function Documentation

    + +
    +
    + + + + + + + +
    bool wxWebKitCtrl::CanDecreaseTextSize ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    bool wxWebKitCtrl::CanGetPageSource ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    bool wxWebKitCtrl::CanGoBack ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    bool wxWebKitCtrl::CanGoForward ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    bool wxWebKitCtrl::CanIncreaseTextSize ()
    +
    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    bool wxWebKitCtrl::Create (wxWindowparent,
    wxWindowID winid,
    const wxStringstrURL,
    const wxPointpos = wxDefaultPosition,
    const wxSizesize = wxDefaultSize,
    long style = 0,
    const wxValidatorvalidator = wxDefaultValidator,
    const wxStringname = wxWebKitCtrlNameStr 
    )
    +
    + +
    +
    + +
    +
    + + + + + + + +
    void wxWebKitCtrl::DecreaseTextSize ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    wxString wxWebKitCtrl::GetPageSource ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    wxString wxWebKitCtrl::GetPageTitle ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    wxString wxWebKitCtrl::GetPageURL ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    int wxWebKitCtrl::GetScrollPos ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    wxString wxWebKitCtrl::GetSelection ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    wxString wxWebKitCtrl::GetTitle ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    bool wxWebKitCtrl::GoBack ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    bool wxWebKitCtrl::GoForward ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    void wxWebKitCtrl::IncreaseTextSize ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    bool wxWebKitCtrl::IsEditable ()
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxWebKitCtrl::LoadURL (const wxStringurl)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxWebKitCtrl::MakeEditable (bool enable = true)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxWebKitCtrl::Print (bool showPrompt = false)
    +
    + +
    +
    + +
    +
    + + + + + + + +
    void wxWebKitCtrl::Reload ()
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    wxString wxWebKitCtrl::RunScript (const wxStringjavascript)
    +
    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    void wxWebKitCtrl::SetPageSource (const wxStringsource,
    const wxStringbaseUrl = wxEmptyString 
    )
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxWebKitCtrl::SetPageTitle (const wxStringtitle)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxWebKitCtrl::SetScrollPos (int pos)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxWebKitCtrl::SetTitle (const wxStringtitle)
    +
    + +
    +
    + +
    +
    + + + + + + + +
    void wxWebKitCtrl::Stop ()
    +
    + +
    +
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl__inherit__graph.map wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl__inherit__graph.map --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl__inherit__graph.map 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl__inherit__graph.map 2014-09-09 22:03:44.000000000 +0000 @@ -0,0 +1,7 @@ + + + + + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl__inherit__graph.md5 wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl__inherit__graph.md5 --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl__inherit__graph.md5 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl__inherit__graph.md5 2014-09-09 22:03:36.000000000 +0000 @@ -0,0 +1 @@ +10090e26b7f9fe96c4acbb046bab0bf3 \ No newline at end of file Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl__inherit__graph.png and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl__inherit__graph.png differ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl-members.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_ctrl-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -0,0 +1,446 @@ + + + + + +wxWidgets: Member List + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    wxWebKitCtrl Member List
    +
    +
    + +

    This is the complete list of members for wxWebKitCtrl, including all inherited members.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    AcceptsFocus() const wxWindowvirtual
    AcceptsFocusFromKeyboard() const wxWindowvirtual
    AcceptsFocusRecursively() const wxWindowvirtual
    AddChild(wxWindow *child)wxWindowvirtual
    AddFilter(wxEventFilter *filter)wxEvtHandlerstatic
    AddPendingEvent(const wxEvent &event)wxWindowprotectedvirtual
    AdjustForLayoutDirection(wxCoord x, wxCoord width, wxCoord widthTotal) const wxWindowvirtual
    AllocExclusive()wxObjectprotected
    AlwaysShowScrollbars(bool hflag=true, bool vflag=true)wxWindowvirtual
    BeginRepositioningChildren()wxWindow
    Bind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler
    Bind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler
    CacheBestSize(const wxSize &size) const wxWindow
    CallAfter(void(T::*method)(T1,...), T1 x1,...)wxEvtHandler
    CallAfter(const T &functor)wxEvtHandler
    CanAcceptFocus() const wxWindow
    CanAcceptFocusFromKeyboard() const wxWindow
    CanDecreaseTextSize()wxWebKitCtrl
    CanGetPageSource()wxWebKitCtrl
    CanGoBack()wxWebKitCtrl
    CanGoForward()wxWebKitCtrl
    CanIncreaseTextSize()wxWebKitCtrl
    CanScroll(int orient) const wxWindow
    CanSetTransparent()wxWindowvirtual
    CaptureMouse()wxWindow
    Center(int dir=wxBOTH)wxWindow
    CenterOnParent(int dir=wxBOTH)wxWindow
    Centre(int direction=wxBOTH)wxWindow
    CentreOnParent(int direction=wxBOTH)wxWindow
    ClearBackground()wxWindowvirtual
    ClientToScreen(int *x, int *y) const wxWindow
    ClientToScreen(const wxPoint &pt) const wxWindow
    ClientToWindowSize(const wxSize &size) const wxWindowvirtual
    CloneRefData(const wxObjectRefData *data) const wxObjectprotectedvirtual
    Close(bool force=false)wxWindow
    Command(wxCommandEvent &event)wxControlvirtual
    Connect(int id, int lastId, wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)wxEvtHandler
    Connect(int id, wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)wxEvtHandler
    Connect(wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)wxEvtHandler
    ConvertDialogToPixels(const wxPoint &pt) const wxWindow
    ConvertDialogToPixels(const wxSize &sz) const wxWindow
    ConvertPixelsToDialog(const wxPoint &pt) const wxWindow
    ConvertPixelsToDialog(const wxSize &sz) const wxWindow
    Create(wxWindow *parent, wxWindowID winid, const wxString &strURL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxWebKitCtrlNameStr)wxWebKitCtrl
    wxControl::Create(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxControlNameStr)wxControl
    wxWindow::Create(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxPanelNameStr)wxWindow
    CreateRefData() const wxObjectprotectedvirtual
    DecreaseTextSize()wxWebKitCtrl
    DeletePendingEvents()wxEvtHandler
    Destroy()wxWindowvirtual
    DestroyChildren()wxWindow
    Disable()wxWindow
    Disconnect(wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)wxEvtHandler
    Disconnect(int id=wxID_ANY, wxEventType eventType=wxEVT_NULL, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)wxEvtHandler
    Disconnect(int id, int lastId, wxEventType eventType, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)wxEvtHandler
    DoCentre(int direction)wxWindowprotectedvirtual
    DoGetBestClientHeight(int width) const wxWindowprotectedvirtual
    DoGetBestClientSize() const wxWindowprotectedvirtual
    DoGetBestClientWidth(int height) const wxWindowprotectedvirtual
    DoGetBestSize() const wxWindowprotectedvirtual
    DoUpdateWindowUI(wxUpdateUIEvent &event)wxWindowvirtual
    DragAcceptFiles(bool accept)wxWindowvirtual
    Ellipsize(const wxString &label, const wxDC &dc, wxEllipsizeMode mode, int maxWidth, int flags=wxELLIPSIZE_FLAGS_DEFAULT)wxControlstatic
    Enable(bool enable=true)wxWindowvirtual
    EndRepositioningChildren()wxWindow
    EscapeMnemonics(const wxString &text)wxControlstatic
    FindFocus()wxWindowstatic
    FindWindow(long id) const wxWindow
    FindWindow(const wxString &name) const wxWindow
    FindWindowById(long id, const wxWindow *parent=0)wxWindowstatic
    FindWindowByLabel(const wxString &label, const wxWindow *parent=0)wxWindowstatic
    FindWindowByName(const wxString &name, const wxWindow *parent=0)wxWindowstatic
    Fit()wxWindowvirtual
    FitInside()wxWindowvirtual
    Freeze()wxWindow
    GetAcceleratorTable()wxWindow
    GetAccessible()wxWindow
    GetAutoLayout() const wxWindow
    GetBackgroundColour() const wxWindow
    GetBackgroundStyle() const wxWindowvirtual
    GetBestHeight(int width) const wxWindow
    GetBestSize() const wxWindow
    GetBestVirtualSize() const wxWindowvirtual
    GetBestWidth(int height) const wxWindow
    GetBorder(long flags) const wxWindow
    GetBorder() const wxWindow
    GetCapture()wxWindowstatic
    GetCaret() const wxWindow
    GetCharHeight() const wxWindowvirtual
    GetCharWidth() const wxWindowvirtual
    GetChildren()wxWindow
    GetChildren() const wxWindow
    GetClassDefaultAttributes(wxWindowVariant variant=wxWINDOW_VARIANT_NORMAL)wxWindowstatic
    GetClassInfo() const wxObjectvirtual
    GetClientAreaOrigin() const wxWindowvirtual
    GetClientData() const wxEvtHandler
    GetClientObject() const wxEvtHandler
    GetClientRect() const wxWindow
    GetClientSize(int *width, int *height) const wxWindow
    GetClientSize() const wxWindow
    GetConstraints() const wxWindow
    GetContainingSizer() const wxWindow
    GetContentScaleFactor() const wxWindowvirtual
    GetCursor() const wxWindow
    GetDefaultAttributes() const wxWindowvirtual
    GetDropTarget() const wxWindowvirtual
    GetEffectiveMinSize() const wxWindowvirtual
    GetEventHandler() const wxWindow
    GetEvtHandlerEnabled() const wxEvtHandler
    GetExtraStyle() const wxWindow
    GetFont() const wxWindow
    GetForegroundColour() const wxWindow
    GetGrandParent() const wxWindow
    GetHandle() const wxWindowvirtual
    GetHelpText() const wxWindow
    GetHelpTextAtPoint(const wxPoint &point, wxHelpEvent::Origin origin) const wxWindowvirtual
    GetId() const wxWindow
    GetLabel() const wxControlvirtual
    GetLabelText() const wxControl
    GetLabelText(const wxString &label)wxControlstatic
    GetLayoutDirection() const wxWindowvirtual
    GetMaxClientSize() const wxWindowvirtual
    GetMaxHeight() const wxWindow
    GetMaxSize() const wxWindowvirtual
    GetMaxWidth() const wxWindow
    GetMinClientSize() const wxWindowvirtual
    GetMinHeight() const wxWindow
    GetMinSize() const wxWindowvirtual
    GetMinWidth() const wxWindow
    GetName() const wxWindowvirtual
    GetNextHandler() const wxEvtHandler
    GetNextSibling() const wxWindow
    GetPageSource()wxWebKitCtrl
    GetPageTitle()wxWebKitCtrl
    GetPageURL()wxWebKitCtrl
    GetParent() const wxWindow
    GetPopupMenuSelectionFromUser(wxMenu &menu, const wxPoint &pos=wxDefaultPosition)wxWindow
    GetPopupMenuSelectionFromUser(wxMenu &menu, int x, int y)wxWindow
    GetPosition(int *x, int *y) const wxWindow
    GetPosition() const wxWindow
    GetPreviousHandler() const wxEvtHandler
    GetPrevSibling() const wxWindow
    GetRect() const wxWindow
    GetRefData() const wxObject
    GetScreenPosition(int *x, int *y) const wxWindow
    GetScreenPosition() const wxWindow
    GetScreenRect() const wxWindow
    GetScrollPos()wxWebKitCtrl
    wxControl::GetScrollPos(int orientation) const wxWindowvirtual
    GetScrollRange(int orientation) const wxWindowvirtual
    GetScrollThumb(int orientation) const wxWindowvirtual
    GetSelection()wxWebKitCtrl
    GetSize(int *width, int *height) const wxWindow
    GetSize() const wxWindow
    GetSizeFromTextSize(int xlen, int ylen=-1) const wxControl
    GetSizeFromTextSize(const wxSize &tsize) const wxControl
    GetSizer() const wxWindow
    GetTextExtent(const wxString &string, int *w, int *h, int *descent=NULL, int *externalLeading=NULL, const wxFont *font=NULL) const wxWindow
    GetTextExtent(const wxString &string) const wxWindow
    GetThemeEnabled() const wxWindowvirtual
    GetTitle()wxWebKitCtrl
    GetToolTip() const wxWindow
    GetToolTipText() const wxWindow
    GetUpdateClientRect() const wxWindow
    GetUpdateRegion() const wxWindow
    GetValidator()wxWindowvirtual
    GetVirtualSize() const wxWindow
    GetVirtualSize(int *width, int *height) const wxWindow
    GetWindowBorderSize() const wxWindowvirtual
    GetWindowStyle() const wxWindow
    GetWindowStyleFlag() const wxWindowvirtual
    GetWindowVariant() const wxWindow
    GoBack()wxWebKitCtrl
    GoForward()wxWebKitCtrl
    HandleAsNavigationKey(const wxKeyEvent &event)wxWindow
    HandleWindowEvent(wxEvent &event) const wxWindow
    HasCapture() const wxWindowvirtual
    HasExtraStyle(int exFlag) const wxWindow
    HasFlag(int flag) const wxWindow
    HasFocus() const wxWindowvirtual
    HasMultiplePages() const wxWindowvirtual
    HasScrollbar(int orient) const wxWindow
    HasTransparentBackground()wxWindowvirtual
    Hide()wxWindow
    HideWithEffect(wxShowEffect effect, unsigned int timeout=0)wxWindowvirtual
    HitTest(wxCoord x, wxCoord y) const wxWindow
    HitTest(const wxPoint &pt) const wxWindow
    IncreaseTextSize()wxWebKitCtrl
    InformFirstDirection(int direction, int size, int availableOtherDir)wxWindowvirtual
    InheritAttributes()wxWindowvirtual
    InheritsBackgroundColour() const wxWindow
    InitDialog()wxWindowvirtual
    InvalidateBestSize()wxWindow
    IsBeingDeleted() const wxWindow
    IsDescendant(wxWindowBase *win) const wxWindow
    IsDoubleBuffered() const wxWindowvirtual
    IsEditable()wxWebKitCtrl
    IsEnabled() const wxWindow
    IsExposed(int x, int y) const wxWindow
    IsExposed(wxPoint &pt) const wxWindow
    IsExposed(int x, int y, int w, int h) const wxWindow
    IsExposed(wxRect &rect) const wxWindow
    IsFocusable() const wxWindow
    IsFrozen() const wxWindow
    IsKindOf(const wxClassInfo *info) const wxObject
    IsRetained() const wxWindowvirtual
    IsSameAs(const wxObject &obj) const wxObject
    IsScrollbarAlwaysShown(int orient) const wxWindowvirtual
    IsShown() const wxWindowvirtual
    IsShownOnScreen() const wxWindowvirtual
    IsThisEnabled() const wxWindow
    IsTopLevel() const wxWindowvirtual
    IsTransparentBackgroundSupported(wxString *reason=NULL) const wxWindowvirtual
    IsUnlinked() const wxEvtHandler
    Layout()wxWindowvirtual
    LineDown()wxWindow
    LineUp()wxWindow
    LoadURL(const wxString &url)wxWebKitCtrl
    Lower()wxWindowvirtual
    m_refDatawxObjectprotected
    MakeEditable(bool enable=true)wxWebKitCtrl
    Move(int x, int y, int flags=wxSIZE_USE_EXISTING)wxWindow
    Move(const wxPoint &pt, int flags=wxSIZE_USE_EXISTING)wxWindow
    MoveAfterInTabOrder(wxWindow *win)wxWindow
    MoveBeforeInTabOrder(wxWindow *win)wxWindow
    Navigate(int flags=wxNavigationKeyEvent::IsForward)wxWindow
    NavigateIn(int flags=wxNavigationKeyEvent::IsForward)wxWindow
    NewControlId(int count=1)wxWindowstatic
    OnInternalIdle()wxWindowvirtual
    operator delete(void *buf)wxObject
    operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject
    PageDown()wxWindow
    PageUp()wxWindow
    PopEventHandler(bool deleteHandler=false)wxWindow
    PopupMenu(wxMenu *menu, const wxPoint &pos=wxDefaultPosition)wxWindow
    PopupMenu(wxMenu *menu, int x, int y)wxWindow
    PostSizeEvent()wxWindow
    PostSizeEventToParent()wxWindow
    Print(bool showPrompt=false)wxWebKitCtrl
    ProcessEvent(wxEvent &event)wxWindowprotectedvirtual
    ProcessEventLocally(wxEvent &event)wxEvtHandler
    ProcessPendingEvents()wxWindowprotected
    ProcessThreadEvent(const wxEvent &event)wxWindowprotected
    ProcessWindowEvent(wxEvent &event)wxWindow
    ProcessWindowEventLocally(wxEvent &event)wxWindow
    PushEventHandler(wxEvtHandler *handler)wxWindow
    QueueEvent(wxEvent *event)wxWindowprotectedvirtual
    Raise()wxWindowvirtual
    Ref(const wxObject &clone)wxObject
    Refresh(bool eraseBackground=true, const wxRect *rect=NULL)wxWindowvirtual
    RefreshRect(const wxRect &rect, bool eraseBackground=true)wxWindow
    RegisterHotKey(int hotkeyId, int modifiers, int virtualKeyCode)wxWindowvirtual
    ReleaseMouse()wxWindow
    Reload()wxWebKitCtrl
    RemoveChild(wxWindow *child)wxWindowvirtual
    RemoveEventHandler(wxEvtHandler *handler)wxWindow
    RemoveFilter(wxEventFilter *filter)wxEvtHandlerstatic
    RemoveMnemonics(const wxString &str)wxControlstatic
    Reparent(wxWindow *newParent)wxWindowvirtual
    RunScript(const wxString &javascript)wxWebKitCtrl
    SafelyProcessEvent(wxEvent &event)wxWindowprotected
    ScreenToClient(int *x, int *y) const wxWindow
    ScreenToClient(const wxPoint &pt) const wxWindow
    ScrollLines(int lines)wxWindowvirtual
    ScrollPages(int pages)wxWindowvirtual
    ScrollWindow(int dx, int dy, const wxRect *rect=NULL)wxWindowvirtual
    SearchEventTable(wxEventTable &table, wxEvent &event)wxEvtHandlervirtual
    SendDestroyEvent()wxWindowprotected
    SendIdleEvents(wxIdleEvent &event)wxWindowvirtual
    SendSizeEvent(int flags=0)wxWindowvirtual
    SendSizeEventToParent(int flags=0)wxWindow
    SetAcceleratorTable(const wxAcceleratorTable &accel)wxWindowvirtual
    SetAccessible(wxAccessible *accessible)wxWindow
    SetAutoLayout(bool autoLayout)wxWindow
    SetBackgroundColour(const wxColour &colour)wxWindowvirtual
    SetBackgroundStyle(wxBackgroundStyle style)wxWindowvirtual
    SetCanFocus(bool canFocus)wxWindowvirtual
    SetCaret(wxCaret *caret)wxWindow
    SetClientData(void *data)wxEvtHandler
    SetClientObject(wxClientData *data)wxEvtHandler
    SetClientSize(int width, int height)wxWindow
    SetClientSize(const wxSize &size)wxWindow
    SetClientSize(const wxRect &rect)wxWindow
    SetConstraints(wxLayoutConstraints *constraints)wxWindow
    SetContainingSizer(wxSizer *sizer)wxWindow
    SetCursor(const wxCursor &cursor)wxWindowvirtual
    SetDoubleBuffered(bool on)wxWindow
    SetDropTarget(wxDropTarget *target)wxWindowvirtual
    SetEventHandler(wxEvtHandler *handler)wxWindow
    SetEvtHandlerEnabled(bool enabled)wxEvtHandler
    SetExtraStyle(long exStyle)wxWindowvirtual
    SetFocus()wxWindowvirtual
    SetFocusFromKbd()wxWindowvirtual
    SetFont(const wxFont &font)wxWindowvirtual
    SetForegroundColour(const wxColour &colour)wxWindowvirtual
    SetHelpText(const wxString &helpText)wxWindow
    SetId(wxWindowID winid)wxWindow
    SetInitialBestSize(const wxSize &size)wxWindowprotectedvirtual
    SetInitialSize(const wxSize &size=wxDefaultSize)wxWindow
    SetLabel(const wxString &label)wxControlvirtual
    SetLabelMarkup(const wxString &markup)wxControl
    SetLabelText(const wxString &text)wxControl
    SetLayoutDirection(wxLayoutDirection dir)wxWindowvirtual
    SetMaxClientSize(const wxSize &size)wxWindowvirtual
    SetMaxSize(const wxSize &size)wxWindowvirtual
    SetMinClientSize(const wxSize &size)wxWindowvirtual
    SetMinSize(const wxSize &size)wxWindowvirtual
    SetName(const wxString &name)wxWindowvirtual
    SetNextHandler(wxEvtHandler *handler)wxWindowvirtual
    SetOwnBackgroundColour(const wxColour &colour)wxWindow
    SetOwnFont(const wxFont &font)wxWindow
    SetOwnForegroundColour(const wxColour &colour)wxWindow
    SetPageSource(const wxString &source, const wxString &baseUrl=wxEmptyString)wxWebKitCtrl
    SetPageTitle(const wxString &title)wxWebKitCtrl
    SetPalette(const wxPalette &pal)wxWindow
    SetPosition(const wxPoint &pt)wxWindow
    SetPreviousHandler(wxEvtHandler *handler)wxWindowvirtual
    SetRefData(wxObjectRefData *data)wxObject
    SetScrollbar(int orientation, int position, int thumbSize, int range, bool refresh=true)wxWindowvirtual
    SetScrollPos(int pos)wxWebKitCtrl
    wxControl::SetScrollPos(int orientation, int pos, bool refresh=true)wxWindowvirtual
    SetSize(int x, int y, int width, int height, int sizeFlags=wxSIZE_AUTO)wxWindow
    SetSize(const wxRect &rect)wxWindow
    SetSize(const wxSize &size)wxWindow
    SetSize(int width, int height)wxWindow
    SetSizeHints(const wxSize &minSize, const wxSize &maxSize=wxDefaultSize, const wxSize &incSize=wxDefaultSize)wxWindowvirtual
    SetSizeHints(int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)wxWindowvirtual
    SetSizer(wxSizer *sizer, bool deleteOld=true)wxWindow
    SetSizerAndFit(wxSizer *sizer, bool deleteOld=true)wxWindow
    SetThemeEnabled(bool enable)wxWindowvirtual
    SetTitle(const wxString &title)wxWebKitCtrl
    SetToolTip(const wxString &tipString)wxWindow
    SetToolTip(wxToolTip *tip)wxWindow
    SetTransparent(wxByte alpha)wxWindowvirtual
    SetValidator(const wxValidator &validator)wxWindowvirtual
    SetVirtualSize(int width, int height)wxWindow
    SetVirtualSize(const wxSize &size)wxWindow
    SetWindowStyle(long style)wxWindow
    SetWindowStyleFlag(long style)wxWindowvirtual
    SetWindowVariant(wxWindowVariant variant)wxWindow
    ShouldInheritColours() const wxWindowvirtual
    Show(bool show=true)wxWindowvirtual
    ShowWithEffect(wxShowEffect effect, unsigned int timeout=0)wxWindowvirtual
    Stop()wxWebKitCtrl
    Thaw()wxWindow
    ToggleWindowStyle(int flag)wxWindow
    TransferDataFromWindow()wxWindowvirtual
    TransferDataToWindow()wxWindowvirtual
    TryAfter(wxEvent &event)wxEvtHandlerprotectedvirtual
    TryBefore(wxEvent &event)wxEvtHandlerprotectedvirtual
    Unbind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler
    Unbind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL)wxEvtHandler
    Unlink()wxEvtHandler
    UnRef()wxObject
    UnregisterHotKey(int hotkeyId)wxWindowvirtual
    UnreserveControlId(wxWindowID id, int count=1)wxWindowstatic
    UnsetToolTip()wxWindow
    UnShare()wxObject
    Update()wxWindowvirtual
    UpdateWindowUI(long flags=wxUPDATE_UI_NONE)wxWindowvirtual
    UseBgCol() const wxWindow
    Validate()wxWindowvirtual
    WarpPointer(int x, int y)wxWindowvirtual
    WindowToClientSize(const wxSize &size) const wxWindowvirtual
    wxControl(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxControlNameStr)wxControl
    wxControl()wxControl
    wxEvtHandler()wxEvtHandler
    wxObject()wxObject
    wxObject(const wxObject &other)wxObject
    wxWebKitCtrl()wxWebKitCtrl
    wxWebKitCtrl(wxWindow *parent, wxWindowID winid, const wxString &strURL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxWebKitCtrlNameStr)wxWebKitCtrl
    wxWindow()wxWindow
    wxWindow(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxPanelNameStr)wxWindow
    ~wxEvtHandler()wxEvtHandlervirtual
    ~wxObject()wxObjectvirtual
    ~wxWebKitCtrl()wxWebKitCtrlvirtual
    ~wxWindow()wxWindowvirtual
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -0,0 +1,329 @@ + + + + + +wxWidgets: wxWebKitNewWindowEvent Class Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    + +
    +
    wxWebKitNewWindowEvent Class Reference
    +
    +
    + +

    #include <wx/html/webkit.h>

    +
    + + Inheritance diagram for wxWebKitNewWindowEvent:
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Public Member Functions

    wxString GetURL () const
     
    void SetURL (const wxString &url)
     
    wxString GetTargetName () const
     
    void SetTargetName (const wxString &name)
     
     wxWebKitNewWindowEvent (wxWindow *win=0)
     
    - Public Member Functions inherited from wxCommandEvent
     wxCommandEvent (wxEventType commandEventType=wxEVT_NULL, int id=0)
     Constructor.
     
    void * GetClientData () const
     Returns client data pointer for a listbox or choice selection event (not valid for a deselection).
     
    wxClientDataGetClientObject () const
     Returns client object pointer for a listbox or choice selection event (not valid for a deselection).
     
    long GetExtraLong () const
     Returns extra information dependent on the event objects type.
     
    int GetInt () const
     Returns the integer identifier corresponding to a listbox, choice or radiobox selection (only if the event was a selection, not a deselection), or a boolean value representing the value of a checkbox.
     
    int GetSelection () const
     Returns item index for a listbox or choice selection event (not valid for a deselection).
     
    wxString GetString () const
     Returns item string for a listbox or choice selection event.
     
    bool IsChecked () const
     This method can be used with checkbox and menu events: for the checkboxes, the method returns true for a selection event and false for a deselection one.
     
    bool IsSelection () const
     For a listbox or similar event, returns true if it is a selection, false if it is a deselection.
     
    void SetClientData (void *clientData)
     Sets the client data for this event.
     
    void SetClientObject (wxClientData *clientObject)
     Sets the client object for this event.
     
    void SetExtraLong (long extraLong)
     Sets the m_extraLong member.
     
    void SetInt (int intCommand)
     Sets the m_commandInt member.
     
    void SetString (const wxString &string)
     Sets the m_commandString member.
     
    - Public Member Functions inherited from wxEvent
     wxEvent (int id=0, wxEventType eventType=wxEVT_NULL)
     Constructor.
     
    virtual wxEventClone () const =0
     Returns a copy of the event.
     
    wxObjectGetEventObject () const
     Returns the object (usually a window) associated with the event, if any.
     
    wxEventType GetEventType () const
     Returns the identifier of the given event type, such as wxEVT_BUTTON.
     
    virtual wxEventCategory GetEventCategory () const
     Returns a generic category for this event.
     
    int GetId () const
     Returns the identifier associated with this event, such as a button command id.
     
    wxObjectGetEventUserData () const
     Return the user data associated with a dynamically connected event handler.
     
    bool GetSkipped () const
     Returns true if the event handler should be skipped, false otherwise.
     
    long GetTimestamp () const
     Gets the timestamp for the event.
     
    bool IsCommandEvent () const
     Returns true if the event is or is derived from wxCommandEvent else it returns false.
     
    void ResumePropagation (int propagationLevel)
     Sets the propagation level to the given value (for example returned from an earlier call to wxEvent::StopPropagation).
     
    void SetEventObject (wxObject *object)
     Sets the originating object.
     
    void SetEventType (wxEventType type)
     Sets the event type.
     
    void SetId (int id)
     Sets the identifier associated with this event, such as a button command id.
     
    void SetTimestamp (long timeStamp=0)
     Sets the timestamp for the event.
     
    bool ShouldPropagate () const
     Test if this event should be propagated or not, i.e. if the propagation level is currently greater than 0.
     
    void Skip (bool skip=true)
     This method can be used inside an event handler to control whether further event handlers bound to this event will be called after the current one returns.
     
    int StopPropagation ()
     Stop the event from propagating to its parent window.
     
    - Public Member Functions inherited from wxObject
     wxObject ()
     Default ctor; initializes to NULL the internal reference data.
     
     wxObject (const wxObject &other)
     Copy ctor.
     
    virtual ~wxObject ()
     Destructor.
     
    virtual wxClassInfoGetClassInfo () const
     This virtual function is redefined for every class that requires run-time type information, when using the wxDECLARE_CLASS macro (or similar).
     
    wxObjectRefDataGetRefData () const
     Returns the wxObject::m_refData pointer, i.e. the data referenced by this object.
     
    bool IsKindOf (const wxClassInfo *info) const
     Determines whether this class is a subclass of (or the same class as) the given class.
     
    bool IsSameAs (const wxObject &obj) const
     Returns true if this object has the same data pointer as obj.
     
    void Ref (const wxObject &clone)
     Makes this object refer to the data in clone.
     
    void SetRefData (wxObjectRefData *data)
     Sets the wxObject::m_refData pointer.
     
    void UnRef ()
     Decrements the reference count in the associated data, and if it is zero, deletes the data.
     
    void UnShare ()
     This is the same of AllocExclusive() but this method is public.
     
    void operator delete (void *buf)
     The delete operator is defined for debugging versions of the library only, when the identifier WXDEBUG is defined.
     
    void * operator new (size_t size, const wxString &filename=NULL, int lineNum=0)
     The new operator is defined for debugging versions of the library only, when the identifier WXDEBUG is defined.
     
    + + + + + + + + + + + + + + + +

    +Additional Inherited Members

    - Protected Member Functions inherited from wxObject
    void AllocExclusive ()
     Ensure that this object's data is not shared with any other object.
     
    virtual wxObjectRefDataCreateRefData () const
     Creates a new instance of the wxObjectRefData-derived class specific to this object and returns it.
     
    virtual wxObjectRefDataCloneRefData (const wxObjectRefData *data) const
     Creates a new instance of the wxObjectRefData-derived class specific to this object and initializes it copying data.
     
    - Protected Attributes inherited from wxEvent
    int m_propagationLevel
     Indicates how many levels the event can propagate.
     
    +

    Constructor & Destructor Documentation

    + +
    +
    + + + + + + + + +
    wxWebKitNewWindowEvent::wxWebKitNewWindowEvent (wxWindowwin = 0)
    +
    + +
    +
    +

    Member Function Documentation

    + +
    +
    + + + + + + + +
    wxString wxWebKitNewWindowEvent::GetTargetName () const
    +
    + +
    +
    + +
    +
    + + + + + + + +
    wxString wxWebKitNewWindowEvent::GetURL () const
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxWebKitNewWindowEvent::SetTargetName (const wxStringname)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxWebKitNewWindowEvent::SetURL (const wxStringurl)
    +
    + +
    +
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event__inherit__graph.map wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event__inherit__graph.map --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event__inherit__graph.map 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event__inherit__graph.map 2014-09-09 22:03:44.000000000 +0000 @@ -0,0 +1,5 @@ + + + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event__inherit__graph.md5 wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event__inherit__graph.md5 --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event__inherit__graph.md5 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event__inherit__graph.md5 2014-09-09 22:03:36.000000000 +0000 @@ -0,0 +1 @@ +6e3b6f6824f7f400df5cce0c271372e3 \ No newline at end of file Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event__inherit__graph.png and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event__inherit__graph.png differ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event-members.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_new_window_event-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -0,0 +1,124 @@ + + + + + +wxWidgets: Member List + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    wxWebKitNewWindowEvent Member List
    +
    +
    + +

    This is the complete list of members for wxWebKitNewWindowEvent, including all inherited members.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    AllocExclusive()wxObjectprotected
    Clone() const =0wxEventpure virtual
    CloneRefData(const wxObjectRefData *data) const wxObjectprotectedvirtual
    CreateRefData() const wxObjectprotectedvirtual
    GetClassInfo() const wxObjectvirtual
    GetClientData() const wxCommandEvent
    GetClientObject() const wxCommandEvent
    GetEventCategory() const wxEventvirtual
    GetEventObject() const wxEvent
    GetEventType() const wxEvent
    GetEventUserData() const wxEvent
    GetExtraLong() const wxCommandEvent
    GetId() const wxEvent
    GetInt() const wxCommandEvent
    GetRefData() const wxObject
    GetSelection() const wxCommandEvent
    GetSkipped() const wxEvent
    GetString() const wxCommandEvent
    GetTargetName() const wxWebKitNewWindowEvent
    GetTimestamp() const wxEvent
    GetURL() const wxWebKitNewWindowEvent
    IsChecked() const wxCommandEvent
    IsCommandEvent() const wxEvent
    IsKindOf(const wxClassInfo *info) const wxObject
    IsSameAs(const wxObject &obj) const wxObject
    IsSelection() const wxCommandEvent
    m_propagationLevelwxEventprotected
    m_refDatawxObjectprotected
    operator delete(void *buf)wxObject
    operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject
    Ref(const wxObject &clone)wxObject
    ResumePropagation(int propagationLevel)wxEvent
    SetClientData(void *clientData)wxCommandEvent
    SetClientObject(wxClientData *clientObject)wxCommandEvent
    SetEventObject(wxObject *object)wxEvent
    SetEventType(wxEventType type)wxEvent
    SetExtraLong(long extraLong)wxCommandEvent
    SetId(int id)wxEvent
    SetInt(int intCommand)wxCommandEvent
    SetRefData(wxObjectRefData *data)wxObject
    SetString(const wxString &string)wxCommandEvent
    SetTargetName(const wxString &name)wxWebKitNewWindowEvent
    SetTimestamp(long timeStamp=0)wxEvent
    SetURL(const wxString &url)wxWebKitNewWindowEvent
    ShouldPropagate() const wxEvent
    Skip(bool skip=true)wxEvent
    StopPropagation()wxEvent
    UnRef()wxObject
    UnShare()wxObject
    wxCommandEvent(wxEventType commandEventType=wxEVT_NULL, int id=0)wxCommandEvent
    wxEvent(int id=0, wxEventType eventType=wxEVT_NULL)wxEvent
    wxObject()wxObject
    wxObject(const wxObject &other)wxObject
    wxWebKitNewWindowEvent(wxWindow *win=0)wxWebKitNewWindowEvent
    ~wxObject()wxObjectvirtual
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -0,0 +1,329 @@ + + + + + +wxWidgets: wxWebKitStateChangedEvent Class Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    + +
    +
    wxWebKitStateChangedEvent Class Reference
    +
    +
    + +

    #include <wx/html/webkit.h>

    +
    + + Inheritance diagram for wxWebKitStateChangedEvent:
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Public Member Functions

    int GetState ()
     
    void SetState (const int state)
     
    wxString GetURL ()
     
    void SetURL (const wxString &url)
     
     wxWebKitStateChangedEvent (wxWindow *win=0)
     
    - Public Member Functions inherited from wxCommandEvent
     wxCommandEvent (wxEventType commandEventType=wxEVT_NULL, int id=0)
     Constructor.
     
    void * GetClientData () const
     Returns client data pointer for a listbox or choice selection event (not valid for a deselection).
     
    wxClientDataGetClientObject () const
     Returns client object pointer for a listbox or choice selection event (not valid for a deselection).
     
    long GetExtraLong () const
     Returns extra information dependent on the event objects type.
     
    int GetInt () const
     Returns the integer identifier corresponding to a listbox, choice or radiobox selection (only if the event was a selection, not a deselection), or a boolean value representing the value of a checkbox.
     
    int GetSelection () const
     Returns item index for a listbox or choice selection event (not valid for a deselection).
     
    wxString GetString () const
     Returns item string for a listbox or choice selection event.
     
    bool IsChecked () const
     This method can be used with checkbox and menu events: for the checkboxes, the method returns true for a selection event and false for a deselection one.
     
    bool IsSelection () const
     For a listbox or similar event, returns true if it is a selection, false if it is a deselection.
     
    void SetClientData (void *clientData)
     Sets the client data for this event.
     
    void SetClientObject (wxClientData *clientObject)
     Sets the client object for this event.
     
    void SetExtraLong (long extraLong)
     Sets the m_extraLong member.
     
    void SetInt (int intCommand)
     Sets the m_commandInt member.
     
    void SetString (const wxString &string)
     Sets the m_commandString member.
     
    - Public Member Functions inherited from wxEvent
     wxEvent (int id=0, wxEventType eventType=wxEVT_NULL)
     Constructor.
     
    virtual wxEventClone () const =0
     Returns a copy of the event.
     
    wxObjectGetEventObject () const
     Returns the object (usually a window) associated with the event, if any.
     
    wxEventType GetEventType () const
     Returns the identifier of the given event type, such as wxEVT_BUTTON.
     
    virtual wxEventCategory GetEventCategory () const
     Returns a generic category for this event.
     
    int GetId () const
     Returns the identifier associated with this event, such as a button command id.
     
    wxObjectGetEventUserData () const
     Return the user data associated with a dynamically connected event handler.
     
    bool GetSkipped () const
     Returns true if the event handler should be skipped, false otherwise.
     
    long GetTimestamp () const
     Gets the timestamp for the event.
     
    bool IsCommandEvent () const
     Returns true if the event is or is derived from wxCommandEvent else it returns false.
     
    void ResumePropagation (int propagationLevel)
     Sets the propagation level to the given value (for example returned from an earlier call to wxEvent::StopPropagation).
     
    void SetEventObject (wxObject *object)
     Sets the originating object.
     
    void SetEventType (wxEventType type)
     Sets the event type.
     
    void SetId (int id)
     Sets the identifier associated with this event, such as a button command id.
     
    void SetTimestamp (long timeStamp=0)
     Sets the timestamp for the event.
     
    bool ShouldPropagate () const
     Test if this event should be propagated or not, i.e. if the propagation level is currently greater than 0.
     
    void Skip (bool skip=true)
     This method can be used inside an event handler to control whether further event handlers bound to this event will be called after the current one returns.
     
    int StopPropagation ()
     Stop the event from propagating to its parent window.
     
    - Public Member Functions inherited from wxObject
     wxObject ()
     Default ctor; initializes to NULL the internal reference data.
     
     wxObject (const wxObject &other)
     Copy ctor.
     
    virtual ~wxObject ()
     Destructor.
     
    virtual wxClassInfoGetClassInfo () const
     This virtual function is redefined for every class that requires run-time type information, when using the wxDECLARE_CLASS macro (or similar).
     
    wxObjectRefDataGetRefData () const
     Returns the wxObject::m_refData pointer, i.e. the data referenced by this object.
     
    bool IsKindOf (const wxClassInfo *info) const
     Determines whether this class is a subclass of (or the same class as) the given class.
     
    bool IsSameAs (const wxObject &obj) const
     Returns true if this object has the same data pointer as obj.
     
    void Ref (const wxObject &clone)
     Makes this object refer to the data in clone.
     
    void SetRefData (wxObjectRefData *data)
     Sets the wxObject::m_refData pointer.
     
    void UnRef ()
     Decrements the reference count in the associated data, and if it is zero, deletes the data.
     
    void UnShare ()
     This is the same of AllocExclusive() but this method is public.
     
    void operator delete (void *buf)
     The delete operator is defined for debugging versions of the library only, when the identifier WXDEBUG is defined.
     
    void * operator new (size_t size, const wxString &filename=NULL, int lineNum=0)
     The new operator is defined for debugging versions of the library only, when the identifier WXDEBUG is defined.
     
    + + + + + + + + + + + + + + + +

    +Additional Inherited Members

    - Protected Member Functions inherited from wxObject
    void AllocExclusive ()
     Ensure that this object's data is not shared with any other object.
     
    virtual wxObjectRefDataCreateRefData () const
     Creates a new instance of the wxObjectRefData-derived class specific to this object and returns it.
     
    virtual wxObjectRefDataCloneRefData (const wxObjectRefData *data) const
     Creates a new instance of the wxObjectRefData-derived class specific to this object and initializes it copying data.
     
    - Protected Attributes inherited from wxEvent
    int m_propagationLevel
     Indicates how many levels the event can propagate.
     
    +

    Constructor & Destructor Documentation

    + +
    +
    + + + + + + + + +
    wxWebKitStateChangedEvent::wxWebKitStateChangedEvent (wxWindowwin = 0)
    +
    + +
    +
    +

    Member Function Documentation

    + +
    +
    + + + + + + + +
    int wxWebKitStateChangedEvent::GetState ()
    +
    + +
    +
    + +
    +
    + + + + + + + +
    wxString wxWebKitStateChangedEvent::GetURL ()
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxWebKitStateChangedEvent::SetState (const int state)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    void wxWebKitStateChangedEvent::SetURL (const wxStringurl)
    +
    + +
    +
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event__inherit__graph.map wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event__inherit__graph.map --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event__inherit__graph.map 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event__inherit__graph.map 2014-09-09 22:03:44.000000000 +0000 @@ -0,0 +1,5 @@ + + + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event__inherit__graph.md5 wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event__inherit__graph.md5 --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event__inherit__graph.md5 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event__inherit__graph.md5 2014-09-09 22:03:36.000000000 +0000 @@ -0,0 +1 @@ +693c972e3a1d00a0689a32fd0c8df0a0 \ No newline at end of file Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event__inherit__graph.png and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event__inherit__graph.png differ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event-members.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_kit_state_changed_event-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -0,0 +1,124 @@ + + + + + +wxWidgets: Member List + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    wxWebKitStateChangedEvent Member List
    +
    +
    + +

    This is the complete list of members for wxWebKitStateChangedEvent, including all inherited members.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    AllocExclusive()wxObjectprotected
    Clone() const =0wxEventpure virtual
    CloneRefData(const wxObjectRefData *data) const wxObjectprotectedvirtual
    CreateRefData() const wxObjectprotectedvirtual
    GetClassInfo() const wxObjectvirtual
    GetClientData() const wxCommandEvent
    GetClientObject() const wxCommandEvent
    GetEventCategory() const wxEventvirtual
    GetEventObject() const wxEvent
    GetEventType() const wxEvent
    GetEventUserData() const wxEvent
    GetExtraLong() const wxCommandEvent
    GetId() const wxEvent
    GetInt() const wxCommandEvent
    GetRefData() const wxObject
    GetSelection() const wxCommandEvent
    GetSkipped() const wxEvent
    GetState()wxWebKitStateChangedEvent
    GetString() const wxCommandEvent
    GetTimestamp() const wxEvent
    GetURL()wxWebKitStateChangedEvent
    IsChecked() const wxCommandEvent
    IsCommandEvent() const wxEvent
    IsKindOf(const wxClassInfo *info) const wxObject
    IsSameAs(const wxObject &obj) const wxObject
    IsSelection() const wxCommandEvent
    m_propagationLevelwxEventprotected
    m_refDatawxObjectprotected
    operator delete(void *buf)wxObject
    operator new(size_t size, const wxString &filename=NULL, int lineNum=0)wxObject
    Ref(const wxObject &clone)wxObject
    ResumePropagation(int propagationLevel)wxEvent
    SetClientData(void *clientData)wxCommandEvent
    SetClientObject(wxClientData *clientObject)wxCommandEvent
    SetEventObject(wxObject *object)wxEvent
    SetEventType(wxEventType type)wxEvent
    SetExtraLong(long extraLong)wxCommandEvent
    SetId(int id)wxEvent
    SetInt(int intCommand)wxCommandEvent
    SetRefData(wxObjectRefData *data)wxObject
    SetState(const int state)wxWebKitStateChangedEvent
    SetString(const wxString &string)wxCommandEvent
    SetTimestamp(long timeStamp=0)wxEvent
    SetURL(const wxString &url)wxWebKitStateChangedEvent
    ShouldPropagate() const wxEvent
    Skip(bool skip=true)wxEvent
    StopPropagation()wxEvent
    UnRef()wxObject
    UnShare()wxObject
    wxCommandEvent(wxEventType commandEventType=wxEVT_NULL, int id=0)wxCommandEvent
    wxEvent(int id=0, wxEventType eventType=wxEVT_NULL)wxEvent
    wxObject()wxObject
    wxObject(const wxObject &other)wxObject
    wxWebKitStateChangedEvent(wxWindow *win=0)wxWebKitStateChangedEvent
    ~wxObject()wxObjectvirtual
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_archive_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_archive_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_archive_handler.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_archive_handler.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -139,7 +139,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_archive_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_archive_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_archive_handler-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_archive_handler-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_event.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -359,7 +359,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_event-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_event-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_factory.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_factory.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_factory.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_factory.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -250,7 +250,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_factory-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_factory-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_factory-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_factory-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_f_s_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_f_s_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_f_s_handler.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_f_s_handler.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -139,7 +139,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_f_s_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_f_s_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_f_s_handler-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_f_s_handler-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_handler.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_handler.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -159,7 +159,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_handler-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_handler-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_history_item.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_history_item.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_history_item.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_history_item.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -140,7 +140,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_history_item-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_history_item-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view_history_item-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view_history_item-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -570,7 +570,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -932,7 +932,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -944,7 +944,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -2925,7 +2925,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_web_view-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_web_view-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -460,7 +460,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_1_1_children_repositioning_guard.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_1_1_children_repositioning_guard.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_1_1_children_repositioning_guard.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_1_1_children_repositioning_guard.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -131,7 +131,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_1_1_children_repositioning_guard-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_1_1_children_repositioning_guard-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_1_1_children_repositioning_guard-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_1_1_children_repositioning_guard-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_create_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_create_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_create_event.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_create_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -284,7 +284,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_create_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_create_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_create_event-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_create_event-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -112,7 +112,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_d_c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_d_c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_d_c.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_d_c.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -546,7 +546,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_d_c-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_d_c-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_d_c-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_d_c-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -207,7 +207,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_destroy_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_destroy_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_destroy_event.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_destroy_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -280,7 +280,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_destroy_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_destroy_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_destroy_event-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_destroy_event-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -112,7 +112,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_disabler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_disabler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_disabler.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_disabler.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -137,7 +137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_disabler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_disabler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_disabler-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_disabler-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -430,7 +430,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -809,7 +809,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -824,7 +824,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -2444,7 +2444,8 @@

    Find a child of this window, by id.

    -

    May return this if it matches itself.

    +

    May return this if it matches itself.

    +

    Notice that only real children, not top level windows using this window as parent, are searched by this function.

    @@ -2463,7 +2464,8 @@

    Find a child of this window, by name.

    -

    May return this if it matches itself.

    +

    May return this if it matches itself.

    +

    Notice that only real children, not top level windows using this window as parent, are searched by this function.

    @@ -3032,7 +3034,7 @@

    Returns the default font and colours which are used by the control.

    This is useful if you want to use the same font or colour in your own control as in a standard control – which is a much better idea than hard coding specific colours or fonts which might look completely out of place on the users system, especially if it uses themes.

    -

    The variant parameter is only relevant under Mac currently and is ignore under other platforms. Under Mac, it will change the size of the returned font. See SetWindowVariant() for more about this.

    +

    The variant parameter is only relevant under Mac currently and is ignore under other platforms. Under Mac, it will change the size of the returned font. See SetWindowVariant() for more about this.

    This static method is "overridden" in many derived classes and so calling, for example, wxButton::GetClassDefaultAttributes() will typically return the values appropriate for a button which will be normally different from those returned by, say, wxListCtrl::GetClassDefaultAttributes().

    The wxVisualAttributes structure has at least the fields font, colFg and colBg. All of them may be invalid if it was not possible to determine the default control appearance or, especially for the background colour, if the field doesn't make sense as is the case for colBg for the controls with themed background.

    See Also
    InheritAttributes()
    @@ -4516,7 +4518,7 @@
    -

    Returns the value previously passed to SetWindowVariant().

    +

    Returns the value previously passed to SetWindowVariant().

    @@ -8026,10 +8028,7 @@
    -

    Prepare for changing positions of multiple child windows.

    -

    This method should be called before changing positions of multiple child windows to reduce flicker and, in MSW case, even avoid display corruption in some cases. It is used internally by wxWidgets and called automatically when the window size changes but it can also be useful to call it from outside of the library if a repositioning involving multiple children is done without changing the window size.

    -

    If this method returns true, then EndRepositioningChildren() must be called after setting all children positions. Use ChildrenRepositioningGuard class to ensure that this requirement is satisfied.

    -
    Since
    2.9.5
    +

    This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

    Reimplemented in wxTopLevelWindow.

    @@ -8334,9 +8333,9 @@
    -

    This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.

    -

    Under this system, each of the standard control can exist in several sizes which correspond to the elements of wxWindowVariant enum.

    -

    By default the controls use the normal size, of course, but this function can be used to change this.

    +

    Chooses a different variant of the window display to use.

    +

    Window variants currently just differ in size, as can be seen from wxWindowVariant documentation. Under all platforms but OS X, this function does nothing more than change the font used by the window. However under OS X it is implemented natively and selects the appropriate variant of the native widget, which has better appearance than just scaled down or up version of the normal variant, so it should be preferred to directly tweaking the font size.

    +

    By default the controls naturally use the normal variant.

    @@ -8834,7 +8833,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -394,7 +394,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_modal_dialog_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_modal_dialog_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_modal_dialog_event.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_modal_dialog_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -333,7 +333,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_modal_dialog_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_modal_dialog_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_modal_dialog_event-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_modal_dialog_event-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_ptr_3_01_t_01_4.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_ptr_3_01_t_01_4.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_ptr_3_01_t_01_4.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_ptr_3_01_t_01_4.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -333,7 +333,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_ptr_3_01_t_01_4-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_ptr_3_01_t_01_4-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_ptr_3_01_t_01_4-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_ptr_3_01_t_01_4-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_update_locker.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_update_locker.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_update_locker.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_update_locker.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -123,7 +123,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_update_locker-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_update_locker-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_window_update_locker-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_window_update_locker-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_with_images.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_with_images.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_with_images.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_with_images.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -74,9 +74,9 @@ - - +

    Public Types

    enum  { NO_IMAGE = -1 +
    enum  { NO_IMAGE = -1 }
     
     
    @@ -104,7 +104,7 @@

    Public Member Functions

     

    Member Enumeration Documentation

    - +
    @@ -114,7 +114,7 @@
    Enumerator:
    -
    NO_IMAGE  +
    NO_IMAGE 
    @@ -283,7 +283,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_with_images-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_with_images-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_with_images-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_with_images-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -60,7 +60,7 @@ GetImage(int iconIndex) const wxWithImagesprotected GetImageList() const wxWithImages HasImageList() const wxWithImagesprotected - NO_IMAGE enum valuewxWithImages + NO_IMAGE enum valuewxWithImages SetImageList(wxImageList *imageList)wxWithImagesvirtual wxWithImages()wxWithImages ~wxWithImages()wxWithImagesvirtual @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard_event.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard_event.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard_event.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard_event.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -345,7 +345,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard_event-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard_event-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard_event-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard_event-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -117,7 +117,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -347,7 +347,7 @@ wxMenuMSWGetSystemMenu () const  MSW-specific function for accessing the system menu.
      -virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO) +virtual void RequestUserAttention (int flags=wxUSER_ATTENTION_INFO)  Use a system-dependent way to attract users attention to the window when it is in background.
      wxWindowSetDefaultItem (wxWindow *win) @@ -399,7 +399,7 @@ virtual void ShowWithoutActivating ()  Show the wxTopLevelWindow, but do not give it keyboard focus.
      -virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL) +virtual bool ShowFullScreen (bool show, long style=wxFULLSCREEN_ALL)  Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
      void UseNativeDecorations (bool native=true) @@ -1033,7 +1033,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -1048,7 +1048,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1941,7 +1941,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -492,7 +492,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard_page.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard_page.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard_page.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard_page.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -396,7 +396,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -761,7 +761,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -776,7 +776,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1294,7 +1294,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard_page-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard_page-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard_page-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard_page-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -405,7 +405,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard_page_simple.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard_page_simple.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard_page_simple.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard_page_simple.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -412,7 +412,7 @@  Use of this function for windows which are not toplevel windows (such as wxDialog or wxFrame) is discouraged.
      virtual void SetSizeHints (int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) - Prepare for changing positions of multiple child windows.
    + This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
      void SetVirtualSize (int width, int height)  Sets the virtual size of the window in pixels.
    @@ -777,7 +777,7 @@  Returns the window's name.
      wxWindowVariant GetWindowVariant () const - Returns the value previously passed to SetWindowVariant().
    + Returns the value previously passed to SetWindowVariant().
      void SetId (wxWindowID winid)  Sets the identifier of the window.
    @@ -792,7 +792,7 @@  Sets the window's name.
      void SetWindowVariant (wxWindowVariant variant) - This function can be called under all platforms but only does anything under Mac OS X 10.3+ currently.
    + Chooses a different variant of the window display to use.
      wxAcceleratorTableGetAcceleratorTable ()  Gets the accelerator table for this window.
    @@ -1328,7 +1328,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard_page_simple-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard_page_simple-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wizard_page_simple-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wizard_page_simple-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -412,7 +412,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wrapper_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wrapper_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wrapper_input_stream.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wrapper_input_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -300,7 +300,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wrapper_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wrapper_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wrapper_input_stream-members.html 2013-12-28 09:32:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wrapper_input_stream-members.html 2014-09-09 22:03:36.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wrap_sizer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wrap_sizer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wrap_sizer.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wrap_sizer.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -77,7 +77,7 @@
    - + @@ -403,7 +403,7 @@ - + @@ -553,7 +553,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wrap_sizer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wrap_sizer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_wrap_sizer-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_wrap_sizer-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -164,7 +164,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_x_locale.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_x_locale.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_x_locale.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_x_locale.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -222,7 +222,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_x_locale-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_x_locale-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_x_locale-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_x_locale-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_attribute.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_attribute.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_attribute.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_attribute.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -282,7 +282,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_attribute-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_attribute-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_attribute-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_attribute-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_document.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_document.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_document.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_document.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -861,7 +861,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_document-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_document-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_document-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_document-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_node.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_node.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_node.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_node.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1038,7 +1038,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_node-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_node-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_node-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_node-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -95,7 +95,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_resource_handler.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_resource_handler.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_resource_handler.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_resource_handler.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1797,7 +1797,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_resource_handler-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_resource_handler-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_resource_handler-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_resource_handler-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -125,7 +125,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_resource.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_resource.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_resource.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_resource.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1457,7 +1457,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_resource-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_resource-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_xml_resource-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_xml_resource-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -119,7 +119,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_class_factory.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_class_factory.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_class_factory.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_class_factory.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -145,7 +145,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_class_factory-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_class_factory-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_class_factory-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_class_factory-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_entry.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_entry.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_entry.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_entry.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -945,7 +945,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_entry-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_entry-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_entry-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_entry-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_input_stream.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_input_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -386,7 +386,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_input_stream-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_input_stream-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_notifier.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_notifier.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_notifier.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_notifier.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_notifier-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_notifier-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_notifier-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_notifier-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -61,7 +61,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_output_stream.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_output_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -566,7 +566,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zip_output_stream-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zip_output_stream-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zlib_input_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zlib_input_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zlib_input_stream.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zlib_input_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -327,7 +327,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zlib_input_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zlib_input_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zlib_input_stream-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zlib_input_stream-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zlib_output_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zlib_output_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zlib_output_stream.html 2013-12-28 09:33:28.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zlib_output_stream.html 2014-09-09 22:03:47.000000000 +0000 @@ -23,7 +23,7 @@ @@ -329,7 +329,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zlib_output_stream-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zlib_output_stream-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/classwx_zlib_output_stream-members.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/classwx_zlib_output_stream-members.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__xml_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__xml_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__xml_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__xml_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__xrc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__xrc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/class__xrc_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/class__xrc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/clipbrd_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/clipbrd_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/clipbrd_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/clipbrd_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/clntdata_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/clntdata_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/clntdata_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/clntdata_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/clrpicker_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/clrpicker_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/clrpicker_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/clrpicker_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -137,7 +137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cmdline_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cmdline_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cmdline_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cmdline_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -286,7 +286,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cmdproc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cmdproc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cmdproc_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cmdproc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cmndata_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cmndata_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cmndata_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cmndata_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -162,7 +162,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/collpane_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/collpane_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/collpane_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/collpane_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -123,7 +123,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/colordlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/colordlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/colordlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/colordlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -75,7 +75,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/colour_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/colour_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/colour_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/colour_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -291,7 +291,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/colourdata_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/colourdata_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/colourdata_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/colourdata_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/combo_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/combo_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/combo_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/combo_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/combobox_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/combobox_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/combobox_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/combobox_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/commandlinkbutton_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/commandlinkbutton_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/commandlinkbutton_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/commandlinkbutton_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/commondialogs_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/commondialogs_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/commondialogs_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/commondialogs_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/constants_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/constants_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/constants_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/constants_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/const__cpp_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/const__cpp_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/const__cpp_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/const__cpp_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/const__stdevtid_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/const__stdevtid_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/const__stdevtid_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/const__stdevtid_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/const__stockitems_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/const__stockitems_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/const__stockitems_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/const__stockitems_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/const__wxusedef_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/const__wxusedef_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/const__wxusedef_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/const__wxusedef_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/container_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/container_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/container_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/container_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/containr_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/containr_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/containr_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/containr_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/control_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/control_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/control_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/control_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -160,7 +160,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/convauto_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/convauto_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/convauto_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/convauto_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -140,7 +140,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/copyright_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/copyright_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/copyright_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/copyright_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cpp_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cpp_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cpp_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cpp_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cpprttidisabled_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cpprttidisabled_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cpprttidisabled_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cpprttidisabled_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cshelp_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cshelp_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cshelp_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cshelp_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ctrlsub_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ctrlsub_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ctrlsub_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ctrlsub_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cursor_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cursor_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/cursor_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/cursor_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -131,7 +131,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/custombgwin_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/custombgwin_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/custombgwin_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/custombgwin_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/customwidgets_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/customwidgets_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/customwidgets_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/customwidgets_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dataobj_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dataobj_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dataobj_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dataobj_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -114,7 +114,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dataobject_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dataobject_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dataobject_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dataobject_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dataview_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dataview_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dataview_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dataview_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -714,7 +714,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/datectrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/datectrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/datectrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/datectrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dateevt_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dateevt_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dateevt_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dateevt_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/datstrm_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/datstrm_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/datstrm_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/datstrm_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcbuffer_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcbuffer_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcbuffer_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcbuffer_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -148,7 +148,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcclient_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcclient_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcclient_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcclient_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcgraph_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcgraph_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcgraph_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcgraph_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcmemory_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcmemory_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcmemory_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcmemory_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcmirror_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcmirror_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcmirror_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcmirror_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcprint_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcprint_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcprint_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcprint_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcps_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcps_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcps_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcps_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcscreen_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcscreen_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcscreen_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcscreen_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcsvg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcsvg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dcsvg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dcsvg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dde_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dde_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dde_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dde_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/debug_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/debug_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/debug_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/debug_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -145,7 +145,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/debugging_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/debugging_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/debugging_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/debugging_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/debugrpt_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/debugrpt_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/debugrpt_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/debugrpt_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/defs_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/defs_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/defs_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/defs_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -5267,7 +5267,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/deprecated.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/deprecated.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/deprecated.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/deprecated.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -187,7 +187,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/devtips_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/devtips_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/devtips_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/devtips_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dialup_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dialup_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dialup_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dialup_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_08ee036847291444360aefed698d457b.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_08ee036847291444360aefed698d457b.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_08ee036847291444360aefed698d457b.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_08ee036847291444360aefed698d457b.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,98 +0,0 @@ - - - - - -wxWidgets: docs/doxygen/mainpages Directory Reference - - - - - - - -
    -
    -
    -

    Public Member Functions

     wxWrapSizer (int orient=wxHORIZONTAL, int flags=wxWRAPSIZER_DEFAULT_FLAGS)
     wxWrapSizer (int orient=wxHORIZONTAL, int flags=wxWRAPSIZER_DEFAULT_FLAGS)
     Constructor for a wxWrapSizer.
     
    virtual bool InformFirstDirection (int direction, int size, int availableOtherDir)
    int flags = wxWRAPSIZER_DEFAULT_FLAGS flags = wxWRAPSIZER_DEFAULT_FLAGS 
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - - - - - - -
    - Version: 3.0.0 -
    -
    - - - - -
    -
    -
    mainpages Directory Reference
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    -Files

    file  cat_classes.h
     
    file  const_cpp.h
     
    file  const_stdevtid.h
     
    file  const_stockitems.h
     
    file  const_wxusedef.h
     
    file  constants.h
     
    file  copyright.h
     
    file  devtips.h
     
    file  introduction.h
     
    file  libs.h
     
    file  manual.h
     
    file  platdetails.h
     
    file  samples.h
     
    file  topics.h
     
    file  translations.h
     
    file  utilities.h
     
    -
    - - - - - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_0cb0d9a0cea94bf814c745cc99fb7b9d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_0cb0d9a0cea94bf814c745cc99fb7b9d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_0cb0d9a0cea94bf814c745cc99fb7b9d.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_0cb0d9a0cea94bf814c745cc99fb7b9d.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,68 +0,0 @@ - - - - - -wxWidgets: interface Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    interface Directory Reference
    -
    -
    - - - - -

    -Directories

    directory  wx
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_0d8b227d4afd798af183aa9457685c0b.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_0d8b227d4afd798af183aa9457685c0b.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_0d8b227d4afd798af183aa9457685c0b.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_0d8b227d4afd798af183aa9457685c0b.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,74 +0,0 @@ - - - - - -wxWidgets: interface/wx/protocol Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    protocol Directory Reference
    -
    -
    - - - - - - - - - - -

    -Files

    file  ftp.h
     
    file  http.h
     
    file  log.h
     
    file  protocol.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_243c670d720d278aa01c3be2d1b10385.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_243c670d720d278aa01c3be2d1b10385.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_243c670d720d278aa01c3be2d1b10385.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_243c670d720d278aa01c3be2d1b10385.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,70 +0,0 @@ - - - - - -wxWidgets: interface/wx/msw/ole Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    ole Directory Reference
    -
    -
    - - - - - - -

    -Files

    file  activex.h
     
    file  automtn.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_354d49667056cb4744a8f61e02e34429.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_354d49667056cb4744a8f61e02e34429.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_354d49667056cb4744a8f61e02e34429.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_354d49667056cb4744a8f61e02e34429.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,194 @@ + + + + + +wxWidgets: docs/doxygen/overviews Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    overviews Directory Reference
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Files

    file  app.h
     
    file  archive.h
     
    file  aui.h
     
    file  backwardcompatibility.h
     
    file  bitmap.h
     
    file  bookctrl.h
     
    file  bufferclasses.h
     
    file  changes_since28.h
     
    file  commondialogs.h
     
    file  config.h
     
    file  container.h
     
    file  cpprttidisabled.h
     
    file  customwidgets.h
     
    file  dataobject.h
     
    file  datetime.h
     
    file  dc.h
     
    file  debugging.h
     
    file  dialog.h
     
    file  dnd.h
     
    file  docview.h
     
    file  envvars.h
     
    file  eventhandling.h
     
    file  exceptions.h
     
    file  file.h
     
    file  filesystem.h
     
    file  font.h
     
    file  fontencoding.h
     
    file  grid.h
     
    file  helloworld.h
     
    file  html.h
     
    file  internationalization.h
     
    file  ipc.h
     
    file  listctrl.h
     
    file  log.h
     
    file  mbconvclasses.h
     
    file  nonenglish.h
     
    file  persistence.h
     
    file  printing.h
     
    file  propgrid.h
     
    file  python.h
     
    file  refcount.h
     
    file  referencenotes.h
     
    file  resyntax.h
     
    file  richtextctrl.h
     
    file  roughguide.h
     
    file  runtimeclass.h
     
    file  scrolling.h
     
    file  sizer.h
     
    file  splitterwindow.h
     
    file  stream.h
     
    file  string.h
     
    file  thread.h
     
    file  tips.h
     
    file  toolbar.h
     
    file  treectrl.h
     
    file  unicode.h
     
    file  unixprinting.h
     
    file  validator.h
     
    file  windowdeletion.h
     
    file  windowids.h
     
    file  windowsizing.h
     
    file  windowstyles.h
     
    file  xrc.h
     
    file  xrc_format.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_3f9cdea130baaff01448d74fbc307833.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_3f9cdea130baaff01448d74fbc307833.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_3f9cdea130baaff01448d74fbc307833.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_3f9cdea130baaff01448d74fbc307833.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,74 @@ + + + + + +wxWidgets: interface/wx/aui Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    aui Directory Reference
    +
    +
    + + + + + + + + + + +

    +Files

    file  auibar.h
     
    file  auibook.h
     
    file  dockart.h
     
    file  framemanager.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_4150c32c599eabd9dcb562af87f76a40.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_4150c32c599eabd9dcb562af87f76a40.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_4150c32c599eabd9dcb562af87f76a40.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_4150c32c599eabd9dcb562af87f76a40.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,701 +0,0 @@ - - - - - -wxWidgets: interface/wx Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    wx Directory Reference
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - -

    -Directories

    directory  aui
     
    directory  generic
     
    directory  html
     
    directory  msw
     
    directory  persist
     
    directory  propgrid
     
    directory  protocol
     
    directory  ribbon
     
    directory  richtext
     
    directory  stc
     
    directory  xml
     
    directory  xrc
     
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    -Files

    file  aboutdlg.h
     
    file  accel.h
     
    file  access.h
     
    file  affinematrix2d.h
     
    file  affinematrix2dbase.h
     
    file  animate.h
     
    file  any.h
     
    file  anybutton.h
     
    file  app.h
     
    file  apptrait.h
     
    file  archive.h
     
    file  arrstr.h
     
    file  artprov.h
     
    file  atomic.h
     
    file  bannerwindow.h
     
    file  base64.h
     
    file  bitmap.h
     
    file  bmpbuttn.h
     
    file  bmpcbox.h
     
    file  bookctrl.h
     
    file  brush.h
     
    file  buffer.h
     
    file  busyinfo.h
     
    file  button.h
     
    file  calctrl.h
     
    file  caret.h
     
    file  chartype.h
     
    file  checkbox.h
     
    file  checklst.h
     
    file  choicdlg.h
     
    file  choice.h
     
    file  choicebk.h
     
    file  clipbrd.h
     
    file  clntdata.h
     
    file  clrpicker.h
     
    file  cmdline.h
     
    file  cmdproc.h
     
    file  cmndata.h
     
    file  collpane.h
     
    file  colordlg.h
     
    file  colour.h
     
    file  colourdata.h
     
    file  combo.h
     
    file  combobox.h
     
    file  commandlinkbutton.h
     
    file  config.h
     
    file  containr.h
     
    file  control.h
     
    file  convauto.h
     
    file  cpp.h
     
    file  cshelp.h
     
    file  ctrlsub.h
     
    file  cursor.h
     
    file  custombgwin.h
     
    file  dataobj.h
     
    file  dataview.h
     
    file  datectrl.h
     
    file  dateevt.h
     
    file  datetime.h
     
    file  datstrm.h
     
    file  dc.h
     
    file  dcbuffer.h
     
    file  dcclient.h
     
    file  dcgraph.h
     
    file  dcmemory.h
     
    file  dcmirror.h
     
    file  dcprint.h
     
    file  dcps.h
     
    file  dcscreen.h
     
    file  dcsvg.h
     
    file  dde.h
     
    file  debug.h
     
    file  debugrpt.h
     
    file  defs.h
     
    file  dialog.h
     
    file  dialup.h
     
    file  dir.h
     
    file  dirctrl.h
     
    file  dirdlg.h
     
    file  display.h
     
    file  dnd.h
     
    file  docmdi.h
     
    file  docview.h
     
    file  dragimag.h
     
    file  dynarray.h
     
    file  dynlib.h
     
    file  editlbox.h
     
    file  encconv.h
     
    file  event.h
     
    file  eventfilter.h
     
    file  evtloop.h
     
    file  fdrepdlg.h
     
    file  ffile.h
     
    file  file.h
     
    file  fileconf.h
     
    file  filectrl.h
     
    file  filedlg.h
     
    file  filefn.h
     
    file  filehistory.h
     
    file  filename.h
     
    file  filepicker.h
     
    file  filesys.h
     
    file  font.h
     
    file  fontdata.h
     
    file  fontdlg.h
     
    file  fontenum.h
     
    file  fontmap.h
     
    file  fontpicker.h
     
    file  fontutil.h
     
    file  frame.h
     
    file  fs_arc.h
     
    file  fs_filter.h
     
    file  fs_inet.h
     
    file  fs_mem.h
     
    file  fswatcher.h
     
    file  gauge.h
     
    file  gbsizer.h
     
    file  gdicmn.h
     
    file  gdiobj.h
     
    file  geometry.h
     
    file  glcanvas.h
     
    file  graphics.h
     
    file  grid.h
     
    file  hash.h
     
    file  hashmap.h
     
    file  hashset.h
     
    file  headercol.h
     
    file  headerctrl.h
     
    file  help.h
     
    file  htmllbox.h
     
     
    file  icon.h
     
    file  iconbndl.h
     
    file  iconloc.h
     
    file  image.h
     
    file  imaglist.h
     
    file  infobar.h
     
    file  init.h
     
    file  intl.h
     
    file  ipc.h
     
    file  ipcbase.h
     
    file  joystick.h
     
    file  kbdstate.h
     
    file  language.h
     
    file  layout.h
     
    file  laywin.h
     
     
    file  list.h
     
    file  listbook.h
     
    file  listbox.h
     
    file  listctrl.h
     
    file  log.h
     
    file  longlong.h
     
    file  math.h
     
    file  mdi.h
     
    file  mediactrl.h
     
    file  memory.h
     
    file  menu.h
     
    file  menuitem.h
     
    file  metafile.h
     
    file  mimetype.h
     
    file  minifram.h
     
    file  modalhook.h
     
    file  module.h
     
    file  mousemanager.h
     
    file  mousestate.h
     
    file  msgdlg.h
     
    file  msgout.h
     
    file  msgqueue.h
     
    file  mstream.h
     
    file  nonownedwnd.h
     
    file  notebook.h
     
    file  notifmsg.h
     
    file  numdlg.h
     
    file  numformatter.h
     
    file  object.h
     
    file  odcombo.h
     
    file  overlay.h
     
    file  palette.h
     
    file  panel.h
     
    file  pen.h
     
    file  persist.h
     
    file  pickerbase.h
     
    file  platform.h
     
    file  platinfo.h
     
    file  popupwin.h
     
    file  position.h
     
    file  power.h
     
    file  preferences.h
     
    file  print.h
     
    file  printdlg.h
     
    file  process.h
     
    file  progdlg.h
     
    file  propdlg.h
     
    file  quantize.h
     
    file  radiobox.h
     
    file  radiobut.h
     
    file  rawbmp.h
     
    file  rearrangectrl.h
     
    file  recguard.h
     
    file  regex.h
     
    file  region.h
     
    file  renderer.h
     
    file  richmsgdlg.h
     
    file  richtooltip.h
     
    file  sashwin.h
     
    file  sckipc.h
     
    file  sckstrm.h
     
    file  scopedarray.h
     
    file  scopedptr.h
     
    file  scopeguard.h
     
    file  scrolbar.h
     
    file  scrolwin.h
     
    file  settings.h
     
    file  sharedptr.h
     
    file  simplebook.h
     
    file  sizer.h
     
    file  slider.h
     
    file  snglinst.h
     
    file  socket.h
     
    file  sound.h
     
    file  spinbutt.h
     
    file  spinctrl.h
     
    file  splash.h
     
    file  splitter.h
     
    file  srchctrl.h
     
    file  sstream.h
     
    file  stack.h
     
    file  stackwalk.h
     
    file  statbmp.h
     
    file  statbox.h
     
    file  statline.h
     
    file  stattext.h
     
    file  statusbr.h
     
    file  stdpaths.h
     
    file  stdstream.h
     
    file  stockitem.h
     
    file  stopwatch.h
     
    file  strconv.h
     
    file  stream.h
     
    file  string.h
     
    file  sysopt.h
     
    file  tarstrm.h
     
    file  taskbar.h
     
    file  textcompleter.h
     
    file  textctrl.h
     
    file  textdlg.h
     
    file  textentry.h
     
    file  textfile.h
     
    file  textwrapper.h
     
    file  tglbtn.h
     
    file  thread.h
     
    file  time.h
     
    file  timectrl.h
     
    file  timer.h
     
    file  tipdlg.h
     
    file  tipwin.h
     
    file  tls.h
     
    file  tokenzr.h
     
    file  toolbar.h
     
    file  toolbook.h
     
    file  tooltip.h
     
    file  toplevel.h
     
    file  tracker.h
     
    file  translation.h
     
    file  treebase.h
     
    file  treebook.h
     
    file  treectrl.h
     
    file  treelist.h
     
    file  txtstrm.h
     
    file  uiaction.h
     
    file  unichar.h
     
    file  uri.h
     
    file  url.h
     
    file  ustring.h
     
    file  utils.h
     
    file  valgen.h
     
    file  validate.h
     
    file  valnum.h
     
    file  valtext.h
     
    file  variant.h
     
    file  vector.h
     
    file  version.h
     
    file  versioninfo.h
     
    file  vidmode.h
     
    file  vlbox.h
     
    file  volume.h
     
    file  vscroll.h
     
    file  weakref.h
     
    file  webview.h
     
    file  webviewarchivehandler.h
     
    file  webviewfshandler.h
     
    file  wfstream.h
     
    file  window.h
     
    file  windowid.h
     
    file  windowptr.h
     
    file  withimages.h
     
    file  wizard.h
     
    file  wrapsizer.h
     
    file  wupdlock.h
     
    file  wxcrt.h
     
    file  xlocale.h
     
    file  zipstrm.h
     
    file  zstream.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_46c5f17119fd401f282e48df097141f9.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_46c5f17119fd401f282e48df097141f9.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_46c5f17119fd401f282e48df097141f9.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_46c5f17119fd401f282e48df097141f9.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,68 @@ + + + + + +wxWidgets: docs Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    docs Directory Reference
    +
    +
    + + + + +

    +Directories

    directory  doxygen
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_4ac4d730211e65b269ca024105519299.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_4ac4d730211e65b269ca024105519299.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_4ac4d730211e65b269ca024105519299.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_4ac4d730211e65b269ca024105519299.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,70 @@ + + + + + +wxWidgets: interface/wx/generic Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    generic Directory Reference
    +
    +
    + + + + + + +

    +Files

    file  aboutdlgg.h
     
    file  helpext.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_4fb5f442218c03949e30a92e7978b03f.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_4fb5f442218c03949e30a92e7978b03f.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_4fb5f442218c03949e30a92e7978b03f.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_4fb5f442218c03949e30a92e7978b03f.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,701 @@ + + + + + +wxWidgets: interface/wx Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    wx Directory Reference
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Directories

    directory  aui
     
    directory  generic
     
    directory  html
     
    directory  msw
     
    directory  persist
     
    directory  propgrid
     
    directory  protocol
     
    directory  ribbon
     
    directory  richtext
     
    directory  stc
     
    directory  xml
     
    directory  xrc
     
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Files

    file  aboutdlg.h
     
    file  accel.h
     
    file  access.h
     
    file  affinematrix2d.h
     
    file  affinematrix2dbase.h
     
    file  animate.h
     
    file  any.h
     
    file  anybutton.h
     
    file  app.h
     
    file  apptrait.h
     
    file  archive.h
     
    file  arrstr.h
     
    file  artprov.h
     
    file  atomic.h
     
    file  bannerwindow.h
     
    file  base64.h
     
    file  bitmap.h
     
    file  bmpbuttn.h
     
    file  bmpcbox.h
     
    file  bookctrl.h
     
    file  brush.h
     
    file  buffer.h
     
    file  busyinfo.h
     
    file  button.h
     
    file  calctrl.h
     
    file  caret.h
     
    file  chartype.h
     
    file  checkbox.h
     
    file  checklst.h
     
    file  choicdlg.h
     
    file  choice.h
     
    file  choicebk.h
     
    file  clipbrd.h
     
    file  clntdata.h
     
    file  clrpicker.h
     
    file  cmdline.h
     
    file  cmdproc.h
     
    file  cmndata.h
     
    file  collpane.h
     
    file  colordlg.h
     
    file  colour.h
     
    file  colourdata.h
     
    file  combo.h
     
    file  combobox.h
     
    file  commandlinkbutton.h
     
    file  config.h
     
    file  containr.h
     
    file  control.h
     
    file  convauto.h
     
    file  cpp.h
     
    file  cshelp.h
     
    file  ctrlsub.h
     
    file  cursor.h
     
    file  custombgwin.h
     
    file  dataobj.h
     
    file  dataview.h
     
    file  datectrl.h
     
    file  dateevt.h
     
    file  datetime.h
     
    file  datstrm.h
     
    file  dc.h
     
    file  dcbuffer.h
     
    file  dcclient.h
     
    file  dcgraph.h
     
    file  dcmemory.h
     
    file  dcmirror.h
     
    file  dcprint.h
     
    file  dcps.h
     
    file  dcscreen.h
     
    file  dcsvg.h
     
    file  dde.h
     
    file  debug.h
     
    file  debugrpt.h
     
    file  defs.h
     
    file  dialog.h
     
    file  dialup.h
     
    file  dir.h
     
    file  dirctrl.h
     
    file  dirdlg.h
     
    file  display.h
     
    file  dnd.h
     
    file  docmdi.h
     
    file  docview.h
     
    file  dragimag.h
     
    file  dynarray.h
     
    file  dynlib.h
     
    file  editlbox.h
     
    file  encconv.h
     
    file  event.h
     
    file  eventfilter.h
     
    file  evtloop.h
     
    file  fdrepdlg.h
     
    file  ffile.h
     
    file  file.h
     
    file  fileconf.h
     
    file  filectrl.h
     
    file  filedlg.h
     
    file  filefn.h
     
    file  filehistory.h
     
    file  filename.h
     
    file  filepicker.h
     
    file  filesys.h
     
    file  font.h
     
    file  fontdata.h
     
    file  fontdlg.h
     
    file  fontenum.h
     
    file  fontmap.h
     
    file  fontpicker.h
     
    file  fontutil.h
     
    file  frame.h
     
    file  fs_arc.h
     
    file  fs_filter.h
     
    file  fs_inet.h
     
    file  fs_mem.h
     
    file  fswatcher.h
     
    file  gauge.h
     
    file  gbsizer.h
     
    file  gdicmn.h
     
    file  gdiobj.h
     
    file  geometry.h
     
    file  glcanvas.h
     
    file  graphics.h
     
    file  grid.h
     
    file  hash.h
     
    file  hashmap.h
     
    file  hashset.h
     
    file  headercol.h
     
    file  headerctrl.h
     
    file  help.h
     
    file  htmllbox.h
     
     
    file  icon.h
     
    file  iconbndl.h
     
    file  iconloc.h
     
    file  image.h
     
    file  imaglist.h
     
    file  infobar.h
     
    file  init.h
     
    file  intl.h
     
    file  ipc.h
     
    file  ipcbase.h
     
    file  joystick.h
     
    file  kbdstate.h
     
    file  language.h
     
    file  layout.h
     
    file  laywin.h
     
     
    file  list.h
     
    file  listbook.h
     
    file  listbox.h
     
    file  listctrl.h
     
    file  log.h
     
    file  longlong.h
     
    file  math.h
     
    file  mdi.h
     
    file  mediactrl.h
     
    file  memory.h
     
    file  menu.h
     
    file  menuitem.h
     
    file  metafile.h
     
    file  mimetype.h
     
    file  minifram.h
     
    file  modalhook.h
     
    file  module.h
     
    file  mousemanager.h
     
    file  mousestate.h
     
    file  msgdlg.h
     
    file  msgout.h
     
    file  msgqueue.h
     
    file  mstream.h
     
    file  nonownedwnd.h
     
    file  notebook.h
     
    file  notifmsg.h
     
    file  numdlg.h
     
    file  numformatter.h
     
    file  object.h
     
    file  odcombo.h
     
    file  overlay.h
     
    file  palette.h
     
    file  panel.h
     
    file  pen.h
     
    file  persist.h
     
    file  pickerbase.h
     
    file  platform.h
     
    file  platinfo.h
     
    file  popupwin.h
     
    file  position.h
     
    file  power.h
     
    file  preferences.h
     
    file  print.h
     
    file  printdlg.h
     
    file  process.h
     
    file  progdlg.h
     
    file  propdlg.h
     
    file  quantize.h
     
    file  radiobox.h
     
    file  radiobut.h
     
    file  rawbmp.h
     
    file  rearrangectrl.h
     
    file  recguard.h
     
    file  regex.h
     
    file  region.h
     
    file  renderer.h
     
    file  richmsgdlg.h
     
    file  richtooltip.h
     
    file  sashwin.h
     
    file  sckipc.h
     
    file  sckstrm.h
     
    file  scopedarray.h
     
    file  scopedptr.h
     
    file  scopeguard.h
     
    file  scrolbar.h
     
    file  scrolwin.h
     
    file  settings.h
     
    file  sharedptr.h
     
    file  simplebook.h
     
    file  sizer.h
     
    file  slider.h
     
    file  snglinst.h
     
    file  socket.h
     
    file  sound.h
     
    file  spinbutt.h
     
    file  spinctrl.h
     
    file  splash.h
     
    file  splitter.h
     
    file  srchctrl.h
     
    file  sstream.h
     
    file  stack.h
     
    file  stackwalk.h
     
    file  statbmp.h
     
    file  statbox.h
     
    file  statline.h
     
    file  stattext.h
     
    file  statusbr.h
     
    file  stdpaths.h
     
    file  stdstream.h
     
    file  stockitem.h
     
    file  stopwatch.h
     
    file  strconv.h
     
    file  stream.h
     
    file  string.h
     
    file  sysopt.h
     
    file  tarstrm.h
     
    file  taskbar.h
     
    file  textcompleter.h
     
    file  textctrl.h
     
    file  textdlg.h
     
    file  textentry.h
     
    file  textfile.h
     
    file  textwrapper.h
     
    file  tglbtn.h
     
    file  thread.h
     
    file  time.h
     
    file  timectrl.h
     
    file  timer.h
     
    file  tipdlg.h
     
    file  tipwin.h
     
    file  tls.h
     
    file  tokenzr.h
     
    file  toolbar.h
     
    file  toolbook.h
     
    file  tooltip.h
     
    file  toplevel.h
     
    file  tracker.h
     
    file  translation.h
     
    file  treebase.h
     
    file  treebook.h
     
    file  treectrl.h
     
    file  treelist.h
     
    file  txtstrm.h
     
    file  uiaction.h
     
    file  unichar.h
     
    file  uri.h
     
    file  url.h
     
    file  ustring.h
     
    file  utils.h
     
    file  valgen.h
     
    file  validate.h
     
    file  valnum.h
     
    file  valtext.h
     
    file  variant.h
     
    file  vector.h
     
    file  version.h
     
    file  versioninfo.h
     
    file  vidmode.h
     
    file  vlbox.h
     
    file  volume.h
     
    file  vscroll.h
     
    file  weakref.h
     
    file  webview.h
     
    file  webviewarchivehandler.h
     
    file  webviewfshandler.h
     
    file  wfstream.h
     
    file  window.h
     
    file  windowid.h
     
    file  windowptr.h
     
    file  withimages.h
     
    file  wizard.h
     
    file  wrapsizer.h
     
    file  wupdlock.h
     
    file  wxcrt.h
     
    file  xlocale.h
     
    file  zipstrm.h
     
    file  zstream.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_55d226006b4846c7c066d7c13fb73a30.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_55d226006b4846c7c066d7c13fb73a30.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_55d226006b4846c7c066d7c13fb73a30.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_55d226006b4846c7c066d7c13fb73a30.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,92 +0,0 @@ - - - - - -wxWidgets: interface/wx/html Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    html Directory Reference
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    -Files

    file  helpctrl.h
     
    file  helpdata.h
     
    file  helpdlg.h
     
    file  helpfrm.h
     
    file  helpwnd.h
     
    file  htmlcell.h
     
    file  htmldefs.h
     
    file  htmlfilt.h
     
    file  htmlpars.h
     
    file  htmltag.h
     
    file  htmlwin.h
     
    file  htmprint.h
     
    file  winpars.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_5ed12266e1a578d605317ae20b92fc6a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_5ed12266e1a578d605317ae20b92fc6a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_5ed12266e1a578d605317ae20b92fc6a.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_5ed12266e1a578d605317ae20b92fc6a.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,68 @@ + + + + + +wxWidgets: interface/wx/xml Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    xml Directory Reference
    +
    +
    + + + + +

    +Files

    file  xml.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_60feedc7276cc318b43f4d4f48ac8f8e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_60feedc7276cc318b43f4d4f48ac8f8e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_60feedc7276cc318b43f4d4f48ac8f8e.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_60feedc7276cc318b43f4d4f48ac8f8e.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,68 @@ + + + + + +wxWidgets: interface Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    interface Directory Reference
    +
    +
    + + + + +

    +Directories

    directory  wx
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_62c7b4e496e2141864eb0620552861bc.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_62c7b4e496e2141864eb0620552861bc.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_62c7b4e496e2141864eb0620552861bc.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_62c7b4e496e2141864eb0620552861bc.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,74 @@ + + + + + +wxWidgets: interface/wx/protocol Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    protocol Directory Reference
    +
    +
    + + + + + + + + + + +

    +Files

    file  ftp.h
     
    file  http.h
     
    file  log.h
     
    file  protocol.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_71cb6124c13c8ab4ca111ae69ce4e396.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_71cb6124c13c8ab4ca111ae69ce4e396.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_71cb6124c13c8ab4ca111ae69ce4e396.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_71cb6124c13c8ab4ca111ae69ce4e396.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,204 @@ + + + + + +wxWidgets: docs/doxygen/groups Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    groups Directory Reference
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Files

    file  class.h
     
    file  class_appmanagement.h
     
    file  class_archive.h
     
    file  class_aui.h
     
    file  class_bookctrl.h
     
    file  class_cfg.h
     
    file  class_cmndlg.h
     
    file  class_containers.h
     
    file  class_conv.h
     
    file  class_ctrl.h
     
    file  class_data.h
     
    file  class_dc.h
     
    file  class_debugging.h
     
    file  class_dnd.h
     
    file  class_docview.h
     
    file  class_dvc.h
     
    file  class_events.h
     
    file  class_file.h
     
    file  class_gdi.h
     
    file  class_gl.h
     
    file  class_grid.h
     
    file  class_help.h
     
    file  class_html.h
     
    file  class_ipc.h
     
    file  class_logging.h
     
    file  class_managedwnd.h
     
    file  class_media.h
     
    file  class_menus.h
     
    file  class_misc.h
     
    file  class_miscwnd.h
     
    file  class_net.h
     
    file  class_pickers.h
     
    file  class_printing.h
     
    file  class_propgrid.h
     
    file  class_ribbon.h
     
    file  class_richtext.h
     
    file  class_rtti.h
     
    file  class_smartpointers.h
     
    file  class_stc.h
     
    file  class_streams.h
     
    file  class_threading.h
     
    file  class_validator.h
     
    file  class_vfs.h
     
    file  class_webview.h
     
    file  class_winlayout.h
     
    file  class_xml.h
     
    file  class_xrc.h
     
    file  funcmacro.h
     
    file  funcmacro_appinitterm.h
     
    file  funcmacro_atomic.h
     
    file  funcmacro_byteorder.h
     
    file  funcmacro_crt.h
     
    file  funcmacro_debug.h
     
    file  funcmacro_dialog.h
     
    file  funcmacro_env.h
     
    file  funcmacro_events.h
     
    file  funcmacro_file.h
     
    file  funcmacro_gdi.h
     
    file  funcmacro_locale.h
     
    file  funcmacro_log.h
     
    file  funcmacro_math.h
     
    file  funcmacro_misc.h
     
    file  funcmacro_networkuseros.h
     
    file  funcmacro_procctrl.h
     
    file  funcmacro_rtti.h
     
    file  funcmacro_string.h
     
    file  funcmacro_thread.h
     
    file  funcmacro_time.h
     
    file  funcmacro_version.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_768938b46730c5e4fde7a1208656f3f7.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_768938b46730c5e4fde7a1208656f3f7.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_768938b46730c5e4fde7a1208656f3f7.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_768938b46730c5e4fde7a1208656f3f7.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,68 +0,0 @@ - - - - - -wxWidgets: docs Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    docs Directory Reference
    -
    -
    - - - - -

    -Directories

    directory  doxygen
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_80204aee2137570274977d31a8830f61.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_80204aee2137570274977d31a8830f61.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_80204aee2137570274977d31a8830f61.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_80204aee2137570274977d31a8830f61.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,74 +0,0 @@ - - - - - -wxWidgets: interface/wx/persist Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    persist Directory Reference
    -
    -
    - - - - - - - - - - -

    -Files

    file  bookctrl.h
     
    file  toplevel.h
     
    file  treebook.h
     
    file  window.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_8a949fe50d89e6eb183a1a47c3ed9fb5.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_8a949fe50d89e6eb183a1a47c3ed9fb5.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_8a949fe50d89e6eb183a1a47c3ed9fb5.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_8a949fe50d89e6eb183a1a47c3ed9fb5.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,72 +0,0 @@ - - - - - -wxWidgets: docs/doxygen Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    doxygen Directory Reference
    -
    -
    - - - - - - - - -

    -Directories

    directory  groups
     
    directory  mainpages
     
    directory  overviews
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_8b35b140dca706d38d7ce460ad07eaf7.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_8b35b140dca706d38d7ce460ad07eaf7.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_8b35b140dca706d38d7ce460ad07eaf7.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_8b35b140dca706d38d7ce460ad07eaf7.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,70 @@ + + + + + +wxWidgets: interface/wx/msw/ole Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    ole Directory Reference
    +
    +
    + + + + + + +

    +Files

    file  activex.h
     
    file  automtn.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -169,7 +169,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_a4875bc02fb8f2efdf814ce1282e1722.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_a4875bc02fb8f2efdf814ce1282e1722.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_a4875bc02fb8f2efdf814ce1282e1722.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_a4875bc02fb8f2efdf814ce1282e1722.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,72 @@ + + + + + +wxWidgets: docs/doxygen Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    doxygen Directory Reference
    +
    +
    + + + + + + + + +

    +Directories

    directory  groups
     
    directory  mainpages
     
    directory  overviews
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_a99e57c8695eb4371a443ac8c6f3d574.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_a99e57c8695eb4371a443ac8c6f3d574.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_a99e57c8695eb4371a443ac8c6f3d574.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_a99e57c8695eb4371a443ac8c6f3d574.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,194 +0,0 @@ - - - - - -wxWidgets: docs/doxygen/overviews Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    overviews Directory Reference
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    -Files

    file  app.h
     
    file  archive.h
     
    file  aui.h
     
    file  backwardcompatibility.h
     
    file  bitmap.h
     
    file  bookctrl.h
     
    file  bufferclasses.h
     
    file  changes_since28.h
     
    file  commondialogs.h
     
    file  config.h
     
    file  container.h
     
    file  cpprttidisabled.h
     
    file  customwidgets.h
     
    file  dataobject.h
     
    file  datetime.h
     
    file  dc.h
     
    file  debugging.h
     
    file  dialog.h
     
    file  dnd.h
     
    file  docview.h
     
    file  envvars.h
     
    file  eventhandling.h
     
    file  exceptions.h
     
    file  file.h
     
    file  filesystem.h
     
    file  font.h
     
    file  fontencoding.h
     
    file  grid.h
     
    file  helloworld.h
     
    file  html.h
     
    file  internationalization.h
     
    file  ipc.h
     
    file  listctrl.h
     
    file  log.h
     
    file  mbconvclasses.h
     
    file  nonenglish.h
     
    file  persistence.h
     
    file  printing.h
     
    file  propgrid.h
     
    file  python.h
     
    file  refcount.h
     
    file  referencenotes.h
     
    file  resyntax.h
     
    file  richtextctrl.h
     
    file  roughguide.h
     
    file  runtimeclass.h
     
    file  scrolling.h
     
    file  sizer.h
     
    file  splitterwindow.h
     
    file  stream.h
     
    file  string.h
     
    file  thread.h
     
    file  tips.h
     
    file  toolbar.h
     
    file  treectrl.h
     
    file  unicode.h
     
    file  unixprinting.h
     
    file  validator.h
     
    file  windowdeletion.h
     
    file  windowids.h
     
    file  windowsizing.h
     
    file  windowstyles.h
     
    file  xrc.h
     
    file  xrc_format.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_adee7c24844c66351994ceba7520f0a0.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_adee7c24844c66351994ceba7520f0a0.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_adee7c24844c66351994ceba7520f0a0.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_adee7c24844c66351994ceba7520f0a0.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,70 +0,0 @@ - - - - - -wxWidgets: interface/wx/xrc Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    xrc Directory Reference
    -
    -
    - - - - - - -

    -Files

    file  xh_sizer.h
     
    file  xmlres.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_b5bc9f5c1c615732283c1dcf24013393.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_b5bc9f5c1c615732283c1dcf24013393.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_b5bc9f5c1c615732283c1dcf24013393.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_b5bc9f5c1c615732283c1dcf24013393.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,78 @@ + + + + + +wxWidgets: interface/wx/propgrid Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    propgrid Directory Reference
    +
    +
    + + + + + + + + + + + + + + +

    +Files

    file  editors.h
     
    file  manager.h
     
    file  property.h
     
    file  propgrid.h
     
    file  propgridiface.h
     
    file  propgridpagestate.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_bb1d59f0cd82f6bdff37b7045613dafa.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_bb1d59f0cd82f6bdff37b7045613dafa.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_bb1d59f0cd82f6bdff37b7045613dafa.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_bb1d59f0cd82f6bdff37b7045613dafa.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,84 @@ + + + + + +wxWidgets: interface/wx/richtext Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    richtext Directory Reference
    +
    +
    + + + + + + + + + + + + + + + + + + + + +

    +Files

    file  richtextbuffer.h
     
    file  richtextctrl.h
     
    file  richtextformatdlg.h
     
    file  richtexthtml.h
     
    file  richtextprint.h
     
    file  richtextstyledlg.h
     
    file  richtextstyles.h
     
    file  richtextsymboldlg.h
     
    file  richtextxml.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_c1f3a80e361821317628ad43f5179cbb.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_c1f3a80e361821317628ad43f5179cbb.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_c1f3a80e361821317628ad43f5179cbb.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_c1f3a80e361821317628ad43f5179cbb.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,94 @@ + + + + + +wxWidgets: interface/wx/html Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    html Directory Reference
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Files

    file  helpctrl.h
     
    file  helpdata.h
     
    file  helpdlg.h
     
    file  helpfrm.h
     
    file  helpwnd.h
     
    file  htmlcell.h
     
    file  htmldefs.h
     
    file  htmlfilt.h
     
    file  htmlpars.h
     
    file  htmltag.h
     
    file  htmlwin.h
     
    file  htmprint.h
     
    file  webkit.h
     
    file  winpars.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_c638ac155efce74d192cb6f69eec7c2a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_c638ac155efce74d192cb6f69eec7c2a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_c638ac155efce74d192cb6f69eec7c2a.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_c638ac155efce74d192cb6f69eec7c2a.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,68 +0,0 @@ - - - - - -wxWidgets: interface/wx/xml Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    xml Directory Reference
    -
    -
    - - - - -

    -Files

    file  xml.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_c6e126f2db0f850b0a1844118edf8314.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_c6e126f2db0f850b0a1844118edf8314.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_c6e126f2db0f850b0a1844118edf8314.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_c6e126f2db0f850b0a1844118edf8314.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,68 +0,0 @@ - - - - - -wxWidgets: interface/wx/stc Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    stc Directory Reference
    -
    -
    - - - - -

    -Files

    file  stc.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_cd8fa08ded6ef3bfe84f816e50548da5.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_cd8fa08ded6ef3bfe84f816e50548da5.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_cd8fa08ded6ef3bfe84f816e50548da5.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_cd8fa08ded6ef3bfe84f816e50548da5.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,74 +0,0 @@ - - - - - -wxWidgets: interface/wx/aui Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    aui Directory Reference
    -
    -
    - - - - - - - - - - -

    -Files

    file  auibar.h
     
    file  auibook.h
     
    file  dockart.h
     
    file  framemanager.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dirctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dirctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dirctrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dirctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -151,7 +151,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_d329d054fe8b3bf51912fee3da4db4b6.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_d329d054fe8b3bf51912fee3da4db4b6.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_d329d054fe8b3bf51912fee3da4db4b6.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_d329d054fe8b3bf51912fee3da4db4b6.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,68 @@ + + + + + +wxWidgets: interface/wx/stc Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    stc Directory Reference
    +
    +
    + + + + +

    +Files

    file  stc.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_d373ee88470bcdc719b3ba5c6f64e874.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_d373ee88470bcdc719b3ba5c6f64e874.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_d373ee88470bcdc719b3ba5c6f64e874.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_d373ee88470bcdc719b3ba5c6f64e874.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,70 @@ + + + + + +wxWidgets: interface/wx/xrc Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    xrc Directory Reference
    +
    +
    + + + + + + +

    +Files

    file  xh_sizer.h
     
    file  xmlres.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_d389991ed1fa998f24c46dd998a7a110.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_d389991ed1fa998f24c46dd998a7a110.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_d389991ed1fa998f24c46dd998a7a110.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_d389991ed1fa998f24c46dd998a7a110.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,75 @@ + + + + + +wxWidgets: interface/wx/msw Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    msw Directory Reference
    +
    +
    + + + + +

    +Directories

    directory  ole
     
    + + + + + +

    +Files

    file  regconf.h
     
    file  registry.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_d3cc5977b9284e2329fd3790f6d0f07e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_d3cc5977b9284e2329fd3790f6d0f07e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_d3cc5977b9284e2329fd3790f6d0f07e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_d3cc5977b9284e2329fd3790f6d0f07e.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,78 +0,0 @@ - - - - - -wxWidgets: interface/wx/propgrid Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    propgrid Directory Reference
    -
    -
    - - - - - - - - - - - - - - -

    -Files

    file  editors.h
     
    file  manager.h
     
    file  property.h
     
    file  propgrid.h
     
    file  propgridiface.h
     
    file  propgridpagestate.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_d619b2b97a59539004f4863d84473523.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_d619b2b97a59539004f4863d84473523.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_d619b2b97a59539004f4863d84473523.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_d619b2b97a59539004f4863d84473523.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,75 +0,0 @@ - - - - - -wxWidgets: interface/wx/msw Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    msw Directory Reference
    -
    -
    - - - - -

    -Directories

    directory  ole
     
    - - - - - -

    -Files

    file  regconf.h
     
    file  registry.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_dd2f39eb77c051435e79ee5ed3bd1384.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_dd2f39eb77c051435e79ee5ed3bd1384.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_dd2f39eb77c051435e79ee5ed3bd1384.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_dd2f39eb77c051435e79ee5ed3bd1384.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,204 +0,0 @@ - - - - - -wxWidgets: docs/doxygen/groups Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    groups Directory Reference
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    -Files

    file  class.h
     
    file  class_appmanagement.h
     
    file  class_archive.h
     
    file  class_aui.h
     
    file  class_bookctrl.h
     
    file  class_cfg.h
     
    file  class_cmndlg.h
     
    file  class_containers.h
     
    file  class_conv.h
     
    file  class_ctrl.h
     
    file  class_data.h
     
    file  class_dc.h
     
    file  class_debugging.h
     
    file  class_dnd.h
     
    file  class_docview.h
     
    file  class_dvc.h
     
    file  class_events.h
     
    file  class_file.h
     
    file  class_gdi.h
     
    file  class_gl.h
     
    file  class_grid.h
     
    file  class_help.h
     
    file  class_html.h
     
    file  class_ipc.h
     
    file  class_logging.h
     
    file  class_managedwnd.h
     
    file  class_media.h
     
    file  class_menus.h
     
    file  class_misc.h
     
    file  class_miscwnd.h
     
    file  class_net.h
     
    file  class_pickers.h
     
    file  class_printing.h
     
    file  class_propgrid.h
     
    file  class_ribbon.h
     
    file  class_richtext.h
     
    file  class_rtti.h
     
    file  class_smartpointers.h
     
    file  class_stc.h
     
    file  class_streams.h
     
    file  class_threading.h
     
    file  class_validator.h
     
    file  class_vfs.h
     
    file  class_webview.h
     
    file  class_winlayout.h
     
    file  class_xml.h
     
    file  class_xrc.h
     
    file  funcmacro.h
     
    file  funcmacro_appinitterm.h
     
    file  funcmacro_atomic.h
     
    file  funcmacro_byteorder.h
     
    file  funcmacro_crt.h
     
    file  funcmacro_debug.h
     
    file  funcmacro_dialog.h
     
    file  funcmacro_env.h
     
    file  funcmacro_events.h
     
    file  funcmacro_file.h
     
    file  funcmacro_gdi.h
     
    file  funcmacro_locale.h
     
    file  funcmacro_log.h
     
    file  funcmacro_math.h
     
    file  funcmacro_misc.h
     
    file  funcmacro_networkuseros.h
     
    file  funcmacro_procctrl.h
     
    file  funcmacro_rtti.h
     
    file  funcmacro_string.h
     
    file  funcmacro_thread.h
     
    file  funcmacro_time.h
     
    file  funcmacro_version.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_dee0ec8b530fd5c69dd10ff6e8c3b483.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_dee0ec8b530fd5c69dd10ff6e8c3b483.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_dee0ec8b530fd5c69dd10ff6e8c3b483.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_dee0ec8b530fd5c69dd10ff6e8c3b483.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,84 +0,0 @@ - - - - - -wxWidgets: interface/wx/richtext Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    richtext Directory Reference
    -
    -
    - - - - - - - - - - - - - - - - - - - - -

    -Files

    file  richtextbuffer.h
     
    file  richtextctrl.h
     
    file  richtextformatdlg.h
     
    file  richtexthtml.h
     
    file  richtextprint.h
     
    file  richtextstyledlg.h
     
    file  richtextstyles.h
     
    file  richtextsymboldlg.h
     
    file  richtextxml.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dirdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dirdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dirdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dirdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -192,7 +192,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_e05fb9ec8fd502e2c117d5e8bb51d0ff.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_e05fb9ec8fd502e2c117d5e8bb51d0ff.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_e05fb9ec8fd502e2c117d5e8bb51d0ff.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_e05fb9ec8fd502e2c117d5e8bb51d0ff.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,70 +0,0 @@ - - - - - -wxWidgets: interface/wx/generic Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    generic Directory Reference
    -
    -
    - - - - - - -

    -Files

    file  aboutdlgg.h
     
    file  helpext.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_e6364fcb2754e67a4066d80bafb14642.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_e6364fcb2754e67a4066d80bafb14642.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_e6364fcb2754e67a4066d80bafb14642.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_e6364fcb2754e67a4066d80bafb14642.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,82 @@ + + + + + +wxWidgets: interface/wx/ribbon Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    ribbon Directory Reference
    +
    +
    + + + + + + + + + + + + + + + + + + +

    +Files

    file  art.h
     
    file  bar.h
     
    file  buttonbar.h
     
    file  control.h
     
    file  gallery.h
     
    file  page.h
     
    file  panel.h
     
    file  toolbar.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_f31e8d1592bf99979efc7528cbcb25ac.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_f31e8d1592bf99979efc7528cbcb25ac.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_f31e8d1592bf99979efc7528cbcb25ac.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_f31e8d1592bf99979efc7528cbcb25ac.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,82 +0,0 @@ - - - - - -wxWidgets: interface/wx/ribbon Directory Reference - - - - - - - -
    -
    -
    - - - - - - - -
    - Version: 3.0.0 -
    -
    - - - -
    -
    -
    -
    ribbon Directory Reference
    -
    -
    - - - - - - - - - - - - - - - - - - -

    -Files

    file  art.h
     
    file  bar.h
     
    file  buttonbar.h
     
    file  control.h
     
    file  gallery.h
     
    file  page.h
     
    file  panel.h
     
    file  toolbar.h
     
    -
    - - - -
    - - diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_f614f7c2b9cb2d93addd31658afac8b5.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_f614f7c2b9cb2d93addd31658afac8b5.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_f614f7c2b9cb2d93addd31658afac8b5.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_f614f7c2b9cb2d93addd31658afac8b5.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,74 @@ + + + + + +wxWidgets: interface/wx/persist Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    persist Directory Reference
    +
    +
    + + + + + + + + + + +

    +Files

    file  bookctrl.h
     
    file  toplevel.h
     
    file  treebook.h
     
    file  window.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_f800840e06a2cd1b7d054cfa8908edaa.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_f800840e06a2cd1b7d054cfa8908edaa.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dir_f800840e06a2cd1b7d054cfa8908edaa.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dir_f800840e06a2cd1b7d054cfa8908edaa.html 2014-09-09 22:03:37.000000000 +0000 @@ -0,0 +1,98 @@ + + + + + +wxWidgets: docs/doxygen/mainpages Directory Reference + + + + + + + +
    +
    +
    + + + + + + + +
    + Version: 3.0.1 +
    +
    + + + +
    +
    +
    +
    mainpages Directory Reference
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    +Files

    file  cat_classes.h
     
    file  const_cpp.h
     
    file  const_stdevtid.h
     
    file  const_stockitems.h
     
    file  const_wxusedef.h
     
    file  constants.h
     
    file  copyright.h
     
    file  devtips.h
     
    file  introduction.h
     
    file  libs.h
     
    file  manual.h
     
    file  platdetails.h
     
    file  samples.h
     
    file  topics.h
     
    file  translations.h
     
    file  utilities.h
     
    +
    + + + +
    + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/display_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/display_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/display_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/display_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dockart_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dockart_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dockart_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dockart_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -287,7 +287,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docmdi_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docmdi_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docmdi_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docmdi_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2app_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2app_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2app_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2app_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2archive_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2archive_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2archive_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2archive_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2bitmap_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2bitmap_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2bitmap_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2bitmap_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2bookctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2bookctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2bookctrl_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2bookctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2config_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2config_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2config_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2config_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2datetime_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2datetime_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2datetime_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2datetime_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2dc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2dc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2dc_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2dc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2dialog_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2dialog_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2dialog_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2dialog_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2dnd_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2dnd_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2dnd_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2dnd_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2docview_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2docview_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2docview_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2docview_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2file_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2file_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2file_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2file_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2font_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2font_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2font_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2font_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2grid_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2grid_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2grid_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2grid_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2ipc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2ipc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2ipc_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2ipc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2listctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2listctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2listctrl_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2listctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2log_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2log_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2log_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2log_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2propgrid_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2propgrid_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2propgrid_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2propgrid_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2richtextctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2richtextctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2richtextctrl_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2richtextctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2sizer_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2sizer_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2sizer_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2sizer_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2stream_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2stream_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2stream_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2stream_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2string_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2string_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2string_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2string_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2thread_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2thread_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2thread_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2thread_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2toolbar_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2toolbar_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2toolbar_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2toolbar_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2treectrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2treectrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2treectrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/docs_2doxygen_2overviews_2treectrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dragimag_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dragimag_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dragimag_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dragimag_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dynarray_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dynarray_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dynarray_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dynarray_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -748,7 +748,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dynlib_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dynlib_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/dynlib_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/dynlib_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -147,7 +147,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/editlbox_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/editlbox_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/editlbox_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/editlbox_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -143,7 +143,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/editors_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/editors_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/editors_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/editors_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/encconv_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/encconv_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/encconv_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/encconv_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/envvars_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/envvars_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/envvars_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/envvars_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/event_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/event_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/event_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/event_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -801,7 +801,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/eventfilter_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/eventfilter_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/eventfilter_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/eventfilter_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/eventhandling_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/eventhandling_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/eventhandling_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/eventhandling_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/evtloop_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/evtloop_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/evtloop_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/evtloop_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/exceptions_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/exceptions_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/exceptions_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/exceptions_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fdrepdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fdrepdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fdrepdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fdrepdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -233,7 +233,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ffile_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ffile_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ffile_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ffile_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fileconf_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fileconf_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fileconf_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fileconf_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filectrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filectrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filectrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filectrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -191,7 +191,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filedlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filedlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filedlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filedlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -178,7 +178,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filefn_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filefn_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filefn_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filefn_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -246,7 +246,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filehistory_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filehistory_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filehistory_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filehistory_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filename_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filename_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filename_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filename_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -352,7 +352,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filepicker_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filepicker_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filepicker_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filepicker_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -294,7 +294,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/files.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/files.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/files.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/files.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -53,9 +53,9 @@
    Here is a list of all files with brief descriptions:
    [detail level 12345]
    - - - + + + @@ -125,7 +125,7 @@ - + @@ -142,7 +142,7 @@ - + @@ -207,17 +207,17 @@ - - - + + + - + - + @@ -230,31 +230,32 @@ - - - + + + + - + - + - + - + @@ -263,7 +264,7 @@ - + @@ -273,11 +274,11 @@ - + - + - + @@ -590,7 +591,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filesys_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filesys_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filesys_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filesys_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ @@ -47,7 +47,7 @@
    @@ -114,7 +114,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filesystem_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filesystem_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/filesystem_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/filesystem_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontdata_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontdata_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontdata_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontdata_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -75,7 +75,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontencoding_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontencoding_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontencoding_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontencoding_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontenum_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontenum_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontenum_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontenum_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontmap_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontmap_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontmap_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontmap_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontpicker_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontpicker_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontpicker_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontpicker_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -165,7 +165,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontutil_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontutil_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fontutil_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fontutil_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/frame_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/frame_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/frame_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/frame_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/framemanager_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/framemanager_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/framemanager_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/framemanager_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -199,7 +199,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fs__arc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fs__arc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fs__arc_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fs__arc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fs__filter_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fs__filter_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fs__filter_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fs__filter_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fs__inet_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fs__inet_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fs__inet_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fs__inet_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fs__mem_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fs__mem_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fs__mem_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fs__mem_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fswatcher_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fswatcher_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/fswatcher_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/fswatcher_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -220,7 +220,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ftp_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ftp_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ftp_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ftp_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__appinitterm_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__appinitterm_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__appinitterm_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__appinitterm_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__atomic_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__atomic_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__atomic_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__atomic_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__byteorder_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__byteorder_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__byteorder_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__byteorder_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__crt_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__crt_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__crt_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__crt_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__debug_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__debug_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__debug_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__debug_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__dialog_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__dialog_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__dialog_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__dialog_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__env_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__env_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__env_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__env_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__events_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__events_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__events_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__events_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__file_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__file_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__file_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__file_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__gdi_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__gdi_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__gdi_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__gdi_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__locale_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__locale_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__locale_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__locale_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__log_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__log_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__log_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__log_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__math_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__math_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__math_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__math_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__misc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__misc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__misc_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__misc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__networkuseros_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__networkuseros_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__networkuseros_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__networkuseros_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__procctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__procctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__procctrl_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__procctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__rtti_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__rtti_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__rtti_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__rtti_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__string_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__string_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__string_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__string_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__thread_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__thread_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__thread_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__thread_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__time_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__time_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__time_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__time_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__version_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__version_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/funcmacro__version_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/funcmacro__version_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x61.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x61.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x61.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x61.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -1320,7 +1320,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x62.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x62.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x62.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x62.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -433,7 +433,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x63.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x63.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x63.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x63.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -198,7 +198,8 @@ : wxToolBarToolBase
  • Cancel() -: wxStyledTextCtrl +: wxWebKitBeforeLoadEvent +, wxStyledTextCtrl
  • CancelDialing() : wxDialUpManager @@ -216,15 +217,18 @@ : wxEncodingConverter
  • CanCopy() -: wxWebView +: wxTextEntry +, wxWebView , wxRichTextCtrl -, wxTextEntry
  • CanCut() : wxRichTextCtrl , wxTextEntry , wxWebView
  • +
  • CanDecreaseTextSize() +: wxWebKitCtrl +
  • CanDeleteRange() : wxRichTextCtrl
  • @@ -266,6 +270,9 @@
  • CanEnableCellControl() : wxGrid
  • +
  • CanGetPageSource() +: wxWebKitCtrl +
  • CanGetTextExtent() : wxDC
  • @@ -273,10 +280,12 @@ : wxGridTableBase
  • CanGoBack() -: wxWebView +: wxWebKitCtrl +, wxWebView
  • CanGoForward() -: wxWebView +: wxWebKitCtrl +, wxWebView
  • CanHandle() : wxArchiveClassFactory @@ -293,6 +302,9 @@ : wxGridTableBase , wxGrid
  • +
  • CanIncreaseTextSize() +: wxWebKitCtrl +
  • CanInsertContent() : wxRichTextCtrl
  • @@ -333,10 +345,10 @@ : wxRichTextBuffer
  • CanRead() -: wxHtmlFilter +: wxInputStream +, wxHtmlFilter , wxImageHandler , wxImage -, wxInputStream
  • CanRedo() : wxCommandProcessor @@ -1025,11 +1037,11 @@ : wxGraphicsContext
  • Connect() -: wxSocketClient +: wxHTTP , wxEvtHandler , wxFTP , wxHTTP -, wxSocketClient +, wxSocketClient
  • const_iterator : wxVector< T > @@ -1048,15 +1060,16 @@ : wxStack< T >
  • Contains() -: wxRect +: wxRect , wxRect2DDouble , wxRect2DInt , wxGraphicsPath , wxRegion , wxRichTextRange , wxString -, wxRegion -, wxRect2DInt +, wxGraphicsPath +, wxRect2DDouble +, wxRect
  • ContainsExcludedCharacters() : wxTextValidator @@ -1084,13 +1097,16 @@
  • Convert() : wxEncodingConverter -, wxVariant +, wxVariant +, wxEncodingConverter +, wxVariant +, wxEncodingConverter
  • ConvertAlphaToMask() -: wxImage +: wxImage
  • ConvertDialogToPixels() -: wxWindow +: wxWindow
  • ConvertEOLs() : wxStyledTextCtrl @@ -1100,24 +1116,23 @@
  • ConvertPixelsToTenthsMM() : wxTextAttrDimensionConverter -, wxRichTextObject +, wxRichTextObject
  • ConvertStringToArgs() : wxCmdLineParser
  • ConvertTenthsMMToPixels() : wxTextAttrDimensionConverter -, wxRichTextObject -, wxRichTextStyleListBox , wxRichTextObject +, wxRichTextStyleListBox
  • ConvertToBitmap() : wxRegion
  • ConvertToDisabled() -: wxIcon +: wxBitmap +, wxIcon , wxImage -, wxBitmap
  • ConvertToGreyscale() : wxImage @@ -1136,44 +1151,43 @@ : wxDateTime
  • Copy() -: wxComboCtrl -, wxImage -, wxRegKey +: wxImage +, wxRegKey , wxPGChoices , wxRichTextAttr +, wxRichTextProperties , wxRichTextSelection -, wxRichTextObject , wxRichTextCompositeObject , wxRichTextParagraphLayoutBox , wxRichTextBox -, wxRichTextField , wxRichTextFieldType +, wxRichTextFieldTypeStandard , wxRichTextLine -, wxRichTextParagraph , wxRichTextPlainText +, wxRichTextImageBlock , wxRichTextImage , wxRichTextBuffer , wxRichTextCell +, wxRichTextTable , wxRichTextTableBlock -, wxRichTextObjectAddress , wxRichTextCtrl , wxRichTextHeaderFooterData , wxStyledTextCtrl -, wxTextEntry , wxWebView -, wxRichTextTable -, wxRichTextImageBlock -, wxRichTextFieldTypeStandard -, wxRichTextProperties -, wxRegKey +, wxTextEntry +, wxRichTextField +, wxRichTextObjectAddress +, wxRichTextParagraph +, wxRichTextObject +, wxComboCtrl
  • CopyAllowLine() : wxStyledTextCtrl
  • CopyArchiveMetaData() : wxArchiveOutputStream -, wxTarOutputStream , wxZipOutputStream +, wxTarOutputStream
  • CopyAttributes() : wxDC @@ -1239,170 +1253,168 @@ : wxStringTokenizer
  • Create() -: wxGraphicsContext -, wxImage +: wxImage +, wxBookCtrlBase +, wxColourDialog , wxSound -, wxSashLayoutWindow -, wxHtmlHelpWindow -, wxMDIParentFrame -, wxListBox -, wxListbook -, wxHtmlListBox -, wxWebViewFactory -, wxHyperlinkCtrl +, wxCheckListBox , wxImage -, wxInfoBar -, wxStaticBitmap -, wxSearchCtrl -, wxServer -, wxImage -, wxGrid -, wxStaticBox -, wxHtmlHelpDialog +, wxGraphicsContext +, wxScrollBar +, wxHScrolledWindow +, wxImage +, wxCaret +, wxHtmlHelpFrame , wxSimpleHtmlListBox -, wxGraphicsContext -, wxSimpleHtmlListBox -, wxGridCellEditor +, wxHtmlHelpWindow +, wxBitmap +, wxGraphicsContext +, wxStatusBar , wxFontDialog , wxFilePickerCtrl -, wxGraphicsContext -, wxFontDialog -, wxDocMDIParentFrame -, wxGenericDirCtrl -, wxDialog -, wxWebView -, wxTextFile -, wxDataViewCtrl -, wxCommandLinkButton +, wxGraphicsContext +, wxSpinCtrlDouble +, wxDocParentFrame +, wxFrame , wxGenericAboutDialog +, wxDatePickerCtrl +, wxDataViewListCtrl +, wxControl +, wxEditableListBox +, wxFindReplaceDialog , wxComboPopup -, wxColourDialog -, wxBitmapToggleButton -, wxFileCtrl -, wxStyledTextCtrl +, wxDirFilterListCtrl +, wxComboCtrl +, wxDDEServer +, wxDataViewCtrl , wxCaret -, wxWizard -, wxDataViewTreeCtrl -, wxTreebook -, wxDialUpManager -, wxToolbook -, wxConfigBase -, wxBannerWindow -, wxAuiToolBar -, wxSingleInstanceChecker -, wxBitmap -, wxSpinButton +, wxComboBox +, wxStyledTextCtrl , wxBitmapComboBox -, wxHVScrolledWindow +, wxMask , wxColourPickerCtrl +, wxSpinButton +, wxBitmapComboBox +, wxAuiToolBar +, wxThreadHelper +, wxChoice +, wxCheckBox +, wxButton +, wxPropertySheetDialog +, wxBitmapButton +, wxBannerWindow +, wxDataViewTreeCtrl +, wxBitmap +, wxPropertyGrid +, wxTimePickerCtrl +, wxBitmapHandler +, wxRibbonToolBar +, wxAnimationCtrl , wxTopLevelWindow -, wxCaret +, wxVListBox +, wxChoice +, wxAuiNotebook +, wxToggleButton , wxMask -, wxStaticLine -, wxSound +, wxSpinCtrl , wxMask -, wxRibbonGallery -, wxRibbonPanel -, wxAuiNotebook -, wxAnimationCtrl -, wxBitmap -, wxMask -, wxURI -, wxBookCtrlBase -, wxButton , wxCalendarCtrl -, wxSpinCtrl -, wxTreeListCtrl -, wxChoice -, wxCollapsiblePane -, wxBitmapHandler -, wxComboBox -, wxControl -, wxBitmapButton -, wxDatePickerCtrl -, wxThread -, wxEditableListBox -, wxFindReplaceDialog -, wxFile -, wxSpinCtrlDouble -, wxFontPickerCtrl -, wxStaticText -, wxStatusBar -, wxBitmapComboBox -, wxGraphicsContext -, wxVScrolledWindow -, wxCheckBox -, wxHtmlHelpFrame , wxCheckListBox -, wxRadioBox -, wxImage -, wxRibbonToolBar +, wxTextCtrl +, wxChoicebook +, wxTextFile +, wxURI +, wxCommandLinkButton +, wxConfigBase +, wxTextFile +, wxDialUpManager +, wxStaticLine +, wxDialog +, wxGenericDirCtrl +, wxDocMDIParentFrame +, wxFile +, wxFileCtrl +, wxThread +, wxTreeCtrl +, wxSplitterWindow +, wxGauge +, wxGraphicsContext +, wxGrid +, wxStaticBitmap +, wxTreeListCtrl +, wxPropertyGridManager +, wxWebKitCtrl +, wxHtmlListBox +, wxSimpleHtmlListBox +, wxRibbonPanel +, wxHyperlinkCtrl , wxImageList -, wxScrollBar -, wxChoice +, wxImage +, wxInfoBar +, wxFSVolume +, wxScrolled< T > , wxListBox -, wxChoicebook -, wxThreadHelper -, wxMouseEventsManager +, wxMDIChildFrame , wxRegKey -, wxOwnerDrawnComboBox -, wxPopupWindow -, wxSlider -, wxVListBox -, wxComboCtrl +, wxOwnerDrawnComboBox +, wxSingleInstanceChecker +, wxComboBox +, wxWebView +, wxCollapsiblePane , wxRichTextStyleListCtrl -, wxRearrangeCtrl -, wxRibbonBar -, wxCheckListBox -, wxRichTextObjectAddress -, wxSymbolPickerDialog +, wxRadioBox +, wxRearrangeDialog +, wxRibbonButtonBar , wxTCPServer +, wxRichTextObjectAddress , wxRichTextCtrl -, wxScrolled< T > , wxRichTextStyleOrganiserDialog -, wxWizardPageSimple -, wxSplitterWindow +, wxSymbolPickerDialog +, wxWindow +, wxSlider , wxRichTextFormattingDialog -, wxDataViewListCtrl -, wxTextCtrl +, wxRibbonGallery +, wxSearchCtrl +, wxStaticBox +, wxStaticText +, wxRibbonBar , wxTextEntryDialog -, wxTextFile -, wxRadioBox -, wxToggleButton -, wxDDEServer -, wxTimePickerCtrl -, wxTreeCtrl , wxRibbonPage -, wxFSVolume -, wxHScrolledWindow -, wxWebViewFactory -, wxDirFilterListCtrl +, wxBitmapToggleButton +, wxToolbook +, wxTreebook , wxWizardPage -, wxWindow -, wxHeaderCtrl -, wxDocParentFrame -, wxRearrangeDialog +, wxVScrolledWindow +, wxHVScrolledWindow +, wxWebViewFactory +, wxWizardPageSimple +, wxListBox +, wxWizard +, wxListbook +, wxRadioBox +, wxWebViewFactory +, wxRearrangeCtrl , wxRadioButton -, wxRibbonButtonBar , wxRearrangeList +, wxMiniFrame , wxDirPickerCtrl -, wxPropertyGridManager -, wxFrame -, wxPropertyGrid -, wxOwnerDrawnComboBox -, wxGauge -, wxGraphicsContext -, wxPropertySheetDialog -, wxOwnerDrawnComboBox +, wxPopupWindow +, wxFontDialog , wxPanel -, wxPalette -, wxListCtrl -, wxMiniFrame , wxNotebook -, wxMDIChildFrame +, wxFontPickerCtrl +, wxPalette +, wxOwnerDrawnComboBox , wxGridUpdateLocker +, wxMDIParentFrame +, wxServer +, wxMouseEventsManager +, wxGridCellEditor , wxMediaCtrl -, wxGraphicsContext +, wxSashLayoutWindow +, wxHeaderCtrl +, wxListCtrl +, wxHtmlHelpDialog
  • CreateAbortWindow() : wxPrinter @@ -1411,9 +1423,9 @@ : wxPickerBase
  • CreateBitmap() -: wxArtProvider +: wxGraphicsContext +, wxArtProvider , wxGraphicsRenderer -, wxGraphicsContext
  • CreateBitmapFromImage() : wxGraphicsRenderer @@ -1426,13 +1438,13 @@ : wxPropertySheetDialog
  • CreateBrush() -: wxGraphicsRenderer -, wxGraphicsContext +: wxGraphicsContext +, wxGraphicsRenderer
  • CreateButtons() -: wxRichTextFormattingDialogFactory +: wxPropertySheetDialog , wxPreviewControlBar -, wxPropertySheetDialog +, wxRichTextFormattingDialogFactory
  • CreateButtonSizer() : wxDialog @@ -1456,7 +1468,7 @@ : wxHtmlHelpWindow
  • CreateContext() -: wxGraphicsRenderer +: wxGraphicsRenderer
  • CreateContextFromImage() : wxGraphicsRenderer @@ -1480,8 +1492,8 @@ : wxSingleInstanceChecker
  • CreateDocument() -: wxDocTemplate -, wxDocManager +: wxDocManager +, wxDocTemplate , wxStyledTextCtrl
  • CreateEditorCtrl() @@ -1493,7 +1505,8 @@
  • CreateFont() : wxGraphicsRenderer -, wxGraphicsContext +, wxGraphicsContext +, wxGraphicsRenderer
  • CreateFontMapper() : wxAppTraits @@ -1543,7 +1556,7 @@
  • CreateLinearGradientBrush() : wxGraphicsRenderer -, wxGraphicsContext +, wxGraphicsContext
  • CreateLoader() : wxStyledTextCtrl @@ -1552,9 +1565,8 @@ : wxAppTraits
  • CreateMatrix() -: wxGraphicsContext +: wxGraphicsContext , wxGraphicsRenderer -, wxGraphicsContext
  • CreateMeasuringContext() : wxGraphicsRenderer @@ -1581,8 +1593,8 @@ : wxRichTextFormattingDialogFactory
  • CreatePath() -: wxGraphicsRenderer -, wxGraphicsContext +: wxGraphicsContext +, wxGraphicsRenderer
  • CreatePen() : wxGraphicsRenderer @@ -1598,8 +1610,9 @@ : wxPropertyGridManager
  • CreateRadialGradientBrush() -: wxGraphicsRenderer -, wxGraphicsContext +: wxGraphicsContext +, wxGraphicsRenderer +, wxGraphicsContext
  • CreateRefData() : wxObject @@ -1629,8 +1642,8 @@ : wxDialog
  • CreateSubBitmap() -: wxGraphicsContext -, wxGraphicsRenderer +: wxGraphicsRenderer +, wxGraphicsContext
  • CreateTable() : wxRichTextTable @@ -1645,7 +1658,7 @@ : wxThreadHelper
  • CreateTool() -: wxToolBar +: wxToolBar
  • CreateToolBar() : wxFrame @@ -1654,8 +1667,8 @@ : wxAppConsole
  • CreateUnion() -: wxRect2DDouble -, wxRect2DInt +: wxRect2DInt +, wxRect2DDouble
  • CreateView() : wxDocTemplate @@ -1666,7 +1679,7 @@
  • CrossHair() : wxSVGFileDC -, wxDC +, wxDC
  • CST : wxDateTime @@ -1675,17 +1688,17 @@ : wxAuiTabContainerButton
  • Cut() -: wxStyledTextCtrl -, wxTextEntry +: wxWebView +, wxStyledTextCtrl , wxRichTextCtrl +, wxTextEntry , wxComboCtrl -, wxWebView
  • cWC2MB() -: wxMBConv +: wxMBConv
  • cWC2WX() -: wxMBConv +: wxMBConv
  • cwd : wxExecuteEnv @@ -1703,7 +1716,7 @@ : wxCalendarCtrl
  • wxCalendarDateAttr() -: wxCalendarDateAttr +: wxCalendarDateAttr
  • wxCalendarEvent() : wxCalendarEvent @@ -1712,29 +1725,29 @@ : wxCaret
  • wxCharBuffer() -: wxCharBuffer +: wxCharBuffer
  • wxCharTypeBuffer() -: wxCharTypeBuffer< T > +: wxCharTypeBuffer< T >
  • wxCharTypeBufferBase -: wxCharBuffer -, wxWCharBuffer +: wxWCharBuffer +, wxCharBuffer
  • wxCheckBox() : wxCheckBox
  • wxCheckListBox() -: wxCheckListBox +: wxCheckListBox
  • wxChildFocusEvent() : wxChildFocusEvent
  • wxChoice() -: wxChoice +: wxChoice
  • wxChoicebook() -: wxChoicebook +: wxChoicebook
  • wxClassInfo() : wxClassInfo @@ -1761,7 +1774,7 @@ : wxCloseEvent
  • wxCmdLineParser() -: wxCmdLineParser +: wxCmdLineParser
  • wxCollapsiblePane() : wxCollapsiblePane @@ -1770,7 +1783,7 @@ : wxCollapsiblePaneEvent
  • wxColour() -: wxColour +: wxColour
  • wxColourData() : wxColourData @@ -1788,10 +1801,10 @@ : wxColourPickerEvent
  • wxComboBox() -: wxComboBox +: wxComboBox
  • wxComboCtrl() -: wxComboCtrl +: wxComboCtrl
  • wxComboPopup() : wxComboPopup @@ -1818,7 +1831,7 @@ : wxConfigPathChanger
  • wxConnection() -: wxConnection +: wxConnection
  • wxContextHelp() : wxContextHelp @@ -1848,7 +1861,7 @@ : wxCSConv
  • wxCursor() -: wxCursor +: wxCursor
  • wxCustomBackgroundWindow() : wxCustomBackgroundWindow< W > @@ -1861,7 +1874,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x64.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x64.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x64.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x64.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -113,6 +113,9 @@
  • DecBy() : wxSize
  • +
  • DecreaseTextSize() +: wxWebKitCtrl +
  • DecRef() : wxGridCellAttr , wxRefCounter @@ -752,11 +755,11 @@ : wxDocument
  • DoSaveFile() -: wxRichTextPlainTextHandler +: wxRichTextXMLHandler , wxRichTextFileHandler +, wxRichTextPlainTextHandler , wxRichTextCtrl , wxRichTextHTMLHandler -, wxRichTextXMLHandler
  • DoSetAttribute() : wxPGProperty @@ -780,8 +783,8 @@ : wxPropertyGrid
  • DoSplit() -: wxRichTextPlainText -, wxRichTextObject +: wxRichTextObject +, wxRichTextPlainText
  • DoThaw() : wxRichTextCtrl @@ -805,47 +808,45 @@ : wxMouseEvent
  • Draw() -: wxGridCellRenderer +: wxRichTextBox +, wxGridCellRenderer , wxHtmlCell , wxImageList , wxRichTextObject , wxRichTextParagraphLayoutBox -, wxRichTextBox +, wxRichTextField , wxRichTextFieldType , wxRichTextFieldTypeStandard , wxRichTextParagraph +, wxRichTextPlainText , wxRichTextImage , wxRichTextCell , wxRichTextTable -, wxRichTextField -, wxRichTextPlainText
  • DrawArc() : wxDC
  • DrawBackground() -: wxAuiToolBarArt -, wxAuiDefaultToolBarArt +: wxAuiDockArt +, wxAuiToolBarArt +, wxAuiTabArt , wxAuiDefaultTabArt , wxAuiSimpleTabArt -, wxAuiDockArt -, wxAuiTabArt +, wxAuiDefaultToolBarArt
  • DrawBitmap() -: wxGraphicsContext -, wxDC -, wxGraphicsContext -, wxDC +: wxDC +, wxGraphicsContext
  • DrawBitmapBullet() : wxRichTextRenderer , wxRichTextStdRenderer
  • DrawBorder() -: wxGridRowHeaderRendererDefault +: wxGridColumnHeaderRendererDefault , wxAuiDockArt +, wxGridRowHeaderRendererDefault , wxGridCornerHeaderRenderer -, wxGridColumnHeaderRendererDefault , wxGridCornerHeaderRendererDefault , wxRichTextObject
  • @@ -853,11 +854,11 @@ : wxRichTextObject
  • DrawButton() -: wxAuiDefaultTabArt -, wxAuiDefaultToolBarArt -, wxAuiToolBarArt -, wxAuiTabArt +: wxAuiTabArt , wxAuiSimpleTabArt +, wxAuiToolBarArt +, wxAuiDefaultToolBarArt +, wxAuiDefaultTabArt
  • DrawButtonBarBackground() : wxRibbonArtProvider @@ -868,9 +869,12 @@
  • DrawCaption() : wxAuiDockArt
  • +
  • DrawCellHighlight() +: wxGrid +
  • DrawCheckBox() -: wxDelegateRendererNative -, wxRendererNative +: wxRendererNative +, wxDelegateRendererNative
  • DrawCheckMark() : wxDC @@ -881,6 +885,12 @@
  • DrawCircle() : wxDC
  • +
  • DrawColLabel() +: wxGrid +
  • +
  • DrawColLabels() +: wxGrid +
  • DrawComboBox() : wxRendererNative
  • @@ -889,20 +899,23 @@ , wxDelegateRendererNative
  • DrawControlLabel() -: wxAuiDefaultToolBarArt -, wxAuiToolBarArt +: wxAuiToolBarArt +, wxAuiDefaultToolBarArt +
  • +
  • DrawCornerLabel() +: wxGrid
  • DrawDropArrow() -: wxRendererNative -, wxDelegateRendererNative +: wxDelegateRendererNative +, wxRendererNative
  • DrawDropDownButton() : wxAuiToolBarArt , wxAuiDefaultToolBarArt
  • DrawEllipse() -: wxGraphicsContext -, wxDC +: wxDC +, wxGraphicsContext
  • DrawEllipticArc() : wxDC @@ -911,8 +924,8 @@ : wxRichTextParagraphLayoutBox
  • DrawFocusRect() -: wxDelegateRendererNative -, wxRendererNative +: wxRendererNative +, wxDelegateRendererNative
  • DrawGalleryBackground() : wxRibbonArtProvider @@ -922,51 +935,50 @@
  • DrawGripper() : wxAuiToolBarArt -, wxAuiDockArt , wxAuiDefaultToolBarArt +, wxAuiDockArt
  • DrawHeaderButton() : wxRendererNative , wxDelegateRendererNative
  • DrawHeaderButtonContents() -: wxDelegateRendererNative -, wxRendererNative +: wxRendererNative +, wxDelegateRendererNative
  • DrawHelpButton() : wxRibbonArtProvider
  • DrawIcon() -: wxDC +: wxDC , wxGraphicsContext
  • DrawInvisible() : wxHtmlCell
  • DrawItemSelectionRect() -: wxRendererNative -, wxDelegateRendererNative +: wxDelegateRendererNative +, wxRendererNative
  • DrawLabel() -: wxAuiToolBarArt -, wxDC +: wxDC , wxGridHeaderLabelsRenderer -, wxDC , wxAuiDefaultToolBarArt +, wxAuiToolBarArt
  • DrawLine() : wxDC
  • DrawLines() -: wxDC -, wxGraphicsContext +: wxGraphicsContext +, wxDC
  • DrawMinimisedPanel() : wxRibbonArtProvider
  • DrawOverflowButton() -: wxAuiToolBarArt -, wxAuiDefaultToolBarArt +: wxAuiDefaultToolBarArt +, wxAuiToolBarArt
  • DrawPageBackground() : wxRibbonArtProvider @@ -981,37 +993,42 @@ : wxGraphicsContext
  • DrawPlainBackground() -: wxAuiToolBarArt -, wxAuiDefaultToolBarArt +: wxAuiDefaultToolBarArt +, wxAuiToolBarArt
  • DrawPoint() : wxDC
  • DrawPolygon() -: wxDC +: wxDC
  • DrawPolyPolygon() : wxDC
  • DrawPushButton() -: wxDelegateRendererNative -, wxRendererNative +: wxRendererNative +, wxDelegateRendererNative
  • DrawRadioBitmap() : wxRendererNative
  • DrawRectangle() -: wxDC +: wxDC , wxGraphicsContext -, wxDC +, wxDC
  • DrawRotatedText() -: wxDC +: wxDC
  • DrawRoundedRectangle() -: wxDC -, wxGraphicsContext -, wxDC +: wxGraphicsContext +, wxDC +
  • +
  • DrawRowLabel() +: wxGrid +
  • +
  • DrawRowLabels() +: wxGrid
  • DrawSash() : wxAuiDockArt @@ -1039,10 +1056,10 @@ , wxRichTextStdRenderer
  • DrawTab() -: wxAuiTabArt -, wxAuiDefaultTabArt -, wxAuiSimpleTabArt +: wxAuiDefaultTabArt , wxRibbonArtProvider +, wxAuiSimpleTabArt +, wxAuiTabArt
  • DrawTabCtrlBackground() : wxRibbonArtProvider @@ -1051,9 +1068,10 @@ : wxRibbonArtProvider
  • DrawText() -: wxGraphicsContext +: wxDC +, wxGraphicsContext , wxDC -, wxGraphicsContext +, wxGraphicsContext
  • DrawTextBullet() : wxRichTextStdRenderer @@ -1062,6 +1080,9 @@
  • DrawTextCtrl() : wxRendererNative
  • +
  • DrawTextRectangle() +: wxGrid +
  • DrawTitleBarBitmap() : wxRendererNative
  • @@ -1086,14 +1107,14 @@
  • Dump() : wxDebugContext +, wxRichTextPlainText , wxRichTextCompositeObject , wxRichTextBuffer , wxRichTextObject , wxRichTextBuffer -, wxRichTextPlainText
  • wxDataFormat() -: wxDataFormat +: wxDataFormat
  • wxDatagramSocket() : wxDatagramSocket @@ -1123,7 +1144,7 @@ : wxDataViewChoiceRenderer
  • wxDataViewColumn() -: wxDataViewColumn +: wxDataViewColumn
  • wxDataViewCtrl() : wxDataViewCtrl @@ -1147,13 +1168,13 @@ : wxDataViewIndexListModel
  • wxDataViewItem() -: wxDataViewItem +: wxDataViewItem
  • wxDataViewItemAttr() : wxDataViewItemAttr
  • wxDataViewListCtrl() -: wxDataViewListCtrl +: wxDataViewListCtrl
  • wxDataViewListStore() : wxDataViewListStore @@ -1180,7 +1201,7 @@ : wxDataViewToggleRenderer
  • wxDataViewTreeCtrl() -: wxDataViewTreeCtrl +: wxDataViewTreeCtrl
  • wxDataViewTreeStore() : wxDataViewTreeStore @@ -1189,7 +1210,7 @@ : wxDataViewVirtualListModel
  • wxDateEvent() -: wxDateEvent +: wxDateEvent
  • wxDatePickerCtrl() : wxDatePickerCtrl @@ -1198,7 +1219,7 @@ : wxDateSpan
  • wxDateTime() -: wxDateTime +: wxDateTime
  • wxDateTime_t : wxDateTime @@ -1207,19 +1228,19 @@ : wxDCBrushChanger
  • wxDCClipper() -: wxDCClipper +: wxDCClipper
  • wxDCFontChanger() -: wxDCFontChanger +: wxDCFontChanger
  • wxDCOverlay() -: wxDCOverlay +: wxDCOverlay
  • wxDCPenChanger() : wxDCPenChanger
  • wxDCTextColourChanger() -: wxDCTextColourChanger +: wxDCTextColourChanger
  • wxDDEClient() : wxDDEClient @@ -1246,10 +1267,10 @@ : wxDebugReportUpload
  • wxDelegateRendererNative() -: wxDelegateRendererNative +: wxDelegateRendererNative
  • wxDEPRECATED() -: wxPGProperty +: wxPGProperty
  • wxDialog() : wxDialog @@ -1261,13 +1282,13 @@ : wxDialUpEvent
  • wxDir() -: wxDir +: wxDir
  • wxDirDialog() : wxDirDialog
  • wxDirFilterListCtrl() -: wxDirFilterListCtrl +: wxDirFilterListCtrl
  • wxDirPickerCtrl() : wxDirPickerCtrl @@ -1288,10 +1309,10 @@ : wxDocMDIChildFrame
  • wxDocMDIParentFrame() -: wxDocMDIParentFrame +: wxDocMDIParentFrame
  • wxDocParentFrame() -: wxDocParentFrame +: wxDocParentFrame
  • wxDocTemplate() : wxDocTemplate @@ -1300,26 +1321,26 @@ : wxDocument
  • wxDragImage() -: wxDragImage +: wxDragImage
  • wxDropFilesEvent() : wxDropFilesEvent
  • wxDropSource() -: wxDropSource +: wxDropSource
  • wxDropTarget() : wxDropTarget
  • wxDynamicLibrary() -: wxDynamicLibrary +: wxDynamicLibrary
  • diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x65.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x65.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x65.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x65.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -686,7 +686,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x66.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x66.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x66.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x66.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,13 +99,13 @@ : wxFontInfo
  • FALLBACK_NEAREST_LARGER -: wxIconBundle +: wxIconBundle
  • FALLBACK_NONE -: wxIconBundle +: wxIconBundle
  • FALLBACK_SYSTEM -: wxIconBundle +: wxIconBundle
  • Family() : wxFontInfo @@ -763,7 +763,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x67.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x67.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x67.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x67.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -141,9 +141,15 @@
  • GetAbsoluteRange() : wxRichTextLine
  • +
  • GetAccel() +: wxMenuItem +
  • GetAcceleratorTable() : wxWindow
  • +
  • GetAccelFromString() +: wxMenuItem +
  • GetAccessible() : wxWindow
  • @@ -287,8 +293,8 @@ , wxStyledTextCtrl
  • GetAnimation() -: wxAnimationCtrl -, wxXmlResourceHandler +: wxXmlResourceHandler +, wxAnimationCtrl
  • GetAnnotationsLinesAdded() : wxStyledTextEvent @@ -536,7 +542,7 @@ , wxHeaderColumn , wxHeaderColumnSimple , wxImageList -, wxMenuItem +, wxMenuItem , wxPGCell , wxRichTextFieldTypeStandard , wxStaticBitmap @@ -853,6 +859,15 @@
  • GetCellFont() : wxGrid
  • +
  • GetCellHighlightColour() +: wxGrid +
  • +
  • GetCellHighlightPenWidth() +: wxGrid +
  • +
  • GetCellHighlightROPenWidth() +: wxGrid +
  • GetCellOverflow() : wxGrid
  • @@ -1104,7 +1119,12 @@ : wxRibbonArtProvider
  • GetColour() -: wxColourData +: wxAuiDockArt +, wxBrush +, wxColourPickerCtrl +, wxColourPickerEvent +, wxPrintData +, wxColourData , wxDataViewItemAttr , wxFontData , wxGraphicsGradientStop @@ -1113,11 +1133,6 @@ , wxTextAttrBorder , wxSystemSettings , wxXmlResourceHandler -, wxAuiDockArt -, wxBrush -, wxColourPickerCtrl -, wxColourPickerEvent -, wxPrintData
  • GetColourData() : wxColourDialog @@ -1226,6 +1241,9 @@ : wxListCtrl , wxTreeListCtrl
  • +
  • GetColWidths() +: wxFlexGridSizer +
  • GetCombinedAttributes() : wxRichTextParagraph
  • @@ -1328,6 +1346,7 @@
  • GetControl() : wxComboPopup +, wxGridCellEditor , wxGridEditorCreatedEvent , wxStyledTextEvent , wxToolBarToolBase @@ -1784,6 +1803,7 @@
  • GetDisabledBitmap() : wxAuiToolBarItem +, wxMenuItem , wxToolBarToolBase
  • GetDispatchId() @@ -2253,10 +2273,7 @@ : wxDocManager
  • GetFileName() -: wxFilePickerCtrl -, wxIconLocation -, wxFileType::MessageParameters -, wxStackFrame +: wxStackFrame
  • GetFilename() : wxPrintData @@ -2265,10 +2282,15 @@ , wxFileDialog , wxRichTextCtrl
  • +
  • GetFileName() +: wxFilePickerCtrl +, wxIconLocation +, wxFileType::MessageParameters +
  • GetFilenames() -: wxFileDialog -, wxFileDataObject +: wxFileDataObject , wxFileCtrl +, wxFileDialog
  • GetFilePath() : wxGenericDirCtrl @@ -3862,8 +3884,8 @@ : wxMDIChildFrame
  • GetMenu() -: wxMenuEvent -, wxMenuBar +: wxMenuBar +, wxMenuEvent , wxMenuItem , wxSearchCtrl
  • @@ -3895,10 +3917,10 @@ : wxFileHistory
  • GetMessage() -: wxDirDialog +: wxGenericProgressDialog +, wxDirDialog , wxFileDialog , wxMessageDialog -, wxGenericProgressDialog , wxStyledTextEvent
  • GetMessageBoxIcon() @@ -3914,9 +3936,9 @@ : wxZipEntry
  • GetMetric() -: wxSystemSettings -, wxAuiDockArt +: wxAuiDockArt , wxRibbonArtProvider +, wxSystemSettings
  • GetMicro() : wxVersionInfo @@ -3928,11 +3950,11 @@ : wxTimeSpan
  • GetMimeType() -: wxFSFile +: wxFileTypeInfo +, wxFSFile , wxImageHandler , wxFileType::MessageParameters , wxFileType -, wxFileTypeInfo
  • GetMimeTypeFromExt() : wxFileSystemHandler @@ -3984,9 +4006,9 @@ , wxPrintDialogData
  • GetMinSize() -: wxRichTextObject -, wxAuiToolBarItem +: wxAuiToolBarItem , wxTextBoxAttr +, wxRichTextObject , wxSizer , wxSizerItem , wxWindow @@ -3998,9 +4020,9 @@ : wxTimeSpan
  • GetMinWidth() -: wxHeaderColumn +: wxWindow +, wxHeaderColumn , wxHeaderColumnSimple -, wxWindow
  • GetMJD() : wxDateTime @@ -4075,7 +4097,7 @@ : wxJoystick
  • GetMultiLineTextExtent() -: wxDC +: wxDC
  • GetMultiPaste() : wxStyledTextCtrl @@ -4087,43 +4109,43 @@ : wxIndividualLayoutConstraint
  • GetName() -: wxXmlNode -, wxPGEditor -, wxVersionInfo +: wxVersionInfo +, wxRichTextStyleSheet , wxRichTextAction -, wxCommand , wxPersistentWindow< T > +, wxImageHandler , wxFFile , wxAboutDialogInfo , wxAccessible , wxArchiveEntry , wxBitmapHandler +, wxCommand , wxDir , wxDisplay , wxDynamicLibraryDetails , wxFileName , wxHtmlTag , wxHtmlEasyPrinting -, wxImageHandler , wxLocale , wxMenuItem , wxRegKey , wxPersistentObject , wxPreferencesPage , wxStockPreferencesPage +, wxPGEditor , wxPGProperty , wxRichTextObject , wxRichTextFieldType , wxRichTextFileHandler , wxRichTextDrawingHandler , wxRichTextStyleDefinition -, wxRichTextStyleSheet , wxStackFrame , wxTextFile , wxVariant , wxFSVolume , wxWebViewHandler , wxWindow +, wxXmlNode , wxXmlAttribute , wxXmlResourceHandler
  • @@ -4164,6 +4186,9 @@ : wxRichTextObject , wxRichTextImage +
  • GetNavigationType() +: wxWebKitBeforeLoadEvent +
  • GetNewOrder() : wxHeaderCtrlEvent
  • @@ -4177,36 +4202,36 @@ : wxRichTextEvent
  • GetNext() -: wxXmlAttribute +: wxXmlNode +, wxNode< T > , wxArchiveClassFactory , wxDir , wxHtmlCell -, wxNode< T > , wxFilterClassFactory , wxTextCompleter , wxWizardPage -, wxXmlNode +, wxXmlAttribute
  • GetNextChild() : wxTreeCtrl
  • GetNextEntry() -: wxFileConfig -, wxArchiveInputStream +: wxArchiveInputStream , wxConfigBase +, wxFileConfig , wxTarInputStream , wxZipInputStream
  • GetNextGroup() -: wxFileConfig -, wxConfigBase +: wxConfigBase +, wxFileConfig
  • GetNextHandler() : wxEvtHandler
  • GetNextItem() -: wxListCtrl -, wxTreeListCtrl +: wxTreeListCtrl +, wxListCtrl
  • GetNextKey() : wxRegKey @@ -4222,9 +4247,9 @@ , wxVListBox
  • GetNextSibling() -: wxWindow -, wxTreeCtrl +: wxTreeCtrl , wxTreeListCtrl +, wxWindow
  • GetNextSmallerSize() : wxRibbonControl @@ -4283,8 +4308,8 @@ : wxCommandLinkButton
  • GetNthChild() -: wxDataViewTreeCtrl -, wxDataViewTreeStore +: wxDataViewTreeStore +, wxDataViewTreeCtrl
  • GetNumberAxes() : wxJoystick @@ -4293,9 +4318,9 @@ : wxJoystick
  • GetNumberCols() -: wxGrid +: wxGridStringTable , wxGridTableBase -, wxGridStringTable +, wxGrid
  • GetNumberJoysticks() : wxJoystick @@ -4311,13 +4336,13 @@ : wxDropFilesEvent
  • GetNumberOfGroups() -: wxFileConfig -, wxConfigBase +: wxConfigBase +, wxFileConfig
  • GetNumberOfLines() -: wxRichTextCtrl +: wxTextCtrl +, wxRichTextCtrl , wxStyledTextCtrl -, wxTextCtrl
  • GetNumberRows() : wxGridTableBase @@ -4325,19 +4350,19 @@ , wxGrid
  • GetObject() -: wxAutomationObject -, wxRichTextContextMenuPropertiesInfo -, wxDataObjectComposite +: wxDataObjectComposite +, wxAutomationObject , wxPersistentObject , wxRichTextObjectAddress , wxRichTextAction +, wxRichTextContextMenuPropertiesInfo
  • GetObjects() : wxRichTextContextMenuPropertiesInfo
  • GetOffset() -: wxDateTime::TimeZone -, wxArchiveEntry +: wxArchiveEntry +, wxDateTime::TimeZone , wxStackFrame
  • GetOKLabel() @@ -4365,8 +4390,8 @@ : wxRichTextEvent
  • GetOpenCommand() -: wxFileTypeInfo -, wxFileType +: wxFileType +, wxFileTypeInfo
  • GetOpenedAnchor() : wxHtmlWindow @@ -4384,13 +4409,13 @@ : wxPlatformInfo
  • GetOperatingSystemFamilyName() -: wxPlatformInfo +: wxPlatformInfo
  • GetOperatingSystemId() : wxPlatformInfo
  • GetOperatingSystemIdName() -: wxPlatformInfo +: wxPlatformInfo
  • GetOption() : wxImage @@ -4418,11 +4443,11 @@
  • GetOrientation() : wxPrintData , wxScrollWinEvent -, wxScrollEvent , wxSashLayoutWindow , wxQueryLayoutInfoEvent , wxBoxSizer , wxVarScrollHelperBase +, wxScrollEvent
  • GetOrientationTargetSize() : wxVarScrollHelperBase @@ -4447,15 +4472,13 @@ : wxIndividualLayoutConstraint
  • GetOutCode() -: wxRect2DInt +: wxRect2DDouble +, wxRect2DInt
  • GetOutcode() : wxRect2DDouble , wxRect2DInt
  • -
  • GetOutCode() -: wxRect2DDouble -
  • GetOutline() : wxTextBoxAttr
  • @@ -4466,9 +4489,9 @@ : wxHtmlWinParser
  • GetOutputStream() -: wxFTP +: wxProcess +, wxFTP , wxTextOutputStream -, wxProcess
  • GetOutputStreamBuffer() : wxMemoryOutputStream @@ -4481,9 +4504,9 @@
  • GetOwner() : wxDataViewModelNotifier -, wxDataViewRenderer -, wxTimer , wxDataViewColumn +, wxTimer +, wxDataViewRenderer
  • GetOwnRange() : wxRichTextObject @@ -4495,15 +4518,13 @@ : wxTextBoxAttr
  • GetPage() -: wxAuiNotebook -, wxAuiTabContainer +: wxAuiTabContainer , wxBookCtrlBase , wxPropertyGridManager , wxRibbonBarEvent , wxRibbonBar , wxWizardEvent -, wxPropertyGridManager -, wxAuiTabContainer +, wxAuiNotebook
  • GetPageAreaSizer() : wxWizard @@ -4521,8 +4542,8 @@ : wxAuiNotebook , wxAuiTabContainer , wxBookCtrlBase -, wxPropertyGridManager , wxRibbonBar +, wxPropertyGridManager
  • GetPageId() : wxRichTextFormattingDialogFactory @@ -4532,15 +4553,15 @@
  • GetPageImage() : wxBookCtrlBase -, wxRichTextFormattingDialogFactory , wxNotebook +, wxRichTextFormattingDialogFactory
  • GetPageIndex() : wxAuiNotebook
  • GetPageInfo() -: wxPrintout -, wxRichTextPrintout +: wxRichTextPrintout +, wxPrintout
  • GetPageName() : wxPropertyGridManager @@ -4559,16 +4580,16 @@
  • GetPageSetupData() : wxHtmlEasyPrinting -, wxPageSetupDialog , wxRichTextPrinting +, wxPageSetupDialog
  • GetPageSetupDialogData() : wxDocTemplate
  • GetPageSize() : wxScrollBar -, wxWizard , wxSlider +, wxWizard
  • GetPageSizeMM() : wxPrintout @@ -4577,17 +4598,24 @@ : wxPrintout
  • GetPageSource() -: wxWebView +: wxWebKitCtrl +, wxWebView
  • GetPageText() : wxAuiNotebook -, wxBookCtrlBase , wxNotebook , wxWebView +, wxBookCtrlBase +
  • +
  • GetPageTitle() +: wxWebKitCtrl
  • GetPageToolTip() : wxAuiNotebook
  • +
  • GetPageURL() +: wxWebKitCtrl +
  • GetPalette() : wxBitmap , wxImage @@ -4690,9 +4718,9 @@ , wxPGProperty , wxRichTextObject , wxRichTextLine -, wxWindow , wxXmlNode , wxXmlResourceHandler +, wxWindow , wxMenu
  • GetParentAsWindow() @@ -4728,15 +4756,16 @@ , wxDirDialog , wxDynamicLibraryDetails , wxFileConfig +, wxFileCtrl , wxFileDialog , wxFileName , wxFilePickerCtrl , wxFileDirPickerEvent , wxFileSystem , wxFileSystemWatcherEvent -, wxDirPickerCtrl , wxURI -, wxFileCtrl +, wxDirPickerCtrl +, wxGenericDirCtrl
  • GetPaths() : wxGenericDirCtrl @@ -4786,16 +4815,16 @@
  • GetPixel() : wxColour , wxDC -, wxSVGFileDC , wxPalette +, wxSVGFileDC
  • GetPixels() : wxPixelData< Image, PixelFormat > , wxTextAttrDimensionConverter
  • GetPixelSize() -: wxNativeFontInfo -, wxFont +: wxFont +, wxNativeFontInfo
  • GetPlatformEquivalents() : wxEncodingConverter @@ -4846,12 +4875,13 @@ : wxGBSizerItem
  • GetPosition() -: wxDropFilesEvent +: wxJoystick , wxCaret , wxDataViewEvent -, wxKeyEvent +, wxKeyEvent , wxJoystickEvent , wxScrollWinEvent +, wxDropFilesEvent , wxContextMenuEvent , wxHelpEvent , wxScrollEvent @@ -4863,7 +4893,7 @@ , wxJoystick , wxMouseState , wxTextAttrDimension -, wxTextBoxAttr +, wxTextBoxAttr , wxRichTextObject , wxRichTextLine , wxRichTextEvent @@ -4873,11 +4903,12 @@ , wxStringTokenizer , wxWindow , wxXmlResourceHandler -, wxRichTextAction +, wxWindow , wxSpinEvent -, wxMoveEvent -, wxTextBoxAttr +, wxRichTextAction , wxGraphicsGradientStop +, wxMoveEvent +, wxKeyEvent
  • GetPositionCacheSize() : wxStyledTextCtrl @@ -4932,8 +4963,8 @@ : wxTextFile
  • GetPrevSibling() -: wxWindow -, wxTreeCtrl +: wxTreeCtrl +, wxWindow
  • GetPrevVisible() : wxTreeCtrl @@ -4955,8 +4986,8 @@ : wxPageSetupDialogData , wxPrintDialogData , wxHtmlEasyPrinting -, wxPrintDialog , wxRichTextPrinting +, wxPrintDialog , wxPageSetupDialogData
  • GetPrintDC() @@ -5007,10 +5038,9 @@
  • GetProperties() : wxRichTextProperties -, wxRichTextObject +, wxRichTextObject , wxRichTextStyleDefinition , wxRichTextStyleSheet -, wxRichTextObject
  • GetPropertiesMenuLabel() : wxRichTextObject @@ -5018,23 +5048,22 @@ , wxRichTextFieldType , wxRichTextImage , wxRichTextCell -, wxRichTextTable , wxRichTextCtrl +, wxRichTextTable , wxRichTextField
  • GetPropertiesWithFlag() : wxPropertyGridInterface
  • GetProperty() -: wxPropertyGridIterator -, wxAutomationObject +: wxAutomationObject , wxPropertyGridEvent , wxPropertyGridInterface , wxPropertyGridHitTestResult , wxPGVIterator , wxRichTextProperties , wxStyledTextCtrl -, wxAutomationObject +, wxPropertyGridIterator
  • GetPropertyAttribute() : wxPropertyGridInterface @@ -5049,8 +5078,8 @@ : wxPropertyGridInterface
  • GetPropertyByName() -: wxPropertyGridInterface -, wxPGProperty +: wxPGProperty +, wxPropertyGridInterface
  • GetPropertyCategory() : wxPropertyGridInterface @@ -5083,8 +5112,8 @@ : wxRichTextProperties
  • GetPropertyName() -: wxPropertyGridEvent -, wxPropertyGridInterface +: wxPropertyGridInterface +, wxPropertyGridEvent
  • GetPropertyNames() : wxRichTextProperties @@ -5099,8 +5128,8 @@ : wxPropertyGridInterface
  • GetPropertyValue() -: wxPropertyGridEvent -, wxPropertyGridInterface +: wxPropertyGridInterface +, wxPropertyGridEvent
  • GetPropertyValueAsArrayInt() : wxPropertyGridInterface @@ -5139,18 +5168,18 @@ : wxPropertyGridInterface
  • GetProportion() -: wxSizerItem -, wxAuiToolBarItem +: wxAuiToolBarItem +, wxSizerItem
  • GetProtocol() -: wxURL +: wxFileSystemHandler +, wxURL , wxArchiveClassFactory , wxFilterClassFactory -, wxFileSystemHandler
  • GetProtocols() -: wxFilterClassFactory -, wxArchiveClassFactory +: wxArchiveClassFactory +, wxFilterClassFactory
  • GetPunctuationChars() : wxStyledTextCtrl @@ -5165,20 +5194,19 @@ : wxTreeCtrl
  • GetRange() -: wxRichTextEvent +: wxRichTextLine , wxTextEntry -, wxRichTextAction -, wxRichTextObject +, wxGauge , wxRichTextCtrl -, wxGenericProgressDialog +, wxRichTextAction , wxDatePickerCtrl -, wxGauge , wxRichTextSelection +, wxRichTextObject , wxRichTextLine , wxScrollBar +, wxGenericProgressDialog , wxRichTextSelection -, wxRichTextObject -, wxRichTextLine +, wxRichTextEvent
  • GetRangePointer() : wxStyledTextCtrl @@ -5187,16 +5215,16 @@ : wxRichTextSelection
  • GetRangeSize() -: wxRichTextImage -, wxRichTextFieldTypeStandard -, wxRichTextFieldType +: wxRichTextParagraph +, wxRichTextImage , wxRichTextObject -, wxRichTextCompositeObject , wxRichTextField +, wxRichTextFieldType +, wxRichTextFieldTypeStandard , wxRichTextPlainText -, wxRichTextTable +, wxRichTextCompositeObject , wxRichTextParagraphLayoutBox -, wxRichTextParagraph +, wxRichTextTable
  • GetRataDie() : wxDateTime @@ -5217,14 +5245,14 @@ : wxDataObjectComposite
  • GetRect() -: wxRichTextObject -, wxSizeEvent +: wxSizerItem , wxMoveEvent , wxRegionIterator +, wxRichTextObject +, wxRichTextLine , wxWindow +, wxSizeEvent , wxCalculateLayoutEvent -, wxRichTextLine -, wxSizerItem
  • GetRectangularSelectionAnchor() : wxStyledTextCtrl @@ -5263,17 +5291,17 @@ : wxIndividualLayoutConstraint
  • GetRenderer() -: wxDataViewColumn +: wxGridCellAttr , wxGraphicsObject +, wxDataViewColumn , wxRichTextBuffer -, wxGridCellAttr
  • GetRepetitionCounting() : wxLog
  • GetReplaceString() -: wxFindReplaceData -, wxFindDialogEvent +: wxFindDialogEvent +, wxFindReplaceData
  • GetReportName() : wxDebugReport @@ -5300,12 +5328,12 @@ : wxRichTextStyleOrganiserDialog
  • GetReturnCode() -: wxWindowModalDialogEvent -, wxDialog +: wxDialog +, wxWindowModalDialogEvent
  • GetRGB() -: wxColour -, wxPalette +: wxPalette +, wxColour
  • GetRGBA() : wxColour @@ -5314,31 +5342,31 @@ : wxRibbonArtProvider
  • GetRichTextBuffer() -: wxRichTextPrintout -, wxRichTextBufferDataObject +: wxRichTextBufferDataObject +, wxRichTextPrintout
  • GetRichTextBufferFormatId() : wxRichTextBufferDataObject
  • GetRichTextCtrl() -: wxRichTextParagraphLayoutBox -, wxRichTextStyleListBox -, wxRichTextStyleComboCtrl +: wxRichTextStyleComboCtrl +, wxRichTextParagraphLayoutBox , wxRichTextStyleOrganiserDialog +, wxRichTextStyleListBox , wxRichTextStyleListCtrl
  • GetRight() -: wxTextBoxAttr -, wxTextAttrDimensions -, wxRect +: wxTextAttrBorders +, wxTextBoxAttr , wxRect2DInt +, wxTextAttrDimensions , wxTextAttrBorders -, wxTextBoxAttr +, wxRect , wxRect2DDouble -, wxTextAttrBorders +, wxTextBoxAttr
  • GetRightBorder() -: wxTextBoxAttr +: wxTextBoxAttr
  • GetRightBottom() : wxRect2DDouble @@ -5354,27 +5382,26 @@ : wxFileSystemHandler
  • GetRightMargin() -: wxTextBoxAttr -, wxRichTextObject -, wxTextBoxAttr +: wxRichTextObject +, wxTextBoxAttr
  • GetRightOutline() -: wxTextBoxAttr +: wxTextBoxAttr
  • GetRightPadding() : wxTextBoxAttr
  • GetRightTop() -: wxRect2DInt -, wxRect2DDouble +: wxRect2DDouble +, wxRect2DInt
  • GetRole() : wxAccessible
  • GetRoot() -: wxPropertyGridPage +: wxXmlDocument +, wxPropertyGridPage , wxPropertyGrid -, wxXmlDocument
  • GetRootId() : wxGenericDirCtrl @@ -5384,14 +5411,14 @@ , wxTreeListCtrl
  • GetRounded() -: wxPoint2DInt -, wxPoint2DDouble +: wxPoint2DDouble +, wxPoint2DInt
  • GetRow() : wxGridCellCoords , wxDataViewListModel -, wxGridEditorCreatedEvent , wxGBPosition +, wxGridEditorCreatedEvent , wxPosition , wxGridEvent
  • @@ -5400,8 +5427,8 @@
  • GetRowCount() : wxRadioBox -, wxRichTextTable , wxVarVScrollHelper +, wxRichTextTable , wxNotebook
  • GetRowGridLinePen() @@ -5413,6 +5440,9 @@
  • GetRowHeight() : wxPropertyGrid
  • +
  • GetRowHeights() +: wxFlexGridSizer +
  • GetRowLabelAlignment() : wxGrid
  • @@ -5445,12 +5475,12 @@
  • GetRowSizes() : wxGrid
  • -
  • GetRowSpan() -: wxRichTextCell -
  • GetRowspan() : wxGBSpan
  • +
  • GetRowSpan() +: wxRichTextCell +
  • GetRowStride() : wxPixelData< Image, PixelFormat >
  • @@ -5467,8 +5497,8 @@ : wxSplitterWindow
  • GetSashPosition() -: wxSplitterEvent -, wxSplitterWindow +: wxSplitterWindow +, wxSplitterEvent
  • GetSashSize() : wxSplitterWindow @@ -5477,8 +5507,8 @@ : wxSashWindow
  • GetScale() -: wxRichTextCtrl -, wxRichTextBuffer +: wxRichTextBuffer +, wxRichTextCtrl
  • GetScaledPoint() : wxRichTextCtrl @@ -5526,7 +5556,8 @@ : wxScrolled< T >
  • GetScrollPos() -: wxWindow +: wxWebKitCtrl +, wxWindow
  • GetScrollRange() : wxWindow @@ -5596,12 +5627,12 @@ : wxRichTextStyleOrganiserDialog
  • GetSelectedText() -: wxWebView -, wxStyledTextCtrl +: wxStyledTextCtrl +, wxWebView
  • GetSelectedTextBgColour() -: wxHtmlRenderingStyle -, wxHtmlListBox +: wxHtmlListBox +, wxHtmlRenderingStyle
  • GetSelectedTextColour() : wxHtmlListBox @@ -5611,34 +5642,37 @@ : wxStyledTextCtrl
  • GetSelection() -: wxListBox -, wxHtmlRenderingInfo +: wxVListBox +, wxTextEntry , wxAuiNotebook , wxBookCtrlEvent -, wxComboBox +, wxChoice , wxItemContainerImmutable +, wxDataViewCtrl , wxCommandEvent -, wxPropertyGridManager -, wxPropertyGridInterface -, wxRibbonGallery -, wxRichTextCtrl -, wxStyledTextCtrl -, wxTreebook -, wxVListBox -, wxSingleChoiceDialog -, wxChoice -, wxBookCtrlBase +, wxWebKitCtrl , wxPropertyGrid -, wxRichTextObject -, wxRichTextTable , wxRadioBox +, wxRichTextObject +, wxRichTextCtrl +, wxStyledTextCtrl , wxTreeCtrl -, wxTreeListCtrl -, wxTextEntry -, wxRichTextCtrl -, wxDataViewCtrl -, wxNotebook +, wxBookCtrlBase , wxPrintDialogData +, wxComboBox +, wxListBox +, wxNotebook +, wxHtmlRenderingInfo +, wxPropertyGridInterface +, wxRichTextTable +, wxRichTextCtrl +, wxTreeListCtrl +, wxTreebook +, wxRibbonGallery +, wxRichTextCtrl +, wxPropertyGridManager +, wxSingleChoiceDialog +, wxComboBox
  • GetSelectionAnchor() : wxRichTextCtrl @@ -5647,8 +5681,8 @@ : wxRichTextCtrl
  • GetSelectionBackground() -: wxGrid -, wxVListBox +: wxVListBox +, wxGrid
  • GetSelectionBackgroundColour() : wxPropertyGrid @@ -5675,8 +5709,8 @@ : wxRichTextSelection
  • GetSelectionMode() -: wxGrid -, wxStyledTextCtrl +: wxStyledTextCtrl +, wxGrid
  • GetSelectionNAnchor() : wxStyledTextCtrl @@ -5700,13 +5734,13 @@ : wxRichTextCtrl
  • GetSelections() -: wxListBox +: wxAccessible , wxStyledTextCtrl , wxTreeCtrl , wxTreeListCtrl -, wxDataViewCtrl -, wxAccessible +, wxListBox , wxMultiChoiceDialog +, wxDataViewCtrl
  • GetSelectionStart() : wxStyledTextCtrl @@ -5754,8 +5788,8 @@ : wxFileTypeInfo
  • GetShortHelp() -: wxToolBarToolBase -, wxAuiToolBarItem +: wxAuiToolBarItem +, wxToolBarToolBase
  • GetShortPath() : wxFileName @@ -5779,55 +5813,55 @@ : wxRibbonButtonBar
  • GetSize() -: wxSizer -, wxDataViewCustomRenderer -, wxAnimation -, wxCaret +: wxTextBoxAttr +, wxFileName +, wxArchiveEntry , wxCustomDataObject -, wxDC -, wxRect -, wxRect2DInt -, wxGridSizesInfo -, wxClassInfo -, wxImageList +, wxDataViewCustomRenderer +, wxDC +, wxSizeEvent +, wxRect2DDouble +, wxGraphicsContext +, wxImage , wxPixelData< Image, PixelFormat > , wxTextBoxAttr +, wxRichTextLine +, wxTarEntry +, wxWindow +, wxXmlResourceHandler , wxRichTextFieldTypeStandard -, wxStreamBase , wxWindow -, wxXmlResourceHandler -, wxRect2DDouble -, wxWindow -, wxTextBoxAttr -, wxTarEntry +, wxStreamBase +, wxSizer , wxSizerItem -, wxRichTextLine -, wxGraphicsContext +, wxGridSizesInfo +, wxClassInfo +, wxImageList , wxQueryLayoutInfoEvent -, wxImage -, wxDC -, wxFileName -, wxSizeEvent +, wxDC +, wxRect2DInt +, wxRect , wxFileName -, wxCaret -, wxArchiveEntry +, wxAnimation +, wxCaret , wxBitmap +, wxCaret
  • GetSizeAvailableForScrollTarget() : wxScrolled< T >
  • GetSizeFromTextSize() -: wxControl +: wxControl
  • GetSizeHint() : wxArtProvider
  • GetSizeMM() -: wxDC +: wxDC
  • GetSizer() -: wxWindow -, wxSizerItem +: wxSizerItem +, wxWindow
  • GetSizerItem() : wxAuiToolBarItem @@ -5836,8 +5870,8 @@ : wxEvent
  • GetSocket() -: wxSocketBase -, wxSocketEvent +: wxSocketEvent +, wxSocketBase
  • GetSocketEvent() : wxSocketEvent @@ -5849,8 +5883,8 @@ : wxPropertyGrid
  • GetSortingColumn() -: wxDataViewCtrl -, wxGrid +: wxGrid +, wxDataViewCtrl
  • GetSource() : wxHtmlParser @@ -5878,25 +5912,26 @@ , wxRendererNative
  • GetSplitterPosition() -: wxPropertyGridPage -, wxPropertyGrid +: wxPropertyGrid +, wxPropertyGridPage
  • GetStandardPaths() : wxAppTraits
  • GetStart() -: wxRichTextRange -, wxHtmlBookRecord +: wxHtmlBookRecord +, wxRichTextRange
  • GetStartColour() : wxGraphicsGradientStops
  • GetState() -: wxHtmlRenderingInfo +: wxMediaCtrl +, wxWebKitStateChangedEvent , wxListItem -, wxMediaCtrl -, wxAuiToolBarItem +, wxHtmlRenderingInfo , wxAccessible +, wxAuiToolBarItem
  • GetStateImageList() : wxTreeCtrl @@ -5930,14 +5965,14 @@ : wxStyledTextCtrl
  • GetStipple() -: wxPen -, wxBrush +: wxBrush +, wxPen
  • GetStockId() : wxMessageDialog::ButtonLabel
  • GetStore() -: wxDataViewListCtrl +: wxDataViewListCtrl , wxDataViewTreeCtrl
  • GetStream() @@ -5947,12 +5982,12 @@ : wxFont
  • GetString() -: wxStringTokenizer -, wxComboBox +: wxComboBox , wxCommandEvent , wxGridCellNumberEditor , wxRadioBox , wxStringOutputStream +, wxStringTokenizer , wxVariant , wxThreadEvent , wxListBox @@ -5961,23 +5996,23 @@ , wxChoice
  • GetStrings() -: wxItemContainerImmutable -, wxEditableListBox +: wxEditableListBox +, wxItemContainerImmutable
  • GetStringSelection() : wxItemContainerImmutable , wxTextEntry +, wxSingleChoiceDialog , wxRichTextCtrl , wxComboBox -, wxSingleChoiceDialog
  • GetStringValue() : wxComboPopup
  • GetStyle() -: wxRichTextCtrl -, wxBrush +: wxBrush , wxHtmlRenderingInfo +, wxRichTextCtrl , wxMenu , wxPen , wxRichTextParagraphLayoutBox @@ -5993,9 +6028,9 @@ , wxTextAttrBorder , wxRichTextStyleDefinition , wxRichTextCtrl +, wxFont , wxNativeFontInfo , wxBufferedDC -, wxFont
  • GetStyleAt() : wxStyledTextCtrl @@ -6019,8 +6054,9 @@ : wxRichTextParagraphLayoutBox
  • GetStyleForRange() -: wxRichTextParagraphLayoutBox -, wxRichTextCtrl +: wxRichTextCtrl +, wxRichTextParagraphLayoutBox +, wxRichTextCtrl
  • GetStyleListBox() : wxRichTextStyleListCtrl @@ -6029,14 +6065,14 @@ : wxRichTextStyleDefinition
  • GetStyleSheet() -: wxRichTextBuffer -, wxRichTextFormattingDialog +: wxRichTextCtrl , wxRichTextStyleListCtrl -, wxRichTextCtrl +, wxRichTextBuffer , wxRichTextParagraphLayoutBox -, wxRichTextStyleListBox , wxRichTextStyleComboCtrl +, wxRichTextStyleListBox , wxRichTextStyleOrganiserDialog +, wxRichTextFormattingDialog
  • GetStyleStackSize() : wxRichTextBuffer @@ -6089,8 +6125,8 @@ : wxZipEntry
  • GetTabCtrlHeight() -: wxAuiNotebook -, wxRibbonArtProvider +: wxRibbonArtProvider +, wxAuiNotebook
  • GetTabIndents() : wxStyledTextCtrl @@ -6108,9 +6144,9 @@ : wxTextAttr
  • GetTabSize() -: wxAuiSimpleTabArt +: wxAuiDefaultTabArt , wxAuiTabArt -, wxAuiDefaultTabArt +, wxAuiSimpleTabArt
  • GetTabWidth() : wxStyledTextCtrl @@ -6125,6 +6161,9 @@
  • GetTargetEnd() : wxStyledTextCtrl
  • +
  • GetTargetName() +: wxWebKitNewWindowEvent +
  • GetTargetRect() : wxScrolled< T >
  • @@ -6132,8 +6171,8 @@ : wxStyledTextCtrl
  • GetTargetWindow() -: wxVarScrollHelperBase -, wxScrolled< T > +: wxScrolled< T > +, wxVarScrollHelperBase
  • GetTechnology() : wxStyledTextCtrl @@ -6156,41 +6195,41 @@ : wxTextAttrDimensionConverter
  • GetText() -: wxPGCell -, wxMenuItem -, wxDataViewIconText -, wxListItem -, wxTextDataObject +: wxXmlResourceHandler , wxStyledTextEvent -, wxListEvent +, wxDataViewIconText , wxStyledTextCtrl -, wxRichTextParagraphLayoutBox -, wxRichTextPlainText -, wxXmlResourceHandler +, wxListEvent , wxStatusBarPane +, wxPGCell +, wxRichTextPlainText , wxRichTextHeaderFooterData +, wxListItem +, wxMenuItem , wxUpdateUIEvent +, wxTextDataObject +, wxRichTextParagraphLayoutBox
  • GetTextBackground() : wxDC
  • GetTextBoxAttr() -: wxRichTextAttr +: wxRichTextAttr
  • GetTextColour() -: wxTextAttr +: wxListItem , wxRichTextHeaderFooterData , wxRichTextFieldTypeStandard , wxMenuItem -, wxListItem -, wxListItemAttr , wxListCtrl +, wxTextAttr , wxGridCellAttr , wxCalendarDateAttr +, wxListItemAttr
  • GetTextCtrl() -: wxComboCtrl -, wxPickerBase +: wxPickerBase +, wxComboCtrl
  • GetTextCtrlProportion() : wxPickerBase @@ -6208,20 +6247,21 @@ : wxTextAttr
  • GetTextExtent() -: wxDataViewCustomRenderer -, wxDC -, wxWindow +: wxDC +, wxDataViewCustomRenderer , wxGraphicsContext +, wxWindow +, wxDC
  • GetTextForeground() : wxDC
  • GetTextForRange() -: wxRichTextCompositeObject -, wxRichTextParagraphLayoutBox +: wxRichTextParagraphLayoutBox +, wxRichTextCompositeObject , wxRichTextObject -, wxRichTextPlainText , wxRichTextTable +, wxRichTextPlainText
  • GetTextFromData() : wxConnection @@ -6234,8 +6274,8 @@ , wxTextDataObject
  • GetTextOrientation() -: wxAuiToolBarArt -, wxAuiDefaultToolBarArt +: wxAuiDefaultToolBarArt +, wxAuiToolBarArt
  • GetTextRange() : wxStyledTextCtrl @@ -6307,16 +6347,17 @@ , wxToolTip
  • GetTitle() -: wxRichTextPrinting -, wxWebViewHistoryItem -, wxPrintout -, wxMenu +: wxWebViewHistoryItem , wxHeaderColumn -, wxHtmlBookRecord -, wxDocument +, wxWebKitCtrl +, wxHeaderColumnSimple +, wxRichTextPrinting , wxLogGui +, wxMenu , wxTopLevelWindow -, wxHeaderColumnSimple +, wxDocument +, wxHtmlBookRecord +, wxPrintout
  • GetTm() : wxDateTime @@ -6340,11 +6381,11 @@ : wxStyledTextEvent
  • GetToolBar() -: wxToolBarToolBase -, wxDialog -, wxToolbook +: wxDialog +, wxToolBarToolBase , wxFrame , wxPropertyGridManager +, wxToolbook
  • GetToolBarFits() : wxAuiToolBar @@ -6353,8 +6394,8 @@ : wxAuiToolBar
  • GetToolBitmapSize() -: wxAuiToolBar -, wxToolBar +: wxToolBar +, wxAuiToolBar
  • GetToolBorderPadding() : wxAuiToolBar @@ -6364,8 +6405,8 @@ , wxToolBar
  • GetToolClientData() -: wxRibbonToolBar -, wxToolBar +: wxToolBar +, wxRibbonToolBar
  • GetToolCount() : wxAuiToolBar @@ -6388,8 +6429,8 @@ : wxRibbonToolBar
  • GetToolId() -: wxRibbonToolBar -, wxPropertyGridPage +: wxPropertyGridPage +, wxRibbonToolBar , wxAuiToolBarEvent
  • GetToolIndex() @@ -6411,17 +6452,17 @@ : wxAuiToolBar
  • GetToolLongHelp() -: wxToolBar -, wxAuiToolBar +: wxAuiToolBar +, wxToolBar
  • GetToolPacking() : wxAuiToolBar , wxToolBar
  • GetToolPos() -: wxAuiToolBar +: wxToolBar +, wxAuiToolBar , wxRibbonToolBar -, wxToolBar
  • GetToolProportion() : wxAuiToolBar @@ -6433,8 +6474,8 @@ : wxToolBar
  • GetToolSeparation() -: wxToolBar -, wxAuiToolBar +: wxAuiToolBar +, wxToolBar
  • GetToolShortHelp() : wxToolBar @@ -6447,8 +6488,8 @@ , wxRibbonArtProvider
  • GetToolState() -: wxToolBar -, wxRibbonToolBar +: wxRibbonToolBar +, wxToolBar
  • GetToolSticky() : wxAuiToolBar @@ -6466,20 +6507,21 @@ : wxAuiToolBar
  • GetTop() -: wxTextAttrDimensions -, wxTextBoxAttr -, wxRect +: wxRect2DDouble , wxTextBoxAttr -, wxTextAttrBorders -, wxRect2DDouble +, wxTextAttrDimensions +, wxRect , wxRect2DInt +, wxTextAttrBorders +, wxTextBoxAttr +, wxTextAttrDimensions , wxTextAttrBorders
  • GetToPage() : wxPrintDialogData
  • GetTopBorder() -: wxTextBoxAttr +: wxTextBoxAttr
  • GetTopItem() : wxListCtrl @@ -6491,8 +6533,8 @@ : wxGridRangeSelectEvent
  • GetTopMargin() -: wxTextBoxAttr -, wxRichTextObject +: wxRichTextObject +, wxTextBoxAttr
  • GetToPos() : wxHtmlSelection @@ -6555,18 +6597,18 @@ : wxStyledTextCtrl
  • GetType() -: wxVariantDataCurrency -, wxVariantDataErrorCode -, wxImageHandler -, wxVariant +: wxVariantData +, wxAny +, wxBitmapHandler +, wxRichTextFileHandler , wxImage +, wxVariantDataCurrency , wxVariantDataSafeArray -, wxXmlNode -, wxRichTextFileHandler -, wxVariantData -, wxAny +, wxVariantDataErrorCode +, wxVariant , wxDataFormat -, wxBitmapHandler +, wxImageHandler +, wxXmlNode
  • GetTypeFlag() : wxTarEntry @@ -6586,14 +6628,13 @@
  • GetUncombinedStyle() : wxRichTextCtrl , wxRichTextParagraphLayoutBox -, wxRichTextCtrl
  • GetUncommittedPropertyValue() : wxPropertyGrid
  • GetUnderlined() -: wxFont -, wxNativeFontInfo +: wxNativeFontInfo +, wxFont
  • GetUndoAccelerator() : wxCommandProcessor @@ -6644,16 +6685,19 @@ : wxJoystick
  • GetURL() -: wxWebViewEvent +: wxWebKitStateChangedEvent +, wxHyperlinkCtrl
  • GetUrl() : wxWebViewHistoryItem
  • GetURL() -: wxURLDataObject -, wxTextAttr +: wxTextAttr +, wxWebViewEvent +, wxWebKitNewWindowEvent +, wxWebKitBeforeLoadEvent +, wxURLDataObject , wxHyperlinkEvent -, wxHyperlinkCtrl
  • GetURLCursor() : wxRichTextCtrl @@ -6680,8 +6724,8 @@ : wxStandardPaths
  • GetUserData() -: wxAuiToolBarItem -, wxSizerItem +: wxSizerItem +, wxAuiToolBarItem
  • GetUserDataDir() : wxStandardPaths @@ -6718,43 +6762,43 @@ , wxWindow
  • GetValue() -: wxGridTableBase -, wxTimeSpan -, wxDataViewRenderer -, wxBitmapToggleButton -, wxSpinCtrlDouble +: wxTimeSpan , wxRadioButton -, wxDataViewEvent -, wxComboCtrl -, wxSpinCtrl +, wxToggleButton +, wxSpinButton +, wxTextEntry +, wxDataViewModel +, wxBitmapToggleButton +, wxGridTableBase +, wxUniChar +, wxLongLong , wxIndividualLayoutConstraint , wxGridStringTable -, wxVariantDataSafeArray -, wxLongLong +, wxDataViewEvent , wxVariantDataCurrency +, wxGenericProgressDialog +, wxPGProperty +, wxVariantDataSafeArray +, wxPGChoices +, wxDatePickerCtrl +, wxXmlAttribute , wxGauge , wxVariantDataErrorCode -, wxPGProperty -, wxAccessible -, wxTextAttrDimension -, wxUniChar -, wxSpinButton -, wxDataViewListCtrl +, wxSpinCtrl +, wxTimePickerCtrl , wxPGValidationInfo -, wxDataViewModel -, wxGridCellEditor -, wxGenericProgressDialog -, wxTextEntryDialog -, wxTextEntry +, wxDataViewListCtrl +, wxDataViewRenderer , wxSlider -, wxDatePickerCtrl -, wxPGChoices +, wxTextAttrDimension , wxCheckBox -, wxTimePickerCtrl -, wxToggleButton -, wxXmlAttribute +, wxComboCtrl +, wxSpinCtrlDouble +, wxTextEntryDialog +, wxAccessible , wxSpinDoubleEvent , wxRichTextCtrl +, wxGridCellEditor
  • GetValueAsBool() : wxGridTableBase @@ -6795,15 +6839,15 @@ : wxPGChoices
  • GetValueType() -: wxRegKey -, wxPGProperty +: wxPGProperty +, wxRegKey
  • GetVariantType() : wxDataViewRenderer
  • GetVectorAngle() -: wxPoint2DInt -, wxPoint2DDouble +: wxPoint2DDouble +, wxPoint2DInt
  • GetVectorLength() : wxPoint2DDouble @@ -6813,18 +6857,18 @@ : wxAppConsole
  • GetVendorName() -: wxAppConsole -, wxConfigBase +: wxConfigBase +, wxAppConsole
  • GetVerbose() : wxLog
  • GetVersion() -: wxXmlDocument -, wxXmlResource +: wxRendererNative , wxDelegateRendererNative +, wxXmlDocument , wxDynamicLibraryDetails -, wxRendererNative +, wxXmlResource
  • GetVersionString() : wxVersionInfo @@ -6846,15 +6890,16 @@
  • GetVeto() : wxAuiManagerEvent +, wxCloseEvent
  • GetVGap() : wxGridSizer
  • GetView() -: wxRegKey -, wxTreeListCtrl -, wxDocMDIChildFrame +: wxDocMDIChildFrame +, wxRegKey , wxGridTableBase +, wxTreeListCtrl , wxDocChildFrame , wxDataViewRenderer
  • @@ -6865,8 +6910,8 @@ : wxStyledTextCtrl
  • GetViewName() -: wxView -, wxDocTemplate +: wxDocTemplate +, wxView
  • GetViewRect() : wxListCtrl @@ -6875,7 +6920,7 @@ : wxDocument
  • GetViewStart() -: wxScrolled< T > +: wxScrolled< T >
  • GetViewsVector() : wxDocument @@ -6884,17 +6929,16 @@ : wxStyledTextCtrl
  • GetVirtualAttributes() -: wxRichTextDrawingContext -, wxRichTextDrawingHandler +: wxRichTextDrawingHandler +, wxRichTextDrawingContext
  • GetVirtualAttributesEnabled() : wxRichTextDrawingContext , wxRichTextCtrl
  • GetVirtualSize() -: wxWindow -, wxScrolled< T > -, wxWindow +: wxScrolled< T > +, wxWindow
  • GetVirtualSpaceOptions() : wxStyledTextCtrl @@ -6957,8 +7001,8 @@ : wxVariant
  • GetVolume() -: wxMediaCtrl -, wxFileName +: wxFileName +, wxMediaCtrl
  • GetVolumes() : wxFSVolume @@ -6985,9 +7029,9 @@ : wxFileSystemWatcher
  • GetWeekDay() -: wxCalendarEvent +: wxDateTime , wxDateTime::Tm -, wxDateTime +, wxCalendarEvent
  • GetWeekDayInSameWeek() : wxDateTime @@ -7006,8 +7050,8 @@ , wxDateSpan
  • GetWeight() -: wxNativeFontInfo -, wxFont +: wxFont +, wxNativeFontInfo
  • GetWheelAxis() : wxMouseEvent @@ -7031,45 +7075,45 @@ : wxOwnerDrawnComboBox
  • GetWidth() -: wxListItem +: wxPen +, wxHtmlCell , wxHeaderColumnSimple -, wxTextAttrBorder -, wxTextAttrSize -, wxPen -, wxIcon -, wxTextBoxAttr , wxImage -, wxHtmlCell +, wxPixelData< Image, PixelFormat > +, wxIcon , wxHeaderColumn +, wxTextAttrSize , wxRegionIterator +, wxSize +, wxStatusBarPane , wxTextAttrBorder -, wxTextAttrSize -, wxPixelData< Image, PixelFormat > +, wxTextBoxAttr +, wxHeaderCtrlEvent +, wxTextAttrSize +, wxListItem +, wxTextBoxAttr +, wxBitmap , wxGridCellFloatRenderer , wxVideoMode -, wxHeaderCtrlEvent -, wxStatusBarPane -, wxTextBoxAttr -, wxSize +, wxTextAttrBorder , wxRect -, wxBitmap
  • GetWildcard() : wxFileCtrl , wxFileDialog
  • GetWindow() -: wxWindowCreateEvent +: wxAccessible , wxMenu +, wxValidator +, wxWindowDestroyEvent +, wxToolTip +, wxChildFocusEvent , wxFocusEvent -, wxCaret , wxAuiToolBarItem -, wxAccessible -, wxToolTip -, wxValidator +, wxCaret +, wxWindowCreateEvent , wxSizerItem -, wxChildFocusEvent -, wxWindowDestroyEvent
  • GetWindow1() : wxSplitterWindow @@ -7134,13 +7178,13 @@ : wxVariant
  • GetX() -: wxKeyEvent -, wxStyledTextEvent -, wxRegionIterator +: wxRect , wxMouseState +, wxStyledTextEvent , wxSplitterEvent -, wxRect , wxSetCursorEvent +, wxKeyEvent +, wxRegionIterator
  • GetXMax() : wxJoystick @@ -7149,15 +7193,15 @@ : wxJoystick
  • GetXMLNodeName() -: wxRichTextCell -, wxRichTextPlainText -, wxRichTextTable +: wxRichTextImage , wxRichTextParagraph -, wxRichTextObject -, wxRichTextParagraphLayoutBox +, wxRichTextTable , wxRichTextField +, wxRichTextParagraphLayoutBox +, wxRichTextObject , wxRichTextBox -, wxRichTextImage +, wxRichTextCell +, wxRichTextPlainText
  • GetXOffset() : wxStyledTextCtrl @@ -7167,12 +7211,12 @@
  • GetY() : wxRect -, wxMouseState , wxSplitterEvent +, wxKeyEvent , wxPGProperty -, wxStyledTextEvent , wxSetCursorEvent -, wxKeyEvent +, wxStyledTextEvent +, wxMouseState , wxRegionIterator
  • GetYear() @@ -7200,8 +7244,8 @@ : wxJoystick
  • GetZoom() -: wxWebView -, wxStyledTextCtrl +: wxStyledTextCtrl +, wxWebView
  • GetZoomControl() : wxPreviewControlBar @@ -7296,12 +7340,14 @@
  • GoBack() : wxWebView +, wxWebKitCtrl
  • GoForward() -: wxWebView +: wxWebKitCtrl +, wxWebView
  • GoToCell() -: wxGrid +: wxGrid
  • GoToLine() : wxTextFile @@ -7319,13 +7365,13 @@ : wxDC
  • Green() -: wxColour +: wxPixelData< Image, PixelFormat >::Iterator
  • green : wxImage::RGBValue
  • Green() -: wxPixelData< Image, PixelFormat >::Iterator +: wxColour
  • Gregorian : wxDateTime @@ -7346,22 +7392,22 @@ : wxGauge
  • wxGBPosition() -: wxGBPosition +: wxGBPosition
  • wxGBSizerItem() : wxGBSizerItem
  • wxGBSpan() -: wxGBSpan +: wxGBSpan
  • wxGCDC() -: wxGCDC +: wxGCDC
  • wxGDIObject() : wxGDIObject
  • wxGenericAboutDialog() -: wxGenericAboutDialog +: wxGenericAboutDialog
  • wxGenericDirCtrl() : wxGenericDirCtrl @@ -7370,7 +7416,7 @@ : wxGenericProgressDialog
  • wxGenericValidator() -: wxGenericValidator +: wxGenericValidator
  • wxGLCanvas() : wxGLCanvas @@ -7415,7 +7461,7 @@ : wxGridCellChoiceEditor
  • wxGridCellCoords() -: wxGridCellCoords +: wxGridCellCoords
  • wxGridCellDateTimeRenderer() : wxGridCellDateTimeRenderer @@ -7457,7 +7503,7 @@ : wxGridEvent
  • wxGridRangeSelectEvent() -: wxGridRangeSelectEvent +: wxGridRangeSelectEvent
  • wxGridSelectCells : wxGrid @@ -7475,16 +7521,16 @@ : wxGrid
  • wxGridSizeEvent() -: wxGridSizeEvent +: wxGridSizeEvent
  • wxGridSizer() -: wxGridSizer +: wxGridSizer
  • wxGridSizesInfo() : wxGridSizesInfo
  • wxGridStringTable() -: wxGridStringTable +: wxGridStringTable
  • wxGridTableBase() : wxGridTableBase @@ -7503,7 +7549,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x68.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x68.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x68.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x68.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -892,7 +892,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x69.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x69.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x69.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x69.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -134,6 +134,9 @@
  • IncBy() : wxSize
  • +
  • IncreaseTextSize() +: wxWebKitCtrl +
  • IncRef() : wxGridCellAttr , wxRefCounter @@ -153,8 +156,8 @@ : wxArray< T >
  • IndexOf() -: wxList< T > -, wxNode< T > +: wxNode< T > +, wxList< T >
  • IndicatorAllOnFor() : wxStyledTextCtrl @@ -263,7 +266,8 @@ : wxNativeFontInfo
  • Initialize() -: wxPreviewFrame +: wxHelpControllerBase +, wxPreviewFrame , wxSocketBase , wxSplitterWindow , wxCommandProcessor @@ -288,14 +292,6 @@
  • InReportView() : wxListCtrl
  • -
  • insert() -: wxHashMap -, wxHashSet -, wxList< T > -, wxString -, wxUString -, wxVector< T > -
  • Insert() : wxArrayString , wxSortedArrayString @@ -311,6 +307,14 @@ , wxSizer , wxVariant
  • +
  • insert() +: wxHashMap +, wxHashSet +, wxList< T > +, wxString +, wxUString +, wxVector< T > +
  • InsertButton() : wxRibbonButtonBar
  • @@ -420,8 +424,8 @@ : wxAuiManager
  • InsertParagraphsWithUndo() -: wxRichTextBuffer -, wxRichTextParagraphLayoutBox +: wxRichTextParagraphLayoutBox +, wxRichTextBuffer
  • InsertRadioItem() : wxMenu @@ -617,6 +621,9 @@
  • IsCancelButtonVisible() : wxSearchCtrl
  • +
  • IsCancelled() +: wxWebKitBeforeLoadEvent +
  • IsCaseSensitive() : wxFileName
  • @@ -765,6 +772,7 @@
  • IsEditable() : wxGrid +, wxWebKitCtrl , wxRichTextCtrl , wxStyledTextCtrl , wxTextEntry @@ -798,6 +806,7 @@ , wxHtmlSelection , wxIconBundle , wxList< T > +, wxString , wxRegKey , wxRegion , wxRibbonGallery @@ -807,7 +816,6 @@ , wxRichTextPlainText , wxRichTextImage , wxSizer -, wxString , wxTextEntry , wxTreeCtrl
  • @@ -834,8 +842,8 @@ : wxFontMapper
  • IsEqual() -: wxAffineMatrix2D -, wxAffineMatrix2DBase +: wxAffineMatrix2DBase +, wxAffineMatrix2D , wxGraphicsMatrix , wxRegion
  • @@ -856,9 +864,9 @@ : wxEventLoopBase
  • IsExpanded() -: wxPGProperty -, wxCollapsiblePane +: wxCollapsiblePane , wxDataViewCtrl +, wxPGProperty , wxTreeCtrl , wxTreeListCtrl
  • @@ -884,7 +892,7 @@ : wxFileName
  • IsFileWritable() -: wxFileName +: wxFileName
  • IsFixed() : wxAuiPaneInfo @@ -893,8 +901,8 @@ : wxFont
  • IsFloatable() -: wxAuiPaneInfo -, wxRichTextObject +: wxRichTextObject +, wxAuiPaneInfo , wxRichTextImage
  • IsFloating() @@ -912,16 +920,16 @@ : wxNavigationKeyEvent
  • IsFrozen() -: wxPropertyGridManager -, wxPropertyGrid +: wxPropertyGrid , wxWindow +, wxPropertyGridManager
  • IsFullScreen() : wxTopLevelWindow
  • IsFullySpecified() -: wxSize -, wxPoint +: wxPoint +, wxSize
  • IsHandlingAllEvents() : wxPropertyGridPage @@ -1038,11 +1046,11 @@ : wxDialog
  • IsModified() -: wxRichTextBuffer +: wxDocument +, wxRichTextBuffer , wxRichTextCtrl , wxStyledTextCtrl , wxTextCtrl -, wxDocument
  • IsMovable() : wxAuiPaneInfo @@ -1072,10 +1080,10 @@
  • IsNull() : wxAny +, wxTimeSpan , wxGraphicsObject , wxString , wxVariant -, wxTimeSpan
  • IsNumber() : wxString @@ -1093,62 +1101,62 @@ : wxMimeTypesManager
  • IsOk() -: wxCondition +: wxSound , wxMutexLocker -, wxFFileStream , wxFFileOutputStream -, wxPixelData< Image, PixelFormat >::Iterator , wxTreeListItem , wxPen +, wxTaskBarIcon +, wxMetafile , wxPalette -, wxSocketBase -, wxPlatformInfo -, wxMessageQueue< T > , wxImage -, wxFSInputStream +, wxPGChoices , wxFileName -, wxIconLocation -, wxDC +, wxPlatformInfo +, wxDebugReport +, wxDataViewItem , wxColour , wxPrintDialogData +, wxCaret +, wxMessageQueue< T > +, wxDC , wxInitializer , wxAcceleratorEntry , wxAcceleratorTable -, wxAnimation +, wxJoystick +, wxFont , wxBitmap , wxBrush -, wxCaret -, wxDebugReport -, wxFont , wxPrintData -, wxDataViewItem , wxDialUpManager +, wxFSInputStream , wxEventLoopBase -, wxIcon +, wxURL , wxCursor +, wxIcon +, wxIconLocation , wxLocale -, wxJoystick -, wxMetafile -, wxAutomationObject , wxPageSetupDialogData +, wxAutomationObject , wxPrintPreview -, wxRichTextImageBlock , wxAuiPaneInfo +, wxRichTextImageBlock +, wxSocketBase , wxStreamBase -, wxTaskBarIcon +, wxAnimation , wxTreeItemId , wxFSVolume -, wxFileOutputStream , wxFFileInputStream +, wxFFileStream +, wxFileStream , wxXmlDocument -, wxPGChoices , wxRichTextFontTable +, wxPixelData< Image, PixelFormat >::Iterator , wxCSConv -, wxSound +, wxCondition , wxVideoMode -, wxURL , wxFileInputStream -, wxFileStream +, wxFileOutputStream , wxXLocale
  • IsOneShot() @@ -1158,12 +1166,12 @@ : wxDialUpManager
  • IsOpened() -: wxFFile +: wxDir , wxTempFile -, wxDir , wxRegKey -, wxTextFile +, wxFFile , wxClipboard +, wxTextFile , wxFile
  • IsOutside() @@ -1254,8 +1262,8 @@
  • IsReadOnly() : wxArchiveEntry -, wxGrid , wxGridCellAttr +, wxGrid
  • IsRecordingDefaults() : wxConfigBase @@ -1298,9 +1306,9 @@ : wxVarVScrollHelper
  • IsRunning() -: wxThread -, wxTimer +: wxTimer , wxEventLoopBase +, wxThread
  • IsSameAs() : wxObject @@ -1331,16 +1339,16 @@ : wxStreamBase
  • IsSelected() -: wxListBox -, wxTreeCtrl +: wxTreeListCtrl +, wxListBox , wxVListBox , wxListView +, wxTreeCtrl , wxDataViewCtrl -, wxTreeListCtrl
  • IsSelection() -: wxCommandEvent -, wxGrid +: wxGrid +, wxCommandEvent
  • IsSelectionAligned() : wxRichTextCtrl @@ -1362,14 +1370,15 @@ : wxTimeSpan
  • IsShown() -: wxHeaderColumn -, wxShowEvent -, wxSizer -, wxAuiPaneInfo +: wxWindow , wxSizer +, wxAuiPaneInfo +, wxSizer , wxSizerItem +, wxShowEvent +, wxSizer , wxRichTextObject -, wxWindow +, wxHeaderColumn
  • IsShownOnScreen() : wxWindow @@ -1404,13 +1413,13 @@ : wxGrid
  • IsSortKey() -: wxHeaderColumnSimple -, wxHeaderColumn +: wxHeaderColumn +, wxHeaderColumnSimple
  • IsSortOrderAscending() -: wxHeaderColumn +: wxHeaderColumnSimple , wxGrid -, wxHeaderColumnSimple +, wxHeaderColumn
  • IsSpaceItem() : wxWrapSizer @@ -1437,8 +1446,8 @@ : wxMenuItem
  • IsSupported() -: wxDataObject -, wxClipboard +: wxClipboard +, wxDataObject
  • IsTabVisible() : wxAuiTabContainer @@ -1474,12 +1483,12 @@ : wxAuiPaneInfo
  • IsTopLevel() -: wxRichTextFieldType +: wxRichTextParagraphLayoutBox +, wxRichTextFieldType , wxRichTextField +, wxWindow , wxRichTextFieldTypeStandard , wxRichTextObject -, wxRichTextParagraphLayoutBox -, wxWindow
  • IsTransparent() : wxImage @@ -1505,20 +1514,20 @@ : wxClipboard
  • IsUsingUniversalWidgets() -: wxAppTraits -, wxPlatformInfo +: wxPlatformInfo +, wxAppTraits
  • IsValid() -: wxTextAttrBorders -, wxTextValidator +: wxTextValidator +, wxTextAttrDimension , wxTextAttrBorder , wxRichTextSelection -, wxRegEx -, wxTextAttrDimension , wxTextAttrSize , wxDateTime::Tm , wxDateTime , wxTextAttrDimensions +, wxTextAttrBorders +, wxRegEx
  • IsValidFacename() : wxFontEnumerator @@ -1530,9 +1539,9 @@ : wxPGProperty
  • IsVertical() -: wxScrollBar +: wxStaticLine , wxGauge -, wxStaticLine +, wxScrollBar
  • IsVetoed() : wxPowerEvent @@ -1544,16 +1553,15 @@ : wxDataViewModel
  • IsVisible() -: wxRichTextFileHandler -, wxGrid +: wxTreeCtrl +, wxVarHVScrollHelper , wxPGProperty , wxVarHVScrollHelper -, wxTreeCtrl -, wxVarHVScrollHelper -, wxCaret , wxVarScrollHelperBase +, wxRichTextFileHandler , wxDocTemplate -, wxGrid +, wxGrid +, wxCaret
  • IsWestEuropeanCountry() : wxDateTime @@ -1589,17 +1597,15 @@ : wxJoystickEvent
  • Italic() -: wxFont -, wxFontInfo +: wxFontInfo +, wxFont
  • Item() -: wxPGChoices -, wxArrayString -, wxList< T > +: wxPGProperty , wxGraphicsGradientStops -, wxPGChoices -, wxPGProperty +, wxList< T > , wxArray< T > +, wxPGChoices , wxArrayString
  • ItemAdded() @@ -1618,16 +1624,16 @@ : wxTreeCtrl
  • ItemsAdded() -: wxDataViewModelNotifier -, wxDataViewModel +: wxDataViewModel +, wxDataViewModelNotifier
  • ItemsChanged() : wxDataViewModelNotifier , wxDataViewModel
  • ItemsDeleted() -: wxDataViewModelNotifier -, wxDataViewModel +: wxDataViewModel +, wxDataViewModelNotifier
  • ItemToRow() : wxDataViewListCtrl @@ -1636,13 +1642,13 @@ : wxVector< T >
  • Iterator() -: wxPixelData< Image, PixelFormat >::Iterator +: wxPixelData< Image, PixelFormat >::Iterator
  • wxIcon() -: wxIcon +: wxIcon
  • wxIconBundle() -: wxIconBundle +: wxIconBundle
  • wxIconizeEvent() : wxIconizeEvent @@ -1651,7 +1657,7 @@ : wxIdleEvent
  • wxImage() -: wxImage +: wxImage
  • wxImageHandler() : wxImageHandler @@ -1691,7 +1697,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x6a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x6a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x6a.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x6a.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x6b.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x6b.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x6b.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x6b.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -137,7 +137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x6c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x6c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x6c.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x6c.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -345,7 +345,7 @@ : wxXmlResource
  • LoadFile() -: wxRichTextFileHandler +: wxIcon , wxAnimationCtrl , wxAnimation , wxBitmapHandler @@ -353,15 +353,16 @@ , wxExtHelpController , wxHelpControllerBase , wxHtmlWindow -, wxTextCtrl , wxImageHandler , wxImage , wxRichTextBuffer -, wxIcon +, wxTextCtrl , wxRichTextFileHandler , wxRichTextCtrl , wxStyledTextCtrl +, wxRichTextBuffer , wxXmlResource +, wxRichTextFileHandler , wxImage
  • LoadFrame() @@ -413,6 +414,7 @@
  • LoadURL() : wxWebView +, wxWebKitCtrl
  • Local : wxDateTime @@ -446,12 +448,12 @@ : wxLog
  • LogRequest() -: wxProtocol -, wxProtocolLog +: wxProtocolLog +, wxProtocol
  • LogResponse() -: wxProtocol -, wxProtocolLog +: wxProtocolLog +, wxProtocol
  • longName : wxCmdLineEntryDesc @@ -471,7 +473,7 @@ : wxLayoutConstraints
  • wxList() -: wxList< T > +: wxList< T >
  • wxListbook() : wxListbook @@ -495,7 +497,7 @@ : wxListView
  • wxLocale() -: wxLocale +: wxLocale
  • wxLogBuffer() : wxLogBuffer @@ -538,7 +540,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x6d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x6d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x6d.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x6d.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -830,6 +830,9 @@
  • MakeDisabled() : wxColour
  • +
  • MakeEditable() +: wxWebKitCtrl +
  • MakeFromTimezone() : wxDateTime
  • @@ -837,7 +840,7 @@ : wxColour
  • MakeImageBlock() -: wxRichTextImageBlock +: wxRichTextImageBlock
  • MakeImageBlockDefaultQuality() : wxRichTextImageBlock @@ -846,8 +849,8 @@ : wxFont
  • MakeKey() -: wxHashTable -, wxImageHistogram +: wxImageHistogram +, wxHashTable
  • MakeLarger() : wxFont @@ -951,8 +954,8 @@
  • MarkDirty() : wxRichTextCtrl -, wxStyledTextCtrl , wxTextCtrl +, wxStyledTextCtrl
  • MarkerAdd() : wxStyledTextCtrl @@ -1050,10 +1053,10 @@ , wxVariant
  • Merge() -: wxTextAttr -, wxRichTextPlainText +: wxTextAttr , wxRichTextObject -, wxTextAttr +, wxRichTextPlainText +, wxTextAttr
  • MergeFrom() : wxPGCell @@ -1065,11 +1068,11 @@ : wxFileType::MessageParameters
  • MetaDown() -: wxGridEvent -, wxGridRangeSelectEvent -, wxMouseEvent +: wxKeyboardState , wxGridSizeEvent -, wxKeyboardState +, wxMouseEvent +, wxGridEvent +, wxGridRangeSelectEvent
  • Mid() : wxString @@ -1114,15 +1117,15 @@ : wxDC
  • Mirror() -: wxAffineMatrix2DBase -, wxImage +: wxImage +, wxAffineMatrix2DBase , wxAffineMatrix2D
  • MkDir() : wxFTP
  • Mkdir() -: wxFileName +: wxFileName
  • Modify() : wxRichTextBuffer @@ -1137,9 +1140,9 @@
  • Monday_First : wxDateTime
  • -
  • Month() -: wxDateSpan -, wxDateTime +
  • Month +: wxDateTime +, wxDateSpan
  • Months() : wxDateSpan @@ -1196,9 +1199,10 @@ : wxComboCtrlFeatures
  • Move() -: wxRichTextObject +: wxDragImage +, wxRichTextObject , wxRichTextCompositeObject -, wxDragImage +, wxWindow , wxCaret , wxWindow
  • @@ -1308,12 +1312,12 @@ , wxRect2DDouble
  • MoveRightTo() -: wxRect2DDouble -, wxRect2DInt +: wxRect2DInt +, wxRect2DDouble
  • MoveRightTopTo() -: wxRect2DInt -, wxRect2DDouble +: wxRect2DDouble +, wxRect2DInt
  • MoveSelectedLinesDown() : wxStyledTextCtrl @@ -1340,7 +1344,7 @@ : wxRichTextCtrl
  • MoveToPoint() -: wxGraphicsPath +: wxGraphicsPath
  • MoveTopTo() : wxRect2DDouble @@ -1371,11 +1375,13 @@ : wxTopLevelWindow
  • Multiply() -: wxTimeSpan -, wxDateSpan +: wxDateSpan +, wxTimeSpan +, wxDateSpan +, wxTimeSpan
  • wxMask() -: wxMask +: wxMask
  • wxMatrix2D() : wxMatrix2D @@ -1396,7 +1402,7 @@ : wxMDIParentFrame
  • wxMediaCtrl() -: wxMediaCtrl +: wxMediaCtrl
  • wxMediaEvent() : wxMediaEvent @@ -1405,7 +1411,7 @@ : wxMemoryBuffer
  • wxMemoryDC() -: wxMemoryDC +: wxMemoryDC
  • wxMemoryFSHandler() : wxMemoryFSHandler @@ -1420,7 +1426,7 @@ : wxMenu
  • wxMenuBar() -: wxMenuBar +: wxMenuBar
  • wxMenuEvent() : wxMenuEvent @@ -1499,7 +1505,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x6e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x6e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x6e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x6e.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -142,12 +142,12 @@
  • NewFromPNGData() : wxBitmap
  • -
  • NewLine() -: wxStyledTextCtrl -
  • Newline() : wxRichTextCtrl
  • +
  • NewLine() +: wxStyledTextCtrl +
  • NewStream() : wxArchiveClassFactory , wxFilterClassFactory @@ -158,7 +158,7 @@ , wxPGVIterator
  • NO_IMAGE -: wxWithImages +: wxWithImages , wxBookCtrlBase , wxTreeListCtrl
  • @@ -236,7 +236,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x6f.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x6f.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x6f.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x6f.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -828,7 +828,6 @@ , wxRealPoint , wxRect , wxPoint -, wxWeakRef< T > , wxSize , wxObjectDataPtr< T > , wxScopedPtr @@ -837,8 +836,8 @@ , wxWeakRef< T >
  • operator*=() -: wxRect -, wxPoint2DInt +: wxPoint2DInt +, wxRect , wxDateSpan , wxTimeSpan , wxRealPoint @@ -848,8 +847,8 @@ , wxPoint2DDouble
  • operator+() -: wxPoint -, wxLongLong +: wxLongLong +, wxPoint , wxRealPoint , wxDateTime , wxRealPoint @@ -884,8 +883,8 @@ , wxUString
  • operator-() -: wxLongLong -, wxPosition +: wxPosition +, wxLongLong , wxPoint , wxDateTime , wxDateSpan @@ -903,8 +902,8 @@ : wxLongLong
  • operator-=() -: wxSize -, wxPosition +: wxPosition +, wxSize , wxRealPoint , wxDateTime , wxDateSpan @@ -928,209 +927,216 @@ , wxPoint
  • operator/=() -: wxRealPoint +: wxPoint2DInt +, wxRealPoint , wxPoint , wxSize , wxPoint2DInt , wxPoint2DDouble -, wxPoint2DInt -, wxPoint2DDouble
  • operator<<() -: wxTextCtrl -, wxString -, wxTextCtrl -, wxString +: wxTextCtrl +, wxString +, wxTextCtrl +, wxString , wxTextCtrl +, wxString +, wxTextCtrl
  • operator=() -: wxFileName -, wxUniChar -, wxRichTextParagraphLayoutBox +: wxRichTextImageBlock , wxArray< T > -, wxUniChar -, wxRealPoint -, wxPoint -, wxVariant -, wxGridCellCoords -, wxIcon -, wxVariant -, wxLongLong +, wxUString +, wxFileName +, wxFont , wxVariant -, wxAny +, wxRealPoint +, wxRect +, wxPoint2DInt , wxArrayString +, wxXmlDocument +, wxVariant +, wxLongLong +, wxVariant +, wxPalette +, wxUniChar , wxPGVIterator , wxRegion , wxRichTextAttr , wxRichTextProperties , wxRichTextCompositeObject -, wxUString -, wxAuiPaneInfo -, wxUniChar -, wxSharedPtr< T > -, wxUniChar -, wxCharTypeBuffer< T > -, wxUniChar +, wxVariant +, wxRichTextBuffer +, wxPageSetupDialogData +, wxAny +, wxUniChar +, wxColour +, wxUniChar , wxVariant -, wxRichTextFieldTypeStandard -, wxVariant -, wxTextAttr -, wxPGCell +, wxDateTime , wxVariant -, wxUniChar -, wxPrintDialogData +, wxCharTypeBuffer< T > +, wxUniChar , wxVariant -, wxUniChar , wxWindowPtr< T > , wxZipEntry -, wxLongLong -, wxUniChar -, wxSize +, wxUniChar +, wxString +, wxRichTextTableBlock +, wxNativeFontInfo +, wxImage +, wxPGCell +, wxTextAttr , wxCursor -, wxDateTime -, wxRichTextImageBlock +, wxRichTextObjectAddress , wxString -, wxPoint2DDouble +, wxFileName , wxSharedPtr< T > -, wxColour -, wxRichTextTableBlock -, wxFont -, wxRect -, wxObjectDataPtr< T > -, wxRichTextAttr -, wxRichTextSelection +, wxSize +, wxRichTextFieldTypeStandard , wxRichTextFontTable -, wxObjectDataPtr< T > -, wxIconBundle -, wxPalette -, wxPGChoices +, wxRect2DInt +, wxRichTextRange +, wxRichTextParagraphLayoutBox +, wxRichTextSelection , wxPen -, wxImage -, wxRegKey +, wxRichTextAttr +, wxIcon , wxLongLong -, wxRect2DInt +, wxPoint2DDouble +, wxPGChoices +, wxObjectDataPtr< T > +, wxLongLong +, wxObjectDataPtr< T > +, wxRegKey +, wxLongLong +, wxIconBundle , wxRect2DDouble -, wxRichTextRange -, wxFileName -, wxNativeFontInfo -, wxRichTextObjectAddress -, wxFontData +, wxVariant +, wxAnimation +, wxVariant , wxColourData -, wxUniChar +, wxFontData , wxDateTime -, wxAnimation -, wxVariant -, wxCharTypeBuffer< T > -, wxPageSetupDialogData -, wxRichTextBuffer -, wxScopedCharTypeBuffer< T > -, wxAny -, wxVariant , wxPrintDialogData -, wxVariant -, wxXmlDocument -, wxCharTypeBuffer< T > -, wxPoint2DInt -, wxWeakRef< T > -, wxXmlNode -, wxVariant -, wxVector< T > -, wxWeakRef< T > -, wxWindowPtr< T > +, wxAny +, wxUniChar +, wxPrintDialogData +, wxPageSetupDialogData +, wxUniChar +, wxAuiPaneInfo +, wxCharTypeBuffer< T > +, wxSharedPtr< T > +, wxAny +, wxUniChar , wxAcceleratorEntry , wxVariant +, wxGridCellCoords +, wxCharTypeBuffer< T > +, wxVariant +, wxPoint +, wxScopedCharTypeBuffer< T > +, wxWindowPtr< T > +, wxVariant +, wxWeakRef< T > +, wxVector< T > +, wxXmlNode +, wxWeakRef< T > +, wxVariant , wxAuiToolBarItem , wxPrintData
  • operator==() -: wxTextAttrSize -, wxSize -, wxAny -, wxRichTextFontTable -, wxAny -, wxVariant +: wxAny +, wxVariant , wxAny -, wxGridCellCoords -, wxAny -, wxRichTextAttr -, wxVariant -, wxFont -, wxVariant -, wxPosition +, wxRichTextRange +, wxAny +, wxVariant +, wxAffineMatrix2D +, wxVariant +, wxAny +, wxDataFormat +, wxAny +, wxRect2DInt , wxTextAttrDimensions -, wxVariant -, wxGBPosition -, wxVariant -, wxAny -, wxVariant -, wxVideoMode +, wxLinuxDistributionInfo , wxXLocale +, wxGBPosition +, wxVariant +, wxGBSpan +, wxDataFormat +, wxDateSpan +, wxVariant +, wxTextAttrBorder +, wxVariant , wxFileName -, wxURI -, wxAny -, wxBrush -, wxPlatformInfo +, wxAny +, wxColour , wxAny -, wxPoint2DInt -, wxDateSpan -, wxFileName , wxVariant -, wxArrayString -, wxVariant -, wxPen -, wxTextAttrBorders -, wxAny -, wxDataFormat +, wxSize +, wxRichTextAttr +, wxVideoMode +, wxFileName , wxRealPoint -, wxPoint2DDouble -, wxRect -, wxDataFormat -, wxColour -, wxRect2DInt -, wxLinuxDistributionInfo -, wxGBSpan -, wxAny +, wxGridCellCoords +, wxTextAttrSize +, wxTextAttrBorders +, wxAffineMatrix2DBase +, wxPen +, wxFont , wxPoint -, wxVariant -, wxRect2DDouble -, wxAffineMatrix2D +, wxVariant +, wxBrush , wxVariant +, wxArrayString +, wxRect2DDouble +, wxVariant +, wxRect +, wxPoint2DInt +, wxVariant , wxRichTextProperties -, wxAny +, wxVariant +, wxPosition +, wxURI +, wxAny , wxAcceleratorEntry -, wxAny -, wxTextAttrBorder -, wxRichTextSelection -, wxAny -, wxAffineMatrix2DBase +, wxTextAttrDimension +, wxAny , wxTextBoxAttr -, wxRichTextRange +, wxAny +, wxRichTextSelection +, wxAny +, wxPoint2DDouble +, wxVariant +, wxRichTextFontTable +, wxPlatformInfo +, wxAny , wxRichTextTableBlock -, wxTextAttrDimension -, wxVariant
  • operator[]() -: wxScopedArray< T > -, wxArrayString +: wxVector< T > +, wxPGChoices , wxHashMap -, wxString -, wxVector< T > +, wxVector< T > , wxPGChoices -, wxScopedArray< T > -, wxTextFile -, wxVariant -, wxString -, wxScopedCharTypeBuffer< T > -, wxActiveXEvent +, wxString +, wxScopedArray< T > , wxRichTextProperties , wxVariant -, wxVector< T > -, wxRichTextProperties -, wxPGChoices +, wxArrayString , wxRichTextSelection +, wxScopedCharTypeBuffer< T > +, wxVariant +, wxRichTextProperties +, wxTextFile +, wxActiveXEvent +, wxString +, wxScopedArray< T >
  • Option_AllowPixelFontSize -: wxRichTextFormattingDialog +: wxRichTextFormattingDialog
  • Origin : wxHelpEvent @@ -1144,6 +1150,12 @@
  • Origin_Unknown : wxHelpEvent
  • +
  • OSXGetAppleMenu() +: wxMenuBar +
  • +
  • OSXIsGUIApplication() +: wxApp +
  • OSXIsModified() : wxTopLevelWindow
  • @@ -1157,10 +1169,10 @@ : wxArray< T >
  • wxObject() -: wxObject +: wxObject
  • wxObjectDataPtr() -: wxObjectDataPtr< T > +: wxObjectDataPtr< T >
  • wxOutputStream() : wxOutputStream @@ -1169,14 +1181,14 @@ : wxOverlay
  • wxOwnerDrawnComboBox() -: wxOwnerDrawnComboBox +: wxOwnerDrawnComboBox
  • diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x70.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x70.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x70.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x70.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -266,12 +266,12 @@ , wxConnection , wxTCPConnection -
  • pop() -: wxStack< T > -
  • Pop() : wxArtProvider
  • +
  • pop() +: wxStack< T > +
  • pop_back() : wxList< T > , wxVector< T > @@ -378,16 +378,16 @@ : wxMenu
  • PrependColumn() -: wxDataViewCtrl +: wxDataViewListStore +, wxDataViewCtrl , wxDataViewListCtrl -, wxDataViewListStore
  • PrependContainer() : wxDataViewTreeCtrl , wxDataViewTreeStore
  • PrependDateColumn() -: wxDataViewCtrl +: wxDataViewCtrl
  • PrependDir() : wxFileName @@ -396,8 +396,8 @@ : wxDataViewCtrl
  • PrependItem() -: wxDataViewTreeCtrl -, wxDataViewListCtrl +: wxDataViewListCtrl +, wxDataViewTreeCtrl , wxDataViewListStore , wxDataViewTreeStore , wxTreeCtrl @@ -419,7 +419,7 @@ : wxSizer
  • PrependTextColumn() -: wxDataViewCtrl +: wxDataViewCtrl
  • PrependToggleColumn() : wxDataViewCtrl @@ -441,9 +441,10 @@ : wxHtmlEasyPrinting
  • Print() -: wxPrintPreview +: wxWebView +, wxWebKitCtrl +, wxPrintPreview , wxPrinter -, wxWebView
  • PrintBuffer() : wxRichTextPrinting @@ -487,8 +488,8 @@ : wxAuiManager
  • ProcessEvent() -: wxEvtHandler -, wxWindow +: wxWindow +, wxEvtHandler
  • ProcessEventLocally() : wxEvtHandler @@ -510,8 +511,8 @@
  • ProcessPendingEvents() : wxWindow -, wxAppConsole , wxEvtHandler +, wxAppConsole
  • ProcessTableMessage() : wxGrid @@ -527,7 +528,7 @@
  • PromoteList() : wxRichTextCtrl -, wxRichTextParagraphLayoutBox +, wxRichTextParagraphLayoutBox , wxRichTextCtrl
  • PropertyNames() @@ -546,12 +547,12 @@ : wxGauge , wxGenericProgressDialog
  • -
  • push() -: wxStack< T > -
  • Push() : wxArtProvider
  • +
  • push() +: wxStack< T > +
  • push_back() : wxVector< T > , wxList< T > @@ -577,8 +578,8 @@ , wxFrame
  • PushStyleSheet() -: wxRichTextBuffer -, wxRichTextCtrl +: wxRichTextCtrl +, wxRichTextBuffer
  • PushTagHandler() : wxHtmlParser @@ -594,15 +595,14 @@ , wxStreamBuffer
  • PutNextDirEntry() -: wxTarOutputStream -, wxZipOutputStream +: wxZipOutputStream +, wxTarOutputStream , wxArchiveOutputStream
  • PutNextEntry() : wxArchiveOutputStream , wxTarOutputStream -, wxArchiveOutputStream -, wxZipOutputStream +, wxZipOutputStream , wxTarOutputStream
  • PutProperty() @@ -624,7 +624,7 @@ : wxPaintEvent
  • wxPalette() -: wxPalette +: wxPalette
  • wxPaletteChangedEvent() : wxPaletteChangedEvent @@ -636,7 +636,7 @@ : wxPasswordEntryDialog
  • wxPathList() -: wxPathList +: wxPathList
  • wxPen() : wxPen @@ -663,7 +663,7 @@ : wxPersistentWindow< T >
  • wxPGCell() -: wxPGCell +: wxPGCell
  • wxPGChoices() : wxPGChoices @@ -684,34 +684,34 @@ : wxPickerBase
  • wxPixelData() -: wxPixelData< Image, PixelFormat > +: wxPixelData< Image, PixelFormat >
  • wxPlatformInfo() : wxPlatformInfo
  • wxPoint() -: wxPoint +: wxPoint
  • wxPoint2DDouble() -: wxPoint2DDouble +: wxPoint2DDouble
  • wxPoint2DInt() -: wxPoint2DInt +: wxPoint2DInt
  • wxPopupTransientWindow() : wxPopupTransientWindow
  • wxPopupWindow() -: wxPopupWindow +: wxPopupWindow
  • wxPosition() : wxPosition
  • wxPostScriptDC() -: wxPostScriptDC +: wxPostScriptDC
  • wxPowerEvent() -: wxPowerEvent +: wxPowerEvent
  • wxPreferencesEditor() : wxPreferencesEditor @@ -732,7 +732,7 @@ : wxPrintAbortDialog
  • wxPrintData() -: wxPrintData +: wxPrintData
  • wxPrintDialog() : wxPrintDialog @@ -750,10 +750,10 @@ : wxPrintout
  • wxPrintPreview() -: wxPrintPreview +: wxPrintPreview
  • wxProcess() -: wxProcess +: wxProcess
  • wxProcessEvent() : wxProcessEvent @@ -771,7 +771,7 @@ : wxPropertyGrid
  • wxPropertyGridEvent() -: wxPropertyGridEvent +: wxPropertyGridEvent
  • wxPropertyGridManager : wxPropertyGridPage @@ -790,7 +790,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x71.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x71.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x71.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x71.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -132,7 +132,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x72.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x72.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x72.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x72.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -260,13 +260,13 @@
  • rect : wxAuiTabContainerButton
  • -
  • red -: wxImage::RGBValue -
  • Red() : wxColour , wxPixelData< Image, PixelFormat >::Iterator
  • +
  • red +: wxImage::RGBValue +
  • Redirect() : wxProcess
  • @@ -280,13 +280,13 @@
  • Ref() : wxObject
  • -
  • Reference() -: wxRichTextObject -
  • reference : wxString , wxVector< T >
  • +
  • Reference() +: wxRichTextObject +
  • Refresh() : wxMenuBar , wxWindow @@ -378,14 +378,14 @@
  • RegisterRGBAImage() : wxStyledTextCtrl
  • -
  • release() -: wxScopedPtr -, wxScopedPtr< T > -
  • Release : wxLinuxDistributionInfo , wxWeakRef< T >
  • +
  • release() +: wxScopedPtr +, wxScopedPtr< T > +
  • ReleaseCapture() : wxJoystick
  • @@ -396,7 +396,11 @@ : wxWindow
  • Reload() -: wxWebView +: wxWebKitCtrl +, wxWebView +
  • +
  • remove() +: wxList< T >
  • Remove() : wxArchiveClassFactory @@ -417,9 +421,6 @@ , wxString , wxTextEntry
  • -
  • remove() -: wxList< T > -
  • RemoveAll() : wxFileSystemWatcher , wxImageList @@ -481,10 +482,10 @@ : wxFlexGridSizer
  • RemoveHandler() -: wxBitmap +: wxRichTextBuffer +, wxBitmap , wxFileSystem , wxImage -, wxRichTextBuffer
  • RemoveHelp() : wxHelpProvider @@ -596,6 +597,7 @@
  • Replace() : wxComboCtrl , wxImage +, wxTextEntry , wxImageList , wxMenuBar , wxRegEx @@ -603,7 +605,6 @@ , wxSizer , wxStyledTextCtrl , wxString -, wxTextEntry
  • ReplaceAll() : wxRegEx @@ -633,18 +634,18 @@ : wxSplitterWindow
  • ReportError() -: wxXmlResourceHandler +: wxXmlResourceHandler , wxPrinter , wxXmlResource -, wxXmlResourceHandler +, wxXmlResourceHandler
  • ReportParamError() : wxXmlResourceHandler
  • Request() -: wxTCPConnection +: wxConnection , wxDDEConnection -, wxConnection +, wxTCPConnection
  • RequestMore() : wxIdleEvent @@ -669,33 +670,33 @@ : wxSizerFlags
  • Reset() -: wxRichTextSelection -, wxTextAttrSize -, wxDebugReport +: wxDataViewVirtualListModel +, wxTextBoxAttr +, wxTextAttrDimensions
  • reset() -: wxSharedPtr< T > -, wxScopedArray< T > +: wxSharedPtr< T > +, wxScopedArray< T > , wxScopedCharTypeBuffer< T > , wxObjectDataPtr< T > -, wxScopedArray< T > +, wxScopedArray< T > , wxScopedPtr , wxScopedPtr< T > -, wxSharedPtr< T > +, wxSharedPtr< T > , wxWindowPtr< T >
  • Reset() : wxDataViewIndexListModel -, wxDataViewVirtualListModel +, wxDebugReport , wxGridCellEditor , wxOverlay , wxPixelData< Image, PixelFormat >::Iterator , wxRegionIterator , wxTextAttrDimension -, wxTextAttrDimensions +, wxTextAttrSize , wxTextAttrBorder , wxTextAttrBorders -, wxTextBoxAttr +, wxRichTextSelection , wxRichTextParagraphLayoutBox , wxStreamBase
  • @@ -746,14 +747,13 @@
  • resize() : wxList< T > -, wxString -, wxVector< T > +, wxVector< T >
  • Resize() : wxImage
  • resize() -: wxVector< T > +: wxString
  • Resolve() : wxURI @@ -774,10 +774,10 @@
  • Restore() : wxMDIChildFrame , wxPersistentBookCtrl -, wxPersistentTLW +, wxPersistentTreeBookCtrl , wxPersistenceManager , wxPersistentObject -, wxPersistentTreeBookCtrl +, wxPersistentTLW
  • RestoreEditableState() : wxPropertyGridInterface @@ -807,7 +807,7 @@ : wxDocument
  • rfind() -: wxString +: wxString
  • RGBAImageSetHeight() : wxStyledTextCtrl @@ -821,12 +821,14 @@
  • RGBValue() : wxImage::RGBValue
  • +
  • Right() +: wxString +
  • right : wxLayoutConstraints
  • Right() -: wxString -, wxAuiPaneInfo +: wxAuiPaneInfo , wxSizerFlags
  • RightDClick() @@ -848,21 +850,21 @@ : wxMouseEvent
  • Rmdir() -: wxFileName +: wxFileName
  • RmDir() : wxFTP
  • Rmdir() -: wxFileName +: wxFileName
  • RmFile() : wxFTP
  • Rotate() -: wxAffineMatrix2DBase -, wxAffineMatrix2D +: wxAffineMatrix2D , wxGraphicsContext +, wxAffineMatrix2DBase , wxGraphicsMatrix , wxImage
  • @@ -883,34 +885,34 @@ , wxAuiPaneInfo
  • RowAppended() -: wxDataViewIndexListModel -, wxDataViewVirtualListModel +: wxDataViewVirtualListModel +, wxDataViewIndexListModel
  • RowChanged() : wxDataViewVirtualListModel , wxDataViewIndexListModel
  • RowDeleted() -: wxDataViewVirtualListModel -, wxDataViewIndexListModel +: wxDataViewIndexListModel +, wxDataViewVirtualListModel
  • RowEnd() -: wxRichTextTableBlock +: wxRichTextTableBlock
  • RowInserted() -: wxDataViewVirtualListModel -, wxDataViewIndexListModel +: wxDataViewIndexListModel +, wxDataViewVirtualListModel
  • RowPrepended() -: wxDataViewVirtualListModel -, wxDataViewIndexListModel +: wxDataViewIndexListModel +, wxDataViewVirtualListModel
  • RowsDeleted() -: wxDataViewIndexListModel -, wxDataViewVirtualListModel +: wxDataViewVirtualListModel +, wxDataViewIndexListModel
  • RowStart() -: wxRichTextTableBlock +: wxRichTextTableBlock
  • RowToItem() : wxDataViewListCtrl @@ -924,7 +926,8 @@ , wxThread
  • RunScript() -: wxWebView +: wxWebKitCtrl +, wxWebView
  • RunWizard() : wxWizard @@ -942,7 +945,7 @@ : wxRealPoint
  • wxRearrangeCtrl() -: wxRearrangeCtrl +: wxRearrangeCtrl
  • wxRearrangeDialog() : wxRearrangeDialog @@ -951,7 +954,7 @@ : wxRearrangeList
  • wxRect() -: wxRect +: wxRect
  • wxRect2DDouble() : wxRect2DDouble @@ -969,16 +972,16 @@ : wxRegConfig
  • wxRegEx() -: wxRegEx +: wxRegEx
  • wxRegion() -: wxRegion +: wxRegion
  • wxRegionIterator() : wxRegionIterator
  • wxRegKey() -: wxRegKey +: wxRegKey
  • wxRendererVersion() : wxRendererVersion @@ -987,13 +990,13 @@ : wxRibbonArtProvider
  • wxRibbonBar() -: wxRibbonBar +: wxRibbonBar
  • wxRibbonBarEvent() : wxRibbonBarEvent
  • wxRibbonButtonBar() -: wxRibbonButtonBar +: wxRibbonButtonBar
  • wxRibbonButtonBarEvent() : wxRibbonButtonBarEvent @@ -1002,7 +1005,7 @@ : wxRibbonControl
  • wxRibbonGallery() -: wxRibbonGallery +: wxRibbonGallery
  • wxRibbonGalleryEvent() : wxRibbonGalleryEvent @@ -1011,31 +1014,31 @@ : wxRibbonPage
  • wxRibbonPanel() -: wxRibbonPanel +: wxRibbonPanel
  • wxRibbonPanelEvent() : wxRibbonPanelEvent
  • wxRibbonToolBar() -: wxRibbonToolBar +: wxRibbonToolBar
  • wxRichMessageDialog() : wxRichMessageDialog
  • wxRICHTEXT_FIELD_STYLE_COMPOSITE -: wxRichTextFieldTypeStandard +: wxRichTextFieldTypeStandard
  • wxRICHTEXT_FIELD_STYLE_END_TAG -: wxRichTextFieldTypeStandard +: wxRichTextFieldTypeStandard
  • wxRICHTEXT_FIELD_STYLE_NO_BORDER -: wxRichTextFieldTypeStandard +: wxRichTextFieldTypeStandard
  • wxRICHTEXT_FIELD_STYLE_RECTANGLE -: wxRichTextFieldTypeStandard +: wxRichTextFieldTypeStandard
  • wxRICHTEXT_FIELD_STYLE_START_TAG -: wxRichTextFieldTypeStandard +: wxRichTextFieldTypeStandard
  • wxRICHTEXT_STYLE_ALL : wxRichTextStyleListBox @@ -1056,25 +1059,25 @@ : wxRichTextAction
  • wxRichTextAttr() -: wxRichTextAttr +: wxRichTextAttr
  • wxRichTextBox() : wxRichTextBox
  • wxRichTextBuffer() -: wxRichTextBuffer +: wxRichTextBuffer
  • wxRichTextBufferDataObject() : wxRichTextBufferDataObject
  • wxRichTextCell() -: wxRichTextCell +: wxRichTextCell
  • wxRichTextCharacterStyleDefinition() : wxRichTextCharacterStyleDefinition
  • wxRichTextCommand() -: wxRichTextCommand +: wxRichTextCommand
  • wxRichTextCompositeObject() : wxRichTextCompositeObject @@ -1092,13 +1095,13 @@ : wxRichTextDrawingHandler
  • wxRichTextEvent() -: wxRichTextEvent +: wxRichTextEvent
  • wxRichTextField() -: wxRichTextField +: wxRichTextField
  • wxRichTextFieldType() -: wxRichTextFieldType +: wxRichTextFieldType
  • wxRichTextFieldTypeStandard() : wxRichTextFieldTypeStandard @@ -1125,13 +1128,13 @@ : wxRichTextHTMLHandler
  • wxRichTextImage() -: wxRichTextImage +: wxRichTextImage
  • wxRichTextImageBlock() : wxRichTextImageBlock
  • wxRichTextLine() -: wxRichTextLine +: wxRichTextLine
  • wxRichTextListStyleDefinition() : wxRichTextListStyleDefinition @@ -1140,10 +1143,10 @@ : wxRichTextObject
  • wxRichTextObjectAddress() -: wxRichTextObjectAddress +: wxRichTextObjectAddress
  • wxRichTextParagraph() -: wxRichTextParagraph +: wxRichTextParagraph
  • wxRichTextParagraphLayoutBox() : wxRichTextParagraphLayoutBox @@ -1152,7 +1155,7 @@ : wxRichTextParagraphStyleDefinition
  • wxRichTextPlainText() -: wxRichTextPlainText +: wxRichTextPlainText
  • wxRichTextPlainTextHandler() : wxRichTextPlainTextHandler @@ -1167,13 +1170,13 @@ : wxRichTextProperties
  • wxRichTextRange() -: wxRichTextRange +: wxRichTextRange
  • wxRichTextRenderer() : wxRichTextRenderer
  • wxRichTextSelection() -: wxRichTextSelection +: wxRichTextSelection
  • wxRichTextStdRenderer() : wxRichTextStdRenderer @@ -1188,7 +1191,7 @@ : wxRichTextStyleListBox
  • wxRichTextStyleListCtrl() -: wxRichTextStyleListCtrl +: wxRichTextStyleListCtrl
  • wxRichTextStyleOrganiserDialog() : wxRichTextStyleOrganiserDialog @@ -1203,7 +1206,7 @@ : wxRichTextTable
  • wxRichTextTableBlock() -: wxRichTextTableBlock +: wxRichTextTableBlock
  • wxRichTextXMLHandler() : wxRichTextXMLHandler @@ -1216,7 +1219,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x73.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x73.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x73.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x73.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -465,6 +465,9 @@
  • Set3StateValue() : wxCheckBox
  • +
  • SetAccel() +: wxMenuItem +
  • SetAcceleratorTable() : wxWindow
  • @@ -935,6 +938,15 @@
  • SetCellFont() : wxGrid
  • +
  • SetCellHighlightColour() +: wxGrid +
  • +
  • SetCellHighlightPenWidth() +: wxGrid +
  • +
  • SetCellHighlightROPenWidth() +: wxGrid +
  • SetCellOverflow() : wxGrid
  • @@ -1132,12 +1144,12 @@
  • SetColSizes() : wxGrid
  • -
  • SetColspan() -: wxGBSpan -
  • SetColSpan() : wxRichTextCell
  • +
  • SetColspan() +: wxGBSpan +
  • SetColumn() : wxDataViewEvent , wxHeaderCtrlEvent @@ -1233,7 +1245,8 @@ : wxRichTextCtrl
  • SetControl() -: wxGridEditorCreatedEvent +: wxGridCellEditor +, wxGridEditorCreatedEvent
  • SetControlAppearance() : wxPGEditor @@ -1538,6 +1551,7 @@
  • SetDisabledBitmap() : wxAuiToolBarItem +, wxMenuItem , wxToolBarToolBase
  • SetDispatchPtr() @@ -1808,10 +1822,6 @@
  • SetFileFilter() : wxDocTemplate
  • -
  • SetFileName() -: wxFilePickerCtrl -, wxIconLocation -
  • SetFilename() : wxPrintData , wxDocument @@ -1819,6 +1829,10 @@ , wxFileDialog , wxRichTextCtrl
  • +
  • SetFileName() +: wxFilePickerCtrl +, wxIconLocation +
  • SetFiles() : wxFileCtrlEvent
  • @@ -2912,8 +2926,8 @@ : wxStyledTextEvent
  • SetModified() -: wxRichTextCtrl -, wxTextCtrl +: wxTextCtrl +, wxRichTextCtrl
  • SetModifiedStatus() : wxPGProperty @@ -2943,27 +2957,27 @@ : wxStyledTextCtrl
  • SetName() -: wxRichTextFileHandler -, wxHtmlEasyPrinting -, wxRegKey +: wxRichTextStyleDefinition +, wxXmlAttribute +, wxRegKey +, wxBitmapHandler , wxAboutDialogInfo , wxArchiveEntry -, wxBitmapHandler , wxFileName +, wxHtmlEasyPrinting , wxImageHandler -, wxRegKey +, wxRegKey , wxPGProperty , wxRichTextObject , wxRichTextFieldType +, wxRichTextFileHandler , wxRichTextDrawingHandler -, wxRichTextStyleDefinition , wxRichTextStyleSheet , wxWindow , wxXmlNode -, wxXmlAttribute
  • SetNativeFontInfo() -: wxFont +: wxFont
  • SetNativeFontInfoUserDesc() : wxFont @@ -2971,6 +2985,9 @@
  • SetNativeTheme() : wxApp
  • +
  • SetNavigationType() +: wxWebKitBeforeLoadEvent +
  • SetNegativeButton() : wxStdDialogButtonSizer
  • @@ -2981,10 +2998,10 @@ : wxRichTextEvent
  • SetNext() -: wxXmlNode +: wxXmlAttribute , wxHtmlCell , wxWizardPageSimple -, wxXmlAttribute +, wxXmlNode
  • SetNextHandler() : wxEvtHandler @@ -3013,11 +3030,11 @@ : wxHyperlinkCtrl
  • SetNormalFont() -: wxAuiSimpleTabArt -, wxAuiNotebook +: wxAuiNotebook , wxAuiTabContainer , wxAuiTabArt , wxAuiDefaultTabArt +, wxAuiSimpleTabArt
  • SetNormalTextFontName() : wxSymbolPickerDialog @@ -3069,19 +3086,20 @@ : wxPlatformInfo
  • SetOption() -: wxImage +: wxSystemOptions +, wxImage , wxSystemOptions
  • SetOptions() : wxRichTextFormattingDialog
  • SetOrientation() -: wxScrollWinEvent -, wxBoxSizer +: wxScrollEvent , wxPrintData -, wxScrollEvent +, wxScrollWinEvent , wxSashLayoutWindow , wxQueryLayoutInfoEvent +, wxBoxSizer
  • SetOrigin() : wxHelpEvent @@ -3105,8 +3123,8 @@ : wxWindow
  • SetOwner() -: wxDataViewModelNotifier -, wxDataViewRenderer +: wxDataViewRenderer +, wxDataViewModelNotifier , wxFileSystemWatcher , wxTimer
  • @@ -3142,9 +3160,12 @@ : wxRichTextPrinting
  • SetPageSize() -: wxWizard -, wxBookCtrlBase +: wxBookCtrlBase , wxSlider +, wxWizard +
  • +
  • SetPageSource() +: wxWebKitCtrl
  • SetPageSplitterLeft() : wxPropertyGridManager @@ -3153,19 +3174,22 @@ : wxPropertyGridManager
  • SetPageText() -: wxBookCtrlBase -, wxAuiNotebook +: wxAuiNotebook +, wxBookCtrlBase , wxNotebook
  • +
  • SetPageTitle() +: wxWebKitCtrl +
  • SetPageToolTip() : wxAuiNotebook
  • SetPalette() -: wxDC -, wxBitmap +: wxBitmap +, wxWindow +, wxDC , wxSVGFileDC , wxImage -, wxWindow
  • SetPaletteRealized() : wxQueryNewPaletteEvent @@ -3177,8 +3201,8 @@ : wxRibbonPanelEvent
  • SetPaperId() -: wxPrintData -, wxPageSetupDialogData +: wxPageSetupDialogData +, wxPrintData
  • SetPaperSize() : wxPageSetupDialogData @@ -3193,20 +3217,20 @@ : wxTextAttr
  • SetParameters() -: wxGridCellChoiceEditor +: wxGridCellNumberEditor +, wxGridCellFloatRenderer , wxGridCellDateTimeRenderer , wxGridCellEnumRenderer -, wxGridCellFloatRenderer +, wxGridCellChoiceEditor , wxGridCellTextEditor , wxGridCellFloatEditor -, wxGridCellNumberEditor
  • SetParent() -: wxXmlNode +: wxRichTextObject , wxHtmlCell , wxMenu , wxNotificationMessage -, wxRichTextObject +, wxXmlNode
  • SetParentalType() : wxPGProperty @@ -3215,13 +3239,13 @@ : wxXmlResourceHandler
  • SetParentWindow() -: wxHtmlEasyPrinting -, wxHelpControllerBase +: wxHelpControllerBase +, wxHtmlEasyPrinting , wxRichTextPrinting
  • SetParser() -: wxHtmlTagHandler -, wxHtmlWinTagHandler +: wxHtmlWinTagHandler +, wxHtmlTagHandler
  • SetPartialParagraph() : wxRichTextParagraphLayoutBox @@ -3230,21 +3254,21 @@ : wxFTP
  • SetPassword() -: wxFTP -, wxProtocol +: wxProtocol +, wxFTP
  • SetPasteConvertEndings() : wxStyledTextCtrl
  • SetPath() -: wxFileConfig -, wxFilePickerCtrl +: wxDirDialog , wxConfigBase , wxGenericDirCtrl -, wxDirDialog +, wxFileConfig , wxFileCtrl , wxFileDialog , wxFileName +, wxFilePickerCtrl , wxDirPickerCtrl , wxFileDirPickerEvent
  • @@ -3305,20 +3329,20 @@ , wxHtmlCell
  • SetPosition() -: wxRichTextObject -, wxContextMenuEvent -, wxRect -, wxDataViewEvent +: wxRichTextEvent +, wxTextAttrDimension , wxScrollWinEvent +, wxDataViewEvent +, wxContextMenuEvent , wxHelpEvent , wxScrollEvent , wxMoveEvent +, wxRect , wxGraphicsGradientStop , wxMouseState -, wxTextAttrDimension +, wxRichTextObject , wxRichTextLine , wxRichTextAction -, wxRichTextEvent , wxSpinEvent , wxStyledTextEvent , wxWindow @@ -3346,8 +3370,8 @@ : wxRichTextPrinting
  • SetPreviousHandler() -: wxWindow -, wxEvtHandler +: wxEvtHandler +, wxWindow
  • SetPrintColourMode() : wxStyledTextCtrl @@ -3386,15 +3410,15 @@ : wxPrintAbortDialog
  • SetProperties() -: wxRichTextObject +: wxRichTextStyleDefinition , wxRichTextProperties +, wxRichTextObject , wxRichTextParagraphLayoutBox , wxRichTextCtrl -, wxRichTextStyleDefinition , wxRichTextStyleSheet
  • SetProperty() -: wxRichTextProperties +: wxRichTextProperties , wxPropertyGridEvent , wxRichTextProperties , wxStyledTextCtrl @@ -3445,10 +3469,10 @@ : wxPropertyGridInterface
  • SetPropertyValue() -: wxPropertyGridInterface +: wxPropertyGridInterface
  • SetPropertyValues() -: wxPropertyGridInterface +: wxPropertyGridInterface
  • SetPropertyValueString() : wxPropertyGridInterface @@ -3457,8 +3481,8 @@ : wxPropertyGridInterface
  • SetProportion() -: wxSizerItem -, wxAuiToolBarItem +: wxAuiToolBarItem +, wxSizerItem
  • SetProxy() : wxURL @@ -3473,44 +3497,43 @@ : wxTreeCtrl
  • SetRange() -: wxSlider -, wxGenericProgressDialog -, wxRichTextLine +: wxSpinCtrlDouble +, wxRichTextEvent +, wxGauge , wxDatePickerCtrl , wxFontData -, wxGauge +, wxGenericProgressDialog , wxRichTextRange , wxRichTextSelection , wxRichTextObject -, wxRichTextLine +, wxRichTextLine , wxRichTextAction -, wxRichTextEvent +, wxSlider , wxSpinButton , wxSpinCtrl -, wxSpinCtrlDouble , wxNumValidator< T >
  • SetRanges() : wxRichTextSelection
  • SetRatio() -: wxSizerItem +: wxSizerItem
  • SetRawControlDown() : wxKeyboardState
  • SetReadOnly() -: wxStyledTextCtrl -, wxGridCellAttr +: wxGridCellAttr , wxGrid +, wxStyledTextCtrl
  • SetRecordDefaults() : wxConfigBase
  • SetRect() -: wxSizeEvent +: wxMoveEvent , wxAuiTabContainer -, wxMoveEvent +, wxSizeEvent , wxCalculateLayoutEvent
  • SetRectangularSelectionAnchor() @@ -3575,8 +3598,8 @@ : wxDialog
  • SetRGB() -: wxImage -, wxColour +: wxColour +, wxImage
  • SetRGBA() : wxColour @@ -3585,16 +3608,16 @@ : wxRichTextPrintout
  • SetRichTextCtrl() -: wxRichTextStyleOrganiserDialog -, wxRichTextStyleListCtrl +: wxRichTextParagraphLayoutBox +, wxRichTextStyleOrganiserDialog , wxRichTextStyleListBox , wxRichTextStyleComboCtrl -, wxRichTextParagraphLayoutBox +, wxRichTextStyleListCtrl
  • SetRight() : wxRect -, wxRect2DDouble , wxRect2DInt +, wxRect2DDouble
  • SetRightBottom() : wxRect2DDouble @@ -3617,15 +3640,15 @@ : wxXmlDocument
  • SetRow() -: wxGridCellCoords -, wxGridEditorCreatedEvent +: wxGBPosition +, wxGridCellCoords , wxPosition -, wxGBPosition +, wxGridEditorCreatedEvent
  • SetRowAttr() -: wxGridTableBase +: wxGridCellAttrProvider +, wxGridTableBase , wxGrid -, wxGridCellAttrProvider
  • SetRowColumnCount() : wxVarHVScrollHelper @@ -3643,9 +3666,9 @@ : wxGrid
  • SetRowLabelValue() -: wxGridStringTable +: wxGridTableBase +, wxGridStringTable , wxGrid -, wxGridTableBase
  • SetRowMinimalAcceptableHeight() : wxGrid @@ -3663,12 +3686,12 @@
  • SetRowSizes() : wxGrid
  • -
  • SetRowspan() -: wxGBSpan -
  • SetRowSpan() : wxRichTextCell
  • +
  • SetRowspan() +: wxGBSpan +
  • SetSashGravity() : wxSplitterWindow
  • @@ -3691,8 +3714,8 @@ , wxScrolled< T >
  • SetScrollbar() -: wxWindow -, wxScrollBar +: wxScrollBar +, wxWindow
  • SetScrollbars() : wxScrolled< T > @@ -3708,6 +3731,7 @@
  • SetScrollPos() : wxWindow +, wxWebKitCtrl
  • SetScrollRate() : wxScrolled< T > @@ -3733,35 +3757,34 @@
  • SetSelectedFont() : wxAuiNotebook , wxAuiTabContainer -, wxAuiDefaultTabArt +, wxAuiTabArt , wxAuiSimpleTabArt , wxFontPickerCtrl -, wxAuiTabArt +, wxAuiDefaultTabArt
  • SetSelection() -: wxBookCtrlBase +: wxAuiNotebook , wxBookCtrlEvent , wxSingleChoiceDialog , wxChoice -, wxPrintDialogData , wxComboCtrl , wxComboBox , wxItemContainerImmutable , wxHtmlRenderingInfo , wxListBox -, wxPropertyGrid +, wxNotebook , wxRadioBox , wxRibbonGallery -, wxRichTextCtrl +, wxRichTextCtrl , wxSlider , wxSpinCtrl , wxStyledTextCtrl -, wxTextEntry , wxVListBox -, wxRichTextCtrl -, wxNotebook -, wxComboBox -, wxAuiNotebook +, wxPropertyGrid +, wxTextEntry +, wxRichTextCtrl +, wxPrintDialogData +, wxBookCtrlBase
  • SetSelectionAnchor() : wxRichTextCtrl @@ -3836,8 +3859,8 @@ : wxNonOwnedWindow
  • SetSheetStyle() -: wxPropertySheetDialog -, wxRichTextFormattingDialogFactory +: wxRichTextFormattingDialogFactory +, wxPropertySheetDialog
  • SetShiftDown() : wxKeyboardState @@ -3878,27 +3901,25 @@ : wxListCtrl
  • SetSize() -: wxRect -, wxWindow +: wxWindow +, wxCaret +, wxRichTextLine , wxTarEntry +, wxArchiveEntry +, wxRect +, wxGridCellEditor , wxHtmlDCRenderer +, wxTextBoxAttr +, wxWindow , wxCaret -, wxArchiveEntry -, wxCaret , wxSizeEvent , wxQueryLayoutInfoEvent -, wxRichTextLine -, wxWindow -, wxTextBoxAttr -, wxWindow -, wxGridCellEditor
  • SetSizeHints() -: wxWindow -, wxSizer -, wxTopLevelWindow +: wxTopLevelWindow , wxWindow -, wxTopLevelWindow +, wxSizer +, wxWindow
  • SetSizer() : wxSizerItem @@ -3915,8 +3936,8 @@
  • SetSizingInfo() : wxAuiDefaultTabArt -, wxAuiTabArt , wxAuiSimpleTabArt +, wxAuiTabArt
  • SetSortable() : wxSettableHeaderColumn @@ -3947,28 +3968,29 @@ : wxSplitterWindow
  • SetSplitterLeft() -: wxPropertyGridManager -, wxPropertyGrid +: wxPropertyGrid +, wxPropertyGridManager
  • SetSplitterPosition() -: wxPropertyGridPage +: wxPropertyGridManager , wxPropertyGrid -, wxPropertyGridManager +, wxPropertyGridPage
  • SetStandardFonts() -: wxHtmlDCRenderer +: wxHtmlWindow , wxHtmlEasyPrinting -, wxHtmlWindow +, wxHtmlDCRenderer
  • SetStart() -: wxHtmlBookRecord -, wxRichTextRange +: wxRichTextRange +, wxHtmlBookRecord
  • SetStartColour() : wxGraphicsGradientStops
  • SetState() : wxListItem +, wxWebKitStateChangedEvent , wxAuiToolBarItem , wxMouseState
  • @@ -4015,21 +4037,22 @@ : wxFont
  • SetString() -: wxThreadEvent -, wxComboBox -, wxChoice +: wxItemContainerImmutable , wxRadioBox -, wxItemContainerImmutable -, wxCommandEvent +, wxThreadEvent , wxListBox +, wxChoice +, wxComboBox +, wxCommandEvent , wxStringTokenizer
  • SetStrings() : wxEditableListBox
  • SetStringSelection() -: wxItemContainerImmutable -, wxListBox +: wxListBox +, wxItemContainerImmutable +, wxListBox
  • SetStringSeparators() : wxTextInputStream @@ -4038,25 +4061,25 @@ : wxComboPopup
  • SetStyle() -: wxTextAttrBorder -, wxRichTextCtrl -, wxNumValidator< T > -, wxTextCtrl -, wxTextValidator +: wxBrush +, wxHtmlRenderingInfo +, wxRichTextFormattingDialog , wxRichTextStyleDefinition -, wxRichTextCtrl +, wxRichTextCtrl +, wxTextValidator +, wxTextAttrBorders , wxRichTextParagraphLayoutBox -, wxHtmlRenderingInfo -, wxBrush -, wxNativeFontInfo -, wxFont +, wxRichTextCtrl +, wxTextAttrBorder , wxBufferedDC +, wxFont +, wxNativeFontInfo , wxPen -, wxTextAttrBorders , wxRichTextParagraphLayoutBox -, wxRichTextCtrl -, wxRichTextFormattingDialog +, wxRichTextCtrl , wxStyledTextCtrl +, wxTextCtrl +, wxNumValidator< T >
  • SetStyleBits() : wxStyledTextCtrl @@ -4071,12 +4094,12 @@ : wxRichTextCtrl
  • SetStyleSheet() -: wxRichTextCtrl -, wxRichTextStyleOrganiserDialog -, wxRichTextStyleListCtrl +: wxRichTextStyleListCtrl +, wxRichTextStyleComboCtrl +, wxRichTextCtrl , wxRichTextBuffer +, wxRichTextStyleOrganiserDialog , wxRichTextStyleListBox -, wxRichTextStyleComboCtrl
  • SetStyleSheetAndNotify() : wxRichTextBuffer @@ -4136,6 +4159,9 @@
  • SetTargetEnd() : wxStyledTextCtrl
  • +
  • SetTargetName() +: wxWebKitNewWindowEvent +
  • SetTargetRect() : wxScrolled< T >
  • @@ -4143,33 +4169,33 @@ : wxStyledTextCtrl
  • SetTargetWindow() -: wxVarScrollHelperBase -, wxScrolled< T > +: wxScrolled< T > +, wxVarScrollHelperBase
  • SetTechnology() : wxStyledTextCtrl
  • SetTempDir() -: wxRichTextHTMLHandler +: wxHtmlHelpData , wxHtmlHelpController -, wxHtmlHelpData +, wxRichTextHTMLHandler
  • SetTemporaryImageLocations() : wxRichTextHTMLHandler
  • SetText() -: wxStyledTextCtrl -, wxRichTextPlainText -, wxUpdateUIEvent -, wxBannerWindow -, wxMenuItem +: wxDataViewIconText +, wxTextDataObject , wxPGCell +, wxStyledTextCtrl +, wxStyledTextEvent +, wxRichTextHeaderFooterData , wxComboCtrl -, wxTextDataObject -, wxDataViewIconText +, wxBannerWindow +, wxUpdateUIEvent , wxListItem -, wxRichTextHeaderFooterData -, wxStyledTextEvent +, wxMenuItem +, wxRichTextPlainText
  • SetTextBackground() : wxDC @@ -4178,16 +4204,16 @@ : wxRichTextAttr
  • SetTextColour() -: wxCalendarDateAttr -, wxTextAttr -, wxRichTextHeaderFooterData -, wxPGProperty +: wxListItem +, wxMenuItem , wxGridCellAttr -, wxListCtrl +, wxTextAttr , wxListItemAttr -, wxListItem -, wxMenuItem +, wxCalendarDateAttr +, wxListCtrl +, wxPGProperty , wxRichTextFieldTypeStandard +, wxRichTextHeaderFooterData
  • SetTextCtrl() : wxPickerBase @@ -4217,14 +4243,14 @@ : wxComboCtrl
  • SetTextOrientation() -: wxAuiToolBarArt -, wxAuiDefaultToolBarArt +: wxAuiDefaultToolBarArt +, wxAuiToolBarArt
  • SetTextRaw() : wxStyledTextCtrl
  • SetTextValidator() -: wxTextEntryDialog +: wxTextEntryDialog
  • SetTextValue() : wxDataViewListCtrl @@ -4251,15 +4277,15 @@ : wxTimePickerCtrl
  • SetTimeout() -: wxRichToolTip -, wxSocketBase +: wxSocketBase +, wxRichToolTip
  • SetTimes() : wxFileName
  • SetTimestamp() -: wxEvent -, wxLog +: wxLog +, wxEvent
  • SetTip() : wxToolTip @@ -4272,20 +4298,21 @@
  • SetTitle() : wxDocument -, wxMenu +, wxHeaderColumnSimple +, wxNotificationMessage , wxRichTextPrinting +, wxWebKitCtrl +, wxMenu , wxSettableHeaderColumn -, wxHeaderColumnSimple , wxHtmlBookRecord -, wxNotificationMessage , wxTopLevelWindow
  • SetTitleFont() : wxRichToolTip
  • SetTitleFormat() -: wxHtmlHelpFrame -, wxHtmlHelpController +: wxHtmlHelpController +, wxHtmlHelpFrame , wxHtmlHelpDialog
  • SetTmpDefaultItem() @@ -4329,12 +4356,12 @@ : wxAuiToolBar
  • SetToolClientData() -: wxToolBar -, wxRibbonToolBar +: wxRibbonToolBar +, wxToolBar
  • SetToolDisabledBitmap() -: wxRibbonToolBar -, wxToolBar +: wxToolBar +, wxRibbonToolBar
  • SetToolDropDown() : wxAuiToolBar @@ -4378,13 +4405,12 @@ : wxAuiToolBar
  • SetToolTip() -: wxWindow -, wxTreeEvent -, wxWindow +: wxTreeEvent +, wxWindow
  • SetTop() -: wxRect2DDouble -, wxRect +: wxRect +, wxRect2DDouble , wxRect2DInt
  • SetToPage() @@ -4427,8 +4453,8 @@ : wxAboutDialogInfo
  • SetTransparent() -: wxWindow -, wxTopLevelWindow +: wxTopLevelWindow +, wxWindow
  • SetTwoPhaseDraw() : wxStyledTextCtrl @@ -4436,8 +4462,8 @@
  • SetType() : wxBitmapHandler , wxImage -, wxRichTextFileHandler , wxXmlNode +, wxRichTextFileHandler , wxDataFormat
  • SetTypeFlag() @@ -4447,8 +4473,8 @@ : wxFileConfig
  • SetUnderlined() -: wxFont -, wxNativeFontInfo +: wxNativeFontInfo +, wxFont
  • SetUndoAccelerator() : wxCommandProcessor @@ -4484,11 +4510,14 @@ : wxXmlResourceHandler
  • SetURL() -: wxHyperlinkCtrl -, wxTextAttr -, wxURL -, wxURLDataObject +: wxURLDataObject , wxHyperlinkEvent +, wxHyperlinkCtrl +, wxWebKitNewWindowEvent +, wxURL +, wxWebKitBeforeLoadEvent +, wxWebKitStateChangedEvent +, wxTextAttr
  • SetURLCursor() : wxRichTextCtrl @@ -4503,12 +4532,12 @@ : wxGrid
  • SetUser() -: wxProtocol -, wxFTP +: wxFTP +, wxProtocol
  • SetUserData() -: wxSizerItem -, wxAuiToolBarItem +: wxAuiToolBarItem +, wxSizerItem
  • SetUserId() : wxTarEntry @@ -4541,44 +4570,42 @@ , wxWindow
  • SetValue() -: wxComboCtrl -, wxTimePickerCtrl -, wxDataViewListCtrl -, wxSpinDoubleEvent -, wxGridTableBase +: wxSpinCtrlDouble +, wxCheckBox +, wxTextEntry , wxToggleButton -, wxVariantDataErrorCode -, wxRegKey +, wxGauge +, wxGridTableBase +, wxGridStringTable +, wxVariantDataSafeArray +, wxRegKey +, wxPGProperty +, wxTextAttrDimension +, wxRichTextCtrl +, wxSpinCtrl , wxTextEntryDialog -, wxTextAttrDimension , wxSlider , wxSpinButton -, wxSpinCtrlDouble -, wxTextEntry -, wxBitmapToggleButton -, wxXmlAttribute -, wxTextAttrDimension -, wxRichTextCtrl -, wxRadioButton -, wxVariantDataSafeArray -, wxTextAttrDimension , wxRegKey -, wxPGProperty -, wxRegKey +, wxTextAttrDimension +, wxRadioButton +, wxRegKey +, wxComboBox +, wxDatePickerCtrl +, wxVariantDataErrorCode , wxIndividualLayoutConstraint +, wxDataViewRenderer +, wxDataViewListCtrl , wxDataViewEvent -, wxVariantDataCurrency -, wxDatePickerCtrl -, wxGridStringTable -, wxGauge , wxDataViewModel -, wxDataViewRenderer +, wxComboCtrl +, wxSpinDoubleEvent +, wxBitmapToggleButton +, wxXmlAttribute +, wxTimePickerCtrl , wxSpinCtrlDouble -, wxComboBox -, wxCheckBox -, wxSpinCtrl -, wxTextAttrDimension -, wxSpinCtrl +, wxVariantDataCurrency +, wxTextAttrDimension
  • SetValueAsBool() : wxGridTableBase @@ -4623,8 +4650,8 @@ , wxPoint2DInt
  • SetVectorLength() -: wxPoint2DDouble -, wxPoint2DInt +: wxPoint2DInt +, wxPoint2DDouble
  • SetVendorDisplayName() : wxAppConsole @@ -4636,8 +4663,8 @@ : wxLog
  • SetVersion() -: wxAboutDialogInfo -, wxXmlDocument +: wxXmlDocument +, wxAboutDialogInfo
  • SetVerticalAlignment() : wxTextBoxAttr @@ -4655,8 +4682,8 @@ : wxGridSizer
  • SetView() -: wxDocMDIChildFrame -, wxGridTableBase +: wxGridTableBase +, wxDocMDIChildFrame , wxDocChildFrame
  • SetViewEOL() @@ -4673,7 +4700,7 @@ : wxStyledTextCtrl
  • SetVirtualSize() -: wxWindow +: wxWindow
  • SetVirtualSizeHints() : wxSizer @@ -4694,8 +4721,8 @@ : wxHyperlinkCtrl
  • SetVolume() -: wxMediaCtrl -, wxFileName +: wxFileName +, wxMediaCtrl
  • SetVScrollBar() : wxStyledTextCtrl @@ -4732,35 +4759,37 @@ : wxStyledTextCtrl
  • SetWidth() -: wxHeaderColumnSimple -, wxTextAttrBorder -, wxPen -, wxRect +: wxTextAttrBorders , wxBitmap +, wxTextAttrSize +, wxListItem +, wxTextAttrSize +, wxRect +, wxSize +, wxHeaderColumnSimple , wxGridCellFloatRenderer , wxSettableHeaderColumn -, wxListItem +, wxPen , wxIcon -, wxSize , wxHeaderCtrlEvent , wxTextAttrSize -, wxTextAttrBorders +, wxTextAttrBorder +, wxTextAttrBorders , wxTextAttrBorder -, wxTextAttrSize
  • SetWidthFloat() : wxHtmlContainerCell
  • SetWildcard() -: wxFileCtrl -, wxFileDialog +: wxFileDialog +, wxFileCtrl
  • SetWindow() -: wxValidator -, wxSizerItem +: wxSizerItem +, wxValidator , wxAccessible -, wxFocusEvent , wxAuiToolBarItem +, wxFocusEvent
  • SetWindowChange() : wxNavigationKeyEvent @@ -4769,12 +4798,12 @@ : wxMDIParentFrame
  • SetWindowStyle() -: wxWindow -, wxTreeCtrl +: wxTreeCtrl +, wxWindow
  • SetWindowStyleFlag() -: wxAuiToolBar -, wxWindow +: wxWindow +, wxAuiToolBar , wxListCtrl
  • SetWindowVariant() @@ -4813,8 +4842,8 @@ : wxStyledTextCtrl
  • SetY() -: wxRect -, wxStyledTextEvent +: wxStyledTextEvent +, wxRect , wxMouseState
  • SetYCaretPolicy() @@ -4833,8 +4862,8 @@ : wxMessageDialog
  • SetZoom() -: wxPrintPreview -, wxWebView +: wxWebView +, wxPrintPreview , wxStyledTextCtrl
  • SetZoomControl() @@ -4848,9 +4877,9 @@
  • ShiftDown() : wxGridSizeEvent -, wxGridRangeSelectEvent -, wxKeyboardState , wxGridEvent +, wxKeyboardState +, wxGridRangeSelectEvent
  • shortName : wxCmdLineEntryDesc @@ -4878,23 +4907,23 @@ : wxEvent
  • Show() -: wxGridCellEditor +: wxSizerItem +, wxLogWindow +, wxGridCellEditor +, wxRichTextObject +, wxDialog +, wxRadioBox +, wxCaret +, wxWindow +, wxSizer , wxPreferencesEditor -, wxDebugReportPreview , wxDebugReportPreviewStd -, wxRichTextObject +, wxNotificationMessage +, wxDebugReportPreview +, wxUpdateUIEvent , wxDragImage , wxSizer , wxAuiPaneInfo -, wxNotificationMessage -, wxSizerItem -, wxSizer -, wxWindow -, wxUpdateUIEvent -, wxRadioBox -, wxDialog -, wxLogWindow -, wxCaret
  • ShowAssertDialog() : wxAppTraits @@ -4927,10 +4956,10 @@ : wxRichMessageDialog
  • ShowDropDown() -: wxAuiToolBarArt -, wxAuiDefaultTabArt -, wxAuiSimpleTabArt +: wxAuiSimpleTabArt +, wxAuiToolBarArt , wxAuiDefaultToolBarArt +, wxAuiDefaultTabArt
  • ShowExpanded() : wxRibbonPanel @@ -4945,8 +4974,8 @@ : wxPropertyGridManager
  • ShowHelp() -: wxHelpProvider -, wxRichTextFormattingDialogFactory +: wxRichTextFormattingDialogFactory +, wxHelpProvider
  • ShowHelpAtPoint() : wxHelpProvider @@ -4968,18 +4997,18 @@ : wxInfoBar
  • ShowModal() -: wxTextEntryDialog -, wxSingleChoiceDialog -, wxMessageDialog +: wxColourDialog +, wxMultiChoiceDialog +, wxFileDialog +, wxPrintDialog , wxDialog -, wxFontDialog -, wxDirDialog +, wxTextEntryDialog , wxRichMessageDialog , wxPageSetupDialog -, wxColourDialog -, wxPrintDialog -, wxFileDialog -, wxMultiChoiceDialog +, wxDirDialog +, wxMessageDialog +, wxSingleChoiceDialog +, wxFontDialog
  • ShowNewPage() : wxSimplebook @@ -5032,14 +5061,14 @@ : wxTopLevelWindow
  • Shrink() -: wxArrayString +: wxString
  • shrink() : wxCharTypeBuffer< T >
  • Shrink() -: wxArray< T > -, wxString +: wxArrayString +, wxArray< T >
  • Shutdown() : wxSocketBase @@ -5051,21 +5080,21 @@ : wxCondition
  • size() -: wxHashMap -, wxList< T > -, wxStack< T > +: wxString +, wxHashMap , wxHashSet -, wxVector< T >
  • Size() : wxImage
  • size() -: wxString +: wxList< T > +, wxStack< T > +, wxVector< T >
  • size_type -: wxStack< T > -, wxString +: wxString +, wxStack< T > , wxVector< T >
  • SizeWindows() @@ -5111,12 +5140,12 @@ : wxSockAddress
  • Sort() -: wxSortedArrayString +: wxArray< T > , wxList< T > , wxSortedArrayString -, wxArray< T > , wxArrayString , wxPropertyGridInterface +, wxArrayString
  • SortChildren() : wxTreeCtrl @@ -5126,9 +5155,9 @@ : wxListCtrl
  • Split() -: wxAuiNotebook +: wxRichTextPlainText , wxRichTextObject -, wxRichTextPlainText +, wxAuiNotebook
  • SplitAt() : wxRichTextParagraph @@ -5137,7 +5166,7 @@ : wxSplitterWindow
  • SplitPath() -: wxFileName +: wxFileName
  • splitter : wxPropertyGridHitTestResult @@ -5155,20 +5184,20 @@ : wxFileName
  • Start() -: wxTextCompleter +: wxTimer , wxTimerRunner +, wxTextCompleter , wxStopWatch -, wxTimer
  • StartAdvise() -: wxTCPConnection -, wxConnection +: wxConnection , wxDDEConnection +, wxTCPConnection
  • StartDoc() -: wxDC +: wxGraphicsContext , wxSVGFileDC -, wxGraphicsContext +, wxDC
  • StartDrag() : wxDataViewCustomRenderer @@ -5189,8 +5218,8 @@ : wxTimer
  • StartPage() -: wxDC -, wxGraphicsContext +: wxGraphicsContext +, wxDC
  • StartRecord() : wxStyledTextCtrl @@ -5205,16 +5234,17 @@ : wxRegKey
  • Stop() -: wxWebView +: wxAnimationCtrl +, wxWebKitCtrl +, wxMediaCtrl , wxTimer , wxSound -, wxMediaCtrl -, wxAnimationCtrl +, wxWebView
  • StopAdvise() -: wxDDEConnection +: wxConnection +, wxDDEConnection , wxTCPConnection -, wxConnection
  • StopAutoScrolling() : wxScrolled< T > @@ -5260,7 +5290,7 @@ : wxGraphicsContext
  • StrokeLines() -: wxGraphicsContext +: wxGraphicsContext
  • StrokePath() : wxGraphicsContext @@ -5413,13 +5443,14 @@ : wxString
  • Subtract() -: wxDateSpan -, wxDateTime -, wxTimeSpan -, wxDateTime -, wxTimeSpan +: wxDateTime , wxRegion , wxDateTime +, wxTimeSpan +, wxDateSpan +, wxDateTime +, wxTimeSpan +, wxRegion , wxDateSpan
  • Sun @@ -5432,8 +5463,8 @@ : wxValidator
  • SuppressingUndo() -: wxRichTextBuffer -, wxRichTextCtrl +: wxRichTextCtrl +, wxRichTextBuffer
  • Suspend() : wxLog @@ -5442,17 +5473,16 @@ : wxAppConsole
  • swap() -: wxString -, wxScopedPtr< T > +: wxScopedPtr< T > , wxVector< T > +, wxScopedArray< T > +, wxString +, wxScopedArray< T > +, wxScopedPtr
  • Swap() : wxRichTextRange
  • -
  • swap() -: wxScopedArray< T > -, wxScopedPtr -
  • SwapBuffers() : wxGLCanvas
  • @@ -5472,14 +5502,14 @@ : wxSashWindow
  • wxScopedArray() -: wxScopedArray< T > +: wxScopedArray< T >
  • wxScopedCharTypeBuffer() -: wxScopedCharTypeBuffer< T > +: wxScopedCharTypeBuffer< T >
  • wxScopedCharTypeBufferBase -: wxWCharBuffer -, wxCharBuffer +: wxCharBuffer +, wxWCharBuffer
  • wxScopedPtr() : wxScopedPtr @@ -5492,7 +5522,7 @@ : wxScreenDC
  • wxScrollBar() -: wxScrollBar +: wxScrollBar
  • wxScrolled() : wxScrolled< T > @@ -5504,7 +5534,7 @@ : wxScrollWinEvent
  • wxSearchCtrl() -: wxSearchCtrl +: wxSearchCtrl
  • wxSemaphore() : wxSemaphore @@ -5516,25 +5546,25 @@ : wxSetCursorEvent
  • wxSharedPtr() -: wxSharedPtr< T > +: wxSharedPtr< T >
  • wxShowEvent() : wxShowEvent
  • wxSimplebook() -: wxSimplebook +: wxSimplebook
  • wxSimpleHtmlListBox() -: wxSimpleHtmlListBox +: wxSimpleHtmlListBox
  • wxSingleChoiceDialog() : wxSingleChoiceDialog
  • wxSingleInstanceChecker() -: wxSingleInstanceChecker +: wxSingleInstanceChecker
  • wxSize() -: wxSize +: wxSize
  • wxSizeEvent() : wxSizeEvent @@ -5546,7 +5576,7 @@ : wxSizerFlags
  • wxSizerItem() -: wxSizerItem +: wxSizerItem
  • wxSizerXmlHandler() : wxSizerXmlHandler @@ -5576,7 +5606,7 @@ : wxSocketServer
  • wxSortedArray() -: wxArray< T > +: wxArray< T >
  • wxSortedArrayString() : wxSortedArrayString @@ -5609,7 +5639,7 @@ : wxSplitterRenderParams
  • wxSplitterWindow() -: wxSplitterWindow +: wxSplitterWindow
  • wxStack() : wxStack< T > @@ -5621,22 +5651,22 @@ : wxStandardPaths
  • wxStaticBitmap() -: wxStaticBitmap +: wxStaticBitmap
  • wxStaticBox() -: wxStaticBox +: wxStaticBox
  • wxStaticBoxSizer() : wxStaticBoxSizer
  • wxStaticLine() -: wxStaticLine +: wxStaticLine
  • wxStaticText() : wxStaticText
  • wxStatusBar() -: wxStatusBar +: wxStatusBar
  • wxStatusBarPane() : wxStatusBarPane @@ -5666,13 +5696,13 @@ : wxStreamBase
  • wxStreamBuffer() -: wxStreamBuffer +: wxStreamBuffer
  • wxStreamToTextRedirector() : wxStreamToTextRedirector
  • wxString() -: wxString +: wxString
  • wxStringBuffer() : wxStringBuffer @@ -5693,7 +5723,7 @@ : wxStringTokenizer
  • wxStyledTextCtrl() -: wxStyledTextCtrl +: wxStyledTextCtrl
  • wxStyledTextEvent() : wxStyledTextEvent @@ -5702,7 +5732,7 @@ : wxSVGFileDC
  • wxSymbolPickerDialog() -: wxSymbolPickerDialog +: wxSymbolPickerDialog
  • wxSysColourChangedEvent() : wxSysColourChangedEvent @@ -5718,7 +5748,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x74.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x74.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x74.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x74.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -172,10 +172,10 @@ : wxStopWatch
  • Timeout_Auto -: wxNotificationMessage +: wxNotificationMessage
  • Timeout_Never -: wxNotificationMessage +: wxNotificationMessage
  • timestamp : wxLogRecordInfo @@ -606,7 +606,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x75.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x75.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x75.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x75.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -222,12 +222,12 @@
  • UnsetToolTip() : wxWindow
  • -
  • UnShare() -: wxObject -
  • Unshare() : wxVariant
  • +
  • UnShare() +: wxObject +
  • Unsplit() : wxSplitterWindow
  • @@ -419,7 +419,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x76.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x76.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x76.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x76.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -223,7 +223,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x77.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x77.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x77.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x77.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -279,43 +279,46 @@ : wxStyledTextCtrl
  • Write() -: wxVariantDataSafeArray +: wxFile +, wxVariantDataCurrency +, wxVariantDataErrorCode +, wxVariantDataSafeArray , wxRichTextImageBlock , wxSocketBase , wxStreamBuffer , wxOutputStream -, wxVariantData -, wxVariantDataErrorCode -, wxTempFile -, wxConfigBase , wxTextFile +, wxVariantData
  • write : wxFile , wxStreamBuffer
  • -
  • Write -: wxRegKey +
  • Write() +: wxVariantData +, wxFile +, wxStreamBuffer +, wxConfigBase +, wxRegKey , wxConfigBase , wxFFile -, wxFile -, wxVariantDataCurrency +, wxTempFile
  • Write16() -: wxDataOutputStream +: wxDataOutputStream , wxTextOutputStream -, wxDataOutputStream +, wxDataOutputStream
  • Write32() -: wxTextOutputStream -, wxDataOutputStream +: wxDataOutputStream +, wxTextOutputStream +, wxDataOutputStream
  • Write64() : wxDataOutputStream
  • Write8() -: wxDataOutputStream -, wxTextOutputStream +: wxTextOutputStream , wxDataOutputStream
  • write_append @@ -328,12 +331,12 @@ : wxOutputStream
  • WriteBlock() -: wxRichTextImageBlock +: wxRichTextImageBlock
  • WriteCustomization() -: wxHtmlHelpController +: wxHtmlHelpWindow , wxHtmlWindow -, wxHtmlHelpWindow +, wxHtmlHelpController
  • WriteDouble() : wxDataOutputStream @@ -344,13 +347,13 @@ : wxRichTextCtrl
  • WriteFloat() -: wxDataOutputStream +: wxDataOutputStream
  • WriteHex() : wxRichTextImageBlock
  • WriteImage() -: wxRichTextCtrl +: wxRichTextCtrl
  • WriteMsg() : wxSocketBase @@ -363,24 +366,36 @@ : wxRichTextCtrl
  • WriteText() -: wxStyledTextCtrl -, wxRichTextCtrl +: wxRichTextCtrl , wxTextEntry +, wxStyledTextCtrl
  • WriteTextBox() : wxRichTextCtrl
  • wxWCharBuffer() -: wxWCharBuffer +: wxWCharBuffer
  • wxWeakRef() -: wxWeakRef< T > +: wxWeakRef< T > +
  • +
  • wxWebKitBeforeLoadEvent() +: wxWebKitBeforeLoadEvent +
  • +
  • wxWebKitCtrl() +: wxWebKitCtrl +
  • +
  • wxWebKitNewWindowEvent() +: wxWebKitNewWindowEvent +
  • +
  • wxWebKitStateChangedEvent() +: wxWebKitStateChangedEvent
  • wxWebViewArchiveHandler() : wxWebViewArchiveHandler
  • wxWebViewEvent() -: wxWebViewEvent +: wxWebViewEvent
  • wxWebViewFSHandler() : wxWebViewFSHandler @@ -404,13 +419,13 @@ : wxWindowDestroyEvent
  • wxWindowDisabler() -: wxWindowDisabler +: wxWindowDisabler
  • wxWindowModalDialogEvent() : wxWindowModalDialogEvent
  • wxWindowPtr() -: wxWindowPtr< T > +: wxWindowPtr< T >
  • wxWindowUpdateLocker() : wxWindowUpdateLocker @@ -419,16 +434,16 @@ : wxWithImages
  • wxWizard() -: wxWizard +: wxWizard
  • wxWizardEvent() : wxWizardEvent
  • wxWizardPage() -: wxWizardPage +: wxWizardPage
  • wxWizardPageSimple() -: wxWizardPageSimple +: wxWizardPageSimple
  • wxWrapperInputStream() : wxWrapperInputStream @@ -441,7 +456,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x78.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x78.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x78.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x78.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -141,7 +141,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x79.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x79.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x79.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x79.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -103,13 +103,13 @@
  • yday : wxDateTime::Tm
  • -
  • year -: wxDateTime::Tm -
  • Year : wxDateTime , wxDateSpan
  • +
  • year +: wxDateTime::Tm +
  • Years() : wxDateSpan
  • @@ -132,7 +132,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x7a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x7a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x7a.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x7a.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -121,7 +121,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x7e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x7e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_0x7e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_0x7e.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1035,6 +1035,9 @@
  • ~wxWeakRef() : wxWeakRef< T >
  • +
  • ~wxWebKitCtrl() +: wxWebKitCtrl +
  • ~wxWindow() : wxWindow
  • @@ -1070,7 +1073,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_enum.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_enum.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_enum.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_enum.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -246,7 +246,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x62.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x62.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x62.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x62.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x63.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x63.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x63.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x63.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -141,7 +141,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x64.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x64.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x64.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x64.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x65.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x65.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x65.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x65.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -117,7 +117,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x66.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x66.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x66.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x66.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -89,13 +89,13 @@

    - f -

    • FALLBACK_NEAREST_LARGER -: wxIconBundle +: wxIconBundle
    • FALLBACK_NONE -: wxIconBundle +: wxIconBundle
    • FALLBACK_SYSTEM -: wxIconBundle +: wxIconBundle
    • fd_invalid : wxFile @@ -126,7 +126,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x67.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x67.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x67.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x67.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -192,7 +192,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x68.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x68.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x68.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x68.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -129,7 +129,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x69.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x69.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x69.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x69.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x6a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x6a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x6a.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x6a.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x6b.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x6b.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x6b.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x6b.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x6c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x6c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x6c.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x6c.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x6d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x6d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x6d.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x6d.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x6e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x6e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x6e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x6e.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -95,7 +95,7 @@ : wxDateTime
  • NO_IMAGE -: wxWithImages +: wxWithImages , wxBookCtrlBase
  • NONE @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x6f.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x6f.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x6f.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x6f.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -92,7 +92,7 @@ : wxDateTime
  • Option_AllowPixelFontSize -: wxRichTextFormattingDialog +: wxRichTextFormattingDialog
  • Origin_HelpButton : wxHelpEvent @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x70.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x70.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x70.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x70.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x72.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x72.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x72.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x72.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -118,19 +118,19 @@ : wxDateTime
  • wxRICHTEXT_FIELD_STYLE_COMPOSITE -: wxRichTextFieldTypeStandard +: wxRichTextFieldTypeStandard
  • wxRICHTEXT_FIELD_STYLE_END_TAG -: wxRichTextFieldTypeStandard +: wxRichTextFieldTypeStandard
  • wxRICHTEXT_FIELD_STYLE_NO_BORDER -: wxRichTextFieldTypeStandard +: wxRichTextFieldTypeStandard
  • wxRICHTEXT_FIELD_STYLE_RECTANGLE -: wxRichTextFieldTypeStandard +: wxRichTextFieldTypeStandard
  • wxRICHTEXT_FIELD_STYLE_START_TAG -: wxRichTextFieldTypeStandard +: wxRichTextFieldTypeStandard
  • wxRICHTEXT_STYLE_ALL : wxRichTextStyleListBox @@ -152,7 +152,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x73.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x73.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x73.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x73.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -126,7 +126,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x74.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x74.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x74.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x74.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -104,10 +104,10 @@ : wxDateTime
  • Timeout_Auto -: wxNotificationMessage +: wxNotificationMessage
  • Timeout_Never -: wxNotificationMessage +: wxNotificationMessage
  • Tue : wxDateTime @@ -166,7 +166,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x75.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x75.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x75.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x75.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x77.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x77.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval_0x77.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval_0x77.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -110,14 +110,12 @@ : wxRegKey
  • write -: wxStreamBuffer +: wxFile +, wxStreamBuffer
  • Write : wxRegKey
  • -
  • write -: wxFile -
  • write_append : wxFile
  • @@ -129,7 +127,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_eval.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_eval.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -135,7 +135,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x61.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x61.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x61.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x61.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1254,7 +1254,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x62.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x62.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x62.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x62.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -395,7 +395,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x63.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x63.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x63.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x63.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -195,7 +195,8 @@ : wxToolBarToolBase
  • Cancel() -: wxStyledTextCtrl +: wxWebKitBeforeLoadEvent +, wxStyledTextCtrl
  • CancelDialing() : wxDialUpManager @@ -213,15 +214,18 @@ : wxEncodingConverter
  • CanCopy() -: wxRichTextCtrl +: wxWebView +, wxRichTextCtrl , wxTextEntry -, wxWebView
  • CanCut() : wxRichTextCtrl , wxTextEntry , wxWebView
  • +
  • CanDecreaseTextSize() +: wxWebKitCtrl +
  • CanDeleteRange() : wxRichTextCtrl
  • @@ -263,6 +267,9 @@
  • CanEnableCellControl() : wxGrid
  • +
  • CanGetPageSource() +: wxWebKitCtrl +
  • CanGetTextExtent() : wxDC
  • @@ -270,10 +277,12 @@ : wxGridTableBase
  • CanGoBack() -: wxWebView +: wxWebKitCtrl +, wxWebView
  • CanGoForward() -: wxWebView +: wxWebKitCtrl +, wxWebView
  • CanHandle() : wxArchiveClassFactory @@ -290,6 +299,9 @@ : wxGridTableBase , wxGrid
  • +
  • CanIncreaseTextSize() +: wxWebKitCtrl +
  • CanInsertContent() : wxRichTextCtrl
  • @@ -333,16 +345,16 @@ , wxInputStream
  • CanRedo() -: wxCommandProcessor -, wxRichTextCtrl +: wxRichTextCtrl , wxStyledTextCtrl , wxTextEntry , wxWebView +, wxCommandProcessor
  • CanSave() -: wxRichTextXMLHandler -, wxRichTextFileHandler +: wxRichTextFileHandler , wxRichTextPlainTextHandler +, wxRichTextXMLHandler
  • CanScroll() : wxWindow @@ -563,7 +575,13 @@ , wxRichTextBuffer
  • Clear() -: wxArray< T > +: wxAuiToolBar +, wxMemoryBuffer +, wxClipboard +, wxItemContainer +, wxDC +, wxSVGFileDC +, wxArray< T > , wxFileName , wxGridTableBase , wxGridStringTable @@ -606,12 +624,6 @@
  • Clear() : wxArrayString -, wxAuiToolBar -, wxMemoryBuffer -, wxClipboard -, wxItemContainer -, wxDC -, wxSVGFileDC
  • ClearActions() : wxRichTextCommand @@ -932,6 +944,9 @@ : wxPropertyGridManager , wxPropertyGrid
  • +
  • compare() +: wxString +
  • Compare() : wxDataViewModel , wxDataViewListModel @@ -970,24 +985,22 @@ : wxEvtHandler , wxFTP , wxHTTP -, wxSocketClient -, wxHTTP +, wxSocketClient
  • ConstrainTo() : wxRect2DDouble , wxRect2DInt
  • Contains() -: wxRect +: wxRect , wxRect2DDouble , wxRect2DInt , wxGraphicsPath , wxRegion , wxRichTextRange +, wxRegion , wxString -, wxGraphicsPath -, wxRect -, wxRect2DDouble +, wxRect
  • ContainsExcludedCharacters() : wxTextValidator @@ -1007,7 +1020,7 @@
  • Convert() : wxEncodingConverter , wxVariant -, wxEncodingConverter +, wxEncodingConverter
  • ConvertAlphaToMask() : wxImage @@ -1019,11 +1032,11 @@ : wxStyledTextCtrl
  • ConvertPixelsToDialog() -: wxWindow +: wxWindow
  • ConvertPixelsToTenthsMM() -: wxTextAttrDimensionConverter -, wxRichTextObject +: wxRichTextObject +, wxTextAttrDimensionConverter
  • ConvertStringToArgs() : wxCmdLineParser @@ -1032,7 +1045,6 @@ : wxTextAttrDimensionConverter , wxRichTextObject , wxRichTextStyleListBox -, wxRichTextObject
  • ConvertToBitmap() : wxRegion @@ -1043,11 +1055,11 @@ , wxImage
  • ConvertToGreyscale() -: wxImage +: wxImage
  • ConvertToImage() -: wxGraphicsBitmap -, wxBitmap +: wxBitmap +, wxGraphicsBitmap
  • ConvertToMono() : wxImage @@ -1063,40 +1075,39 @@ , wxImage , wxRegKey , wxPGChoices -, wxRichTextAttr , wxRichTextProperties , wxRichTextSelection , wxRichTextObject -, wxRichTextCompositeObject , wxRichTextParagraphLayoutBox +, wxRichTextBox , wxRichTextField -, wxRichTextFieldType , wxRichTextFieldTypeStandard +, wxRichTextLine , wxRichTextParagraph , wxRichTextPlainText , wxRichTextImageBlock +, wxRichTextImage , wxRichTextBuffer -, wxRichTextCell , wxRichTextTable , wxRichTextTableBlock , wxRichTextObjectAddress -, wxRichTextCtrl , wxRichTextHeaderFooterData +, wxStyledTextCtrl , wxTextEntry , wxWebView -, wxRichTextLine -, wxStyledTextCtrl -, wxRichTextImage -, wxRichTextBox -, wxRegKey +, wxRichTextCtrl +, wxRichTextCell +, wxRichTextFieldType +, wxRichTextCompositeObject +, wxRichTextAttr
  • CopyAllowLine() : wxStyledTextCtrl
  • CopyArchiveMetaData() -: wxTarOutputStream +: wxArchiveOutputStream +, wxTarOutputStream , wxZipOutputStream -, wxArchiveOutputStream
  • CopyAttributes() : wxDC @@ -1106,8 +1117,8 @@
  • CopyEntry() : wxArchiveOutputStream -, wxTarOutputStream , wxZipOutputStream +, wxTarOutputStream
  • CopyFragment() : wxRichTextParagraphLayoutBox @@ -1134,8 +1145,8 @@ : wxRegKey
  • count() -: wxHashSet -, wxHashMap +: wxHashMap +, wxHashSet
  • CountCharacters() : wxStyledTextCtrl @@ -1144,167 +1155,170 @@ : wxStringTokenizer
  • Create() -: wxScrollBar -, wxSymbolPickerDialog -, wxHScrolledWindow -, wxImage -, wxSlider -, wxServer -, wxImage -, wxGraphicsContext +: wxServer +, wxGauge , wxHtmlListBox -, wxHyperlinkCtrl -, wxPanel -, wxSplitterWindow -, wxHeaderCtrl -, wxGraphicsContext -, wxWindow +, wxImage +, wxRibbonBar +, wxRearrangeDialog , wxChoice -, wxListBox -, wxSashLayoutWindow -, wxGraphicsContext -, wxDDEServer -, wxGauge +, wxSlider +, wxCommandLinkButton +, wxInfoBar +, wxSpinCtrl , wxImage -, wxStatusBar -, wxWizard -, wxRibbonBar -, wxHtmlHelpDialog -, wxDocMDIParentFrame -, wxChoice -, wxDataViewListCtrl -, wxGraphicsContext -, wxWebViewFactory +, wxHtmlHelpWindow +, wxGrid +, wxSplitterWindow +, wxHtmlHelpFrame , wxComboPopup -, wxTextEntryDialog -, wxSpinCtrlDouble -, wxSingleInstanceChecker -, wxVScrolledWindow -, wxFindReplaceDialog -, wxBitmap -, wxThreadHelper -, wxScrolled< T > -, wxTimePickerCtrl -, wxDatePickerCtrl -, wxStaticText -, wxCheckListBox -, wxComboBox -, wxTopLevelWindow -, wxColourPickerCtrl -, wxToggleButton -, wxCheckListBox +, wxGraphicsContext +, wxChoice +, wxImage +, wxDialog +, wxFontPickerCtrl +, wxWizard +, wxEditableListBox , wxStyledTextCtrl +, wxDatePickerCtrl +, wxChoicebook +, wxControl +, wxGraphicsContext +, wxComboBox +, wxCollapsiblePane +, wxGenericAboutDialog +, wxFrame +, wxFontDialog +, wxWindow +, wxFileCtrl +, wxFindReplaceDialog +, wxDocParentFrame +, wxSingleInstanceChecker +, wxDialUpManager +, wxDDEServer +, wxDataViewTreeCtrl , wxMask -, wxBitmapButton -, wxVListBox , wxURI +, wxCaret +, wxComboCtrl +, wxBookCtrlBase +, wxCalendarCtrl +, wxMask +, wxTopLevelWindow +, wxAuiNotebook +, wxCaret +, wxBannerWindow , wxBitmapComboBox +, wxBitmapButton +, wxBitmapHandler +, wxVListBox +, wxBitmap +, wxBitmapComboBox , wxTreeListCtrl , wxAnimationCtrl -, wxFSVolume -, wxBookCtrlBase -, wxBitmapHandler +, wxBitmap +, wxToolbook , wxButton -, wxBitmapComboBox -, wxMask , wxAuiToolBar -, wxToolbook -, wxCaret , wxCheckBox -, wxBitmap -, wxAuiNotebook -, wxBannerWindow -, wxComboCtrl -, wxConfigBase -, wxControl +, wxTreebook +, wxMask +, wxBitmapToggleButton +, wxColourDialog +, wxComboBox , wxDataViewCtrl -, wxDataViewTreeCtrl -, wxCaret -, wxDialUpManager -, wxDocParentFrame -, wxFileCtrl -, wxFilePickerCtrl -, wxDirPickerCtrl -, wxStaticLine -, wxFontDialog -, wxGenericAboutDialog +, wxDataViewListCtrl +, wxThread +, wxHScrolledWindow +, wxRichTextCtrl +, wxTimePickerCtrl +, wxTextEntryDialog +, wxDirFilterListCtrl +, wxSound , wxTextFile -, wxTreeCtrl -, wxGridCellEditor -, wxGrid -, wxTextCtrl -, wxCalendarCtrl -, wxCollapsiblePane -, wxSimpleHtmlListBox -, wxColourDialog +, wxDirPickerCtrl +, wxCheckListBox +, wxGraphicsContext +, wxCheckListBox +, wxGridUpdateLocker +, wxHtmlHelpDialog +, wxTextFile +, wxColourPickerCtrl , wxSearchCtrl -, wxImage -, wxInfoBar -, wxWebView -, wxListCtrl +, wxSimpleHtmlListBox +, wxImage +, wxImageList , wxStaticBitmap -, wxMiniFrame +, wxStaticBox +, wxHVScrolledWindow +, wxSpinButton +, wxMDIParentFrame +, wxMouseEventsManager +, wxWebViewFactory +, wxOwnerDrawnComboBox +, wxSpinCtrlDouble , wxWizardPage -, wxOwnerDrawnComboBox -, wxChoicebook +, wxConfigBase , wxPropertyGrid -, wxSpinCtrl -, wxRearrangeList -, wxRadioBox -, wxRibbonButtonBar +, wxRadioBox +, wxRadioButton +, wxRearrangeCtrl , wxRibbonGallery -, wxRibbonPage +, wxRibbonPanel , wxRichTextObjectAddress -, wxRibbonToolBar -, wxRichTextCtrl -, wxEditableListBox -, wxRichTextStyleOrganiserDialog -, wxWebViewFactory -, wxSound -, wxSpinButton -, wxCommandLinkButton -, wxGenericDirCtrl -, wxStaticBox -, wxDirFilterListCtrl +, wxSymbolPickerDialog +, wxRichTextStyleListCtrl , wxTCPServer -, wxTextFile -, wxBitmapToggleButton -, wxThread -, wxTreebook -, wxFontPickerCtrl +, wxScrolled< T > +, wxSound +, wxScrollBar +, wxWebView +, wxStaticLine +, wxStaticText +, wxStatusBar +, wxTextCtrl +, wxToggleButton +, wxThreadHelper +, wxDocMDIParentFrame +, wxGenericDirCtrl , wxRichTextFormattingDialog -, wxHVScrolledWindow -, wxListbook -, wxDialog -, wxGraphicsContext -, wxRichTextStyleListCtrl -, wxRadioButton +, wxTreeCtrl +, wxFSVolume +, wxWebViewFactory +, wxRichTextStyleOrganiserDialog +, wxFile +, wxListCtrl +, wxHyperlinkCtrl +, wxRibbonButtonBar +, wxListBox +, wxRibbonToolBar +, wxFontDialog +, wxRibbonPage +, wxVScrolledWindow , wxWizardPageSimple -, wxGraphicsContext -, wxFrame -, wxNotebook -, wxRibbonPanel -, wxRearrangeCtrl -, wxGridUpdateLocker -, wxRearrangeDialog -, wxHtmlHelpFrame -, wxSimpleHtmlListBox -, wxPalette -, wxPropertyGridManager -, wxRadioBox -, wxHtmlHelpWindow +, wxFilePickerCtrl +, wxRearrangeList +, wxSashLayoutWindow +, wxRegKey +, wxPanel +, wxGraphicsContext +, wxGridCellEditor , wxPopupWindow , wxPropertySheetDialog -, wxFile -, wxRegKey -, wxImageList +, wxPropertyGridManager +, wxWebKitCtrl +, wxHeaderCtrl +, wxNotebook +, wxOwnerDrawnComboBox +, wxPalette , wxOwnerDrawnComboBox -, wxListBox +, wxListbook +, wxSimpleHtmlListBox , wxMediaCtrl -, wxMouseEventsManager -, wxMDIParentFrame +, wxMiniFrame +, wxListBox , wxMDIChildFrame -, wxFontDialog +, wxImage
  • CreateAbortWindow() : wxPrinter @@ -1314,8 +1328,8 @@
  • CreateBitmap() : wxArtProvider -, wxGraphicsRenderer , wxGraphicsContext +, wxGraphicsRenderer
  • CreateBitmapFromImage() : wxGraphicsContext @@ -1358,7 +1372,7 @@ : wxHtmlHelpWindow
  • CreateContext() -: wxGraphicsRenderer +: wxGraphicsRenderer
  • CreateContextFromImage() : wxGraphicsRenderer @@ -1382,9 +1396,9 @@ : wxSingleInstanceChecker
  • CreateDocument() -: wxDocManager +: wxDocTemplate , wxStyledTextCtrl -, wxDocTemplate +, wxDocManager
  • CreateEditorCtrl() : wxDataViewRenderer @@ -1395,8 +1409,7 @@
  • CreateFont() : wxGraphicsRenderer -, wxGraphicsContext -, wxGraphicsRenderer +, wxGraphicsContext
  • CreateFontMapper() : wxAppTraits @@ -1447,7 +1460,6 @@
  • CreateLinearGradientBrush() : wxGraphicsContext , wxGraphicsRenderer -, wxGraphicsContext
  • CreateLoader() : wxStyledTextCtrl @@ -1456,8 +1468,7 @@ : wxAppTraits
  • CreateMatrix() -: wxGraphicsContext -, wxGraphicsRenderer +: wxGraphicsRenderer , wxGraphicsContext
  • CreateMeasuringContext() @@ -1485,8 +1496,8 @@ : wxRichTextFormattingDialogFactory
  • CreatePath() -: wxGraphicsContext -, wxGraphicsRenderer +: wxGraphicsRenderer +, wxGraphicsContext
  • CreatePen() : wxGraphicsRenderer @@ -1502,8 +1513,8 @@ : wxPropertyGridManager
  • CreateRadialGradientBrush() -: wxGraphicsContext -, wxGraphicsRenderer +: wxGraphicsRenderer +, wxGraphicsContext
  • CreateRefData() : wxObject @@ -1562,8 +1573,8 @@ , wxRect2DDouble
  • CreateView() -: wxDocTemplate -, wxDocManager +: wxDocManager +, wxDocTemplate
  • CreateWindow() : wxPreferencesPage @@ -1573,59 +1584,59 @@ , wxDC
  • Cut() -: wxRichTextCtrl +: wxTextEntry , wxStyledTextCtrl , wxComboCtrl -, wxTextEntry +, wxRichTextCtrl , wxWebView
  • cWC2MB() : wxMBConv
  • cWC2WX() -: wxMBConv +: wxMBConv
  • cWX2MB() -: wxMBConv +: wxMBConv
  • cWX2WC() -: wxMBConv +: wxMBConv
  • wxCalculateLayoutEvent() : wxCalculateLayoutEvent
  • wxCalendarCtrl() -: wxCalendarCtrl +: wxCalendarCtrl
  • wxCalendarDateAttr() -: wxCalendarDateAttr +: wxCalendarDateAttr
  • wxCalendarEvent() -: wxCalendarEvent +: wxCalendarEvent
  • wxCaret() -: wxCaret +: wxCaret
  • wxCharBuffer() -: wxCharBuffer +: wxCharBuffer
  • wxCharTypeBuffer() -: wxCharTypeBuffer< T > +: wxCharTypeBuffer< T >
  • wxCheckBox() : wxCheckBox
  • wxCheckListBox() -: wxCheckListBox +: wxCheckListBox
  • wxChildFocusEvent() : wxChildFocusEvent
  • wxChoice() -: wxChoice +: wxChoice
  • wxChoicebook() -: wxChoicebook +: wxChoicebook
  • wxClassInfo() : wxClassInfo @@ -1652,7 +1663,7 @@ : wxCloseEvent
  • wxCmdLineParser() -: wxCmdLineParser +: wxCmdLineParser
  • wxCollapsiblePane() : wxCollapsiblePane @@ -1661,7 +1672,7 @@ : wxCollapsiblePaneEvent
  • wxColour() -: wxColour +: wxColour
  • wxColourData() : wxColourData @@ -1679,7 +1690,7 @@ : wxColourPickerEvent
  • wxComboBox() -: wxComboBox +: wxComboBox
  • wxComboCtrl() : wxComboCtrl @@ -1736,7 +1747,7 @@ : wxCriticalSectionLocker
  • wxCSConv() -: wxCSConv +: wxCSConv
  • wxCursor() : wxCursor @@ -1752,7 +1763,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x64.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x64.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x64.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x64.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -110,6 +110,9 @@
  • DecBy() : wxSize
  • +
  • DecreaseTextSize() +: wxWebKitCtrl +
  • DecRef() : wxGridCellAttr , wxRefCounter @@ -179,11 +182,11 @@ : wxAuiToolBar
  • DeleteChildren() -: wxPGProperty +: wxDataViewTreeStore +, wxPGProperty , wxRichTextCompositeObject , wxTreeCtrl , wxDataViewTreeCtrl -, wxDataViewTreeStore
  • DeleteChoice() : wxPGProperty @@ -661,14 +664,14 @@ : wxRichTextParagraphLayoutBox
  • DoLayoutAdaptation() -: wxDialog -, wxDialogLayoutAdapter +: wxDialogLayoutAdapter +, wxDialog
  • DoLoadFile() -: wxRichTextFileHandler +: wxRichTextXMLHandler +, wxRichTextFileHandler , wxRichTextPlainTextHandler , wxRichTextCtrl -, wxRichTextXMLHandler
  • DoLogRecord() : wxLog @@ -779,31 +782,31 @@ : wxMouseEvent
  • Draw() -: wxRichTextBox +: wxRichTextParagraphLayoutBox +, wxRichTextCell , wxGridCellRenderer , wxHtmlCell , wxImageList , wxRichTextObject -, wxRichTextParagraphLayoutBox +, wxRichTextBox , wxRichTextField , wxRichTextFieldType , wxRichTextFieldTypeStandard , wxRichTextParagraph , wxRichTextPlainText , wxRichTextImage -, wxRichTextCell , wxRichTextTable
  • DrawArc() : wxDC
  • DrawBackground() -: wxAuiToolBarArt +: wxAuiDefaultToolBarArt , wxAuiTabArt , wxAuiDefaultTabArt , wxAuiSimpleTabArt , wxAuiDockArt -, wxAuiDefaultToolBarArt +, wxAuiToolBarArt
  • DrawBitmap() : wxDC @@ -814,22 +817,22 @@ , wxRichTextStdRenderer
  • DrawBorder() -: wxRichTextObject -, wxAuiDockArt +: wxGridCornerHeaderRenderer , wxGridRowHeaderRendererDefault -, wxGridCornerHeaderRendererDefault , wxGridColumnHeaderRendererDefault -, wxGridCornerHeaderRenderer +, wxRichTextObject +, wxGridCornerHeaderRendererDefault +, wxAuiDockArt
  • DrawBoxAttributes() : wxRichTextObject
  • DrawButton() -: wxAuiTabArt +: wxAuiToolBarArt +, wxAuiDefaultToolBarArt +, wxAuiTabArt , wxAuiDefaultTabArt , wxAuiSimpleTabArt -, wxAuiDefaultToolBarArt -, wxAuiToolBarArt
  • DrawButtonBarBackground() : wxRibbonArtProvider @@ -840,9 +843,12 @@
  • DrawCaption() : wxAuiDockArt
  • +
  • DrawCellHighlight() +: wxGrid +
  • DrawCheckBox() -: wxRendererNative -, wxDelegateRendererNative +: wxDelegateRendererNative +, wxRendererNative
  • DrawCheckMark() : wxDC @@ -853,6 +859,12 @@
  • DrawCircle() : wxDC
  • +
  • DrawColLabel() +: wxGrid +
  • +
  • DrawColLabels() +: wxGrid +
  • DrawComboBox() : wxRendererNative
  • @@ -864,17 +876,21 @@ : wxAuiToolBarArt , wxAuiDefaultToolBarArt +
  • DrawCornerLabel() +: wxGrid +
  • DrawDropArrow() -: wxDelegateRendererNative -, wxRendererNative +: wxRendererNative +, wxDelegateRendererNative
  • DrawDropDownButton() : wxAuiToolBarArt , wxAuiDefaultToolBarArt
  • DrawEllipse() -: wxDC +: wxDC , wxGraphicsContext +, wxDC
  • DrawEllipticArc() : wxDC @@ -893,8 +909,8 @@ : wxRibbonArtProvider
  • DrawGripper() -: wxAuiDockArt -, wxAuiToolBarArt +: wxAuiToolBarArt +, wxAuiDockArt , wxAuiDefaultToolBarArt
  • DrawHeaderButton() @@ -902,8 +918,8 @@ , wxRendererNative
  • DrawHeaderButtonContents() -: wxDelegateRendererNative -, wxRendererNative +: wxRendererNative +, wxDelegateRendererNative
  • DrawHelpButton() : wxRibbonArtProvider @@ -916,14 +932,14 @@ : wxHtmlCell
  • DrawItemSelectionRect() -: wxRendererNative -, wxDelegateRendererNative +: wxDelegateRendererNative +, wxRendererNative
  • DrawLabel() -: wxDC +: wxAuiDefaultToolBarArt , wxGridHeaderLabelsRenderer -, wxAuiDefaultToolBarArt , wxAuiToolBarArt +, wxDC
  • DrawLine() : wxDC @@ -936,8 +952,8 @@ : wxRibbonArtProvider
  • DrawOverflowButton() -: wxAuiDefaultToolBarArt -, wxAuiToolBarArt +: wxAuiToolBarArt +, wxAuiDefaultToolBarArt
  • DrawPageBackground() : wxRibbonArtProvider @@ -952,36 +968,43 @@ : wxGraphicsContext
  • DrawPlainBackground() -: wxAuiDefaultToolBarArt -, wxAuiToolBarArt +: wxAuiToolBarArt +, wxAuiDefaultToolBarArt
  • DrawPoint() : wxDC
  • DrawPolygon() -: wxDC +: wxDC
  • DrawPolyPolygon() : wxDC
  • DrawPushButton() -: wxDelegateRendererNative -, wxRendererNative +: wxRendererNative +, wxDelegateRendererNative
  • DrawRadioBitmap() : wxRendererNative
  • DrawRectangle() -: wxDC +: wxDC , wxGraphicsContext -, wxDC +, wxDC
  • DrawRotatedText() -: wxDC +: wxDC
  • DrawRoundedRectangle() -: wxDC +: wxDC , wxGraphicsContext +, wxDC +
  • +
  • DrawRowLabel() +: wxGrid +
  • +
  • DrawRowLabels() +: wxGrid
  • DrawSash() : wxAuiDockArt @@ -994,25 +1017,25 @@ , wxAuiToolBarArt
  • DrawSpline() -: wxDC +: wxDC
  • DrawSplitterBorder() -: wxRendererNative -, wxDelegateRendererNative +: wxDelegateRendererNative +, wxRendererNative
  • DrawSplitterSash() -: wxDelegateRendererNative -, wxRendererNative +: wxRendererNative +, wxDelegateRendererNative
  • DrawStandardBullet() : wxRichTextRenderer , wxRichTextStdRenderer
  • DrawTab() -: wxAuiTabArt -, wxRibbonArtProvider +: wxAuiDefaultTabArt , wxAuiSimpleTabArt -, wxAuiDefaultTabArt +, wxAuiTabArt +, wxRibbonArtProvider
  • DrawTabCtrlBackground() : wxRibbonArtProvider @@ -1021,9 +1044,10 @@ : wxRibbonArtProvider
  • DrawText() -: wxGraphicsContext +: wxGraphicsContext +, wxDC +, wxGraphicsContext , wxDC -, wxGraphicsContext
  • DrawTextBullet() : wxRichTextStdRenderer @@ -1032,6 +1056,9 @@
  • DrawTextCtrl() : wxRendererNative
  • +
  • DrawTextRectangle() +: wxGrid +
  • DrawTitleBarBitmap() : wxRendererNative
  • @@ -1048,22 +1075,21 @@ : wxRibbonArtProvider
  • DrawTreeItemButton() -: wxDelegateRendererNative -, wxRendererNative +: wxRendererNative +, wxDelegateRendererNative
  • DrawValue() : wxPGEditor
  • Dump() -: wxRichTextBuffer +: wxDebugContext , wxRichTextCompositeObject -, wxDebugContext -, wxRichTextPlainText , wxRichTextObject , wxRichTextBuffer +, wxRichTextPlainText
  • wxDataFormat() -: wxDataFormat +: wxDataFormat
  • wxDatagramSocket() : wxDatagramSocket @@ -1093,7 +1119,7 @@ : wxDataViewChoiceRenderer
  • wxDataViewColumn() -: wxDataViewColumn +: wxDataViewColumn
  • wxDataViewCtrl() : wxDataViewCtrl @@ -1108,7 +1134,7 @@ : wxDataViewEvent
  • wxDataViewIconText() -: wxDataViewIconText +: wxDataViewIconText
  • wxDataViewIconTextRenderer() : wxDataViewIconTextRenderer @@ -1150,7 +1176,7 @@ : wxDataViewToggleRenderer
  • wxDataViewTreeCtrl() -: wxDataViewTreeCtrl +: wxDataViewTreeCtrl
  • wxDataViewTreeStore() : wxDataViewTreeStore @@ -1159,16 +1185,16 @@ : wxDataViewVirtualListModel
  • wxDateEvent() -: wxDateEvent +: wxDateEvent
  • wxDatePickerCtrl() -: wxDatePickerCtrl +: wxDatePickerCtrl
  • wxDateSpan() : wxDateSpan
  • wxDateTime() -: wxDateTime +: wxDateTime
  • wxDCBrushChanger() : wxDCBrushChanger @@ -1180,7 +1206,7 @@ : wxDCFontChanger
  • wxDCOverlay() -: wxDCOverlay +: wxDCOverlay
  • wxDCPenChanger() : wxDCPenChanger @@ -1216,7 +1242,7 @@ : wxDelegateRendererNative
  • wxDEPRECATED() -: wxPGProperty +: wxPGProperty
  • wxDialog() : wxDialog @@ -1228,13 +1254,13 @@ : wxDialUpEvent
  • wxDir() -: wxDir +: wxDir
  • wxDirDialog() : wxDirDialog
  • wxDirFilterListCtrl() -: wxDirFilterListCtrl +: wxDirFilterListCtrl
  • wxDirPickerCtrl() : wxDirPickerCtrl @@ -1267,7 +1293,7 @@ : wxDocument
  • wxDragImage() -: wxDragImage +: wxDragImage
  • wxDropFilesEvent() : wxDropFilesEvent @@ -1286,7 +1312,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x65.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x65.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x65.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x65.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -640,7 +640,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x66.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x66.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x66.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x66.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -715,7 +715,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x67.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x67.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x67.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x67.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -137,9 +137,15 @@
  • GetAbsoluteRange() : wxRichTextLine
  • +
  • GetAccel() +: wxMenuItem +
  • GetAcceleratorTable() : wxWindow
  • +
  • GetAccelFromString() +: wxMenuItem +
  • GetAccessible() : wxWindow
  • @@ -293,8 +299,8 @@ : wxGraphicsContext
  • GetAny() -: wxVariantData -, wxVariant +: wxVariant +, wxVariantData
  • GetAnyUsableView() : wxDocManager @@ -532,7 +538,7 @@ , wxHeaderColumn , wxHeaderColumnSimple , wxImageList -, wxMenuItem +, wxMenuItem , wxPGCell , wxRichTextFieldTypeStandard , wxStaticBitmap @@ -849,6 +855,15 @@
  • GetCellFont() : wxGrid
  • +
  • GetCellHighlightColour() +: wxGrid +
  • +
  • GetCellHighlightPenWidth() +: wxGrid +
  • +
  • GetCellHighlightROPenWidth() +: wxGrid +
  • GetCellOverflow() : wxGrid
  • @@ -1100,7 +1115,12 @@ : wxRibbonArtProvider
  • GetColour() -: wxFontData +: wxColourPickerCtrl +, wxColourPickerEvent +, wxPrintData +, wxColourData +, wxDataViewItemAttr +, wxFontData , wxGraphicsGradientStop , wxPen , wxRibbonArtProvider @@ -1109,11 +1129,6 @@ , wxXmlResourceHandler , wxAuiDockArt , wxBrush -, wxColourPickerCtrl -, wxColourPickerEvent -, wxPrintData -, wxColourData -, wxDataViewItemAttr
  • GetColourData() : wxColourDialog @@ -1222,6 +1237,9 @@ : wxListCtrl , wxTreeListCtrl
  • +
  • GetColWidths() +: wxFlexGridSizer +
  • GetCombinedAttributes() : wxRichTextParagraph
  • @@ -1324,6 +1342,7 @@
  • GetControl() : wxComboPopup +, wxGridCellEditor , wxGridEditorCreatedEvent , wxStyledTextEvent , wxToolBarToolBase @@ -1780,6 +1799,7 @@
  • GetDisabledBitmap() : wxAuiToolBarItem +, wxMenuItem , wxToolBarToolBase
  • GetDispatchId() @@ -2248,6 +2268,12 @@
  • GetFileHistory() : wxDocManager
  • +
  • GetFilename() +: wxDocument +, wxFileCtrl +, wxFileDialog +, wxRichTextCtrl +
  • GetFileName() : wxFilePickerCtrl , wxIconLocation @@ -2256,10 +2282,6 @@
  • GetFilename() : wxPrintData -, wxDocument -, wxFileCtrl -, wxFileDialog -, wxRichTextCtrl
  • GetFilenames() : wxFileDataObject @@ -3844,8 +3866,8 @@ : wxFontPickerCtrl
  • GetMaxSize() -: wxRichTextObject -, wxTextBoxAttr +: wxTextBoxAttr +, wxRichTextObject , wxWindow
  • GetMaxWidth() @@ -3858,10 +3880,10 @@ : wxMDIChildFrame
  • GetMenu() -: wxMenuEvent +: wxSearchCtrl +, wxMenuEvent , wxMenuBar , wxMenuItem -, wxSearchCtrl
  • GetMenuBar() : wxFrame @@ -3891,8 +3913,8 @@ : wxFileHistory
  • GetMessage() -: wxFileDialog -, wxDirDialog +: wxDirDialog +, wxFileDialog , wxMessageDialog , wxGenericProgressDialog , wxStyledTextEvent @@ -3949,7 +3971,7 @@ : wxWindow
  • GetMinimisedIcon() -: wxRibbonPanel +: wxRibbonPanel
  • GetMinimisedPanelMinimumSize() : wxRibbonArtProvider @@ -3980,12 +4002,12 @@ , wxPrintPreview
  • GetMinSize() -: wxSizerItem -, wxTextBoxAttr +: wxTextBoxAttr , wxAuiToolBarItem , wxTextBoxAttr , wxRichTextObject , wxSizer +, wxSizerItem , wxWindow
  • GetMinute() @@ -4034,8 +4056,8 @@ : wxDateTime
  • GetModifiers() -: wxKeyboardState -, wxStyledTextEvent +: wxStyledTextEvent +, wxKeyboardState
  • GetModify() : wxStyledTextCtrl @@ -4084,45 +4106,45 @@ : wxIndividualLayoutConstraint
  • GetName() -: wxWebViewHandler -, wxXmlResourceHandler -, wxArchiveEntry +: wxPreferencesPage +, wxWebViewHandler +, wxTextFile , wxRichTextDrawingHandler -, wxRichTextObject -, wxPreferencesPage +, wxMenuItem , wxHtmlTag -, wxDisplay +, wxArchiveEntry , wxAboutDialogInfo , wxAccessible , wxBitmapHandler , wxCommand , wxDir +, wxDisplay , wxDynamicLibraryDetails , wxFFile , wxFileName , wxHtmlEasyPrinting , wxImageHandler , wxLocale -, wxMenuItem , wxRegKey , wxPersistentWindow< T > , wxPersistentObject , wxStockPreferencesPage , wxPGEditor , wxPGProperty +, wxRichTextObject , wxRichTextFieldType , wxRichTextAction , wxRichTextFileHandler , wxRichTextStyleDefinition , wxRichTextStyleSheet , wxStackFrame -, wxTextFile , wxVariant , wxVersionInfo , wxFSVolume , wxWindow , wxXmlNode , wxXmlAttribute +, wxXmlResourceHandler
  • GetNameWithSep() : wxDir @@ -4161,6 +4183,9 @@ : wxRichTextObject , wxRichTextImage
  • +
  • GetNavigationType() +: wxWebKitBeforeLoadEvent +
  • GetNewOrder() : wxHeaderCtrlEvent
  • @@ -4174,12 +4199,12 @@ : wxRichTextEvent
  • GetNext() -: wxHtmlCell -, wxArchiveClassFactory +: wxTextCompleter , wxDir +, wxArchiveClassFactory +, wxHtmlCell , wxNode< T > , wxFilterClassFactory -, wxTextCompleter , wxWizardPage , wxXmlNode , wxXmlAttribute @@ -4189,10 +4214,10 @@
  • GetNextEntry() : wxArchiveInputStream -, wxZipInputStream , wxConfigBase , wxFileConfig , wxTarInputStream +, wxZipInputStream
  • GetNextGroup() : wxConfigBase @@ -4215,8 +4240,8 @@ : wxTextFile
  • GetNextSelected() -: wxListView -, wxVListBox +: wxVListBox +, wxListView
  • GetNextSibling() : wxTreeCtrl @@ -4224,7 +4249,7 @@ , wxWindow
  • GetNextSmallerSize() -: wxRibbonControl +: wxRibbonControl
  • GetNextStyle() : wxRichTextParagraphStyleDefinition @@ -4252,8 +4277,8 @@ : wxXmlResourceHandler
  • GetNodeContent() -: wxXmlNode -, wxXmlResourceHandler +: wxXmlResourceHandler +, wxXmlNode
  • GetNoLabel() : wxMessageDialog @@ -4312,30 +4337,30 @@ , wxFileConfig
  • GetNumberOfLines() -: wxStyledTextCtrl -, wxRichTextCtrl +: wxRichTextCtrl +, wxStyledTextCtrl , wxTextCtrl
  • GetNumberRows() -: wxGridTableBase -, wxGridStringTable +: wxGridStringTable +, wxGridTableBase , wxGrid
  • GetObject() -: wxRichTextObjectAddress +: wxPersistentObject , wxDataObjectComposite , wxAutomationObject -, wxPersistentObject +, wxRichTextObjectAddress , wxRichTextAction , wxRichTextContextMenuPropertiesInfo
  • GetObjects() -: wxRichTextContextMenuPropertiesInfo +: wxRichTextContextMenuPropertiesInfo
  • GetOffset() -: wxArchiveEntry +: wxStackFrame +, wxArchiveEntry , wxDateTime::TimeZone -, wxStackFrame
  • GetOKLabel() : wxMessageDialog @@ -4384,14 +4409,14 @@ : wxPlatformInfo
  • GetOperatingSystemId() -: wxPlatformInfo +: wxPlatformInfo
  • GetOperatingSystemIdName() : wxPlatformInfo
  • GetOption() -: wxImage -, wxSystemOptions +: wxSystemOptions +, wxImage
  • GetOptionInt() : wxImage @@ -4413,20 +4438,20 @@ : wxImage
  • GetOrientation() -: wxScrollEvent +: wxPrintData +, wxScrollWinEvent +, wxScrollEvent , wxSashLayoutWindow -, wxQueryLayoutInfoEvent , wxBoxSizer , wxVarScrollHelperBase -, wxScrollWinEvent -, wxPrintData +, wxQueryLayoutInfoEvent
  • GetOrientationTargetSize() : wxVarScrollHelperBase
  • GetOrigin() -: wxHelpEvent -, wxPixelData< Image, PixelFormat > +: wxPixelData< Image, PixelFormat > +, wxHelpEvent
  • GetOriginalImageSize() : wxRichTextImage @@ -4445,11 +4470,13 @@
  • GetOutCode() : wxRect2DDouble -, wxRect2DInt
  • GetOutcode() -: wxRect2DInt -, wxRect2DDouble +: wxRect2DDouble +, wxRect2DInt +
  • +
  • GetOutCode() +: wxRect2DInt
  • GetOutline() : wxTextBoxAttr @@ -4462,8 +4489,8 @@
  • GetOutputStream() : wxProcess -, wxFTP , wxTextOutputStream +, wxFTP
  • GetOutputStreamBuffer() : wxMemoryOutputStream @@ -4475,28 +4502,29 @@ : wxStyledTextCtrl
  • GetOwner() -: wxDataViewRenderer +: wxDataViewModelNotifier +, wxDataViewRenderer , wxDataViewColumn , wxTimer -, wxDataViewModelNotifier
  • GetOwnRange() -: wxRichTextObject +: wxRichTextObject
  • GetOwnRangeIfTopLevel() : wxRichTextObject
  • GetPadding() -: wxTextBoxAttr +: wxTextBoxAttr
  • GetPage() : wxAuiNotebook , wxAuiTabContainer +, wxBookCtrlBase , wxPropertyGridManager , wxRibbonBarEvent -, wxWizardEvent , wxRibbonBar -, wxBookCtrlBase +, wxWizardEvent +, wxAuiTabContainer
  • GetPageAreaSizer() : wxWizard @@ -4512,10 +4540,10 @@
  • GetPageCount() : wxAuiNotebook -, wxAuiTabContainer , wxBookCtrlBase , wxPropertyGridManager , wxRibbonBar +, wxAuiTabContainer
  • GetPageId() : wxRichTextFormattingDialogFactory @@ -4556,7 +4584,7 @@ , wxRichTextPrinting
  • GetPageSetupDialogData() -: wxDocTemplate +: wxDocTemplate
  • GetPageSize() : wxScrollBar @@ -4570,20 +4598,27 @@ : wxPrintout
  • GetPageSource() -: wxWebView +: wxWebKitCtrl +, wxWebView
  • GetPageText() : wxAuiNotebook +, wxBookCtrlBase , wxNotebook , wxWebView -, wxBookCtrlBase +
  • +
  • GetPageTitle() +: wxWebKitCtrl
  • GetPageToolTip() : wxAuiNotebook
  • +
  • GetPageURL() +: wxWebKitCtrl +
  • GetPalette() -: wxBitmap -, wxImage +: wxImage +, wxBitmap
  • GetPaletteRealized() : wxQueryNewPaletteEvent @@ -4592,7 +4627,6 @@ : wxAuiManager , wxAuiManagerEvent , wxCollapsiblePane -, wxAuiManager
  • GetPanel() : wxPropertyGrid @@ -4674,8 +4708,8 @@ : wxXmlResourceHandler
  • GetParamValue() -: wxXmlResourceHandler -, wxFileType::MessageParameters +: wxFileType::MessageParameters +, wxXmlResourceHandler
  • GetParent() : wxAccessible @@ -4697,8 +4731,8 @@
  • GetParentWindow() : wxHelpControllerBase -, wxRichTextPrinting , wxHtmlEasyPrinting +, wxRichTextPrinting
  • GetParser() : wxHtmlTagHandler @@ -4719,17 +4753,17 @@
  • GetPath() : wxGenericDirCtrl , wxDirDialog -, wxDynamicLibraryDetails , wxFileConfig , wxFileCtrl , wxFileDialog +, wxFileName , wxFilePickerCtrl , wxDirPickerCtrl , wxFileDirPickerEvent , wxFileSystemWatcherEvent , wxURI -, wxFileName , wxFileSystem +, wxDynamicLibraryDetails , wxConfigBase
  • GetPaths() @@ -4784,8 +4818,8 @@ , wxColour
  • GetPixels() -: wxPixelData< Image, PixelFormat > -, wxTextAttrDimensionConverter +: wxTextAttrDimensionConverter +, wxPixelData< Image, PixelFormat >
  • GetPixelSize() : wxFont @@ -4843,10 +4877,10 @@ : wxCaret , wxDataViewEvent , wxKeyEvent -, wxJoystickEvent , wxScrollWinEvent , wxDropFilesEvent , wxContextMenuEvent +, wxHelpEvent , wxScrollEvent , wxMoveEvent , wxRect @@ -4857,6 +4891,7 @@ , wxMouseState , wxTextAttrDimension , wxTextBoxAttr +, wxRichTextObject , wxRichTextLine , wxRichTextAction , wxRichTextEvent @@ -4865,12 +4900,12 @@ , wxStyledTextEvent , wxWindow , wxXmlResourceHandler -, wxHelpEvent +, wxMouseState , wxStringTokenizer , wxSizer -, wxRichTextObject , wxGridSizeEvent , wxRect2DDouble +, wxJoystickEvent , wxCaret
  • GetPositionCacheSize() @@ -4999,37 +5034,34 @@ : wxDynamicLibrary
  • GetProperties() -: wxRichTextStyleSheet -, wxRichTextStyleDefinition -, wxRichTextProperties -, wxRichTextObject +: wxRichTextProperties +, wxRichTextObject , wxRichTextStyleDefinition -, wxRichTextProperties , wxRichTextStyleSheet +, wxRichTextStyleDefinition
  • GetPropertiesMenuLabel() -: wxRichTextFieldType +: wxRichTextCtrl , wxRichTextField -, wxRichTextBox -, wxRichTextCell , wxRichTextTable -, wxRichTextCtrl +, wxRichTextBox +, wxRichTextFieldType , wxRichTextObject +, wxRichTextCell , wxRichTextImage
  • GetPropertiesWithFlag() : wxPropertyGridInterface
  • GetProperty() -: wxAutomationObject -, wxPropertyGridEvent -, wxPropertyGridInterface -, wxPGVIterator +: wxPropertyGridIterator , wxAutomationObject +, wxPropertyGridEvent , wxPropertyGridHitTestResult , wxStyledTextCtrl +, wxPGVIterator +, wxPropertyGridInterface , wxRichTextProperties -, wxPropertyGridIterator
  • GetPropertyAttribute() : wxPropertyGridInterface @@ -5094,8 +5126,8 @@ : wxPropertyGridInterface
  • GetPropertyValue() -: wxPropertyGridInterface -, wxPropertyGridEvent +: wxPropertyGridEvent +, wxPropertyGridInterface
  • GetPropertyValueAsArrayInt() : wxPropertyGridInterface @@ -5134,18 +5166,18 @@ : wxPropertyGridInterface
  • GetProportion() -: wxAuiToolBarItem -, wxSizerItem +: wxSizerItem +, wxAuiToolBarItem
  • GetProtocol() -: wxFileSystemHandler -, wxFilterClassFactory +: wxFilterClassFactory , wxArchiveClassFactory +, wxFileSystemHandler , wxURL
  • GetProtocols() -: wxArchiveClassFactory -, wxFilterClassFactory +: wxFilterClassFactory +, wxArchiveClassFactory
  • GetPunctuationChars() : wxStyledTextCtrl @@ -5160,36 +5192,35 @@ : wxTreeCtrl
  • GetRange() -: wxRichTextLine -, wxRichTextAction -, wxRichTextLine +: wxRichTextSelection +, wxScrollBar , wxDatePickerCtrl , wxGenericProgressDialog -, wxRichTextSelection , wxRichTextObject +, wxRichTextLine , wxRichTextCtrl -, wxScrollBar +, wxRichTextEvent , wxGauge , wxRichTextObject +, wxRichTextAction , wxTextEntry -, wxRichTextEvent
  • GetRangePointer() : wxStyledTextCtrl
  • GetRanges() -: wxRichTextSelection +: wxRichTextSelection
  • GetRangeSize() -: wxRichTextParagraph -, wxRichTextCompositeObject +: wxRichTextField +, wxRichTextFieldType , wxRichTextParagraphLayoutBox -, wxRichTextField +, wxRichTextCompositeObject , wxRichTextFieldTypeStandard -, wxRichTextTable +, wxRichTextParagraph , wxRichTextPlainText +, wxRichTextTable , wxRichTextObject -, wxRichTextFieldType , wxRichTextImage
  • GetRataDie() @@ -5211,12 +5242,12 @@ : wxDataObjectComposite
  • GetRect() -: wxWindow -, wxSizerItem -, wxRegionIterator -, wxSizeEvent +: wxRegionIterator , wxCalculateLayoutEvent +, wxSizeEvent , wxRichTextLine +, wxSizerItem +, wxWindow , wxMoveEvent , wxRichTextObject
  • @@ -5257,17 +5288,17 @@ : wxIndividualLayoutConstraint
  • GetRenderer() -: wxGridCellAttr +: wxDataViewColumn , wxRichTextBuffer , wxGraphicsObject -, wxDataViewColumn +, wxGridCellAttr
  • GetRepetitionCounting() : wxLog
  • GetReplaceString() -: wxFindDialogEvent -, wxFindReplaceData +: wxFindReplaceData +, wxFindDialogEvent
  • GetReportName() : wxDebugReport @@ -5308,27 +5339,28 @@ : wxRibbonArtProvider
  • GetRichTextBuffer() -: wxRichTextBufferDataObject -, wxRichTextPrintout +: wxRichTextPrintout +, wxRichTextBufferDataObject
  • GetRichTextBufferFormatId() : wxRichTextBufferDataObject
  • GetRichTextCtrl() : wxRichTextStyleOrganiserDialog -, wxRichTextStyleComboCtrl -, wxRichTextParagraphLayoutBox , wxRichTextStyleListBox +, wxRichTextParagraphLayoutBox , wxRichTextStyleListCtrl +, wxRichTextStyleComboCtrl
  • GetRight() -: wxTextAttrBorders -, wxRect2DInt +: wxRect2DInt +, wxTextAttrDimensions +, wxTextAttrBorders , wxRect -, wxRect2DDouble , wxTextAttrDimensions +, wxTextAttrBorders , wxTextBoxAttr -, wxTextAttrDimensions +, wxRect2DDouble , wxTextBoxAttr
  • GetRightBorder() @@ -5348,8 +5380,9 @@ : wxFileSystemHandler
  • GetRightMargin() -: wxRichTextObject -, wxTextBoxAttr +: wxTextBoxAttr +, wxRichTextObject +, wxTextBoxAttr
  • GetRightOutline() : wxTextBoxAttr @@ -5382,19 +5415,19 @@
  • GetRow() : wxGridEditorCreatedEvent -, wxDataViewListModel , wxGridCellCoords -, wxGBPosition -, wxPosition , wxGridEvent +, wxPosition +, wxDataViewListModel +, wxGBPosition
  • GetRowColumnCount() : wxVarHVScrollHelper
  • GetRowCount() -: wxRadioBox -, wxVarVScrollHelper +: wxVarVScrollHelper , wxRichTextTable +, wxRadioBox , wxNotebook
  • GetRowGridLinePen() @@ -5406,6 +5439,9 @@
  • GetRowHeight() : wxPropertyGrid
  • +
  • GetRowHeights() +: wxFlexGridSizer +
  • GetRowLabelAlignment() : wxGrid
  • @@ -5413,9 +5449,9 @@ : wxGrid
  • GetRowLabelValue() -: wxGridTableBase +: wxGridStringTable , wxGrid -, wxGridStringTable +, wxGridTableBase
  • GetRowMinimalAcceptableHeight() : wxGrid @@ -5438,12 +5474,12 @@
  • GetRowSizes() : wxGrid
  • -
  • GetRowSpan() -: wxRichTextCell -
  • GetRowspan() : wxGBSpan
  • +
  • GetRowSpan() +: wxRichTextCell +
  • GetRowStride() : wxPixelData< Image, PixelFormat >
  • @@ -5460,8 +5496,8 @@ : wxSplitterWindow
  • GetSashPosition() -: wxSplitterEvent -, wxSplitterWindow +: wxSplitterWindow +, wxSplitterEvent
  • GetSashSize() : wxSplitterWindow @@ -5470,8 +5506,8 @@ : wxSashWindow
  • GetScale() -: wxRichTextCtrl -, wxRichTextBuffer +: wxRichTextBuffer +, wxRichTextCtrl
  • GetScaledPoint() : wxRichTextCtrl @@ -5492,7 +5528,7 @@ : wxURI
  • GetScreenPosition() -: wxWindow +: wxWindow
  • GetScreenRect() : wxWindow @@ -5519,7 +5555,8 @@ : wxScrolled< T >
  • GetScrollPos() -: wxWindow +: wxWebKitCtrl +, wxWindow
  • GetScrollRange() : wxWindow @@ -5593,45 +5630,48 @@ , wxStyledTextCtrl
  • GetSelectedTextBgColour() -: wxHtmlListBox -, wxHtmlRenderingStyle +: wxHtmlRenderingStyle +, wxHtmlListBox
  • GetSelectedTextColour() -: wxHtmlRenderingStyle -, wxHtmlListBox +: wxHtmlListBox +, wxHtmlRenderingStyle
  • GetSelectedTextRaw() : wxStyledTextCtrl
  • GetSelection() -: wxTreebook -, wxNotebook -, wxPropertyGridManager +: wxWebKitCtrl , wxAuiNotebook , wxBookCtrlEvent , wxChoice -, wxItemContainerImmutable -, wxDataViewCtrl -, wxCommandEvent -, wxListBox -, wxPropertyGridInterface -, wxRibbonGallery -, wxRichTextTable -, wxStyledTextCtrl -, wxTextEntry -, wxTreeListCtrl -, wxComboBox -, wxSingleChoiceDialog -, wxVListBox -, wxPropertyGrid , wxComboBox +, wxCommandEvent , wxHtmlRenderingInfo -, wxTreeCtrl -, wxRichTextCtrl +, wxNotebook , wxRadioBox , wxRichTextObject +, wxRichTextCtrl +, wxTextEntry +, wxTreebook +, wxTreeCtrl +, wxVListBox +, wxComboBox , wxPrintDialogData , wxBookCtrlBase +, wxItemContainerImmutable +, wxStyledTextCtrl +, wxListBox +, wxPropertyGridInterface +, wxPropertyGrid +, wxTreeListCtrl +, wxRichTextTable +, wxRichTextCtrl +, wxDataViewCtrl +, wxRichTextCtrl +, wxRibbonGallery +, wxPropertyGridManager +, wxSingleChoiceDialog
  • GetSelectionAnchor() : wxRichTextCtrl @@ -5640,8 +5680,8 @@ : wxRichTextCtrl
  • GetSelectionBackground() -: wxGrid -, wxVListBox +: wxVListBox +, wxGrid
  • GetSelectionBackgroundColour() : wxPropertyGrid @@ -5668,8 +5708,8 @@ : wxRichTextSelection
  • GetSelectionMode() -: wxGrid -, wxStyledTextCtrl +: wxStyledTextCtrl +, wxGrid
  • GetSelectionNAnchor() : wxStyledTextCtrl @@ -5693,13 +5733,13 @@ : wxRichTextCtrl
  • GetSelections() -: wxMultiChoiceDialog -, wxTreeCtrl -, wxTreeListCtrl +: wxAccessible , wxDataViewCtrl +, wxTreeListCtrl +, wxTreeCtrl , wxListBox , wxStyledTextCtrl -, wxAccessible +, wxMultiChoiceDialog
  • GetSelectionStart() : wxStyledTextCtrl @@ -5772,42 +5812,44 @@ : wxRibbonButtonBar
  • GetSize() -: wxStreamBase -, wxAnimation -, wxBitmap -, wxDataViewCustomRenderer +: wxRect2DDouble +, wxRichTextLine +, wxArchiveEntry +, wxCaret , wxDC -, wxFileName -, wxRect2DInt -, wxGridSizesInfo -, wxImageList -, wxTextBoxAttr +, wxSizeEvent +, wxFileName +, wxGraphicsContext +, wxImage +, wxQueryLayoutInfoEvent +, wxTextBoxAttr , wxRichTextFieldTypeStandard -, wxSizer -, wxWindow +, wxSizerItem +, wxWindow +, wxPixelData< Image, PixelFormat > +, wxTextBoxAttr , wxXmlResourceHandler -, wxRect +, wxStreamBase , wxTarEntry -, wxWindow -, wxSizerItem -, wxRect2DDouble -, wxRichTextLine -, wxQueryLayoutInfoEvent +, wxWindow +, wxSizer , wxClassInfo -, wxPixelData< Image, PixelFormat > -, wxGraphicsContext -, wxImage -, wxFileName -, wxSizeEvent -, wxCaret +, wxDataViewCustomRenderer +, wxGridSizesInfo +, wxImageList +, wxRect +, wxRect2DInt +, wxFileName +, wxCaret , wxCustomDataObject -, wxArchiveEntry +, wxAnimation +, wxBitmap
  • GetSizeAvailableForScrollTarget() : wxScrolled< T >
  • GetSizeFromTextSize() -: wxControl +: wxControl
  • GetSizeHint() : wxArtProvider @@ -5816,8 +5858,8 @@ : wxDC
  • GetSizer() -: wxWindow -, wxSizerItem +: wxSizerItem +, wxWindow
  • GetSizerItem() : wxAuiToolBarItem @@ -5826,8 +5868,8 @@ : wxEvent
  • GetSocket() -: wxSocketEvent -, wxSocketBase +: wxSocketBase +, wxSocketEvent
  • GetSocketEvent() : wxSocketEvent @@ -5839,8 +5881,8 @@ : wxPropertyGrid
  • GetSortingColumn() -: wxDataViewCtrl -, wxGrid +: wxGrid +, wxDataViewCtrl
  • GetSource() : wxHtmlParser @@ -5852,7 +5894,7 @@ : wxAuiToolBarItem
  • GetSpan() -: wxGBSizerItem +: wxGBSizerItem
  • GetSplashStyle() : wxSplashScreen @@ -5875,18 +5917,19 @@ : wxAppTraits
  • GetStart() -: wxRichTextRange -, wxHtmlBookRecord +: wxHtmlBookRecord +, wxRichTextRange
  • GetStartColour() : wxGraphicsGradientStops
  • GetState() -: wxAccessible +: wxAuiToolBarItem , wxMediaCtrl -, wxAuiToolBarItem -, wxHtmlRenderingInfo , wxListItem +, wxHtmlRenderingInfo +, wxWebKitStateChangedEvent +, wxAccessible
  • GetStateImageList() : wxTreeCtrl @@ -5939,19 +5982,19 @@ : wxFont
  • GetString() -: wxComboBox -, wxCommandEvent +: wxCommandEvent , wxGridCellNumberEditor , wxLocale , wxStringTokenizer , wxVariant -, wxItemContainerImmutable +, wxStringOutputStream , wxListBox , wxRadioBox -, wxStringOutputStream , wxThreadEvent , wxLocale , wxChoice +, wxComboBox +, wxItemContainerImmutable
  • GetStrings() : wxItemContainerImmutable @@ -5961,35 +6004,35 @@ : wxItemContainerImmutable , wxSingleChoiceDialog , wxTextEntry -, wxRichTextCtrl , wxComboBox +, wxRichTextCtrl
  • GetStringValue() : wxComboPopup
  • GetStyle() -: wxHtmlRenderingInfo +: wxBufferedDC , wxRichTextParagraphLayoutBox -, wxTextAttrBorder -, wxStatusBarPane +, wxHtmlRenderingInfo , wxBrush -, wxBufferedDC -, wxTextCtrl +, wxFont , wxPen , wxRichTextCtrl , wxRichTextStyleDefinition -, wxFont -, wxMenu -, wxNativeFontInfo , wxRichTextCtrl +, wxTextAttrBorder +, wxRichTextStyleDefinition , wxRichTextFormattingDialog , wxRichTextCtrl , wxStyledTextCtrl +, wxStatusBarPane , wxRichTextStyleListBox -, wxXmlResourceHandler +, wxTextCtrl , wxTextValidator +, wxMenu , wxToolBarToolBase -, wxRichTextStyleDefinition +, wxXmlResourceHandler +, wxNativeFontInfo
  • GetStyleAt() : wxStyledTextCtrl @@ -6013,8 +6056,9 @@ : wxRichTextParagraphLayoutBox
  • GetStyleForRange() -: wxRichTextCtrl +: wxRichTextCtrl , wxRichTextParagraphLayoutBox +, wxRichTextCtrl
  • GetStyleListBox() : wxRichTextStyleListCtrl @@ -6023,21 +6067,21 @@ : wxRichTextStyleDefinition
  • GetStyleSheet() -: wxRichTextFormattingDialog -, wxRichTextStyleListCtrl +: wxRichTextBuffer +, wxRichTextFormattingDialog , wxRichTextStyleComboCtrl -, wxRichTextCtrl -, wxRichTextBuffer , wxRichTextParagraphLayoutBox , wxRichTextStyleListBox +, wxRichTextStyleListCtrl , wxRichTextStyleOrganiserDialog +, wxRichTextCtrl
  • GetStyleStackSize() : wxRichTextBuffer
  • GetStyleType() -: wxRichTextStyleListCtrl -, wxRichTextStyleListBox +: wxRichTextStyleListBox +, wxRichTextStyleListCtrl
  • GetSubBitmap() : wxBitmap @@ -6058,8 +6102,8 @@ : wxHtmlTagHandler
  • GetSymbol() -: wxSymbolPickerDialog -, wxDynamicLibrary +: wxDynamicLibrary +, wxSymbolPickerDialog
  • GetSymbolAorW() : wxDynamicLibrary @@ -6102,9 +6146,9 @@ : wxTextAttr
  • GetTabSize() -: wxAuiSimpleTabArt -, wxAuiDefaultTabArt +: wxAuiDefaultTabArt , wxAuiTabArt +, wxAuiSimpleTabArt
  • GetTabWidth() : wxStyledTextCtrl @@ -6119,6 +6163,9 @@
  • GetTargetEnd() : wxStyledTextCtrl
  • +
  • GetTargetName() +: wxWebKitNewWindowEvent +
  • GetTargetRect() : wxScrolled< T >
  • @@ -6133,9 +6180,9 @@ : wxStyledTextCtrl
  • GetTempDir() -: wxStandardPaths -, wxRichTextHTMLHandler +: wxRichTextHTMLHandler , wxFileName +, wxStandardPaths
  • GetTemplates() : wxDocManager @@ -6150,37 +6197,37 @@ : wxTextAttrDimensionConverter
  • GetText() -: wxRichTextPlainText -, wxDataViewIconText -, wxTextDataObject +: wxTextDataObject , wxListEvent -, wxStyledTextEvent -, wxStatusBarPane +, wxUpdateUIEvent +, wxRichTextPlainText +, wxListItem +, wxPGCell +, wxRichTextParagraphLayoutBox , wxRichTextHeaderFooterData , wxStyledTextCtrl -, wxXmlResourceHandler +, wxStyledTextEvent +, wxStatusBarPane , wxMenuItem -, wxListItem -, wxRichTextParagraphLayoutBox -, wxUpdateUIEvent -, wxPGCell +, wxDataViewIconText +, wxXmlResourceHandler
  • GetTextBackground() : wxDC
  • GetTextBoxAttr() -: wxRichTextAttr +: wxRichTextAttr
  • GetTextColour() : wxListCtrl +, wxGridCellAttr , wxListItemAttr -, wxTextAttr , wxRichTextHeaderFooterData +, wxMenuItem , wxRichTextFieldTypeStandard -, wxListItem +, wxTextAttr , wxCalendarDateAttr -, wxMenuItem -, wxGridCellAttr +, wxListItem
  • GetTextCtrl() : wxPickerBase @@ -6202,22 +6249,22 @@ : wxTextAttr
  • GetTextExtent() -: wxDC -, wxWindow -, wxDataViewCustomRenderer +: wxWindow +, wxDC , wxGraphicsContext , wxDC -, wxWindow +, wxDataViewCustomRenderer +, wxWindow
  • GetTextForeground() : wxDC
  • GetTextForRange() -: wxRichTextTable -, wxRichTextCompositeObject +: wxRichTextParagraphLayoutBox , wxRichTextPlainText +, wxRichTextTable , wxRichTextObject -, wxRichTextParagraphLayoutBox +, wxRichTextCompositeObject
  • GetTextFromData() : wxConnection @@ -6285,8 +6332,8 @@ : wxDateTime
  • GetTimeout() -: wxSplashScreen -, wxSocketBase +: wxSocketBase +, wxSplashScreen
  • GetTimer() : wxTimerEvent @@ -6295,30 +6342,31 @@ : wxFileName
  • GetTimestamp() -: wxEvent -, wxLog +: wxLog +, wxEvent
  • GetTip() -: wxTipProvider -, wxToolTip +: wxToolTip +, wxTipProvider
  • GetTitle() -: wxHeaderColumn -, wxTopLevelWindow -, wxHtmlBookRecord +: wxDocument +, wxWebKitCtrl +, wxPrintout , wxMenu -, wxRichTextPrinting -, wxDocument +, wxHtmlBookRecord , wxHeaderColumnSimple -, wxLogGui -, wxPrintout , wxWebViewHistoryItem +, wxRichTextPrinting +, wxLogGui +, wxHeaderColumn +, wxTopLevelWindow
  • GetTm() : wxDateTime
  • GetTmNow() -: wxDateTime +: wxDateTime
  • GetTmpDefaultItem() : wxTopLevelWindow @@ -6336,11 +6384,11 @@ : wxStyledTextEvent
  • GetToolBar() -: wxToolBarToolBase -, wxToolbook -, wxDialog -, wxFrame +: wxToolbook +, wxToolBarToolBase , wxPropertyGridManager +, wxFrame +, wxDialog
  • GetToolBarFits() : wxAuiToolBar @@ -6349,8 +6397,8 @@ : wxAuiToolBar
  • GetToolBitmapSize() -: wxAuiToolBar -, wxToolBar +: wxToolBar +, wxAuiToolBar
  • GetToolBorderPadding() : wxAuiToolBar @@ -6370,9 +6418,9 @@ : wxAuiToolBar
  • GetToolEnabled() -: wxRibbonToolBar +: wxToolBar +, wxRibbonToolBar , wxAuiToolBar -, wxToolBar
  • GetToolFits() : wxAuiToolBar @@ -6384,9 +6432,9 @@ : wxRibbonToolBar
  • GetToolId() -: wxAuiToolBarEvent -, wxRibbonToolBar +: wxRibbonToolBar , wxPropertyGridPage +, wxAuiToolBarEvent
  • GetToolIndex() : wxAuiToolBar @@ -6407,17 +6455,17 @@ : wxAuiToolBar
  • GetToolLongHelp() -: wxToolBar -, wxAuiToolBar +: wxAuiToolBar +, wxToolBar
  • GetToolPacking() -: wxToolBar -, wxAuiToolBar +: wxAuiToolBar +, wxToolBar
  • GetToolPos() -: wxRibbonToolBar +: wxToolBar , wxAuiToolBar -, wxToolBar +, wxRibbonToolBar
  • GetToolProportion() : wxAuiToolBar @@ -6429,22 +6477,22 @@ : wxToolBar
  • GetToolSeparation() -: wxAuiToolBar -, wxToolBar +: wxToolBar +, wxAuiToolBar
  • GetToolShortHelp() : wxToolBar , wxAuiToolBar
  • GetToolSize() -: wxToolBar -, wxAuiToolBarArt -, wxAuiDefaultToolBarArt +: wxAuiDefaultToolBarArt , wxRibbonArtProvider +, wxAuiToolBarArt +, wxToolBar
  • GetToolState() -: wxRibbonToolBar -, wxToolBar +: wxToolBar +, wxRibbonToolBar
  • GetToolSticky() : wxAuiToolBar @@ -6462,13 +6510,14 @@ : wxAuiToolBar
  • GetTop() -: wxTextAttrDimensions -, wxTextAttrBorders +: wxTextBoxAttr +, wxRect2DInt , wxTextBoxAttr , wxTextAttrBorders -, wxRect2DInt , wxRect2DDouble -, wxTextBoxAttr +, wxTextAttrDimensions +, wxTextAttrBorders +, wxTextAttrDimensions , wxRect
  • GetToPage() @@ -6487,14 +6536,15 @@ : wxGridRangeSelectEvent
  • GetTopMargin() -: wxTextBoxAttr +: wxTextBoxAttr , wxRichTextObject +, wxTextBoxAttr
  • GetToPos() : wxHtmlSelection
  • GetTopOutline() -: wxTextBoxAttr +: wxTextBoxAttr
  • GetTopPadding() : wxTextBoxAttr @@ -6542,7 +6592,7 @@ : wxDC
  • GetTranslatedString() -: wxTranslations +: wxTranslations
  • GetTreeCtrl() : wxGenericDirCtrl @@ -6551,18 +6601,18 @@ : wxStyledTextCtrl
  • GetType() -: wxImage -, wxAny -, wxDataFormat -, wxVariantDataSafeArray -, wxImageHandler +: wxVariant +, wxBitmapHandler , wxVariantDataCurrency , wxXmlNode -, wxVariantDataErrorCode , wxRichTextFileHandler -, wxBitmapHandler -, wxVariant , wxVariantData +, wxVariantDataErrorCode +, wxAny +, wxDataFormat +, wxImageHandler +, wxVariantDataSafeArray +, wxImage
  • GetTypeFlag() : wxTarEntry @@ -6580,8 +6630,8 @@ : wxJoystick
  • GetUncombinedStyle() -: wxRichTextCtrl -, wxRichTextParagraphLayoutBox +: wxRichTextParagraphLayoutBox +, wxRichTextCtrl
  • GetUncommittedPropertyValue() : wxPropertyGrid @@ -6639,17 +6689,18 @@ : wxJoystick
  • GetURL() -: wxWebViewEvent +: wxHyperlinkCtrl +, wxWebKitBeforeLoadEvent +, wxWebKitNewWindowEvent +, wxHyperlinkEvent +, wxWebKitStateChangedEvent +, wxURLDataObject +, wxWebViewEvent , wxTextAttr
  • GetUrl() : wxWebViewHistoryItem
  • -
  • GetURL() -: wxHyperlinkEvent -, wxHyperlinkCtrl -, wxURLDataObject -
  • GetURLCursor() : wxRichTextCtrl
  • @@ -6675,8 +6726,8 @@ : wxStandardPaths
  • GetUserData() -: wxSizerItem -, wxAuiToolBarItem +: wxAuiToolBarItem +, wxSizerItem
  • GetUserDataDir() : wxStandardPaths @@ -6709,47 +6760,47 @@ : wxPropertyGridEvent
  • GetValidator() -: wxWindow -, wxPGProperty +: wxPGProperty +, wxWindow
  • GetValue() -: wxDataViewRenderer -, wxDatePickerCtrl -, wxSpinCtrl -, wxBitmapToggleButton -, wxGridCellEditor -, wxToggleButton +: wxGauge +, wxComboCtrl +, wxDataViewModel , wxSpinDoubleEvent -, wxPGProperty -, wxDataViewListCtrl , wxIndividualLayoutConstraint -, wxGridTableBase -, wxLongLong -, wxTimeSpan -, wxComboCtrl -, wxVariantDataCurrency +, wxVariantDataSafeArray +, wxXmlAttribute +, wxRadioButton +, wxDataViewRenderer +, wxCheckBox , wxTimePickerCtrl -, wxPGValidationInfo +, wxGenericProgressDialog +, wxUniChar +, wxTimeSpan +, wxTextEntryDialog , wxTextAttrDimension +, wxVariantDataErrorCode +, wxPGProperty +, wxPGChoices +, wxGridTableBase , wxSlider , wxRichTextCtrl -, wxTextEntryDialog +, wxSpinCtrlDouble , wxSpinButton +, wxAccessible +, wxToggleButton +, wxDataViewEvent +, wxDataViewListCtrl +, wxLongLong +, wxVariantDataCurrency +, wxBitmapToggleButton , wxTextEntry -, wxVariantDataSafeArray -, wxRadioButton -, wxVariantDataErrorCode -, wxSpinCtrlDouble -, wxCheckBox +, wxSpinCtrl +, wxPGValidationInfo +, wxDatePickerCtrl , wxGridStringTable -, wxPGChoices -, wxGenericProgressDialog -, wxXmlAttribute -, wxDataViewModel -, wxGauge -, wxDataViewEvent -, wxUniChar -, wxAccessible +, wxGridCellEditor
  • GetValueAsBool() : wxGridTableBase @@ -6767,8 +6818,8 @@ : wxPGProperty
  • GetValueByRow() -: wxDataViewListStore -, wxDataViewListModel +: wxDataViewListModel +, wxDataViewListStore
  • GetValueClassInfo() : wxVariantData @@ -6777,8 +6828,8 @@ : wxPGEditor
  • GetValueFromEditorCtrl() -: wxDataViewCustomRenderer -, wxDataViewRenderer +: wxDataViewRenderer +, wxDataViewCustomRenderer
  • GetValueImage() : wxPGProperty @@ -6790,15 +6841,15 @@ : wxPGChoices
  • GetValueType() -: wxRegKey -, wxPGProperty +: wxPGProperty +, wxRegKey
  • GetVariantType() : wxDataViewRenderer
  • GetVectorAngle() -: wxPoint2DDouble -, wxPoint2DInt +: wxPoint2DInt +, wxPoint2DDouble
  • GetVectorLength() : wxPoint2DDouble @@ -6815,8 +6866,8 @@ : wxLog
  • GetVersion() -: wxXmlResource -, wxXmlDocument +: wxXmlDocument +, wxXmlResource , wxDynamicLibraryDetails , wxRendererNative , wxDelegateRendererNative @@ -6840,18 +6891,19 @@ : wxPropertyGrid
  • GetVeto() -: wxAuiManagerEvent +: wxCloseEvent +, wxAuiManagerEvent
  • GetVGap() : wxGridSizer
  • GetView() -: wxDocChildFrame -, wxTreeListCtrl -, wxRegKey +: wxRegKey , wxGridTableBase , wxDataViewRenderer , wxDocMDIChildFrame +, wxDocChildFrame +, wxTreeListCtrl
  • GetViewClassInfo() : wxDocTemplate @@ -6860,17 +6912,17 @@ : wxStyledTextCtrl
  • GetViewName() -: wxDocTemplate -, wxView +: wxView +, wxDocTemplate
  • GetViewRect() : wxListCtrl
  • GetViews() -: wxDocument +: wxDocument
  • GetViewStart() -: wxScrolled< T > +: wxScrolled< T >
  • GetViewsVector() : wxDocument @@ -6883,31 +6935,31 @@ , wxRichTextDrawingContext
  • GetVirtualAttributesEnabled() -: wxRichTextDrawingContext -, wxRichTextCtrl +: wxRichTextCtrl +, wxRichTextDrawingContext
  • GetVirtualSize() : wxScrolled< T > -, wxWindow +, wxWindow
  • GetVirtualSpaceOptions() : wxStyledTextCtrl
  • GetVirtualSubobjectAttributes() -: wxRichTextDrawingContext -, wxRichTextDrawingHandler +: wxRichTextDrawingHandler +, wxRichTextDrawingContext
  • GetVirtualSubobjectAttributesCount() : wxRichTextDrawingHandler , wxRichTextDrawingContext
  • GetVirtualText() -: wxRichTextDrawingContext -, wxRichTextDrawingHandler +: wxRichTextDrawingHandler +, wxRichTextDrawingContext
  • GetVisibleBegin() -: wxVarScrollHelperBase -, wxVarHVScrollHelper +: wxVarHVScrollHelper +, wxVarScrollHelperBase
  • GetVisibleColumnsBegin() : wxVarHScrollHelper @@ -6951,8 +7003,8 @@ : wxVariant
  • GetVolume() -: wxFileName -, wxMediaCtrl +: wxMediaCtrl +, wxFileName
  • GetVolumes() : wxFSVolume @@ -6979,10 +7031,10 @@ : wxFileSystemWatcher
  • GetWeekDay() -: wxDateTime -, wxDateTime::Tm -, wxDateTime +: wxDateTime , wxCalendarEvent +, wxDateTime +, wxDateTime::Tm
  • GetWeekDayInSameWeek() : wxDateTime @@ -7026,45 +7078,45 @@ : wxOwnerDrawnComboBox
  • GetWidth() -: wxTextAttrBorder -, wxTextBoxAttr -, wxHtmlCell -, wxBitmap +: wxBitmap , wxHeaderColumnSimple -, wxStatusBarPane -, wxHeaderCtrlEvent -, wxVideoMode -, wxTextAttrSize -, wxGridCellFloatRenderer -, wxRect -, wxSize -, wxIcon -, wxTextAttrBorder +, wxPixelData< Image, PixelFormat > , wxPen , wxListItem +, wxTextAttrBorder +, wxSize +, wxGridCellFloatRenderer +, wxTextAttrBorder +, wxTextBoxAttr +, wxRegionIterator +, wxTextAttrSize +, wxVideoMode , wxHeaderColumn +, wxTextBoxAttr , wxImage -, wxPixelData< Image, PixelFormat > -, wxRegionIterator +, wxStatusBarPane +, wxRect +, wxHtmlCell +, wxHeaderCtrlEvent +, wxIcon , wxTextAttrSize -, wxTextBoxAttr
  • GetWildcard() : wxFileCtrl , wxFileDialog
  • GetWindow() -: wxWindowCreateEvent +: wxAuiToolBarItem , wxChildFocusEvent +, wxAccessible +, wxMenu +, wxSizerItem +, wxWindowCreateEvent +, wxCaret , wxToolTip , wxWindowDestroyEvent -, wxSizerItem -, wxMenu , wxFocusEvent -, wxAuiToolBarItem -, wxAccessible , wxValidator -, wxCaret
  • GetWindow1() : wxSplitterWindow @@ -7129,13 +7181,13 @@ : wxVariant
  • GetX() -: wxSplitterEvent -, wxRegionIterator -, wxSetCursorEvent -, wxKeyEvent +: wxRegionIterator , wxMouseState +, wxKeyEvent +, wxSetCursorEvent , wxRect , wxStyledTextEvent +, wxSplitterEvent
  • GetXMax() : wxJoystick @@ -7144,15 +7196,15 @@ : wxJoystick
  • GetXMLNodeName() -: wxRichTextField -, wxRichTextParagraphLayoutBox +: wxRichTextParagraph , wxRichTextPlainText +, wxRichTextField +, wxRichTextImage +, wxRichTextParagraphLayoutBox +, wxRichTextBox , wxRichTextTable -, wxRichTextParagraph , wxRichTextCell -, wxRichTextBox , wxRichTextObject -, wxRichTextImage
  • GetXOffset() : wxStyledTextCtrl @@ -7162,13 +7214,13 @@
  • GetY() : wxRect +, wxSetCursorEvent +, wxRegionIterator +, wxPGProperty , wxKeyEvent -, wxStyledTextEvent , wxMouseState -, wxRegionIterator +, wxStyledTextEvent , wxSplitterEvent -, wxSetCursorEvent -, wxPGProperty
  • GetYear() : wxDateTime @@ -7195,8 +7247,8 @@ : wxJoystick
  • GetZoom() -: wxStyledTextCtrl -, wxWebView +: wxWebView +, wxStyledTextCtrl
  • GetZoomControl() : wxPreviewControlBar @@ -7205,17 +7257,19 @@ : wxWebView
  • GetZPosition() -: wxJoystickEvent -, wxJoystick +: wxJoystick +, wxJoystickEvent
  • GiveFeedback() : wxDropSource
  • GoBack() : wxWebView +, wxWebKitCtrl
  • GoForward() : wxWebView +, wxWebKitCtrl
  • GoToCell() : wxGrid @@ -7264,7 +7318,7 @@ : wxGBSpan
  • wxGCDC() -: wxGCDC +: wxGCDC
  • wxGDIObject() : wxGDIObject @@ -7273,13 +7327,13 @@ : wxGenericAboutDialog
  • wxGenericDirCtrl() -: wxGenericDirCtrl +: wxGenericDirCtrl
  • wxGenericProgressDialog() : wxGenericProgressDialog
  • wxGenericValidator() -: wxGenericValidator +: wxGenericValidator
  • wxGLCanvas() : wxGLCanvas @@ -7321,7 +7375,7 @@ : wxGridCellBoolRenderer
  • wxGridCellChoiceEditor() -: wxGridCellChoiceEditor +: wxGridCellChoiceEditor
  • wxGridCellCoords() : wxGridCellCoords @@ -7360,25 +7414,25 @@ : wxGridCellTextEditor
  • wxGridEditorCreatedEvent() -: wxGridEditorCreatedEvent +: wxGridEditorCreatedEvent
  • wxGridEvent() -: wxGridEvent +: wxGridEvent
  • wxGridRangeSelectEvent() : wxGridRangeSelectEvent
  • wxGridSizeEvent() -: wxGridSizeEvent +: wxGridSizeEvent
  • wxGridSizer() -: wxGridSizer +: wxGridSizer
  • wxGridSizesInfo() -: wxGridSizesInfo +: wxGridSizesInfo
  • wxGridStringTable() -: wxGridStringTable +: wxGridStringTable
  • wxGridTableBase() : wxGridTableBase @@ -7397,7 +7451,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x68.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x68.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x68.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x68.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -836,7 +836,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x69.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x69.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x69.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x69.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -124,6 +124,9 @@
  • IncBy() : wxSize
  • +
  • IncreaseTextSize() +: wxWebKitCtrl +
  • IncRef() : wxGridCellAttr , wxRefCounter @@ -278,14 +281,6 @@
  • InReportView() : wxListCtrl
  • -
  • insert() -: wxHashMap -, wxHashSet -, wxList< T > -, wxString -, wxUString -, wxVector< T > -
  • Insert() : wxArrayString , wxSortedArrayString @@ -301,6 +296,14 @@ , wxSizer , wxVariant
  • +
  • insert() +: wxHashMap +, wxHashSet +, wxList< T > +, wxString +, wxUString +, wxVector< T > +
  • InsertButton() : wxRibbonButtonBar
  • @@ -417,9 +420,9 @@ : wxMenu
  • InsertRows() -: wxGrid -, wxGridTableBase +: wxGridTableBase , wxGridStringTable +, wxGrid
  • InsertSeparator() : wxMenu @@ -592,6 +595,9 @@
  • IsCancelButtonVisible() : wxSearchCtrl
  • +
  • IsCancelled() +: wxWebKitBeforeLoadEvent +
  • IsCaseSensitive() : wxFileName
  • @@ -740,6 +746,7 @@
  • IsEditable() : wxGrid +, wxWebKitCtrl , wxRichTextCtrl , wxStyledTextCtrl , wxTextEntry @@ -790,12 +797,12 @@ : wxGridTableBase
  • IsEnabled() -: wxLog +: wxPGProperty , wxDataViewModel +, wxLog , wxMenuBar , wxMenu , wxMenuItem -, wxPGProperty , wxToolBarToolBase , wxWindow
  • @@ -816,8 +823,8 @@ , wxRegion
  • IsEqualTo() -: wxTimeSpan -, wxDateTime +: wxDateTime +, wxTimeSpan
  • IsEqualUpTo() : wxDateTime @@ -885,9 +892,9 @@ : wxNavigationKeyEvent
  • IsFrozen() -: wxPropertyGridManager +: wxWindow +, wxPropertyGridManager , wxPropertyGrid -, wxWindow
  • IsFullScreen() : wxTopLevelWindow @@ -909,16 +916,16 @@ : wxCalendarDateAttr
  • IsHovered() -: wxRibbonGallery -, wxRibbonPanel +: wxRibbonPanel +, wxRibbonGallery
  • IsIconInstalled() : wxTaskBarIcon
  • IsIconized() -: wxTopLevelWindow +: wxDialog , wxIconizeEvent -, wxDialog +, wxTopLevelWindow
  • IsIdentity() : wxAffineMatrix2D @@ -1042,10 +1049,10 @@
  • IsNull() : wxVariant -, wxAny , wxTimeSpan , wxGraphicsObject , wxString +, wxAny
  • IsNumber() : wxString @@ -1063,63 +1070,63 @@ : wxMimeTypesManager
  • IsOk() -: wxFFileInputStream -, wxFFileStream +: wxFFileOutputStream , wxCondition -, wxTreeListItem -, wxFSVolume +, wxFFileInputStream , wxTaskBarIcon , wxTreeItemId +, wxSocketBase , wxStreamBase , wxAutomationObject +, wxRichTextImageBlock , wxPixelData< Image, PixelFormat >::Iterator , wxPen -, wxPalette -, wxMessageQueue< T > -, wxAcceleratorEntry -, wxPrintPreview +, wxJoystick , wxIconLocation -, wxDataViewItem -, wxLocale -, wxEventLoopBase -, wxDC -, wxCursor +, wxIcon , wxMetafile +, wxFileName +, wxEventLoopBase +, wxLocale +, wxDataViewItem +, wxPrintDialogData +, wxPrintData +, wxAcceleratorEntry +, wxAcceleratorTable , wxAuiPaneInfo , wxBitmap , wxBrush -, wxPageSetupDialogData -, wxPrintData -, wxPrintDialogData , wxImage -, wxJoystick -, wxDialUpManager +, wxPageSetupDialogData +, wxCursor +, wxDC , wxFSInputStream +, wxDialUpManager , wxFont -, wxIcon -, wxInitializer , wxDebugReport -, wxFileName -, wxPlatformInfo +, wxInitializer +, wxMessageQueue< T > , wxColour +, wxPlatformInfo +, wxPrintPreview +, wxPGChoices , wxRichTextFontTable -, wxRichTextImageBlock -, wxSocketBase -, wxCSConv , wxCaret +, wxCSConv , wxMutexLocker -, wxVideoMode -, wxPGChoices , wxAnimation +, wxVideoMode +, wxFSVolume , wxFileInputStream , wxXLocale -, wxAcceleratorTable +, wxPalette , wxSound +, wxTreeListItem , wxURL , wxFileOutputStream -, wxFFileOutputStream -, wxXmlDocument +, wxFFileStream , wxFileStream +, wxXmlDocument
  • IsOneShot() : wxTimer @@ -1128,12 +1135,12 @@ : wxDialUpManager
  • IsOpened() -: wxFFile -, wxClipboard +: wxClipboard , wxFile +, wxRegKey , wxTextFile , wxDir -, wxRegKey +, wxFFile , wxTempFile
  • IsOutside() @@ -1223,9 +1230,9 @@ : wxMenuItem
  • IsReadOnly() -: wxGrid -, wxArchiveEntry +: wxArchiveEntry , wxGridCellAttr +, wxGrid
  • IsRecordingDefaults() : wxConfigBase @@ -1268,12 +1275,13 @@ : wxVarVScrollHelper
  • IsRunning() -: wxTimer +: wxEventLoopBase +, wxTimer , wxThread -, wxEventLoopBase
  • IsSameAs() -: wxObject +: wxString +, wxObject , wxString
  • IsSameDate() @@ -1302,15 +1310,15 @@
  • IsSelected() : wxDataViewCtrl -, wxTreeListCtrl -, wxVListBox -, wxTreeCtrl , wxListBox , wxListView +, wxTreeListCtrl +, wxTreeCtrl +, wxVListBox
  • IsSelection() -: wxCommandEvent -, wxGrid +: wxGrid +, wxCommandEvent
  • IsSelectionAligned() : wxRichTextCtrl @@ -1325,8 +1333,8 @@ : wxRichTextCtrl
  • IsSeparator() -: wxMenuItem -, wxToolBarToolBase +: wxToolBarToolBase +, wxMenuItem
  • IsShorterThan() : wxTimeSpan @@ -1334,12 +1342,13 @@
  • IsShown() : wxShowEvent , wxSizer +, wxHeaderColumn +, wxSizer , wxAuiPaneInfo , wxRichTextObject -, wxHeaderColumn +, wxSizer , wxWindow , wxSizerItem -, wxSizer
  • IsShownOnScreen() : wxWindow @@ -1348,8 +1357,8 @@ : wxValidator
  • IsSingleLine() -: wxRichTextCtrl -, wxTextCtrl +: wxTextCtrl +, wxRichTextCtrl
  • IsSizer() : wxSizerItem @@ -1407,8 +1416,8 @@ : wxMenuItem
  • IsSupported() -: wxDataObject -, wxClipboard +: wxClipboard +, wxDataObject
  • IsTabVisible() : wxAuiTabContainer @@ -1444,17 +1453,17 @@ : wxAuiPaneInfo
  • IsTopLevel() -: wxRichTextObject -, wxRichTextField +: wxWindow +, wxRichTextParagraphLayoutBox +, wxRichTextObject , wxRichTextFieldType -, wxWindow +, wxRichTextField , wxRichTextFieldTypeStandard -, wxRichTextParagraphLayoutBox
  • IsTransparent() -: wxImage +: wxBrush , wxPen -, wxBrush +, wxImage
  • IsTransparentBackgroundSupported() : wxWindow @@ -1480,13 +1489,13 @@
  • IsValid() : wxTextAttrBorder -, wxDateTime::Tm , wxTextAttrDimensions -, wxTextAttrSize , wxDateTime +, wxTextAttrSize +, wxDateTime::Tm +, wxTextAttrBorders , wxRegEx , wxTextAttrDimension -, wxTextAttrBorders , wxRichTextSelection , wxTextValidator
  • @@ -1500,8 +1509,8 @@ : wxPGProperty
  • IsVertical() -: wxStaticLine -, wxGauge +: wxGauge +, wxStaticLine , wxScrollBar
  • IsVetoed() @@ -1514,15 +1523,15 @@ : wxDataViewModel
  • IsVisible() -: wxVarHVScrollHelper +: wxCaret +, wxVarHVScrollHelper , wxVarScrollHelperBase , wxGrid -, wxPGProperty -, wxDocTemplate , wxRichTextFileHandler , wxGrid +, wxPGProperty +, wxDocTemplate , wxTreeCtrl -, wxCaret
  • IsWestEuropeanCountry() : wxDateTime @@ -1562,13 +1571,13 @@ , wxFontInfo
  • Item() -: wxGraphicsGradientStops +: wxPGChoices +, wxArray< T > +, wxArrayString , wxPGProperty -, wxPGChoices +, wxGraphicsGradientStops , wxList< T > -, wxArrayString -, wxArray< T > -, wxPGChoices +, wxPGChoices
  • ItemAdded() : wxDataViewModelNotifier @@ -1579,8 +1588,8 @@ , wxDataViewModelNotifier
  • ItemDeleted() -: wxDataViewModel -, wxDataViewModelNotifier +: wxDataViewModelNotifier +, wxDataViewModel
  • ItemHasChildren() : wxTreeCtrl @@ -1590,8 +1599,8 @@ , wxDataViewModelNotifier
  • ItemsChanged() -: wxDataViewModelNotifier -, wxDataViewModel +: wxDataViewModel +, wxDataViewModelNotifier
  • ItemsDeleted() : wxDataViewModelNotifier @@ -1601,13 +1610,13 @@ : wxDataViewListCtrl
  • Iterator() -: wxPixelData< Image, PixelFormat >::Iterator +: wxPixelData< Image, PixelFormat >::Iterator
  • wxIcon() -: wxIcon +: wxIcon
  • wxIconBundle() -: wxIconBundle +: wxIconBundle
  • wxIconizeEvent() : wxIconizeEvent @@ -1616,7 +1625,7 @@ : wxIdleEvent
  • wxImage() -: wxImage +: wxImage
  • wxImageHandler() : wxImageHandler @@ -1625,7 +1634,7 @@ : wxImageHistogram
  • wxImageList() -: wxImageList +: wxImageList
  • wxIndividualLayoutConstraint() : wxIndividualLayoutConstraint @@ -1656,7 +1665,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x6a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x6a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x6a.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x6a.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x6b.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x6b.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x6b.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x6b.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -125,7 +125,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x6c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x6c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x6c.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x6c.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -331,21 +331,20 @@ : wxXmlResource
  • LoadFile() -: wxImage +: wxExtHelpController +, wxStyledTextCtrl , wxHelpControllerBase , wxHtmlWindow , wxIcon , wxImage -, wxRichTextFileHandler , wxRichTextBuffer , wxRichTextFileHandler -, wxRichTextBuffer , wxRichTextCtrl -, wxExtHelpController +, wxRichTextFileHandler +, wxImage , wxImageHandler -, wxTextCtrl , wxAnimationCtrl -, wxStyledTextCtrl +, wxTextCtrl , wxXmlResource , wxAnimation , wxBitmapHandler @@ -375,7 +374,7 @@ , wxDocument
  • LoadObjectRecursively() -: wxXmlResource +: wxXmlResource
  • LoadPage() : wxHtmlWindow @@ -400,6 +399,7 @@
  • LoadURL() : wxWebView +, wxWebKitCtrl
  • LocalHost() : wxIPV4address @@ -427,20 +427,20 @@ : wxLog
  • LogRequest() -: wxProtocolLog -, wxProtocol +: wxProtocol +, wxProtocolLog
  • LogResponse() -: wxProtocolLog -, wxProtocol +: wxProtocol +, wxProtocolLog
  • Lower() -: wxWindow -, wxString +: wxString +, wxWindow
  • LowerCase() -: wxStyledTextCtrl -, wxString +: wxString +, wxStyledTextCtrl
  • wxLayoutAlgorithm() : wxLayoutAlgorithm @@ -452,10 +452,10 @@ : wxList< T >
  • wxListbook() -: wxListbook +: wxListbook
  • wxListBox() -: wxListBox +: wxListBox
  • wxListCtrl() : wxListCtrl @@ -467,10 +467,10 @@ : wxListItem
  • wxListItemAttr() -: wxListItemAttr +: wxListItemAttr
  • wxListView() -: wxListView +: wxListView
  • wxLocale() : wxLocale @@ -516,7 +516,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x6d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x6d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x6d.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x6d.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -158,6 +158,9 @@
  • MakeDisabled() : wxColour
  • +
  • MakeEditable() +: wxWebKitCtrl +
  • MakeFromTimezone() : wxDateTime
  • @@ -495,13 +498,13 @@ : wxAuiPaneInfo
  • Move() -: wxWindow -, wxRichTextObject -, wxCaret -, wxDragImage -, wxCaret -, wxRichTextCompositeObject +: wxRichTextCompositeObject , wxWindow +, wxCaret +, wxDragImage +, wxCaret +, wxRichTextObject +, wxWindow
  • MoveAfterInTabOrder() : wxWindow @@ -513,8 +516,8 @@ : wxWindow
  • MoveBottomTo() -: wxRect2DInt -, wxRect2DDouble +: wxRect2DDouble +, wxRect2DInt
  • MoveCaret() : wxRichTextCtrl @@ -585,12 +588,12 @@ , wxRect2DInt
  • MoveLeftTo() -: wxRect2DInt -, wxRect2DDouble +: wxRect2DDouble +, wxRect2DInt
  • MoveLeftTopTo() -: wxRect2DDouble -, wxRect2DInt +: wxRect2DInt +, wxRect2DDouble
  • MovePage() : wxAuiTabContainer @@ -609,12 +612,12 @@ , wxRect2DInt
  • MoveRightTo() -: wxRect2DInt -, wxRect2DDouble +: wxRect2DDouble +, wxRect2DInt
  • MoveRightTopTo() -: wxRect2DDouble -, wxRect2DInt +: wxRect2DInt +, wxRect2DDouble
  • MoveSelectedLinesDown() : wxStyledTextCtrl @@ -641,11 +644,11 @@ : wxRichTextCtrl
  • MoveToPoint() -: wxGraphicsPath +: wxGraphicsPath
  • MoveTopTo() -: wxRect2DDouble -, wxRect2DInt +: wxRect2DInt +, wxRect2DDouble
  • MoveUp() : wxRichTextCtrl @@ -660,8 +663,9 @@ : wxTopLevelWindow
  • Multiply() -: wxTimeSpan -, wxDateSpan +: wxDateSpan +, wxTimeSpan +, wxDateSpan
  • wxMask() : wxMask @@ -676,13 +680,13 @@ : wxMBConv
  • wxMDIChildFrame() -: wxMDIChildFrame +: wxMDIChildFrame
  • wxMDIClientWindow() : wxMDIClientWindow
  • wxMDIParentFrame() -: wxMDIParentFrame +: wxMDIParentFrame
  • wxMediaCtrl() : wxMediaCtrl @@ -691,7 +695,7 @@ : wxMediaEvent
  • wxMemoryBuffer() -: wxMemoryBuffer +: wxMemoryBuffer
  • wxMemoryDC() : wxMemoryDC @@ -700,7 +704,7 @@ : wxMemoryFSHandler
  • wxMemoryInputStream() -: wxMemoryInputStream +: wxMemoryInputStream
  • wxMemoryOutputStream() : wxMemoryOutputStream @@ -775,7 +779,7 @@ : wxMoveEvent
  • wxMultiChoiceDialog() -: wxMultiChoiceDialog +: wxMultiChoiceDialog
  • wxMutex() : wxMutex @@ -788,7 +792,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x6e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x6e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x6e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x6e.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -131,12 +131,12 @@
  • NewFromPNGData() : wxBitmap
  • -
  • NewLine() -: wxStyledTextCtrl -
  • Newline() : wxRichTextCtrl
  • +
  • NewLine() +: wxStyledTextCtrl +
  • NewStream() : wxArchiveClassFactory , wxFilterClassFactory @@ -199,7 +199,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x6f.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x6f.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x6f.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x6f.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -831,8 +831,8 @@
  • operator*=() : wxPoint2DDouble -, wxSize , wxTimeSpan +, wxSize , wxDateSpan , wxRealPoint , wxRect @@ -842,8 +842,8 @@
  • operator+() : wxPosition -, wxSize , wxRect +, wxSize , wxDateTime , wxRealPoint , wxPoint @@ -876,8 +876,8 @@ , wxUString
  • operator-() -: wxLongLong -, wxPoint2DInt +: wxPoint2DInt +, wxLongLong , wxTimeSpan , wxDateTime , wxDateSpan @@ -893,8 +893,8 @@ : wxLongLong
  • operator-=() -: wxPoint2DDouble -, wxPoint +: wxPoint +, wxPoint2DDouble , wxDateTime , wxDateSpan , wxTimeSpan @@ -925,199 +925,210 @@ , wxPoint
  • operator<<() -: wxTextCtrl -, wxString -, wxTextCtrl -, wxString -, wxTextCtrl +: wxTextCtrl , wxString +, wxTextCtrl +, wxString
  • operator=() -: wxFontData -, wxString -, wxUString +: wxUniChar +, wxAny , wxArray< T > , wxFileName -, wxUniChar +, wxUniChar +, wxFontData +, wxUniChar +, wxFont , wxPoint -, wxPoint2DInt -, wxVariant -, wxRichTextObjectAddress -, wxAny -, wxUniChar -, wxXmlDocument +, wxRect2DDouble +, wxUString +, wxIconBundle +, wxLongLong +, wxArrayString , wxObjectDataPtr< T > -, wxUniChar -, wxAny -, wxUniChar +, wxAny +, wxUniChar , wxRichTextAttr , wxRichTextProperties , wxRichTextRange -, wxAuiToolBarItem +, wxVariant , wxRichTextFieldTypeStandard -, wxAuiPaneInfo -, wxAny +, wxZipEntry +, wxUniChar +, wxString +, wxUniChar +, wxXmlDocument +, wxUniChar , wxCharTypeBuffer< T > -, wxUniChar -, wxWindowPtr< T > -, wxTextAttr +, wxUniChar , wxVariant -, wxRichTextFontTable +, wxRichTextSelection , wxVariant -, wxPrintData +, wxAuiToolBarItem , wxVariant -, wxPrintDialogData -, wxRichTextTableBlock -, wxSharedPtr< T > -, wxRegKey +, wxString , wxWeakRef< T > +, wxUniChar , wxXmlNode +, wxDateTime , wxColourData -, wxIcon -, wxSharedPtr< T > -, wxCursor -, wxDateTime -, wxPoint2DDouble +, wxPGChoices +, wxPGCell +, wxRichTextTableBlock +, wxRichTextCompositeObject +, wxPrintData +, wxRichTextObjectAddress +, wxSharedPtr< T > +, wxRichTextParagraphLayoutBox +, wxRichTextBuffer , wxRichTextImageBlock +, wxRect2DInt +, wxRichTextFontTable +, wxLongLong +, wxPGVIterator , wxArray< T > -, wxRichTextBuffer -, wxRect -, wxArray< T > -, wxRichTextSelection -, wxRichTextParagraphLayoutBox , wxRegion +, wxSize , wxRichTextAttr -, wxLongLong -, wxPGCell +, wxPen +, wxLongLong , wxRealPoint -, wxPGChoices -, wxPGVIterator -, wxObjectDataPtr< T > -, wxGridCellCoords -, wxPalette -, wxLongLong +, wxRegKey , wxImage -, wxFont -, wxRect2DInt -, wxPen -, wxSize +, wxObjectDataPtr< T > +, wxLongLong , wxNativeFontInfo -, wxVariant -, wxCharTypeBuffer< T > -, wxWindowPtr< T > -, wxDateTime -, wxVariant -, wxColour -, wxString +, wxGridCellCoords +, wxIcon +, wxPoint2DDouble +, wxRect +, wxSharedPtr< T > +, wxVariant , wxPageSetupDialogData -, wxVector< T > -, wxUniChar -, wxArrayString -, wxUniChar -, wxVariant +, wxArray< T > +, wxCursor +, wxPrintDialogData +, wxTextAttr +, wxColour +, wxAcceleratorEntry +, wxUniChar +, wxCharTypeBuffer< T > +, wxAuiPaneInfo +, wxCharTypeBuffer< T > +, wxPoint2DInt +, wxDateTime , wxPrintDialogData , wxPageSetupDialogData -, wxCharTypeBuffer< T > +, wxVariant , wxUniChar -, wxRichTextCompositeObject +, wxPalette , wxAnimation -, wxRect2DDouble -, wxLongLong -, wxVariant -, wxWeakRef< T > -, wxIconBundle -, wxZipEntry -, wxAcceleratorEntry -, wxVariant , wxScopedCharTypeBuffer< T > +, wxVariant +, wxWindowPtr< T > +, wxVariant +, wxVector< T > +, wxWeakRef< T > +, wxAny , wxVariant +, wxWindowPtr< T >
  • operator==() -: wxVariant -, wxURI -, wxAny -, wxRichTextTableBlock -, wxAffineMatrix2DBase +: wxDataFormat +, wxRect +, wxAny +, wxTextAttrBorders , wxAny -, wxRealPoint -, wxRichTextRange -, wxPoint2DDouble -, wxFileName -, wxBrush -, wxPoint -, wxVariant -, wxGBSpan -, wxRichTextAttr +, wxTextBoxAttr +, wxAny +, wxVariant +, wxAny +, wxTextAttrDimension +, wxAny +, wxGBPosition +, wxVariant +, wxPen +, wxGridCellCoords +, wxAny +, wxVariant , wxAny -, wxColour -, wxTextAttrSize -, wxDataFormat -, wxArrayString +, wxVariant +, wxDateSpan +, wxPoint2DInt +, wxVariant +, wxFileName , wxVariant -, wxRect +, wxAny , wxFont -, wxPen -, wxRect2DDouble -, wxDataFormat -, wxFileName -, wxDateSpan -, wxVariant -, wxAny -, wxGridCellCoords +, wxRichTextTableBlock +, wxVariant +, wxGBSpan +, wxDataFormat +, wxColour +, wxVariant +, wxRect2DInt +, wxFileName , wxAny -, wxVideoMode -, wxAny +, wxTextAttrDimensions , wxVariant -, wxPlatformInfo -, wxPosition -, wxAny +, wxPoint , wxVariant -, wxAny -, wxVariant -, wxAny -, wxRect2DInt -, wxAny -, wxTextAttrBorders +, wxPlatformInfo +, wxRichTextAttr +, wxSize +, wxArrayString +, wxPoint2DDouble +, wxVariant , wxAny +, wxBrush +, wxTextAttrBorder +, wxAny +, wxTextAttrSize +, wxVariant +, wxRichTextProperties , wxAcceleratorEntry -, wxRichTextSelection +, wxAny , wxVariant -, wxAny -, wxTextAttrBorder , wxRichTextFontTable +, wxXLocale , wxAny +, wxRect2DDouble +, wxRealPoint +, wxRichTextSelection +, wxAny +, wxAffineMatrix2DBase +, wxAny , wxLinuxDistributionInfo -, wxTextAttrDimensions +, wxVideoMode , wxVariant -, wxPoint2DInt -, wxAny -, wxTextAttrDimension -, wxVariant -, wxXLocale -, wxGBPosition -, wxTextBoxAttr -, wxSize -, wxAny +, wxPosition +, wxRichTextRange , wxAffineMatrix2D -, wxRichTextProperties +, wxURI
  • operator[]() -: wxRichTextProperties -, wxPGChoices -, wxVector< T > -, wxHashMap +: wxActiveXEvent +, wxRichTextProperties +, wxPGChoices , wxScopedArray< T > -, wxScopedCharTypeBuffer< T > +, wxHashMap +, wxVector< T > +, wxPGChoices +, wxVariant , wxTextFile -, wxString -, wxActiveXEvent , wxScopedArray< T > -, wxRichTextSelection +, wxString , wxVariant -, wxPGChoices -, wxVector< T > -, wxVariant +, wxRichTextSelection , wxArrayString +, wxScopedCharTypeBuffer< T > +, wxRichTextProperties +
  • +
  • OSXGetAppleMenu() +: wxMenuBar +
  • +
  • OSXIsGUIApplication() +: wxApp
  • OSXIsModified() : wxTopLevelWindow @@ -1135,7 +1146,7 @@ : wxObject
  • wxObjectDataPtr() -: wxObjectDataPtr< T > +: wxObjectDataPtr< T >
  • wxOutputStream() : wxOutputStream @@ -1144,14 +1155,14 @@ : wxOverlay
  • wxOwnerDrawnComboBox() -: wxOwnerDrawnComboBox +: wxOwnerDrawnComboBox
  • diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x70.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x70.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x70.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x70.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -245,12 +245,12 @@ , wxDDEConnection , wxConnection -
  • pop() -: wxStack< T > -
  • Pop() : wxArtProvider
  • +
  • pop() +: wxStack< T > +
  • pop_back() : wxList< T > , wxVector< T > @@ -375,12 +375,12 @@ : wxDataViewCtrl
  • PrependItem() -: wxDataViewTreeCtrl -, wxTreeListCtrl +: wxTreeCtrl , wxDataViewListCtrl +, wxDataViewTreeCtrl , wxDataViewListStore , wxDataViewTreeStore -, wxTreeCtrl +, wxTreeListCtrl
  • PrependProgressColumn() : wxDataViewCtrl @@ -420,7 +420,8 @@ : wxHtmlEasyPrinting
  • Print() -: wxPrintPreview +: wxWebKitCtrl +, wxPrintPreview , wxPrinter , wxWebView
  • @@ -434,8 +435,8 @@ : wxPrinter
  • Printf() -: wxString -, wxMessageOutput +: wxMessageOutput +, wxString
  • PrintFile() : wxHtmlEasyPrinting @@ -506,7 +507,7 @@
  • PromoteList() : wxRichTextParagraphLayoutBox -, wxRichTextCtrl +, wxRichTextCtrl
  • PropertyNames() : wxStyledTextCtrl @@ -541,8 +542,8 @@ : wxWindow
  • PushFront() -: wxArchiveClassFactory -, wxFilterClassFactory +: wxFilterClassFactory +, wxArchiveClassFactory
  • PushState() : wxGraphicsContext @@ -559,7 +560,7 @@ : wxHtmlParser
  • Put() -: wxHashTable +: wxHashTable
  • PutC() : wxOutputStream @@ -570,19 +571,19 @@
  • PutNextDirEntry() : wxArchiveOutputStream -, wxTarOutputStream , wxZipOutputStream +, wxTarOutputStream
  • PutNextEntry() -: wxTarOutputStream -, wxZipOutputStream -, wxTarOutputStream +: wxZipOutputStream +, wxTarOutputStream , wxArchiveOutputStream , wxZipOutputStream +, wxTarOutputStream , wxArchiveOutputStream
  • PutProperty() -: wxAutomationObject +: wxAutomationObject
  • Pwd() : wxFTP @@ -591,7 +592,7 @@ : wxPageSetupDialog
  • wxPageSetupDialogData() -: wxPageSetupDialogData +: wxPageSetupDialogData
  • wxPaintDC() : wxPaintDC @@ -615,7 +616,7 @@ : wxPathList
  • wxPen() -: wxPen +: wxPen
  • wxPenList() : wxPenList @@ -651,40 +652,40 @@ : wxPGMultiButton
  • wxPGProperty() -: wxPGProperty +: wxPGProperty
  • wxPGVIterator() -: wxPGVIterator +: wxPGVIterator
  • wxPickerBase() : wxPickerBase
  • wxPixelData() -: wxPixelData< Image, PixelFormat > +: wxPixelData< Image, PixelFormat >
  • wxPlatformInfo() -: wxPlatformInfo +: wxPlatformInfo
  • wxPoint() : wxPoint
  • wxPoint2DDouble() -: wxPoint2DDouble +: wxPoint2DDouble
  • wxPoint2DInt() -: wxPoint2DInt +: wxPoint2DInt
  • wxPopupTransientWindow() -: wxPopupTransientWindow +: wxPopupTransientWindow
  • wxPopupWindow() : wxPopupWindow
  • wxPosition() -: wxPosition +: wxPosition
  • wxPostScriptDC() -: wxPostScriptDC +: wxPostScriptDC
  • wxPowerEvent() : wxPowerEvent @@ -708,13 +709,13 @@ : wxPrintAbortDialog
  • wxPrintData() -: wxPrintData +: wxPrintData
  • wxPrintDialog() -: wxPrintDialog +: wxPrintDialog
  • wxPrintDialogData() -: wxPrintDialogData +: wxPrintDialogData
  • wxPrinter() : wxPrinter @@ -726,10 +727,10 @@ : wxPrintout
  • wxPrintPreview() -: wxPrintPreview +: wxPrintPreview
  • wxProcess() -: wxProcess +: wxProcess
  • wxProcessEvent() : wxProcessEvent @@ -744,10 +745,10 @@ : wxPropagationDisabler
  • wxPropertyGrid() -: wxPropertyGrid +: wxPropertyGrid
  • wxPropertyGridEvent() -: wxPropertyGridEvent +: wxPropertyGridEvent
  • wxPropertyGridPage() : wxPropertyGridPage @@ -763,7 +764,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x71.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x71.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x71.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x71.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -132,7 +132,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x72.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x72.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x72.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x72.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -336,13 +336,13 @@
  • RegisterRGBAImage() : wxStyledTextCtrl
  • +
  • Release() +: wxWeakRef< T > +
  • release() : wxScopedPtr , wxScopedPtr< T >
  • -
  • Release() -: wxWeakRef< T > -
  • ReleaseCapture() : wxJoystick
  • @@ -353,7 +353,11 @@ : wxWindow
  • Reload() -: wxWebView +: wxWebKitCtrl +, wxWebView +
  • +
  • remove() +: wxList< T >
  • Remove() : wxArchiveClassFactory @@ -374,9 +378,6 @@ , wxString , wxTextEntry
  • -
  • remove() -: wxList< T > -
  • RemoveAll() : wxFileSystemWatcher , wxImageList @@ -551,20 +552,15 @@ : wxString
  • Replace() -: wxString -
  • -
  • replace() -: wxString -
  • -
  • Replace() -: wxComboCtrl +: wxStyledTextCtrl +, wxComboCtrl , wxImage , wxImageList , wxMenuBar , wxRegEx , wxRichTextCtrl , wxSizer -, wxStyledTextCtrl +, wxString , wxTextEntry
  • ReplaceAll() @@ -595,8 +591,8 @@ : wxSplitterWindow
  • ReportError() -: wxXmlResource -, wxPrinter +: wxPrinter +, wxXmlResource , wxXmlResourceHandler
  • ReportParamError() @@ -629,34 +625,37 @@
  • ReserveSpaceEvenIfHidden() : wxSizerFlags
  • +
  • reset() +: wxWindowPtr< T > +
  • Reset() -: wxTextAttrDimension -, wxDataViewIndexListModel +: wxTextAttrBorder +, wxRegionIterator
  • reset() -: wxScopedPtr< T > -, wxObjectDataPtr< T > +: wxScopedPtr , wxScopedCharTypeBuffer< T > +, wxObjectDataPtr< T > , wxScopedArray< T > -, wxScopedPtr +, wxScopedPtr< T > , wxSharedPtr< T > -, wxWindowPtr< T >
  • Reset() -: wxDataViewVirtualListModel +: wxDataViewIndexListModel +, wxDataViewVirtualListModel , wxDebugReport , wxGridCellEditor , wxOverlay , wxPixelData< Image, PixelFormat >::Iterator , wxRegionIterator +, wxTextAttrDimension , wxTextAttrDimensions , wxTextAttrSize -, wxTextAttrBorder +, wxTextAttrBorders , wxTextBoxAttr , wxRichTextSelection -, wxRichTextParagraphLayoutBox -, wxTextAttrBorders , wxStreamBase +, wxRichTextParagraphLayoutBox
  • ResetAndClearCommands() : wxRichTextBuffer @@ -704,15 +703,13 @@ : wxAuiPaneInfo
  • resize() -: wxString +: wxList< T > +, wxString , wxVector< T >
  • Resize() : wxImage
  • -
  • resize() -: wxList< T > -
  • Resolve() : wxURI
  • @@ -721,12 +718,12 @@ , wxDataViewModelNotifier
  • Restore() -: wxPersistenceManager +: wxMDIChildFrame , wxPersistentBookCtrl , wxPersistentTLW -, wxPersistentTreeBookCtrl +, wxPersistenceManager , wxPersistentObject -, wxMDIChildFrame +, wxPersistentTreeBookCtrl
  • RestoreEditableState() : wxPropertyGridInterface @@ -771,9 +768,9 @@ : wxImage::RGBValue
  • Right() -: wxString -, wxAuiPaneInfo +: wxAuiPaneInfo , wxSizerFlags +, wxString
  • RightDClick() : wxMouseEvent @@ -803,11 +800,11 @@ : wxFTP
  • Rotate() -: wxAffineMatrix2D -, wxGraphicsContext +: wxAffineMatrix2DBase , wxGraphicsMatrix -, wxAffineMatrix2DBase , wxImage +, wxAffineMatrix2D +, wxGraphicsContext
  • Rotate180() : wxImage @@ -829,30 +826,30 @@ , wxDataViewVirtualListModel
  • RowChanged() -: wxDataViewIndexListModel -, wxDataViewVirtualListModel +: wxDataViewVirtualListModel +, wxDataViewIndexListModel
  • RowDeleted() -: wxDataViewVirtualListModel -, wxDataViewIndexListModel +: wxDataViewIndexListModel +, wxDataViewVirtualListModel
  • RowEnd() -: wxRichTextTableBlock +: wxRichTextTableBlock
  • RowInserted() -: wxDataViewVirtualListModel -, wxDataViewIndexListModel +: wxDataViewIndexListModel +, wxDataViewVirtualListModel
  • RowPrepended() -: wxDataViewIndexListModel -, wxDataViewVirtualListModel +: wxDataViewVirtualListModel +, wxDataViewIndexListModel
  • RowsDeleted() -: wxDataViewVirtualListModel -, wxDataViewIndexListModel +: wxDataViewIndexListModel +, wxDataViewVirtualListModel
  • RowStart() -: wxRichTextTableBlock +: wxRichTextTableBlock
  • RowToItem() : wxDataViewListCtrl @@ -866,7 +863,8 @@ , wxThread
  • RunScript() -: wxWebView +: wxWebKitCtrl +, wxWebView
  • RunWizard() : wxWizard @@ -878,7 +876,7 @@ : wxRadioButton
  • wxRealPoint() -: wxRealPoint +: wxRealPoint
  • wxRearrangeCtrl() : wxRearrangeCtrl @@ -896,7 +894,7 @@ : wxRect2DDouble
  • wxRect2DInt() -: wxRect2DInt +: wxRect2DInt
  • wxRecursionGuard() : wxRecursionGuard @@ -911,13 +909,13 @@ : wxRegEx
  • wxRegion() -: wxRegion +: wxRegion
  • wxRegionIterator() : wxRegionIterator
  • wxRegKey() -: wxRegKey +: wxRegKey
  • wxRendererVersion() : wxRendererVersion @@ -932,16 +930,16 @@ : wxRibbonBarEvent
  • wxRibbonButtonBar() -: wxRibbonButtonBar +: wxRibbonButtonBar
  • wxRibbonButtonBarEvent() : wxRibbonButtonBarEvent
  • wxRibbonControl() -: wxRibbonControl +: wxRibbonControl
  • wxRibbonGallery() -: wxRibbonGallery +: wxRibbonGallery
  • wxRibbonGalleryEvent() : wxRibbonGalleryEvent @@ -956,7 +954,7 @@ : wxRibbonPanelEvent
  • wxRibbonToolBar() -: wxRibbonToolBar +: wxRibbonToolBar
  • wxRichMessageDialog() : wxRichMessageDialog @@ -965,7 +963,7 @@ : wxRichTextAction
  • wxRichTextAttr() -: wxRichTextAttr +: wxRichTextAttr
  • wxRichTextBox() : wxRichTextBox @@ -977,7 +975,7 @@ : wxRichTextBufferDataObject
  • wxRichTextCell() -: wxRichTextCell +: wxRichTextCell
  • wxRichTextCharacterStyleDefinition() : wxRichTextCharacterStyleDefinition @@ -992,7 +990,7 @@ : wxRichTextContextMenuPropertiesInfo
  • wxRichTextCtrl() -: wxRichTextCtrl +: wxRichTextCtrl
  • wxRichTextDrawingContext() : wxRichTextDrawingContext @@ -1001,16 +999,16 @@ : wxRichTextDrawingHandler
  • wxRichTextEvent() -: wxRichTextEvent +: wxRichTextEvent
  • wxRichTextField() -: wxRichTextField +: wxRichTextField
  • wxRichTextFieldType() -: wxRichTextFieldType +: wxRichTextFieldType
  • wxRichTextFieldTypeStandard() -: wxRichTextFieldTypeStandard +: wxRichTextFieldTypeStandard
  • wxRichTextFileHandler() : wxRichTextFileHandler @@ -1019,13 +1017,13 @@ : wxRichTextFontTable
  • wxRichTextFormattingDialog() -: wxRichTextFormattingDialog +: wxRichTextFormattingDialog
  • wxRichTextFormattingDialogFactory() : wxRichTextFormattingDialogFactory
  • wxRichTextHeaderFooterData() -: wxRichTextHeaderFooterData +: wxRichTextHeaderFooterData
  • wxRichTextHTMLHandler() : wxRichTextHTMLHandler @@ -1046,19 +1044,19 @@ : wxRichTextObject
  • wxRichTextObjectAddress() -: wxRichTextObjectAddress +: wxRichTextObjectAddress
  • wxRichTextParagraph() -: wxRichTextParagraph +: wxRichTextParagraph
  • wxRichTextParagraphLayoutBox() -: wxRichTextParagraphLayoutBox +: wxRichTextParagraphLayoutBox
  • wxRichTextParagraphStyleDefinition() : wxRichTextParagraphStyleDefinition
  • wxRichTextPlainText() -: wxRichTextPlainText +: wxRichTextPlainText
  • wxRichTextPlainTextHandler() : wxRichTextPlainTextHandler @@ -1070,16 +1068,16 @@ : wxRichTextPrintout
  • wxRichTextProperties() -: wxRichTextProperties +: wxRichTextProperties
  • wxRichTextRange() -: wxRichTextRange +: wxRichTextRange
  • wxRichTextRenderer() : wxRichTextRenderer
  • wxRichTextSelection() -: wxRichTextSelection +: wxRichTextSelection
  • wxRichTextStdRenderer() : wxRichTextStdRenderer @@ -1094,7 +1092,7 @@ : wxRichTextStyleListBox
  • wxRichTextStyleListCtrl() -: wxRichTextStyleListCtrl +: wxRichTextStyleListCtrl
  • wxRichTextStyleOrganiserDialog() : wxRichTextStyleOrganiserDialog @@ -1103,7 +1101,7 @@ : wxRichTextStyleSheet
  • wxRichTextTable() -: wxRichTextTable +: wxRichTextTable
  • wxRichTextTableBlock() : wxRichTextTableBlock @@ -1119,7 +1117,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x73.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x73.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x73.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x73.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -446,6 +446,9 @@
  • Set3StateValue() : wxCheckBox
  • +
  • SetAccel() +: wxMenuItem +
  • SetAcceleratorTable() : wxWindow
  • @@ -506,9 +509,9 @@ : wxDialog
  • SetAlign() -: wxListItem +: wxHtmlWinParser +, wxListItem , wxHtmlContainerCell -, wxHtmlWinParser
  • SetAlignHor() : wxHtmlContainerCell @@ -916,6 +919,15 @@
  • SetCellFont() : wxGrid
  • +
  • SetCellHighlightColour() +: wxGrid +
  • +
  • SetCellHighlightPenWidth() +: wxGrid +
  • +
  • SetCellHighlightROPenWidth() +: wxGrid +
  • SetCellOverflow() : wxGrid
  • @@ -1113,12 +1125,12 @@
  • SetColSizes() : wxGrid
  • -
  • SetColspan() -: wxGBSpan -
  • SetColSpan() : wxRichTextCell
  • +
  • SetColspan() +: wxGBSpan +
  • SetColumn() : wxDataViewEvent , wxHeaderCtrlEvent @@ -1214,7 +1226,8 @@ : wxRichTextCtrl
  • SetControl() -: wxGridEditorCreatedEvent +: wxGridCellEditor +, wxGridEditorCreatedEvent
  • SetControlAppearance() : wxPGEditor @@ -1519,6 +1532,7 @@
  • SetDisabledBitmap() : wxAuiToolBarItem +, wxMenuItem , wxToolBarToolBase
  • SetDispatchPtr() @@ -1789,10 +1803,6 @@
  • SetFileFilter() : wxDocTemplate
  • -
  • SetFileName() -: wxFilePickerCtrl -, wxIconLocation -
  • SetFilename() : wxPrintData , wxDocument @@ -1800,6 +1810,10 @@ , wxFileDialog , wxRichTextCtrl
  • +
  • SetFileName() +: wxFilePickerCtrl +, wxIconLocation +
  • SetFiles() : wxFileCtrlEvent
  • @@ -2877,11 +2891,11 @@ , wxHeaderColumnSimple
  • SetMode() -: wxZipEntry +: wxTarEntry , wxUpdateUIEvent , wxIdleEvent -, wxTarEntry , wxTextOutputStream +, wxZipEntry
  • SetModel() : wxDataViewEvent @@ -2924,22 +2938,23 @@ : wxStyledTextCtrl
  • SetName() -: wxXmlNode -, wxRichTextDrawingHandler -, wxImageHandler -, wxArchiveEntry +: wxRegKey +, wxRichTextStyleSheet +, wxRichTextFieldType , wxAboutDialogInfo +, wxArchiveEntry , wxBitmapHandler , wxFileName , wxHtmlEasyPrinting +, wxImageHandler , wxRegKey , wxPGProperty , wxRichTextObject -, wxRichTextFieldType , wxRichTextFileHandler +, wxRichTextDrawingHandler , wxRichTextStyleDefinition -, wxRichTextStyleSheet , wxWindow +, wxXmlNode , wxXmlAttribute
  • SetNativeFontInfo() @@ -2951,6 +2966,9 @@
  • SetNativeTheme() : wxApp
  • +
  • SetNavigationType() +: wxWebKitBeforeLoadEvent +
  • SetNegativeButton() : wxStdDialogButtonSizer
  • @@ -2961,10 +2979,10 @@ : wxRichTextEvent
  • SetNext() -: wxXmlAttribute -, wxHtmlCell +: wxHtmlCell , wxWizardPageSimple , wxXmlNode +, wxXmlAttribute
  • SetNextHandler() : wxEvtHandler @@ -2993,9 +3011,9 @@ : wxHyperlinkCtrl
  • SetNormalFont() -: wxAuiNotebook +: wxAuiTabArt +, wxAuiNotebook , wxAuiTabContainer -, wxAuiTabArt , wxAuiDefaultTabArt , wxAuiSimpleTabArt
  • @@ -3049,18 +3067,17 @@ : wxPlatformInfo
  • SetOption() -: wxSystemOptions -, wxImage +: wxImage , wxSystemOptions
  • SetOptions() : wxRichTextFormattingDialog
  • SetOrientation() -: wxScrollEvent +: wxSashLayoutWindow , wxPrintData , wxScrollWinEvent -, wxSashLayoutWindow +, wxScrollEvent , wxQueryLayoutInfoEvent , wxBoxSizer
  • @@ -3086,8 +3103,8 @@ : wxWindow
  • SetOwner() -: wxDataViewRenderer -, wxDataViewModelNotifier +: wxDataViewModelNotifier +, wxDataViewRenderer , wxFileSystemWatcher , wxTimer
  • @@ -3104,9 +3121,10 @@ : wxNotebook
  • SetPage() -: wxHtmlWindow +: wxWebView +, wxHtmlWindow , wxRibbonBarEvent -, wxWebView +, wxWebView
  • SetPageBitmap() : wxAuiNotebook @@ -3127,6 +3145,9 @@ , wxSlider , wxWizard
  • +
  • SetPageSource() +: wxWebKitCtrl +
  • SetPageSplitterLeft() : wxPropertyGridManager
  • @@ -3134,17 +3155,20 @@ : wxPropertyGridManager
  • SetPageText() -: wxAuiNotebook +: wxNotebook +, wxAuiNotebook , wxBookCtrlBase -, wxNotebook +
  • +
  • SetPageTitle() +: wxWebKitCtrl
  • SetPageToolTip() : wxAuiNotebook
  • SetPalette() -: wxSVGFileDC +: wxDC , wxBitmap -, wxDC +, wxSVGFileDC , wxImage , wxWindow
  • @@ -3158,8 +3182,8 @@ : wxRibbonPanelEvent
  • SetPaperId() -: wxPageSetupDialogData -, wxPrintData +: wxPrintData +, wxPageSetupDialogData
  • SetPaperSize() : wxPageSetupDialogData @@ -3174,20 +3198,20 @@ : wxTextAttr
  • SetParameters() -: wxGridCellTextEditor +: wxGridCellChoiceEditor , wxGridCellDateTimeRenderer , wxGridCellEnumRenderer , wxGridCellFloatRenderer -, wxGridCellChoiceEditor +, wxGridCellTextEditor , wxGridCellFloatEditor , wxGridCellNumberEditor
  • SetParent() -: wxMenu +: wxXmlNode , wxHtmlCell +, wxMenu , wxNotificationMessage , wxRichTextObject -, wxXmlNode
  • SetParentalType() : wxPGProperty @@ -3196,8 +3220,8 @@ : wxXmlResourceHandler
  • SetParentWindow() -: wxHelpControllerBase -, wxHtmlEasyPrinting +: wxHtmlEasyPrinting +, wxHelpControllerBase , wxRichTextPrinting
  • SetParser() @@ -3218,14 +3242,14 @@ : wxStyledTextCtrl
  • SetPath() -: wxFileCtrl +: wxFileConfig +, wxFilePickerCtrl , wxConfigBase , wxGenericDirCtrl , wxDirDialog -, wxFileConfig +, wxFileCtrl , wxFileDialog , wxFileName -, wxFilePickerCtrl , wxDirPickerCtrl , wxFileDirPickerEvent
  • @@ -3233,9 +3257,8 @@ : wxThreadEvent
  • SetPen() -: wxGraphicsContext -, wxDC -, wxGraphicsContext +: wxDC +, wxGraphicsContext
  • SetPermissions() : wxFileName @@ -3283,26 +3306,26 @@ : wxPlatformInfo
  • SetPos() -: wxHtmlCell -, wxGBSizerItem +: wxGBSizerItem +, wxHtmlCell
  • SetPosition() -: wxStyledTextEvent -, wxRichTextLine -, wxHelpEvent +: wxContextMenuEvent +, wxRichTextObject +, wxRect , wxDataViewEvent , wxScrollWinEvent -, wxContextMenuEvent +, wxHelpEvent , wxScrollEvent , wxMoveEvent -, wxRect , wxGraphicsGradientStop , wxMouseState , wxTextAttrDimension -, wxRichTextObject +, wxRichTextLine , wxRichTextAction , wxRichTextEvent , wxSpinEvent +, wxStyledTextEvent , wxWindow
  • SetPositionCacheSize() @@ -3328,8 +3351,8 @@ : wxRichTextPrinting
  • SetPreviousHandler() -: wxEvtHandler -, wxWindow +: wxWindow +, wxEvtHandler
  • SetPrintColourMode() : wxStyledTextCtrl @@ -3338,9 +3361,9 @@ : wxFileTypeInfo
  • SetPrintData() -: wxRichTextPrinting -, wxPageSetupDialogData +: wxPageSetupDialogData , wxPrintDialogData +, wxRichTextPrinting
  • SetPrinterName() : wxPrintData @@ -3368,15 +3391,15 @@ : wxPrintAbortDialog
  • SetProperties() -: wxRichTextParagraphLayoutBox +: wxRichTextObject , wxRichTextProperties -, wxRichTextObject +, wxRichTextParagraphLayoutBox , wxRichTextCtrl , wxRichTextStyleDefinition , wxRichTextStyleSheet
  • SetProperty() -: wxRichTextProperties +: wxRichTextProperties , wxPropertyGridEvent , wxRichTextProperties , wxStyledTextCtrl @@ -3400,7 +3423,7 @@ : wxPropertyGridInterface
  • SetPropertyEditor() -: wxPropertyGridInterface +: wxPropertyGridInterface
  • SetPropertyHelpString() : wxPropertyGridInterface @@ -3427,10 +3450,10 @@ : wxPropertyGridInterface
  • SetPropertyValue() -: wxPropertyGridInterface +: wxPropertyGridInterface
  • SetPropertyValues() -: wxPropertyGridInterface +: wxPropertyGridInterface
  • SetPropertyValueString() : wxPropertyGridInterface @@ -3439,8 +3462,8 @@ : wxPropertyGridInterface
  • SetProportion() -: wxAuiToolBarItem -, wxSizerItem +: wxSizerItem +, wxAuiToolBarItem
  • SetProxy() : wxURL @@ -3455,18 +3478,19 @@ : wxTreeCtrl
  • SetRange() -: wxSpinButton -, wxRichTextRange +: wxGenericProgressDialog +, wxSlider +, wxRichTextLine , wxDatePickerCtrl , wxFontData , wxGauge -, wxGenericProgressDialog +, wxRichTextRange , wxRichTextSelection , wxRichTextObject -, wxRichTextLine +, wxRichTextLine , wxRichTextAction , wxRichTextEvent -, wxSlider +, wxSpinButton , wxSpinCtrl , wxSpinCtrlDouble , wxNumValidator< T > @@ -3475,23 +3499,23 @@ : wxRichTextSelection
  • SetRatio() -: wxSizerItem +: wxSizerItem
  • SetRawControlDown() : wxKeyboardState
  • SetReadOnly() -: wxGridCellAttr +: wxStyledTextCtrl +, wxGridCellAttr , wxGrid -, wxStyledTextCtrl
  • SetRecordDefaults() : wxConfigBase
  • SetRect() -: wxAuiTabContainer +: wxSizeEvent +, wxAuiTabContainer , wxMoveEvent -, wxSizeEvent , wxCalculateLayoutEvent
  • SetRectangularSelectionAnchor() @@ -3556,8 +3580,8 @@ : wxDialog
  • SetRGB() -: wxColour -, wxImage +: wxImage +, wxColour
  • SetRGBA() : wxColour @@ -3569,13 +3593,13 @@ : wxRichTextParagraphLayoutBox , wxRichTextStyleOrganiserDialog , wxRichTextStyleListCtrl -, wxRichTextStyleListBox , wxRichTextStyleComboCtrl +, wxRichTextStyleListBox
  • SetRight() -: wxRect2DDouble +: wxRect +, wxRect2DDouble , wxRect2DInt -, wxRect
  • SetRightBottom() : wxRect2DDouble @@ -3591,8 +3615,8 @@ : wxTopLevelWindow
  • SetRightTop() -: wxRect2DInt -, wxRect2DDouble +: wxRect2DDouble +, wxRect2DInt
  • SetRoot() : wxXmlDocument @@ -3605,8 +3629,8 @@
  • SetRowAttr() : wxGridCellAttrProvider -, wxGrid , wxGridTableBase +, wxGrid
  • SetRowColumnCount() : wxVarHVScrollHelper @@ -3625,8 +3649,8 @@
  • SetRowLabelValue() : wxGridTableBase -, wxGrid , wxGridStringTable +, wxGrid
  • SetRowMinimalAcceptableHeight() : wxGrid @@ -3657,8 +3681,8 @@ : wxSplitterWindow
  • SetSashPosition() -: wxSplitterEvent -, wxSplitterWindow +: wxSplitterWindow +, wxSplitterEvent
  • SetSashVisible() : wxSashWindow @@ -3667,9 +3691,9 @@ : wxStyledTextCtrl
  • SetScale() -: wxRichTextCtrl +: wxRichTextBuffer +, wxRichTextCtrl , wxScrolled< T > -, wxRichTextBuffer
  • SetScrollbar() : wxScrollBar @@ -3688,7 +3712,8 @@ : wxScrolled< T >
  • SetScrollPos() -: wxWindow +: wxWebKitCtrl +, wxWindow
  • SetScrollRate() : wxScrolled< T > @@ -3712,36 +3737,35 @@ : wxStyledTextCtrl
  • SetSelectedFont() -: wxAuiNotebook -, wxAuiTabContainer +: wxAuiTabContainer , wxAuiTabArt , wxAuiDefaultTabArt -, wxAuiSimpleTabArt , wxFontPickerCtrl +, wxAuiSimpleTabArt +, wxAuiNotebook
  • SetSelection() : wxAuiNotebook +, wxBookCtrlBase , wxBookCtrlEvent , wxSingleChoiceDialog , wxChoice -, wxComboCtrl +, wxPrintDialogData , wxComboBox -, wxHtmlRenderingInfo +, wxItemContainerImmutable , wxListBox , wxNotebook , wxPropertyGrid -, wxRadioBox , wxRibbonGallery , wxRichTextCtrl , wxSlider , wxSpinCtrl , wxStyledTextCtrl -, wxVListBox , wxTextEntry -, wxRichTextCtrl -, wxItemContainerImmutable -, wxPrintDialogData -, wxBookCtrlBase +, wxVListBox +, wxRadioBox +, wxComboCtrl +, wxHtmlRenderingInfo
  • SetSelectionAnchor() : wxRichTextCtrl @@ -3750,8 +3774,8 @@ : wxRichTextCtrl
  • SetSelectionBackground() -: wxVListBox -, wxGrid +: wxGrid +, wxVListBox
  • SetSelectionBackgroundColour() : wxPropertyGrid @@ -3813,7 +3837,7 @@ : wxGauge
  • SetShape() -: wxNonOwnedWindow +: wxNonOwnedWindow
  • SetSheetStyle() : wxPropertySheetDialog @@ -3842,8 +3866,8 @@ : wxInfoBar
  • SetShowOnFirstPage() -: wxRichTextPrinting -, wxRichTextHeaderFooterData +: wxRichTextHeaderFooterData +, wxRichTextPrinting
  • SetShowToolTips() : wxRichTextStyleOrganiserDialog @@ -3858,26 +3882,25 @@ : wxListCtrl
  • SetSize() -: wxWindow -, wxGridCellEditor -, wxHtmlDCRenderer +: wxCaret +, wxSizeEvent +, wxTextBoxAttr +, wxArchiveEntry +, wxQueryLayoutInfoEvent , wxCaret +, wxGridCellEditor , wxRichTextLine +, wxWindow , wxTarEntry -, wxArchiveEntry -, wxCaret +, wxHtmlDCRenderer +, wxWindow , wxRect -, wxTextBoxAttr , wxWindow -, wxSizeEvent -, wxQueryLayoutInfoEvent -, wxWindow
  • SetSizeHints() : wxTopLevelWindow -, wxWindow -, wxSizer , wxWindow +, wxSizer , wxTopLevelWindow
  • SetSizer() @@ -3894,9 +3917,9 @@ : wxRibbonPage
  • SetSizingInfo() -: wxAuiSimpleTabArt -, wxAuiTabArt +: wxAuiTabArt , wxAuiDefaultTabArt +, wxAuiSimpleTabArt
  • SetSortable() : wxSettableHeaderColumn @@ -3911,8 +3934,8 @@ : wxGrid
  • SetSortOrder() -: wxHeaderColumnSimple -, wxSettableHeaderColumn +: wxSettableHeaderColumn +, wxHeaderColumnSimple
  • SetSpacer() : wxSizerItem @@ -3927,18 +3950,18 @@ : wxSplitterWindow
  • SetSplitterLeft() -: wxPropertyGrid -, wxPropertyGridManager +: wxPropertyGridManager +, wxPropertyGrid
  • SetSplitterPosition() -: wxPropertyGridPage +: wxPropertyGrid +, wxPropertyGridPage , wxPropertyGridManager -, wxPropertyGrid
  • SetStandardFonts() : wxHtmlWindow -, wxHtmlEasyPrinting , wxHtmlDCRenderer +, wxHtmlEasyPrinting
  • SetStart() : wxRichTextRange @@ -3948,9 +3971,10 @@ : wxGraphicsGradientStops
  • SetState() -: wxMouseState -, wxAuiToolBarItem +: wxWebKitStateChangedEvent +, wxMouseState , wxListItem +, wxAuiToolBarItem
  • SetStateImageList() : wxTreeCtrl @@ -3971,8 +3995,8 @@ : wxStatusBar
  • SetStatusText() -: wxStatusBar -, wxFrame +: wxFrame +, wxStatusBar
  • SetStatusWidths() : wxStatusBar @@ -3995,14 +4019,14 @@ : wxFont
  • SetString() -: wxStringTokenizer -, wxCommandEvent +: wxRadioBox , wxComboBox +, wxListBox +, wxStringTokenizer +, wxCommandEvent , wxItemContainerImmutable , wxChoice , wxThreadEvent -, wxListBox -, wxRadioBox
  • SetStrings() : wxEditableListBox @@ -4019,25 +4043,24 @@ : wxComboPopup
  • SetStyle() -: wxBufferedDC -, wxPen +: wxTextAttrBorders +, wxNativeFontInfo +, wxRichTextParagraphLayoutBox +, wxBufferedDC +, wxNumValidator< T > , wxStyledTextCtrl , wxRichTextCtrl -, wxRichTextParagraphLayoutBox -, wxNumValidator< T > -, wxTextValidator , wxRichTextFormattingDialog -, wxNativeFontInfo -, wxHtmlRenderingInfo -, wxRichTextCtrl +, wxRichTextStyleDefinition +, wxRichTextParagraphLayoutBox +, wxPen , wxBrush , wxFont +, wxHtmlRenderingInfo , wxTextAttrBorder -, wxTextAttrBorders -, wxRichTextParagraphLayoutBox , wxRichTextCtrl -, wxRichTextStyleDefinition , wxTextCtrl +, wxTextValidator
  • SetStyleBits() : wxStyledTextCtrl @@ -4054,9 +4077,9 @@
  • SetStyleSheet() : wxRichTextBuffer , wxRichTextStyleListBox +, wxRichTextCtrl , wxRichTextStyleOrganiserDialog , wxRichTextStyleListCtrl -, wxRichTextCtrl , wxRichTextStyleComboCtrl
  • SetStyleSheetAndNotify() @@ -4117,6 +4140,9 @@
  • SetTargetEnd() : wxStyledTextCtrl
  • +
  • SetTargetName() +: wxWebKitNewWindowEvent +
  • SetTargetRect() : wxScrolled< T >
  • @@ -4124,33 +4150,33 @@ : wxStyledTextCtrl
  • SetTargetWindow() -: wxScrolled< T > -, wxVarScrollHelperBase +: wxVarScrollHelperBase +, wxScrolled< T >
  • SetTechnology() : wxStyledTextCtrl
  • SetTempDir() -: wxHtmlHelpData -, wxHtmlHelpController +: wxHtmlHelpController +, wxHtmlHelpData , wxRichTextHTMLHandler
  • SetTemporaryImageLocations() : wxRichTextHTMLHandler
  • SetText() -: wxListItem -, wxComboCtrl -, wxDataViewIconText -, wxRichTextHeaderFooterData -, wxPGCell +: wxUpdateUIEvent +, wxStyledTextCtrl +, wxStyledTextEvent +, wxMenuItem , wxRichTextPlainText , wxBannerWindow , wxTextDataObject -, wxUpdateUIEvent -, wxMenuItem -, wxStyledTextCtrl -, wxStyledTextEvent +, wxDataViewIconText +, wxComboCtrl +, wxListItem +, wxPGCell +, wxRichTextHeaderFooterData
  • SetTextBackground() : wxDC @@ -4159,16 +4185,16 @@ : wxRichTextAttr
  • SetTextColour() -: wxRichTextFieldTypeStandard -, wxListItemAttr -, wxTextAttr +: wxRichTextHeaderFooterData +, wxPGProperty +, wxListItem , wxMenuItem , wxListCtrl -, wxGridCellAttr , wxCalendarDateAttr -, wxListItem -, wxPGProperty -, wxRichTextHeaderFooterData +, wxGridCellAttr +, wxListItemAttr +, wxRichTextFieldTypeStandard +, wxTextAttr
  • SetTextCtrl() : wxPickerBase @@ -4198,14 +4224,14 @@ : wxComboCtrl
  • SetTextOrientation() -: wxAuiToolBarArt -, wxAuiDefaultToolBarArt +: wxAuiDefaultToolBarArt +, wxAuiToolBarArt
  • SetTextRaw() : wxStyledTextCtrl
  • SetTextValidator() -: wxTextEntryDialog +: wxTextEntryDialog
  • SetTextValue() : wxDataViewListCtrl @@ -4232,15 +4258,15 @@ : wxTimePickerCtrl
  • SetTimeout() -: wxSocketBase -, wxRichToolTip +: wxRichToolTip +, wxSocketBase
  • SetTimes() : wxFileName
  • SetTimestamp() -: wxEvent -, wxLog +: wxLog +, wxEvent
  • SetTip() : wxToolTip @@ -4252,22 +4278,23 @@ : wxTipWindow
  • SetTitle() -: wxSettableHeaderColumn +: wxRichTextPrinting , wxTopLevelWindow +, wxNotificationMessage +, wxWebKitCtrl +, wxMenu , wxHeaderColumnSimple -, wxHtmlBookRecord , wxDocument -, wxMenu -, wxNotificationMessage -, wxRichTextPrinting +, wxSettableHeaderColumn +, wxHtmlBookRecord
  • SetTitleFont() : wxRichToolTip
  • SetTitleFormat() -: wxHtmlHelpController -, wxHtmlHelpDialog +: wxHtmlHelpDialog , wxHtmlHelpFrame +, wxHtmlHelpController
  • SetTmpDefaultItem() : wxTopLevelWindow @@ -4303,15 +4330,15 @@ : wxAuiToolBar
  • SetToolBitmapSize() -: wxToolBar -, wxAuiToolBar +: wxAuiToolBar +, wxToolBar
  • SetToolBorderPadding() : wxAuiToolBar
  • SetToolClientData() -: wxToolBar -, wxRibbonToolBar +: wxRibbonToolBar +, wxToolBar
  • SetToolDisabledBitmap() : wxRibbonToolBar @@ -4334,8 +4361,8 @@ , wxToolBar
  • SetToolNormalBitmap() -: wxRibbonToolBar -, wxToolBar +: wxToolBar +, wxRibbonToolBar
  • SetToolPacking() : wxAuiToolBar @@ -4345,12 +4372,12 @@ : wxAuiToolBar
  • SetToolSeparation() -: wxAuiToolBar -, wxToolBar +: wxToolBar +, wxAuiToolBar
  • SetToolShortHelp() -: wxToolBar -, wxAuiToolBar +: wxAuiToolBar +, wxToolBar
  • SetToolSticky() : wxAuiToolBar @@ -4363,8 +4390,8 @@ , wxTreeEvent
  • SetTop() -: wxRect2DInt -, wxRect +: wxRect +, wxRect2DInt , wxRect2DDouble
  • SetToPage() @@ -4414,11 +4441,11 @@ : wxStyledTextCtrl
  • SetType() -: wxBitmapHandler -, wxRichTextFileHandler +: wxDataFormat , wxImage +, wxRichTextFileHandler , wxXmlNode -, wxDataFormat +, wxBitmapHandler
  • SetTypeFlag() : wxTarEntry @@ -4427,8 +4454,8 @@ : wxFileConfig
  • SetUnderlined() -: wxFont -, wxNativeFontInfo +: wxNativeFontInfo +, wxFont
  • SetUndoAccelerator() : wxCommandProcessor @@ -4464,10 +4491,13 @@ : wxXmlResourceHandler
  • SetURL() -: wxTextAttr -, wxURL +: wxWebKitBeforeLoadEvent , wxHyperlinkCtrl +, wxURL +, wxWebKitStateChangedEvent +, wxWebKitNewWindowEvent , wxHyperlinkEvent +, wxTextAttr , wxURLDataObject
  • SetURLCursor() @@ -4483,8 +4513,8 @@ : wxGrid
  • SetUser() -: wxFTP -, wxProtocol +: wxProtocol +, wxFTP
  • SetUserData() : wxAuiToolBarItem @@ -4509,52 +4539,53 @@ : wxTextAttrDimension
  • SetValidationFailureBehavior() -: wxPropertyGridEvent -, wxPropertyGridInterface +: wxPropertyGridInterface +, wxPropertyGridEvent
  • SetValidationFailureMessage() : wxPropertyGridEvent
  • SetValidator() -: wxPGProperty +: wxGridCellTextEditor , wxWindow -, wxGridCellTextEditor +, wxPGProperty
  • SetValue() -: wxIndividualLayoutConstraint -, wxComboBox -, wxGridTableBase +: wxSpinCtrlDouble +, wxDataViewModel +, wxXmlAttribute , wxGauge -, wxDataViewRenderer -, wxDataViewEvent +, wxGridTableBase , wxGridStringTable -, wxVariantDataCurrency -, wxVariantDataErrorCode +, wxDataViewRenderer +, wxRegKey +, wxTextAttrDimension +, wxSlider +, wxSpinCtrl +, wxCheckBox +, wxTextEntry +, wxComboBox , wxDatePickerCtrl +, wxVariantDataSafeArray +, wxVariantDataErrorCode +, wxVariantDataCurrency , wxPGProperty -, wxTextAttrDimension -, wxSpinButton -, wxDataViewModel +, wxDataViewEvent , wxToggleButton -, wxRegKey -, wxCheckBox -, wxComboCtrl , wxRegKey , wxTextAttrDimension -, wxTextEntry -, wxDataViewListCtrl -, wxVariantDataSafeArray -, wxSlider -, wxRichTextCtrl +, wxSpinButton , wxTextAttrDimension -, wxSpinCtrlDouble +, wxRichTextCtrl +, wxSpinCtrlDouble , wxSpinCtrl -, wxTextEntryDialog , wxSpinDoubleEvent -, wxTextAttrDimension -, wxSpinCtrlDouble +, wxTextEntryDialog +, wxTextAttrDimension +, wxComboCtrl , wxRadioButton -, wxXmlAttribute +, wxIndividualLayoutConstraint +, wxDataViewListCtrl , wxTimePickerCtrl , wxBitmapToggleButton
  • @@ -4571,8 +4602,8 @@ : wxGridTableBase
  • SetValueByRow() -: wxDataViewListModel -, wxDataViewListStore +: wxDataViewListStore +, wxDataViewListModel
  • SetValueByUser() : wxComboCtrl @@ -4597,12 +4628,12 @@ , wxPGProperty
  • SetVectorAngle() -: wxPoint2DInt -, wxPoint2DDouble +: wxPoint2DDouble +, wxPoint2DInt
  • SetVectorLength() -: wxPoint2DInt -, wxPoint2DDouble +: wxPoint2DDouble +, wxPoint2DInt
  • SetVendorDisplayName() : wxAppConsole @@ -4614,8 +4645,8 @@ : wxLog
  • SetVersion() -: wxXmlDocument -, wxAboutDialogInfo +: wxAboutDialogInfo +, wxXmlDocument
  • SetVerticalAlignment() : wxTextBoxAttr @@ -4633,9 +4664,9 @@ : wxGridSizer
  • SetView() -: wxDocMDIChildFrame +: wxDocChildFrame , wxGridTableBase -, wxDocChildFrame +, wxDocMDIChildFrame
  • SetViewEOL() : wxStyledTextCtrl @@ -4672,8 +4703,8 @@ : wxHyperlinkCtrl
  • SetVolume() -: wxFileName -, wxMediaCtrl +: wxMediaCtrl +, wxFileName
  • SetVScrollBar() : wxStyledTextCtrl @@ -4691,8 +4722,8 @@ : wxDateSpan
  • SetWeight() -: wxNativeFontInfo -, wxFont +: wxFont +, wxNativeFontInfo
  • SetWellKnownHost() : wxDialUpManager @@ -4710,37 +4741,37 @@ : wxStyledTextCtrl
  • SetWidth() -: wxTextAttrBorder -, wxSize -, wxHeaderCtrlEvent -, wxTextAttrSize -, wxSettableHeaderColumn +: wxHeaderColumnSimple +, wxRect +, wxPen , wxGridCellFloatRenderer -, wxTextAttrBorder +, wxListItem +, wxSettableHeaderColumn +, wxTextAttrBorder +, wxTextAttrBorders , wxTextAttrSize +, wxHeaderCtrlEvent +, wxTextAttrSize , wxBitmap -, wxTextAttrBorders -, wxRect +, wxTextAttrSize +, wxTextAttrBorder +, wxSize , wxIcon -, wxPen -, wxListItem -, wxHeaderColumnSimple , wxTextAttrBorders -, wxTextAttrSize
  • SetWidthFloat() -: wxHtmlContainerCell +: wxHtmlContainerCell
  • SetWildcard() -: wxFileDialog -, wxFileCtrl +: wxFileCtrl +, wxFileDialog
  • SetWindow() -: wxAuiToolBarItem -, wxAccessible +: wxAccessible +, wxValidator +, wxAuiToolBarItem , wxFocusEvent , wxSizerItem -, wxValidator
  • SetWindowChange() : wxNavigationKeyEvent @@ -4754,8 +4785,8 @@
  • SetWindowStyleFlag() : wxAuiToolBar -, wxListCtrl , wxWindow +, wxListCtrl
  • SetWindowVariant() : wxWindow @@ -4783,8 +4814,8 @@
  • SetX() : wxMouseState -, wxStyledTextEvent , wxRect +, wxStyledTextEvent
  • SetXCaretPolicy() : wxStyledTextCtrl @@ -4793,9 +4824,9 @@ : wxStyledTextCtrl
  • SetY() -: wxRect +: wxStyledTextEvent , wxMouseState -, wxStyledTextEvent +, wxRect
  • SetYCaretPolicy() : wxStyledTextCtrl @@ -4813,9 +4844,9 @@ : wxMessageDialog
  • SetZoom() -: wxStyledTextCtrl +: wxPrintPreview +, wxStyledTextCtrl , wxWebView -, wxPrintPreview
  • SetZoomControl() : wxPreviewControlBar @@ -4827,8 +4858,8 @@ : wxSizerFlags
  • ShiftDown() -: wxKeyboardState -, wxGridRangeSelectEvent +: wxGridRangeSelectEvent +, wxKeyboardState , wxGridEvent , wxGridSizeEvent
  • @@ -4855,24 +4886,23 @@ : wxEvent
  • Show() -: wxSizer -, wxRadioBox -, wxDebugReportPreviewStd -, wxCaret -, wxDialog -, wxDragImage +: wxCaret +, wxPreferencesEditor , wxUpdateUIEvent -, wxLogWindow +, wxSizer , wxDebugReportPreview +, wxDragImage +, wxDialog +, wxGridCellEditor +, wxNotificationMessage +, wxDebugReportPreviewStd , wxSizer , wxWindow -, wxPreferencesEditor -, wxNotificationMessage +, wxRadioBox , wxSizerItem , wxRichTextObject , wxAuiPaneInfo -, wxGridCellEditor -, wxSizer +, wxLogWindow
  • ShowAssertDialog() : wxAppTraits @@ -4906,9 +4936,9 @@
  • ShowDropDown() : wxAuiDefaultToolBarArt +, wxAuiSimpleTabArt , wxAuiToolBarArt , wxAuiDefaultTabArt -, wxAuiSimpleTabArt
  • ShowExpanded() : wxRibbonPanel @@ -4947,17 +4977,17 @@
  • ShowModal() : wxPageSetupDialog -, wxFileDialog -, wxPrintDialog -, wxMessageDialog +, wxDirDialog , wxMultiChoiceDialog -, wxDialog -, wxFontDialog +, wxPrintDialog +, wxFileDialog , wxRichMessageDialog -, wxTextEntryDialog -, wxDirDialog -, wxSingleChoiceDialog +, wxFontDialog , wxColourDialog +, wxDialog +, wxMessageDialog +, wxSingleChoiceDialog +, wxTextEntryDialog
  • ShowNewPage() : wxSimplebook @@ -4975,9 +5005,9 @@ : wxComboCtrl
  • ShowPosition() -: wxRichTextCtrl -, wxStyledTextCtrl +: wxStyledTextCtrl , wxTextCtrl +, wxRichTextCtrl
  • ShowPropertyError() : wxPropertyGrid @@ -5009,14 +5039,12 @@
  • ShowWithoutActivating() : wxTopLevelWindow
  • -
  • Shrink() -: wxArray< T > -
  • shrink() : wxCharTypeBuffer< T >
  • Shrink() -: wxArrayString +: wxArray< T > +, wxArrayString , wxString
  • Shutdown() @@ -5029,16 +5057,18 @@ : wxCondition
  • size() -: wxHashMap -, wxStack< T > -, wxHashSet +: wxHashSet , wxList< T > -, wxString +, wxHashMap , wxVector< T >
  • Size() : wxImage
  • +
  • size() +: wxString +, wxStack< T > +
  • SizeWindows() : wxSashWindow
  • @@ -5058,24 +5088,25 @@ : wxSockAddress
  • Sort() -: wxPropertyGridInterface +: wxSortedArrayString +, wxArrayString +, wxPropertyGridInterface +, wxList< T > , wxArray< T > -, wxSortedArrayString , wxArrayString -, wxSortedArrayString -, wxList< T > +, wxSortedArrayString
  • SortChildren() -: wxPropertyGridInterface -, wxTreeCtrl +: wxTreeCtrl +, wxPropertyGridInterface
  • SortItems() : wxListCtrl
  • Split() : wxAuiNotebook -, wxRichTextObject , wxRichTextPlainText +, wxRichTextObject
  • SplitAt() : wxRichTextParagraph @@ -5093,26 +5124,26 @@ : wxFileName
  • Start() -: wxTimer -, wxTextCompleter +: wxTextCompleter , wxStopWatch +, wxTimer , wxTimerRunner
  • StartAdvise() -: wxTCPConnection +: wxConnection +, wxTCPConnection , wxDDEConnection -, wxConnection
  • StartDoc() -: wxGraphicsContext -, wxSVGFileDC +: wxSVGFileDC +, wxGraphicsContext , wxDC
  • StartDrag() : wxDataViewCustomRenderer
  • StartDrawingOnTop() -: wxScreenDC +: wxScreenDC
  • StartEditing() : wxDataViewRenderer @@ -5140,10 +5171,11 @@ : wxString
  • Stop() -: wxTimer +: wxMediaCtrl , wxSound , wxAnimationCtrl -, wxMediaCtrl +, wxWebKitCtrl +, wxTimer , wxWebView
  • StopAdvise() @@ -5195,7 +5227,7 @@ : wxGraphicsContext
  • StrokeLines() -: wxGraphicsContext +: wxGraphicsContext
  • StrokePath() : wxGraphicsContext @@ -5336,17 +5368,16 @@ : wxString
  • Subtract() -: wxDateSpan -, wxDateTime -, wxRegion -, wxDateTime -, wxRegion +: wxRegion , wxDateTime +, wxTimeSpan +, wxDateSpan +, wxDateTime , wxTimeSpan , wxDateTime -, wxDateSpan +, wxRegion , wxDateTime -, wxTimeSpan +, wxDateSpan
  • SuppressBellOnError() : wxValidator @@ -5363,16 +5394,16 @@
  • swap() : wxString -, wxScopedPtr +, wxVector< T > , wxScopedPtr< T > -, wxScopedArray< T > +, wxScopedArray< T >
  • Swap() : wxRichTextRange
  • swap() -: wxVector< T > -, wxScopedArray< T > +: wxScopedPtr +, wxScopedArray< T >
  • SwapBuffers() : wxGLCanvas @@ -5387,7 +5418,7 @@ : wxSashEvent
  • wxSashLayoutWindow() -: wxSashLayoutWindow +: wxSashLayoutWindow
  • wxSashWindow() : wxSashWindow @@ -5399,8 +5430,8 @@ : wxScopedCharTypeBuffer< T >
  • wxScopedPtr() -: wxScopedPtr< T > -, wxScopedPtr +: wxScopedPtr +, wxScopedPtr< T >
  • wxScopedTiedPtr() : wxScopedTiedPtr @@ -5409,7 +5440,7 @@ : wxScreenDC
  • wxScrollBar() -: wxScrollBar +: wxScrollBar
  • wxScrolled() : wxScrolled< T > @@ -5439,10 +5470,10 @@ : wxShowEvent
  • wxSimplebook() -: wxSimplebook +: wxSimplebook
  • wxSimpleHtmlListBox() -: wxSimpleHtmlListBox +: wxSimpleHtmlListBox
  • wxSingleChoiceDialog() : wxSingleChoiceDialog @@ -5451,7 +5482,7 @@ : wxSingleInstanceChecker
  • wxSize() -: wxSize +: wxSize
  • wxSizeEvent() : wxSizeEvent @@ -5463,13 +5494,13 @@ : wxSizerFlags
  • wxSizerItem() -: wxSizerItem +: wxSizerItem
  • wxSizerXmlHandler() : wxSizerXmlHandler
  • wxSlider() -: wxSlider +: wxSlider
  • wxSockAddress() : wxSockAddress @@ -5499,19 +5530,19 @@ : wxSortedArrayString
  • wxSound() -: wxSound +: wxSound
  • wxSpinButton() -: wxSpinButton +: wxSpinButton
  • wxSpinCtrl() -: wxSpinCtrl +: wxSpinCtrl
  • wxSpinCtrlDouble() : wxSpinCtrlDouble
  • wxSpinDoubleEvent() -: wxSpinDoubleEvent +: wxSpinDoubleEvent
  • wxSpinEvent() : wxSpinEvent @@ -5526,10 +5557,10 @@ : wxSplitterRenderParams
  • wxSplitterWindow() -: wxSplitterWindow +: wxSplitterWindow
  • wxStack() -: wxStack< T > +: wxStack< T >
  • wxStackWalker() : wxStackWalker @@ -5544,7 +5575,7 @@ : wxStaticBox
  • wxStaticBoxSizer() -: wxStaticBoxSizer +: wxStaticBoxSizer
  • wxStaticLine() : wxStaticLine @@ -5553,7 +5584,7 @@ : wxStaticText
  • wxStatusBar() -: wxStatusBar +: wxStatusBar
  • wxStatusBarPane() : wxStatusBarPane @@ -5583,13 +5614,13 @@ : wxStreamBase
  • wxStreamBuffer() -: wxStreamBuffer +: wxStreamBuffer
  • wxStreamToTextRedirector() : wxStreamToTextRedirector
  • wxString() -: wxString +: wxString
  • wxStringBuffer() : wxStringBuffer @@ -5607,10 +5638,10 @@ : wxStringOutputStream
  • wxStringTokenizer() -: wxStringTokenizer +: wxStringTokenizer
  • wxStyledTextCtrl() -: wxStyledTextCtrl +: wxStyledTextCtrl
  • wxStyledTextEvent() : wxStyledTextEvent @@ -5635,7 +5666,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x74.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x74.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x74.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x74.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -512,7 +512,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x75.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x75.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x75.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x75.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -219,12 +219,12 @@
  • UnsetToolTip() : wxWindow
  • -
  • UnShare() -: wxObject -
  • Unshare() : wxVariant
  • +
  • UnShare() +: wxObject +
  • Unsplit() : wxSplitterWindow
  • @@ -410,7 +410,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x76.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x76.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x76.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x76.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -201,7 +201,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x77.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x77.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x77.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x77.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -176,7 +176,7 @@ : wxWindow
  • WithinSelection() -: wxRichTextSelection +: wxRichTextSelection
  • WordEndPosition() : wxStyledTextCtrl @@ -230,46 +230,48 @@ : wxStyledTextCtrl
  • Write() -: wxStreamBuffer -, wxVariantDataErrorCode -, wxTempFile +: wxOutputStream +, wxVariantDataCurrency +, wxFFile , wxConfigBase , wxFFile +, wxTempFile , wxFile -, wxVariantDataCurrency +, wxVariantDataErrorCode , wxVariantDataSafeArray , wxRichTextImageBlock , wxSocketBase -, wxStreamBuffer +, wxStreamBuffer , wxOutputStream , wxTextFile , wxVariantData
  • Write16() -: wxDataOutputStream +: wxDataOutputStream , wxTextOutputStream
  • Write32() : wxTextOutputStream -, wxDataOutputStream +, wxDataOutputStream
  • Write64() -: wxDataOutputStream +: wxDataOutputStream
  • Write8() -: wxTextOutputStream -, wxDataOutputStream +: wxDataOutputStream +, wxTextOutputStream +, wxDataOutputStream
  • WriteAll() : wxOutputStream
  • WriteBlock() -: wxRichTextImageBlock +: wxRichTextImageBlock
  • WriteCustomization() : wxHtmlHelpWindow -, wxHtmlHelpController , wxHtmlWindow +, wxHtmlHelpController
  • WriteDouble() : wxDataOutputStream @@ -280,37 +282,49 @@ : wxRichTextCtrl
  • WriteFloat() -: wxDataOutputStream +: wxDataOutputStream
  • WriteHex() : wxRichTextImageBlock
  • WriteImage() -: wxRichTextCtrl +: wxRichTextCtrl
  • WriteMsg() : wxSocketBase
  • WriteString() -: wxTextOutputStream -, wxDataOutputStream +: wxDataOutputStream +, wxTextOutputStream
  • WriteTable() : wxRichTextCtrl
  • WriteText() -: wxTextEntry -, wxStyledTextCtrl +: wxStyledTextCtrl +, wxTextEntry , wxRichTextCtrl
  • WriteTextBox() : wxRichTextCtrl
  • wxWCharBuffer() -: wxWCharBuffer +: wxWCharBuffer
  • wxWeakRef() -: wxWeakRef< T > +: wxWeakRef< T > +
  • +
  • wxWebKitBeforeLoadEvent() +: wxWebKitBeforeLoadEvent +
  • +
  • wxWebKitCtrl() +: wxWebKitCtrl +
  • +
  • wxWebKitNewWindowEvent() +: wxWebKitNewWindowEvent +
  • +
  • wxWebKitStateChangedEvent() +: wxWebKitStateChangedEvent
  • wxWebViewArchiveHandler() : wxWebViewArchiveHandler @@ -328,7 +342,7 @@ : wxWebViewHistoryItem
  • wxWindow() -: wxWindow +: wxWindow
  • wxWindowCreateEvent() : wxWindowCreateEvent @@ -340,13 +354,13 @@ : wxWindowDestroyEvent
  • wxWindowDisabler() -: wxWindowDisabler +: wxWindowDisabler
  • wxWindowModalDialogEvent() : wxWindowModalDialogEvent
  • wxWindowPtr() -: wxWindowPtr< T > +: wxWindowPtr< T >
  • wxWindowUpdateLocker() : wxWindowUpdateLocker @@ -361,13 +375,13 @@ : wxWizardEvent
  • wxWizardPage() -: wxWizardPage +: wxWizardPage
  • wxWizardPageSimple() : wxWizardPageSimple
  • wxWrapperInputStream() -: wxWrapperInputStream +: wxWrapperInputStream
  • wxWrapSizer() : wxWrapSizer @@ -377,7 +391,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x78.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x78.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x78.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x78.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -136,7 +136,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x79.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x79.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x79.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x79.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x7a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x7a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x7a.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x7a.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -121,7 +121,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x7e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x7e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func_0x7e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func_0x7e.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1035,6 +1035,9 @@
  • ~wxWeakRef() : wxWeakRef< T >
  • +
  • ~wxWebKitCtrl() +: wxWebKitCtrl +
  • ~wxWindow() : wxWindow
  • @@ -1070,7 +1073,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_func.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_func.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -103,7 +103,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -103,7 +103,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_rela.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_rela.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_rela.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_rela.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_type.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_type.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_type.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_type.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -210,7 +210,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x62.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x62.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x62.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x62.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -111,7 +111,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x63.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x63.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x63.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x63.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x64.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x64.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x64.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x64.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x65.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x65.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x65.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x65.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x66.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x66.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x66.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x66.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x67.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x67.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x67.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x67.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x68.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x68.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x68.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x68.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -107,7 +107,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x69.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x69.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x69.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x69.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x6b.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x6b.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x6b.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x6b.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x6c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x6c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x6c.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x6c.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -114,7 +114,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x6d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x6d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x6d.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x6d.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -777,7 +777,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x6e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x6e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x6e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x6e.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x70.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x70.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x70.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x70.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x72.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x72.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x72.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x72.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x73.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x73.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x73.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x73.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -132,7 +132,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x74.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x74.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x74.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x74.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x76.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x76.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x76.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x76.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x77.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x77.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x77.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x77.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -109,7 +109,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x78.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x78.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x78.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x78.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x79.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x79.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars_0x79.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars_0x79.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/functions_vars.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/functions_vars.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/gallery_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/gallery_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/gallery_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/gallery_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ @@ -47,7 +47,7 @@
    @@ -110,7 +110,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/gauge_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/gauge_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/gauge_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/gauge_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/gbsizer_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/gbsizer_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/gbsizer_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/gbsizer_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/gdicmn_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/gdicmn_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/gdicmn_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/gdicmn_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -586,7 +586,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/gdiobj_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/gdiobj_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/gdiobj_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/gdiobj_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/geometry_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/geometry_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/geometry_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/geometry_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -600,7 +600,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/glcanvas_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/glcanvas_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/glcanvas_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/glcanvas_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -187,7 +187,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x61.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x61.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x61.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x61.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -1009,7 +1009,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x62.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x62.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x62.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x62.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -351,31 +351,31 @@ : pen.h
  • wxBMP_1BPP -: image.h +: image.h
  • wxBMP_1BPP_BW -: image.h +: image.h
  • wxBMP_24BPP -: image.h +: image.h
  • wxBMP_4BPP -: image.h +: image.h
  • wxBMP_8BPP -: image.h +: image.h
  • wxBMP_8BPP_GRAY -: image.h +: image.h
  • wxBMP_8BPP_GREY -: image.h +: image.h
  • wxBMP_8BPP_PALETTE -: image.h +: image.h
  • wxBMP_8BPP_RED -: image.h +: image.h
  • wxBOM : convauto.h @@ -532,7 +532,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x63.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x63.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x63.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x63.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -543,46 +543,46 @@ : object.h
  • wxCONTROL_CHECKABLE -: renderer.h +: renderer.h
  • wxCONTROL_CHECKED -: renderer.h +: renderer.h
  • wxCONTROL_CURRENT -: renderer.h +: renderer.h
  • wxCONTROL_DISABLED -: renderer.h +: renderer.h
  • wxCONTROL_EXPANDED -: renderer.h +: renderer.h
  • wxCONTROL_FLAT -: renderer.h +: renderer.h
  • wxCONTROL_FOCUSED -: renderer.h +: renderer.h
  • wxCONTROL_ISDEFAULT -: renderer.h +: renderer.h
  • wxCONTROL_ISSUBMENU -: renderer.h +: renderer.h
  • wxCONTROL_PRESSED -: renderer.h +: renderer.h
  • wxCONTROL_SELECTED -: renderer.h +: renderer.h
  • wxCONTROL_SIZEGRIP -: renderer.h +: renderer.h
  • wxCONTROL_SPECIAL -: renderer.h +: renderer.h
  • wxCONTROL_UNDETERMINED -: renderer.h +: renderer.h
  • wxConvertFromIeeeExtended() : math.h @@ -763,7 +763,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x64.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x64.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x64.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x64.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -592,7 +592,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x65.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x65.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x65.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x65.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1277,6 +1277,15 @@
  • wxEVT_VLBOX : event.h
  • +
  • wxEVT_WEBKIT_BEFORE_LOAD +: webkit.h +
  • +
  • wxEVT_WEBKIT_NEW_WINDOW +: webkit.h +
  • +
  • wxEVT_WEBKIT_STATE_CHANGED +: webkit.h +
  • wxEVT_WEBVIEW_ERROR : webview.h
  • @@ -1320,31 +1329,31 @@ : wizard.h
  • wxEXEC_ASYNC -: utils.h +: utils.h
  • wxEXEC_BLOCK -: utils.h +: utils.h
  • wxEXEC_HIDE_CONSOLE -: utils.h +: utils.h
  • wxEXEC_MAKE_GROUP_LEADER -: utils.h +: utils.h
  • wxEXEC_NODISABLE -: utils.h +: utils.h
  • wxEXEC_NOEVENTS -: utils.h +: utils.h
  • wxEXEC_SHOW_CONSOLE -: utils.h +: utils.h
  • wxEXEC_SYNC -: utils.h +: utils.h
  • wxExecute() -: utils.h +: utils.h
  • wxExit() : app.h @@ -1356,14 +1365,14 @@ : defs.h
  • wxEXTEND_LAST_ON_EACH_LINE -: wrapsizer.h +: wrapsizer.h
  • diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x66.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x66.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x66.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x66.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -955,29 +955,29 @@ : defs.h
  • wxFULLSCREEN_ALL -: toplevel.h +: toplevel.h
  • wxFULLSCREEN_NOBORDER -: toplevel.h +: toplevel.h
  • wxFULLSCREEN_NOCAPTION -: toplevel.h +: toplevel.h
  • wxFULLSCREEN_NOMENUBAR -: toplevel.h +: toplevel.h
  • wxFULLSCREEN_NOSTATUSBAR -: toplevel.h +: toplevel.h
  • wxFULLSCREEN_NOTOOLBAR -: toplevel.h +: toplevel.h
  • diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x67.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x67.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x67.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x67.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -144,13 +144,13 @@
  • wxGetEmailAddress() : utils.h
  • -
  • wxGetEnv() -: utils.h -
  • wxGetenv() : utils.h , wxcrt.h
  • +
  • wxGetEnv() +: utils.h +
  • wxGetEnvMap() : utils.h
  • @@ -363,7 +363,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x68.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x68.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x68.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x68.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -397,7 +397,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x69.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x69.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x69.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x69.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -678,13 +678,13 @@ : image.h
  • wxIMAGE_LIST_NORMAL -: imaglist.h +: imaglist.h
  • wxIMAGE_LIST_SMALL -: imaglist.h +: imaglist.h
  • wxIMAGE_LIST_STATE -: imaglist.h +: imaglist.h
  • wxIMAGE_OPTION_BMP_FORMAT : image.h @@ -1158,7 +1158,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x6a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x6a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x6a.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x6a.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -133,7 +133,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x6b.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x6b.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x6b.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x6b.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -136,7 +136,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x6c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x6c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x6c.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x6c.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -984,34 +984,34 @@ : pen.h
  • wxLIST_ALIGN_DEFAULT -: listctrl.h +: listctrl.h
  • wxLIST_ALIGN_LEFT -: listctrl.h +: listctrl.h
  • wxLIST_ALIGN_SNAP_TO_GRID -: listctrl.h +: listctrl.h
  • wxLIST_ALIGN_TOP -: listctrl.h +: listctrl.h
  • wxLIST_AUTOSIZE -: listctrl.h +: listctrl.h
  • wxLIST_AUTOSIZE_USEHEADER -: listctrl.h +: listctrl.h
  • wxLIST_FIND_DOWN -: listctrl.h +: listctrl.h
  • wxLIST_FIND_LEFT -: listctrl.h +: listctrl.h
  • wxLIST_FIND_RIGHT -: listctrl.h +: listctrl.h
  • wxLIST_FIND_UP -: listctrl.h +: listctrl.h
  • wxLIST_FORMAT_CENTER : listctrl.h @@ -1077,28 +1077,28 @@ : listctrl.h
  • wxLIST_NEXT_ABOVE -: listctrl.h +: listctrl.h
  • wxLIST_NEXT_ALL -: listctrl.h +: listctrl.h
  • wxLIST_NEXT_BELOW -: listctrl.h +: listctrl.h
  • wxLIST_NEXT_LEFT -: listctrl.h +: listctrl.h
  • wxLIST_NEXT_RIGHT -: listctrl.h +: listctrl.h
  • wxLIST_RECT_BOUNDS -: listctrl.h +: listctrl.h
  • wxLIST_RECT_ICON -: listctrl.h +: listctrl.h
  • wxLIST_RECT_LABEL -: listctrl.h +: listctrl.h
  • wxLIST_SET_ITEM : listctrl.h @@ -1258,7 +1258,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x6d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x6d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x6d.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x6d.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -134,6 +134,18 @@
  • wxMEDIACTRLPLAYERCONTROLS_VOLUME : mediactrl.h
  • +
  • wxMediaState +: mediactrl.h +
  • +
  • wxMEDIASTATE_PAUSED +: mediactrl.h +
  • +
  • wxMEDIASTATE_PLAYING +: mediactrl.h +
  • +
  • wxMEDIASTATE_STOPPED +: mediactrl.h +
  • wxMEDIUM_GREY_BRUSH : brush.h
  • @@ -313,7 +325,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x6e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x6e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x6e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x6e.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -135,19 +135,19 @@ : notebook.h
  • wxNB_HITTEST_NOWHERE -: notebook.h +: notebook.h
  • wxNB_HITTEST_ONICON -: notebook.h +: notebook.h
  • wxNB_HITTEST_ONITEM -: notebook.h +: notebook.h
  • wxNB_HITTEST_ONLABEL -: notebook.h +: notebook.h
  • wxNB_HITTEST_ONPAGE -: notebook.h +: notebook.h
  • wxNB_LEFT : notebook.h @@ -283,7 +283,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x6f.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x6f.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x6f.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x6f.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -171,7 +171,7 @@ : access.h
  • wxODCB_DCLICK_CYCLES -: odcombo.h +: odcombo.h
  • wxODCB_PAINTING_CONTROL : odcombo.h @@ -180,7 +180,7 @@ : odcombo.h
  • wxODCB_STD_CONTROL_PAINT -: odcombo.h +: odcombo.h
  • wxODDEVEN_RULE : gdicmn.h @@ -352,7 +352,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x70.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x70.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x70.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x70.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -1285,7 +1285,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x71.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x71.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x71.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x71.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -103,7 +103,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x72.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x72.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x72.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x72.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -123,10 +123,10 @@ : defs.h
  • wxRE_ADVANCED -: regex.h +: regex.h
  • wxRE_BASIC -: regex.h +: regex.h
  • wxRE_CENTER_CARET : richtextctrl.h @@ -135,28 +135,28 @@ : richtextctrl.h
  • wxRE_DEFAULT -: regex.h +: regex.h
  • wxRE_EXTENDED -: regex.h +: regex.h
  • wxRE_ICASE -: regex.h +: regex.h
  • wxRE_MULTILINE : richtextctrl.h
  • wxRE_NEWLINE -: regex.h +: regex.h
  • wxRE_NOSUB -: regex.h +: regex.h
  • wxRE_NOTBOL -: regex.h +: regex.h
  • wxRE_NOTEOL -: regex.h +: regex.h
  • wxRE_READONLY : richtextctrl.h @@ -183,7 +183,7 @@ : wxcrt.h
  • wxREMOVE_LEADING_SPACES -: wrapsizer.h +: wrapsizer.h
  • wxRemoveFile() : filefn.h @@ -503,6 +503,15 @@
  • wxRIBBON_ART_TOOLBAR_HOVER_BORDER_COLOUR : art.h
  • +
  • wxRIBBON_BAR_EXPANDED +: bar.h +
  • +
  • wxRIBBON_BAR_MINIMIZED +: bar.h +
  • +
  • wxRIBBON_BAR_PINNED +: bar.h +
  • wxRIBBON_BUTTON_DROPDOWN : art.h
  • @@ -611,6 +620,9 @@
  • wxRibbonButtonKind : art.h
  • +
  • wxRibbonDisplayMode +: bar.h +
  • wxRibbonGalleryButtonState : gallery.h
  • @@ -974,12 +986,12 @@
  • wxRichTextTabsEq() : richtextbuffer.h
  • -
  • wxRIGHT -: defs.h -
  • wxRight : layout.h
  • +
  • wxRIGHT +: defs.h +
  • wxRightOf : layout.h
  • @@ -1180,7 +1192,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x73.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x73.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x73.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x73.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -231,7 +231,7 @@ : thread.h
  • wxSEND_EVENT_POST -: window.h +: window.h
  • wxSET : dc.h @@ -483,10 +483,10 @@ : font.h
  • wxSOCKET_BLOCK -: socket.h +: socket.h
  • wxSOCKET_BROADCAST -: socket.h +: socket.h
  • wxSOCKET_CONNECTION : socket.h @@ -516,7 +516,7 @@ : socket.h
  • wxSOCKET_NOBIND -: socket.h +: socket.h
  • wxSOCKET_NOERROR : socket.h @@ -525,22 +525,22 @@ : socket.h
  • wxSOCKET_NONE -: socket.h +: socket.h
  • wxSOCKET_NOWAIT -: socket.h +: socket.h
  • wxSOCKET_NOWAIT_READ -: socket.h +: socket.h
  • wxSOCKET_NOWAIT_WRITE -: socket.h +: socket.h
  • wxSOCKET_OUTPUT : socket.h
  • wxSOCKET_REUSEADDR -: socket.h +: socket.h
  • wxSOCKET_T : socket.h @@ -549,13 +549,13 @@ : socket.h
  • wxSOCKET_WAITALL -: socket.h +: socket.h
  • wxSOCKET_WAITALL_READ -: socket.h +: socket.h
  • wxSOCKET_WAITALL_WRITE -: socket.h +: socket.h
  • wxSOCKET_WOULDBLOCK : socket.h @@ -642,13 +642,13 @@ : arrstr.h
  • wxSPLIT_DRAG_DRAGGING -: splitter.h +: splitter.h
  • wxSPLIT_DRAG_LEFT_DOWN -: splitter.h +: splitter.h
  • wxSPLIT_DRAG_NONE -: splitter.h +: splitter.h
  • wxSPLIT_HORIZONTAL : splitter.h @@ -6666,13 +6666,13 @@ : tokenzr.h
  • wxStrip_Accel -: utils.h +: utils.h
  • wxStrip_All -: utils.h +: utils.h
  • wxStrip_Mnemonics -: utils.h +: utils.h
  • wxStripMenuCodes() : utils.h @@ -7063,7 +7063,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x74.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x74.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x74.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x74.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -141,55 +141,55 @@ : taskbar.h
  • wxTB_3DBUTTONS -: toolbar.h +: toolbar.h
  • wxTB_BOTTOM -: toolbar.h +: toolbar.h
  • wxTB_DEFAULT_STYLE -: toolbar.h +: toolbar.h
  • wxTB_DOCKABLE -: toolbar.h +: toolbar.h
  • wxTB_FLAT -: toolbar.h +: toolbar.h
  • wxTB_HORIZONTAL -: toolbar.h +: toolbar.h
  • wxTB_HORZ_LAYOUT -: toolbar.h +: toolbar.h
  • wxTB_HORZ_TEXT -: toolbar.h +: toolbar.h
  • wxTB_LEFT -: toolbar.h +: toolbar.h
  • wxTB_NO_TOOLTIPS -: toolbar.h +: toolbar.h
  • wxTB_NOALIGN -: toolbar.h +: toolbar.h
  • wxTB_NODIVIDER -: toolbar.h +: toolbar.h
  • wxTB_NOICONS -: toolbar.h +: toolbar.h
  • wxTB_RIGHT -: toolbar.h +: toolbar.h
  • wxTB_TEXT -: toolbar.h +: toolbar.h
  • wxTB_TOP -: toolbar.h +: toolbar.h
  • wxTB_VERTICAL -: toolbar.h +: toolbar.h
  • wxTBI_CUSTOM_STATUSITEM : taskbar.h @@ -864,28 +864,28 @@ : renderer.h
  • wxTL_3STATE -: treelist.h +: treelist.h
  • wxTL_CHECKBOX -: treelist.h +: treelist.h
  • wxTL_DEFAULT_STYLE -: treelist.h +: treelist.h
  • wxTL_MULTIPLE -: treelist.h +: treelist.h
  • wxTL_NO_HEADER -: treelist.h +: treelist.h
  • wxTL_SINGLE -: treelist.h +: treelist.h
  • wxTL_STYLE_MASK -: treelist.h +: treelist.h
  • wxTL_USER_3STATE -: treelist.h +: treelist.h
  • wxTLI_FIRST : treelist.h @@ -970,7 +970,7 @@ : xlocale.h
  • wxTP_DEFAULT -: timectrl.h +: timectrl.h
  • wxTR_DEFAULT_STYLE : treebase.h @@ -1121,7 +1121,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x75.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x75.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x75.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x75.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -222,10 +222,10 @@ : url.h
  • wxUSER_ATTENTION_ERROR -: toplevel.h +: toplevel.h
  • wxUSER_ATTENTION_INFO -: toplevel.h +: toplevel.h
  • wxUsleep() : utils.h @@ -235,7 +235,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x76.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x76.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x76.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x76.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -142,7 +142,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x77.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x77.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x77.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x77.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -680,6 +680,42 @@
  • wxWANTS_CHARS : defs.h
  • +
  • wxWEBKIT_NAV_BACK_NEXT +: webkit.h +
  • +
  • wxWEBKIT_NAV_FORM_RESUBMITTED +: webkit.h +
  • +
  • wxWEBKIT_NAV_FORM_SUBMITTED +: webkit.h +
  • +
  • wxWEBKIT_NAV_LINK_CLICKED +: webkit.h +
  • +
  • wxWEBKIT_NAV_OTHER +: webkit.h +
  • +
  • wxWEBKIT_NAV_RELOAD +: webkit.h +
  • +
  • wxWEBKIT_STATE_FAILED +: webkit.h +
  • +
  • wxWEBKIT_STATE_NEGOTIATING +: webkit.h +
  • +
  • wxWEBKIT_STATE_REDIRECTING +: webkit.h +
  • +
  • wxWEBKIT_STATE_START +: webkit.h +
  • +
  • wxWEBKIT_STATE_STOP +: webkit.h +
  • +
  • wxWEBKIT_STATE_TRANSFERRING +: webkit.h +
  • wxWEBVIEW_FIND_BACKWARDS : webview.h
  • @@ -834,7 +870,7 @@ : defs.h
  • wxWRAPSIZER_DEFAULT_FLAGS -: wrapsizer.h +: wrapsizer.h
  • wxWS_EX_BLOCK_EVENTS : defs.h @@ -862,7 +898,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x78.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x78.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x78.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x78.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -166,7 +166,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x79.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x79.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x79.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x79.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x7a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x7a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_0x7a.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_0x7a.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -289,7 +289,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x61.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x61.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x61.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x61.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -333,7 +333,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x62.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x62.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x62.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x62.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -174,7 +174,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x63.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x63.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x63.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x63.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -252,7 +252,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x64.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x64.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x64.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x64.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -264,7 +264,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x65.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x65.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x65.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x65.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x66.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x66.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x66.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x66.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -183,7 +183,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x67.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x67.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x67.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x67.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x68.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x68.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x68.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x68.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -243,7 +243,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x69.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x69.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x69.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x69.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -333,7 +333,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x6c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x6c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x6c.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x6c.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -294,7 +294,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x6d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x6d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x6d.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x6d.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -114,7 +114,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x6e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x6e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x6e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x6e.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -138,7 +138,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x6f.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x6f.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x6f.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x6f.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -150,7 +150,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x70.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x70.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x70.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x70.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -267,7 +267,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x72.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x72.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x72.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x72.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -369,7 +369,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x73.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x73.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x73.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x73.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -6174,7 +6174,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x74.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x74.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x74.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x74.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -264,7 +264,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x75.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x75.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x75.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x75.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -123,7 +123,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x76.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x76.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x76.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x76.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x77.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x77.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x77.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x77.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -198,7 +198,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x78.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x78.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x78.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x78.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x79.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x79.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs_0x79.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs_0x79.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_defs.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_defs.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -123,7 +123,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x62.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x62.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x62.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x62.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x63.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x63.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x63.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x63.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -125,7 +125,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x64.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x64.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x64.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x64.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -125,7 +125,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x65.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x65.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x65.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x65.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x66.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x66.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x66.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x66.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -143,7 +143,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x67.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x67.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x67.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x67.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x68.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x68.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x68.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x68.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x69.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x69.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x69.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x69.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -114,7 +114,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x6b.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x6b.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x6b.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x6b.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -107,7 +107,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x6c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x6c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x6c.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x6c.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -116,7 +116,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x6d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x6d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x6d.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x6d.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -93,6 +93,9 @@
  • wxMediaCtrlPlayerControls : mediactrl.h
  • +
  • wxMediaState +: mediactrl.h +
  • wxMessageOutputFlags : msgout.h
  • @@ -116,7 +119,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x6e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x6e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x6e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x6e.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x6f.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x6f.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x6f.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x6f.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -107,7 +107,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x70.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x70.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x70.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x70.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -164,7 +164,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x72.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x72.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x72.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x72.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -105,6 +105,9 @@
  • wxRibbonButtonKind : art.h
  • +
  • wxRibbonDisplayMode +: bar.h +
  • wxRibbonGalleryButtonState : gallery.h
  • @@ -134,7 +137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x73.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x73.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x73.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x73.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -167,7 +167,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x74.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x74.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x74.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x74.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -179,7 +179,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x75.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x75.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x75.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x75.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x77.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x77.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x77.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x77.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -110,7 +110,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x78.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x78.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x78.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x78.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x7a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x7a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum_0x7a.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum_0x7a.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -110,7 +110,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_enum.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_enum.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -149,7 +149,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x62.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x62.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x62.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x62.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -255,31 +255,31 @@ : bookctrl.h
  • wxBMP_1BPP -: image.h +: image.h
  • wxBMP_1BPP_BW -: image.h +: image.h
  • wxBMP_24BPP -: image.h +: image.h
  • wxBMP_4BPP -: image.h +: image.h
  • wxBMP_8BPP -: image.h +: image.h
  • wxBMP_8BPP_GRAY -: image.h +: image.h
  • wxBMP_8BPP_GREY -: image.h +: image.h
  • wxBMP_8BPP_PALETTE -: image.h +: image.h
  • wxBMP_8BPP_RED -: image.h +: image.h
  • wxBOM_None : convauto.h @@ -385,7 +385,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x63.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x63.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x63.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x63.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -351,46 +351,46 @@ : config.h
  • wxCONTROL_CHECKABLE -: renderer.h +: renderer.h
  • wxCONTROL_CHECKED -: renderer.h +: renderer.h
  • wxCONTROL_CURRENT -: renderer.h +: renderer.h
  • wxCONTROL_DISABLED -: renderer.h +: renderer.h
  • wxCONTROL_EXPANDED -: renderer.h +: renderer.h
  • wxCONTROL_FLAT -: renderer.h +: renderer.h
  • wxCONTROL_FOCUSED -: renderer.h +: renderer.h
  • wxCONTROL_ISDEFAULT -: renderer.h +: renderer.h
  • wxCONTROL_ISSUBMENU -: renderer.h +: renderer.h
  • wxCONTROL_PRESSED -: renderer.h +: renderer.h
  • wxCONTROL_SELECTED -: renderer.h +: renderer.h
  • wxCONTROL_SIZEGRIP -: renderer.h +: renderer.h
  • wxCONTROL_SPECIAL -: renderer.h +: renderer.h
  • wxCONTROL_UNDETERMINED -: renderer.h +: renderer.h
  • wxCOPY : dc.h @@ -511,7 +511,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x64.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x64.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x64.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x64.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -310,7 +310,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x65.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x65.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x65.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x65.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -171,41 +171,41 @@ : event.h
  • wxEXEC_ASYNC -: utils.h +: utils.h
  • wxEXEC_BLOCK -: utils.h +: utils.h
  • wxEXEC_HIDE_CONSOLE -: utils.h +: utils.h
  • wxEXEC_MAKE_GROUP_LEADER -: utils.h +: utils.h
  • wxEXEC_NODISABLE -: utils.h +: utils.h
  • wxEXEC_NOEVENTS -: utils.h +: utils.h
  • wxEXEC_SHOW_CONSOLE -: utils.h +: utils.h
  • wxEXEC_SYNC -: utils.h +: utils.h
  • wxEXPAND : defs.h
  • wxEXTEND_LAST_ON_EACH_LINE -: wrapsizer.h +: wrapsizer.h
  • diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x66.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x66.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x66.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x66.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -741,29 +741,29 @@ : fswatcher.h
  • wxFULLSCREEN_ALL -: toplevel.h +: toplevel.h
  • wxFULLSCREEN_NOBORDER -: toplevel.h +: toplevel.h
  • wxFULLSCREEN_NOCAPTION -: toplevel.h +: toplevel.h
  • wxFULLSCREEN_NOMENUBAR -: toplevel.h +: toplevel.h
  • wxFULLSCREEN_NOSTATUSBAR -: toplevel.h +: toplevel.h
  • wxFULLSCREEN_NOTOOLBAR -: toplevel.h +: toplevel.h
  • diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x67.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x67.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x67.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x67.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -154,7 +154,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x68.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x68.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x68.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x68.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -217,7 +217,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x69.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x69.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x69.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x69.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -579,13 +579,13 @@ : event.h
  • wxIMAGE_LIST_NORMAL -: imaglist.h +: imaglist.h
  • wxIMAGE_LIST_SMALL -: imaglist.h +: imaglist.h
  • wxIMAGE_LIST_STATE -: imaglist.h +: imaglist.h
  • wxIMAGE_QUALITY_BICUBIC : image.h @@ -745,7 +745,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x6a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x6a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x6a.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x6a.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -127,7 +127,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x6b.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x6b.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x6b.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x6b.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x6c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x6c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x6c.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x6c.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -837,34 +837,34 @@ : layout.h
  • wxLIST_ALIGN_DEFAULT -: listctrl.h +: listctrl.h
  • wxLIST_ALIGN_LEFT -: listctrl.h +: listctrl.h
  • wxLIST_ALIGN_SNAP_TO_GRID -: listctrl.h +: listctrl.h
  • wxLIST_ALIGN_TOP -: listctrl.h +: listctrl.h
  • wxLIST_AUTOSIZE -: listctrl.h +: listctrl.h
  • wxLIST_AUTOSIZE_USEHEADER -: listctrl.h +: listctrl.h
  • wxLIST_FIND_DOWN -: listctrl.h +: listctrl.h
  • wxLIST_FIND_LEFT -: listctrl.h +: listctrl.h
  • wxLIST_FIND_RIGHT -: listctrl.h +: listctrl.h
  • wxLIST_FIND_UP -: listctrl.h +: listctrl.h
  • wxLIST_FORMAT_CENTER : listctrl.h @@ -879,28 +879,28 @@ : listctrl.h
  • wxLIST_NEXT_ABOVE -: listctrl.h +: listctrl.h
  • wxLIST_NEXT_ALL -: listctrl.h +: listctrl.h
  • wxLIST_NEXT_BELOW -: listctrl.h +: listctrl.h
  • wxLIST_NEXT_LEFT -: listctrl.h +: listctrl.h
  • wxLIST_NEXT_RIGHT -: listctrl.h +: listctrl.h
  • wxLIST_RECT_BOUNDS -: listctrl.h +: listctrl.h
  • wxLIST_RECT_ICON -: listctrl.h +: listctrl.h
  • wxLIST_RECT_LABEL -: listctrl.h +: listctrl.h
  • wxLOCALE_CAT_DATE : intl.h @@ -970,7 +970,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x6d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x6d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x6d.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x6d.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -101,6 +101,15 @@
  • wxMEDIACTRLPLAYERCONTROLS_VOLUME : mediactrl.h
  • +
  • wxMEDIASTATE_PAUSED +: mediactrl.h +
  • +
  • wxMEDIASTATE_PLAYING +: mediactrl.h +
  • +
  • wxMEDIASTATE_STOPPED +: mediactrl.h +
  • wxMM_LOMETRIC : dc.h
  • @@ -223,7 +232,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x6e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x6e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x6e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x6e.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -117,19 +117,19 @@ : access.h
  • wxNB_HITTEST_NOWHERE -: notebook.h +: notebook.h
  • wxNB_HITTEST_ONICON -: notebook.h +: notebook.h
  • wxNB_HITTEST_ONITEM -: notebook.h +: notebook.h
  • wxNB_HITTEST_ONLABEL -: notebook.h +: notebook.h
  • wxNB_HITTEST_ONPAGE -: notebook.h +: notebook.h
  • wxNO_OP : dc.h @@ -157,7 +157,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x6f.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x6f.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x6f.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x6f.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -126,7 +126,7 @@ : access.h
  • wxODCB_DCLICK_CYCLES -: odcombo.h +: odcombo.h
  • wxODCB_PAINTING_CONTROL : odcombo.h @@ -135,7 +135,7 @@ : odcombo.h
  • wxODCB_STD_CONTROL_PAINT -: odcombo.h +: odcombo.h
  • wxODDEVEN_RULE : gdicmn.h @@ -235,7 +235,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x70.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x70.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x70.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x70.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -1012,7 +1012,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x72.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x72.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x72.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x72.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -90,34 +90,34 @@

    - r -

    • wxRE_ADVANCED -: regex.h +: regex.h
    • wxRE_BASIC -: regex.h +: regex.h
    • wxRE_DEFAULT -: regex.h +: regex.h
    • wxRE_EXTENDED -: regex.h +: regex.h
    • wxRE_ICASE -: regex.h +: regex.h
    • wxRE_NEWLINE -: regex.h +: regex.h
    • wxRE_NOSUB -: regex.h +: regex.h
    • wxRE_NOTBOL -: regex.h +: regex.h
    • wxRE_NOTEOL -: regex.h +: regex.h
    • wxREMOVE_LEADING_SPACES -: wrapsizer.h +: wrapsizer.h
    • wxRESERVE_SPACE_EVEN_IF_HIDDEN : defs.h @@ -419,6 +419,15 @@
    • wxRIBBON_ART_TOOLBAR_HOVER_BORDER_COLOUR : art.h
    • +
    • wxRIBBON_BAR_EXPANDED +: bar.h +
    • +
    • wxRIBBON_BAR_MINIMIZED +: bar.h +
    • +
    • wxRIBBON_BAR_PINNED +: bar.h +
    • wxRIBBON_BUTTON_DROPDOWN : art.h
    • @@ -599,12 +608,12 @@
    • wxRichTextCtrlSelectionState_Normal : richtextctrl.h
    • -
    • wxRight -: layout.h -
    • wxRIGHT : defs.h
    • +
    • wxRight +: layout.h +
    • wxRightOf : layout.h
    • @@ -799,7 +808,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x73.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x73.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x73.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x73.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -165,7 +165,7 @@ : thread.h
  • wxSEND_EVENT_POST -: window.h +: window.h
  • wxSET : dc.h @@ -294,10 +294,10 @@ : defs.h
  • wxSOCKET_BLOCK -: socket.h +: socket.h
  • wxSOCKET_BROADCAST -: socket.h +: socket.h
  • wxSOCKET_CONNECTION : socket.h @@ -327,7 +327,7 @@ : socket.h
  • wxSOCKET_NOBIND -: socket.h +: socket.h
  • wxSOCKET_NOERROR : socket.h @@ -336,34 +336,34 @@ : socket.h
  • wxSOCKET_NONE -: socket.h +: socket.h
  • wxSOCKET_NOWAIT -: socket.h +: socket.h
  • wxSOCKET_NOWAIT_READ -: socket.h +: socket.h
  • wxSOCKET_NOWAIT_WRITE -: socket.h +: socket.h
  • wxSOCKET_OUTPUT : socket.h
  • wxSOCKET_REUSEADDR -: socket.h +: socket.h
  • wxSOCKET_TIMEDOUT : socket.h
  • wxSOCKET_WAITALL -: socket.h +: socket.h
  • wxSOCKET_WAITALL_READ -: socket.h +: socket.h
  • wxSOCKET_WAITALL_WRITE -: socket.h +: socket.h
  • wxSOCKET_WOULDBLOCK : socket.h @@ -372,13 +372,13 @@ : defs.h
  • wxSPLIT_DRAG_DRAGGING -: splitter.h +: splitter.h
  • wxSPLIT_DRAG_LEFT_DOWN -: splitter.h +: splitter.h
  • wxSPLIT_DRAG_NONE -: splitter.h +: splitter.h
  • wxSPLIT_HORIZONTAL : splitter.h @@ -435,13 +435,13 @@ : defs.h
  • wxStrip_Accel -: utils.h +: utils.h
  • wxStrip_All -: utils.h +: utils.h
  • wxStrip_Mnemonics -: utils.h +: utils.h
  • wxSYS_ANSI_FIXED_FONT : settings.h @@ -724,7 +724,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x74.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x74.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x74.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x74.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -120,55 +120,55 @@ : tarstrm.h
  • wxTB_3DBUTTONS -: toolbar.h +: toolbar.h
  • wxTB_BOTTOM -: toolbar.h +: toolbar.h
  • wxTB_DEFAULT_STYLE -: toolbar.h +: toolbar.h
  • wxTB_DOCKABLE -: toolbar.h +: toolbar.h
  • wxTB_FLAT -: toolbar.h +: toolbar.h
  • wxTB_HORIZONTAL -: toolbar.h +: toolbar.h
  • wxTB_HORZ_LAYOUT -: toolbar.h +: toolbar.h
  • wxTB_HORZ_TEXT -: toolbar.h +: toolbar.h
  • wxTB_LEFT -: toolbar.h +: toolbar.h
  • wxTB_NO_TOOLTIPS -: toolbar.h +: toolbar.h
  • wxTB_NOALIGN -: toolbar.h +: toolbar.h
  • wxTB_NODIVIDER -: toolbar.h +: toolbar.h
  • wxTB_NOICONS -: toolbar.h +: toolbar.h
  • wxTB_RIGHT -: toolbar.h +: toolbar.h
  • wxTB_TEXT -: toolbar.h +: toolbar.h
  • wxTB_TOP -: toolbar.h +: toolbar.h
  • wxTB_VERTICAL -: toolbar.h +: toolbar.h
  • wxTBI_CUSTOM_STATUSITEM : taskbar.h @@ -633,28 +633,28 @@ : renderer.h
  • wxTL_3STATE -: treelist.h +: treelist.h
  • wxTL_CHECKBOX -: treelist.h +: treelist.h
  • wxTL_DEFAULT_STYLE -: treelist.h +: treelist.h
  • wxTL_MULTIPLE -: treelist.h +: treelist.h
  • wxTL_NO_HEADER -: treelist.h +: treelist.h
  • wxTL_SINGLE -: treelist.h +: treelist.h
  • wxTL_STYLE_MASK -: treelist.h +: treelist.h
  • wxTL_USER_3STATE -: treelist.h +: treelist.h
  • wxTOKEN_DEFAULT : tokenzr.h @@ -690,7 +690,7 @@ : layout.h
  • wxTP_DEFAULT -: timectrl.h +: timectrl.h
  • wxTreeItemIcon_Expanded : treebase.h @@ -712,7 +712,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x75.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x75.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x75.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x75.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
  • @@ -144,17 +144,17 @@ : url.h
  • wxUSER_ATTENTION_ERROR -: toplevel.h +: toplevel.h
  • wxUSER_ATTENTION_INFO -: toplevel.h +: toplevel.h
  • diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x76.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x76.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x76.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x76.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x77.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x77.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x77.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x77.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -617,6 +617,42 @@
  • WXK_WINDOWS_RIGHT : defs.h
  • +
  • wxWEBKIT_NAV_BACK_NEXT +: webkit.h +
  • +
  • wxWEBKIT_NAV_FORM_RESUBMITTED +: webkit.h +
  • +
  • wxWEBKIT_NAV_FORM_SUBMITTED +: webkit.h +
  • +
  • wxWEBKIT_NAV_LINK_CLICKED +: webkit.h +
  • +
  • wxWEBKIT_NAV_OTHER +: webkit.h +
  • +
  • wxWEBKIT_NAV_RELOAD +: webkit.h +
  • +
  • wxWEBKIT_STATE_FAILED +: webkit.h +
  • +
  • wxWEBKIT_STATE_NEGOTIATING +: webkit.h +
  • +
  • wxWEBKIT_STATE_REDIRECTING +: webkit.h +
  • +
  • wxWEBKIT_STATE_START +: webkit.h +
  • +
  • wxWEBKIT_STATE_STOP +: webkit.h +
  • +
  • wxWEBKIT_STATE_TRANSFERRING +: webkit.h +
  • wxWEBVIEW_FIND_BACKWARDS : webview.h
  • @@ -711,14 +747,14 @@ : window.h
  • wxWRAPSIZER_DEFAULT_FLAGS -: wrapsizer.h +: wrapsizer.h
  • diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x78.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x78.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x78.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x78.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -151,7 +151,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x7a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x7a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval_0x7a.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval_0x7a.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -265,7 +265,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_eval.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_eval.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -469,7 +469,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x61.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x61.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x61.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x61.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -119,7 +119,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x62.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x62.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x62.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x62.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x63.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x63.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x63.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x63.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -125,7 +125,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x64.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x64.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x64.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x64.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -128,7 +128,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x65.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x65.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x65.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x65.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -116,7 +116,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x66.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x66.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x66.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x66.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -150,7 +150,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x67.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x67.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x67.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x67.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -130,13 +130,13 @@
  • wxGetEmailAddress() : utils.h
  • -
  • wxGetEnv() -: utils.h -
  • wxGetenv() : utils.h , wxcrt.h
  • +
  • wxGetEnv() +: utils.h +
  • wxGetEnvMap() : utils.h
  • @@ -256,7 +256,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x68.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x68.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x68.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x68.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x69.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x69.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x69.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x69.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -210,7 +210,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x6a.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x6a.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x6a.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x6a.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x6b.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x6b.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x6b.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x6b.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x6c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x6c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x6c.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x6c.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -140,7 +140,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x6d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x6d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x6d.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x6d.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -128,7 +128,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x6e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x6e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x6e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x6e.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x6f.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x6f.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x6f.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x6f.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -138,7 +138,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x70.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x70.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x70.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x70.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -110,7 +110,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x71.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x71.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x71.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x71.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x72.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x72.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x72.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x72.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -143,7 +143,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x73.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x73.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x73.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x73.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -242,7 +242,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x74.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x74.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x74.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x74.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -147,7 +147,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x75.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x75.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x75.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x75.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x76.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x76.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x76.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x76.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -131,7 +131,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x77.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x77.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x77.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x77.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x79.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x79.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func_0x79.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func_0x79.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_func.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_func.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -130,7 +130,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_type.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_type.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_type.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_type.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -308,7 +308,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x62.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x62.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x62.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x62.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x63.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x63.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x63.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x63.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x64.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x64.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x64.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x64.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -117,7 +117,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x65.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x65.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x65.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x65.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1120,6 +1120,15 @@
  • wxEVT_VLBOX : event.h
  • +
  • wxEVT_WEBKIT_BEFORE_LOAD +: webkit.h +
  • +
  • wxEVT_WEBKIT_NEW_WINDOW +: webkit.h +
  • +
  • wxEVT_WEBKIT_STATE_CHANGED +: webkit.h +
  • wxEVT_WEBVIEW_ERROR : webview.h
  • @@ -1167,7 +1176,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x66.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x66.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x66.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x66.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x67.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x67.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x67.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x67.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x68.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x68.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x68.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x68.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x69.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x69.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x69.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x69.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x6c.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x6c.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x6c.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x6c.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x6d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x6d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x6d.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x6d.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x6e.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x6e.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x6e.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x6e.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -150,7 +150,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x72.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x72.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x72.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x72.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x73.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x73.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x73.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x73.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x74.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x74.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x74.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x74.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -171,7 +171,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x77.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x77.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x77.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x77.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x79.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x79.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars_0x79.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars_0x79.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -96,7 +96,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/globals_vars.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/globals_vars.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ @@ -279,7 +279,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/graphics_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/graphics_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/graphics_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/graphics_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ @@ -47,7 +47,7 @@
    @@ -366,7 +366,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/graph_legend.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/graph_legend.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/graph_legend.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/graph_legend.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__appmanagement.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__appmanagement.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__appmanagement.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__appmanagement.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -95,7 +95,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__archive.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__archive.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__archive.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__archive.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__aui.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__aui.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__aui.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__aui.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -383,7 +383,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__bookctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__bookctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__bookctrl.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__bookctrl.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -85,7 +85,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__cfg.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__cfg.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__cfg.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__cfg.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__cmndlg.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__cmndlg.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__cmndlg.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__cmndlg.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -130,7 +130,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__containers.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__containers.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__containers.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__containers.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__conv.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__conv.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__conv.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__conv.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -107,7 +107,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__ctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__ctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__ctrl.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__ctrl.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -241,7 +241,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__data.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__data.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__data.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__data.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -221,7 +221,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__dc.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__dc.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__dc.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__dc.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__debugging.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__debugging.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__debugging.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__debugging.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__dnd.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__dnd.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__dnd.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__dnd.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__docview.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__docview.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__docview.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__docview.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__dvc.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__dvc.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__dvc.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__dvc.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -135,7 +135,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__events.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__events.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__events.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__events.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -306,7 +306,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__file.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__file.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__file.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__file.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -92,7 +92,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__gdi.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__gdi.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__gdi.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__gdi.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -219,7 +219,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__gl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__gl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__gl.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__gl.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__grid.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__grid.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__grid.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__grid.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -133,7 +133,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__help.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__help.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__help.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__help.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -196,7 +196,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__html.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__html.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__html.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__html.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -147,7 +147,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__ipc.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__ipc.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__ipc.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__ipc.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -81,7 +81,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__logging.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__logging.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__logging.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__logging.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__managedwnd.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__managedwnd.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__managedwnd.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__managedwnd.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__media.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__media.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__media.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__media.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__menus.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__menus.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__menus.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__menus.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__misc.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__misc.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__misc.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__misc.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__miscwnd.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__miscwnd.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__miscwnd.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__miscwnd.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -172,7 +172,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__net.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__net.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__net.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__net.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__pickers.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__pickers.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__pickers.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__pickers.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -77,13 +77,13 @@
    o-docs
    |\+doxygen
    o-docs
    |\+doxygen
    \-interface
     \+wx
    \-interface
     \+wx
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - - - + +

    Enumerations

    enum  { wxTP_DEFAULT = 0 +
    enum  { wxTP_DEFAULT = 0 }
     Styles used with wxTimePickerCtrl. More...
     
     Styles used with wxTimePickerCtrl. More...
     

    Enumeration Type Documentation

    - +
    @@ -98,7 +98,7 @@

    Library:  wxAdvanced
    Category:  Picker Controls
    Since
    2.9.3
    Enumerator:
    -
    wxTP_DEFAULT  +
    wxTP_DEFAULT 
    @@ -110,7 +110,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__printing.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__printing.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__printing.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__printing.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__propgrid.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__propgrid.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__propgrid.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__propgrid.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -91,7 +91,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__ribbon.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__ribbon.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__ribbon.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__ribbon.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__richtext.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__richtext.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__richtext.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__richtext.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -219,7 +219,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__rtti.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__rtti.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__rtti.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__rtti.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__smartpointers.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__smartpointers.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__smartpointers.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__smartpointers.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__stc.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__stc.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__stc.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__stc.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__streams.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__streams.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__streams.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__streams.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -208,7 +208,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__threading.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__threading.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__threading.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__threading.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -134,7 +134,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__validator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__validator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__validator.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__validator.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -130,7 +130,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__vfs.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__vfs.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__vfs.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__vfs.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -69,7 +69,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__webview.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__webview.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__webview.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__webview.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__winlayout.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__winlayout.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__winlayout.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__winlayout.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__xml.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__xml.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__xml.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__xml.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__xrc.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__xrc.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__class__xrc.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__class__xrc.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__appinitterm.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__appinitterm.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__appinitterm.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__appinitterm.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -478,7 +478,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__atomic.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__atomic.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__atomic.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__atomic.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -108,7 +108,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__byteorder.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__byteorder.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__byteorder.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__byteorder.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -338,7 +338,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__crt.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__crt.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__crt.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__crt.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -5729,7 +5729,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__debug.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__debug.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__debug.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__debug.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -844,7 +844,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__dialog.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__dialog.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1998,7 +1998,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__env.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__env.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__env.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__env.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -240,7 +240,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__events.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__events.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__events.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__events.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -2264,7 +2264,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__file.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__file.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__file.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__file.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1264,7 +1264,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__gdi.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__gdi.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__gdi.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__gdi.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -557,7 +557,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__locale.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__locale.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__locale.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__locale.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -538,7 +538,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__log.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__log.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__log.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__log.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -1095,7 +1095,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__math.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__math.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__math.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__math.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -231,7 +231,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__misc.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__misc.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__misc.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__misc.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -171,16 +171,16 @@ }  Elements of this enum specify the possible behaviours of wxBase64Decode when an invalid character is encountered. More...
      -enum  {
    -  wxStrip_Mnemonics = 1, +enum  {
    +  wxStrip_Mnemonics = 1,
    -  wxStrip_Accel = 2, +  wxStrip_Accel = 2,
    -  wxStrip_All = wxStrip_Mnemonics | wxStrip_Accel +  wxStrip_All = wxStrip_Mnemonics | wxStrip_Accel
    } - flags for wxStripMenuCodes More...
    -  + flags for wxStripMenuCodes More...
    +  @@ -313,7 +313,7 @@ - + @@ -1480,7 +1480,7 @@

    Enumeration Type Documentation

    - +

    Functions

    void wxSetDisplayName (const wxString &displayName)
     Under X only, sets the current display name.
     
    wxString wxStripMenuCodes (const wxString &str, int flags=wxStrip_All)
    wxString wxStripMenuCodes (const wxString &str, int flags=wxStrip_All)
     Strips any menu codes from str and returns the result.
     
    wxWindowwxFindWindowAtPointer (wxPoint &pt)
    @@ -1492,11 +1492,11 @@

    flags for wxStripMenuCodes

    Enumerator:
    - - -
    wxStrip_Mnemonics  +
    wxStrip_Mnemonics 
    wxStrip_Accel  +
    wxStrip_Accel 
    wxStrip_All  +
    wxStrip_All 
    @@ -2781,7 +2781,7 @@ int  - flags = wxStrip_All  + flags = wxStrip_All  @@ -2933,7 +2933,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__networkuseros.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__networkuseros.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__networkuseros.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__networkuseros.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -544,7 +544,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__procctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__procctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__procctrl.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__procctrl.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -60,39 +60,39 @@ - - - + +

    Enumerations

    enum  {
    -  wxEXEC_ASYNC = 0, +
    enum  {
    +  wxEXEC_ASYNC = 0,
    -  wxEXEC_SYNC = 1, +  wxEXEC_SYNC = 1,
    -  wxEXEC_SHOW_CONSOLE = 2, +  wxEXEC_SHOW_CONSOLE = 2,
    -  wxEXEC_MAKE_GROUP_LEADER = 4, +  wxEXEC_MAKE_GROUP_LEADER = 4,
    -  wxEXEC_NODISABLE = 8, +  wxEXEC_NODISABLE = 8,
    -  wxEXEC_NOEVENTS = 16, +  wxEXEC_NOEVENTS = 16,
    -  wxEXEC_HIDE_CONSOLE = 32, +  wxEXEC_HIDE_CONSOLE = 32,
    -  wxEXEC_BLOCK = wxEXEC_SYNC | wxEXEC_NOEVENTS +  wxEXEC_BLOCK = wxEXEC_SYNC | wxEXEC_NOEVENTS
    }
     Bit flags that can be used with wxExecute(). More...
     
     Bit flags that can be used with wxExecute(). More...
     
    - + - + - + @@ -114,7 +114,7 @@

    Functions

    void wxExit ()
     Exits application after calling wxApp::OnExit.
     
    long wxExecute (const wxString &command, int flags=wxEXEC_ASYNC, wxProcess *callback=NULL, const wxExecuteEnv *env=NULL)
    long wxExecute (const wxString &command, int flags=wxEXEC_ASYNC, wxProcess *callback=NULL, const wxExecuteEnv *env=NULL)
     Executes another program in Unix or Windows.
     
    long wxExecute (char **argv, int flags=wxEXEC_ASYNC, wxProcess *callback=NULL, const wxExecuteEnv *env=NULL)
    long wxExecute (char **argv, int flags=wxEXEC_ASYNC, wxProcess *callback=NULL, const wxExecuteEnv *env=NULL)
     This is an overloaded version of wxExecute(const wxString&,int,wxProcess*), please see its documentation for general information.
     
    long wxExecute (wchar_t **argv, int flags=wxEXEC_ASYNC, wxProcess *callback=NULL, const wxExecuteEnv *env=NULL)
    long wxExecute (wchar_t **argv, int flags=wxEXEC_ASYNC, wxProcess *callback=NULL, const wxExecuteEnv *env=NULL)
     
    long wxExecute (const wxString &command, wxArrayString &output, int flags=0, const wxExecuteEnv *env=NULL)
     This is an overloaded version of wxExecute(const wxString&,int,wxProcess*), please see its documentation for general information.
     

    Enumeration Type Documentation

    - +
    @@ -126,39 +126,39 @@

    Bit flags that can be used with wxExecute().

    Enumerator:
    - - - - - - - -
    wxEXEC_ASYNC  +
    wxEXEC_ASYNC 

    Execute the process asynchronously.

    Notice that, due to its value, this is the default.

    wxEXEC_SYNC  +
    wxEXEC_SYNC 

    Execute the process synchronously.

    wxEXEC_SHOW_CONSOLE  +
    wxEXEC_SHOW_CONSOLE 

    Always show the child process console under MSW.

    The child console is hidden by default if the child IO is redirected, this flag allows to change this and show it nevertheless.

    This flag is ignored under the other platforms.

    wxEXEC_MAKE_GROUP_LEADER  +
    wxEXEC_MAKE_GROUP_LEADER 

    Make the new process a group leader.

    Under Unix, if the process is the group leader then passing wxKILL_CHILDREN to wxKill() kills all children as well as pid.

    Under MSW, applies only to console applications and is only supported under NT family (i.e. not under Windows 9x). It corresponds to the native CREATE_NEW_PROCESS_GROUP and, in particular, ensures that Ctrl-Break signals will be sent to all children of this process as well to the process itself. Support for this flag under MSW was added in version 2.9.4 of wxWidgets.

    wxEXEC_NODISABLE  +
    wxEXEC_NODISABLE 

    Don't disable the program UI while running the child synchronously.

    By default synchronous execution disables all program windows to avoid that the user interacts with the program while the child process is running, you can use this flag to prevent this from happening.

    -

    This flag can only be used with wxEXEC_SYNC.

    +

    This flag can only be used with wxEXEC_SYNC.

    wxEXEC_NOEVENTS  +
    wxEXEC_NOEVENTS 

    Don't dispatch events while the child process is executed.

    By default, the event loop is run while waiting for synchronous execution to complete and this flag can be used to simply block the main process until the child process finishes

    -

    This flag can only be used with wxEXEC_SYNC.

    +

    This flag can only be used with wxEXEC_SYNC.

    wxEXEC_HIDE_CONSOLE  +
    wxEXEC_HIDE_CONSOLE 

    Hide child process console under MSW.

    Under MSW, hide the console of the child process if it has one, even if its IO is not redirected.

    This flag is ignored under the other platforms.

    wxEXEC_BLOCK  +
    wxEXEC_BLOCK 

    Convenient synonym for flags given system()-like behaviour.

    @@ -182,7 +182,7 @@ int  - flags = wxEXEC_ASYNC, + flags = wxEXEC_ASYNC, @@ -209,7 +209,7 @@

    In the case of synchronous execution, the return value is the exit code of the process (which terminates by the moment the function returns) and will be -1 if the process couldn't be started and typically 0 if the process terminated successfully. Also, while waiting for the process to terminate, wxExecute() will call wxYield(). Because of this, by default this function disables all application windows to avoid unexpected reentrancies which could result from the users interaction with the program while the child process is running. If you are sure that it is safe to not disable the program windows, you may pass wxEXEC_NODISABLE flag to prevent this automatic disabling from happening.

    For asynchronous execution, however, the return value is the process id and zero value indicates that the command could not be executed. As an added complication, the return value of -1 in this case indicates that we didn't launch a new process, but connected to the running one (this can only happen when using DDE under Windows for command execution). In particular, in this case only, the calling code will not get the notification about process termination.

    If callback isn't NULL and if execution is asynchronous, wxProcess::OnTerminate() will be called when the process finishes. Specifying this parameter also allows you to redirect the standard input and/or output of the process being launched by calling wxProcess::Redirect().

    -

    Under Windows, when launching a console process its console is shown by default but hidden if its IO is redirected. Both of these default behaviours may be overridden: if wxEXEC_HIDE_CONSOLE is specified, the console will never be shown. If wxEXEC_SHOW_CONSOLE is used, the console will be shown even if the child process IO is redirected. Neither of these flags affect non-console Windows applications or does anything under the other systems.

    +

    Under Windows, when launching a console process its console is shown by default but hidden if its IO is redirected. Both of these default behaviours may be overridden: if wxEXEC_HIDE_CONSOLE is specified, the console will never be shown. If wxEXEC_SHOW_CONSOLE is used, the console will be shown even if the child process IO is redirected. Neither of these flags affect non-console Windows applications or does anything under the other systems.

    Under Unix the flag wxEXEC_MAKE_GROUP_LEADER may be used to ensure that the new process is a group leader (this will create a new session if needed). Calling wxKill() passing wxKILL_CHILDREN will kill this process as well as all of its children (except those which have started their own session). Under MSW, this flag can be used with console processes only and corresponds to the native CREATE_NEW_PROCESS_GROUP flag.

    The wxEXEC_NOEVENTS flag prevents processing of any events from taking place while the child process is running. It should be only used for very short-lived processes as otherwise the application windows risk becoming unresponsive from the users point of view. As this flag only makes sense with wxEXEC_SYNC, wxEXEC_BLOCK equal to the sum of both of these flags is provided as a convenience.

    Note
    Currently wxExecute() can only be used from the main thread, calling this function from another thread will result in an assert failure in debug build and won't work.
    @@ -242,7 +242,7 @@ int  - flags = wxEXEC_ASYNC, + flags = wxEXEC_ASYNC, @@ -295,7 +295,7 @@ int  - flags = wxEXEC_ASYNC, + flags = wxEXEC_ASYNC, @@ -361,7 +361,7 @@ - +
    commandThe command to execute and any parameters to pass to it as a single string.
    outputThe string array where the stdout of the executed process is saved.
    flagsCombination of flags to which wxEXEC_SYNC is always implicitly added.
    flagsCombination of flags to which wxEXEC_SYNC is always implicitly added.
    envAn optional pointer to additional parameters for the child process, such as its initial working directory and environment variables. This parameter is available in wxWidgets 2.9.2 and later only.
    @@ -421,7 +421,7 @@ commandThe command to execute and any parameters to pass to it as a single string. outputThe string array where the stdout of the executed process is saved. errorsThe string array where the stderr of the executed process is saved. - flagsCombination of flags to which wxEXEC_SYNC is always implicitly added. + flagsCombination of flags to which wxEXEC_SYNC is always implicitly added. envAn optional pointer to additional parameters for the child process, such as its initial working directory and environment variables. This parameter is available in wxWidgets 2.9.2 and later only. @@ -595,7 +595,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__rtti.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__rtti.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__rtti.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__rtti.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -778,7 +778,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__string.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__string.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__string.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__string.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -636,7 +636,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__thread.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__thread.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__thread.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__thread.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -300,7 +300,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__time.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__time.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__time.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__time.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -300,7 +300,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__version.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__version.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/group__group__funcmacro__version.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/group__group__funcmacro__version.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -315,7 +315,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/hash_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/hash_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/hash_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/hash_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -67,7 +67,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/hashmap_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/hashmap_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/hashmap_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/hashmap_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/hashset_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/hashset_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/hashset_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/hashset_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/headercol_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/headercol_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/headercol_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/headercol_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -159,7 +159,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/headerctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/headerctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/headerctrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/headerctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -297,7 +297,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helloworld_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helloworld_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helloworld_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helloworld_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/help_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/help_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/help_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/help_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -127,7 +127,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helpctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helpctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helpctrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helpctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -158,7 +158,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helpdata_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helpdata_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helpdata_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helpdata_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helpdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helpdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helpdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helpdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helpext_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helpext_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helpext_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helpext_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helpfrm_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helpfrm_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helpfrm_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helpfrm_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -261,7 +261,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helpwnd_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helpwnd_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/helpwnd_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/helpwnd_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -193,7 +193,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/hierarchy.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/hierarchy.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/hierarchy.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/hierarchy.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -418,9 +418,12 @@ |||oCwxStyledTextEventThe type of events sent from wxStyledTextCtrl |||oCwxTextUrlEvent |||oCwxUpdateUIEventThis class is used for pseudo-events which are called by wxWidgets to give an application the chance to update various user interface elements -|||oCwxWindowCreateEventThis event is sent just after the actual window associated with a wxWindow object has been created -|||oCwxWindowDestroyEventThis event is sent as early as possible during the window destruction process -|||\CwxWindowModalDialogEventEvent sent by wxDialog::ShowWindowModal() when the dialog closes +|||oCwxWebKitBeforeLoadEvent +|||oCwxWebKitNewWindowEvent +|||oCwxWebKitStateChangedEvent +|||oCwxWindowCreateEventThis event is sent just after the actual window associated with a wxWindow object has been created +|||oCwxWindowDestroyEventThis event is sent as early as possible during the window destruction process +|||\CwxWindowModalDialogEventEvent sent by wxDialog::ShowWindowModal() when the dialog closes ||oCwxDialUpEventThis is the event class for the dialup events sent by wxDialUpManager ||oCwxDisplayChangedEvent ||oCwxDropFilesEventThis class is used for drop files events, that is, when files have been dropped onto the window @@ -553,7 +556,8 @@ || |oCwxTimePickerCtrlThis control allows the user to enter time || |oCwxToolBarA toolbar is a bar of buttons and/or other controls usually placed below the menu bar in a wxFrame || |oCwxTreeCtrlA tree control presents information as a hierarchy, with items that may be expanded to show further items -|| |\CwxWebViewThis control may be used to render web (HTML / CSS / javascript) documents +|| |oCwxWebKitCtrlThis control is a native wrapper around the Safari web browsing engine +|| |\CwxWebViewThis control may be used to render web (HTML / CSS / javascript) documents || oCwxGLCanvasWxGLCanvas is a class for displaying OpenGL graphics || oCwxHtmlHelpWindowThis class is used by wxHtmlHelpController to display help within a frame or dialog, but you can use it yourself to create an embedded HTML help window || oCwxMDIClientWindowAn MDI client window is a child of wxMDIParentFrame, and manages zero or more wxMDIChildFrame objects @@ -975,7 +979,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/html_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/html_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/html_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/html_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmlcell_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmlcell_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmlcell_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmlcell_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -198,7 +198,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmldefs_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmldefs_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmldefs_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmldefs_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -360,7 +360,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmlfilt_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmlfilt_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmlfilt_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmlfilt_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmllbox_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmllbox_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmllbox_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmllbox_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmlpars_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmlpars_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmlpars_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmlpars_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmltag_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmltag_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmltag_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmltag_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmlwin_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmlwin_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmlwin_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmlwin_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -227,7 +227,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmprint_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmprint_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/htmprint_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/htmprint_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -110,7 +110,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/http_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/http_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/http_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/http_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/hyperlink_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/hyperlink_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/hyperlink_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/hyperlink_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -165,7 +165,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/icon_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/icon_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/icon_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/icon_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -112,7 +112,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/iconbndl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/iconbndl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/iconbndl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/iconbndl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/iconloc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/iconloc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/iconloc_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/iconloc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/image_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/image_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/image_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/image_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -175,27 +175,27 @@ }  Possible values for PNG image type option. More...
      -enum  {
    -  wxBMP_24BPP = 24, +enum  {
    +  wxBMP_24BPP = 24,
    -  wxBMP_8BPP = 8, +  wxBMP_8BPP = 8,
    -  wxBMP_8BPP_GREY = 9, +  wxBMP_8BPP_GREY = 9,
    -  wxBMP_8BPP_GRAY = wxBMP_8BPP_GREY, +  wxBMP_8BPP_GRAY = wxBMP_8BPP_GREY,
    -  wxBMP_8BPP_RED = 10, +  wxBMP_8BPP_RED = 10,
    -  wxBMP_8BPP_PALETTE = 11, +  wxBMP_8BPP_PALETTE = 11,
    -  wxBMP_4BPP = 4, +  wxBMP_4BPP = 4,
    -  wxBMP_1BPP = 1, +  wxBMP_1BPP = 1,
    -  wxBMP_1BPP_BW = 2 +  wxBMP_1BPP_BW = 2
    } -  +  @@ -533,7 +533,7 @@

    Enumeration Type Documentation

    - +

    Functions

    @@ -543,23 +543,23 @@
    Enumerator:
    - - - - - - - - -
    wxBMP_24BPP  +
    wxBMP_24BPP 
    wxBMP_8BPP  +
    wxBMP_8BPP 
    wxBMP_8BPP_GREY  +
    wxBMP_8BPP_GREY 
    wxBMP_8BPP_GRAY  +
    wxBMP_8BPP_GRAY 
    wxBMP_8BPP_RED  +
    wxBMP_8BPP_RED 
    wxBMP_8BPP_PALETTE  +
    wxBMP_8BPP_PALETTE 
    wxBMP_4BPP  +
    wxBMP_4BPP 
    wxBMP_1BPP  +
    wxBMP_1BPP 
    wxBMP_1BPP_BW  +
    wxBMP_1BPP_BW 
    @@ -725,7 +725,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/imaglist_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/imaglist_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/imaglist_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/imaglist_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -80,16 +80,16 @@ - - - + +

    Enumerations

    enum  {
    -  wxIMAGE_LIST_NORMAL, +
    enum  {
    +  wxIMAGE_LIST_NORMAL,
    -  wxIMAGE_LIST_SMALL, +  wxIMAGE_LIST_SMALL,
    -  wxIMAGE_LIST_STATE +  wxIMAGE_LIST_STATE
    }
     Flag values for Set/GetImageList. More...
     
     Flag values for Set/GetImageList. More...
     

    Macro Definition Documentation

    @@ -143,7 +143,7 @@

    Enumeration Type Documentation

    - +
    @@ -155,11 +155,11 @@

    Flag values for Set/GetImageList.

    Enumerator:
    - - -
    wxIMAGE_LIST_NORMAL  +
    wxIMAGE_LIST_NORMAL 
    wxIMAGE_LIST_SMALL  +
    wxIMAGE_LIST_SMALL 
    wxIMAGE_LIST_STATE  +
    wxIMAGE_LIST_STATE 
    @@ -171,7 +171,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/index.hhc wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/index.hhc --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/index.hhc 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/index.hhc 2014-09-09 22:03:37.000000000 +0000 @@ -1812,6 +1812,7 @@
  • +
  • @@ -7639,6 +7640,7 @@
  • +
  • @@ -9072,9 +9074,9 @@
    • -
    • -
    • -
    • +
    • +
    • +
    • @@ -9227,6 +9229,7 @@
    • +
    • @@ -9546,11 +9549,13 @@
    • +
    • +
    • @@ -9761,6 +9766,14 @@
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • @@ -9777,6 +9790,9 @@
    • +
    • +
    • +
    • @@ -9899,6 +9915,9 @@
    • +
    • +
    • +
    • @@ -11003,6 +11022,7 @@
    • +
    • @@ -11050,6 +11070,7 @@
    • +
    • @@ -11058,6 +11079,7 @@
    • +
    • @@ -11076,8 +11098,11 @@
    • +
    • +
    • -
    • +
    • +
    • @@ -11100,9 +11125,11 @@
    • +
    • +
    • @@ -11282,8 +11309,8 @@
    • -
    • -
    • +
    • +
    • @@ -12488,7 +12515,7 @@
      -
    • +
  • @@ -13697,11 +13724,11 @@
    • -
    • -
    • -
    • -
    • -
    • +
    • +
    • +
    • +
    • +
    • @@ -14604,7 +14631,7 @@
    • -
    • +
    • @@ -17626,8 +17653,10 @@
    • +
    • +
    • @@ -19278,9 +19307,9 @@
      • -
      • -
      • -
      • +
      • +
      • +
      • @@ -19364,14 +19393,14 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    • @@ -20653,6 +20682,65 @@
    +
  • +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    +
  • +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    +
  • +
      +
    • +
    • +
    • +
    • +
    • +
    +
  • +
      +
    • +
    • +
    • +
    • +
    • +
    • @@ -20662,7 +20750,7 @@
    • -
    • +
    • @@ -21185,6 +21273,9 @@
    • +
    • +
    • +
    • @@ -21353,6 +21444,7 @@
    • +
  • @@ -22085,11 +22177,11 @@
      • -
      • +
        • -
        • +
          • -
          • +
            • @@ -22161,7 +22253,7 @@
            -
          • +
            • @@ -22180,7 +22272,7 @@
            -
          • +
            • @@ -22249,11 +22341,11 @@
        -
      • +
        • -
        • +
          • -
          • +
              • @@ -22370,7 +22462,7 @@
          -
        • +
            • @@ -22380,7 +22472,7 @@
            -
          • +
              • @@ -22584,13 +22676,90 @@
              +
            • +
                +
              • +
                  +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                +
              • +
                  +
                • +
                • +
                • +
                • +
                • +
                • +
                • +
                +
              • +
                  +
                • +
                • +
                • +
                • +
                • +
                +
              • +
                  +
                • +
                • +
                • +
                • +
                • +
                +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
            -
          • +
            • -
            • +
                • @@ -22617,7 +22786,7 @@
                -
              • +
                  • @@ -22660,7 +22829,7 @@
              -
            • +
                • @@ -22838,7 +23007,7 @@
            -
          • +
              • @@ -22866,7 +23035,7 @@
          -
        • +
            • @@ -22996,8 +23165,14 @@
          -
        • +
          • +
          • +
              +
            • +
            • +
            • +
          • @@ -23040,7 +23215,7 @@
          -
        • +
            • @@ -23410,7 +23585,7 @@
            -
          • +
              • @@ -25396,7 +25571,7 @@
            -
          • +
              • @@ -25424,7 +25599,7 @@
          -
        • +
            • @@ -28639,15 +28814,15 @@
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
              • @@ -28682,9 +28857,9 @@
              • -
              • -
              • -
              • +
              • +
              • +
              • @@ -29195,24 +29370,24 @@
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
                • @@ -29323,6 +29498,12 @@
                +
              • +
                  +
                • +
                • +
                • +
              • @@ -29447,11 +29628,11 @@
              • -
              • -
              • -
              • -
              • -
              • +
              • +
              • +
              • +
              • +
              @@ -29506,8 +29687,8 @@
            • -
            • -
            • +
            • +
              • @@ -29854,15 +30035,15 @@
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • @@ -29876,20 +30057,20 @@
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • -
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
                • @@ -30184,17 +30365,17 @@
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • +
                  • +
                  • +
                  • +
                  • +
                  • +
                  • +
                  • +
                  • +
                  • +
                  • +
                    • @@ -30250,9 +30431,9 @@
                    • -
                    • -
                    • -
                    • +
                    • +
                    • +
                      • @@ -30683,7 +30864,7 @@
                      • -
                      • +
                      • @@ -30769,23 +30950,23 @@
                      -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                      • @@ -30806,14 +30987,14 @@
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • @@ -30951,14 +31132,14 @@
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • @@ -31037,17 +31218,17 @@
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                          • @@ -31309,7 +31490,7 @@
                          -
                        • +
                          • @@ -31348,7 +31529,7 @@
                              • -
                              • +
                              • @@ -31378,9 +31559,9 @@
                              • -
                              • -
                              • -
                              • +
                              • +
                              • +
                              • diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/index.hhk wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/index.hhk --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/index.hhk 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/index.hhk 2014-09-09 22:03:37.000000000 +0000 @@ -1073,6 +1073,12 @@
                            • +
                            • +
                                +
                              • +
                              • +
                              • +
                              • @@ -1409,6 +1415,10 @@
                              • +
                                  +
                                • +
                                • +
                              • @@ -1426,6 +1436,7 @@
                              +
                            • @@ -1451,10 +1462,19 @@
                          • +
                          • -
                          • -
                          • +
                          • +
                              +
                            • +
                            • +
                            +
                          • +
                              +
                            • +
                            • +
                            • @@ -1473,6 +1493,7 @@
                            +
                            • @@ -1756,11 +1777,11 @@
                            • -
                          • -
                          • +
                            • +
                            • @@ -2396,6 +2417,7 @@
                            • +
                            • @@ -2710,6 +2732,7 @@
                            • +
                              • @@ -3980,6 +4003,7 @@
                              • +
                                • @@ -3988,6 +4012,8 @@
                                • +
                                • +
                                  • @@ -3999,6 +4025,7 @@
                                  +
                                  • @@ -4099,6 +4126,8 @@
                                  +
                                • +
                                • @@ -4142,6 +4171,7 @@
                              • +
                              • @@ -4789,9 +4819,9 @@
                              • -
                              • -
                              • -
                              • +
                              • +
                              • +
                              • @@ -5433,7 +5463,9 @@
                            • +
                            • +
                            • @@ -5671,7 +5703,7 @@
                            • -
                            • +
                            • @@ -5848,6 +5880,9 @@
                            • +
                            • +
                            • +
                              • @@ -6103,6 +6138,7 @@
                              +
                            • @@ -6153,6 +6189,7 @@
                              • +
                              • @@ -6457,6 +6494,7 @@
                                • +
                              • @@ -7960,6 +7998,7 @@
                              +
                            • @@ -8229,7 +8268,11 @@
                          • -
                          • +
                          • +
                              +
                            • +
                            • +
                            • @@ -8237,7 +8280,9 @@
                            +
                          • +
                            • @@ -8769,6 +8814,7 @@
                            • +
                            • @@ -8818,7 +8864,11 @@
                            • -
                            • +
                            • +
                                +
                              • +
                              • +
                            • @@ -8890,6 +8940,7 @@
                            • +
                          • @@ -9041,6 +9092,7 @@
                          • +
                        • @@ -9193,6 +9245,7 @@
                      • +
                      • @@ -9325,6 +9378,7 @@
                      • +
                    • @@ -9521,6 +9575,9 @@
                    • +
                    • +
                    • +
                  • @@ -9650,6 +9707,10 @@
                  • +
                      +
                    • +
                    • +
                    • @@ -9944,8 +10005,16 @@
                    • -
                    • -
                    • +
                    • +
                        +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                    • @@ -10567,9 +10636,9 @@
                    • -
                    • -
                    • -
                    • +
                    • +
                    • +
                    • @@ -10595,14 +10664,14 @@
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • @@ -11208,15 +11277,15 @@
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • @@ -11265,9 +11334,9 @@
                        • -
                        • -
                        • -
                        • +
                        • +
                        • +
                        • @@ -11283,6 +11352,7 @@
                      • +
                        • @@ -11895,16 +11965,16 @@
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • @@ -11926,14 +11996,14 @@
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • @@ -12155,23 +12225,23 @@
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • @@ -12349,6 +12419,7 @@
                      • +
                      • @@ -12434,6 +12505,7 @@
                      • +
                    • @@ -13486,7 +13558,11 @@
                    • -
                    • +
                    • +
                        +
                      • +
                      • +
                    • @@ -13941,6 +14017,7 @@
                  • +
                  • @@ -14054,6 +14131,9 @@
                  • +
                  • +
                  • +
                  • @@ -14315,7 +14395,7 @@
                    • -
                    • +
                  • @@ -14333,11 +14413,11 @@
                  • -
                  • -
                  • -
                  • -
                  • -
                  • +
                  • +
                  • +
                  • +
                  • +
                  • @@ -14393,10 +14473,10 @@
                    • -
                    • +
                    • -
                    • +
                    • @@ -15114,10 +15194,12 @@
                    -
                  • +
                  • +
                  • +
                  • @@ -15498,6 +15580,7 @@
                    • +
                  • @@ -15893,15 +15976,15 @@
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • @@ -15936,7 +16019,11 @@
                    • -
                    • +
                    • +
                        +
                      • +
                      • +
                      • @@ -16081,20 +16168,20 @@
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • @@ -16497,7 +16584,11 @@
                      -
                    • +
                    • +
                        +
                      • +
                      • +
                    • @@ -16809,6 +16900,7 @@
                    +
                  • @@ -17059,6 +17151,9 @@
                  • +
                  • +
                  • +
                  • @@ -17240,7 +17335,11 @@
                  • -
                  • +
                  • +
                      +
                    • +
                    • +
                  • @@ -17425,6 +17524,7 @@
                    • +
                  • @@ -18345,6 +18445,7 @@
                  • +
                  • @@ -18453,6 +18554,7 @@
                  +
                • @@ -18461,6 +18563,7 @@
                +
                • @@ -18732,7 +18835,7 @@
                  • -
                  • +
                • @@ -18823,7 +18926,11 @@
                • -
                • +
                • +
                    +
                  • +
                  • +
                • @@ -18999,6 +19106,7 @@
                • +
              • @@ -19099,6 +19207,7 @@
              • +
              • @@ -19287,6 +19396,7 @@
              • +
            • @@ -19417,6 +19527,9 @@
            • +
            • +
            • +
          • @@ -19826,8 +19939,8 @@
            • -
            • -
            • +
            • +
            • @@ -19837,20 +19950,20 @@
            • -
            • +
            • -
            • -
            • -
            • -
            • +
            • +
            • +
            • +
            • -
            • +
            • -
            • -
            • -
            • +
            • +
            • +
          • @@ -19911,9 +20024,9 @@
          • -
          • -
          • -
          • +
          • +
          • +
          @@ -21981,6 +22094,7 @@
        • +
      • @@ -22285,8 +22399,8 @@
    • -
    • -
    • +
    • +
      • @@ -22372,14 +22486,14 @@
        • -
        • -
        • -
        • -
        • -
        • -
        • -
        • -
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • +
      • @@ -22508,14 +22622,14 @@
      • -
      • -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • @@ -22997,6 +23111,24 @@
    • +
    • +
        +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • @@ -23062,7 +23194,7 @@
      • -
      • +
      • @@ -23145,9 +23277,9 @@
        • -
        • -
        • -
        • +
        • +
        • +
        • @@ -23647,6 +23779,7 @@
        • +
        • @@ -24802,15 +24935,15 @@
        • -
        • -
        • -
        • -
        • -
        • -
        • -
        • -
        • -
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • @@ -25333,6 +25466,7 @@
          • +
          • @@ -25851,20 +25985,20 @@
          -
        • -
        • -
        • -
        • -
        • -
        • -
        • -
        • -
        • -
        • -
        • -
        • -
        • -
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • +
          • @@ -28801,6 +28935,9 @@
          +
        • +
        • +
        • @@ -28853,14 +28990,14 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
        • @@ -28882,7 +29019,7 @@
        -
      • +
        • @@ -29500,8 +29637,10 @@
        • +
        • +
        • @@ -29996,12 +30135,12 @@
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • @@ -30196,15 +30335,9 @@
    • -
        -
      • -
      • -
    • -
        -
      • -
      • -
      +
    • +
      • @@ -30621,6 +30754,13 @@
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • @@ -30637,6 +30777,9 @@
      • +
      • +
      • +
      • @@ -30750,6 +30893,9 @@
      • +
      • +
      • +
      • @@ -30948,11 +31094,13 @@
      • +
      • +
      • @@ -32021,9 +32169,9 @@
        • -
        • -
        • -
        • +
        • +
        • +
        • @@ -32323,7 +32471,7 @@
        • -
        • +
        • @@ -32332,9 +32480,9 @@
        • -
        • -
        • -
        • +
        • +
        • +
        • @@ -33612,16 +33760,16 @@
      • -
      • -
      • -
      • -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • @@ -33643,14 +33791,14 @@
      • -
      • -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • @@ -34215,6 +34363,9 @@
        +
      • +
      • +
      • @@ -34335,6 +34486,7 @@
      • +
      • @@ -34356,8 +34508,11 @@
        • +
        • +
        • -
        • +
        • +
        • @@ -34380,9 +34535,11 @@
        • +
        • +
        • @@ -34762,11 +34919,11 @@
        • -
        • -
        • -
        • -
        • -
        • +
        • +
        • +
        • +
        • +
        • @@ -34829,8 +34986,8 @@
        • -
        • -
        • +
        • +
        @@ -34939,10 +35096,10 @@
      • -
      • +
      • -
      • +
      • @@ -36724,18 +36881,18 @@
      • -
      • -
      • +
      • +
      • -
      • -
      • -
      • +
      • +
      • +
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
        • @@ -36790,8 +36947,8 @@
        • -
        • +
        • @@ -36845,8 +37002,8 @@
        • -
        • +
        • @@ -37083,7 +37240,7 @@
        -
      • +
        • @@ -37244,6 +37401,9 @@
        • +
        • +
        • +
        • @@ -37556,11 +37716,11 @@
        • -
        • -
        • -
        • -
        • -
        • +
        • +
        • +
        • +
        • +
        • @@ -38412,11 +38572,11 @@
        • -
        • -
        • -
        • -
        • -
        • +
        • +
        • +
        • +
        • +
      • @@ -38477,7 +38637,7 @@
      • -
      • +
      • @@ -39621,7 +39781,7 @@
      -
    • +
      • @@ -40020,8 +40180,8 @@
      -
    • -
    • +
    • +
    • @@ -40031,20 +40191,20 @@
    • -
    • +
    • -
    • -
    • -
    • -
    • +
    • +
    • +
    • +
    • -
    • +
    • -
    • -
    • -
    • +
    • +
    • +
      • @@ -40233,9 +40393,9 @@
      -
    • -
    • -
    • +
    • +
    • +
    • @@ -42510,8 +42670,8 @@
    • -
    • +
    • @@ -42549,8 +42709,8 @@
    • -
    • +
    • @@ -42561,8 +42721,8 @@
    • -
    • +
    • @@ -42636,8 +42796,8 @@
    • -
    • +
    • @@ -42742,9 +42902,9 @@
    -
  • -
  • -
  • +
  • +
  • +
    • @@ -43821,23 +43981,23 @@
      -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • @@ -44755,14 +44915,14 @@
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • @@ -44995,7 +45155,7 @@
    -
  • +
  • @@ -45016,10 +45176,10 @@
  • -
  • +
    • @@ -45494,8 +45654,8 @@
  • -
  • -
  • +
  • +
    • @@ -45916,6 +46076,76 @@
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    +
  • +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    +
  • +
      +
    • +
    • +
    • +
    • +
    • +
    +
  • +
      +
    • +
    • +
    • +
    • +
    • +
    • @@ -46349,7 +46579,7 @@
    • -
    • +
    • @@ -46420,7 +46650,7 @@
    -
  • +
  • @@ -47219,6 +47449,7 @@
  • +
  • diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/index.hhp wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/index.hhp --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/index.hhp 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/index.hhp 2014-09-09 22:03:37.000000000 +0000 @@ -324,6 +324,7 @@ htmltag_8h.html htmlwin_8h.html htmprint_8h.html +webkit_8h.html winpars_8h.html htmllbox_8h.html hyperlink_8h.html @@ -2321,6 +2322,14 @@ classwx_weak_ref_3_01_t_01_4.html classwx_weak_ref_3_01_t_01_4-members.html classwx_weak_ref_dynamic_3_01_t_01_4.html +classwx_web_kit_before_load_event.html +classwx_web_kit_before_load_event-members.html +classwx_web_kit_ctrl.html +classwx_web_kit_ctrl-members.html +classwx_web_kit_new_window_event.html +classwx_web_kit_new_window_event-members.html +classwx_web_kit_state_changed_event.html +classwx_web_kit_state_changed_event-members.html classwx_web_view.html classwx_web_view-members.html classwx_web_view_archive_handler.html @@ -2394,26 +2403,26 @@ classwx_zlib_output_stream.html classwx_zlib_output_stream-members.html graph_legend.html -dir_cd8fa08ded6ef3bfe84f816e50548da5.html -dir_768938b46730c5e4fde7a1208656f3f7.html -dir_8a949fe50d89e6eb183a1a47c3ed9fb5.html -dir_e05fb9ec8fd502e2c117d5e8bb51d0ff.html -dir_dd2f39eb77c051435e79ee5ed3bd1384.html -dir_55d226006b4846c7c066d7c13fb73a30.html -dir_0cb0d9a0cea94bf814c745cc99fb7b9d.html -dir_08ee036847291444360aefed698d457b.html -dir_d619b2b97a59539004f4863d84473523.html -dir_243c670d720d278aa01c3be2d1b10385.html -dir_a99e57c8695eb4371a443ac8c6f3d574.html -dir_80204aee2137570274977d31a8830f61.html -dir_d3cc5977b9284e2329fd3790f6d0f07e.html -dir_0d8b227d4afd798af183aa9457685c0b.html -dir_f31e8d1592bf99979efc7528cbcb25ac.html -dir_dee0ec8b530fd5c69dd10ff6e8c3b483.html -dir_c6e126f2db0f850b0a1844118edf8314.html -dir_4150c32c599eabd9dcb562af87f76a40.html -dir_c638ac155efce74d192cb6f69eec7c2a.html -dir_adee7c24844c66351994ceba7520f0a0.html +dir_3f9cdea130baaff01448d74fbc307833.html +dir_46c5f17119fd401f282e48df097141f9.html +dir_a4875bc02fb8f2efdf814ce1282e1722.html +dir_4ac4d730211e65b269ca024105519299.html +dir_71cb6124c13c8ab4ca111ae69ce4e396.html +dir_c1f3a80e361821317628ad43f5179cbb.html +dir_60feedc7276cc318b43f4d4f48ac8f8e.html +dir_f800840e06a2cd1b7d054cfa8908edaa.html +dir_d389991ed1fa998f24c46dd998a7a110.html +dir_8b35b140dca706d38d7ce460ad07eaf7.html +dir_354d49667056cb4744a8f61e02e34429.html +dir_f614f7c2b9cb2d93addd31658afac8b5.html +dir_b5bc9f5c1c615732283c1dcf24013393.html +dir_62c7b4e496e2141864eb0620552861bc.html +dir_e6364fcb2754e67a4066d80bafb14642.html +dir_bb1d59f0cd82f6bdff37b7045613dafa.html +dir_d329d054fe8b3bf51912fee3da4db4b6.html +dir_4fb5f442218c03949e30a92e7978b03f.html +dir_5ed12266e1a578d605317ae20b92fc6a.html +dir_d373ee88470bcdc719b3ba5c6f64e874.html index.html pages.html modules.html @@ -3563,6 +3572,10 @@ classwx_v_scrolled_window__inherit__graph.png classwx_w_char_buffer__inherit__graph.png classwx_weak_ref_3_01_t_01_4__inherit__graph.png +classwx_web_kit_before_load_event__inherit__graph.png +classwx_web_kit_ctrl__inherit__graph.png +classwx_web_kit_new_window_event__inherit__graph.png +classwx_web_kit_state_changed_event__inherit__graph.png classwx_web_view__inherit__graph.png classwx_web_view_archive_handler__inherit__graph.png classwx_web_view_event__inherit__graph.png diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/index.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/index.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/index.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/index.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -49,7 +49,7 @@ main_wxlogo.png
  • Author
    Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor, Bryan Petty, Francesco Montorsi, Robert Roebling et al
    -
    Date
    November 11, 2013
    +
    Date
    June 15, 2014


    Welcome to wxWidgets, a stable and powerful open source framework for developing native cross-platform GUI applications in C++!

    @@ -85,7 +85,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/infobar_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/infobar_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/infobar_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/infobar_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/init_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/init_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/init_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/init_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2app_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2app_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2app_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2app_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -141,7 +141,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2archive_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2archive_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2archive_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2archive_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2bitmap_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2bitmap_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2bitmap_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2bitmap_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2bookctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2bookctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2bookctrl_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2bookctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -234,7 +234,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2config_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2config_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2config_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2config_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2datetime_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2datetime_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2datetime_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2datetime_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -126,7 +126,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2dc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2dc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2dc_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2dc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -278,7 +278,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2dialog_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2dialog_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2dialog_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2dialog_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -220,7 +220,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2dnd_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2dnd_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2dnd_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2dnd_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -185,7 +185,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2docview_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2docview_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2docview_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2docview_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -152,7 +152,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2file_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2file_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2file_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2file_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2font_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2font_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2font_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2font_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -972,7 +972,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2grid_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2grid_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2grid_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2grid_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -644,7 +644,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2ipc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2ipc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2ipc_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2ipc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2listctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2listctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2listctrl_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2listctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -183,32 +183,32 @@ - - - - + + - - + + - - - - + + - - - + + - - + +

    Enumerations

    enum  {
    -  wxLIST_NEXT_ABOVE, +
    enum  {
    +  wxLIST_NEXT_ABOVE,
    -  wxLIST_NEXT_ALL, +  wxLIST_NEXT_ALL,
    -  wxLIST_NEXT_BELOW, +  wxLIST_NEXT_BELOW,
    -  wxLIST_NEXT_LEFT, +  wxLIST_NEXT_LEFT,
    -  wxLIST_NEXT_RIGHT +  wxLIST_NEXT_RIGHT
    }
     Flags for GetNextItem (MSW only except wxLIST_NEXT_ALL) More...
     
    enum  {
    -  wxLIST_ALIGN_DEFAULT, +
     Flags for GetNextItem (MSW only except wxLIST_NEXT_ALL) More...
     
    enum  {
    +  wxLIST_ALIGN_DEFAULT,
    -  wxLIST_ALIGN_LEFT, +  wxLIST_ALIGN_LEFT,
    -  wxLIST_ALIGN_TOP, +  wxLIST_ALIGN_TOP,
    -  wxLIST_ALIGN_SNAP_TO_GRID +  wxLIST_ALIGN_SNAP_TO_GRID
    }
     Alignment flags for Arrange (MSW only except wxLIST_ALIGN_LEFT) More...
     
     Alignment flags for Arrange (MSW only except wxLIST_ALIGN_LEFT) More...
     
    enum  wxListColumnFormat {
      wxLIST_FORMAT_LEFT,
    @@ -221,36 +221,36 @@ }
     Column format (MSW only except wxLIST_FORMAT_LEFT) More...
     
    enum  {
    -  wxLIST_AUTOSIZE = -1, +
    enum  {
    +  wxLIST_AUTOSIZE = -1,
    -  wxLIST_AUTOSIZE_USEHEADER = -2 +  wxLIST_AUTOSIZE_USEHEADER = -2
    }
     Autosize values for SetColumnWidth. More...
     
    enum  {
    -  wxLIST_RECT_BOUNDS, +
     Autosize values for SetColumnWidth. More...
     
    enum  {
    +  wxLIST_RECT_BOUNDS,
    -  wxLIST_RECT_ICON, +  wxLIST_RECT_ICON,
    -  wxLIST_RECT_LABEL +  wxLIST_RECT_LABEL
    }
     Flag values for GetItemRect. More...
     
    enum  {
    -  wxLIST_FIND_UP, +
     Flag values for GetItemRect. More...
     
    enum  {
    +  wxLIST_FIND_UP,
    -  wxLIST_FIND_DOWN, +  wxLIST_FIND_DOWN,
    -  wxLIST_FIND_LEFT, +  wxLIST_FIND_LEFT,
    -  wxLIST_FIND_RIGHT +  wxLIST_FIND_RIGHT
    }
     Flag values for FindItem (MSW only) More...
     
     Flag values for FindItem (MSW only) More...
     
    @@ -871,7 +871,7 @@

    Enumeration Type Documentation

    - +

    Variables

    @@ -883,15 +883,15 @@

    Flags for GetNextItem (MSW only except wxLIST_NEXT_ALL)

    Enumerator:
    - - - - -
    wxLIST_NEXT_ABOVE  +
    wxLIST_NEXT_ABOVE 
    wxLIST_NEXT_ALL  +
    wxLIST_NEXT_ALL 
    wxLIST_NEXT_BELOW  +
    wxLIST_NEXT_BELOW 
    wxLIST_NEXT_LEFT  +
    wxLIST_NEXT_LEFT 
    wxLIST_NEXT_RIGHT  +
    wxLIST_NEXT_RIGHT 
    @@ -899,7 +899,7 @@
    - +
    @@ -911,13 +911,13 @@

    Alignment flags for Arrange (MSW only except wxLIST_ALIGN_LEFT)

    Enumerator:
    - - - -
    wxLIST_ALIGN_DEFAULT  +
    wxLIST_ALIGN_DEFAULT 
    wxLIST_ALIGN_LEFT  +
    wxLIST_ALIGN_LEFT 
    wxLIST_ALIGN_TOP  +
    wxLIST_ALIGN_TOP 
    wxLIST_ALIGN_SNAP_TO_GRID  +
    wxLIST_ALIGN_SNAP_TO_GRID 
    @@ -925,7 +925,7 @@
    - +
    @@ -937,9 +937,9 @@

    Autosize values for SetColumnWidth.

    Enumerator:
    - -
    wxLIST_AUTOSIZE  +
    wxLIST_AUTOSIZE 
    wxLIST_AUTOSIZE_USEHEADER  +
    wxLIST_AUTOSIZE_USEHEADER 
    @@ -947,7 +947,7 @@
    - +
    @@ -959,11 +959,11 @@

    Flag values for GetItemRect.

    Enumerator:
    - - -
    wxLIST_RECT_BOUNDS  +
    wxLIST_RECT_BOUNDS 
    wxLIST_RECT_ICON  +
    wxLIST_RECT_ICON 
    wxLIST_RECT_LABEL  +
    wxLIST_RECT_LABEL 
    @@ -971,7 +971,7 @@
    - +
    @@ -983,13 +983,13 @@

    Flag values for FindItem (MSW only)

    Enumerator:
    - - - -
    wxLIST_FIND_UP  +
    wxLIST_FIND_UP 
    wxLIST_FIND_DOWN  +
    wxLIST_FIND_DOWN 
    wxLIST_FIND_LEFT  +
    wxLIST_FIND_LEFT 
    wxLIST_FIND_RIGHT  +
    wxLIST_FIND_RIGHT 
    @@ -1268,7 +1268,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2log_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2log_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2log_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2log_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -287,7 +287,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2persist_2bookctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2persist_2bookctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2persist_2bookctrl_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2persist_2bookctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -94,7 +94,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2propgrid_2propgrid_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2propgrid_2propgrid_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2propgrid_2propgrid_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2propgrid_2propgrid_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -468,7 +468,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2protocol_2log_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2protocol_2log_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2protocol_2log_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2protocol_2log_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2ribbon_2toolbar_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2ribbon_2toolbar_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2ribbon_2toolbar_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2ribbon_2toolbar_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2richtext_2richtextctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2richtext_2richtextctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2richtext_2richtextctrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2richtext_2richtextctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -713,7 +713,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2sizer_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2sizer_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2sizer_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2sizer_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -131,7 +131,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2stream_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2stream_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2stream_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2stream_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -187,7 +187,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2string_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2string_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2string_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2string_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -1512,7 +1512,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2thread_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2thread_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2thread_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2thread_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -465,7 +465,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2toolbar_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2toolbar_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2toolbar_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2toolbar_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -79,47 +79,47 @@
    }   -enum  {
    -  wxTB_HORIZONTAL = wxHORIZONTAL, +enum  {
    +  wxTB_HORIZONTAL = wxHORIZONTAL,
    -  wxTB_TOP = wxTB_HORIZONTAL, +  wxTB_TOP = wxTB_HORIZONTAL,
    -  wxTB_VERTICAL = wxVERTICAL, +  wxTB_VERTICAL = wxVERTICAL,
    -  wxTB_LEFT = wxTB_VERTICAL, +  wxTB_LEFT = wxTB_VERTICAL,
    -  wxTB_3DBUTTONS, +  wxTB_3DBUTTONS,
    -  wxTB_FLAT, +  wxTB_FLAT,
    -  wxTB_DOCKABLE, +  wxTB_DOCKABLE,
    -  wxTB_NOICONS, +  wxTB_NOICONS,
    -  wxTB_TEXT, +  wxTB_TEXT,
    -  wxTB_NODIVIDER, +  wxTB_NODIVIDER,
    -  wxTB_NOALIGN, +  wxTB_NOALIGN,
    -  wxTB_HORZ_LAYOUT, +  wxTB_HORZ_LAYOUT,
    -  wxTB_HORZ_TEXT = wxTB_HORZ_LAYOUT | wxTB_TEXT, +  wxTB_HORZ_TEXT = wxTB_HORZ_LAYOUT | wxTB_TEXT,
    -  wxTB_NO_TOOLTIPS, +  wxTB_NO_TOOLTIPS,
    -  wxTB_BOTTOM, +  wxTB_BOTTOM,
    -  wxTB_RIGHT, +  wxTB_RIGHT,
    -  wxTB_DEFAULT_STYLE = wxTB_HORIZONTAL | wxTB_FLAT +  wxTB_DEFAULT_STYLE = wxTB_HORIZONTAL | wxTB_FLAT
    } - wxToolBar style flags More...
    -  + wxToolBar style flags More...

    Enumeration Type Documentation

    - +
    @@ -131,52 +131,52 @@

    wxToolBar style flags

    Enumerator:
    - - - - - - - - - - - - - - - - -
    wxTB_HORIZONTAL  +
    wxTB_HORIZONTAL 

    lay out the toolbar horizontally

    wxTB_TOP  +
    wxTB_TOP 
    wxTB_VERTICAL  +
    wxTB_VERTICAL 

    lay out the toolbar vertically

    wxTB_LEFT  +
    wxTB_LEFT 
    wxTB_3DBUTTONS  +
    wxTB_3DBUTTONS 

    show 3D buttons (wxToolBarSimple only)

    wxTB_FLAT  +
    wxTB_FLAT 

    "flat" buttons (Win32/GTK only)

    wxTB_DOCKABLE  +
    wxTB_DOCKABLE 

    dockable toolbar (GTK only)

    wxTB_NOICONS  +
    wxTB_NOICONS 

    don't show the icons (they're shown by default)

    wxTB_TEXT  +
    wxTB_TEXT 

    show the text (not shown by default)

    wxTB_NODIVIDER  +
    wxTB_NODIVIDER 

    don't show the divider between toolbar and the window (Win32 only)

    wxTB_NOALIGN  +
    wxTB_NOALIGN 

    no automatic alignment (Win32 only, useless)

    wxTB_HORZ_LAYOUT  +
    wxTB_HORZ_LAYOUT 

    show the text and the icons alongside, not vertically stacked (Win32/GTK)

    wxTB_HORZ_TEXT  +
    wxTB_HORZ_TEXT 
    wxTB_NO_TOOLTIPS  +
    wxTB_NO_TOOLTIPS 

    don't show the toolbar short help tooltips

    wxTB_BOTTOM  +
    wxTB_BOTTOM 

    lay out toolbar at the bottom of the window

    wxTB_RIGHT  +
    wxTB_RIGHT 

    lay out toolbar at the right edge of the window

    wxTB_DEFAULT_STYLE  +
    wxTB_DEFAULT_STYLE 

    flags that are closest to the native look

    @@ -211,7 +211,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2treectrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2treectrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/interface_2wx_2treectrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/interface_2wx_2treectrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -370,7 +370,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/internationalization_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/internationalization_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/internationalization_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/internationalization_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/intl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/intl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/intl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/intl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -216,7 +216,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/introduction_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/introduction_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/introduction_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/introduction_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ipcbase_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ipcbase_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ipcbase_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ipcbase_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -269,7 +269,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/joystick_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/joystick_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/joystick_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/joystick_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/kbdstate_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/kbdstate_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/kbdstate_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/kbdstate_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/language_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/language_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/language_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/language_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -1032,7 +1032,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/layout_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/layout_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/layout_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/layout_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -207,7 +207,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/laywin_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/laywin_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/laywin_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/laywin_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -187,7 +187,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/libs_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/libs_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/libs_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/libs_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/link_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/link_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/link_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/link_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/list_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/list_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/list_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/list_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/listbook_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/listbook_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/listbook_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/listbook_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -190,7 +190,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/listbox_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/listbox_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/listbox_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/listbox_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/longlong_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/longlong_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/longlong_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/longlong_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -88,7 +88,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/manager_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/manager_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/manager_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/manager_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/manual_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/manual_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/manual_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/manual_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/math_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/math_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/math_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/math_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mbconvclasses_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mbconvclasses_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mbconvclasses_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mbconvclasses_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mdi_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mdi_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mdi_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mdi_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mediactrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mediactrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mediactrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mediactrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -70,6 +70,16 @@ + + + @@ -47,7 +47,7 @@
    @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/menu_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/menu_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/menu_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/menu_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/menuitem_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/menuitem_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/menuitem_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/menuitem_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/metafile_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/metafile_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/metafile_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/metafile_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -78,7 +78,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mimetype_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mimetype_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mimetype_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mimetype_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -99,7 +99,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/minifram_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/minifram_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/minifram_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/minifram_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/modalhook_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/modalhook_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/modalhook_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/modalhook_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/module_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/module_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/module_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/module_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/modules.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/modules.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/modules.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/modules.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -122,7 +122,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mousemanager_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mousemanager_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mousemanager_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mousemanager_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mousestate_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mousestate_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mousestate_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mousestate_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -134,7 +134,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/msgdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/msgdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/msgdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/msgdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/msgout_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/msgout_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/msgout_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/msgout_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/msgqueue_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/msgqueue_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/msgqueue_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/msgqueue_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -82,7 +82,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mstream_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mstream_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/mstream_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/mstream_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/nonenglish_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/nonenglish_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/nonenglish_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/nonenglish_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/nonownedwnd_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/nonownedwnd_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/nonownedwnd_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/nonownedwnd_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/notebook_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/notebook_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/notebook_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/notebook_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -90,19 +90,19 @@

    Enumerations

    enum  wxMediaState {
    +  wxMEDIASTATE_STOPPED, +
    +  wxMEDIASTATE_PAUSED, +
    +  wxMEDIASTATE_PLAYING +
    + }
     Describes the current state of the media. More...
     
    enum  wxMediaCtrlPlayerControls {
      wxMEDIACTRLPLAYERCONTROLS_NONE = 0,
    @@ -113,11 +123,39 @@ + +
    +
    + + + + +
    enum wxMediaState
    +
    + +

    Describes the current state of the media.

    +
    See Also
    wxMediaCtrl::GetState()
    +
    Enumerator:
    + + + +
    wxMEDIASTATE_STOPPED  +

    No media is being currently played.

    +
    wxMEDIASTATE_PAUSED  +

    Current media is paused.

    +
    wxMEDIASTATE_PLAYING  +

    There is media currently playing.

    +
    +
    +
    + +
    +
    diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/memory_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/memory_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/memory_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/memory_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - - +

    Enumerations

    enum  {
    -  wxNB_HITTEST_NOWHERE = wxBK_HITTEST_NOWHERE, +
    enum  {
    +  wxNB_HITTEST_NOWHERE = wxBK_HITTEST_NOWHERE,
    -  wxNB_HITTEST_ONICON = wxBK_HITTEST_ONICON, +  wxNB_HITTEST_ONICON = wxBK_HITTEST_ONICON,
    -  wxNB_HITTEST_ONLABEL = wxBK_HITTEST_ONLABEL, +  wxNB_HITTEST_ONLABEL = wxBK_HITTEST_ONLABEL,
    -  wxNB_HITTEST_ONITEM = wxBK_HITTEST_ONITEM, +  wxNB_HITTEST_ONITEM = wxBK_HITTEST_ONITEM,
    -  wxNB_HITTEST_ONPAGE = wxBK_HITTEST_ONPAGE +  wxNB_HITTEST_ONPAGE = wxBK_HITTEST_ONPAGE
    }
     
     
    @@ -221,7 +221,7 @@

    Enumeration Type Documentation

    - +

    Variables

    @@ -231,15 +231,15 @@
    Enumerator:
    - - - - -
    wxNB_HITTEST_NOWHERE  +
    wxNB_HITTEST_NOWHERE 
    wxNB_HITTEST_ONICON  +
    wxNB_HITTEST_ONICON 
    wxNB_HITTEST_ONLABEL  +
    wxNB_HITTEST_ONLABEL 
    wxNB_HITTEST_ONITEM  +
    wxNB_HITTEST_ONITEM 
    wxNB_HITTEST_ONPAGE  +
    wxNB_HITTEST_ONPAGE 
    @@ -276,7 +276,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/notifmsg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/notifmsg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/notifmsg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/notifmsg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/numdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/numdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/numdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/numdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/numformatter_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/numformatter_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/numformatter_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/numformatter_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/object_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/object_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/object_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/object_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -164,7 +164,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/odcombo_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/odcombo_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/odcombo_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/odcombo_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -74,17 +74,17 @@
    }   -enum  {
    -  wxODCB_DCLICK_CYCLES = wxCC_SPECIAL_DCLICK, +enum  {
    +  wxODCB_DCLICK_CYCLES = wxCC_SPECIAL_DCLICK,
    -  wxODCB_STD_CONTROL_PAINT = 0x1000 +  wxODCB_STD_CONTROL_PAINT = 0x1000
    } - New window styles for wxOwnerDrawnComboBox. More...
    -  + New window styles for wxOwnerDrawnComboBox. More...

    Enumeration Type Documentation

    - +
    @@ -96,10 +96,10 @@

    New window styles for wxOwnerDrawnComboBox.

    Enumerator:
    - - @@ -137,7 +137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overlay_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overlay_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overlay_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overlay_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_app.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_app.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_app.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_app.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_archive.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_archive.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_archive.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_archive.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -317,7 +317,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_aui.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_aui.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_aui.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_aui.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -76,7 +76,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_backwardcompat.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_backwardcompat.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_backwardcompat.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_backwardcompat.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -103,7 +103,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_bitmap.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_bitmap.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_bitmap.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_bitmap.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -142,7 +142,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_bookctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_bookctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_bookctrl.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_bookctrl.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_bufferclasses.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_bufferclasses.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_bufferclasses.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_bufferclasses.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_changes_since28.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_changes_since28.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_changes_since28.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_changes_since28.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -153,7 +153,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_cmndlg.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_cmndlg.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_cmndlg.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_cmndlg.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -172,7 +172,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_config.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_config.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_config.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_config.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -67,7 +67,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_container.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_container.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_container.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_container.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_cpp_rtti_disabled.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_cpp_rtti_disabled.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_cpp_rtti_disabled.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_cpp_rtti_disabled.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -76,7 +76,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_customwidgets.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_customwidgets.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_customwidgets.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_customwidgets.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -147,7 +147,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_dataobject.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_dataobject.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_dataobject.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_dataobject.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_datetime.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_datetime.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_datetime.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_datetime.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_dc.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_dc.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_dc.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_dc.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -70,7 +70,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_debugging.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_debugging.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_debugging.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_debugging.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_dialog.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_dialog.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_dialog.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_dialog.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -110,7 +110,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_dnd.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_dnd.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_dnd.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_dnd.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -95,7 +95,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_docview.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_docview.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_docview.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_docview.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -189,7 +189,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_envvars.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_envvars.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_envvars.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_envvars.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -60,7 +60,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_events.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_events.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_events.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_events.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -499,7 +499,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_exceptions.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_exceptions.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_exceptions.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_exceptions.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -79,7 +79,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_file.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_file.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_file.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_file.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -61,7 +61,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_fontencoding.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_fontencoding.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_fontencoding.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_fontencoding.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -78,7 +78,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_font.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_font.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_font.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_font.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -84,7 +84,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_fs.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_fs.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_fs.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_fs.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -107,7 +107,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_grid.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_grid.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_grid.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_grid.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -132,7 +132,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_helloworld.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_helloworld.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_helloworld.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_helloworld.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -231,7 +231,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_html.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_html.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_html.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_html.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -444,7 +444,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_i18n.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_i18n.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_i18n.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_i18n.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_ipc.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_ipc.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_ipc.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_ipc.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -150,7 +150,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_listctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_listctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_listctrl.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_listctrl.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -55,7 +55,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_log.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_log.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_log.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_log.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -153,7 +153,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_mbconv.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_mbconv.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_mbconv.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_mbconv.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -117,7 +117,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_nonenglish.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_nonenglish.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_nonenglish.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_nonenglish.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -141,7 +141,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_persistence.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_persistence.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_persistence.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_persistence.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_printing.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_printing.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_printing.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_printing.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -131,7 +131,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_propgrid.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_propgrid.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_propgrid.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_propgrid.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -741,7 +741,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_python.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_python.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_python.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_python.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -381,7 +381,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_refcount.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_refcount.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_refcount.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_refcount.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -111,7 +111,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_referencenotes.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_referencenotes.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_referencenotes.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_referencenotes.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -56,7 +56,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_resyntax.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_resyntax.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_resyntax.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_resyntax.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -526,7 +526,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_richtextctrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_richtextctrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_richtextctrl.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_richtextctrl.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -311,7 +311,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_roughguide.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_roughguide.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_roughguide.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_roughguide.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_rtti.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_rtti.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_rtti.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_rtti.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -100,7 +100,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_scrolling.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_scrolling.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_scrolling.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_scrolling.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_sizer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_sizer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_sizer.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_sizer.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -242,7 +242,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_splitterwindow.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_splitterwindow.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_splitterwindow.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_splitterwindow.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -107,7 +107,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_stream.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_stream.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_stream.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_stream.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_string.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_string.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_string.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_string.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -197,7 +197,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_thread.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_thread.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_thread.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_thread.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_tips.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_tips.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_tips.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_tips.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_toolbar.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_toolbar.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_toolbar.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_toolbar.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -80,7 +80,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_treectrl.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_treectrl.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_treectrl.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_treectrl.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_unicode.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_unicode.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_unicode.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_unicode.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -215,7 +215,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_unixprinting.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_unixprinting.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_unixprinting.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_unixprinting.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -56,7 +56,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_validator.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_validator.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_validator.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_validator.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -105,7 +105,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_windowdeletion.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_windowdeletion.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_windowdeletion.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_windowdeletion.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -92,7 +92,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_windowids.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_windowids.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_windowids.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_windowids.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_windowsizing.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_windowsizing.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_windowsizing.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_windowsizing.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_windowstyles.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_windowstyles.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_windowstyles.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_windowstyles.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_xrcformat.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_xrcformat.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_xrcformat.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_xrcformat.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ @@ -1472,6 +1472,8 @@ + +
    wxODCB_DCLICK_CYCLES  +
    wxODCB_DCLICK_CYCLES 

    Double-clicking cycles item if wxCB_READONLY is also used.

    wxODCB_STD_CONTROL_PAINT  +
    wxODCB_STD_CONTROL_PAINT 

    If used, control itself is not custom paint using callback.

    Even if this is not used, writable combo is never custom paint until SetCustomPaintWidth is called

    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    value Text Initial value of the control (default: empty).
    maxlength integer Maximum length of the text which can be entered by user (default: unlimited).
    hint Text Hint shown in empty control (new since wxWidgets 3.0.1).

    wxTimePickerCtrl

    @@ -1534,7 +1536,7 @@

    Children that are not tool, space or separator must be instances of classes derived from wxControl and are added to the toolbar using wxToolBar::AddControl().

    Example:

    <object class="wxToolBar">
    -
    <style>wxTB_FLAT|wxTB_NODIVIDER</style>
    +
    <style>wxTB_FLAT|wxTB_NODIVIDER</style>
    <object class="tool" name="foo">
    <bitmap>foo.png</bitmap>
    <label>Foo</label>
    @@ -1994,7 +1996,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_xrc.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_xrc.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/overview_xrc.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/overview_xrc.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -406,7 +406,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_class_cat.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_class_cat.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_class_cat.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_class_cat.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -738,7 +738,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_constants.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_constants.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_constants.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_constants.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -60,7 +60,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_copyright_gnulicense.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_copyright_gnulicense.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_copyright_gnulicense.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_copyright_gnulicense.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -570,7 +570,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_copyright.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_copyright.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_copyright.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_copyright.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -87,7 +87,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_copyright_wxlicense.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_copyright_wxlicense.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_copyright_wxlicense.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_copyright_wxlicense.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -106,7 +106,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_copyright_xserver.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_copyright_xserver.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_copyright_xserver.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_copyright_xserver.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -98,7 +98,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_cppconst.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_cppconst.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_cppconst.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_cppconst.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -352,7 +352,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_introduction.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_introduction.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_introduction.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_introduction.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -121,7 +121,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_libs.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_libs.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_libs.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_libs.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -163,7 +163,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_multiplatform.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_multiplatform.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_multiplatform.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_multiplatform.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -216,7 +216,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_port.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_port.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_port.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_port.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -320,7 +320,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_samples.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_samples.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_samples.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_samples.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -609,7 +609,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/pages.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/pages.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/pages.html 2013-12-28 09:32:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/pages.html 2014-09-09 22:03:37.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -55,7 +55,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_stdevtid.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_stdevtid.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_stdevtid.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_stdevtid.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -61,7 +61,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_stockitems.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_stockitems.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_stockitems.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_stockitems.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -421,7 +421,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_topics.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_topics.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_topics.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_topics.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -155,7 +155,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_translations.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_translations.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_translations.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_translations.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -251,7 +251,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_utils.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_utils.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_utils.html 2013-12-28 09:31:08.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_utils.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_wxusedef.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_wxusedef.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/page_wxusedef.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/page_wxusedef.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -542,7 +542,7 @@ wxUSE_MAC_SEMAPHORE_MUTEX See src/osx/carbon/thread.cpp file. -wxUSE_WEBKIT Use wxWebKitCtrl class. +wxUSE_WEBKIT Use wxWebKitCtrl class.

    wxMotif Symbols

    @@ -656,7 +656,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/palette_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/palette_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/palette_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/palette_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/panel_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/panel_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/panel_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/panel_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/pen_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/pen_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/pen_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/pen_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -527,7 +527,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/persist_2toplevel_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/persist_2toplevel_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/persist_2toplevel_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/persist_2toplevel_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -94,7 +94,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/persist_2treebook_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/persist_2treebook_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/persist_2treebook_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/persist_2treebook_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -94,7 +94,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/persist_2window_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/persist_2window_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/persist_2window_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/persist_2window_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/persist_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/persist_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/persist_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/persist_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -149,7 +149,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/persistence_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/persistence_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/persistence_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/persistence_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/pickerbase_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/pickerbase_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/pickerbase_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/pickerbase_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/platdetails_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/platdetails_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/platdetails_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/platdetails_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/platform_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/platform_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/platform_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/platform_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -77,7 +77,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/platinfo_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/platinfo_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/platinfo_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/platinfo_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -360,7 +360,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/popupwin_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/popupwin_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/popupwin_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/popupwin_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/position_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/position_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/position_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/position_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/power_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/power_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/power_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/power_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -204,7 +204,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/preferences_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/preferences_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/preferences_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/preferences_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/print_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/print_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/print_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/print_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -421,7 +421,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/printdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/printdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/printdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/printdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/printing_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/printing_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/printing_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/printing_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/process_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/process_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/process_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/process_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/progdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/progdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/progdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/progdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -188,7 +188,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/propdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/propdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/propdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/propdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -135,7 +135,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/property_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/property_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/property_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/property_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -792,7 +792,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/propgridiface_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/propgridiface_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/propgridiface_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/propgridiface_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/propgridpagestate_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/propgridpagestate_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/propgridpagestate_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/propgridpagestate_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -185,7 +185,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/protocol_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/protocol_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/protocol_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/protocol_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -145,7 +145,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/python_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/python_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/python_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/python_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/quantize_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/quantize_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/quantize_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/quantize_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/radiobox_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/radiobox_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/radiobox_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/radiobox_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/radiobut_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/radiobut_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/radiobut_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/radiobut_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/rawbmp_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/rawbmp_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/rawbmp_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/rawbmp_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/rearrangectrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/rearrangectrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/rearrangectrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/rearrangectrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/recguard_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/recguard_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/recguard_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/recguard_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/refcount_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/refcount_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/refcount_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/refcount_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/referencenotes_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/referencenotes_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/referencenotes_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/referencenotes_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/regconf_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/regconf_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/regconf_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/regconf_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/regex_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/regex_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/regex_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/regex_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -67,33 +67,33 @@ - - - + - +

    Enumerations

    enum  {
    -  wxRE_EXTENDED = 0, +
    enum  {
    +  wxRE_EXTENDED = 0,
    -  wxRE_ADVANCED = 1, +  wxRE_ADVANCED = 1,
    -  wxRE_BASIC = 2, +  wxRE_BASIC = 2,
    -  wxRE_ICASE = 4, +  wxRE_ICASE = 4,
    -  wxRE_NOSUB = 8, +  wxRE_NOSUB = 8,
    -  wxRE_NEWLINE = 16, +  wxRE_NEWLINE = 16,
    -  wxRE_DEFAULT = wxRE_EXTENDED +  wxRE_DEFAULT = wxRE_EXTENDED
    }
     
    enum  {
    -  wxRE_NOTBOL = 32, +
     
    enum  {
    +  wxRE_NOTBOL = 32,
    -  wxRE_NOTEOL = 64 +  wxRE_NOTEOL = 64
    }
     
     

    Enumeration Type Documentation

    - +
    @@ -104,27 +104,27 @@

    Flags for regex compilation to be used with wxRegEx::Compile().

    Enumerator:
    - - - - - - -
    wxRE_EXTENDED  +
    wxRE_EXTENDED 

    Use extended regex syntax.

    wxRE_ADVANCED  +
    wxRE_ADVANCED 

    Use advanced RE syntax (built-in regex only).

    wxRE_BASIC  +
    wxRE_BASIC 

    Use basic RE syntax.

    wxRE_ICASE  +
    wxRE_ICASE 

    Ignore case in match.

    wxRE_NOSUB  +
    wxRE_NOSUB 

    Only check match, don't set back references.

    wxRE_NEWLINE  +
    wxRE_NEWLINE 

    If not set, treat '
    ' as an ordinary character, otherwise it is special: it is not matched by '.

    ' and '^' and '$' always match after/before it regardless of the setting of wxRE_NOT[BE]OL.

    wxRE_DEFAULT  +
    wxRE_DEFAULT 

    Default flags.

    @@ -133,7 +133,7 @@
    - +
    @@ -144,10 +144,10 @@

    Flags for regex matching to be used with wxRegEx::Matches(). These flags are mainly useful when doing several matches in a long string to prevent erroneous matches for '^' and '$':

    Enumerator:
    - -
    wxRE_NOTBOL  +
    wxRE_NOTBOL 

    '^' doesn't match at the start of line.

    wxRE_NOTEOL  +
    wxRE_NOTEOL 

    '$' doesn't match at the end of line.

    @@ -160,7 +160,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/region_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/region_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/region_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/region_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -137,7 +137,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/registry_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/registry_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/registry_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/registry_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/renderer_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/renderer_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/renderer_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/renderer_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -79,37 +79,37 @@ - - +

    Enumerations

    enum  {
    -  wxCONTROL_DISABLED = 0x00000001, +
    enum  {
    +  wxCONTROL_DISABLED = 0x00000001,
    -  wxCONTROL_FOCUSED = 0x00000002, +  wxCONTROL_FOCUSED = 0x00000002,
    -  wxCONTROL_PRESSED = 0x00000004, +  wxCONTROL_PRESSED = 0x00000004,
    -  wxCONTROL_SPECIAL = 0x00000008, +  wxCONTROL_SPECIAL = 0x00000008,
    -  wxCONTROL_ISDEFAULT = wxCONTROL_SPECIAL, +  wxCONTROL_ISDEFAULT = wxCONTROL_SPECIAL,
    -  wxCONTROL_ISSUBMENU = wxCONTROL_SPECIAL, +  wxCONTROL_ISSUBMENU = wxCONTROL_SPECIAL,
    -  wxCONTROL_EXPANDED = wxCONTROL_SPECIAL, +  wxCONTROL_EXPANDED = wxCONTROL_SPECIAL,
    -  wxCONTROL_SIZEGRIP = wxCONTROL_SPECIAL, +  wxCONTROL_SIZEGRIP = wxCONTROL_SPECIAL,
    -  wxCONTROL_FLAT = wxCONTROL_SPECIAL, +  wxCONTROL_FLAT = wxCONTROL_SPECIAL,
    -  wxCONTROL_CURRENT = 0x00000010, +  wxCONTROL_CURRENT = 0x00000010,
    -  wxCONTROL_SELECTED = 0x00000020, +  wxCONTROL_SELECTED = 0x00000020,
    -  wxCONTROL_CHECKED = 0x00000040, +  wxCONTROL_CHECKED = 0x00000040,
    -  wxCONTROL_CHECKABLE = 0x00000080, +  wxCONTROL_CHECKABLE = 0x00000080,
    -  wxCONTROL_UNDETERMINED = wxCONTROL_CHECKABLE +  wxCONTROL_UNDETERMINED = wxCONTROL_CHECKABLE
    }
     
     
    enum  wxTitleBarButton {
      wxTITLEBAR_BUTTON_CLOSE = 0x01000000,
    @@ -136,7 +136,7 @@
     

    Enumeration Type Documentation

    - +
    @@ -147,46 +147,46 @@

    The following rendering flags are defined for wxRendererNative:

    Enumerator:
    - - - - - - - - - - - - - -
    wxCONTROL_DISABLED  +
    wxCONTROL_DISABLED 

    Control is disabled.

    wxCONTROL_FOCUSED  +
    wxCONTROL_FOCUSED 

    Currently has keyboard focus.

    wxCONTROL_PRESSED  +
    wxCONTROL_PRESSED 

    (Button) is pressed.

    wxCONTROL_SPECIAL  +
    wxCONTROL_SPECIAL 

    Control-specific bit.

    wxCONTROL_ISDEFAULT  +
    wxCONTROL_ISDEFAULT 

    Only for the buttons.

    wxCONTROL_ISSUBMENU  +
    wxCONTROL_ISSUBMENU 

    Only for the menu items.

    wxCONTROL_EXPANDED  +
    wxCONTROL_EXPANDED 

    Only for the tree items.

    wxCONTROL_SIZEGRIP  +
    wxCONTROL_SIZEGRIP 

    Only for the status bar panes.

    wxCONTROL_FLAT  +
    wxCONTROL_FLAT 

    Checkboxes only: flat border.

    wxCONTROL_CURRENT  +
    wxCONTROL_CURRENT 

    Mouse is currently over the control.

    wxCONTROL_SELECTED  +
    wxCONTROL_SELECTED 

    Selected item in e.g. listbox.

    wxCONTROL_CHECKED  +
    wxCONTROL_CHECKED 

    (Check/radio button) is checked.

    wxCONTROL_CHECKABLE  +
    wxCONTROL_CHECKABLE 

    (Menu) item can be checked.

    wxCONTROL_UNDETERMINED  +
    wxCONTROL_UNDETERMINED 

    (Check) undetermined state.

    @@ -254,7 +254,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/resyntax_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/resyntax_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/resyntax_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/resyntax_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ribbon_2control_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ribbon_2control_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ribbon_2control_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ribbon_2control_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ribbon_2panel_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ribbon_2panel_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ribbon_2panel_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ribbon_2panel_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richmsgdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richmsgdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richmsgdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richmsgdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextbuffer_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextbuffer_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextbuffer_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextbuffer_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -1768,7 +1768,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextformatdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextformatdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextformatdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextformatdlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -146,7 +146,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtexthtml_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtexthtml_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtexthtml_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtexthtml_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextprint_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextprint_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextprint_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextprint_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -147,7 +147,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextstyledlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextstyledlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextstyledlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextstyledlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -284,7 +284,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextstyles_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextstyles_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextstyles_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextstyles_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -89,7 +89,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextsymboldlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextsymboldlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextsymboldlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextsymboldlg_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextxml_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextxml_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtextxml_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtextxml_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtooltip_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtooltip_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/richtooltip_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/richtooltip_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -140,7 +140,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/roughguide_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/roughguide_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/roughguide_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/roughguide_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/runtimeclass_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/runtimeclass_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/runtimeclass_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/runtimeclass_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/samples_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/samples_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/samples_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/samples_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sashwin_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sashwin_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sashwin_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sashwin_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -245,7 +245,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sckipc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sckipc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sckipc_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sckipc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -276,7 +276,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sckstrm_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sckstrm_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sckstrm_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sckstrm_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/scopedarray_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/scopedarray_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/scopedarray_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/scopedarray_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/scopedptr_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/scopedptr_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/scopedptr_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/scopedptr_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/scopeguard_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/scopeguard_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/scopeguard_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/scopeguard_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -119,7 +119,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/scrolbar_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/scrolbar_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/scrolbar_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/scrolbar_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/scrolling_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/scrolling_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/scrolling_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/scrolling_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/scrolwin_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/scrolwin_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/scrolwin_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/scrolwin_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/settings_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/settings_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/settings_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/settings_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -653,7 +653,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sharedptr_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sharedptr_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sharedptr_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sharedptr_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/simplebook_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/simplebook_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/simplebook_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/simplebook_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/slider_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/slider_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/slider_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/slider_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -269,7 +269,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/snglinst_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/snglinst_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/snglinst_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/snglinst_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/socket_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/socket_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/socket_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/socket_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -127,31 +127,31 @@
    }   -enum  {
    -  wxSOCKET_NONE = 0, +enum  {
    +  wxSOCKET_NONE = 0,
    -  wxSOCKET_NOWAIT = 1, +  wxSOCKET_NOWAIT = 1,
    -  wxSOCKET_WAITALL = 2, +  wxSOCKET_WAITALL = 2,
    -  wxSOCKET_BLOCK = 4, +  wxSOCKET_BLOCK = 4,
    -  wxSOCKET_REUSEADDR = 8, +  wxSOCKET_REUSEADDR = 8,
    -  wxSOCKET_BROADCAST = 16, +  wxSOCKET_BROADCAST = 16,
    -  wxSOCKET_NOBIND = 32, +  wxSOCKET_NOBIND = 32,
    -  wxSOCKET_NOWAIT_READ = 64, +  wxSOCKET_NOWAIT_READ = 64,
    -  wxSOCKET_WAITALL_READ = 128, +  wxSOCKET_WAITALL_READ = 128,
    -  wxSOCKET_NOWAIT_WRITE = 256, +  wxSOCKET_NOWAIT_WRITE = 256,
    -  wxSOCKET_WAITALL_WRITE = 512 +  wxSOCKET_WAITALL_WRITE = 512
    } -  + 

    Typedef Documentation

    @@ -171,7 +171,7 @@

    Enumeration Type Documentation

    - +
    @@ -203,37 +203,37 @@
  • wxSOCKET_REUSEADDR controls special platform-specific behaviour for reusing local addresses/ports.
  • Enumerator:
    - - - - - - - - - - -
    wxSOCKET_NONE  +
    wxSOCKET_NONE 

    Normal functionality.

    wxSOCKET_NOWAIT  +
    wxSOCKET_NOWAIT 

    Read/write as much data as possible and return immediately.

    wxSOCKET_WAITALL  +
    wxSOCKET_WAITALL 

    Wait for all required data to be read/written unless an error occurs.

    wxSOCKET_BLOCK  +
    wxSOCKET_BLOCK 

    Block the GUI (do not yield) while reading/writing data.

    wxSOCKET_REUSEADDR  +
    wxSOCKET_REUSEADDR 

    Allows the use of an in-use port.

    wxSOCKET_BROADCAST  +
    wxSOCKET_BROADCAST 

    Switches the socket to broadcast mode.

    wxSOCKET_NOBIND  +
    wxSOCKET_NOBIND 

    Stops the socket from being bound to a specific adapter (normally used in conjunction with wxSOCKET_BROADCAST)

    wxSOCKET_NOWAIT_READ  +
    wxSOCKET_NOWAIT_READ 

    Read as much data as possible and return immediately.

    wxSOCKET_WAITALL_READ  +
    wxSOCKET_WAITALL_READ 

    Wait for all required data to be read unless an error occurs.

    wxSOCKET_NOWAIT_WRITE  +
    wxSOCKET_NOWAIT_WRITE 

    Write as much data as possible and return immediately.

    wxSOCKET_WAITALL_WRITE  +
    wxSOCKET_WAITALL_WRITE 

    Wait for all required data to be written unless an error occurs.

    @@ -328,7 +328,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sound_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sound_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sound_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sound_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/spinbutt_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/spinbutt_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/spinbutt_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/spinbutt_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/spinctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/spinctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/spinctrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/spinctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -107,7 +107,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/splash_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/splash_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/splash_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/splash_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -143,7 +143,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/splitter_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/splitter_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/splitter_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/splitter_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -102,15 +102,15 @@
    }   -enum  {
    -  wxSPLIT_DRAG_NONE, +enum  {
    +  wxSPLIT_DRAG_NONE,
    -  wxSPLIT_DRAG_DRAGGING, +  wxSPLIT_DRAG_DRAGGING,
    -  wxSPLIT_DRAG_LEFT_DOWN +  wxSPLIT_DRAG_LEFT_DOWN
    } -  +  @@ -245,7 +245,7 @@

    Enumeration Type Documentation

    - +

    Variables

    @@ -255,11 +255,11 @@
    Enumerator:
    - - -
    wxSPLIT_DRAG_NONE  +
    wxSPLIT_DRAG_NONE 
    wxSPLIT_DRAG_DRAGGING  +
    wxSPLIT_DRAG_DRAGGING 
    wxSPLIT_DRAG_LEFT_DOWN  +
    wxSPLIT_DRAG_LEFT_DOWN 
    @@ -340,7 +340,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/splitterwindow_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/splitterwindow_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/splitterwindow_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/splitterwindow_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/srchctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/srchctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/srchctrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/srchctrl_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -101,7 +101,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sstream_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sstream_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sstream_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sstream_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stack_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stack_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stack_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stack_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stackwalk_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stackwalk_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stackwalk_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stackwalk_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -93,7 +93,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/statbmp_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/statbmp_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/statbmp_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/statbmp_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/statbox_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/statbox_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/statbox_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/statbox_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/statline_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/statline_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/statline_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/statline_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stattext_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stattext_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stattext_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stattext_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -129,7 +129,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/statusbr_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/statusbr_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/statusbr_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/statusbr_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -216,7 +216,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stc_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stc_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -28446,7 +28446,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stdpaths_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stdpaths_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stdpaths_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stdpaths_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stdstream_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stdstream_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stdstream_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stdstream_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -77,7 +77,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stockitem_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stockitem_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stockitem_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stockitem_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -130,7 +130,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stopwatch_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stopwatch_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/stopwatch_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/stopwatch_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/strconv_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/strconv_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/strconv_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/strconv_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_cmd_line_entry_desc.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_cmd_line_entry_desc.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_cmd_line_entry_desc.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_cmd_line_entry_desc.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -177,7 +177,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_cmd_line_entry_desc-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_cmd_line_entry_desc-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_cmd_line_entry_desc-members.html 2013-12-28 09:31:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_cmd_line_entry_desc-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_combo_ctrl_features.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_combo_ctrl_features.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_combo_ctrl_features.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_combo_ctrl_features.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -129,7 +129,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_combo_ctrl_features-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_combo_ctrl_features-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_combo_ctrl_features-members.html 2013-12-28 09:31:11.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_combo_ctrl_features-members.html 2014-09-09 22:03:17.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_date_time_1_1_tm.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_date_time_1_1_tm.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_date_time_1_1_tm.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_date_time_1_1_tm.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -257,7 +257,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_date_time_1_1_tm-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_date_time_1_1_tm-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_date_time_1_1_tm-members.html 2013-12-28 09:31:14.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_date_time_1_1_tm-members.html 2014-09-09 22:03:18.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_execute_env.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_execute_env.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_execute_env.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_execute_env.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -107,7 +107,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_execute_env-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_execute_env-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_execute_env-members.html 2013-12-28 09:31:15.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_execute_env-members.html 2014-09-09 22:03:19.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_font_metrics.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_font_metrics.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_font_metrics.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_font_metrics.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -199,7 +199,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_font_metrics-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_font_metrics-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_font_metrics-members.html 2013-12-28 09:31:16.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_font_metrics-members.html 2014-09-09 22:03:20.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -67,7 +67,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_grid_sizes_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_grid_sizes_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_grid_sizes_info.html 2013-12-28 09:31:17.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_grid_sizes_info.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -201,7 +201,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_header_button_params.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_header_button_params.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_header_button_params.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_header_button_params.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -190,7 +190,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_header_button_params-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_header_button_params-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_header_button_params-members.html 2013-12-28 09:31:18.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_header_button_params-members.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_html_help_data_item.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_html_help_data_item.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_html_help_data_item.html 2013-12-28 09:31:19.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_html_help_data_item.html 2014-09-09 22:03:21.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -210,7 +210,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_language_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_language_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_language_info.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_language_info.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -222,7 +222,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_language_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_language_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_language_info-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_language_info-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_linux_distribution_info.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_linux_distribution_info.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_linux_distribution_info.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_linux_distribution_info.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -179,7 +179,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_linux_distribution_info-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_linux_distribution_info-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_linux_distribution_info-members.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_linux_distribution_info-members.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -66,7 +66,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_matrix2_d.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_matrix2_d.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_matrix2_d.html 2013-12-28 09:31:20.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_matrix2_d.html 2014-09-09 22:03:22.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -180,7 +180,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_property_grid_hit_test_result.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_property_grid_hit_test_result.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_property_grid_hit_test_result.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_property_grid_hit_test_result.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -153,7 +153,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_property_grid_hit_test_result-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_property_grid_hit_test_result-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_property_grid_hit_test_result-members.html 2013-12-28 09:31:26.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_property_grid_hit_test_result-members.html 2014-09-09 22:03:25.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_renderer_version.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_renderer_version.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_renderer_version.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_renderer_version.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -173,7 +173,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_renderer_version-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_renderer_version-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_renderer_version-members.html 2013-12-28 09:31:27.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_renderer_version-members.html 2014-09-09 22:03:27.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_splitter_render_params.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_splitter_render_params.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_splitter_render_params.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_splitter_render_params.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -164,7 +164,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_splitter_render_params-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_splitter_render_params-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_splitter_render_params-members.html 2013-12-28 09:31:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_splitter_render_params-members.html 2014-09-09 22:03:30.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -64,7 +64,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_video_mode.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_video_mode.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_video_mode.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_video_mode.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -326,7 +326,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_video_mode-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_video_mode-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_video_mode-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_video_mode-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -72,7 +72,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_visual_attributes.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_visual_attributes.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_visual_attributes.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_visual_attributes.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -121,7 +121,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_visual_attributes-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_visual_attributes-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/structwx_visual_attributes-members.html 2013-12-28 09:32:01.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/structwx_visual_attributes-members.html 2014-09-09 22:03:35.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -63,7 +63,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sysopt_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sysopt_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/sysopt_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/sysopt_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tarstrm_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tarstrm_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tarstrm_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tarstrm_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -176,7 +176,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/taskbar_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/taskbar_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/taskbar_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/taskbar_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -256,7 +256,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/textcompleter_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/textcompleter_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/textcompleter_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/textcompleter_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/textctrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/textctrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/textctrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/textctrl_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -895,7 +895,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/textdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/textdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/textdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/textdlg_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -142,7 +142,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/textentry_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/textentry_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/textentry_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/textentry_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/textfile_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/textfile_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/textfile_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/textfile_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -120,7 +120,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/textwrapper_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/textwrapper_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/textwrapper_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/textwrapper_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tglbtn_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tglbtn_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tglbtn_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tglbtn_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/time_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/time_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/time_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/time_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -83,7 +83,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/timectrl_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/timectrl_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/timectrl_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/timectrl_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -67,16 +67,16 @@ - - - + +

    Enumerations

    enum  { wxTP_DEFAULT = 0 +
    enum  { wxTP_DEFAULT = 0 }
     Styles used with wxTimePickerCtrl. More...
     
     Styles used with wxTimePickerCtrl. More...
     
    diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/timer_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/timer_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/timer_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/timer_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -126,7 +126,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tipdlg_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tipdlg_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tipdlg_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tipdlg_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -78,7 +78,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tips_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tips_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tips_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tips_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tipwin_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tipwin_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tipwin_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tipwin_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tls_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tls_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tls_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tls_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -146,7 +146,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/todo.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/todo.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/todo.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/todo.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -161,7 +161,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tokenzr_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tokenzr_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tokenzr_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tokenzr_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -158,7 +158,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/toolbook_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/toolbook_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/toolbook_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/toolbook_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -134,7 +134,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tooltip_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tooltip_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tooltip_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tooltip_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/topics_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/topics_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/topics_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/topics_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/toplevel_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/toplevel_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/toplevel_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/toplevel_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -73,30 +73,30 @@ - - - - + + - - + +

    Enumerations

    enum  {
    -  wxUSER_ATTENTION_INFO = 1, +
    enum  {
    +  wxUSER_ATTENTION_INFO = 1,
    -  wxUSER_ATTENTION_ERROR = 2 +  wxUSER_ATTENTION_ERROR = 2
    }
     Styles used with wxTopLevelWindow::RequestUserAttention(). More...
     
    enum  {
    -  wxFULLSCREEN_NOMENUBAR = 0x0001, +
     Styles used with wxTopLevelWindow::RequestUserAttention(). More...
     
    enum  {
    +  wxFULLSCREEN_NOMENUBAR = 0x0001,
    -  wxFULLSCREEN_NOTOOLBAR = 0x0002, +  wxFULLSCREEN_NOTOOLBAR = 0x0002,
    -  wxFULLSCREEN_NOSTATUSBAR = 0x0004, +  wxFULLSCREEN_NOSTATUSBAR = 0x0004,
    -  wxFULLSCREEN_NOBORDER = 0x0008, +  wxFULLSCREEN_NOBORDER = 0x0008,
    -  wxFULLSCREEN_NOCAPTION = 0x0010, +  wxFULLSCREEN_NOCAPTION = 0x0010,
    -  wxFULLSCREEN_ALL +  wxFULLSCREEN_ALL
    }
     Styles used with wxTopLevelWindow::ShowFullScreen(). More...
     
     Styles used with wxTopLevelWindow::ShowFullScreen(). More...
     

    Macro Definition Documentation

    @@ -119,7 +119,7 @@

    Enumeration Type Documentation

    - +
    @@ -131,10 +131,10 @@

    Styles used with wxTopLevelWindow::RequestUserAttention().

    Enumerator:
    - -
    wxUSER_ATTENTION_INFO  +
    wxUSER_ATTENTION_INFO 

    Requests user attention,.

    wxUSER_ATTENTION_ERROR  +
    wxUSER_ATTENTION_ERROR 

    Results in a more drastic action.

    @@ -143,7 +143,7 @@
    - +
    @@ -155,22 +155,22 @@

    Styles used with wxTopLevelWindow::ShowFullScreen().

    Enumerator:
    - - - - - -
    wxFULLSCREEN_NOMENUBAR  +
    wxFULLSCREEN_NOMENUBAR 

    Don't display the menu bar.

    wxFULLSCREEN_NOTOOLBAR  +
    wxFULLSCREEN_NOTOOLBAR 

    Don't display toolbar bars.

    wxFULLSCREEN_NOSTATUSBAR  +
    wxFULLSCREEN_NOSTATUSBAR 

    Don't display the status bar.

    wxFULLSCREEN_NOBORDER  +
    wxFULLSCREEN_NOBORDER 

    Don't display any border.

    wxFULLSCREEN_NOCAPTION  +
    wxFULLSCREEN_NOCAPTION 

    Don't display a caption.

    wxFULLSCREEN_ALL  +
    wxFULLSCREEN_ALL 

    Combination of all above, will display the least possible.

    @@ -183,7 +183,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tracker_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tracker_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/tracker_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/tracker_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/translation_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/translation_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/translation_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/translation_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -103,7 +103,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/translations_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/translations_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/translations_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/translations_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/treebase_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/treebase_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/treebase_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/treebase_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -755,7 +755,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/treebook_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/treebook_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/treebook_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/treebook_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -129,7 +129,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/treelist_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/treelist_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/treelist_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/treelist_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -91,26 +91,26 @@ - - - + +

    Enumerations

    enum  {
    -  wxTL_SINGLE = 0x0000, +
    enum  {
    +  wxTL_SINGLE = 0x0000,
    -  wxTL_MULTIPLE = 0x0001, +  wxTL_MULTIPLE = 0x0001,
    -  wxTL_CHECKBOX = 0x0002, +  wxTL_CHECKBOX = 0x0002,
    -  wxTL_3STATE = 0x0004, +  wxTL_3STATE = 0x0004,
    -  wxTL_USER_3STATE = 0x0008, +  wxTL_USER_3STATE = 0x0008,
    -  wxTL_NO_HEADER = 0x0010, +  wxTL_NO_HEADER = 0x0010,
    -  wxTL_DEFAULT_STYLE = wxTL_SINGLE, +  wxTL_DEFAULT_STYLE = wxTL_SINGLE,
    -  wxTL_STYLE_MASK +  wxTL_STYLE_MASK
    }
     wxTreeListCtrl styles. More...
     
     wxTreeListCtrl styles. More...
     
    @@ -171,7 +171,7 @@

    Enumeration Type Documentation

    - +

    Variables

    @@ -184,29 +184,29 @@

    wxTreeListCtrl styles.

    Notice that using wxTL_USER_3STATE implies wxTL_3STATE and wxTL_3STATE in turn implies wxTL_CHECKBOX.

    Enumerator:
    - - - - - - - -
    wxTL_SINGLE  +
    wxTL_SINGLE 
    wxTL_MULTIPLE  +
    wxTL_MULTIPLE 

    This is the default anyhow.

    wxTL_CHECKBOX  +
    wxTL_CHECKBOX 

    Allow multiple selection.

    wxTL_3STATE  +
    wxTL_3STATE 

    Show checkboxes in the first column.

    wxTL_USER_3STATE  +
    wxTL_USER_3STATE 

    Allow 3rd state in checkboxes.

    wxTL_NO_HEADER  +
    wxTL_NO_HEADER 

    Allow user to set 3rd state.

    Don't show the column headers.

    By default this control shows the column headers, using this class allows to avoid this and show only the data.

    Since
    2.9.5
    wxTL_DEFAULT_STYLE  +
    wxTL_DEFAULT_STYLE 
    wxTL_STYLE_MASK  +
    wxTL_STYLE_MASK 
    @@ -333,7 +333,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/txtstrm_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/txtstrm_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/txtstrm_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/txtstrm_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -118,7 +118,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/uiaction_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/uiaction_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/uiaction_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/uiaction_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/unichar_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/unichar_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/unichar_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/unichar_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/unicode_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/unicode_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/unicode_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/unicode_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/unionwx_any_value_buffer.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/unionwx_any_value_buffer.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/unionwx_any_value_buffer.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/unionwx_any_value_buffer.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -97,7 +97,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/unionwx_any_value_buffer-members.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/unionwx_any_value_buffer-members.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/unionwx_any_value_buffer-members.html 2013-12-28 09:31:09.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/unionwx_any_value_buffer-members.html 2014-09-09 22:03:15.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -62,7 +62,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/unixprinting_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/unixprinting_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/unixprinting_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/unixprinting_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/uri_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/uri_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/uri_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/uri_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -115,7 +115,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/url_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/url_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/url_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/url_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -130,7 +130,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ustring_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ustring_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/ustring_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/ustring_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -353,7 +353,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/utilities_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/utilities_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/utilities_8h.html 2013-12-28 09:30:57.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/utilities_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/utils_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/utils_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/utils_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/utils_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -152,36 +152,36 @@
    }   -enum  {
    -  wxStrip_Mnemonics = 1, +enum  {
    +  wxStrip_Mnemonics = 1,
    -  wxStrip_Accel = 2, +  wxStrip_Accel = 2,
    -  wxStrip_All = wxStrip_Mnemonics | wxStrip_Accel +  wxStrip_All = wxStrip_Mnemonics | wxStrip_Accel
    } - flags for wxStripMenuCodes More...
    -  -enum  {
    -  wxEXEC_ASYNC = 0, + flags for wxStripMenuCodes More...
    +  +enum  {
    +  wxEXEC_ASYNC = 0,
    -  wxEXEC_SYNC = 1, +  wxEXEC_SYNC = 1,
    -  wxEXEC_SHOW_CONSOLE = 2, +  wxEXEC_SHOW_CONSOLE = 2,
    -  wxEXEC_MAKE_GROUP_LEADER = 4, +  wxEXEC_MAKE_GROUP_LEADER = 4,
    -  wxEXEC_NODISABLE = 8, +  wxEXEC_NODISABLE = 8,
    -  wxEXEC_NOEVENTS = 16, +  wxEXEC_NOEVENTS = 16,
    -  wxEXEC_HIDE_CONSOLE = 32, +  wxEXEC_HIDE_CONSOLE = 32,
    -  wxEXEC_BLOCK = wxEXEC_SYNC | wxEXEC_NOEVENTS +  wxEXEC_BLOCK = wxEXEC_SYNC | wxEXEC_NOEVENTS
    } - Bit flags that can be used with wxExecute(). More...
    -  + Bit flags that can be used with wxExecute(). More...
    +  @@ -274,7 +274,7 @@ - + @@ -324,13 +324,13 @@ - + - + - + @@ -506,7 +506,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/valgen_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/valgen_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/valgen_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/valgen_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/validate_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/validate_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/validate_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/validate_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/validator_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/validator_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/validator_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/validator_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/valnum_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/valnum_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/valnum_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/valnum_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -229,7 +229,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/valtext_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/valtext_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/valtext_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/valtext_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -160,7 +160,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/variant_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/variant_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/variant_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/variant_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -78,7 +78,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/vector_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/vector_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/vector_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/vector_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -102,7 +102,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/version_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/version_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/version_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/version_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/versioninfo_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/versioninfo_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/versioninfo_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/versioninfo_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/vidmode_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/vidmode_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/vidmode_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/vidmode_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/vlbox_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/vlbox_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/vlbox_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/vlbox_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/volume_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/volume_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/volume_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/volume_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -207,7 +207,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/vscroll_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/vscroll_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/vscroll_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/vscroll_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/weakref_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/weakref_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/weakref_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/weakref_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@
    @@ -47,7 +47,7 @@
    @@ -71,7 +71,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/webkit_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/webkit_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/webkit_8h.html 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/webkit_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -0,0 +1,221 @@ + + + + + +wxWidgets: interface/wx/html/webkit.h File Reference + + + + + + + +
    +
    +
    +

    Functions

    void wxSetDisplayName (const wxString &displayName)
     Under X only, sets the current display name.
     
    wxString wxStripMenuCodes (const wxString &str, int flags=wxStrip_All)
    wxString wxStripMenuCodes (const wxString &str, int flags=wxStrip_All)
     Strips any menu codes from str and returns the result.
     
    wxString wxGetEmailAddress ()
    wxLinuxDistributionInfo wxGetLinuxDistributionInfo ()
     Returns a structure containing information about the currently running Linux distribution.
     
    long wxExecute (const wxString &command, int flags=wxEXEC_ASYNC, wxProcess *callback=NULL, const wxExecuteEnv *env=NULL)
    long wxExecute (const wxString &command, int flags=wxEXEC_ASYNC, wxProcess *callback=NULL, const wxExecuteEnv *env=NULL)
     Executes another program in Unix or Windows.
     
    long wxExecute (char **argv, int flags=wxEXEC_ASYNC, wxProcess *callback=NULL, const wxExecuteEnv *env=NULL)
    long wxExecute (char **argv, int flags=wxEXEC_ASYNC, wxProcess *callback=NULL, const wxExecuteEnv *env=NULL)
     This is an overloaded version of wxExecute(const wxString&,int,wxProcess*), please see its documentation for general information.
     
    long wxExecute (wchar_t **argv, int flags=wxEXEC_ASYNC, wxProcess *callback=NULL, const wxExecuteEnv *env=NULL)
    long wxExecute (wchar_t **argv, int flags=wxEXEC_ASYNC, wxProcess *callback=NULL, const wxExecuteEnv *env=NULL)
     
    long wxExecute (const wxString &command, wxArrayString &output, int flags=0, const wxExecuteEnv *env=NULL)
     This is an overloaded version of wxExecute(const wxString&,int,wxProcess*), please see its documentation for general information.
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    - Version: 3.0.0 + Version: 3.0.1
    + + + + + + +
    + Version: 3.0.1 +
    +
    + + + + + +
    + +
    +
    webkit.h File Reference
    +
    +
    + + + + + + + + + + + +

    +Classes

    class  wxWebKitCtrl
     This control is a native wrapper around the Safari web browsing engine. More...
     
    class  wxWebKitBeforeLoadEvent
     
    class  wxWebKitStateChangedEvent
     
    class  wxWebKitNewWindowEvent
     
    + + + + + +

    +Enumerations

    enum  {
    +  wxWEBKIT_STATE_START = 1, +
    +  wxWEBKIT_STATE_NEGOTIATING = 2, +
    +  wxWEBKIT_STATE_REDIRECTING = 4, +
    +  wxWEBKIT_STATE_TRANSFERRING = 8, +
    +  wxWEBKIT_STATE_STOP = 16, +
    +  wxWEBKIT_STATE_FAILED = 32 +
    + }
     
    enum  {
    +  wxWEBKIT_NAV_LINK_CLICKED = 1, +
    +  wxWEBKIT_NAV_BACK_NEXT = 2, +
    +  wxWEBKIT_NAV_FORM_SUBMITTED = 4, +
    +  wxWEBKIT_NAV_RELOAD = 8, +
    +  wxWEBKIT_NAV_FORM_RESUBMITTED = 16, +
    +  wxWEBKIT_NAV_OTHER = 32 +
    + }
     
    + + + + + + + +

    +Variables

    wxEventType wxEVT_WEBKIT_STATE_CHANGED
     
    wxEventType wxEVT_WEBKIT_BEFORE_LOAD
     
    wxEventType wxEVT_WEBKIT_NEW_WINDOW
     
    +

    Enumeration Type Documentation

    + +
    +
    + + + + +
    anonymous enum
    +
    +
    Enumerator:
    + + + + + + +
    wxWEBKIT_STATE_START  +
    wxWEBKIT_STATE_NEGOTIATING  +
    wxWEBKIT_STATE_REDIRECTING  +
    wxWEBKIT_STATE_TRANSFERRING  +
    wxWEBKIT_STATE_STOP  +
    wxWEBKIT_STATE_FAILED  +
    +
    +
    + +
    +
    + +
    +
    + + + + +
    anonymous enum
    +
    +
    Enumerator:
    + + + + + + +
    wxWEBKIT_NAV_LINK_CLICKED  +
    wxWEBKIT_NAV_BACK_NEXT  +
    wxWEBKIT_NAV_FORM_SUBMITTED  +
    wxWEBKIT_NAV_RELOAD  +
    wxWEBKIT_NAV_FORM_RESUBMITTED  +
    wxWEBKIT_NAV_OTHER  +
    +
    +
    + +
    +
    +

    Variable Documentation

    + +
    +
    + + + + +
    wxEventType wxEVT_WEBKIT_BEFORE_LOAD
    +
    + +
    +
    + +
    +
    + + + + +
    wxEventType wxEVT_WEBKIT_NEW_WINDOW
    +
    + +
    +
    + +
    +
    + + + + +
    wxEventType wxEVT_WEBKIT_STATE_CHANGED
    +
    + +
    +
    +
    + + + + + + diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/webview_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/webview_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/webview_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/webview_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -398,7 +398,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/webviewarchivehandler_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/webviewarchivehandler_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/webviewarchivehandler_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/webviewarchivehandler_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/webviewfshandler_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/webviewfshandler_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/webviewfshandler_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/webviewfshandler_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/wfstream_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/wfstream_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/wfstream_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/wfstream_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -86,7 +86,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/window_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/window_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/window_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/window_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -102,10 +102,10 @@ }  Valid values for wxWindow::ShowWithEffect() and wxWindow::HideWithEffect(). More...
      -enum  { wxSEND_EVENT_POST = 1 +enum  { wxSEND_EVENT_POST = 1 } - flags for SendSizeEvent() More...
    -  + flags for SendSizeEvent() More...
    +  enum  wxWindowVariant {
      wxWINDOW_VARIANT_NORMAL,
    @@ -134,7 +134,7 @@  

    Enumeration Type Documentation

    - +
    @@ -146,7 +146,7 @@

    flags for SendSizeEvent()

    Enumerator:
    -
    wxSEND_EVENT_POST  +
    wxSEND_EVENT_POST 
    @@ -244,7 +244,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/windowdeletion_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/windowdeletion_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/windowdeletion_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/windowdeletion_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/windowid_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/windowid_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/windowid_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/windowid_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -90,7 +90,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/windowids_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/windowids_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/windowids_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/windowids_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/windowptr_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/windowptr_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/windowptr_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/windowptr_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/windowsizing_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/windowsizing_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/windowsizing_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/windowsizing_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/windowstyles_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/windowstyles_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/windowstyles_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/windowstyles_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/winpars_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/winpars_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/winpars_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/winpars_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -74,7 +74,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/withimages_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/withimages_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/withimages_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/withimages_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/wizard_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/wizard_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/wizard_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/wizard_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -297,7 +297,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/wrapsizer_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/wrapsizer_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/wrapsizer_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/wrapsizer_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -67,18 +67,18 @@ - - +

    Enumerations

    enum  {
    -  wxEXTEND_LAST_ON_EACH_LINE, +
    enum  {
    +  wxEXTEND_LAST_ON_EACH_LINE,
    -  wxREMOVE_LEADING_SPACES, +  wxREMOVE_LEADING_SPACES,
    -  wxWRAPSIZER_DEFAULT_FLAGS +  wxWRAPSIZER_DEFAULT_FLAGS
    }
     
     

    Enumeration Type Documentation

    - +
    @@ -88,11 +88,11 @@
    Enumerator:
    - - -
    wxEXTEND_LAST_ON_EACH_LINE  +
    wxEXTEND_LAST_ON_EACH_LINE 
    wxREMOVE_LEADING_SPACES  +
    wxREMOVE_LEADING_SPACES 
    wxWRAPSIZER_DEFAULT_FLAGS  +
    wxWRAPSIZER_DEFAULT_FLAGS 
    @@ -104,7 +104,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/wupdlock_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/wupdlock_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/wupdlock_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/wupdlock_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -68,7 +68,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/wxcrt_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/wxcrt_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/wxcrt_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/wxcrt_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -475,7 +475,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/xh__sizer_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/xh__sizer_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/xh__sizer_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/xh__sizer_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -67,7 +67,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/xlocale_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/xlocale_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/xlocale_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/xlocale_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -126,7 +126,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/xml_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/xml_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/xml_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/xml_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -199,7 +199,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/xmlres_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/xmlres_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/xmlres_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/xmlres_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -113,7 +113,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/xrc_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/xrc_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/xrc_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/xrc_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/xrc__format_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/xrc__format_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/xrc__format_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/xrc__format_8h.html 2014-09-09 22:03:13.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -59,7 +59,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/zipstrm_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/zipstrm_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/zipstrm_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/zipstrm_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -370,7 +370,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/zstream_8h.html wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/zstream_8h.html --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/out/html/zstream_8h.html 2013-12-28 09:30:58.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/out/html/zstream_8h.html 2014-09-09 22:03:14.000000000 +0000 @@ -23,7 +23,7 @@ - Version: 3.0.0 + Version: 3.0.1 @@ -47,7 +47,7 @@
    @@ -156,7 +156,7 @@ diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/overviews/xrc_format.h wxpython3.0-3.0.1.1+dfsg/docs/doxygen/overviews/xrc_format.h --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/overviews/xrc_format.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/overviews/xrc_format.h 2014-06-24 21:43:01.000000000 +0000 @@ -1840,6 +1840,8 @@ Initial value of the control (default: empty).} @row3col{maxlength, integer, Maximum length of the text which can be entered by user (default: unlimited).} +@row3col{hint, @ref overview_xrcformat_type_text, + Hint shown in empty control (new since wxWidgets 3.0.1).} @endTable diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/doxygen/regen.sh wxpython3.0-3.0.1.1+dfsg/docs/doxygen/regen.sh --- wxpython3.0-3.0.0.0+dfsg/docs/doxygen/regen.sh 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/doxygen/regen.sh 2014-04-17 19:27:13.000000000 +0000 @@ -163,29 +163,34 @@ fi if [[ "$1" = "docset" ]]; then - DOCSETNAME="org.wxwidgets.doxygen.wx29.docset" - ATOM="org.wxwidgets.doxygen.docset.wx29.atom" + BASENAME="wxWidgets-3.0" # was org.wxwidgets.doxygen.docset.wx30 + DOCSETNAME="$BASENAME.docset" + ATOM="$BASENAME.atom" ATOMDIR="http://docs.wxwidgets.org/docsets" - XAR="org.wxwidgets.doxygen.docset.wx29.xar" + XAR="$BASENAME.xar" XARDIR="http://docs.wxwidgets.org/docsets" - XCODE_INSTALL=`sh xcode-select -print-path` + XCODE_INSTALL=`xcode-select -print-path` cd out/html - DESTINATIONDIR=`pwd` + DESTINATIONDIR=`pwd`/../docset + mkdir -p $DESTINATIONDIR rm -rf $DESTINATIONDIR/$DOCSETNAME rm -f $DESTINATIONDIR/$XAR - make + make DOCSET_NAME=$DESTINATIONDIR/$DOCSETNAME defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info CFBundleVersion 1.3 defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info CFBundleShortVersionString 1.3 - defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info CFBundleName "wxWidgets 2.9 Library" + defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info CFBundleName "wxWidgets 3.0" defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetFeedURL $ATOMDIR/$ATOM defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetFallbackURL http://docs.wxwidgets.org - defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetDescription "API reference and conceptual documentation for wxWidgets 2.9" - defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info NSHumanReadableCopyright "Copyright 1992-2012 wxWidgets team, Portions 1996 Artificial Intelligence Applications Institute" - + defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetDescription "API reference and conceptual documentation for wxWidgets 3.0" + defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info NSHumanReadableCopyright "Copyright 1992-2014 wxWidgets team, Portions 1996 Artificial Intelligence Applications Institute" + defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info isJavaScriptEnabled true + defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info dashIndexFilePath index.html + defaults write $DESTINATIONDIR/$DOCSETNAME/Contents/Info DocSetPlatformFamily wx + $XCODE_INSTALL/usr/bin/docsetutil package -atom $DESTINATIONDIR/$ATOM -download-url $XARDIR/$XAR -output $DESTINATIONDIR/$XAR $DESTINATIONDIR/$DOCSETNAME cd ../.. diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/gtk/install.txt wxpython3.0-3.0.1.1+dfsg/docs/gtk/install.txt --- wxpython3.0-3.0.0.0+dfsg/docs/gtk/install.txt 2013-02-27 20:04:10.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/gtk/install.txt 2014-04-17 19:27:13.000000000 +0000 @@ -11,7 +11,7 @@ When sending bug reports tell us what version of wxWidgets you are using (including the beta) and what compiler on what system. One - example: wxGTK 2.8.0, gcc 3.4.5, Fedora Core 4 + example: wxGTK 3.0.0, GCC 4.8.1, Fedora 19 * The simplest case ------------------- @@ -37,8 +37,8 @@ > make uninstall > ldconfig -Note that by default, GTK+ 2.X is used. GTK+ 1.2 can be specified -with --with-gtk=1. +Note that by default, GTK+ 2.x is used. GTK+ 3 can be specified +with --with-gtk=3. * The expert case ----------------- @@ -80,8 +80,8 @@ For any configure errors: please look at config.log file which was generated during configure run, it usually contains some useful information. -configure reports, that you don't have GTK+ 1.2/2.0 installed although you are -very sure you have. Well, you have installed it, but you also have another +configure reports, that you don't have GTK+ 1.2/2.0/3.0 installed although you +are very sure you have. Well, you have installed it, but you also have another version of the GTK+ installed, which you may need to remove including other versions of glib (and its headers). Or maybe you installed it in a non-default location and configure can't find it there, so please check that your PATH @@ -250,9 +250,8 @@ toolkit. You must do this by running configure with either of: --with-gtk=2 Use the GTK+ 2.0. Default. + --with-gtk=3 Use the GTK+ 3. --with-gtk=1 Use the GTK+ 1.2. - --with-motif Use either Motif or Lesstif - Configure will look for both. The following options handle the kind of library you want to build. diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/publicity/announce.txt wxpython3.0-3.0.1.1+dfsg/docs/publicity/announce.txt --- wxpython3.0-3.0.0.0+dfsg/docs/publicity/announce.txt 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/publicity/announce.txt 2014-06-24 21:43:01.000000000 +0000 @@ -1,15 +1,15 @@ -November 11, 2013 -- The wxWidgets team is pleased to announce a +June 15, 2014 -- The wxWidgets team is pleased to announce a major new release of our open source framework for the development of native cross-platform applications in C++. -wxWidgets 3.0.0 is the first release in the new major stable 3.0 -branch and is available at +wxWidgets 3.0.1 is a stable bug fix release in 3.0 branch and is +available at - https://sourceforge.net/downloads/wxwindows/3.0.0/ + https://sourceforge.net/downloads/wxwindows/3.0.1/ and at our FTP mirror at - ftp://ftp.wxwidgets.org/pub/3.0.0/ + ftp://ftp.wxwidgets.org/pub/3.0.1/ Please choose the archive format suitable for your platform, i.e. 7z or ZIP for Windows platforms and tar.bz2 for the Unix systems @@ -22,39 +22,61 @@ We also provide the pre-built versions of wxMSW libraries for the selected compilers at - https://sourceforge.net/downloads/wxwindows/3.0.0/binaries/ + https://sourceforge.net/downloads/wxwindows/3.0.1/binaries/ Please see the README file there for the descriptions of the individual files. -This release is a culmination of several years of development since -the last stable 2.8 release. There are too many changes to be listed -here, but the most important ones are: - -- Completely overhauled Unicode support which is much easier to use. -- New Cocoa-based wxOSX port for Mac OS X for both 32 and 64 bits. -- New wxGTK3 port, including support for Broadway (HTML5) backend. -- Access to the native web rendering engine with wxWebView. -- New property grid and ribbon libraries are now included in wxWidgets. -- Better interoperability with standard library classes. -- Totally revised and more readable manual. -- Improved debugging support. +This release is perfectly compatible with 3.0.0 at both the source +(API) and binary (ABI) level and upgrading to it is strongly +recommended for all users of wxWidgets 3.0.0 as it contains more than +a hundred important bug fixes since it. + +The most important user-visible changes are: + +* In all ports: + - wxHTML displays tables much faster now. + - Double clicking wxGrid columns doesn't make them too small any more. + - Fix bugs when dragging columns in wxGrid with hidden columns. + - Loading ICO files with PNG data is now supported. + +* In wxGTK: + - Mouse wheel scrolling in wxListCtrl works again. + - wxStaticBoxSizer contents is not truncated any more. + - AUI panels may now be re-docked after floating them. + +* In wxMSW: + - wxBitmapComboBox works again and doesn't just remain blank. + - Checkboxes in wxDataViewCtrl work again too now. + - wxCheckListBox appears correctly when using large fonts. + +* In wxOSX: + - Cancelling choice selection in wxDataViewCtrl doesn't crash any more. + - ShowModal() doesn't use quite as much CPU now. + +There are also many other bug fixes, including many improvements to +alpha transparency handling in different places (mostly in wxMSW, but +also in wxGTK) and resource/memory leak fixes in all ports. + +Finally, this release includes Visual Studio 2012 and 2013 projects for +building wxWidgets, in addition to the project files for the previous +versions already provided in 3.0.0 release. Please see the changes.txt file in the "docs" subdirectory of wxWidgets distribution or also available online at -https://sourceforge.net/projects/wxwindows/files/3.0.0/changes.txt +https://sourceforge.net/projects/wxwindows/files/3.0.1/changes.txt for more details and please read the "INCOMPATIBLE CHANGES" section in its beginning for a brief description of changes if you are upgrading from wxWidgets 2.8. For more details, please see http://docs.wxwidgets.org/3.0.0/overview_changes_since28.html -We recommend that you use wxWidgets 3.0 for any new programs and -also update any existing code using the older versions to the new -one (which should be easier than the jump in the version number -indicates) as all the future development will only happen in 3.x -series. +We recommend that you upgrade to wxWidgets 3.0.1 if you already use +wxWidgets 3.0.0, the upgrade is completely transparent and doesn't +require any changes in the existing code. If you are still using +wxWidgets 2.8 or earlier, please consider updating to wxWidgets 3.0 +to profit from all the new functionality. We hope that you will enjoy using the new release! diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/readme.txt wxpython3.0-3.0.1.1+dfsg/docs/readme.txt --- wxpython3.0-3.0.0.0+dfsg/docs/readme.txt 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/readme.txt 2014-06-24 21:43:01.000000000 +0000 @@ -1,9 +1,9 @@ - wxWidgets 3.0.0 Release Notes + wxWidgets 3.0.1 Release Notes ============================= -Welcome to the latest release of wxWidgets, a free and open source -cross-platform C++ framework for writing advanced GUI applications -using native controls. +Welcome to the latest stable release of wxWidgets, a free and open +source cross-platform C++ framework for writing advanced GUI +applications using native controls. wxWidgets allows you to write native-looking GUI applications for @@ -18,17 +18,17 @@ and read its documentation online at - http://docs.wxwidgets.org/3.0.0/ + http://docs.wxwidgets.org/3.0.1/ wxWidgets sources and binaries for the selected platforms are available for download from - https://sourceforge.net/projects/wxwindows/files/3.0.0/ + https://sourceforge.net/projects/wxwindows/files/3.0.1/ or - ftp://ftp.wxwidgets.org/pub/3.0.0/ + ftp://ftp.wxwidgets.org/pub/3.0.1/ Please see the "Files" section below for the description of various files available at these locations. @@ -38,26 +38,44 @@ Changes in this release ----------------------- -This release contains several years worth of improvements compared -to 2.8 version. Notably, Unicode support has been completely -overhauled and made much easier to use. Debugging support, including -when using a release build of the library, was greatly improved making -it less likely that you use the library incorrectly. Dynamic event -handling was made much more comfortable. Many new GUI and base classes -have been added or improved and all ports, and especially wxOSX/Cocoa -and wxGTK3, were enhanced. - -Compared to the previous 2.9 development releases the most important -change is that this release is part of the new 3.0 stable series, -guarantying backwards API and ABI compatibility with the next 3.0.x -releases. - -Please see the file docs/changes.txt for more details and make sure -to read the section "Incompatible changes since 2.8" if you upgrade -from a previous wxWidgets release. +This is a bug fix release with no significant new features compared to +3.0.0 and compatible with it at both the API and the ABI level (i.e. +all applications linked against 3.0.0 DLLs or shared libraries will +continue to work when using 3.0.1 libraries). + +There were more than a hundred bug fixes, please see docs/changes.txt +for more details. The most important user-visible changes are: + +* In all ports: + - wxHTML displays tables much faster now. + - Double clicking wxGrid columns doesn't make them too small any more. + - Fix bugs when dragging columns in wxGrid with hidden columns. + - Loading ICO files with PNG data is now supported. + +* In wxGTK: + - Mouse wheel scrolling in wxListCtrl works again. + - wxStaticBoxSizer contents is not truncated any more. + - AUI panels may now be re-docked after floating them. + +* In wxMSW: + - wxBitmapComboBox works again and doesn't just remain blank. + - Checkboxes in wxDataViewCtrl work again too now. + - wxCheckListBox appears correctly when using large fonts. + +* In wxOSX: + - Cancelling choice selection in wxDataViewCtrl doesn't crash any more. + - ShowModal() doesn't use quite as much CPU now. + +There are also many other bug fixes, including many improvements to +alpha transparency handling in different places (mostly in wxMSW, but +also in wxGTK) and resource/memory leak fixes in all ports. + +Finally, this release includes Visual Studio 2012 and 2013 projects for +building wxWidgets, in addition to the project files for the previous +versions already provided in 3.0.0 release. -This release introduces many important changes and we are looking -forward to your feedback about them! +Please make sure to read the section "Incompatible changes since 2.8" +in docs/changes.txt if you are upgrading from wxWidgets 2.8 or earlier. Platforms supported @@ -113,7 +131,7 @@ will need to build wxWidgets before you can test out the samples or write your own applications. For installation information, please see the install.txt file in the docs subdirectory -appropriate for the platform you use. +appropriate for the platform you use, e.g. docs/msw/install.txt. Licence information @@ -157,15 +175,6 @@ details. -Documentation -------------- - -wxWidgets documentation is available online at -http://docs.wxwidgets.org/3.0.0/ and can also be downloaded in -HTML format. To generate documentation in other formats (PDF, CHM, -...) please use the scripts in docs/doxygen directory. - - Bug reporting ------------- @@ -173,6 +182,10 @@ http://trac.wxwidgets.org/report +and new bugs can be opened from + + http://trac.wxwidgets.org/newticket + Please use the search function of our Trac installation to find any possibly relevant bugs before reporting new ones. Also please notice that often trying to correct the bug yourself is the @@ -196,4 +209,4 @@ Have fun! -The wxWidgets Team, November 2013 +The wxWidgets Team, July 2014 diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/release_binaries.mdwn wxpython3.0-3.0.1.1+dfsg/docs/release_binaries.mdwn --- wxpython3.0-3.0.0.0+dfsg/docs/release_binaries.mdwn 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/release_binaries.mdwn 2013-12-31 21:47:57.000000000 +0000 @@ -63,38 +63,46 @@ To verify your download you can use the following sha1sums: - 1d9e785e2526efe2b4f184c177ce383179348da7 wxMSW-3.0.0_gcc471TDM_Dev.7z - 1abdb1eb3020625c1e1c803b562f77b631acd4cc wxMSW-3.0.0_gcc471TDM_ReleaseDLL.7z - 3100fdac0a8be5533cbfde6964ad593b6a07cda0 wxMSW-3.0.0_gcc471TDM_x64_Dev.7z - c4b0064ec1d5907685659cbcc5347c8ea3ab0cc0 wxMSW-3.0.0_gcc471TDM_x64_ReleaseDLL.7z - bd8cf4814f07be3ddc5749598eb50738373b7430 wxMSW-3.0.0_gcc481TDM_Dev.7z - 912b85b4c8de1bdb794c9f6fd71504849d4e8b19 wxMSW-3.0.0_gcc481TDM_ReleaseDLL.7z - 0c55cff4957a599f032430a25bd2049b2e771db9 wxMSW-3.0.0_gcc481TDM_x64_Dev.7z - 6a39af55d53e46957bddf97b451acddb591a85f6 wxMSW-3.0.0_gcc481TDM_x64_ReleaseDLL.7z - 7f6e73ecb79373fe65adcc1aa1ecad8687944ba9 wxMSW-3.0.0_vc90_Dev.7z - 910e0bf0113521d49682cbd71c14991547b47d9b wxMSW-3.0.0_vc90_ReleaseDLL.7z - 7ad4c98bd8366b59a0264507ecc69510cddd0b0f wxMSW-3.0.0_vc90_ReleasePDB.7z - a9340e4ee9748e2d20646f0602ab0e8770f2e2c4 wxMSW-3.0.0_vc90_x64_Dev.7z - 3c4daa2c37f7d32e4d0e94436da5c075ab4c2d40 wxMSW-3.0.0_vc90_x64_ReleaseDLL.7z - 7ce8db26a1f2f6262a876b67631f6015c07e2b4c wxMSW-3.0.0_vc90_x64_ReleasePDB.7z - eb695388ed136115c90f2c1f67cfed73f58d7570 wxMSW-3.0.0_vc100_Dev.7z - e11800ed1ae1b15c6bb090f30aa81d95f9ccb21e wxMSW-3.0.0_vc100_ReleaseDLL.7z - 9825d9ab0b6be619555a7dfb3428ca63d97c1edf wxMSW-3.0.0_vc100_ReleasePDB.7z - 0e5fec3fb8052bcb10ac995a62a4245d66ea54bd wxMSW-3.0.0_vc100_x64_Dev.7z - b9c3773ded5633bd751701491204666d8e919580 wxMSW-3.0.0_vc100_x64_ReleaseDLL.7z - ceb6eeaffff187e1e32fbd0b51d915c547a82673 wxMSW-3.0.0_vc100_x64_ReleasePDB.7z - 3180663d7f31a0569679e77a43cb89a764ce7709 wxMSW-3.0.0_vc110_Dev.7z - 3507a63729251b1a820cac228bf316369d93b553 wxMSW-3.0.0_vc110_ReleaseDLL.7z - 72aead1781b8d472a40d40609c8f457e154331cb wxMSW-3.0.0_vc110_ReleasePDB.7z - 7913f34bd92bc4a50a6d54e952e79e6403cb8125 wxMSW-3.0.0_vc110_x64_Dev.7z - 2ffc603abbef783280c6ddfff0efcc3aed2ff3df wxMSW-3.0.0_vc110_x64_ReleaseDLL.7z - c1e4bb79569ccfbf73ccaca7dfc286f6e4ec553d wxMSW-3.0.0_vc110_x64_ReleasePDB.7z - 0a33015bfc00729063c2dfcacb06080e41b416b7 wxMSW-3.0.0_vc120_Dev.7z - 672c58c5f46c82fd62a09c5d84d9b8b8020a2137 wxMSW-3.0.0_vc120_ReleaseDLL.7z - 2c408e39c9a104bf1ad594f28be5d36e24ac0764 wxMSW-3.0.0_vc120_ReleasePDB.7z - 4aef4cff95215daa46c1ba67e36a4135c1da3d13 wxMSW-3.0.0_vc120_x64_Dev.7z - d6086391b72dee6ba96f6cacbe18c4ca140231e8 wxMSW-3.0.0_vc120_x64_ReleaseDLL.7z - 5ef9495d65db950e5177a7781ee8bdeb36e1f575 wxMSW-3.0.0_vc120_x64_ReleasePDB.7z + 4c6bf24df85bc0fb1bce3091557963ec4c79b5f4 wxMSW-3.0.0_gcc471TDM_Dev.7z + c35de8230a0e006883b58078b1bcb597a923b110 wxMSW-3.0.0_gcc471TDM_ReleaseDLL.7z + 5844ad74ef07f468f36a4b232e28bb5c6753eb91 wxMSW-3.0.0_gcc471TDM_x64_Dev.7z + df3129074172278d1837d7c7698e5466dcdd87af wxMSW-3.0.0_gcc471TDM_x64_ReleaseDLL.7z + 34268fdd29b3d3b904234796cae847c9648119f7 wxMSW-3.0.0_gcc481TDM_Dev.7z + 15871a10eb3d2c005e34ea20ea921400d51b7392 wxMSW-3.0.0_gcc481TDM_ReleaseDLL.7z + 3f89fd4e8f78f26c18cfee4781a2a6c1e3ae2655 wxMSW-3.0.0_gcc481TDM_x64_Dev.7z + 013c2f7ab65182f8c6c9d805a16d23827ed24c9e wxMSW-3.0.0_gcc481TDM_x64_ReleaseDLL.7z + 1a3ba38a309182a32f24225f392b3a35a31f9ea1 wxMSW-3.0.0_vc90_Dev.7z + 97ace7370b85813cb04196fbe71bc1caeb08bb79 wxMSW-3.0.0_vc90_ReleaseDLL.7z + ad98029154d9a0ef2d7d62756f796c82715a2c02 wxMSW-3.0.0_vc90_x86_ReleaseDLL.msi + 83c727c2337eaee4dc93e90d33a85b0dafe9b745 wxMSW-3.0.0_vc90_ReleasePDB.7z + b14eb5cab613cc583ada83ed38113dee9b8b08bb wxMSW-3.0.0_vc90_x64_Dev.7z + 1cf0d5918e961e31b67d70530e00be6cac06af57 wxMSW-3.0.0_vc90_x64_ReleaseDLL.7z + 6ab1d777b784c7e02a331577f6d676f51261af25 wxMSW-3.0.0_vc90_x64_ReleaseDLL.msi + 839e5033e760508a3d50314056821a7e91a4a2e4 wxMSW-3.0.0_vc90_x64_ReleasePDB.7z + 397ee6d2de469647a3444df1def495bb16ba54b0 wxMSW-3.0.0_vc100_Dev.7z + 0e1b88b313ff438c1db840a60d146dee218deb6f wxMSW-3.0.0_vc100_ReleaseDLL.7z + 25cc1e30d09ae3823288e224572e2b5d89673b2a wxMSW-3.0.0_vc100_x86_ReleaseDLL.msi + 229136142f7d2980be72265ecc50eeea0096afca wxMSW-3.0.0_vc100_ReleasePDB.7z + 3e4e5a7a1eb800fe9d9be658c655ca49d6260791 wxMSW-3.0.0_vc100_x64_Dev.7z + eda263f3b1aae120e802aeab43ccc3ee45411a9e wxMSW-3.0.0_vc100_x64_ReleaseDLL.7z + 8991eb4d14f0b37a6aeed8f1f2ef71e2ee961fb0 wxMSW-3.0.0_vc100_x64_ReleaseDLL.msi + 86661c50965b3619f3d0f68a900ec8e1e0eaf9fb wxMSW-3.0.0_vc100_x64_ReleasePDB.7z + 2c25693325f8516a4e923fd520b540a4947b2757 wxMSW-3.0.0_vc110_Dev.7z + 1c81fd5cdb4c62c1494accc7f1c9ba9acabfa79c wxMSW-3.0.0_vc110_ReleaseDLL.7z + aab75c6db1d491d38544d4feaf721931ee7aabb3 wxMSW-3.0.0_vc110_x86_ReleaseDLL.msi + 4dbb2058b6c8c11e9d906f6520792103779c8518 wxMSW-3.0.0_vc110_ReleasePDB.7z + c64b64138450ce35c385f9f9d01ee44fb27a59b1 wxMSW-3.0.0_vc110_x64_Dev.7z + 5503382c0a1b2148fed5d856fc5ddfc01e59dada wxMSW-3.0.0_vc110_x64_ReleaseDLL.7z + 7da39e4370391e41e13d2be9f7d59b36a78a8a8c wxMSW-3.0.0_vc110_x64_ReleaseDLL.msi + cff85ab5a0a560cac5d1f196a8cf0a1c1025aab8 wxMSW-3.0.0_vc110_x64_ReleasePDB.7z + 448827167a64a9a7c270774d62d8673445acbe63 wxMSW-3.0.0_vc120_Dev.7z + 0df76ee66bea2b3c312c4a67d5b6383440a85d22 wxMSW-3.0.0_vc120_ReleaseDLL.7z + 7e3249a3b989340fc3e87b1ba0031563d326cd92 wxMSW-3.0.0_vc120_x86_ReleaseDLL.msi + d74c3913389b8c441480b1a9d4c79211a457c05b wxMSW-3.0.0_vc120_ReleasePDB.7z + 9f6b3290f5fd3b179ff148d1cfc2748ddc0839a9 wxMSW-3.0.0_vc120_x64_Dev.7z + d2d555d923f18b71d5f0538e88a8740573df12a6 wxMSW-3.0.0_vc120_x64_ReleaseDLL.7z + 9383ee555c45772865b01260da9d02a8658683da wxMSW-3.0.0_vc120_x64_ReleaseDLL.msi + d3f24aa95d80f4a04d2b211b99fae7ca368e77b6 wxMSW-3.0.0_vc120_x64_ReleasePDB.7z Credit diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/release_files.mdwn wxpython3.0-3.0.1.1+dfsg/docs/release_files.mdwn --- wxpython3.0-3.0.0.0+dfsg/docs/release_files.mdwn 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/release_files.mdwn 2013-12-31 21:47:57.000000000 +0000 @@ -1,7 +1,9 @@ wxWidgets 3.0.0 =============== -This directory contains the files for wxWidgets 3.0.0 release. +This directory contains the files containing the sources and documentation of +wxWidgets 3.0.0 release. Please see the binaries subdirectory for the binaries +for the selected platforms/compilers. Please notice that since the 2.9 series only a single source distribution is provided instead of the multiple distributions containing only the files for @@ -24,12 +26,11 @@ To verify your download you can use the following sha1sums: - 01751f115a8a92a51122245ffef390c273f6e642 wxWidgets-3.0.0.7z - b862990fc3dd97b4194c3955ff73b4f6aa47f823 wxWidgets-3.0.0.tar.bz2 - 73afa20f3fe911f90fce344098c06e2269e69585 wxWidgets-3.0.0.zip - 6ec5137bf53bc55ae0d213ec1c00735e8684981f wxWidgets-3.0.0-docs-html.zip - aa77457c4e13de229d7ff83efaff732f530c760d wxWidgets-3.0.0-docs-html.tar.bz2 - a482ad56606352a73e0f095af7014095c299791a wxWidgets-3.0.0-docs-chm.zip - c6f45af13a376364e4169f91a1ab2191a500ab44 wxWidgets-3.0.0_headers.7z - c1211acee0b3c24982607f1febb2d81ce0b5c2fd wxMSW-3.0.0-Setup.exe - + d19985b4ea4277ac7707615b7c00b15e3d58d2c0 wxWidgets-3.0.0.7z + 756a9c54d1f411e262f03bacb78ccef085a9880a wxWidgets-3.0.0.tar.bz2 + becf924bb06441bfd2e7f3f4bf4501e58ff5c7b8 wxWidgets-3.0.0.zip + 6950f26601f5b71f955803854b19dce22af5e020 wxWidgets-3.0.0-docs-html.tar.bz2 + b2909e17d19765cedf9d79793a78c3f7eda7d88b wxWidgets-3.0.0-docs-html.zip + bf0d8baa476baba8ac13442a6c9cd74c2f356993 wxWidgets-3.0.0-docs-chm.zip + 2f4f7013845930e069b4f3c5226d771eadee6986 wxWidgets-3.0.0_headers.7z + ff997beecf047ef9c94a1caccd9770300033c136 wxMSW-3.0.0-Setup.exe diff -Nru wxpython3.0-3.0.0.0+dfsg/docs/tech/tn0011.txt wxpython3.0-3.0.1.1+dfsg/docs/tech/tn0011.txt --- wxpython3.0-3.0.0.0+dfsg/docs/tech/tn0011.txt 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/docs/tech/tn0011.txt 2013-12-31 21:47:57.000000000 +0000 @@ -21,7 +21,7 @@ build/osx/wxvers.xcconfig docs/changes.txt docs/readme.txt (date needs manual editing) [NOT UPDATED AUTOMATICALLY] - docs/doxygen/Doxyfile_inc (PROJECT_NUMBER) + docs/doxygen/Doxyfile (PROJECT_NUMBER and DOCSET_FEEDNAME) docs/doxygen/latexdocstart.inc docs/doxygen/mainpages/manual.h (just date) [NOT UPDATED AUTOMATICALLY] docs/msw/install.txt {major release only} diff -Nru wxpython3.0-3.0.0.0+dfsg/include/msvc/wx/setup.h wxpython3.0-3.0.1.1+dfsg/include/msvc/wx/setup.h --- wxpython3.0-3.0.0.0+dfsg/include/msvc/wx/setup.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/msvc/wx/setup.h 2014-06-24 21:43:01.000000000 +0000 @@ -153,7 +153,7 @@ #endif #pragma comment(lib, wxBASE_LIB_NAME("net")) #endif -#ifndef wxNO_XML_LIB +#if wxUSE_XML && !defined(wxNO_XML_LIB) #pragma comment(lib, wxBASE_LIB_NAME("xml")) #endif #if wxUSE_REGEX && !defined(wxNO_REGEX_LIB) && !defined(WXUSINGDLL) @@ -183,7 +183,7 @@ #pragma comment(lib, wxTOOLKIT_LIB_NAME("adv")) #endif - #ifndef wxNO_HTML_LIB + #if wxUSE_HTML && !defined(wxNO_HTML_LIB) #pragma comment(lib, wxTOOLKIT_LIB_NAME("html")) #endif #if wxUSE_GLCANVAS && !defined(wxNO_GL_LIB) diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/compiler.h wxpython3.0-3.0.1.1+dfsg/include/wx/compiler.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/compiler.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/compiler.h 2014-02-03 22:19:37.000000000 +0000 @@ -135,16 +135,15 @@ #endif /* - This macro can be used to check that the version of mingw32 compiler is - at least maj.min + This macro can be used to check that the version of mingw32 CRT is at least + maj.min */ -/* Check for Mingw runtime version: */ -#if defined(__MINGW32_MAJOR_VERSION) && defined(__MINGW32_MINOR_VERSION) - #define wxCHECK_MINGW32_VERSION( major, minor ) \ - ( ( ( __MINGW32_MAJOR_VERSION > (major) ) \ - || ( __MINGW32_MAJOR_VERSION == (major) && __MINGW32_MINOR_VERSION >= (minor) ) ) ) - +/* + Define Mingw identification symbols, wxCHECK_MINGW32_VERSION() is defined in + wx/msw/gccpriv.h which is included later, see comments there. + */ +#ifdef __MINGW32__ /* MinGW-w64 project provides compilers for both Win32 and Win64 but only defines the same __MINGW32__ symbol for the former as MinGW32 toolchain @@ -166,8 +165,6 @@ # define __MINGW32_TOOLCHAIN__ # endif # endif -#else - #define wxCHECK_MINGW32_VERSION( major, minor ) (0) #endif #endif // _WX_COMPILER_H_ diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/dataview.h wxpython3.0-3.0.1.1+dfsg/include/wx/dataview.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/dataview.h 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/dataview.h 2013-12-31 21:48:31.000000000 +0000 @@ -972,6 +972,9 @@ void InsertItem( unsigned int row, const wxVector &values, wxUIntPtr data = 0 ); void DeleteItem( unsigned int pos ); void DeleteAllItems(); +#if wxABI_VERSION >= 30001 + void ClearColumns(); +#endif unsigned int GetItemCount() const; @@ -1040,6 +1043,9 @@ virtual bool PrependColumn( wxDataViewColumn *col ); virtual bool InsertColumn( unsigned int pos, wxDataViewColumn *col ); virtual bool AppendColumn( wxDataViewColumn *col ); +#if wxABI_VERSION >= 30001 + virtual bool ClearColumns(); +#endif wxDataViewColumn *AppendTextColumn( const wxString &label, wxDataViewCellMode mode = wxDATAVIEW_CELL_INERT, diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/defs.h wxpython3.0-3.0.1.1+dfsg/include/wx/defs.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/defs.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/defs.h 2014-06-24 21:43:01.000000000 +0000 @@ -358,30 +358,37 @@ #endif #if defined(__has_include) - #if !defined(HAVE_TYPE_TRAITS) && __has_include() - #define HAVE_TYPE_TRAITS - #endif - - #if !defined(HAVE_TR1_TYPE_TRAITS) && __has_include() - #define HAVE_TR1_TYPE_TRAITS - #endif - - #if !defined(HAVE_STD_UNORDERED_MAP) && __has_include() - #define HAVE_STD_UNORDERED_MAP - #endif - - #if !defined(HAVE_TR1_UNORDERED_MAP) && __has_include() - #define HAVE_TR1_UNORDERED_MAP + /* + Notice that we trust our configure tests more than __has_include(), + notably the latter can return true even if the header exists but isn't + actually usable, as it happens with in non C++11 mode. + So if configure already detected at least one working alternative, + just use it. + */ + #if !defined(HAVE_TYPE_TRAITS) && !defined(HAVE_TR1_TYPE_TRAITS) + #if __has_include() + #define HAVE_TYPE_TRAITS + #elif __has_include() + #define HAVE_TR1_TYPE_TRAITS + #endif #endif - #if !defined(HAVE_STD_UNORDERED_SET) && __has_include() - #define HAVE_STD_UNORDERED_SET + #if !defined(HAVE_STD_UNORDERED_MAP) && !defined(HAVE_TR1_UNORDERED_MAP) + #if __has_include() + #define HAVE_STD_UNORDERED_MAP + #elif __has_include() + #define HAVE_TR1_UNORDERED_MAP + #endif #endif - #if !defined(HAVE_TR1_UNORDERED_SET) && __has_include() - #define HAVE_TR1_UNORDERED_SET + #if !defined(HAVE_STD_UNORDERED_SET) && !defined(HAVE_TR1_UNORDERED_SET) + #if __has_include() + #define HAVE_STD_UNORDERED_SET + #elif __has_include() + #define HAVE_TR1_UNORDERED_SET + #endif #endif -#endif // defined(__has_include) +#endif /* defined(__has_include) */ /* provide replacement for C99 va_copy() if the compiler doesn't have it */ @@ -953,6 +960,10 @@ #define SIZEOF_LONG 4 #endif + #ifndef SIZEOF_LONG_LONG + #define SIZEOF_LONG_LONG 8 + #endif + #ifndef SIZEOF_WCHAR_T /* Windows uses UTF-16 */ #define SIZEOF_WCHAR_T 2 @@ -2082,8 +2093,10 @@ */ wxBG_STYLE_PAINT, - - /* this is a Mac-only style, don't use in portable code */ + /* + Indicates that the window background is not erased, letting the parent + window show through. + */ wxBG_STYLE_TRANSPARENT, /* this style is deprecated and doesn't do anything, don't use */ @@ -2289,8 +2302,13 @@ wxID_OSX_HIDE = wxID_OSX_MENU_FIRST, wxID_OSX_HIDEOTHERS, wxID_OSX_SHOWALL, +#if wxABI_VERSION >= 30001 + wxID_OSX_SERVICES, + wxID_OSX_MENU_LAST = wxID_OSX_SERVICES, +#else wxID_OSX_MENU_LAST = wxID_OSX_SHOWALL, - +#endif + /* IDs used by generic file dialog (13 consecutive starting from this value) */ wxID_FILEDLGG = 5900, @@ -3213,9 +3231,9 @@ #endif #ifdef __WIN64__ -typedef unsigned __int64 WXWPARAM; -typedef __int64 WXLPARAM; -typedef __int64 WXLRESULT; +typedef wxUint64 WXWPARAM; +typedef wxInt64 WXLPARAM; +typedef wxInt64 WXLRESULT; #else typedef wxW64 unsigned int WXWPARAM; typedef wxW64 long WXLPARAM; diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/evtloop.h wxpython3.0-3.0.1.1+dfsg/include/wx/evtloop.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/evtloop.h 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/evtloop.h 2014-06-24 21:43:01.000000000 +0000 @@ -16,7 +16,7 @@ // TODO: implement wxEventLoopSource for MSW (it should wrap a HANDLE and be // monitored using MsgWaitForMultipleObjects()) -#if defined(__WXOSX__) || (defined(__UNIX__) && !defined(__WXMSW__)) +#if defined(__WXOSX__) || (defined(__UNIX__) && !defined(__WINDOWS__)) #define wxUSE_EVENTLOOP_SOURCE 1 #else #define wxUSE_EVENTLOOP_SOURCE 0 @@ -263,7 +263,7 @@ #endif // include the header defining wxConsoleEventLoop -#if defined(__UNIX__) && !defined(__WXMSW__) +#if defined(__UNIX__) && !defined(__WINDOWS__) #include "wx/unix/evtloop.h" #elif defined(__WINDOWS__) #include "wx/msw/evtloopconsole.h" @@ -402,7 +402,7 @@ wxEventLoopBase *m_evtLoopOld; }; -#if wxUSE_CONSOLE_EVENTLOOP +#if wxUSE_GUI || wxUSE_CONSOLE_EVENTLOOP class wxEventLoopGuarantor { @@ -430,6 +430,6 @@ wxEventLoop *m_evtLoopNew; }; -#endif // wxUSE_CONSOLE_EVENTLOOP +#endif // wxUSE_GUI || wxUSE_CONSOLE_EVENTLOOP #endif // _WX_EVTLOOP_H_ diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/font.h wxpython3.0-3.0.1.1+dfsg/include/wx/font.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/font.h 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/font.h 2014-04-17 19:27:13.000000000 +0000 @@ -419,7 +419,7 @@ // this doesn't do anything and is kept for compatibility only #if WXWIN_COMPATIBILITY_2_8 - wxDEPRECATED_INLINE(void SetNoAntiAliasing(bool no = true), wxUnusedVar(no);); + wxDEPRECATED_INLINE(void SetNoAntiAliasing(bool no = true), wxUnusedVar(no);) wxDEPRECATED_INLINE(bool GetNoAntiAliasing() const, return false;) #endif // WXWIN_COMPATIBILITY_2_8 diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/fontutil.h wxpython3.0-3.0.1.1+dfsg/include/wx/fontutil.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/fontutil.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/fontutil.h 2014-06-24 21:43:01.000000000 +0000 @@ -155,6 +155,9 @@ void Free(); void EnsureValid(); + static void UpdateNamesMap(const wxString& familyname, CTFontDescriptorRef descr); + static void UpdateNamesMap(const wxString& familyname, CTFontRef font); + bool m_descriptorValid; #if wxOSX_USE_ATSU_TEXT diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/generic/grideditors.h wxpython3.0-3.0.1.1+dfsg/include/wx/generic/grideditors.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/generic/grideditors.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/generic/grideditors.h 2014-04-17 19:27:13.000000000 +0000 @@ -76,7 +76,9 @@ // parameters string format is "max_width" virtual void SetParameters(const wxString& params); +#if wxUSE_VALIDATORS virtual void SetValidator(const wxValidator& validator); +#endif virtual wxGridCellEditor *Clone() const; @@ -94,7 +96,9 @@ private: size_t m_maxChars; // max number of chars allowed +#if wxUSE_VALIDATORS wxScopedPtr m_validator; +#endif wxString m_value; wxDECLARE_NO_COPY_CLASS(wxGridCellTextEditor); diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/generic/infobar.h wxpython3.0-3.0.1.1+dfsg/include/wx/generic/infobar.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/generic/infobar.h 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/generic/infobar.h 2013-12-31 21:48:31.000000000 +0000 @@ -79,6 +79,11 @@ // (default font is a larger and bold version of the normal one) virtual bool SetFont(const wxFont& font); +#if wxABI_VERSION >= 30001 + // same thing with the colour: this affects the text colour + virtual bool SetForegroundColour(const wxColor& colour); +#endif // 3.0.1+ + protected: // info bar shouldn't have any border by default, the colour difference // between it and the main window separates it well enough diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/generic/statbmpg.h wxpython3.0-3.0.1.1+dfsg/include/wx/generic/statbmpg.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/generic/statbmpg.h 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/generic/statbmpg.h 2013-12-31 21:47:57.000000000 +0000 @@ -60,8 +60,8 @@ private: wxSize GetBitmapSize() { - return m_bitmap.IsOk() ? wxSize(m_bitmap.GetWidth(), m_bitmap.GetHeight()) - : wxSize(16, 16); // this is completely arbitrary + return m_bitmap.IsOk() ? m_bitmap.GetScaledSize() + : wxSize(16, 16); // this is completely arbitrary } void OnPaint(wxPaintEvent& event); diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/geometry.h wxpython3.0-3.0.1.1+dfsg/include/wx/geometry.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/geometry.h 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/geometry.h 2014-06-24 21:43:01.000000000 +0000 @@ -87,9 +87,12 @@ inline wxPoint2DInt operator-(const wxPoint2DInt& pt1 , const wxPoint2DInt& pt2); inline wxPoint2DInt operator*(const wxPoint2DInt& pt1 , const wxPoint2DInt& pt2); inline wxPoint2DInt operator*(wxInt32 n , const wxPoint2DInt& pt); +inline wxPoint2DInt operator*(wxDouble n , const wxPoint2DInt& pt); inline wxPoint2DInt operator*(const wxPoint2DInt& pt , wxInt32 n); +inline wxPoint2DInt operator*(const wxPoint2DInt& pt , wxDouble n); inline wxPoint2DInt operator/(const wxPoint2DInt& pt1 , const wxPoint2DInt& pt2); inline wxPoint2DInt operator/(const wxPoint2DInt& pt , wxInt32 n); +inline wxPoint2DInt operator/(const wxPoint2DInt& pt , wxDouble n); inline wxPoint2DInt::wxPoint2DInt() { @@ -202,15 +205,15 @@ inline wxPoint2DInt& wxPoint2DInt::operator*=(const wxPoint2DInt& pt) { - m_x = m_x + pt.m_x; - m_y = m_y + pt.m_y; + m_x = m_x * pt.m_x; + m_y = m_y * pt.m_y; return *this; } inline wxPoint2DInt& wxPoint2DInt::operator/=(const wxPoint2DInt& pt) { - m_x = m_x - pt.m_x; - m_y = m_y - pt.m_y; + m_x = m_x / pt.m_x; + m_y = m_y / pt.m_y; return *this; } @@ -247,7 +250,8 @@ inline wxPoint2DInt operator*(wxDouble n , const wxPoint2DInt& pt) { - return wxPoint2DInt( (int) (pt.m_x * n) , (int) (pt.m_y * n) ); + return wxPoint2DInt( static_cast(pt.m_x * n) , + static_cast(pt.m_y * n) ); } inline wxPoint2DInt operator*(const wxPoint2DInt& pt , wxInt32 n) @@ -257,7 +261,8 @@ inline wxPoint2DInt operator*(const wxPoint2DInt& pt , wxDouble n) { - return wxPoint2DInt( (int) (pt.m_x * n) , (int) (pt.m_y * n) ); + return wxPoint2DInt( static_cast(pt.m_x * n) , + static_cast(pt.m_y * n) ); } inline wxPoint2DInt operator/(const wxPoint2DInt& pt1 , const wxPoint2DInt& pt2) @@ -272,7 +277,8 @@ inline wxPoint2DInt operator/(const wxPoint2DInt& pt , wxDouble n) { - return wxPoint2DInt( (int) (pt.m_x / n) , (int) (pt.m_y / n) ); + return wxPoint2DInt( static_cast(pt.m_x / n) , + static_cast(pt.m_y / n) ); } // wxPoint2Ds represent a point or a vector in a 2d coordinate system diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/gtk/private/gtk2-compat.h wxpython3.0-3.0.1.1+dfsg/include/wx/gtk/private/gtk2-compat.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/gtk/private/gtk2-compat.h 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/gtk/private/gtk2-compat.h 2014-02-03 22:19:37.000000000 +0000 @@ -298,6 +298,12 @@ } #define gtk_widget_set_allocation wx_gtk_widget_set_allocation +static inline gboolean wx_gtk_widget_is_toplevel(GtkWidget* widget) +{ + return GTK_WIDGET_TOPLEVEL(widget); +} +#define gtk_widget_is_toplevel wx_gtk_widget_is_toplevel + // ---------------------------------------------------------------------------- // the following were introduced in GTK+ 2.20 diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/gtk/setup0.h wxpython3.0-3.0.1.1+dfsg/include/wx/gtk/setup0.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/gtk/setup0.h 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/gtk/setup0.h 2014-02-03 22:19:37.000000000 +0000 @@ -268,14 +268,21 @@ // Enable the use of compiler-specific thread local storage keyword, if any. // This is used for wxTLS_XXX() macros implementation and normally should use -// the compiler-provided support as it's simpler and more efficient, but must -// not use it if wxWidgets is used in a dynamically loaded Win32 (i.e. using -// LoadLibrary()/GetProcAddress()) as this triggers a bug in compiler TLS -// support that results in crashes when any TLS variables are used. So if you -// are building a Win32 DLL using wxWidgets that can be loaded dynamically, set -// this to 0. +// the compiler-provided support as it's simpler and more efficient, but is +// disabled under Windows in wx/msw/chkconf.h as it can't be used if wxWidgets +// is used in a dynamically loaded Win32 DLL (i.e. using LoadLibrary()) under +// XP as this triggers a bug in compiler TLS support that results in crashes +// when any TLS variables are used. // -// Default is 1, but set to 0 if the scenario above is applicable. +// If you're absolutely sure that your build of wxWidgets is never going to be +// used in such situation, either because it's not going to be linked from any +// kind of plugin or because you only target Vista or later systems, you can +// set this to 2 to force the use of compiler TLS even under MSW. +// +// Default is 1 meaning that compiler TLS is used only if it's 100% safe. +// +// Recommended setting: 2 if you want to have maximal performance and don't +// care about the scenario described above. #define wxUSE_COMPILER_TLS 1 // ---------------------------------------------------------------------------- diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/gtk/window.h wxpython3.0-3.0.1.1+dfsg/include/wx/gtk/window.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/gtk/window.h 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/gtk/window.h 2014-02-13 19:43:31.000000000 +0000 @@ -330,9 +330,7 @@ // find the direction of the given scrollbar (must be one of ours) ScrollDir ScrollDirFromRange(GtkRange *range) const; - // set the current cursor for all GdkWindows making part of this widget - // (see GTKGetWindow) - void GTKUpdateCursor(bool update_self = true, bool recurse = true); + void GTKUpdateCursor(bool isBusyOrGlobalCursor = false, bool isRealize = false); // extra (wxGTK-specific) flags bool m_noExpose:1; // wxGLCanvas has its own redrawing diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/html/htmprint.h wxpython3.0-3.0.1.1+dfsg/include/wx/html/htmprint.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/html/htmprint.h 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/html/htmprint.h 2014-04-17 19:27:13.000000000 +0000 @@ -154,7 +154,7 @@ const wxString& normal_face = wxEmptyString, const wxString& fixed_face = wxEmptyString); - void SetMargins(float top = 25.2, float bottom = 25.2, float left = 25.2, float right = 25.2, + void SetMargins(float top = 25.2f, float bottom = 25.2f, float left = 25.2f, float right = 25.2f, float spaces = 5); // sets margins in milimeters. Defaults to 1 inch for margins and 0.5cm for space // between text and header and/or footer diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/language.h wxpython3.0-3.0.1.1+dfsg/include/wx/language.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/language.h 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/language.h 2014-02-03 22:19:37.000000000 +0000 @@ -149,6 +149,7 @@ wxLANGUAGE_ITALIAN_SWISS, wxLANGUAGE_JAPANESE, wxLANGUAGE_JAVANESE, + wxLANGUAGE_KABYLE, wxLANGUAGE_KANNADA, wxLANGUAGE_KASHMIRI, wxLANGUAGE_KASHMIRI_INDIA, diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/mdi.h wxpython3.0-3.0.1.1+dfsg/include/wx/mdi.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/mdi.h 2013-12-16 13:42:29.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/mdi.h 2014-01-04 21:08:37.000000000 +0000 @@ -302,6 +302,11 @@ wxWindow::DoSetClientSize(width, height); } + virtual void DoMoveWindow(int x, int y, int width, int height) + { + wxWindow::DoMoveWindow(x, y, width, height); + } + // no size hints virtual void DoSetSizeHints(int WXUNUSED(minW), int WXUNUSED(minH), int WXUNUSED(maxW), int WXUNUSED(maxH), diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/bitmap.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/bitmap.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/bitmap.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/bitmap.h 2014-02-03 22:19:37.000000000 +0000 @@ -136,6 +136,8 @@ #if wxUSE_WXDIB // copies from a device independent bitmap bool CopyFromDIB(const wxDIB& dib); + bool IsDIB() const; + bool ConvertToDIB(); #endif virtual bool Create(int width, int height, int depth = wxBITMAP_SCREEN_DEPTH); @@ -169,6 +171,7 @@ // disappear in the future bool HasAlpha() const; void UseAlpha(); + void ResetAlpha(); // support for scaled bitmaps virtual double GetScaleFactor() const { return 1.0; } diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/chkconf.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/chkconf.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/chkconf.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/chkconf.h 2014-02-03 22:19:37.000000000 +0000 @@ -116,6 +116,27 @@ /* + * Unfortunately we can't use compiler TLS support if the library can be used + * inside a dynamically loaded DLL under Windows XP, as this can result in hard + * to diagnose crashes due to the bugs in Windows TLS support, see #13116. + * + * So we disable it unless we can be certain that the code will never run under + * XP, as is the case if we're using a compiler which doesn't support XP such + * as MSVC 11+, unless it's used with the special "_xp" toolset, in which case + * _USING_V110_SDK71_ is defined. + * + * However defining wxUSE_COMPILER_TLS as 2 overrides this safety check, see + * the comments in wx/setup.h. + */ +#if wxUSE_COMPILER_TLS == 1 + #if !wxCHECK_VISUALC_VERSION(11) || defined(_USING_V110_SDK71_) + #undef wxUSE_COMPILER_TLS + #define wxUSE_COMPILER_TLS 0 + #endif +#endif + + +/* * disable the settings which don't work for some compilers */ diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/gccpriv.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/gccpriv.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/gccpriv.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/gccpriv.h 2014-02-03 22:19:37.000000000 +0000 @@ -17,8 +17,29 @@ #define __GNUWIN32__ #endif -#if defined(__MINGW32__) && ( ( __GNUC__ > 2 ) || ( ( __GNUC__ == 2 ) && ( __GNUC_MINOR__ >= 95 ) ) ) +#if defined(__MINGW32__) + /* + Include the header defining __MINGW32_{MAJ,MIN}OR_VERSION but check + that UNICODE or _UNICODE is already defined, as _mingw.h relies on them + being set and we'd get weird compilation errors later if it is included + without them being defined, better give a clearer error right now. + */ + #if !defined(UNICODE) + #ifndef wxUSE_UNICODE + #error "wxUSE_UNICODE must be defined before including this header." + #endif + #if wxUSE_UNICODE + #error "UNICODE must be defined before including this header." + #endif + #endif + #include <_mingw.h> + + #define wxCHECK_MINGW32_VERSION( major, minor ) \ + ( ( ( __MINGW32_MAJOR_VERSION > (major) ) \ + || ( __MINGW32_MAJOR_VERSION == (major) && __MINGW32_MINOR_VERSION >= (minor) ) ) ) +#else + #define wxCHECK_MINGW32_VERSION( major, minor ) (0) #endif #if defined( __MINGW32__ ) && !defined(__WINE__) && !defined( HAVE_W32API_H ) diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/missing.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/missing.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/missing.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/missing.h 2014-04-17 19:27:13.000000000 +0000 @@ -48,6 +48,10 @@ #define DT_HIDEPREFIX 0x00100000 #endif +#ifndef DSS_HIDEPREFIX + #define DSS_HIDEPREFIX 0x0200 +#endif + // Needed by toplevel.cpp #ifndef UIS_SET #define UIS_SET 1 @@ -657,21 +661,6 @@ #define MUI_LANGUAGE_NAME 0x8 #endif -//We need to check if we are using MinGW or mingw-w64 as their -//definitions are different - -#ifdef __MINGW32__ -#include <_mingw.h> -#endif - -#ifdef __MINGW32_TOOLCHAIN__ -typedef enum CommandStateChangeConstants { - CSC_UPDATECOMMANDS = (int) 0xFFFFFFFF, - CSC_NAVIGATEFORWARD = 0x1, - CSC_NAVIGATEBACK = 0x2 -} CommandStateChangeConstants; -#endif - /* * In addition to the declarations for VC++, the following are required for WinCE */ diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/ole/safearray.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/ole/safearray.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/ole/safearray.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/ole/safearray.h 2014-06-24 21:43:01.000000000 +0000 @@ -267,7 +267,7 @@ internT* data; - if ( FAILED( SafeArrayPtrOfIndex(m_array, indices, (void**)&data) ) ) + if ( FAILED( SafeArrayPtrOfIndex(m_array, (LONG *)indices, (void**)&data) ) ) return false; return Convertor::ToArray(element, *data); @@ -284,7 +284,7 @@ internT* data; - if ( FAILED( SafeArrayPtrOfIndex(m_array, indices, (void**)&data) ) ) + if ( FAILED( SafeArrayPtrOfIndex(m_array, (LONG *)indices, (void**)&data) ) ) return false; return Convertor::FromArray(*data, element); diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/popupwin.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/popupwin.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/popupwin.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/popupwin.h 2014-06-24 21:43:01.000000000 +0000 @@ -35,7 +35,6 @@ virtual WXHWND MSWGetParent() const; protected: - // popups handle the position like wxTopLevelWindow, not wxWindow virtual void DoGetPosition(int *x, int *y) const; DECLARE_DYNAMIC_CLASS_NO_COPY(wxPopupWindow) diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/private/fswatcher.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/private/fswatcher.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/private/fswatcher.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/private/fswatcher.h 2014-06-24 21:43:01.000000000 +0000 @@ -173,7 +173,7 @@ // worse, reused to point to another object) pointer in ReadEvents() so // just remember that this one should be removed when CompleteRemoval() // is called later. - m_removedWatches.insert(wxFSWatchEntries::value_type(path, watch)); + m_removedWatches.push_back(watch); m_watches.erase(it); return true; @@ -185,15 +185,20 @@ // this case we'll just return false and do nothing. bool CompleteRemoval(wxFSWatchEntryMSW* watch) { - wxFSWatchEntries::iterator it = m_removedWatches.find(watch->GetPath()); - if ( it == m_removedWatches.end() ) - return false; - - // Removing the object from the map will result in deleting the watch - // itself as it's not referenced from anywhere else now. - m_removedWatches.erase(it); + for ( Watches::iterator it = m_removedWatches.begin(); + it != m_removedWatches.end(); + ++it ) + { + if ( (*it).get() == watch ) + { + // Removing the object from here will result in deleting the + // watch itself as it's not referenced from anywhere else now. + m_removedWatches.erase(it); + return true; + } + } - return true; + return false; } // post completion packet @@ -201,6 +206,7 @@ { wxCHECK_MSG( m_iocp != INVALID_HANDLE_VALUE, false, "IOCP not init" ); + // The special values of 0 will make GetStatus() return Status_Exit. int ret = PostQueuedCompletionStatus(m_iocp, 0, 0, NULL); if (!ret) { @@ -210,25 +216,52 @@ return ret != 0; } + // Possible return values of GetStatus() + enum Status + { + // Status successfully retrieved into the provided arguments. + Status_OK, + + // Special status indicating that we should exit retrieved. + Status_Exit, + + // An error occurred because the watched directory was deleted. + Status_Deleted, + + // Some other error occurred. + Status_Error + }; + // Wait for completion status to arrive. // This function can block forever in it's wait for completion status. // Use PostEmptyStatus() to wake it up (and end the worker thread) - bool GetStatus(unsigned long* count, wxFSWatchEntryMSW** watch, - OVERLAPPED** overlapped) + Status + GetStatus(DWORD* count, wxFSWatchEntryMSW** watch, + OVERLAPPED** overlapped) { - wxCHECK_MSG( m_iocp != INVALID_HANDLE_VALUE, false, "IOCP not init" ); - wxCHECK_MSG( count != NULL, false, "Null out parameter 'count'"); - wxCHECK_MSG( watch != NULL, false, "Null out parameter 'watch'"); - wxCHECK_MSG( overlapped != NULL, false, - "Null out parameter 'overlapped'"); + wxCHECK_MSG( m_iocp != INVALID_HANDLE_VALUE, Status_Error, + "Invalid IOCP object" ); + wxCHECK_MSG( count && watch && overlapped, Status_Error, + "Output parameters can't be NULL" ); int ret = GetQueuedCompletionStatus(m_iocp, count, (ULONG_PTR *)watch, overlapped, INFINITE); - if (!ret) + if ( ret != 0 ) { - wxLogSysError(_("Unable to dequeue completion packet")); + return *count || *watch || *overlapped ? Status_OK : Status_Exit; } - return ret != 0; + + // An error is returned if the underlying directory has been deleted, + // but this is not really an unexpected failure, so handle it + // specially. + if ( wxSysErrorCode() == ERROR_ACCESS_DENIED && + *watch && !wxFileName::DirExists((*watch)->GetPath()) ) + return Status_Deleted; + + // Some other error, at least log it. + wxLogSysError(_("Unable to dequeue completion packet")); + + return Status_Error; } protected: @@ -249,7 +282,8 @@ wxFSWatchEntries m_watches; // Contains the watches which had been removed but are still pending. - wxFSWatchEntries m_removedWatches; + typedef wxVector< wxSharedPtr > Watches; + Watches m_removedWatches; }; diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/private.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/private.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/private.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/private.h 2014-06-24 21:43:01.000000000 +0000 @@ -899,6 +899,7 @@ // 0x0502 Windows XP SP2, 2003 SP1 // 0x0600 Windows Vista, 2008 // 0x0601 Windows 7 +// 0x0602 Windows 8 (currently also returned for 8.1) // // for the other Windows versions 0 is currently returned enum wxWinVersion @@ -926,7 +927,9 @@ wxWinVersion_Vista = wxWinVersion_6, wxWinVersion_NT6 = wxWinVersion_6, - wxWinVersion_7 = 0x601 + wxWinVersion_7 = 0x601, + + wxWinVersion_8 = 0x602 }; WXDLLIMPEXP_BASE wxWinVersion wxGetWinVersion(); diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/seh.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/seh.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/seh.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/seh.h 2014-06-24 21:43:01.000000000 +0000 @@ -54,11 +54,11 @@ // as division by 0 or access violation) to C++ pseudo-exceptions extern void wxSETranslator(unsigned int code, EXCEPTION_POINTERS *ep); - // up to VC 11 this warning ("calling _set_se_translator() requires /EHa") + // up to VC 12 this warning ("calling _set_se_translator() requires /EHa") // is harmless and it's easier to suppress it than use different makefiles // for VC5 and 6 (which don't support /EHa at all) and VC7+ (which does // accept it but it seems to change nothing for it anyhow) - #if __VISUALC__ < 1800 + #if __VISUALC__ < 1900 #pragma warning(disable: 4535) #endif diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/setup0.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/setup0.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/setup0.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/setup0.h 2014-02-03 22:19:37.000000000 +0000 @@ -268,14 +268,21 @@ // Enable the use of compiler-specific thread local storage keyword, if any. // This is used for wxTLS_XXX() macros implementation and normally should use -// the compiler-provided support as it's simpler and more efficient, but must -// not use it if wxWidgets is used in a dynamically loaded Win32 (i.e. using -// LoadLibrary()/GetProcAddress()) as this triggers a bug in compiler TLS -// support that results in crashes when any TLS variables are used. So if you -// are building a Win32 DLL using wxWidgets that can be loaded dynamically, set -// this to 0. +// the compiler-provided support as it's simpler and more efficient, but is +// disabled under Windows in wx/msw/chkconf.h as it can't be used if wxWidgets +// is used in a dynamically loaded Win32 DLL (i.e. using LoadLibrary()) under +// XP as this triggers a bug in compiler TLS support that results in crashes +// when any TLS variables are used. // -// Default is 1, but set to 0 if the scenario above is applicable. +// If you're absolutely sure that your build of wxWidgets is never going to be +// used in such situation, either because it's not going to be linked from any +// kind of plugin or because you only target Vista or later systems, you can +// set this to 2 to force the use of compiler TLS even under MSW. +// +// Default is 1 meaning that compiler TLS is used only if it's 100% safe. +// +// Recommended setting: 2 if you want to have maximal performance and don't +// care about the scenario described above. #define wxUSE_COMPILER_TLS 1 // ---------------------------------------------------------------------------- diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/statbmp.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/statbmp.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/statbmp.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/statbmp.h 2014-04-17 19:27:13.000000000 +0000 @@ -85,6 +85,10 @@ WXHANDLE m_currentHandle; private: + // Replace the image at the native control level with the given HBITMAP or + // HICON (which can be 0) and destroy the previous image if necessary. + void MSWReplaceImageHandle(WXLPARAM handle); + DECLARE_DYNAMIC_CLASS(wxStaticBitmap) wxDECLARE_EVENT_TABLE(); wxDECLARE_NO_COPY_CLASS(wxStaticBitmap); diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/textctrl.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/textctrl.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/textctrl.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/textctrl.h 2014-06-24 21:43:01.000000000 +0000 @@ -203,11 +203,11 @@ // the limit is due to a previous call to SetMaxLength() and not built in) bool HasSpaceLimit(unsigned int *len) const; - // call this to increase the size limit (will do nothing if the current - // limit is big enough) + // Used by EN_MAXTEXT handler to increase the size limit (will do nothing + // if the current limit is big enough). Should never be called directly. // - // returns true if we increased the limit to allow entering more text, - // false if we hit the limit set by SetMaxLength() and so didn't change it + // Returns true if we increased the limit to allow entering more text, + // false if we hit the limit set by SetMaxLength() and so didn't change it. bool AdjustSpaceLimit(); #if wxUSE_RICHEDIT && (!wxUSE_UNICODE || wxUSE_UNICODE_MSLU) diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/tooltip.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/tooltip.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/tooltip.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/tooltip.h 2014-02-03 22:19:37.000000000 +0000 @@ -94,6 +94,9 @@ // remove this tooltip from the tooltip control void Remove(); + // adjust tooltip max width based on current tooltip text + bool AdjustMaxWidth(); + wxString m_text; // tooltip text wxWindow* m_window; // main window we're associated with wxToolTipOtherWindows *m_others; // other windows associated with it or NULL diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/msw/wince/setup.h wxpython3.0-3.0.1.1+dfsg/include/wx/msw/wince/setup.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/msw/wince/setup.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/msw/wince/setup.h 2014-02-03 22:19:37.000000000 +0000 @@ -268,14 +268,21 @@ // Enable the use of compiler-specific thread local storage keyword, if any. // This is used for wxTLS_XXX() macros implementation and normally should use -// the compiler-provided support as it's simpler and more efficient, but must -// not use it if wxWidgets is used in a dynamically loaded Win32 (i.e. using -// LoadLibrary()/GetProcAddress()) as this triggers a bug in compiler TLS -// support that results in crashes when any TLS variables are used. So if you -// are building a Win32 DLL using wxWidgets that can be loaded dynamically, set -// this to 0. +// the compiler-provided support as it's simpler and more efficient, but is +// disabled under Windows in wx/msw/chkconf.h as it can't be used if wxWidgets +// is used in a dynamically loaded Win32 DLL (i.e. using LoadLibrary()) under +// XP as this triggers a bug in compiler TLS support that results in crashes +// when any TLS variables are used. // -// Default is 1, but set to 0 if the scenario above is applicable. +// If you're absolutely sure that your build of wxWidgets is never going to be +// used in such situation, either because it's not going to be linked from any +// kind of plugin or because you only target Vista or later systems, you can +// set this to 2 to force the use of compiler TLS even under MSW. +// +// Default is 1 meaning that compiler TLS is used only if it's 100% safe. +// +// Recommended setting: 2 if you want to have maximal performance and don't +// care about the scenario described above. #define wxUSE_COMPILER_TLS 1 // ---------------------------------------------------------------------------- diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/osx/cocoa/private.h wxpython3.0-3.0.1.1+dfsg/include/wx/osx/cocoa/private.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/osx/cocoa/private.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/osx/cocoa/private.h 2014-04-17 19:27:13.000000000 +0000 @@ -101,9 +101,9 @@ void SetCursor( const wxCursor & cursor ); void CaptureMouse(); void ReleaseMouse(); - +#if wxUSE_DRAG_AND_DROP void SetDropTarget(wxDropTarget* target); - +#endif wxInt32 GetValue() const; void SetValue( wxInt32 v ); wxBitmap GetBitmap() const; @@ -146,10 +146,12 @@ // cocoa thunk connected calls +#if wxUSE_DRAG_AND_DROP virtual unsigned int draggingEntered(void* sender, WXWidget slf, void* _cmd); virtual void draggingExited(void* sender, WXWidget slf, void* _cmd); virtual unsigned int draggingUpdated(void* sender, WXWidget slf, void* _cmd); virtual bool performDragOperation(void* sender, WXWidget slf, void* _cmd); +#endif virtual void mouseEvent(WX_NSEvent event, WXWidget slf, void* _cmd); virtual void cursorUpdate(WX_NSEvent event, WXWidget slf, void* _cmd); virtual void keyEvent(WX_NSEvent event, WXWidget slf, void* _cmd); diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/osx/config_xcode.h wxpython3.0-3.0.1.1+dfsg/include/wx/osx/config_xcode.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/osx/config_xcode.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/osx/config_xcode.h 2014-04-17 19:27:13.000000000 +0000 @@ -28,10 +28,12 @@ #define HAVE_STD_WSTRING 1 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6 #if __GNUC__ > 4 || ( __GNUC__ == 4 && __GNUC_MINOR__ >= 2 ) -#define HAVE_TR1_UNORDERED_MAP 1 -#define HAVE_TR1_UNORDERED_SET 1 -#define HAVE_TR1_TYPE_TRAITS 1 -#define HAVE_GCC_ATOMIC_BUILTINS 1 + #if !defined(__has_include) + #define HAVE_TR1_UNORDERED_MAP 1 + #define HAVE_TR1_UNORDERED_SET 1 + #define HAVE_TR1_TYPE_TRAITS 1 + #endif + #define HAVE_GCC_ATOMIC_BUILTINS 1 #endif #endif #define HAVE_VISIBILITY 1 @@ -123,9 +125,9 @@ #define WXWIN_OS_DESCRIPTION "Darwin 7.9.0 Power Macintosh" #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" #define PACKAGE_NAME "wxWidgets" -#define PACKAGE_STRING "wxWidgets 3.0.0" +#define PACKAGE_STRING "wxWidgets 3.0.1" #define PACKAGE_TARNAME "wxwidgets" -#define PACKAGE_VERSION "3.0.0" +#define PACKAGE_VERSION "3.0.1" // for regex #define WX_NO_REGEX_ADVANCED 1 diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/osx/core/evtloop.h wxpython3.0-3.0.1.1+dfsg/include/wx/osx/core/evtloop.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/osx/core/evtloop.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/osx/core/evtloop.h 2014-04-17 19:27:13.000000000 +0000 @@ -11,8 +11,8 @@ #ifndef _WX_OSX_CORE_EVTLOOP_H_ #define _WX_OSX_CORE_EVTLOOP_H_ -DECLARE_WXOSX_OPAQUE_CFREF( CFRunLoop ); -DECLARE_WXOSX_OPAQUE_CFREF( CFRunLoopObserver ); +DECLARE_WXOSX_OPAQUE_CFREF( CFRunLoop ) +DECLARE_WXOSX_OPAQUE_CFREF( CFRunLoopObserver ) class WXDLLIMPEXP_FWD_BASE wxCFEventLoopPauseIdleEvents; diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/osx/core/private.h wxpython3.0-3.0.1.1+dfsg/include/wx/osx/core/private.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/osx/core/private.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/osx/core/private.h 2014-04-17 19:27:13.000000000 +0000 @@ -313,7 +313,7 @@ virtual void SetBitmap( const wxBitmap& bitmap ) = 0; virtual void SetBitmapPosition( wxDirection dir ) = 0; virtual void SetupTabs( const wxNotebook& WXUNUSED(notebook) ) {} - virtual int TabHitTest( const wxPoint & WXUNUSED(pt), long *flags ) {*flags=1; return -1;}; + virtual int TabHitTest( const wxPoint & WXUNUSED(pt), long *flags ) {*flags=1; return -1;} virtual void GetBestRect( wxRect *r ) const = 0; virtual bool IsEnabled() const = 0; virtual void Enable( bool enable ) = 0; diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/osx/dataview.h wxpython3.0-3.0.1.1+dfsg/include/wx/osx/dataview.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/osx/dataview.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/osx/dataview.h 2014-04-17 19:27:13.000000000 +0000 @@ -54,7 +54,7 @@ virtual void SetAlignment (wxAlignment align); virtual void SetBitmap (wxBitmap const& bitmap); - virtual void SetFlags (int flags) { SetIndividualFlags(flags); } + virtual void SetFlags (int flags) { m_flags = flags; /*SetIndividualFlags(flags); */ } virtual void SetHidden (bool hidden); virtual void SetMaxWidth (int maxWidth); virtual void SetMinWidth (int minWidth); diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/osx/evtloop.h wxpython3.0-3.0.1.1+dfsg/include/wx/osx/evtloop.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/osx/evtloop.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/osx/evtloop.h 2013-12-31 21:47:57.000000000 +0000 @@ -30,7 +30,9 @@ #ifdef __WXOSX_COCOA__ // skip wxGUIEventLoop to avoid missing Enter/Exit notifications - int Run() { return wxCFEventLoop::Run(); } + virtual int Run() { return wxCFEventLoop::Run(); } + + virtual bool ProcessIdle(); #endif protected: virtual void OSXDoRun(); diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/osx/iphone/chkconf.h wxpython3.0-3.0.1.1+dfsg/include/wx/osx/iphone/chkconf.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/osx/iphone/chkconf.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/osx/iphone/chkconf.h 2014-02-03 22:19:37.000000000 +0000 @@ -321,6 +321,9 @@ #define wxUSE_NOTIFICATION_MESSAGE 0 #endif +#undef wxUSE_PREFERENCES_EDITOR +#define wxUSE_PREFERENCES_EDITOR 0 + #if wxUSE_PROPGRID #undef wxUSE_PROPGRID #define wxUSE_PROPGRID 0 diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/osx/menu.h wxpython3.0-3.0.1.1+dfsg/include/wx/osx/menu.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/osx/menu.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/osx/menu.h 2013-12-31 21:47:57.000000000 +0000 @@ -146,6 +146,10 @@ // call this function to update it (m_menuBarFrame should be !NULL) void Refresh(bool eraseBackground = true, const wxRect *rect = NULL); +#if wxABI_VERSION >= 30001 + wxMenu *OSXGetAppleMenu() const { return m_appleMenu; } +#endif + static void SetAutoWindowMenu( bool enable ) { s_macAutoWindowMenu = enable ; } static bool GetAutoWindowMenu() { return s_macAutoWindowMenu ; } diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/osx/setup0.h wxpython3.0-3.0.1.1+dfsg/include/wx/osx/setup0.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/osx/setup0.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/osx/setup0.h 2014-02-03 22:19:37.000000000 +0000 @@ -269,14 +269,21 @@ // Enable the use of compiler-specific thread local storage keyword, if any. // This is used for wxTLS_XXX() macros implementation and normally should use -// the compiler-provided support as it's simpler and more efficient, but must -// not use it if wxWidgets is used in a dynamically loaded Win32 (i.e. using -// LoadLibrary()/GetProcAddress()) as this triggers a bug in compiler TLS -// support that results in crashes when any TLS variables are used. So if you -// are building a Win32 DLL using wxWidgets that can be loaded dynamically, set -// this to 0. +// the compiler-provided support as it's simpler and more efficient, but is +// disabled under Windows in wx/msw/chkconf.h as it can't be used if wxWidgets +// is used in a dynamically loaded Win32 DLL (i.e. using LoadLibrary()) under +// XP as this triggers a bug in compiler TLS support that results in crashes +// when any TLS variables are used. +// +// If you're absolutely sure that your build of wxWidgets is never going to be +// used in such situation, either because it's not going to be linked from any +// kind of plugin or because you only target Vista or later systems, you can +// set this to 2 to force the use of compiler TLS even under MSW. // -// Default is 1, but set to 0 if the scenario above is applicable. +// Default is 1 meaning that compiler TLS is used only if it's 100% safe. +// +// Recommended setting: 2 if you want to have maximal performance and don't +// care about the scenario described above. #define wxUSE_COMPILER_TLS 1 // ---------------------------------------------------------------------------- @@ -1106,11 +1113,7 @@ // Default is 1. // // Recommended setting: 1 (but can be safely disabled if you don't use it) -#ifdef __WXOSX_IPHONE__ -#define wxUSE_PREFERENCES_EDITOR 0 -#else #define wxUSE_PREFERENCES_EDITOR 1 -#endif // wxRichToolTip is a customizable tooltip class which has more functionality // than the stock (but native, unlike this class) wxToolTip. diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/platform.h wxpython3.0-3.0.1.1+dfsg/include/wx/platform.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/platform.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/platform.h 2014-06-24 21:43:01.000000000 +0000 @@ -57,21 +57,6 @@ # endif /* !__WINDOWS__ */ #endif /* Any standard symbol indicating Windows */ -#if defined(_WIN64) -# ifndef _WIN32 - /* - a lot of code (mistakenly) uses #ifdef _WIN32 to either test for - Windows or to test for !__WIN16__, so we must define _WIN32 for - Win64 as well to ensure that the existing code continues to work. - */ -# define _WIN32 -# endif /* !_WIN32 */ - -# ifndef __WIN64__ -# define __WIN64__ -# endif /* !__WIN64__ */ -#endif /* _WIN64 */ - #if defined(__WINDOWS__) /* Select wxMSW under Windows if no other port is specified. */ # if !defined(__WXMSW__) && !defined(__WXMOTIF__) && !defined(__WXGTK__) && !defined(__WXX11__) @@ -93,6 +78,15 @@ # ifndef __WIN32__ # define __WIN32__ # endif + + /* MSVC predefines _WIN64 for 64 bit builds, for gcc we use generic + architecture definitions. */ +# if defined(_WIN64) || defined(__x86_64__) +# ifndef __WIN64__ +# define __WIN64__ +# endif /* !__WIN64__ */ +# endif /* _WIN64 */ + #endif /* __WINDOWS__ */ /* @@ -321,10 +315,8 @@ # define __UNIX_LIKE__ - /* Helps SGI compilation, apparently */ # ifdef __SGI__ # ifdef __GNUG__ -# define __need_wchar_t # else /* !gcc */ /* Note I use the term __SGI_CC__ for both cc and CC, its not a good @@ -352,12 +344,6 @@ # define __HPUX__ # endif /* HP-UX */ -# if defined(__CYGWIN__) || defined(__WINE__) -# if !defined(wxSIZE_T_IS_UINT) -# define wxSIZE_T_IS_UINT -# endif -# endif - /* All of these should already be defined by including configure- generated setup.h but we wish to support Xcode compilation without requiring the user to define these himself. @@ -456,6 +442,10 @@ #define wxNEEDS_CHARPP #endif +/* + Note that wx/msw/gccpriv.h must be included after defining UNICODE and + _UNICODE macros as it includes _mingw.h which relies on them being set. + */ #if ( defined( __GNUWIN32__ ) || defined( __MINGW32__ ) || \ ( defined( __CYGWIN__ ) && defined( __WINDOWS__ ) ) || \ wxCHECK_WATCOM_VERSION(1,0) ) && \ @@ -467,6 +457,8 @@ #else # undef wxCHECK_W32API_VERSION # define wxCHECK_W32API_VERSION(maj, min) (0) +# undef wxCHECK_MINGW32_VERSION +# define wxCHECK_MINGW32_VERSION( major, minor ) (0) #endif diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/private/fswatcher.h wxpython3.0-3.0.1.1+dfsg/include/wx/private/fswatcher.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/private/fswatcher.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/private/fswatcher.h 2014-04-17 19:27:13.000000000 +0000 @@ -84,8 +84,16 @@ virtual bool RemoveAll() { + bool ret = true; + for ( wxFSWatchEntries::iterator it = m_watches.begin(); + it != m_watches.end(); + ++it ) + { + if ( !DoRemove(it->second) ) + ret = false; + } m_watches.clear(); - return true; + return ret; } // Check whether any filespec matches the file's ext (if present) diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/propgrid/editors.h wxpython3.0-3.0.1.1+dfsg/include/wx/propgrid/editors.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/propgrid/editors.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/propgrid/editors.h 2014-04-17 19:27:13.000000000 +0000 @@ -39,12 +39,12 @@ { m_primary = a; m_secondary = NULL; - }; + } wxPGWindowList( wxWindow* a, wxWindow* b ) { m_primary = a; m_secondary = b; - }; + } }; // ----------------------------------------------------------------------- diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/propgrid/manager.h wxpython3.0-3.0.1.1+dfsg/include/wx/propgrid/manager.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/propgrid/manager.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/propgrid/manager.h 2014-04-17 19:27:13.000000000 +0000 @@ -329,13 +329,13 @@ { wxASSERT(m_pPropGrid); return m_pPropGrid; - }; + } const wxPropertyGrid* GetGrid() const { wxASSERT(m_pPropGrid); return (const wxPropertyGrid*)m_pPropGrid; - }; + } /** Returns iterator class instance. @remarks diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/richtext/richtextbuffer.h wxpython3.0-3.0.1.1+dfsg/include/wx/richtext/richtextbuffer.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/richtext/richtextbuffer.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/richtext/richtextbuffer.h 2014-04-17 19:27:13.000000000 +0000 @@ -402,12 +402,12 @@ Returns the floating-pointing value of the dimension in mm. */ - float GetValueMM() const { return float(m_value) / 10.0; } + float GetValueMM() const { return m_value / 10.0f; } /** Sets the value of the dimension in mm. */ - void SetValueMM(float value) { m_value = (int) ((value * 10.0) + 0.5); m_flags |= wxTEXT_ATTR_VALUE_VALID; } + void SetValueMM(float value) { m_value = (int) ((value * 10.0f) + 0.5f); m_flags |= wxTEXT_ATTR_VALUE_VALID; } /** Sets the integer value of the dimension. diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/setup_inc.h wxpython3.0-3.0.1.1+dfsg/include/wx/setup_inc.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/setup_inc.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/setup_inc.h 2014-02-03 22:19:37.000000000 +0000 @@ -264,14 +264,21 @@ // Enable the use of compiler-specific thread local storage keyword, if any. // This is used for wxTLS_XXX() macros implementation and normally should use -// the compiler-provided support as it's simpler and more efficient, but must -// not use it if wxWidgets is used in a dynamically loaded Win32 (i.e. using -// LoadLibrary()/GetProcAddress()) as this triggers a bug in compiler TLS -// support that results in crashes when any TLS variables are used. So if you -// are building a Win32 DLL using wxWidgets that can be loaded dynamically, set -// this to 0. +// the compiler-provided support as it's simpler and more efficient, but is +// disabled under Windows in wx/msw/chkconf.h as it can't be used if wxWidgets +// is used in a dynamically loaded Win32 DLL (i.e. using LoadLibrary()) under +// XP as this triggers a bug in compiler TLS support that results in crashes +// when any TLS variables are used. // -// Default is 1, but set to 0 if the scenario above is applicable. +// If you're absolutely sure that your build of wxWidgets is never going to be +// used in such situation, either because it's not going to be linked from any +// kind of plugin or because you only target Vista or later systems, you can +// set this to 2 to force the use of compiler TLS even under MSW. +// +// Default is 1 meaning that compiler TLS is used only if it's 100% safe. +// +// Recommended setting: 2 if you want to have maximal performance and don't +// care about the scenario described above. #define wxUSE_COMPILER_TLS 1 // ---------------------------------------------------------------------------- diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/simplebook.h wxpython3.0-3.0.1.1+dfsg/include/wx/simplebook.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/simplebook.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/simplebook.h 2014-06-24 21:43:01.000000000 +0000 @@ -139,7 +139,7 @@ protected: virtual void UpdateSelectedPage(size_t newsel) { - m_selection = newsel; + m_selection = (int)newsel; } virtual wxBookCtrlEvent* CreatePageChangingEvent() const diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/strvararg.h wxpython3.0-3.0.1.1+dfsg/include/wx/strvararg.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/strvararg.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/strvararg.h 2014-04-17 19:27:13.000000000 +0000 @@ -155,6 +155,11 @@ // a char* string is also a pointer and an integer is also a char. enum ArgumentType { +#if wxABI_VERSION >= 30001 + Arg_Unused = 0, // not used at all; the value of 0 is chosen to + // conveniently pass wxASSERT_ARG_TYPE's check +#endif + Arg_Char = 0x0001, // character as char %c Arg_Pointer = 0x0002, // %p Arg_String = 0x0004 | Arg_Pointer, // any form of string (%s and %p too) diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/tls.h wxpython3.0-3.0.1.1+dfsg/include/wx/tls.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/tls.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/tls.h 2014-04-17 19:27:13.000000000 +0000 @@ -44,6 +44,7 @@ #ifdef wxHAS_COMPILER_TLS #define wxTLS_TYPE(T) wxTHREAD_SPECIFIC_DECL T + #define wxTLS_TYPE_REF(T) T& #define wxTLS_PTR(var) (&(var)) #define wxTLS_VALUE(var) (var) #else // !wxHAS_COMPILER_TLS @@ -135,6 +136,7 @@ }; #define wxTLS_TYPE(T) wxTlsValue + #define wxTLS_TYPE_REF(T) wxTLS_TYPE(T)& #define wxTLS_PTR(var) ((var).Get()) #define wxTLS_VALUE(var) (*(var)) #endif // wxHAS_COMPILER_TLS/!wxHAS_COMPILER_TLS diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/unix/private/wakeuppipe.h wxpython3.0-3.0.1.1+dfsg/include/wx/unix/private/wakeuppipe.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/unix/private/wakeuppipe.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/unix/private/wakeuppipe.h 2014-04-17 19:27:13.000000000 +0000 @@ -64,10 +64,10 @@ // This class can be used from multiple threads, i.e. its WakeUp() can be // called concurrently. -#if wxUSE_THREADS class wxWakeUpPipeMT : public wxWakeUpPipe { +#if wxUSE_THREADS public: wxWakeUpPipeMT() { } @@ -90,12 +90,8 @@ private: // Protects access to m_pipeIsEmpty. wxCriticalSection m_pipeLock; -}; -#else // !wxUSE_THREADS - -typedef wxWakeUpPipe wxWakeUpPipeMT; - -#endif // wxUSE_THREADS/!wxUSE_THREADS +#endif // wxUSE_THREADS +}; #endif // _WX_UNIX_PRIVATE_WAKEUPPIPE_H_ diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/utils.h wxpython3.0-3.0.1.1+dfsg/include/wx/utils.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/utils.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/utils.h 2014-02-03 22:19:37.000000000 +0000 @@ -751,11 +751,7 @@ ~wxBusyCursor() { wxEndBusyCursor(); } - // FIXME: These two methods are currently only implemented (and needed?) - // in wxGTK. BusyCursor handling should probably be moved to - // common code since the wxGTK and wxMSW implementations are very - // similar except for wxMSW using HCURSOR directly instead of - // wxCursor.. -- RL. + // Obsolete internal methods, do not use. static const wxCursor &GetStoredCursor(); static const wxCursor GetBusyCursor(); }; diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/validate.h wxpython3.0-3.0.1.1+dfsg/include/wx/validate.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/validate.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/validate.h 2014-04-17 19:27:13.000000000 +0000 @@ -104,7 +104,8 @@ // a wxValidator parameter to avoid using "#if wxUSE_VALIDATORS" // everywhere class WXDLLIMPEXP_FWD_CORE wxValidator; - #define wxDefaultValidator (*reinterpret_cast(NULL)) + static const wxValidator* const wxDefaultValidatorPtr = NULL; + #define wxDefaultValidator (*wxDefaultValidatorPtr) // this macro allows to avoid warnings about unused parameters when // wxUSE_VALIDATORS == 0 diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/vector.h wxpython3.0-3.0.1.1+dfsg/include/wx/vector.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/vector.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/vector.h 2013-12-31 21:47:57.000000000 +0000 @@ -327,7 +327,7 @@ if ( m_capacity + increment > n ) n = m_capacity + increment; - m_values = Ops::Realloc(m_values, n * sizeof(value_type), m_size); + m_values = Ops::Realloc(m_values, n, m_size); m_capacity = n; } diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/version.h wxpython3.0-3.0.1.1+dfsg/include/wx/version.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/version.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/version.h 2013-12-31 21:48:31.000000000 +0000 @@ -27,9 +27,9 @@ /* NB: this file is parsed by automatic tools so don't change its format! */ #define wxMAJOR_VERSION 3 #define wxMINOR_VERSION 0 -#define wxRELEASE_NUMBER 0 +#define wxRELEASE_NUMBER 1 #define wxSUBRELEASE_NUMBER 0 -#define wxVERSION_STRING wxT("wxWidgets 3.0.0") +#define wxVERSION_STRING wxT("wxWidgets 3.0.1") /* nothing to update below this line when updating the version */ /* ---------------------------------------------------------------------------- */ diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/window.h wxpython3.0-3.0.1.1+dfsg/include/wx/window.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/window.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/window.h 2014-06-24 21:43:01.000000000 +0000 @@ -57,6 +57,13 @@ #if defined(__WXMSW__) || defined(__WXPM__) // must do everything ourselves #undef wxHAS_NATIVE_ENABLED_MANAGEMENT +#elif defined(__WXOSX__) + #if wxOSX_USE_CARBON + #define wxHAS_NATIVE_ENABLED_MANAGEMENT + #else + // must do everything ourselves + #undef wxHAS_NATIVE_ENABLED_MANAGEMENT + #endif #else #define wxHAS_NATIVE_ENABLED_MANAGEMENT #endif diff -Nru wxpython3.0-3.0.0.0+dfsg/include/wx/wxcrtvararg.h wxpython3.0-3.0.1.1+dfsg/include/wx/wxcrtvararg.h --- wxpython3.0-3.0.0.0+dfsg/include/wx/wxcrtvararg.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/include/wx/wxcrtvararg.h 2014-06-24 21:43:01.000000000 +0000 @@ -202,10 +202,10 @@ so on but not all systems have them so use our own implementations in this case. */ -#if wxUSE_UNICODE && !defined(wxHAVE_TCHAR_SUPPORT) && !defined(HAVE_WPRINTF) +#if !defined(wxHAVE_TCHAR_SUPPORT) && !defined(HAVE_WPRINTF) #define wxNEED_WPRINTF #endif -#if wxUSE_UNICODE && !defined(wxHAVE_TCHAR_SUPPORT) && !defined(HAVE_VSWSCANF) +#if !defined(wxHAVE_TCHAR_SUPPORT) && !defined(HAVE_VSWSCANF) && defined(HAVE_VSSCANF) #define wxNEED_VSWSCANF #endif @@ -238,7 +238,17 @@ #define wxCRT_ScanfA scanf #define wxCRT_SscanfA sscanf #define wxCRT_FscanfA fscanf -#define wxCRT_VsscanfA vsscanf + +/* vsscanf() may have a wrong declaration with non-const first parameter, fix + * this by wrapping it if necessary. */ +#if defined __cplusplus && defined HAVE_BROKEN_VSSCANF_DECL + inline int wxCRT_VsscanfA(const char *str, const char *format, va_list ap) + { + return vsscanf(const_cast(str), format, ap); + } +#else + #define wxCRT_VsscanfA vsscanf +#endif #if defined(wxNEED_WPRINTF) int wxCRT_ScanfW(const wchar_t *format, ...); diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/anybutton.h wxpython3.0-3.0.1.1+dfsg/interface/wx/anybutton.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/anybutton.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/anybutton.h 2014-06-24 21:43:01.000000000 +0000 @@ -102,9 +102,8 @@ states. @param bitmap - The bitmap to display in the button. Under wxGTK the bitmap can be - invalid to remove the currently displayed bitmap, however this is - not supported in wxMSW currently. + The bitmap to display in the button. If the bitmap is invalid, any + currently shown bitmaps are removed from the button. @param dir The position of the bitmap inside the button. By default it is positioned to the left of the text, near to the left button border. @@ -119,6 +118,9 @@ /** Sets the bitmap to be shown when the mouse is over the button. + If @a bitmap is invalid, the normal bitmap will be used in the current + state. + @see GetBitmapCurrent() @since 2.9.1 (available as wxBitmapButton::SetBitmapHover() in previous @@ -129,6 +131,12 @@ /** Sets the bitmap for the disabled button appearance. + If @a bitmap is invalid, the disabled bitmap is set to the + automatically generated greyed out version of the normal bitmap, i.e. + the same bitmap as is used by default if this method is not called at + all. Use SetBitmap() with an invalid bitmap to remove the bitmap + completely (for all states). + @see GetBitmapDisabled(), SetBitmapLabel(), SetBitmapPressed(), SetBitmapFocus() @@ -140,6 +148,9 @@ Sets the bitmap for the button appearance when it has the keyboard focus. + If @a bitmap is invalid, the normal bitmap will be used in the focused + state. + @see GetBitmapFocus(), SetBitmapLabel(), SetBitmapPressed(), SetBitmapDisabled() diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/app.h wxpython3.0-3.0.1.1+dfsg/interface/wx/app.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/app.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/app.h 2013-12-31 21:47:57.000000000 +0000 @@ -880,6 +880,27 @@ */ virtual void MacReopenApp(); + /** + May be overridden to indicate that the application is not a foreground + GUI application under OS X. + + This method is called during the application startup and returns @true + by default. In this case, wxWidgets ensures that the application is ran + as a foreground, GUI application so that the user can interact with it + normally, even if it is not bundled. If this is undesired, i.e. if the + application doesn't need to be brought to the foreground, this method + can be overridden to return @false. + + Notice that overriding it doesn't make any difference for the bundled + applications which are always foreground unless @c LSBackgroundOnly key + is specified in the @c Info.plist file. + + @onlyfor{wxosx} + + @since 3.0.1 + */ + virtual bool OSXIsGUIApplication(); + //@} }; diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/choice.h wxpython3.0-3.0.1.1+dfsg/interface/wx/choice.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/choice.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/choice.h 2014-06-24 21:43:01.000000000 +0000 @@ -148,8 +148,8 @@ /** Unlike wxControlWithItems::GetSelection() which only returns the - accepted selection value, i.e. the selection in the control once the - user closes the dropdown list, this function returns the current + accepted selection value (the selection in the control once the + user closes the dropdown list), this function returns the current selection. That is, while the dropdown list is shown, it returns the currently selected item in it. When it is not shown, its result is the same as for the other function. diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/combobox.h wxpython3.0-3.0.1.1+dfsg/interface/wx/combobox.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/combobox.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/combobox.h 2014-02-13 19:43:31.000000000 +0000 @@ -60,14 +60,14 @@ @event{EVT_COMBOBOX_DROPDOWN(id, func)} Process a @c wxEVT_COMBOBOX_DROPDOWN event, which is generated when the list box part of the combo box is shown (drops down). - Notice that this event is currently only supported by wxMSW and - wxGTK with GTK+ 2.10 or later. + Notice that this event is only supported by wxMSW, wxGTK with GTK+ + 2.10 or later, and wxOSX/Cocoa. @event{EVT_COMBOBOX_CLOSEUP(id, func)} Process a @c wxEVT_COMBOBOX_CLOSEUP event, which is generated when the list box of the combo box disappears (closes up). This event is only generated for the same platforms as - @c wxEVT_COMBOBOX_DROPDOWN above. Also note that only wxMSW - supports adding or deleting items in this event. + @c wxEVT_COMBOBOX_DROPDOWN above. Also note that only wxMSW and + wxOSX/Cocoa support adding or deleting items in this event. @endEventTable @library{wxcore} diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/event.h wxpython3.0-3.0.1.1+dfsg/interface/wx/event.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/event.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/event.h 2014-02-03 22:19:37.000000000 +0000 @@ -4083,6 +4083,11 @@ You can only veto a shutdown if CanVeto() returns @true. */ void Veto(bool veto = true); + + /** + Returns whether the Veto flag was set. + */ + bool GetVeto() const; }; diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/fontdlg.h wxpython3.0-3.0.1.1+dfsg/interface/wx/fontdlg.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/fontdlg.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/fontdlg.h 2014-06-24 21:43:01.000000000 +0000 @@ -13,7 +13,7 @@ @library{wxcore} @category{cmndlg} - @see overview_cmndlg_font, wxFontData, wxGetFontFromUser() + @see @ref overview_cmndlg_font, wxFontData, wxGetFontFromUser() */ class wxFontDialog : public wxDialog { diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/graphics.h wxpython3.0-3.0.1.1+dfsg/interface/wx/graphics.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/graphics.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/graphics.h 2014-04-17 19:27:13.000000000 +0000 @@ -810,6 +810,14 @@ Sets the interpolation quality, returns true if it is supported. Not implemented in Cairo backend currently. + + Notice that in wxWidgets 3.0 the default interpolation quality for + GDI+-based implementation is ::wxINTERPOLATION_GOOD and @e not + ::wxINTERPOLATION_DEFAULT (unlike under OS X with CoreGraphics-based + implementation). This will be changed in wxWidgets 3.1 and later + version, call this method explicitly instead of relying on the default + value to ensure consistent behaviour across different platforms and + versions. */ virtual bool SetInterpolationQuality(wxInterpolationQuality interpolation) = 0; diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/grid.h wxpython3.0-3.0.1.1+dfsg/interface/wx/grid.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/grid.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/grid.h 2014-04-17 19:27:13.000000000 +0000 @@ -466,6 +466,18 @@ */ virtual wxString GetValue() const = 0; + /** + Get the wxControl used by this editor. + */ + wxControl* GetControl() const; + + /** + Set the wxControl that will be used by this cell editor for editing the + value. + */ + void SetControl(wxControl* control); + + protected: /** @@ -4447,6 +4459,36 @@ //@} + + virtual void DrawCellHighlight( wxDC& dc, const wxGridCellAttr *attr ); + + virtual void DrawRowLabels( wxDC& dc, const wxArrayInt& rows ); + virtual void DrawRowLabel( wxDC& dc, int row ); + + virtual void DrawColLabels( wxDC& dc, const wxArrayInt& cols ); + virtual void DrawColLabel( wxDC& dc, int col ); + + virtual void DrawCornerLabel(wxDC& dc); + + void DrawTextRectangle( wxDC& dc, const wxString& text, const wxRect& rect, + int horizontalAlignment = wxALIGN_LEFT, + int verticalAlignment = wxALIGN_TOP, + int textOrientation = wxHORIZONTAL ) const; + + void DrawTextRectangle( wxDC& dc, const wxArrayString& lines, const wxRect& rect, + int horizontalAlignment = wxALIGN_LEFT, + int verticalAlignment = wxALIGN_TOP, + int textOrientation = wxHORIZONTAL ) const; + + wxColour GetCellHighlightColour() const; + int GetCellHighlightPenWidth() const; + int GetCellHighlightROPenWidth() const; + + void SetCellHighlightColour( const wxColour& ); + void SetCellHighlightPenWidth(int width); + void SetCellHighlightROPenWidth(int width); + + protected: /** Returns @true if this grid has support for cell attributes. diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/hashset.h wxpython3.0-3.0.1.1+dfsg/interface/wx/hashset.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/hashset.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/hashset.h 2014-06-24 21:43:01.000000000 +0000 @@ -204,7 +204,8 @@ /** If an element with the given key is present, the functions returns an iterator pointing at that element, otherwise an invalid iterator - is returned; i.e. + is returned. + i.e. @code hashset.find( non_existent_key ) == hashset.end() @endcode diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/html/webkit.h wxpython3.0-3.0.1.1+dfsg/interface/wx/html/webkit.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/html/webkit.h 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/html/webkit.h 2013-12-31 21:47:57.000000000 +0000 @@ -0,0 +1,152 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: wx/html/webkit.h +// Purpose: wxWebKitCtrl - embeddable web kit control +// Author: Jethro Grassie / Kevin Ollivier +// Modified by: +// Created: 2004-4-16 +// Copyright: (c) Jethro Grassie / Kevin Ollivier +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + +#ifndef _WX_WEBKIT_H +#define _WX_WEBKIT_H + +/** + @class wxWebKitCtrl + + This control is a native wrapper around the Safari web browsing + engine. This wrapper differs from the one in wxWebView in that this + version supports functionality specific to WebKit, such as having + RunScript return a value, which is a very critical feature in many web + embedding scenarios. + + This class is only available on OSX. +**/ + +class wxWebKitCtrl : public wxControl +{ +public: + + wxWebKitCtrl(); + wxWebKitCtrl(wxWindow *parent, + wxWindowID winid, + const wxString& strURL, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, long style = 0, + const wxValidator& validator = wxDefaultValidator, + const wxString& name = wxWebKitCtrlNameStr); + + bool Create(wxWindow *parent, + wxWindowID winid, + const wxString& strURL, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, long style = 0, + const wxValidator& validator = wxDefaultValidator, + const wxString& name = wxWebKitCtrlNameStr); + virtual ~wxWebKitCtrl(); + + void LoadURL(const wxString &url); + + bool CanGoBack(); + bool CanGoForward(); + bool GoBack(); + bool GoForward(); + void Reload(); + void Stop(); + bool CanGetPageSource(); + wxString GetPageSource(); + void SetPageSource(const wxString& source, const wxString& baseUrl = wxEmptyString); + wxString GetPageURL(); + void SetPageTitle(const wxString& title); + wxString GetPageTitle(); + + // since these worked in 2.6, add wrappers + void SetTitle(const wxString& title); + wxString GetTitle(); + + wxString GetSelection(); + + bool CanIncreaseTextSize(); + void IncreaseTextSize(); + bool CanDecreaseTextSize(); + void DecreaseTextSize(); + + void Print(bool showPrompt = false); + + void MakeEditable(bool enable = true); + bool IsEditable(); + + wxString RunScript(const wxString& javascript); + + void SetScrollPos(int pos); + int GetScrollPos(); +}; + +// ---------------------------------------------------------------------------- +// Web Kit Events +// ---------------------------------------------------------------------------- + +enum { + wxWEBKIT_STATE_START = 1, + wxWEBKIT_STATE_NEGOTIATING = 2, + wxWEBKIT_STATE_REDIRECTING = 4, + wxWEBKIT_STATE_TRANSFERRING = 8, + wxWEBKIT_STATE_STOP = 16, + wxWEBKIT_STATE_FAILED = 32 +}; + +enum { + wxWEBKIT_NAV_LINK_CLICKED = 1, + wxWEBKIT_NAV_BACK_NEXT = 2, + wxWEBKIT_NAV_FORM_SUBMITTED = 4, + wxWEBKIT_NAV_RELOAD = 8, + wxWEBKIT_NAV_FORM_RESUBMITTED = 16, + wxWEBKIT_NAV_OTHER = 32 + +}; + + + +class wxWebKitBeforeLoadEvent : public wxCommandEvent +{ +public: + bool IsCancelled(); + void Cancel(bool cancel = true); + wxString GetURL(); + void SetURL(const wxString& url); + void SetNavigationType(int navType); + int GetNavigationType(); + + wxWebKitBeforeLoadEvent( wxWindow* win = 0 ); +}; + +class wxWebKitStateChangedEvent : public wxCommandEvent +{ +public: + int GetState(); + void SetState(const int state); + wxString GetURL(); + void SetURL(const wxString& url); + + wxWebKitStateChangedEvent( wxWindow* win = 0 ); +}; + + +class wxWebKitNewWindowEvent : public wxCommandEvent +{ +public: + wxString GetURL() const; + void SetURL(const wxString& url); + wxString GetTargetName() const; + void SetTargetName(const wxString& name); + + wxWebKitNewWindowEvent( wxWindow* win = 0 ); +}; + +wxEventType wxEVT_WEBKIT_STATE_CHANGED; +wxEventType wxEVT_WEBKIT_BEFORE_LOAD; +wxEventType wxEVT_WEBKIT_NEW_WINDOW; + + +#endif + // _WX_WEBKIT_H_ diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/hyperlink.h wxpython3.0-3.0.1.1+dfsg/interface/wx/hyperlink.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/hyperlink.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/hyperlink.h 2014-06-24 21:43:01.000000000 +0000 @@ -148,7 +148,7 @@ /** Returns the colour used to print the label when the link has never been clicked - before (i.e. the link has not been @e visited) and the mouse is not over the control. + before (i.e.\ the link has not been @e visited) and the mouse is not over the control. */ virtual wxColour GetNormalColour() const; @@ -165,7 +165,7 @@ /** Returns the colour used to print the label when the mouse is not over the - control and the link has already been clicked before (i.e. the link has + control and the link has already been clicked before (i.e.\ the link has been @e visited). */ virtual wxColour GetVisitedColour() const; @@ -178,7 +178,7 @@ /** Sets the colour used to print the label when the link has never been clicked before - (i.e. the link has not been @e visited) and the mouse is not over the control. + (i.e.\ the link has not been @e visited) and the mouse is not over the control. */ virtual void SetNormalColour(const wxColour& colour); @@ -194,7 +194,7 @@ /** Sets the colour used to print the label when the mouse is not over the control - and the link has already been clicked before (i.e. the link has been @e visited). + and the link has already been clicked before (i.e.\ the link has been @e visited). */ virtual void SetVisitedColour(const wxColour& colour); }; diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/image.h wxpython3.0-3.0.1.1+dfsg/interface/wx/image.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/image.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/image.h 2014-02-03 22:19:37.000000000 +0000 @@ -1671,6 +1671,12 @@ void SetPalette(const wxPalette& palette); /** + Set the color of the pixel at the given x and y coordinate. + */ + + void SetRGB( int x, int y, unsigned char r, unsigned char g, unsigned char b ); + + /** Sets the colour of the pixels within the given rectangle. This routine performs bounds-checks for the coordinate so it can be considered diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/mediactrl.h wxpython3.0-3.0.1.1+dfsg/interface/wx/mediactrl.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/mediactrl.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/mediactrl.h 2013-12-31 21:48:31.000000000 +0000 @@ -5,6 +5,22 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +/** + Describes the current state of the media. + + @see wxMediaCtrl::GetState() + */ +enum wxMediaState +{ + /** No media is being currently played. */ + wxMEDIASTATE_STOPPED, + + /** Current media is paused. */ + wxMEDIASTATE_PAUSED, + + /** There is media currently playing. */ + wxMEDIASTATE_PLAYING +}; enum wxMediaCtrlPlayerControls { @@ -306,7 +322,7 @@ double GetPlaybackRate(); /** - Obtains the state the playback of the media is in - + Obtains the state the playback of the media is in. @beginTable @row2col{wxMEDIASTATE_STOPPED, The movie has stopped.} diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/menu.h wxpython3.0-3.0.1.1+dfsg/interface/wx/menu.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/menu.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/menu.h 2014-04-17 19:27:13.000000000 +0000 @@ -408,6 +408,18 @@ */ static wxMenuBar* MacGetCommonMenuBar(); + /** + Returns the Apple menu. + + This is the leftmost menu with application's name as its title. You + shouldn't remove any items from it, but it is safe to insert extra menu + items or submenus into it. + + @onlyfor{wxosx} + @since 3.0.1 + */ + wxMenu *OSXGetAppleMenu() const; + wxFrame *GetFrame() const; bool IsAttached() const; virtual void Attach(wxFrame *frame); @@ -640,6 +652,8 @@ Adds the given @a submenu to this menu. @a text is the text shown in the menu for it and @a help is the help string shown in the status bar when the submenu item is selected. + + @see Insert(), Prepend() */ wxMenuItem* AppendSubMenu(wxMenu* submenu, const wxString& text, const wxString& help = wxEmptyString); @@ -854,6 +868,16 @@ wxItemKind kind = wxITEM_NORMAL); /** + Inserts the given @a submenu before the position @a pos. + @a text is the text shown in the menu for it and @a help is the + help string shown in the status bar when the submenu item is selected. + + @see AppendSubMenu(), Prepend() + */ + wxMenuItem* Insert(size_t pos, int id, const wxString& text, + wxMenu* submenu, const wxString& help = wxEmptyString); + + /** Inserts a checkable item at the given position. @see Insert(), AppendCheckItem() @@ -919,6 +943,14 @@ wxItemKind kind = wxITEM_NORMAL); /** + Inserts the given @a submenu at position 0. + + @see AppendSubMenu(), Insert() + */ + wxMenuItem* Prepend(int id, const wxString& text, wxMenu* submenu, + const wxString& help = wxEmptyString); + + /** Inserts a checkable item at position 0. @see Prepend(), AppendCheckItem() diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/menuitem.h wxpython3.0-3.0.1.1+dfsg/interface/wx/menuitem.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/menuitem.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/menuitem.h 2014-06-24 21:43:01.000000000 +0000 @@ -163,9 +163,16 @@ @onlyfor{wxmsw} */ - virtual const wxBitmap& GetBitmap() const; + virtual const wxBitmap& GetBitmap(bool checked = true) const; /** + Returns the bitmap to be used for disabled items. + + @onlyfor{wxmsw} + */ + virtual const wxBitmap& GetDisabledBitmap() const; + + /** Returns the font associated with the menu item. @onlyfor{wxmsw} @@ -258,6 +265,17 @@ */ wxColour& GetTextColour() const; + /** + Extract the accelerator from the given menu string, return NULL if none + found. + */ + static wxAcceleratorEntry *GetAccelFromString(const wxString& label); + + /** + Get our accelerator or NULL (caller must delete the pointer) + */ + virtual wxAcceleratorEntry *GetAccel() const; + //@} @@ -359,6 +377,14 @@ const wxBitmap& unchecked = wxNullBitmap); /** + Sets the to be used for disabled menu items. + + @onlyfor{wxmsw} + */ + void SetDisabledBitmap(const wxBitmap& disabled); + + + /** Sets the font associated with the menu item. @onlyfor{wxmsw} @@ -467,6 +493,12 @@ */ void SetTextColour(const wxColour& colour); + /** + Set the accel for this item - this may also be done indirectly with + SetText() + */ + virtual void SetAccel(wxAcceleratorEntry *accel); + //@} }; diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/msgdlg.h wxpython3.0-3.0.1.1+dfsg/interface/wx/msgdlg.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/msgdlg.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/msgdlg.h 2014-06-24 21:43:01.000000000 +0000 @@ -36,7 +36,8 @@ @style{wxNO_DEFAULT} Makes the "No" button default, can only be used with @c wxYES_NO. @style{wxCANCEL_DEFAULT} - Makes the "Cancel" button default, can only be used with @c wxCANCEL + Makes the "Cancel" button default, can only be used with @c wxCANCEL. + This style is currently not supported (and ignored) in wxOSX. @style{wxYES_DEFAULT} Makes the "Yes" button default, this is the default behaviour and this flag exists solely for symmetry with @c wxNO_DEFAULT. diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/ribbon/bar.h wxpython3.0-3.0.1.1+dfsg/interface/wx/ribbon/bar.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/ribbon/bar.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/ribbon/bar.h 2014-04-17 19:27:13.000000000 +0000 @@ -5,6 +5,36 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// + +/** + The possible display modes of the panel area of a wxRibbonBar widget. + + @see wxRibbonBar::ShowPanels() + @see wxRibbonBar::GetDisplayMode() + + @since 2.9.5 +*/ +enum wxRibbonDisplayMode +{ + /** + The panel area is visible and pinned: it remains visible when the + ribbon bar loses the focus. + */ + wxRIBBON_BAR_PINNED, + + /** + The panel area is hidden: only the pages tabs remain visible. + */ + wxRIBBON_BAR_MINIMIZED, + + /** + The panel area is visible, but not pinned: it minimizes as soon as the + focus is lost. + */ + wxRIBBON_BAR_EXPANDED +}; + + /** @class wxRibbonBarEvent diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/richtext/richtextbuffer.h wxpython3.0-3.0.1.1+dfsg/interface/wx/richtext/richtextbuffer.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/richtext/richtextbuffer.h 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/richtext/richtextbuffer.h 2014-06-24 21:43:01.000000000 +0000 @@ -1351,7 +1351,7 @@ @library{wxrichtext} @category{richtext} - @see wxRichTextAttr, wxTextBoxAttr, wxRichTextCtrl + @see wxTextAttr, wxTextBoxAttr, wxRichTextCtrl */ class wxRichTextAttr: public wxTextAttr diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/sizer.h wxpython3.0-3.0.1.1+dfsg/interface/wx/sizer.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/sizer.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/sizer.h 2014-02-03 22:19:37.000000000 +0000 @@ -1639,7 +1639,17 @@ Note that this method does not trigger relayout. */ void SetNonFlexibleGrowMode(wxFlexSizerGrowMode mode); - + + /** + Returns a read-only array containing the heights of the rows in the sizer. + */ + const wxArrayInt& GetRowHeights() const; + + /** + Returns a read-only array containing the widths of the columns in the sizer. + */ + const wxArrayInt& GetColWidths() const; + virtual void RecalcSizes(); virtual wxSize CalcMin(); diff -Nru wxpython3.0-3.0.0.0+dfsg/interface/wx/window.h wxpython3.0-3.0.1.1+dfsg/interface/wx/window.h --- wxpython3.0-3.0.0.0+dfsg/interface/wx/window.h 2013-12-16 13:42:30.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/interface/wx/window.h 2014-02-03 22:19:37.000000000 +0000 @@ -455,13 +455,21 @@ /** Find a child of this window, by @a id. + May return @a this if it matches itself. + + Notice that only real children, not top level windows using this window + as parent, are searched by this function. */ wxWindow* FindWindow(long id) const; /** Find a child of this window, by name. + May return @a this if it matches itself. + + Notice that only real children, not top level windows using this window + as parent, are searched by this function. */ wxWindow* FindWindow(const wxString& name) const; @@ -1378,6 +1386,9 @@ virtual void SetSizeHints( const wxSize& minSize, const wxSize& maxSize=wxDefaultSize, const wxSize& incSize=wxDefaultSize); + /** + @overload + */ virtual void SetSizeHints( int minW, int minH, int maxW = -1, int maxH = -1, int incW = -1, int incH = -1 ); @@ -2900,12 +2911,17 @@ virtual void SetName(const wxString& name); /** - This function can be called under all platforms but only does anything under - Mac OS X 10.3+ currently. Under this system, each of the standard control can - exist in several sizes which correspond to the elements of wxWindowVariant enum. + Chooses a different variant of the window display to use. + + Window variants currently just differ in size, as can be seen from + ::wxWindowVariant documentation. Under all platforms but OS X, this + function does nothing more than change the font used by the window. + However under OS X it is implemented natively and selects the + appropriate variant of the native widget, which has better appearance + than just scaled down or up version of the normal variant, so it should + be preferred to directly tweaking the font size. - By default the controls use the normal size, of course, but this function can - be used to change this. + By default the controls naturally use the normal variant. */ void SetWindowVariant(wxWindowVariant variant); Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/locale/af.mo and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/locale/af.mo differ diff -Nru wxpython3.0-3.0.0.0+dfsg/locale/af.po wxpython3.0-3.0.1.1+dfsg/locale/af.po --- wxpython3.0-3.0.0.0+dfsg/locale/af.po 2013-12-28 09:36:53.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/locale/af.po 2014-04-17 19:37:42.000000000 +0000 @@ -1,45 +1,51 @@ +# F Wolff , 2013. msgid "" msgstr "" "Project-Id-Version: wxWidgets 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-01 19:04+0200\n" -"PO-Revision-Date: 2004-09-21 12:47+0200\n" -"Last-Translator: Petri Jooste \n" -"Language-Team: wxWidgets translators \n" +"POT-Creation-Date: 2014-02-21 14:54+0100\n" +"PO-Revision-Date: 2013-11-04 10:21+0200\n" +"Last-Translator: F Wolff \n" +"Language-Team: translate-discuss-af@lists.sourceforge.net\n" "Language: af\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Virtaal 0.9.0-rc1\n" +"X-Project-Style: kde\n" #: ../src/common/debugrpt.cpp:591 msgid "" "\n" "Please send this report to the program maintainer, thank you!\n" msgstr "" +"\n" +"Stuur asb. die verslag aan wie ook al die program onderhou. Dankie!\n" #: ../src/richtext/richtextstyledlg.cpp:210 #: ../src/richtext/richtextstyledlg.cpp:222 msgid " " -msgstr "" +msgstr " " #: ../src/generic/dbgrptg.cpp:326 msgid " Thank you and we're sorry for the inconvenience!\n" -msgstr "" +msgstr " Dankie, en jammer vir die ongerief!\n" #: ../src/common/prntbase.cpp:546 -#, fuzzy, c-format +#, c-format msgid " (copy %d of %d)" -msgstr "Bladsy %d van %d" +msgstr " (kopie %d van %d)" #: ../src/common/log.cpp:425 #, c-format msgid " (error %ld: %s)" -msgstr " (fout %ld: %s) " +msgstr " (fout %ld: %s)" #: ../src/common/imagtiff.cpp:75 -#, fuzzy, c-format +#, c-format msgid " (in module \"%s\")" -msgstr "tiff-module: %s" +msgstr " (in module \"%s\")" #: ../src/common/docview.cpp:1624 msgid " - " @@ -47,22 +53,19 @@ #: ../src/richtext/richtextprint.cpp:588 ../src/html/htmprint.cpp:704 msgid " Preview" -msgstr "Drukvoorskou" +msgstr " Voorskou" #: ../src/common/fontcmn.cpp:811 -#, fuzzy msgid " bold" -msgstr "vet" +msgstr " vetdruk" #: ../src/common/fontcmn.cpp:827 -#, fuzzy msgid " italic" -msgstr "kursief" +msgstr " kursief" #: ../src/common/fontcmn.cpp:807 -#, fuzzy msgid " light" -msgstr "lig" +msgstr " lig" #: ../src/common/paper.cpp:118 msgid "#10 Envelope, 4 1/8 x 9 1/2 in" @@ -84,10 +87,23 @@ msgid "#9 Envelope, 3 7/8 x 8 7/8 in" msgstr "Koevert nr.9, 3 7/8 x 8 7/8 duim" +#: ../src/richtext/richtextsizepage.cpp:340 +#: ../src/richtext/richtextsizepage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:401 +#: ../src/richtext/richtextsizepage.cpp:428 +#: ../src/richtext/richtextsizepage.cpp:455 +#: ../src/richtext/richtextsizepage.cpp:482 +#: ../src/richtext/richtextsizepage.cpp:556 +#: ../src/richtext/richtextsizepage.cpp:591 +#: ../src/richtext/richtextsizepage.cpp:626 +#: ../src/richtext/richtextsizepage.cpp:661 +msgid "%" +msgstr "" + #: ../src/html/helpwnd.cpp:1044 -#, fuzzy, c-format +#, c-format msgid "%d of %lu" -msgstr "%i van %i" +msgstr "%d van %lu" #: ../src/html/helpwnd.cpp:1681 ../src/html/helpwnd.cpp:1719 #, c-format @@ -95,16 +111,16 @@ msgstr "%i van %i" #: ../src/generic/filectrlg.cpp:315 -#, fuzzy, c-format +#, c-format msgid "%ld byte" msgid_plural "%ld bytes" -msgstr[0] "%ld grepe" +msgstr[0] "%ld greep" msgstr[1] "%ld grepe" #: ../src/html/helpwnd.cpp:1046 -#, fuzzy, c-format +#, c-format msgid "%lu of %lu" -msgstr "%i van %i" +msgstr "%lu van %lu" #: ../src/common/cmdline.cpp:1050 #, c-format @@ -114,29 +130,29 @@ #: ../src/generic/logg.cpp:230 #, c-format msgid "%s Error" -msgstr "%s Fout" +msgstr "%s-fout" #: ../src/generic/logg.cpp:242 #, c-format msgid "%s Information" -msgstr "%s Informasie" +msgstr "%s-inligting" #: ../src/generic/preferencesg.cpp:110 #, c-format msgid "%s Preferences" -msgstr "" +msgstr "%s-voorkeure" #: ../src/generic/logg.cpp:234 #, c-format msgid "%s Warning" -msgstr "%s Waarskuwing" +msgstr "%s-waarskuwing" #: ../src/common/tarstrm.cpp:1319 #, c-format msgid "%s did not fit the tar header for entry '%s'" msgstr "" -#: ../src/common/fldlgcmn.cpp:106 +#: ../src/common/fldlgcmn.cpp:124 #, c-format msgid "%s files (%s)|%s" msgstr "%s lêers (%s)|%s" @@ -148,25 +164,24 @@ #: ../src/common/stockitem.cpp:207 msgid "&Actual Size" -msgstr "" +msgstr "&Werklike grootte" #: ../src/richtext/richtextindentspage.cpp:262 msgid "&After a paragraph:" -msgstr "" +msgstr "N&a 'n paragraaf:" #: ../src/richtext/richtextindentspage.cpp:128 #: ../src/richtext/richtextliststylepage.cpp:319 -#, fuzzy msgid "&Alignment" -msgstr "negentiende" +msgstr "&Belyning" #: ../src/common/stockitem.cpp:141 msgid "&Apply" -msgstr "" +msgstr "P&as toe" #: ../src/richtext/richtextstyledlg.cpp:251 msgid "&Apply Style" -msgstr "" +msgstr "P&as styl toe" #: ../src/msw/mdi.cpp:175 msgid "&Arrange Icons" @@ -174,59 +189,56 @@ #: ../src/common/stockitem.cpp:195 msgid "&Ascending" -msgstr "" +msgstr "&Stygend" #: ../src/common/stockitem.cpp:142 -#, fuzzy msgid "&Back" -msgstr "< &Terug" +msgstr "&Terug" #: ../src/richtext/richtextstylepage.cpp:113 msgid "&Based on:" -msgstr "" +msgstr "Ge&baseer op:" #: ../src/richtext/richtextindentspage.cpp:253 msgid "&Before a paragraph:" -msgstr "" +msgstr "&Voor 'n paragraaf:" #: ../src/richtext/richtextfontpage.cpp:271 msgid "&Bg colour:" -msgstr "" +msgstr "&Agtergrondkleur:" #: ../src/common/stockitem.cpp:143 -#, fuzzy msgid "&Bold" -msgstr "Vet" +msgstr "&Vet" #: ../src/common/stockitem.cpp:144 msgid "&Bottom" -msgstr "" +msgstr "&Onder" -#: ../src/richtext/richtextborderspage.cpp:359 -#: ../src/richtext/richtextborderspage.cpp:503 +#: ../src/richtext/richtextborderspage.cpp:343 +#: ../src/richtext/richtextborderspage.cpp:512 #: ../src/richtext/richtextmarginspage.cpp:260 #: ../src/richtext/richtextmarginspage.cpp:374 #: ../src/richtext/richtextsizepage.cpp:637 #: ../src/richtext/richtextsizepage.cpp:644 msgid "&Bottom:" -msgstr "" +msgstr "&Onderkant:" -#: ../include/wx/richtext/richtextbuffer.h:3530 -#, fuzzy +#: ../include/wx/richtext/richtextbuffer.h:3578 msgid "&Box" -msgstr "Vet" +msgstr "&Boks" #: ../src/richtext/richtextliststylepage.cpp:210 #: ../src/richtext/richtextbulletspage.cpp:159 msgid "&Bullet style:" -msgstr "" +msgstr "&Koeëltjiestyl:" #: ../src/common/stockitem.cpp:146 msgid "&CD-Rom" -msgstr "" +msgstr "&CD-ROM" #: ../src/generic/wizard.cpp:432 ../src/generic/fontdlgg.cpp:470 -#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:588 +#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:572 #: ../src/common/stockitem.cpp:145 msgid "&Cancel" msgstr "&Kanselleer" @@ -235,19 +247,17 @@ msgid "&Cascade" msgstr "&Trapsgewys" -#: ../include/wx/richtext/richtextbuffer.h:5587 -#, fuzzy +#: ../include/wx/richtext/richtextbuffer.h:5639 msgid "&Cell" -msgstr "&Kanselleer" +msgstr "&Sel" #: ../src/richtext/richtextsymboldlg.cpp:439 msgid "&Character code:" -msgstr "" +msgstr "&Karakterkode:" #: ../src/common/stockitem.cpp:147 -#, fuzzy msgid "&Clear" -msgstr "&Vee uit" +msgstr "&Maak skoon" #: ../src/generic/logg.cpp:522 ../src/common/stockitem.cpp:148 #: ../src/common/prntbase.cpp:1570 ../src/univ/themes/win32.cpp:3756 @@ -256,70 +266,63 @@ msgstr "Maak &toe" #: ../src/common/stockitem.cpp:193 -#, fuzzy msgid "&Color" -msgstr "Kies lettertipe" +msgstr "&Kleur" #: ../src/richtext/richtextfontpage.cpp:258 msgid "&Colour:" -msgstr "" +msgstr "&Kleur:" #: ../src/common/stockitem.cpp:149 -#, fuzzy msgid "&Convert" -msgstr "Inhoud" +msgstr "S&kakel om" -#: ../src/richtext/richtextctrl.cpp:326 ../src/osx/textctrl_osx.cpp:583 -#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2284 +#: ../src/richtext/richtextctrl.cpp:332 ../src/osx/textctrl_osx.cpp:583 +#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2335 msgid "&Copy" -msgstr "&Kopieer " +msgstr "&Kopieer" #: ../src/generic/hyperlinkg.cpp:156 -#, fuzzy msgid "&Copy URL" -msgstr "&Kopieer " +msgstr "&Kopieer URL" #: ../src/common/headerctrlcmn.cpp:328 -#, fuzzy msgid "&Customize..." -msgstr "fontgrootte" +msgstr "&Pasmaak..." #: ../src/generic/dbgrptg.cpp:334 msgid "&Debug report preview:" msgstr "" #: ../src/richtext/richtexttabspage.cpp:142 -#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:585 -#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2286 +#: ../src/richtext/richtextctrl.cpp:334 ../src/osx/textctrl_osx.cpp:585 +#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2337 msgid "&Delete" -msgstr "&Vee uit" +msgstr "&Skrap" #: ../src/richtext/richtextstyledlg.cpp:269 -#, fuzzy msgid "&Delete Style..." -msgstr "Verwyder item" +msgstr "&Skrap styl..." #: ../src/common/stockitem.cpp:196 msgid "&Descending" -msgstr "" +msgstr "&Dalend" #: ../src/generic/logg.cpp:688 msgid "&Details" msgstr "&Besonderhede" #: ../src/common/stockitem.cpp:153 -#, fuzzy msgid "&Down" -msgstr "Af" +msgstr "&Af" #: ../src/common/stockitem.cpp:154 msgid "&Edit" -msgstr "" +msgstr "R&edigeer" #: ../src/richtext/richtextstyledlg.cpp:263 -#, fuzzy msgid "&Edit Style..." -msgstr "Redigeer item" +msgstr "R&edigeer styl..." #: ../src/common/stockitem.cpp:155 msgid "&Execute" @@ -338,9 +341,8 @@ msgstr "&Voltooi" #: ../src/common/stockitem.cpp:159 -#, fuzzy msgid "&First" -msgstr "eerste" +msgstr "&Eerste" #: ../src/richtext/richtextsizepage.cpp:244 msgid "&Floating mode:" @@ -352,14 +354,12 @@ msgstr "&Kopieer " #: ../src/common/stockitem.cpp:194 -#, fuzzy msgid "&Font" -msgstr "Lettertipe-grootte:" +msgstr "&Lettertipe" #: ../src/generic/fontdlgg.cpp:371 -#, fuzzy msgid "&Font family:" -msgstr "Lettertipe-grootte:" +msgstr "&Lettertipe-familie" #: ../src/richtext/richtextliststylepage.cpp:194 msgid "&Font for Level..." @@ -372,100 +372,90 @@ msgstr "Lettertipe-grootte:" #: ../src/common/stockitem.cpp:161 -#, fuzzy msgid "&Forward" -msgstr "Vorentoe" +msgstr "&Vorentoe" #: ../src/richtext/richtextsymboldlg.cpp:451 -#, fuzzy msgid "&From:" -msgstr "Van:" +msgstr "&Van:" #: ../src/common/stockitem.cpp:162 msgid "&Harddisk" -msgstr "" +msgstr "&Hardeskyf" #: ../src/richtext/richtextsizepage.cpp:351 #: ../src/richtext/richtextsizepage.cpp:358 -#, fuzzy msgid "&Height:" -msgstr "agtste" +msgstr "&Hoogte:" #: ../src/generic/wizard.cpp:435 ../src/richtext/richtextstyledlg.cpp:303 -#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:785 +#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:776 #: ../src/common/stockitem.cpp:163 ../src/html/helpfrm.cpp:147 msgid "&Help" msgstr "&Hulp" #: ../include/wx/richmsgdlg.h:30 -#, fuzzy msgid "&Hide details" -msgstr "&Besonderhede" +msgstr "&Versteek besonderhede" #: ../src/common/stockitem.cpp:164 -#, fuzzy msgid "&Home" -msgstr "&Verskuif" +msgstr "&Tuis" #: ../src/richtext/richtextindentspage.cpp:184 #: ../src/richtext/richtextliststylepage.cpp:372 msgid "&Indentation (tenths of a mm)" -msgstr "" +msgstr "&Inkeep (tiendes van 'n mm.)" #: ../src/richtext/richtextindentspage.cpp:167 #: ../src/richtext/richtextliststylepage.cpp:356 -#, fuzzy msgid "&Indeterminate" -msgstr "Onderstreep" +msgstr "N&ie gespesifiseer nie" #: ../src/common/stockitem.cpp:166 -#, fuzzy msgid "&Index" -msgstr "Indeks" +msgstr "&Indeks" #: ../src/common/stockitem.cpp:167 -#, fuzzy msgid "&Info" -msgstr "He&rstel" +msgstr "&Inligting" #: ../src/common/stockitem.cpp:168 -#, fuzzy msgid "&Italic" -msgstr "Kursief" +msgstr "&Kursief" #: ../src/common/stockitem.cpp:169 msgid "&Jump to" -msgstr "" +msgstr "&Spring na" #: ../src/richtext/richtextindentspage.cpp:153 #: ../src/richtext/richtextliststylepage.cpp:342 msgid "&Justified" -msgstr "" +msgstr "Al&kantbelyn" #: ../src/common/stockitem.cpp:174 -#, fuzzy msgid "&Last" -msgstr "&Plak" +msgstr "&Laaste" #: ../src/richtext/richtextindentspage.cpp:139 #: ../src/richtext/richtextliststylepage.cpp:328 msgid "&Left" -msgstr "" +msgstr "&Links" #: ../src/richtext/richtextindentspage.cpp:195 -#: ../src/richtext/richtextborderspage.cpp:269 -#: ../src/richtext/richtextborderspage.cpp:413 +#: ../src/richtext/richtextborderspage.cpp:241 +#: ../src/richtext/richtextborderspage.cpp:410 #: ../src/richtext/richtextliststylepage.cpp:381 #: ../src/richtext/richtextmarginspage.cpp:187 #: ../src/richtext/richtextmarginspage.cpp:301 #: ../src/richtext/richtextsizepage.cpp:532 #: ../src/richtext/richtextsizepage.cpp:539 msgid "&Left:" -msgstr "" +msgstr "&Links:" #: ../src/richtext/richtextliststylepage.cpp:183 msgid "&List level:" -msgstr "" +msgstr "&Lysvlak:" #: ../src/generic/logg.cpp:523 msgid "&Log" @@ -477,17 +467,15 @@ #: ../src/richtext/richtextsizepage.cpp:672 msgid "&Move the object to:" -msgstr "" +msgstr "&Skuif die objek na:" #: ../src/common/stockitem.cpp:175 -#, fuzzy msgid "&Network" -msgstr "&Volgende" +msgstr "&Netwerk" #: ../src/richtext/richtexttabspage.cpp:136 ../src/common/stockitem.cpp:176 -#, fuzzy msgid "&New" -msgstr "&Volgende" +msgstr "&Nuwe" #: ../src/aui/tabmdi.cpp:111 ../src/generic/mdig.cpp:100 #: ../src/msw/mdi.cpp:176 @@ -500,36 +488,32 @@ #: ../src/richtext/richtextsizepage.cpp:681 msgid "&Next Paragraph" -msgstr "" +msgstr "Volge&nde paragraaf" #: ../src/generic/tipdlg.cpp:276 msgid "&Next Tip" msgstr "&Volgende wenk" #: ../src/richtext/richtextstylepage.cpp:123 -#, fuzzy msgid "&Next style:" -msgstr "&Volgende >" +msgstr "&Volgende styl:" #: ../src/common/stockitem.cpp:177 ../src/msw/msgdlg.cpp:476 -#, fuzzy msgid "&No" -msgstr "Nee" +msgstr "&Nee" #: ../src/generic/dbgrptg.cpp:356 -#, fuzzy msgid "&Notes:" -msgstr "Nee" +msgstr "&Notas:" #: ../src/richtext/richtextbulletspage.cpp:264 msgid "&Number:" msgstr "" #: ../src/generic/fontdlgg.cpp:475 ../src/generic/fontdlgg.cpp:482 -#: ../src/osx/carbon/fontdlg.cpp:594 ../src/common/stockitem.cpp:178 -#, fuzzy +#: ../src/osx/carbon/fontdlg.cpp:578 ../src/common/stockitem.cpp:178 msgid "&OK" -msgstr "Goed" +msgstr "G&oed" #: ../src/generic/dbgrptg.cpp:342 ../src/common/stockitem.cpp:179 #: ../src/html/helpfrm.cpp:137 @@ -542,34 +526,32 @@ #: ../src/richtext/richtextindentspage.cpp:293 msgid "&Page Break" -msgstr "" +msgstr "&Bladsybreuk" -#: ../src/richtext/richtextctrl.cpp:327 ../src/osx/textctrl_osx.cpp:584 -#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2285 +#: ../src/richtext/richtextctrl.cpp:333 ../src/osx/textctrl_osx.cpp:584 +#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2336 msgid "&Paste" msgstr "&Plak" -#: ../include/wx/richtext/richtextbuffer.h:4655 +#: ../include/wx/richtext/richtextbuffer.h:4705 msgid "&Picture" -msgstr "" +msgstr "&Prent" #: ../src/generic/fontdlgg.cpp:422 -#, fuzzy msgid "&Point size:" -msgstr "Lettertipe-grootte:" +msgstr "&Puntgrootte:" #: ../src/richtext/richtexttabspage.cpp:114 msgid "&Position (tenths of a mm):" -msgstr "" +msgstr "&Posisie (tiendes van 'n mm.):" #: ../src/richtext/richtextsizepage.cpp:514 -#, fuzzy msgid "&Position mode:" -msgstr "Vraag" +msgstr "&Posisiemodus:" #: ../src/common/stockitem.cpp:181 msgid "&Preferences" -msgstr "" +msgstr "&Voorkeure" #: ../src/aui/tabmdi.cpp:112 ../src/generic/mdig.cpp:101 #: ../src/msw/mdi.cpp:177 @@ -577,27 +559,25 @@ msgstr "Vo&rige" #: ../src/richtext/richtextsizepage.cpp:675 -#, fuzzy msgid "&Previous Paragraph" -msgstr "Vorige bladsy" +msgstr "Vorige ¶graaf" #: ../src/common/stockitem.cpp:183 msgid "&Print..." msgstr "&Druk..." -#: ../src/richtext/richtextctrl.cpp:332 ../src/richtext/richtextctrl.cpp:4945 +#: ../src/richtext/richtextctrl.cpp:338 ../src/richtext/richtextctrl.cpp:5054 #: ../src/common/stockitem.cpp:184 -#, fuzzy msgid "&Properties" -msgstr "Vo&rige" +msgstr "&Eienskappe" #: ../src/common/stockitem.cpp:156 msgid "&Quit" -msgstr "" +msgstr "&Sluit af" -#: ../src/richtext/richtextctrl.cpp:323 ../src/osx/textctrl_osx.cpp:580 +#: ../src/richtext/richtextctrl.cpp:329 ../src/osx/textctrl_osx.cpp:580 #: ../src/common/stockitem.cpp:185 ../src/common/cmdproc.cpp:293 -#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2281 +#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2332 msgid "&Redo" msgstr "He&rdoen" @@ -607,15 +587,15 @@ #: ../src/richtext/richtextstyledlg.cpp:257 msgid "&Rename Style..." -msgstr "" +msgstr "He&rnoem styl..." #: ../src/generic/fdrepdlg.cpp:179 msgid "&Replace" -msgstr "Vervang" +msgstr "Ve&rvang" #: ../src/richtext/richtextstyledlg.cpp:287 msgid "&Restart numbering" -msgstr "" +msgstr "He&rbegin nommering" #: ../src/univ/themes/win32.cpp:3747 msgid "&Restore" @@ -623,36 +603,31 @@ #: ../src/richtext/richtextindentspage.cpp:146 #: ../src/richtext/richtextliststylepage.cpp:335 -#, fuzzy msgid "&Right" -msgstr "Lig" +msgstr "&Regs" #: ../src/richtext/richtextindentspage.cpp:213 -#: ../src/richtext/richtextborderspage.cpp:299 -#: ../src/richtext/richtextborderspage.cpp:443 +#: ../src/richtext/richtextborderspage.cpp:275 +#: ../src/richtext/richtextborderspage.cpp:444 #: ../src/richtext/richtextliststylepage.cpp:399 #: ../src/richtext/richtextmarginspage.cpp:212 #: ../src/richtext/richtextmarginspage.cpp:326 #: ../src/richtext/richtextsizepage.cpp:602 #: ../src/richtext/richtextsizepage.cpp:609 -#, fuzzy msgid "&Right:" -msgstr "agtste" +msgstr "&Regs:" #: ../src/common/stockitem.cpp:190 -#, fuzzy msgid "&Save" -msgstr "&Stoor..." +msgstr "&Stoor" #: ../src/common/stockitem.cpp:191 -#, fuzzy msgid "&Save as" -msgstr "Stoor As" +msgstr "&Stoor as" #: ../include/wx/richmsgdlg.h:29 -#, fuzzy msgid "&See details" -msgstr "&Besonderhede" +msgstr "&Wys besonderhede" #: ../src/generic/tipdlg.cpp:270 msgid "&Show tips at startup" @@ -660,123 +635,114 @@ #: ../src/univ/themes/win32.cpp:3750 msgid "&Size" -msgstr "&Formaat" +msgstr "&Grootte" #: ../src/richtext/richtextfontpage.cpp:168 -#, fuzzy msgid "&Size:" -msgstr "&Formaat" +msgstr "&Grootte:" #: ../src/generic/progdlgg.cpp:282 -#, fuzzy msgid "&Skip" -msgstr "Skrif-letter" +msgstr "&Slaan oor" #: ../src/richtext/richtextindentspage.cpp:242 #: ../src/richtext/richtextliststylepage.cpp:417 msgid "&Spacing (tenths of a mm)" -msgstr "" +msgstr "&Spasiëring (tiendes van 'n mm.):" #: ../src/common/stockitem.cpp:197 msgid "&Spell Check" -msgstr "" +msgstr "&Speltoets" #: ../src/common/stockitem.cpp:198 -#, fuzzy msgid "&Stop" -msgstr "Opstellings" +msgstr "&Stop" #: ../src/richtext/richtextfontpage.cpp:284 ../src/common/stockitem.cpp:199 msgid "&Strikethrough" -msgstr "" +msgstr "&Deurhaal" #: ../src/generic/fontdlgg.cpp:382 ../src/richtext/richtextstylepage.cpp:104 msgid "&Style:" msgstr "" #: ../src/richtext/richtextstyledlg.cpp:198 -#, fuzzy msgid "&Styles:" -msgstr "Nee" +msgstr "&Style:" #: ../src/richtext/richtextsymboldlg.cpp:413 msgid "&Subset:" -msgstr "" +msgstr "&Substel:" #: ../src/richtext/richtextliststylepage.cpp:268 #: ../src/richtext/richtextbulletspage.cpp:222 msgid "&Symbol:" +msgstr "&Simbool:" + +#: ../src/richtext/richtextborderspage.cpp:379 +#: ../src/richtext/richtextborderspage.cpp:548 +msgid "&Synchronize values" msgstr "" -#: ../include/wx/richtext/richtextbuffer.h:5679 +#: ../include/wx/richtext/richtextbuffer.h:5733 msgid "&Table" -msgstr "" +msgstr "&Tabel" #: ../src/common/stockitem.cpp:200 -#, fuzzy msgid "&Top" -msgstr "&Kopieer " +msgstr "Bokan&t" -#: ../src/richtext/richtextborderspage.cpp:329 -#: ../src/richtext/richtextborderspage.cpp:473 +#: ../src/richtext/richtextborderspage.cpp:309 +#: ../src/richtext/richtextborderspage.cpp:478 #: ../src/richtext/richtextmarginspage.cpp:235 #: ../src/richtext/richtextmarginspage.cpp:349 #: ../src/richtext/richtextsizepage.cpp:567 #: ../src/richtext/richtextsizepage.cpp:574 -#, fuzzy msgid "&Top:" -msgstr "Aan:" +msgstr "Bokan&t:" #: ../src/generic/fontdlgg.cpp:444 ../src/common/stockitem.cpp:202 -#, fuzzy msgid "&Underline" -msgstr "Onderstreep" +msgstr "&Onderstreep" #: ../src/richtext/richtextfontpage.cpp:243 -#, fuzzy msgid "&Underlining:" -msgstr "Onderstreep" +msgstr "&Onderstreep:" -#: ../src/richtext/richtextctrl.cpp:322 ../src/osx/textctrl_osx.cpp:579 +#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:579 #: ../src/common/stockitem.cpp:203 ../src/common/cmdproc.cpp:271 -#: ../src/msw/textctrl.cpp:2280 +#: ../src/msw/textctrl.cpp:2331 msgid "&Undo" -msgstr "He&rstel" +msgstr "&Ontdoen" #: ../src/common/cmdproc.cpp:265 msgid "&Undo " -msgstr "He&rstel " +msgstr "&Ontdoen" #: ../src/common/stockitem.cpp:204 -#, fuzzy msgid "&Unindent" -msgstr "negentiende" +msgstr "Keep &uit" #: ../src/common/stockitem.cpp:205 -#, fuzzy msgid "&Up" -msgstr "Op" +msgstr "&Op" #: ../src/richtext/richtextsizepage.cpp:278 -#, fuzzy msgid "&Vertical alignment:" -msgstr "negentiende" +msgstr "&Vertikale belyning:" #: ../src/generic/dbgrptg.cpp:340 -#, fuzzy msgid "&View..." -msgstr "&Open..." +msgstr "&Bekyk..." #: ../src/generic/fontdlgg.cpp:393 -#, fuzzy msgid "&Weight:" -msgstr "agtste" +msgstr "Ge&wig:" #: ../src/richtext/richtextsizepage.cpp:317 #: ../src/richtext/richtextsizepage.cpp:324 -#, fuzzy msgid "&Width:" -msgstr "agtste" +msgstr "&Wydte:" #: ../src/aui/tabmdi.cpp:311 ../src/aui/tabmdi.cpp:327 #: ../src/aui/tabmdi.cpp:329 ../src/generic/mdig.cpp:294 @@ -786,17 +752,16 @@ msgstr "&Venster" #: ../src/common/stockitem.cpp:206 ../src/msw/msgdlg.cpp:476 -#, fuzzy msgid "&Yes" -msgstr "Ja" +msgstr "&Ja" #: ../src/common/config.cpp:523 ../src/msw/regconf.cpp:258 #, c-format msgid "'%s' has extra '..', ignored." -msgstr "'%s' het ekstra '..', geïgnoreer" +msgstr "'%s' het ekstra '..', geïgnoreer." -#: ../src/common/valtext.cpp:249 ../src/common/valtext.cpp:251 -#: ../src/common/valtext.cpp:253 ../src/common/valtext.cpp:255 +#: ../src/common/valtext.cpp:165 ../src/common/valtext.cpp:167 +#: ../src/common/valtext.cpp:254 ../src/common/valtext.cpp:256 #, c-format msgid "'%s' is invalid" msgstr "'%s' is ongeldig" @@ -816,27 +781,27 @@ msgid "'%s' is probably a binary buffer." msgstr "'%s' is waarskynlik 'n binêre buffer." -#: ../src/common/valtext.cpp:247 +#: ../src/common/valtext.cpp:252 #, c-format msgid "'%s' should be numeric." msgstr "'%s' moet numeries wees." -#: ../src/common/valtext.cpp:239 +#: ../src/common/valtext.cpp:244 #, c-format msgid "'%s' should only contain ASCII characters." msgstr "'%s' mag slegs ASCII-tekens bevat." -#: ../src/common/valtext.cpp:241 +#: ../src/common/valtext.cpp:246 #, c-format msgid "'%s' should only contain alphabetic characters." msgstr "'%s' mag slegs letters bevat." -#: ../src/common/valtext.cpp:243 +#: ../src/common/valtext.cpp:248 #, c-format msgid "'%s' should only contain alphabetic or numeric characters." msgstr "'%s' mag alleen alfa-numerieke tekens bevat." -#: ../src/common/valtext.cpp:245 +#: ../src/common/valtext.cpp:250 #, fuzzy, c-format msgid "'%s' should only contain digits." msgstr "'%s' mag slegs ASCII-tekens bevat." @@ -844,7 +809,7 @@ #: ../src/richtext/richtextliststylepage.cpp:229 #: ../src/richtext/richtextbulletspage.cpp:179 msgid "(*)" -msgstr "" +msgstr "(*)" #: ../src/html/helpwnd.cpp:976 msgid "(Help)" @@ -853,12 +818,11 @@ #: ../src/richtext/richtextliststylepage.cpp:481 #: ../src/richtext/richtextbulletspage.cpp:286 msgid "(None)" -msgstr "" +msgstr "(Geen)" #: ../src/richtext/richtextsymboldlg.cpp:504 -#, fuzzy msgid "(Normal text)" -msgstr "Normale lettertipe: " +msgstr "(Normale teks)" #: ../src/html/helpwnd.cpp:426 ../src/html/helpwnd.cpp:1119 #: ../src/html/helpwnd.cpp:1745 @@ -870,95 +834,92 @@ #: ../src/richtext/richtextindentspage.cpp:287 #: ../src/richtext/richtextindentspage.cpp:311 #: ../src/richtext/richtextindentspage.cpp:326 -#: ../src/richtext/richtextformatdlg.cpp:831 +#: ../src/richtext/richtextformatdlg.cpp:867 #: ../src/richtext/richtextfontpage.cpp:331 #: ../src/richtext/richtextfontpage.cpp:335 #: ../src/richtext/richtextfontpage.cpp:339 #: ../src/richtext/richtextliststylepage.cpp:448 #: ../src/richtext/richtextliststylepage.cpp:460 #: ../src/richtext/richtextliststylepage.cpp:461 -#, fuzzy msgid "(none)" -msgstr "naamloos" +msgstr "(geen)" #: ../src/richtext/richtextliststylepage.cpp:492 #: ../src/richtext/richtextbulletspage.cpp:297 msgid "*" -msgstr "" +msgstr "*" #: ../src/richtext/richtextliststylepage.cpp:236 #: ../src/richtext/richtextbulletspage.cpp:186 msgid "*)" -msgstr "" +msgstr "*)" #: ../src/richtext/richtextliststylepage.cpp:495 #: ../src/richtext/richtextbulletspage.cpp:300 msgid "+" -msgstr "" +msgstr "+" -#: ../src/msw/utils.cpp:1324 +#: ../src/msw/utils.cpp:1336 msgid ", 64-bit edition" -msgstr "" +msgstr ", 64-bisweergawe" #: ../src/richtext/richtextliststylepage.cpp:493 #: ../src/richtext/richtextbulletspage.cpp:298 msgid "-" -msgstr "" +msgstr "-" #: ../src/generic/filepickerg.cpp:66 -#, fuzzy msgid "..." -msgstr ".." +msgstr "..." #: ../src/richtext/richtextindentspage.cpp:276 #: ../src/richtext/richtextliststylepage.cpp:450 msgid "1.1" -msgstr "" +msgstr "1,1" #: ../src/richtext/richtextindentspage.cpp:277 #: ../src/richtext/richtextliststylepage.cpp:451 msgid "1.2" -msgstr "" +msgstr "1,2" #: ../src/richtext/richtextindentspage.cpp:278 #: ../src/richtext/richtextliststylepage.cpp:452 msgid "1.3" -msgstr "" +msgstr "1,3" #: ../src/richtext/richtextindentspage.cpp:279 #: ../src/richtext/richtextliststylepage.cpp:453 msgid "1.4" -msgstr "" +msgstr "1,4" #: ../src/richtext/richtextindentspage.cpp:280 #: ../src/richtext/richtextliststylepage.cpp:454 msgid "1.5" -msgstr "" +msgstr "1,5" #: ../src/richtext/richtextindentspage.cpp:281 #: ../src/richtext/richtextliststylepage.cpp:455 msgid "1.6" -msgstr "" +msgstr "1,6" #: ../src/richtext/richtextindentspage.cpp:282 #: ../src/richtext/richtextliststylepage.cpp:456 msgid "1.7" -msgstr "" +msgstr "1,7" #: ../src/richtext/richtextindentspage.cpp:283 #: ../src/richtext/richtextliststylepage.cpp:457 msgid "1.8" -msgstr "" +msgstr "1,8" #: ../src/richtext/richtextindentspage.cpp:284 #: ../src/richtext/richtextliststylepage.cpp:458 msgid "1.9" -msgstr "" +msgstr "1,9" #: ../src/common/paper.cpp:141 -#, fuzzy msgid "10 x 11 in" -msgstr "10 x 14 duim" +msgstr "10 x 11 duim" #: ../src/common/paper.cpp:114 msgid "10 x 14 in" @@ -969,28 +930,25 @@ msgstr "11 x 17 duim" #: ../src/common/paper.cpp:185 -#, fuzzy msgid "12 x 11 in" -msgstr "10 x 14 duim" +msgstr "12 x 11 duim" #: ../src/common/paper.cpp:142 -#, fuzzy msgid "15 x 11 in" -msgstr "10 x 14 duim" +msgstr "15 x 11 duim" #: ../src/richtext/richtextindentspage.cpp:285 #: ../src/richtext/richtextliststylepage.cpp:459 msgid "2" -msgstr "" +msgstr "2" #: ../src/common/paper.cpp:133 msgid "6 3/4 Envelope, 3 5/8 x 6 1/2 in" msgstr "6 3/4 koevert, 3 5/8 x 6 1/2 duim" #: ../src/common/paper.cpp:140 -#, fuzzy msgid "9 x 11 in" -msgstr "11 x 17 duim" +msgstr "9 x 11 duim" #: ../src/html/htmprint.cpp:431 msgid ": file does not exist!" @@ -1008,61 +966,61 @@ msgid "< &Back" msgstr "< &Terug" -#: ../src/osx/carbon/fontdlg.cpp:608 ../src/osx/carbon/fontdlg.cpp:815 -#: ../src/osx/carbon/fontdlg.cpp:835 +#: ../src/osx/carbon/fontdlg.cpp:592 ../src/osx/carbon/fontdlg.cpp:799 +#: ../src/osx/carbon/fontdlg.cpp:819 #, fuzzy msgid "" msgstr "Dekoratief" -#: ../src/osx/carbon/fontdlg.cpp:609 ../src/osx/carbon/fontdlg.cpp:817 -#: ../src/osx/carbon/fontdlg.cpp:837 +#: ../src/osx/carbon/fontdlg.cpp:593 ../src/osx/carbon/fontdlg.cpp:801 +#: ../src/osx/carbon/fontdlg.cpp:821 #, fuzzy msgid "" msgstr "Modern" -#: ../src/osx/carbon/fontdlg.cpp:607 ../src/osx/carbon/fontdlg.cpp:813 -#: ../src/osx/carbon/fontdlg.cpp:833 +#: ../src/osx/carbon/fontdlg.cpp:591 ../src/osx/carbon/fontdlg.cpp:797 +#: ../src/osx/carbon/fontdlg.cpp:817 #, fuzzy msgid "" msgstr "Roman" -#: ../src/osx/carbon/fontdlg.cpp:610 ../src/osx/carbon/fontdlg.cpp:819 -#: ../src/osx/carbon/fontdlg.cpp:839 +#: ../src/osx/carbon/fontdlg.cpp:594 ../src/osx/carbon/fontdlg.cpp:803 +#: ../src/osx/carbon/fontdlg.cpp:823 #, fuzzy msgid "" msgstr "Skrif-letter" -#: ../src/osx/carbon/fontdlg.cpp:611 ../src/osx/carbon/fontdlg.cpp:824 -#: ../src/osx/carbon/fontdlg.cpp:843 +#: ../src/osx/carbon/fontdlg.cpp:595 ../src/osx/carbon/fontdlg.cpp:808 +#: ../src/osx/carbon/fontdlg.cpp:827 #, fuzzy msgid "" msgstr "Switsers" -#: ../src/osx/carbon/fontdlg.cpp:612 ../src/osx/carbon/fontdlg.cpp:821 -#: ../src/osx/carbon/fontdlg.cpp:841 +#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:805 +#: ../src/osx/carbon/fontdlg.cpp:825 #, fuzzy msgid "" -msgstr "Nie-proporsioneel (Teletype)" +msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:606 +#: ../src/osx/carbon/fontdlg.cpp:590 msgid "" -msgstr "" +msgstr "" #: ../src/generic/filectrlg.cpp:286 ../src/generic/filectrlg.cpp:309 msgid "" -msgstr "" +msgstr "" #: ../src/generic/filectrlg.cpp:290 ../src/generic/filectrlg.cpp:313 msgid "" -msgstr "" +msgstr "" #: ../src/generic/filectrlg.cpp:288 ../src/generic/filectrlg.cpp:311 msgid "" -msgstr "" +msgstr "" #: ../src/html/helpwnd.cpp:1279 msgid "Bold italic face.
    " -msgstr "Vet- en kursiefdruk.
    " +msgstr "Vet en kursief.
    " #: ../src/html/helpwnd.cpp:1283 msgid "bold italic underlined
    " @@ -1070,17 +1028,16 @@ #: ../src/html/helpwnd.cpp:1278 msgid "Bold face. " -msgstr "Vetdruk." +msgstr "Vetdruk. " #: ../src/html/helpwnd.cpp:1277 msgid "Italic face. " -msgstr "Kursief." +msgstr "Kursief. " #: ../src/richtext/richtextliststylepage.cpp:494 #: ../src/richtext/richtextbulletspage.cpp:299 -#, fuzzy msgid ">" -msgstr ">>" +msgstr ">" #: ../src/generic/dbgrptg.cpp:318 msgid "A debug report has been generated in the directory\n" @@ -1102,23 +1059,20 @@ msgstr "" #: ../src/common/paper.cpp:218 -#, fuzzy msgid "A0 sheet, 841 x 1189 mm" -msgstr "A4, 210 x 297 mm" +msgstr "A0, 841 x 1189 mm" #: ../src/common/paper.cpp:219 -#, fuzzy msgid "A1 sheet, 594 x 841 mm" -msgstr "A3, 297 x 420 mm" +msgstr "A1, 594 x 841 mm" #: ../src/common/paper.cpp:160 msgid "A2 420 x 594 mm" -msgstr "" +msgstr "A2 420 x 594 mm" #: ../src/common/paper.cpp:157 -#, fuzzy msgid "A3 Extra 322 x 445 mm" -msgstr "C3 Koevert, 324 x 458 mm" +msgstr "A3 ekstra 322 x 445 mm" #: ../src/common/paper.cpp:162 #, fuzzy @@ -1126,9 +1080,8 @@ msgstr "C3 Koevert, 324 x 458 mm" #: ../src/common/paper.cpp:171 -#, fuzzy msgid "A3 Rotated 420 x 297 mm" -msgstr "A4, 210 x 297 mm" +msgstr "A3 geroteer 420 x 297 mm" #: ../src/common/paper.cpp:161 #, fuzzy @@ -1141,22 +1094,19 @@ #: ../src/common/paper.cpp:147 msgid "A4 Extra 9.27 x 12.69 in" -msgstr "" +msgstr "A4 ekstra 9.27 x 12.69 duim" #: ../src/common/paper.cpp:154 -#, fuzzy msgid "A4 Plus 210 x 330 mm" -msgstr "A4, 210 x 297 mm" +msgstr "A4 plus 210 x 330 mm" #: ../src/common/paper.cpp:172 -#, fuzzy msgid "A4 Rotated 297 x 210 mm" -msgstr "A3, 297 x 420 mm" +msgstr "A4 geroteer 297 x 210 mm" #: ../src/common/paper.cpp:149 -#, fuzzy msgid "A4 Transverse 210 x 297 mm" -msgstr "A4, 210 x 297 mm" +msgstr "" #: ../src/common/paper.cpp:98 msgid "A4 sheet, 210 x 297 mm" @@ -1167,13 +1117,12 @@ msgstr "A4 klein, 210 x 297 mm" #: ../src/common/paper.cpp:158 -#, fuzzy msgid "A5 Extra 174 x 235 mm" -msgstr "A5, 148 x 210 mm" +msgstr "A5 ekstra 174 x 235 mm" #: ../src/common/paper.cpp:173 msgid "A5 Rotated 210 x 148 mm" -msgstr "" +msgstr "A5 geroteer 210 x 148 mm" #: ../src/common/paper.cpp:155 #, fuzzy @@ -1187,17 +1136,16 @@ #: ../src/common/paper.cpp:165 #, fuzzy msgid "A6 105 x 148 mm" -msgstr "10 x 14 duim" +msgstr "A6 105 x 148 mm" #: ../src/common/paper.cpp:178 -#, fuzzy msgid "A6 Rotated 148 x 105 mm" -msgstr "A5, 148 x 210 mm" +msgstr "A6 geroteer 148 x 105 mm" -#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:526 -#: ../src/osx/carbon/fontdlg.cpp:339 +#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:527 +#: ../src/osx/carbon/fontdlg.cpp:323 msgid "ABCDEFGabcdefg12345" -msgstr "ABCDEFGabcdefg12345" +msgstr "ABCDEÊÉFGabcdeêéfg12345" #: ../src/common/accelcmn.cpp:76 msgid "ADD" @@ -1207,35 +1155,40 @@ msgid "ASCII" msgstr "ASCII" -#: ../src/osx/menu_osx.cpp:630 ../src/common/stockitem.cpp:139 -#, fuzzy +#: ../src/common/stockitem.cpp:139 msgid "About" -msgstr "&Aangaande" +msgstr "Aangaande" -#: ../src/generic/aboutdlgg.cpp:140 ../src/msw/aboutdlg.cpp:64 -#, fuzzy, c-format +#: ../src/generic/aboutdlgg.cpp:140 ../src/osx/menu_osx.cpp:603 +#: ../src/msw/aboutdlg.cpp:64 +#, c-format msgid "About %s" -msgstr "&Aangaande..." +msgstr "Aangaande %s" + +#: ../src/osx/menu_osx.cpp:605 +#, fuzzy +msgid "About..." +msgstr "Aangaande" #: ../src/richtext/richtextsizepage.cpp:520 msgid "Absolute" -msgstr "" +msgstr "Absoluut" #: ../src/common/stockitem.cpp:207 msgid "Actual Size" -msgstr "" +msgstr "Werklike grootte" #: ../src/common/stockitem.cpp:140 msgid "Add" -msgstr "" +msgstr "Voeg by" -#: ../src/richtext/richtextbuffer.cpp:10751 +#: ../src/richtext/richtextbuffer.cpp:11056 msgid "Add Column" -msgstr "" +msgstr "Voeg kolom by" -#: ../src/richtext/richtextbuffer.cpp:10688 +#: ../src/richtext/richtextbuffer.cpp:10993 msgid "Add Row" -msgstr "" +msgstr "Voeg ry by" #: ../src/html/helpwnd.cpp:439 msgid "Add current page to bookmarks" @@ -1258,60 +1211,58 @@ msgid "Adding book %s" msgstr "Besig om boek %s by te voeg" -#: ../src/osx/carbon/dataview.cpp:1933 +#: ../src/osx/carbon/dataview.cpp:1931 msgid "Adding flavor TEXT failed" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1954 +#: ../src/osx/carbon/dataview.cpp:1952 msgid "Adding flavor utxt failed" msgstr "" #: ../src/common/preferencescmn.cpp:41 msgid "Advanced" -msgstr "" +msgstr "Gevorderd" #: ../src/richtext/richtextliststylepage.cpp:435 msgid "After a paragraph:" -msgstr "" +msgstr "Na 'n paragraaf:" #: ../src/common/stockitem.cpp:172 msgid "Align Left" -msgstr "" +msgstr "Belyn links" #: ../src/common/stockitem.cpp:173 -#, fuzzy msgid "Align Right" -msgstr "middernag" +msgstr "Belyn regs" #: ../src/richtext/richtextsizepage.cpp:266 -#, fuzzy msgid "Alignment" -msgstr "negentiende" +msgstr "Belyning" #: ../src/generic/prntdlgg.cpp:215 msgid "All" -msgstr "Alles" +msgstr "Almal" -#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:89 +#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:107 #, c-format msgid "All files (%s)|%s" msgstr "Alle lêers (%s)|%s" -#: ../include/wx/defs.h:2922 +#: ../include/wx/defs.h:2933 msgid "All files (*)|*" msgstr "Alle lêers (*)|*" -#: ../include/wx/defs.h:2919 +#: ../include/wx/defs.h:2930 msgid "All files (*.*)|*.*" msgstr "Alle lêers (*.*)|*.*" #: ../src/richtext/richtextstyles.cpp:1057 msgid "All styles" -msgstr "" +msgstr "Alle style" #: ../src/propgrid/manager.cpp:1496 msgid "Alphabetic Mode" -msgstr "" +msgstr "Alfabetiese modus" #: ../src/common/xtistrm.cpp:429 msgid "Already Registered Object passed to SetObjectClassInfo" @@ -1324,7 +1275,7 @@ #: ../src/common/accelcmn.cpp:320 ../src/univ/themes/win32.cpp:3756 msgid "Alt+" -msgstr "" +msgstr "Alt+" #: ../src/common/debugrpt.cpp:581 msgid "And includes the following files:\n" @@ -1340,38 +1291,35 @@ msgid "Append log to file '%s' (choosing [No] will overwrite it)?" msgstr "Voeg log by lêer '%s' (kies [Nee] om te oorskryf)?" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:610 -#: ../src/osx/menu_osx.cpp:649 ../src/osx/menu_osx.cpp:657 -#, fuzzy +#: ../src/osx/menu_osx.cpp:623 ../src/osx/menu_osx.cpp:631 msgid "Application" -msgstr "Seksies" +msgstr "Toepassing" #: ../src/common/stockitem.cpp:141 msgid "Apply" -msgstr "" +msgstr "Pas toe" #: ../src/richtext/richtextliststylepage.cpp:482 #: ../src/richtext/richtextbulletspage.cpp:287 msgid "Arabic" -msgstr "" +msgstr "Arabies (gewone syfers)" #: ../src/common/fmapbase.cpp:153 msgid "Arabic (ISO-8859-6)" msgstr "Arabies (ISO-8859-6)" -#: ../src/msw/ole/automtn.cpp:661 +#: ../src/msw/ole/automtn.cpp:675 #, fuzzy, c-format msgid "Argument %u not found." msgstr "katalogus-lêer vir domein '%s' nie gevind nie." #: ../src/generic/aboutdlgg.cpp:184 msgid "Artists" -msgstr "" +msgstr "Kunstenaars" #: ../src/common/stockitem.cpp:195 -#, fuzzy msgid "Ascending" -msgstr "besig om te lees" +msgstr "Stygend" #: ../src/generic/filectrlg.cpp:468 msgid "Attributes" @@ -1381,16 +1329,15 @@ #: ../src/richtext/richtextbulletspage.cpp:245 #: ../src/richtext/richtextbulletspage.cpp:247 msgid "Available fonts." -msgstr "" +msgstr "Beskikbare lettertipes." #: ../src/common/paper.cpp:138 -#, fuzzy msgid "B4 (ISO) 250 x 353 mm" -msgstr "B4, 250 x 354 mm" +msgstr "B4 (ISO) 250 x 353 mm" #: ../src/common/paper.cpp:174 msgid "B4 (JIS) Rotated 364 x 257 mm" -msgstr "" +msgstr "B4 (JIS) geroteer 364 x 257 mm" #: ../src/common/paper.cpp:128 msgid "B4 Envelope, 250 x 353 mm" @@ -1402,11 +1349,11 @@ #: ../src/common/paper.cpp:159 msgid "B5 (ISO) Extra 201 x 276 mm" -msgstr "" +msgstr "B5 (ISO) ekstra 201 x 276 mm" #: ../src/common/paper.cpp:175 msgid "B5 (JIS) Rotated 257 x 182 mm" -msgstr "" +msgstr "B5 (JIS) geroteer 257 x 182 mm" #: ../src/common/paper.cpp:156 #, fuzzy @@ -1460,30 +1407,28 @@ #: ../src/common/imagbmp.cpp:262 msgid "BMP: Couldn't write the file (BitmapInfo) header." -msgstr "BMP: kon nie die lêerkopreëls skryf nie." +msgstr "BMP: Kon nie die lêerkopreëls (BitmapInfo) skryf nie." #: ../src/common/imagbmp.cpp:133 msgid "BMP: wxImage doesn't have own wxPalette." msgstr "BMP: wxImage het nie 'n eie wxPalette nie." #: ../src/common/stockitem.cpp:142 -#, fuzzy msgid "Back" -msgstr "< &Terug" +msgstr "Terug" #: ../src/richtext/richtextbackgroundpage.cpp:119 -#: ../src/richtext/richtextformatdlg.cpp:374 -#, fuzzy +#: ../src/richtext/richtextformatdlg.cpp:375 msgid "Background" -msgstr "Agteruit" +msgstr "Agtergrond" #: ../src/richtext/richtextbackgroundpage.cpp:131 msgid "Background &colour:" -msgstr "" +msgstr "Agtergrond&kleur:" -#: ../src/osx/carbon/fontdlg.cpp:406 +#: ../src/osx/carbon/fontdlg.cpp:390 msgid "Background colour" -msgstr "" +msgstr "Agtergrondkleur" #: ../src/common/fmapbase.cpp:160 msgid "Baltic (ISO-8859-13)" @@ -1495,50 +1440,48 @@ #: ../src/richtext/richtextliststylepage.cpp:426 msgid "Before a paragraph:" -msgstr "" +msgstr "Voor 'n paragraaf:" #: ../src/richtext/richtextliststylepage.cpp:489 #: ../src/richtext/richtextbulletspage.cpp:294 msgid "Bitmap" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2396 +#: ../src/osx/carbon/dataview.cpp:2394 msgid "Bitmap renderer cannot render value; value type: " msgstr "" #: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:337 -#: ../src/osx/carbon/fontdlg.cpp:540 ../src/common/stockitem.cpp:143 +#: ../src/osx/carbon/fontdlg.cpp:524 ../src/common/stockitem.cpp:143 msgid "Bold" msgstr "Vet" -#: ../src/richtext/richtextborderspage.cpp:256 -#: ../src/richtext/richtextborderspage.cpp:389 +#: ../src/richtext/richtextborderspage.cpp:228 +#: ../src/richtext/richtextborderspage.cpp:386 #, fuzzy msgid "Border" msgstr "Modern" -#: ../src/richtext/richtextformatdlg.cpp:368 +#: ../src/richtext/richtextformatdlg.cpp:369 #, fuzzy msgid "Borders" msgstr "Modern" #: ../src/richtext/richtextsizepage.cpp:288 ../src/common/stockitem.cpp:144 msgid "Bottom" -msgstr "" +msgstr "Onder" #: ../src/generic/prntdlgg.cpp:893 msgid "Bottom margin (mm):" msgstr "Onderste kantlyn (mm):" -#: ../src/richtext/richtextbuffer.cpp:8919 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:9026 msgid "Box Properties" -msgstr "Vo&rige" +msgstr "Boks-eienskappe" #: ../src/richtext/richtextstyles.cpp:1061 -#, fuzzy msgid "Box styles" -msgstr "&Volgende >" +msgstr "Boksstyle" #: ../src/common/filepickercmn.cpp:43 ../src/common/filepickercmn.cpp:44 msgid "Browse" @@ -1547,15 +1490,15 @@ #: ../src/richtext/richtextliststylepage.cpp:245 #: ../src/richtext/richtextbulletspage.cpp:195 msgid "Bullet &Alignment:" -msgstr "" +msgstr "Koeëltjie&belyning:" #: ../src/richtext/richtextliststylepage.cpp:309 msgid "Bullet style" -msgstr "" +msgstr "Koeëltjiestyl" -#: ../src/richtext/richtextformatdlg.cpp:342 +#: ../src/richtext/richtextformatdlg.cpp:343 msgid "Bullets" -msgstr "" +msgstr "Koeëltjies" #: ../src/common/paper.cpp:99 msgid "C sheet, 17 x 22 in" @@ -1599,7 +1542,7 @@ #: ../src/common/stockitem.cpp:146 msgid "CD-Rom" -msgstr "" +msgstr "CD-ROM" #: ../src/html/chm.cpp:815 ../src/html/chm.cpp:874 msgid "CHM handler currently supports only local files!" @@ -1615,11 +1558,11 @@ #: ../src/richtext/richtextfontpage.cpp:291 msgid "Ca&pitals" -msgstr "" +msgstr "Hoof&letters" #: ../src/common/cmdproc.cpp:267 msgid "Can't &Undo " -msgstr "Kan nie he&rroep nie: " +msgstr "Kan nie &ontdoen nie " #: ../src/common/image.cpp:2686 msgid "Can't automatically determine the image format for non-seekable input." @@ -1644,7 +1587,7 @@ msgid "Can't create thread" msgstr "Kan uitvoerdraad nie skep nie" -#: ../src/msw/window.cpp:3793 +#: ../src/msw/window.cpp:3787 #, c-format msgid "Can't create window of class %s" msgstr "Kan venster van klas '%s' nie skep nie" @@ -1652,7 +1595,7 @@ #: ../src/msw/registry.cpp:776 #, c-format msgid "Can't delete key '%s'" -msgstr "Kan sleutel '%s' nie verwyder nie" +msgstr "Kan sleutel '%s' nie skrap nie" #: ../src/msw/iniconf.cpp:458 ../src/os2/iniconf.cpp:471 #, c-format @@ -1697,10 +1640,10 @@ msgid "Can't initialize zlib inflate stream." msgstr "Kan nie zlib-opblaasstroom inisialiseer nie." -#: ../src/msw/fswatcher.cpp:432 +#: ../src/msw/fswatcher.cpp:456 #, c-format msgid "Can't monitor non-existent directory \"%s\" for changes." -msgstr "" +msgstr "Kan nie veranderinge moniteer aan niebestaande gids \"%s\" nie." #: ../src/msw/registry.cpp:452 #, c-format @@ -1768,11 +1711,11 @@ msgid "Cannot create mutex." msgstr "Kan nie wedersydse slot skep nie." -#: ../src/osx/carbon/dataview.cpp:895 +#: ../src/osx/carbon/dataview.cpp:893 msgid "Cannot create new column's ID. Probably max. number of columns reached." msgstr "" -#: ../src/common/filefn.cpp:1336 +#: ../src/common/filefn.cpp:1335 #, c-format msgid "Cannot enumerate files '%s'" msgstr "Kan lêers in gids '%s' nie opsom nie" @@ -1785,28 +1728,28 @@ #: ../src/msw/dialup.cpp:542 #, c-format msgid "Cannot find active dialup connection: %s" -msgstr "Kan geen actiewe inbelverbinding vind nie: %s" +msgstr "Kan geen aktiewe inbelverbinding vind nie: %s" #: ../src/msw/dialup.cpp:848 msgid "Cannot find the location of address book file" msgstr "Kan stoorplek van adresboeklêer nie vind nie" -#: ../src/msw/ole/automtn.cpp:562 +#: ../src/msw/ole/automtn.cpp:565 #, fuzzy, c-format msgid "Cannot get an active instance of \"%s\"" msgstr "Kan geen actiewe inbelverbinding vind nie: %s" -#: ../src/unix/threadpsx.cpp:1030 +#: ../src/unix/threadpsx.cpp:1035 #, c-format msgid "Cannot get priority range for scheduling policy %d." msgstr "" "Kan nie die omvang van prioriteite bepaal vir skeduleringsbeleid %d nie." -#: ../src/unix/utilsunx.cpp:988 +#: ../src/unix/utilsunx.cpp:998 msgid "Cannot get the hostname" msgstr "Kan masjiennaam nie vasstel nie" -#: ../src/unix/utilsunx.cpp:1024 +#: ../src/unix/utilsunx.cpp:1034 msgid "Cannot get the official hostname" msgstr "Kan die amptelike masjiennaam nie vasstel nie." @@ -1829,9 +1772,9 @@ msgstr "Kan ikoon nie laai van '%s'." #: ../src/xrc/xmlres.cpp:361 -#, fuzzy, c-format +#, c-format msgid "Cannot load resources from '%s'." -msgstr "Kan hulpbronne nie uit lêer '%s' laai nie." +msgstr "Kan hulpbronne nie uit '%s' laai nie." #: ../src/xrc/xmlres.cpp:746 #, c-format @@ -1846,7 +1789,7 @@ #: ../src/html/helpdata.cpp:665 #, c-format msgid "Cannot open HTML help book: %s" -msgstr "Kan HTML-hulplêer '%s' nie oopmaak nie" +msgstr "Kan nie HTML-hulplêer oopmaak nie: %s" #: ../src/html/helpdata.cpp:297 #, c-format @@ -1855,7 +1798,7 @@ #: ../src/generic/dcpsg.cpp:1751 msgid "Cannot open file for PostScript printing!" -msgstr "Kan lêer vir PostScript-drukwerk nie oopmaak nie!" +msgstr "Kan nie lêer vir PostScript-drukwerk oopmaak nie!" #: ../src/html/helpdata.cpp:311 #, c-format @@ -1863,9 +1806,9 @@ msgstr "Kan indekslêer nie oopmaak nie: %s" #: ../src/xrc/xmlres.cpp:728 -#, fuzzy, c-format +#, c-format msgid "Cannot open resources file '%s'." -msgstr "Kan hulpbronne nie uit lêer '%s' laai nie." +msgstr "Kan hulpbronlêer '%s' nie laai nie." #: ../src/html/helpwnd.cpp:1537 msgid "Cannot print empty page." @@ -1881,19 +1824,19 @@ msgid "Cannot resume thread %lu" msgstr "Kan nie uitvoerdraad %lu laat voortgaan nie" -#: ../src/msw/thread.cpp:923 +#: ../src/msw/thread.cpp:918 #, fuzzy, c-format msgid "Cannot resume thread %lx" msgstr "Kan uitvoerdraad %x nie laat voortgaan nie" -#: ../src/unix/threadpsx.cpp:1011 +#: ../src/unix/threadpsx.cpp:1016 msgid "Cannot retrieve thread scheduling policy." msgstr "Kan nie die uitvoerdraadskeduleringsbeleid verkry nie." #: ../src/common/intl.cpp:542 #, c-format msgid "Cannot set locale to language \"%s\"." -msgstr "" +msgstr "Kan nie landinstelling na taal \"%s\" stel nie." #: ../src/unix/threadpsx.cpp:831 ../src/msw/thread.cpp:569 msgid "Cannot start thread: error writing TLS." @@ -1904,12 +1847,12 @@ msgid "Cannot suspend thread %lu" msgstr "Kan nie uitvoerdraad %lu tydelik ophef nie" -#: ../src/msw/thread.cpp:907 +#: ../src/msw/thread.cpp:902 #, fuzzy, c-format msgid "Cannot suspend thread %lx" msgstr "Kan uitvoerdraad %x nie opskort nie" -#: ../src/msw/thread.cpp:830 +#: ../src/msw/thread.cpp:825 msgid "Cannot wait for thread termination" msgstr "Kan nie wag vir uitvoerdraad-beëindiging nie" @@ -1919,12 +1862,11 @@ #: ../src/propgrid/manager.cpp:1495 msgid "Categorized Mode" -msgstr "" +msgstr "Gekategoriseerde modus" -#: ../src/richtext/richtextbuffer.cpp:9347 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:9598 msgid "Cell Properties" -msgstr "Vo&rige" +msgstr "Seleienskappe" #: ../src/common/fmapbase.cpp:161 msgid "Celtic (ISO-8859-14)" @@ -1933,11 +1875,11 @@ #: ../src/richtext/richtextindentspage.cpp:160 #: ../src/richtext/richtextliststylepage.cpp:349 msgid "Cen&tred" -msgstr "" +msgstr "Gesen&treer" #: ../src/common/stockitem.cpp:170 msgid "Centered" -msgstr "" +msgstr "Gesentreer" #: ../src/common/fmapbase.cpp:149 msgid "Central European (ISO-8859-2)" @@ -1946,44 +1888,40 @@ #: ../src/richtext/richtextliststylepage.cpp:250 #: ../src/richtext/richtextbulletspage.cpp:200 msgid "Centre" -msgstr "" +msgstr "Gesentreer" #: ../src/richtext/richtextindentspage.cpp:162 #: ../src/richtext/richtextindentspage.cpp:164 #: ../src/richtext/richtextliststylepage.cpp:351 #: ../src/richtext/richtextliststylepage.cpp:353 -#, fuzzy msgid "Centre text." -msgstr "Kan nie wedersydse slot skep nie." +msgstr "Sentreer teks." #: ../src/richtext/richtextsizepage.cpp:287 -#, fuzzy msgid "Centred" -msgstr "Kan nie wedersydse slot skep nie." +msgstr "Gesentreer" #: ../src/richtext/richtextliststylepage.cpp:280 #: ../src/richtext/richtextbulletspage.cpp:232 -#, fuzzy msgid "Ch&oose..." -msgstr "&Gaan na..." +msgstr "&Kies..." -#: ../src/richtext/richtextbuffer.cpp:4041 +#: ../src/richtext/richtextbuffer.cpp:4107 msgid "Change List Style" -msgstr "" +msgstr "Verander lysstyl" -#: ../src/richtext/richtextbuffer.cpp:3392 +#: ../src/richtext/richtextbuffer.cpp:3458 msgid "Change Object Style" -msgstr "" +msgstr "Verander objekstyl" -#: ../src/richtext/richtextbuffer.cpp:3658 -#: ../src/richtext/richtextbuffer.cpp:7749 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:3724 +#: ../src/richtext/richtextbuffer.cpp:7853 msgid "Change Properties" -msgstr "Vo&rige" +msgstr "Verander eienskappe" -#: ../src/richtext/richtextbuffer.cpp:3209 +#: ../src/richtext/richtextbuffer.cpp:3275 msgid "Change Style" -msgstr "" +msgstr "Verander styl" #: ../src/common/fileconf.cpp:372 #, c-format @@ -1992,20 +1930,27 @@ #: ../src/richtext/richtextstyles.cpp:1059 msgid "Character styles" -msgstr "" +msgstr "Karakterstyle" #: ../src/richtext/richtextliststylepage.cpp:224 #: ../src/richtext/richtextliststylepage.cpp:226 #: ../src/richtext/richtextbulletspage.cpp:174 #: ../src/richtext/richtextbulletspage.cpp:176 msgid "Check to add a period after the bullet." -msgstr "" +msgstr "Merk om 'n punt na die koeëltjie te sit." #: ../src/richtext/richtextliststylepage.cpp:238 #: ../src/richtext/richtextliststylepage.cpp:240 #: ../src/richtext/richtextbulletspage.cpp:188 #: ../src/richtext/richtextbulletspage.cpp:190 msgid "Check to add a right parenthesis." +msgstr "Merk om 'n hakie regs by te sit." + +#: ../src/richtext/richtextborderspage.cpp:381 +#: ../src/richtext/richtextborderspage.cpp:383 +#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:552 +msgid "Check to edit all borders simultaneously." msgstr "" #: ../src/richtext/richtextliststylepage.cpp:231 @@ -2013,63 +1958,61 @@ #: ../src/richtext/richtextbulletspage.cpp:181 #: ../src/richtext/richtextbulletspage.cpp:183 msgid "Check to enclose the bullet in parentheses." -msgstr "" +msgstr "Merk om die koeëltjie in hakies te sit." -#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 +#: ../src/osx/carbon/fontdlg.cpp:526 ../src/osx/carbon/fontdlg.cpp:528 msgid "Check to make the font bold." -msgstr "" +msgstr "Merk om die lettertipe vet te maak." -#: ../src/osx/carbon/fontdlg.cpp:549 ../src/osx/carbon/fontdlg.cpp:551 +#: ../src/osx/carbon/fontdlg.cpp:533 ../src/osx/carbon/fontdlg.cpp:535 msgid "Check to make the font italic." -msgstr "" +msgstr "Merk om die lettertipe kursief te maak." -#: ../src/osx/carbon/fontdlg.cpp:558 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 msgid "Check to make the font underlined." -msgstr "" +msgstr "Merk om die lettertipe te onderstreep." #: ../src/richtext/richtextstyledlg.cpp:289 #: ../src/richtext/richtextstyledlg.cpp:291 msgid "Check to restart numbering." -msgstr "" +msgstr "Merk om nommering te herbegin." #: ../src/richtext/richtextfontpage.cpp:286 #: ../src/richtext/richtextfontpage.cpp:288 msgid "Check to show a line through the text." -msgstr "" +msgstr "Merk om 'n lyn deur die teks te wys." #: ../src/richtext/richtextfontpage.cpp:293 #: ../src/richtext/richtextfontpage.cpp:295 msgid "Check to show the text in capitals." -msgstr "" +msgstr "Merk om die teks in hoorletters te wys." #: ../src/richtext/richtextfontpage.cpp:300 #: ../src/richtext/richtextfontpage.cpp:302 msgid "Check to show the text in small capitals." -msgstr "" +msgstr "Merk om die teks in klein hoorletters te wys." #: ../src/richtext/richtextfontpage.cpp:314 #: ../src/richtext/richtextfontpage.cpp:316 msgid "Check to show the text in subscript." -msgstr "" +msgstr "Merk om die teks as onderskrif te wys." #: ../src/richtext/richtextfontpage.cpp:307 #: ../src/richtext/richtextfontpage.cpp:309 msgid "Check to show the text in superscript." -msgstr "" +msgstr "Merk om die teks as boskrif te wys." #: ../src/msw/dialup.cpp:784 msgid "Choose ISP to dial" msgstr "Kies ISP om te bel" -#: ../src/propgrid/props.cpp:1643 -#, fuzzy +#: ../src/propgrid/props.cpp:1653 msgid "Choose a directory:" -msgstr "Maak gids" +msgstr "Kies 'n gids:" -#: ../src/propgrid/props.cpp:1702 -#, fuzzy +#: ../src/propgrid/props.cpp:1712 msgid "Choose a file" -msgstr "Kies lettertipe" +msgstr "Kies 'n lêer" #: ../src/generic/colrdlgg.cpp:144 ../src/gtk/colordlg.cpp:63 #, fuzzy @@ -2090,15 +2033,13 @@ msgid "Cl&ose" msgstr "Maak &toe" -#: ../src/msw/ole/automtn.cpp:673 -#, fuzzy +#: ../src/msw/ole/automtn.cpp:687 msgid "Class not registered." -msgstr "Kan uitvoerdraad nie skep nie" +msgstr "Klas nie geregistreer nie." #: ../src/common/stockitem.cpp:147 -#, fuzzy msgid "Clear" -msgstr "&Vee uit" +msgstr "Maak skoon" #: ../src/generic/logg.cpp:520 msgid "Clear the log contents" @@ -2107,36 +2048,36 @@ #: ../src/richtext/richtextstyledlg.cpp:252 #: ../src/richtext/richtextstyledlg.cpp:254 msgid "Click to apply the selected style." -msgstr "" +msgstr "Klik om die gekose styl toe te pas." #: ../src/richtext/richtextliststylepage.cpp:281 #: ../src/richtext/richtextliststylepage.cpp:283 #: ../src/richtext/richtextbulletspage.cpp:233 #: ../src/richtext/richtextbulletspage.cpp:235 msgid "Click to browse for a symbol." -msgstr "" +msgstr "Klik om te soek vir 'n simbool." -#: ../src/osx/carbon/fontdlg.cpp:589 ../src/osx/carbon/fontdlg.cpp:591 +#: ../src/osx/carbon/fontdlg.cpp:573 ../src/osx/carbon/fontdlg.cpp:575 msgid "Click to cancel changes to the font." -msgstr "" +msgstr "Klik om veranderinge aan die lettertipe te kanselleer." #: ../src/generic/fontdlgg.cpp:472 ../src/generic/fontdlgg.cpp:491 msgid "Click to cancel the font selection." -msgstr "" +msgstr "Klik om dei lettertipekeuse te kanselleer." -#: ../src/osx/carbon/fontdlg.cpp:570 ../src/osx/carbon/fontdlg.cpp:572 +#: ../src/osx/carbon/fontdlg.cpp:554 ../src/osx/carbon/fontdlg.cpp:556 msgid "Click to change the font colour." -msgstr "" +msgstr "Klik om die tekskleur te verander." #: ../src/richtext/richtextfontpage.cpp:276 #: ../src/richtext/richtextfontpage.cpp:278 msgid "Click to change the text background colour." -msgstr "" +msgstr "Kliek om die agtergrond kleur te verander." #: ../src/richtext/richtextfontpage.cpp:263 #: ../src/richtext/richtextfontpage.cpp:265 msgid "Click to change the text colour." -msgstr "" +msgstr "Klik om die tekskleur te verander." #: ../src/richtext/richtextliststylepage.cpp:195 #: ../src/richtext/richtextliststylepage.cpp:197 @@ -2145,68 +2086,67 @@ #: ../src/richtext/richtextstyledlg.cpp:279 #: ../src/richtext/richtextstyledlg.cpp:281 -#, fuzzy msgid "Click to close this window." -msgstr "Maak hierdie venster toe" +msgstr "Klik om dié venster te sluit." -#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:598 +#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 msgid "Click to confirm changes to the font." -msgstr "" +msgstr "Klik om veranderinge aan die lettertipe te bevestig." #: ../src/generic/fontdlgg.cpp:477 ../src/generic/fontdlgg.cpp:479 #: ../src/generic/fontdlgg.cpp:484 ../src/generic/fontdlgg.cpp:486 msgid "Click to confirm the font selection." -msgstr "" +msgstr "Klik om dei lettertipekeuse te bevestig." #: ../src/richtext/richtextstyledlg.cpp:244 #: ../src/richtext/richtextstyledlg.cpp:246 msgid "Click to create a new box style." -msgstr "" +msgstr "Klik om 'n nuwe boksstyl te skep." #: ../src/richtext/richtextstyledlg.cpp:226 #: ../src/richtext/richtextstyledlg.cpp:228 msgid "Click to create a new character style." -msgstr "" +msgstr "Klik om 'n nuwe karakterstyl te skep." #: ../src/richtext/richtextstyledlg.cpp:238 #: ../src/richtext/richtextstyledlg.cpp:240 msgid "Click to create a new list style." -msgstr "" +msgstr "Klik om 'n nuwe lysstyl te skep." #: ../src/richtext/richtextstyledlg.cpp:232 #: ../src/richtext/richtextstyledlg.cpp:234 msgid "Click to create a new paragraph style." -msgstr "" +msgstr "Klik om 'n nuwe paragraafstyl te skep." #: ../src/richtext/richtexttabspage.cpp:137 #: ../src/richtext/richtexttabspage.cpp:139 msgid "Click to create a new tab position." -msgstr "" +msgstr "Klik om 'n nuwe oortjieposisie te skep." #: ../src/richtext/richtexttabspage.cpp:149 #: ../src/richtext/richtexttabspage.cpp:151 msgid "Click to delete all tab positions." -msgstr "" +msgstr "Skrap om alle oortjieposisies te skrap." #: ../src/richtext/richtextstyledlg.cpp:270 #: ../src/richtext/richtextstyledlg.cpp:272 msgid "Click to delete the selected style." -msgstr "" +msgstr "Klik om die gekose styl te skrap." #: ../src/richtext/richtexttabspage.cpp:143 #: ../src/richtext/richtexttabspage.cpp:145 msgid "Click to delete the selected tab position." -msgstr "" +msgstr "Klik om die gekose oortjieposisie te skrap." #: ../src/richtext/richtextstyledlg.cpp:264 #: ../src/richtext/richtextstyledlg.cpp:266 msgid "Click to edit the selected style." -msgstr "" +msgstr "Klik om die gekose styl te redigeer." #: ../src/richtext/richtextstyledlg.cpp:258 #: ../src/richtext/richtextstyledlg.cpp:260 msgid "Click to rename the selected style." -msgstr "" +msgstr "Klik om die gekose styl te hernoem." #: ../src/generic/dbgrptg.cpp:97 ../src/generic/progdlgg.cpp:804 #: ../src/generic/progdlgg.cpp:809 ../src/richtext/richtextstyledlg.cpp:277 @@ -2222,50 +2162,48 @@ #: ../src/common/stockitem.cpp:266 msgid "Close current document" -msgstr "" +msgstr "Sluit huidige dokument" #: ../src/generic/logg.cpp:522 msgid "Close this window" msgstr "Maak hierdie venster toe" #: ../src/common/stockitem.cpp:193 -#, fuzzy msgid "Color" -msgstr "Kies lettertipe" +msgstr "Kleur" -#: ../src/richtext/richtextformatdlg.cpp:725 -#, fuzzy +#: ../src/richtext/richtextformatdlg.cpp:761 msgid "Colour" -msgstr "Kies lettertipe" +msgstr "Kleur" #: ../src/msw/colordlg.cpp:156 -#, fuzzy, c-format +#, c-format msgid "Colour selection dialog failed with error %0lx." -msgstr "Uitvoering van opdrag '%s' het misluk met foutboodskap: %ul" +msgstr "Kleurseleksiedialoog het misluk met fout %0lx." -#: ../src/osx/carbon/fontdlg.cpp:566 +#: ../src/osx/carbon/fontdlg.cpp:550 msgid "Colour:" -msgstr "" +msgstr "Kleur:" -#: ../src/osx/carbon/dataview.cpp:900 +#: ../src/osx/carbon/dataview.cpp:898 #, fuzzy msgid "Column could not be added." msgstr "Lêer kon nie gelaai word nie." -#: ../src/osx/carbon/dataview.cpp:899 +#: ../src/osx/carbon/dataview.cpp:897 msgid "Column description could not be initialized." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1538 ../src/osx/carbon/dataview.cpp:1559 +#: ../src/osx/carbon/dataview.cpp:1536 ../src/osx/carbon/dataview.cpp:1557 #, fuzzy msgid "Column index not found." msgstr "katalogus-lêer vir domein '%s' nie gevind nie." -#: ../src/osx/carbon/dataview.cpp:1614 +#: ../src/osx/carbon/dataview.cpp:1612 msgid "Column width could not be determined" msgstr "" -#: ../src/osx/carbon/dataview.cpp:901 +#: ../src/osx/carbon/dataview.cpp:899 msgid "Column width could not be set." msgstr "" @@ -2277,11 +2215,11 @@ msgstr "" #: ../src/msw/fontdlg.cpp:119 -#, fuzzy, c-format +#, c-format msgid "Common dialog failed with error code %0lx." -msgstr "Uitvoering van opdrag '%s' het misluk met foutboodskap: %ul" +msgstr "Algemene dialoog het misluk met foutkode %0lx." -#: ../src/gtk/window.cpp:4306 +#: ../src/gtk/window.cpp:4357 msgid "" "Compositing not supported by this system, please enable it in your Window " "Manager." @@ -2304,29 +2242,28 @@ msgid "Confirm" msgstr "Bevestig" -#: ../src/msw/mimetype.cpp:739 +#: ../src/msw/mimetype.cpp:744 msgid "Confirm registry update" msgstr "Bevestig registerbywerking" -#: ../src/html/htmlwin.cpp:544 +#: ../src/html/htmlwin.cpp:547 msgid "Connecting..." -msgstr "Besig om te koppel..." +msgstr "Koppel tans..." #: ../src/html/helpwnd.cpp:482 msgid "Contents" msgstr "Inhoud" -#: ../src/common/strconv.cpp:2261 +#: ../src/common/strconv.cpp:2271 #, c-format msgid "Conversion to charset '%s' doesn't work." msgstr "Omskakeling na karakterstel '%s' werk nie." #: ../src/common/stockitem.cpp:149 -#, fuzzy msgid "Convert" -msgstr "Inhoud" +msgstr "Skakel om" -#: ../src/html/htmlwin.cpp:1057 +#: ../src/html/htmlwin.cpp:1060 #, c-format msgid "Copied to clipboard:\"%s\"" msgstr "Gekopieer na knipbord:\"%s\"" @@ -2336,35 +2273,33 @@ msgstr "Kopieë:" #: ../src/common/stockitem.cpp:150 ../src/stc/stc_i18n.cpp:18 -#, fuzzy msgid "Copy" -msgstr "&Kopieer " +msgstr "Kopieer" #: ../src/common/stockitem.cpp:258 -#, fuzzy msgid "Copy selection" -msgstr "Seksies" +msgstr "Kopieer seleksie" #: ../src/html/chm.cpp:718 #, c-format msgid "Could not create temporary file '%s'" -msgstr "Kon nie tydelike lêer '%s'skep nie" +msgstr "Kon nie tydelike lêer '%s' skep nie" -#: ../src/osx/carbon/dataview.cpp:1285 ../src/osx/carbon/dataview.cpp:1672 +#: ../src/osx/carbon/dataview.cpp:1283 ../src/osx/carbon/dataview.cpp:1670 #, fuzzy msgid "Could not determine column index." msgstr "Kon drukvoorskou nie begin nie." -#: ../src/osx/carbon/dataview.cpp:876 +#: ../src/osx/carbon/dataview.cpp:874 msgid "Could not determine column's position" msgstr "" -#: ../src/osx/carbon/dataview.cpp:843 +#: ../src/osx/carbon/dataview.cpp:841 #, fuzzy msgid "Could not determine number of columns." msgstr "Kon nie lêer '%s' opspoor nie." -#: ../src/osx/carbon/dataview.cpp:975 +#: ../src/osx/carbon/dataview.cpp:973 #, fuzzy msgid "Could not determine number of items" msgstr "Kon nie lêer '%s' opspoor nie." @@ -2378,24 +2313,24 @@ msgid "Could not find tab for id" msgstr "Kon nie die etiket vir die id vind nie" -#: ../src/osx/carbon/dataview.cpp:2556 ../src/osx/carbon/dataview.cpp:2591 -#: ../src/osx/carbon/dataview.cpp:2615 ../src/osx/carbon/dataview.cpp:2636 -#: ../src/osx/carbon/dataview.cpp:2773 +#: ../src/osx/carbon/dataview.cpp:2554 ../src/osx/carbon/dataview.cpp:2589 +#: ../src/osx/carbon/dataview.cpp:2613 ../src/osx/carbon/dataview.cpp:2634 +#: ../src/osx/carbon/dataview.cpp:2771 #, fuzzy msgid "Could not get header description." msgstr "Kon nie begin met drukwerk nie." -#: ../src/osx/carbon/dataview.cpp:1169 ../src/osx/carbon/dataview.cpp:1195 +#: ../src/osx/carbon/dataview.cpp:1167 ../src/osx/carbon/dataview.cpp:1193 #, fuzzy msgid "Could not get items." msgstr "Kon nie lêer '%s' opspoor nie." -#: ../src/osx/carbon/dataview.cpp:2659 ../src/osx/carbon/dataview.cpp:2724 +#: ../src/osx/carbon/dataview.cpp:2657 ../src/osx/carbon/dataview.cpp:2722 #, fuzzy msgid "Could not get property flags." msgstr "Kon nie tydelike lêer '%s'skep nie" -#: ../src/osx/carbon/dataview.cpp:726 +#: ../src/osx/carbon/dataview.cpp:724 #, fuzzy msgid "Could not get selected items." msgstr "Kon nie lêer '%s' opspoor nie." @@ -2405,52 +2340,52 @@ msgid "Could not locate file '%s'." msgstr "Kon nie lêer '%s' opspoor nie." -#: ../src/osx/carbon/dataview.cpp:845 +#: ../src/osx/carbon/dataview.cpp:843 #, fuzzy msgid "Could not remove column." msgstr "Kon nie 'n wyser skep nie" -#: ../src/osx/carbon/dataview.cpp:642 +#: ../src/osx/carbon/dataview.cpp:640 #, fuzzy msgid "Could not retrieve number of items" msgstr "Kon nie tydelike lêer '%s'skep nie" -#: ../src/osx/carbon/dataview.cpp:2572 +#: ../src/osx/carbon/dataview.cpp:2570 #, fuzzy msgid "Could not set alignment." msgstr "Kon nie begin met drukwerk nie." -#: ../src/osx/carbon/dataview.cpp:2803 +#: ../src/osx/carbon/dataview.cpp:2801 #, fuzzy msgid "Could not set column width." msgstr "Kon drukvoorskou nie begin nie." -#: ../src/common/filefn.cpp:1569 +#: ../src/common/filefn.cpp:1568 #, fuzzy msgid "Could not set current working directory" msgstr "Die werkgids kon nie verkry word nie" -#: ../src/osx/carbon/dataview.cpp:2775 +#: ../src/osx/carbon/dataview.cpp:2773 #, fuzzy msgid "Could not set header description." msgstr "Kon nie begin met drukwerk nie." -#: ../src/osx/carbon/dataview.cpp:2596 +#: ../src/osx/carbon/dataview.cpp:2594 #, fuzzy msgid "Could not set icon." msgstr "Kon nie begin met drukwerk nie." -#: ../src/osx/carbon/dataview.cpp:2617 +#: ../src/osx/carbon/dataview.cpp:2615 #, fuzzy msgid "Could not set maximum width." msgstr "Kon nie begin met drukwerk nie." -#: ../src/osx/carbon/dataview.cpp:2638 +#: ../src/osx/carbon/dataview.cpp:2636 #, fuzzy msgid "Could not set minimum width." msgstr "Kon nie begin met drukwerk nie." -#: ../src/osx/carbon/dataview.cpp:2664 ../src/osx/carbon/dataview.cpp:2729 +#: ../src/osx/carbon/dataview.cpp:2662 ../src/osx/carbon/dataview.cpp:2727 #, fuzzy msgid "Could not set property flags." msgstr "Kon nie begin met drukwerk nie." @@ -2472,8 +2407,8 @@ msgid "Couldn't acquire a mutex lock" msgstr "Kon nie 'n wedersydse slot bekom nie" -#: ../src/msw/imaglist.cpp:166 ../src/msw/imaglist.cpp:197 -#: ../src/msw/imaglist.cpp:209 ../src/msw/dragimag.cpp:193 +#: ../src/msw/imaglist.cpp:189 ../src/msw/imaglist.cpp:226 +#: ../src/msw/imaglist.cpp:238 ../src/msw/dragimag.cpp:193 #: ../src/msw/dragimag.cpp:232 msgid "Couldn't add an image to the image list." msgstr "Kon geen beeld by die lys voeg nie." @@ -2497,11 +2432,11 @@ msgid "Couldn't find symbol '%s' in a dynamic library" msgstr "Kon nie simbool %s vind in 'n dinamiese biblioteek nie" -#: ../src/gtk/print.cpp:2014 +#: ../src/gtk/print.cpp:2010 msgid "Couldn't get hatch style from wxBrush." msgstr "" -#: ../src/msw/thread.cpp:950 +#: ../src/msw/thread.cpp:945 msgid "Couldn't get the current thread pointer" msgstr "Kon nie wyser na die huidige uitvoerdraad verkry nie" @@ -2525,19 +2460,18 @@ msgstr "Kon nie klankdata vanaf '%s' laai nie." #: ../src/msw/dirdlg.cpp:441 -#, fuzzy msgid "Couldn't obtain folder name" -msgstr "Kon nie 'n tydhouer skep nie" +msgstr "Kon nie gidsnaam kry nie" #: ../src/unix/sound_sdl.cpp:229 #, c-format msgid "Couldn't open audio: %s" msgstr "Kan nie oudio oopmaak nie: %s" -#: ../src/msw/ole/dataobj.cpp:350 +#: ../src/msw/ole/dataobj.cpp:377 #, c-format msgid "Couldn't register clipboard format '%s'." -msgstr "Kon nie knipbord-formaat '%s' registreer nie." +msgstr "Kon nie knipbord-formaat '%s' registreer nie." #: ../src/os2/thread.cpp:177 msgid "Couldn't release a mutex" @@ -2571,12 +2505,11 @@ msgstr "Maak nuwe gids" #: ../src/common/accelcmn.cpp:322 -#, fuzzy msgid "Ctrl+" -msgstr "ctrl" +msgstr "Ctrl+" -#: ../src/richtext/richtextctrl.cpp:325 ../src/osx/textctrl_osx.cpp:582 -#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2283 +#: ../src/richtext/richtextctrl.cpp:331 ../src/osx/textctrl_osx.cpp:582 +#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2334 msgid "Cu&t" msgstr "Kn&ip" @@ -2585,24 +2518,20 @@ msgstr "Huidige gids:" #: ../src/gtk/print.cpp:759 -#, fuzzy msgid "Custom size" -msgstr "fontgrootte" +msgstr "Pasgemaakte grootte" #: ../src/common/headerctrlcmn.cpp:60 -#, fuzzy msgid "Customize Columns" -msgstr "fontgrootte" +msgstr "Pasmaak kolomme" #: ../src/common/stockitem.cpp:151 ../src/stc/stc_i18n.cpp:17 -#, fuzzy msgid "Cut" -msgstr "Kn&ip" +msgstr "Knip" #: ../src/common/stockitem.cpp:259 -#, fuzzy msgid "Cut selection" -msgstr "Seksies" +msgstr "Knip seleksie" #: ../src/common/fmapbase.cpp:152 msgid "Cyrillic (ISO-8859-5)" @@ -2628,30 +2557,29 @@ msgid "DELETE" msgstr "" -#: ../src/common/imagbmp.cpp:1092 +#: ../src/common/imagbmp.cpp:1096 msgid "DIB Header: Encoding doesn't match bitdepth." msgstr "DIB Opskrif: Kodering kom nie ooreen met bis-diepte nie." -#: ../src/common/imagbmp.cpp:1040 +#: ../src/common/imagbmp.cpp:1044 msgid "DIB Header: Image height > 32767 pixels for file." msgstr "DIB Opskrif: Beeldhoogte > 32767 pixels in lêer." -#: ../src/common/imagbmp.cpp:1032 +#: ../src/common/imagbmp.cpp:1036 msgid "DIB Header: Image width > 32767 pixels for file." msgstr "DIB Opskrif: Beeldbreedte > 32767 pixels in lêer." -#: ../src/common/imagbmp.cpp:1060 +#: ../src/common/imagbmp.cpp:1064 msgid "DIB Header: Unknown bitdepth in file." msgstr "DIB Opskrif: Onbekende bisdiepte in lêer." -#: ../src/common/imagbmp.cpp:1074 +#: ../src/common/imagbmp.cpp:1078 msgid "DIB Header: Unknown encoding in file." msgstr "DIB Opskrif: Onbekende kodering in lêer." #: ../src/common/accelcmn.cpp:80 -#, fuzzy msgid "DIVIDE" -msgstr "" +msgstr "" #: ../src/common/paper.cpp:122 msgid "DL Envelope, 110 x 220 mm" @@ -2661,15 +2589,15 @@ msgid "DOWN" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:545 +#: ../src/richtext/richtextborderspage.cpp:567 msgid "Dashed" -msgstr "" +msgstr "Strepies" -#: ../src/osx/carbon/dataview.cpp:1921 +#: ../src/osx/carbon/dataview.cpp:1919 msgid "Data object has invalid data format" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2491 +#: ../src/osx/carbon/dataview.cpp:2489 msgid "Date renderer cannot render value; value type: " msgstr "" @@ -2696,64 +2624,55 @@ msgstr "Standaard-enkodering" #: ../src/dfb/fontmgr.cpp:180 -#, fuzzy msgid "Default font" -msgstr "Standaard-enkodering" +msgstr "Versteklettertipe" #: ../src/generic/prntdlgg.cpp:510 -#, fuzzy msgid "Default printer" -msgstr "Standaard-enkodering" +msgstr "Verstekdrukker" -#: ../src/richtext/richtextbuffer.cpp:7841 ../src/common/stockitem.cpp:152 +#: ../src/richtext/richtextbuffer.cpp:7945 ../src/common/stockitem.cpp:152 #: ../src/stc/stc_i18n.cpp:20 -#, fuzzy msgid "Delete" -msgstr "&Vee uit" +msgstr "Skrap" #: ../src/richtext/richtexttabspage.cpp:148 -#, fuzzy msgid "Delete A&ll" -msgstr "Kies &almal" +msgstr "Skrap &almal" -#: ../src/richtext/richtextbuffer.cpp:10637 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:10942 msgid "Delete Column" -msgstr "Seksies" +msgstr "Skrap kolom" -#: ../src/richtext/richtextbuffer.cpp:10587 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:10892 msgid "Delete Row" -msgstr "&Vee uit" +msgstr "Skrap ry" -#: ../src/richtext/richtextstyledlg.cpp:779 -#, fuzzy +#: ../src/richtext/richtextstyledlg.cpp:782 msgid "Delete Style" -msgstr "Verwyder item" +msgstr "Skrap styl" -#: ../src/richtext/richtextctrl.cpp:1231 ../src/richtext/richtextctrl.cpp:1452 -#, fuzzy +#: ../src/richtext/richtextctrl.cpp:1300 ../src/richtext/richtextctrl.cpp:1538 msgid "Delete Text" -msgstr "Verwyder item" +msgstr "Skrap teks" #: ../src/generic/editlbox.cpp:274 msgid "Delete item" -msgstr "Verwyder item" +msgstr "Skrap item" #: ../src/common/stockitem.cpp:260 -#, fuzzy msgid "Delete selection" -msgstr "Seksies" +msgstr "Skrap seleksie" -#: ../src/richtext/richtextstyledlg.cpp:779 -#, fuzzy, c-format +#: ../src/richtext/richtextstyledlg.cpp:782 +#, c-format msgid "Delete style %s?" -msgstr "Verwyder item" +msgstr "Skrap styl %s?" -#: ../src/unix/snglinst.cpp:295 +#: ../src/unix/snglinst.cpp:301 #, c-format msgid "Deleted stale lock file '%s'." -msgstr "Verouderde slot-lêer '%s' is verwyder." +msgstr "Verouderde slot-lêer '%s' is geskrap." #: ../src/common/module.cpp:124 #, c-format @@ -2761,21 +2680,20 @@ msgstr "" #: ../src/common/stockitem.cpp:196 -#, fuzzy msgid "Descending" -msgstr "Standaard-enkodering" +msgstr "Dalend" #: ../src/generic/dirctrlg.cpp:626 msgid "Desktop" -msgstr "" +msgstr "Werkarea" #: ../src/generic/aboutdlgg.cpp:70 msgid "Developed by " -msgstr "" +msgstr "Ontwikkel deur " #: ../src/generic/aboutdlgg.cpp:176 msgid "Developers" -msgstr "" +msgstr "Programmeerders" #: ../src/msw/dialup.cpp:393 msgid "" @@ -2787,7 +2705,7 @@ #: ../src/generic/tipdlg.cpp:230 msgid "Did you know..." -msgstr "Die jy geweet ..." +msgstr "Het u geweet..." #: ../src/dfb/wrapdfb.cpp:63 #, c-format @@ -2795,19 +2713,18 @@ msgstr "" #: ../src/motif/filedlg.cpp:219 -#, fuzzy msgid "Directories" -msgstr "Dekoratief" +msgstr "Gidse" -#: ../src/common/filefn.cpp:1251 +#: ../src/common/filefn.cpp:1250 #, c-format msgid "Directory '%s' couldn't be created" msgstr "Gids '%s' kon nie geskep word nie" -#: ../src/common/filefn.cpp:1271 -#, fuzzy, c-format +#: ../src/common/filefn.cpp:1270 +#, c-format msgid "Directory '%s' couldn't be deleted" -msgstr "Gids '%s' kon nie geskep word nie" +msgstr "Gids '%s' kon nie geskrap word nie" #: ../src/generic/dirdlgg.cpp:233 msgid "Directory does not exist" @@ -2819,7 +2736,7 @@ #: ../src/common/docview.cpp:455 msgid "Discard changes and reload the last saved version?" -msgstr "" +msgstr "Verwerp veranderinge en herlaai die laaste gestoorde weergawe?" #: ../src/html/helpwnd.cpp:512 msgid "" @@ -2836,7 +2753,7 @@ msgid "Displays help as you browse the books on the left." msgstr "" -#: ../src/msw/mimetype.cpp:732 +#: ../src/msw/mimetype.cpp:737 msgid "" "Do you want to overwrite the command used to %s files with extension \"%s" "\" ?\n" @@ -2853,27 +2770,27 @@ "%s %1" #: ../src/common/docview.cpp:531 -#, fuzzy, c-format +#, c-format msgid "Do you want to save changes to %s?" -msgstr "Wil u die veranderingen aan dokument '%s' stoor?" +msgstr "Wil u die veranderinge aan %s stoor?" #: ../src/common/prntbase.cpp:525 msgid "Document:" -msgstr "" +msgstr "Dokument:" #: ../src/generic/aboutdlgg.cpp:73 msgid "Documentation by " -msgstr "" +msgstr "Dokumentasie deur " #: ../src/generic/aboutdlgg.cpp:180 msgid "Documentation writers" -msgstr "" +msgstr "Dokumentasieskrywers" -#: ../src/common/sizer.cpp:2680 +#: ../src/common/sizer.cpp:2704 msgid "Don't Save" -msgstr "" +msgstr "Moenie stoor nie" -#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:611 +#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:614 msgid "Done" msgstr "Klaar" @@ -2881,19 +2798,17 @@ msgid "Done." msgstr "Klaar." -#: ../src/richtext/richtextborderspage.cpp:544 -#, fuzzy +#: ../src/richtext/richtextborderspage.cpp:566 msgid "Dotted" -msgstr "Klaar" +msgstr "Stippels" -#: ../src/richtext/richtextborderspage.cpp:546 -#, fuzzy +#: ../src/richtext/richtextborderspage.cpp:568 msgid "Double" -msgstr "Klaar" +msgstr "Dubbel" #: ../src/common/paper.cpp:177 msgid "Double Japanese Postcard Rotated 148 x 200 mm" -msgstr "" +msgstr "Dubbele Japannese poskaart, geroteer 148 x 200 mm" #: ../src/common/xtixml.cpp:273 #, c-format @@ -2904,9 +2819,9 @@ msgid "Down" msgstr "Af" -#: ../src/richtext/richtextctrl.cpp:814 +#: ../src/richtext/richtextctrl.cpp:842 msgid "Drag" -msgstr "" +msgstr "Sleep" #: ../src/common/paper.cpp:101 msgid "E sheet, 34 x 44 in" @@ -2920,7 +2835,7 @@ msgid "ENTER" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:535 +#: ../src/unix/fswatcher_inotify.cpp:548 #, fuzzy msgid "EOF while reading from inotify descriptor" msgstr "kan nie lees van lêeretiket %d" @@ -2938,18 +2853,16 @@ msgstr "" #: ../src/common/stockitem.cpp:154 -#, fuzzy msgid "Edit" -msgstr "Redigeer item" +msgstr "Redigeer" #: ../src/generic/editlbox.cpp:272 msgid "Edit item" msgstr "Redigeer item" #: ../include/wx/generic/progdlgg.h:84 -#, fuzzy msgid "Elapsed time:" -msgstr "Tydsduur sovêr: " +msgstr "Tydsduur sovêr:" #: ../src/richtext/richtextsizepage.cpp:353 #: ../src/richtext/richtextsizepage.cpp:355 @@ -2982,39 +2895,38 @@ #: ../src/richtext/richtextsizepage.cpp:280 #: ../src/richtext/richtextsizepage.cpp:282 -#, fuzzy msgid "Enable vertical alignment." -msgstr "Kon nie begin met drukwerk nie." +msgstr "Aktiveer vertikale belyning." #: ../src/richtext/richtextbackgroundpage.cpp:133 #: ../src/richtext/richtextbackgroundpage.cpp:135 msgid "Enables a background colour." -msgstr "" +msgstr "Aktiveer 'n agtergrondkleur." -#: ../src/richtext/richtextstyledlg.cpp:931 +#: ../src/richtext/richtextstyledlg.cpp:934 msgid "Enter a box style name" -msgstr "" +msgstr "Tik 'n naam vir die boksstyl" -#: ../src/richtext/richtextstyledlg.cpp:603 +#: ../src/richtext/richtextstyledlg.cpp:606 msgid "Enter a character style name" -msgstr "" +msgstr "Tik 'n naam vir die karakterstyl" -#: ../src/richtext/richtextstyledlg.cpp:817 +#: ../src/richtext/richtextstyledlg.cpp:820 msgid "Enter a list style name" -msgstr "" +msgstr "Tik 'n naam vir die lysstyl" -#: ../src/richtext/richtextstyledlg.cpp:890 +#: ../src/richtext/richtextstyledlg.cpp:893 msgid "Enter a new style name" -msgstr "" +msgstr "Tik 'n nuwe naam vir die styl" -#: ../src/richtext/richtextstyledlg.cpp:651 +#: ../src/richtext/richtextstyledlg.cpp:654 msgid "Enter a paragraph style name" -msgstr "" +msgstr "Tik 'n naam vir die paragraafstyl" #: ../src/generic/dbgrptg.cpp:174 -#, fuzzy, c-format +#, c-format msgid "Enter command to open file \"%s\":" -msgstr "kan lêer '%s' nie oopmaak nie" +msgstr "Gee opdrag om die lêer \"%s\" mee te open:" #: ../src/generic/helpext.cpp:463 msgid "Entries found" @@ -3054,14 +2966,14 @@ #: ../src/generic/dirdlgg.cpp:251 msgid "Error creating directory" -msgstr "Fout tydens skepping van gids" +msgstr "Fout tydens skep van gids" -#: ../src/common/imagbmp.cpp:1103 +#: ../src/common/imagbmp.cpp:1107 #, fuzzy msgid "Error in reading image DIB." msgstr "Fout tydens lees van DIB-beeld." -#: ../src/propgrid/propgrid.cpp:6563 +#: ../src/propgrid/propgrid.cpp:6565 #, c-format msgid "Error in resource: %s" msgstr "" @@ -3076,9 +2988,8 @@ msgstr "Fout met lees van konfigurasie-opsies." #: ../src/gtk/print.cpp:671 -#, fuzzy msgid "Error while printing: " -msgstr "Wag asb. 'n bietjie. Besig met drukwerk\n" +msgstr "Fout tydens drukwerk: " #: ../src/common/log.cpp:223 msgid "Error: " @@ -3089,13 +3000,8 @@ msgstr "Esperanto (ISO-8859-3)" #: ../include/wx/generic/progdlgg.h:85 -#, fuzzy msgid "Estimated time:" -msgstr "Geskatte tyd: " - -#: ../src/unix/fswatcher_inotify.cpp:639 -msgid "Event queue overflowed" -msgstr "" +msgstr "Geskatte tyd:" #: ../src/generic/dbgrptg.cpp:234 #, fuzzy @@ -3106,7 +3012,7 @@ msgid "Execute" msgstr "" -#: ../src/msw/utilsexc.cpp:888 +#: ../src/msw/utilsexc.cpp:887 #, c-format msgid "Execution of command '%s' failed" msgstr "Uitvoering van opdrag '%s' het misluk" @@ -3118,7 +3024,7 @@ #: ../src/common/paper.cpp:106 msgid "Executive, 7 1/4 x 10 1/2 in" -msgstr "USA Executive, 7 1/4 x 10 1/2 duim" +msgstr "VSA Executive, 7 1/4 x 10 1/2 duim" #: ../src/msw/registry.cpp:1230 #, c-format @@ -3128,7 +3034,7 @@ #: ../src/common/fmapbase.cpp:195 msgid "Extended Unix Codepage for Japanese (EUC-JP)" -msgstr "Extended Unix Codepage vir Japanese (EUC-JP)" +msgstr "Extended Unix Codepage vir Japannees (EUC-JP)" #: ../src/html/chm.cpp:725 #, c-format @@ -3137,7 +3043,7 @@ #: ../src/common/accelcmn.cpp:238 ../src/common/accelcmn.cpp:333 msgid "F" -msgstr "" +msgstr "F" #: ../src/propgrid/advprops.cpp:640 #, fuzzy @@ -3163,14 +3069,14 @@ msgid "Failed to allocate colour for OpenGL" msgstr "Wyser kon nie geskep word nie." -#: ../src/unix/displayx11.cpp:288 +#: ../src/unix/displayx11.cpp:292 msgid "Failed to change video mode" msgstr "Videomodus kon nie verander word nie" #: ../src/common/image.cpp:3139 -#, fuzzy, c-format +#, c-format msgid "Failed to check format of image file \"%s\"." -msgstr "Die bitmap-beeld kon nie is lêer \"%s\" gestoor word nie." +msgstr "" #: ../src/common/debugrpt.cpp:244 #, fuzzy, c-format @@ -3181,14 +3087,14 @@ msgid "Failed to close file handle" msgstr "Toemaak van lêer het misluk." -#: ../src/unix/snglinst.cpp:334 +#: ../src/unix/snglinst.cpp:340 #, c-format msgid "Failed to close lock file '%s'" msgstr "Toemaak van slotlêer '%s' het misluk" #: ../src/msw/clipbrd.cpp:115 msgid "Failed to close the clipboard." -msgstr "Toemaak van knibord het misluk." +msgstr "Toemaak van knipbord het misluk." #: ../src/x11/utils.cpp:204 #, fuzzy, c-format @@ -3204,14 +3110,14 @@ msgstr "Verbinding het misluk: geen ISP om te bel." #: ../src/common/textfile.cpp:200 -#, fuzzy, c-format +#, c-format msgid "Failed to convert file \"%s\" to Unicode." -msgstr "Toemaak van lêer het misluk." +msgstr "Omskakel van lêer \"%s\" na Unicode het misluk." #: ../src/generic/logg.cpp:976 #, fuzzy msgid "Failed to copy dialog contents to the clipboard." -msgstr "Opening van knipbord het misluk." +msgstr "Kopieer van dialooginhoud na knipbord het misluk." #: ../src/msw/registry.cpp:691 #, c-format @@ -3229,27 +3135,27 @@ msgstr "Kopiëring van lêer '%s' na '%s' het misluk" #: ../src/msw/registry.cpp:678 -#, fuzzy, c-format +#, c-format msgid "Failed to copy the registry subkey '%s' to '%s'." -msgstr "Hernoeming van registersleutel '%s' na '%s' het misluk" +msgstr "Kopiëring van registersleutel '%s' na '%s' het misluk" #: ../src/msw/dde.cpp:1073 msgid "Failed to create DDE string" msgstr "Skepping van DDE-string het misluk" -#: ../src/msw/mdi.cpp:590 +#: ../src/msw/mdi.cpp:594 msgid "Failed to create MDI parent frame." msgstr "Skepping van MDI-hoofvenster het misluk." -#: ../src/common/filename.cpp:1080 +#: ../src/common/filename.cpp:1086 msgid "Failed to create a temporary file name" msgstr "'n Tydelyke lêernaam kon nie geskep word nie" -#: ../src/msw/utilsexc.cpp:235 +#: ../src/msw/utilsexc.cpp:234 msgid "Failed to create an anonymous pipe" msgstr "'n Anonieme pyp kon nie geskep word nie" -#: ../src/msw/ole/automtn.cpp:522 +#: ../src/msw/ole/automtn.cpp:525 #, fuzzy, c-format msgid "Failed to create an instance of \"%s\"" msgstr "Die gids %s/.gnome kon nie geskep word nie." @@ -3265,9 +3171,9 @@ msgstr "Wyser kon nie geskep word nie." #: ../src/common/debugrpt.cpp:209 -#, fuzzy, c-format +#, c-format msgid "Failed to create directory \"%s\"" -msgstr "Die gids %s/.gnome kon nie geskep word nie." +msgstr "Gids \"%s\" kon nie geskep word nie" #: ../src/generic/dirdlgg.cpp:249 #, c-format @@ -3308,7 +3214,7 @@ msgid "Failed to empty the clipboard." msgstr "Skoonmaak van knipbord het misluk." -#: ../src/unix/displayx11.cpp:265 +#: ../src/unix/displayx11.cpp:266 msgid "Failed to enumerate video modes" msgstr "Videomodusse kon nie gelys word nie" @@ -3328,9 +3234,9 @@ #: ../src/common/debugrpt.cpp:725 msgid "Failed to execute curl, please install it in PATH." -msgstr "" +msgstr "Kon nie curl laat loop nie. Installeer dit asb. in PATH." -#: ../src/msw/ole/automtn.cpp:505 +#: ../src/msw/ole/automtn.cpp:508 #, fuzzy, c-format msgid "Failed to find CLSID of \"%s\"" msgstr "Opening van '%s' vir %s het misluk" @@ -3345,7 +3251,7 @@ msgid "Failed to get ISP names: %s" msgstr "ISP name %s kon nie verkry word nie" -#: ../src/msw/ole/automtn.cpp:574 +#: ../src/msw/ole/automtn.cpp:577 #, fuzzy, c-format msgid "Failed to get OLE automation interface for \"%s\"" msgstr "Die gids %s/.gnome kon nie geskep word nie." @@ -3358,7 +3264,7 @@ msgid "Failed to get the local system time" msgstr "Die plaaslike stelseltyd kon nie verkry word nie" -#: ../src/common/filefn.cpp:1453 +#: ../src/common/filefn.cpp:1452 msgid "Failed to get the working directory" msgstr "Die werkgids kon nie verkry word nie" @@ -3379,10 +3285,9 @@ msgid "Failed to initiate dialup connection: %s" msgstr "Verbreking van inbelverbinding het misluk: %s" -#: ../src/gtk/textctrl.cpp:1117 -#, fuzzy +#: ../src/gtk/textctrl.cpp:1129 msgid "Failed to insert text in the control." -msgstr "Die werkgids kon nie verkry word nie" +msgstr "Kon nie teks in die tekskontrole invoeg nie." #: ../src/unix/snglinst.cpp:241 #, fuzzy, c-format @@ -3394,7 +3299,7 @@ msgid "Failed to install signal handler" msgstr "Toemaak van lêer het misluk." -#: ../src/unix/threadpsx.cpp:1162 +#: ../src/unix/threadpsx.cpp:1167 msgid "" "Failed to join a thread, potential memory leak detected - please restart the " "program" @@ -3408,14 +3313,14 @@ msgstr "Process %d kon nie doodgemaak word nie" #: ../src/common/image.cpp:2365 -#, fuzzy, c-format +#, c-format msgid "Failed to load bitmap \"%s\" from resources." -msgstr "Laaiing van beeld %d vanuit lêer '%s' het misluk." +msgstr "Laai van beeld \"%s\" vanuit hulpbronne het misluk." #: ../src/common/image.cpp:2374 -#, fuzzy, c-format +#, c-format msgid "Failed to load icon \"%s\" from resources." -msgstr "Laaiing van beeld %d vanuit lêer '%s' het misluk." +msgstr "Laai van ikoon \"%s\" vanuit hulpbronne het misluk." #: ../src/common/iconbndl.cpp:182 #, fuzzy, c-format @@ -3428,33 +3333,33 @@ msgstr "Laaiing van beeld %d vanuit lêer '%s' het misluk." #: ../src/common/image.cpp:2450 ../src/common/image.cpp:2469 -#, fuzzy, c-format +#, c-format msgid "Failed to load image from file \"%s\"." -msgstr "Laaiing van beeld %d vanuit lêer '%s' het misluk." +msgstr "Laai van beeld vanuit lêer \"%s\" het misluk." #: ../src/msw/enhmeta.cpp:97 -#, fuzzy, c-format +#, c-format msgid "Failed to load metafile from file \"%s\"." -msgstr "Laaiing van beeld %d vanuit lêer '%s' het misluk." +msgstr "Laai van metalêer vanuit lêer \"%s\" het misluk." #: ../src/msw/volume.cpp:327 msgid "Failed to load mpr.dll." -msgstr "Laaiing van mpr.dll het misluk." +msgstr "Laai van mpr.dll het misluk." #: ../src/msw/utils.cpp:1120 -#, fuzzy, c-format +#, c-format msgid "Failed to load resource \"%s\"." -msgstr "Laaiing van beeld %d vanuit lêer '%s' het misluk." +msgstr "Kon nie hulpbron \"%s\" laai nie." #: ../src/common/dynlib.cpp:100 #, c-format msgid "Failed to load shared library '%s'" -msgstr "Laaiing van gedeelde biblioteek '%s' het misluk" +msgstr "Laai van gedeelde biblioteek '%s' het misluk" #: ../src/msw/utils.cpp:1127 -#, fuzzy, c-format +#, c-format msgid "Failed to lock resource \"%s\"." -msgstr "Sluiting van die slotlêer '%s' het misluk" +msgstr "Kon nie hulpbron \"%s\" vassluit nie." #: ../src/unix/snglinst.cpp:198 #, c-format @@ -3466,7 +3371,7 @@ msgid "Failed to modify descriptor %d in epoll descriptor %d" msgstr "" -#: ../src/common/filename.cpp:2681 +#: ../src/common/filename.cpp:2687 #, c-format msgid "Failed to modify file times for '%s'" msgstr "Verandering van lêertye van '%s' het misluk" @@ -3490,28 +3395,28 @@ msgid "Failed to open CHM archive '%s'." msgstr "CHM-argief '%s' kon nie oopgemaak word nie." -#: ../src/common/utilscmn.cpp:1135 -#, fuzzy, c-format +#: ../src/common/utilscmn.cpp:1142 +#, c-format msgid "Failed to open URL \"%s\" in default browser." -msgstr "Opening van '%s' vir %s het misluk" +msgstr "Opening van URL \"%s\" in verstekblaaier het misluk." #: ../include/wx/msw/private/fswatcher.h:92 -#, fuzzy, c-format +#, c-format msgid "Failed to open directory \"%s\" for monitoring." -msgstr "Opening van '%s' vir %s het misluk" +msgstr "Opening van gids \"%s\" vir monitering het misluk." #: ../src/x11/utils.cpp:223 #, fuzzy, c-format msgid "Failed to open display \"%s\"." msgstr "Opening van '%s' vir %s het misluk" -#: ../src/common/filename.cpp:1115 +#: ../src/common/filename.cpp:1121 msgid "Failed to open temporary file." msgstr "Opening van tydelyk lêer het misluk." #: ../src/msw/clipbrd.cpp:94 msgid "Failed to open the clipboard." -msgstr "Opening van knipbord het misluk." +msgstr "Open van knipbord het misluk." #: ../src/common/translation.cpp:1170 #, fuzzy, c-format @@ -3519,9 +3424,9 @@ msgstr "Kan nie meervoudvorme ontleed nie: `%s'" #: ../src/unix/mediactrl.cpp:1268 -#, fuzzy, c-format +#, c-format msgid "Failed to prepare playing \"%s\"." -msgstr "Opening van '%s' vir %s het misluk" +msgstr "Voorbereiding vir speel van \"%s\" het misluk." #: ../src/msw/clipbrd.cpp:647 msgid "Failed to put data on the clipboard" @@ -3537,9 +3442,9 @@ msgstr "Fout met lees van konfigurasie-opsies." #: ../src/common/docview.cpp:678 -#, fuzzy, c-format +#, c-format msgid "Failed to read document from the file \"%s\"." -msgstr "Laaiing van beeld %d vanuit lêer '%s' het misluk." +msgstr "Lees van dokument vanuit lêer \"%s\" het misluk." #: ../src/dfb/evtloop.cpp:98 #, fuzzy @@ -3555,7 +3460,7 @@ msgid "Failed to redirect child process input/output" msgstr "Herleiding van toevoer/afvoer van subproses het misluk" -#: ../src/msw/utilsexc.cpp:697 +#: ../src/msw/utilsexc.cpp:696 msgid "Failed to redirect the child process IO" msgstr "Herleiding van toevoer/afvoer van subproses het misluk" @@ -3574,7 +3479,7 @@ msgid "Failed to remove debug report file \"%s\"" msgstr "Verwydering van slotlêer '%s' het misluk" -#: ../src/unix/snglinst.cpp:322 +#: ../src/unix/snglinst.cpp:328 #, c-format msgid "Failed to remove lock file '%s'" msgstr "Verwydering van slotlêer '%s' het misluk" @@ -3603,9 +3508,9 @@ #: ../src/msw/clipbrd.cpp:497 msgid "Failed to retrieve data from the clipboard." -msgstr "Onttrekking van data uit knipbord het misluk" +msgstr "Onttrekking van data uit knipbord het misluk." -#: ../src/common/filename.cpp:2777 +#: ../src/common/filename.cpp:2783 #, c-format msgid "Failed to retrieve file times for '%s'" msgstr "Verkryging van lêertye vir '%s' het misluk" @@ -3619,14 +3524,14 @@ msgstr "Verkryging van ondersteunde knipbord-formate het misluk" #: ../src/common/docview.cpp:649 -#, fuzzy, c-format +#, c-format msgid "Failed to save document to the file \"%s\"." -msgstr "Die bitmap-beeld kon nie is lêer \"%s\" gestoor word nie." +msgstr "Kon nie dokument stoor na die lêer \"%s\" nie." #: ../src/msw/dib.cpp:326 #, c-format msgid "Failed to save the bitmap image to file \"%s\"." -msgstr "Die bitmap-beeld kon nie is lêer \"%s\" gestoor word nie." +msgstr "Die bitmap-beeld kon nie na lêer \"%s\" gestoor word nie." #: ../src/msw/dde.cpp:768 msgid "Failed to send DDE advise notification" @@ -3655,22 +3560,21 @@ msgid "Failed to set temporary file permissions" msgstr "Opstelling van magtigings van tydelyke lêer het misluk" -#: ../src/gtk/textctrl.cpp:1058 -#, fuzzy +#: ../src/gtk/textctrl.cpp:1070 msgid "Failed to set text in the text control." -msgstr "Die werkgids kon nie verkry word nie" +msgstr "Kon nie teks in die tekskontrole stel nie." -#: ../src/unix/threadpsx.cpp:1293 +#: ../src/unix/threadpsx.cpp:1298 #, fuzzy, c-format msgid "Failed to set thread concurrency level to %lu" msgstr "Opstelling van prioriteit van thread %d het misluk." -#: ../src/unix/threadpsx.cpp:1377 ../src/unix/threadpsx.cpp:1387 +#: ../src/unix/threadpsx.cpp:1382 ../src/unix/threadpsx.cpp:1392 #, c-format msgid "Failed to set thread priority %d." msgstr "Opstelling van prioriteit van thread %d het misluk." -#: ../src/unix/utilsunx.cpp:791 +#: ../src/unix/utilsunx.cpp:801 msgid "Failed to set up non-blocking pipe, the program might hang." msgstr "" @@ -3687,7 +3591,7 @@ msgid "Failed to switch wake up pipe to non-blocking mode" msgstr "" -#: ../src/unix/threadpsx.cpp:1569 +#: ../src/unix/threadpsx.cpp:1574 msgid "Failed to terminate a thread." msgstr "Beëindiging van uitvoerdraad het misluk." @@ -3700,12 +3604,12 @@ msgid "Failed to terminate the dialup connection: %s" msgstr "Verbreking van inbelverbinding het misluk: %s" -#: ../src/common/filename.cpp:2696 +#: ../src/common/filename.cpp:2702 #, c-format msgid "Failed to touch the file '%s'" msgstr "Aanraking van lêer '%s' het misluk" -#: ../src/unix/snglinst.cpp:328 +#: ../src/unix/snglinst.cpp:334 #, c-format msgid "Failed to unlock lock file '%s'" msgstr "Oopsluit van die slotlêer '%s' het misluk" @@ -3713,7 +3617,7 @@ #: ../src/msw/dde.cpp:314 #, c-format msgid "Failed to unregister DDE server '%s'" -msgstr "Deregistrering van DDE-bediener %s het misluk" +msgstr "Deregistrering van DDE-bediener '%s' het misluk" #: ../src/unix/epolldispatcher.cpp:155 #, fuzzy, c-format @@ -3737,29 +3641,26 @@ msgstr "Skryfbewerking na slotlêer '%s' het misluk" #: ../src/propgrid/propgrid.cpp:172 -#, fuzzy msgid "False" -msgstr "&Lêer" +msgstr "Vals" #: ../src/propgrid/advprops.cpp:658 -#, fuzzy msgid "Family" -msgstr "Lettertipe-grootte:" +msgstr "Familie" #: ../src/common/stockitem.cpp:157 ../src/msw/wince/filedlgwce.cpp:121 -#, fuzzy msgid "File" -msgstr "&Lêer" +msgstr "Lêer" #: ../src/common/docview.cpp:666 -#, fuzzy, c-format +#, c-format msgid "File \"%s\" could not be opened for reading." -msgstr "Opening van '%s' vir %s het misluk" +msgstr "Opening van \"%s\" vir leeswerk het misluk." #: ../src/common/docview.cpp:643 -#, fuzzy, c-format +#, c-format msgid "File \"%s\" could not be opened for writing." -msgstr "Opening van '%s' vir %s het misluk" +msgstr "Opening van \"%s\" vir skryfwerk het misluk." #: ../src/gtk/filedlg.cpp:56 #, c-format @@ -3775,24 +3676,24 @@ "Lêer '%s' bestaan al.\n" "Wil jy dit vervang?" -#: ../src/common/filefn.cpp:1207 -#, fuzzy, c-format +#: ../src/common/filefn.cpp:1206 +#, c-format msgid "File '%s' couldn't be removed" -msgstr "Gids '%s' kon nie geskep word nie" +msgstr "Lêer '%s' kon nie verwyd word nie" #: ../src/common/filefn.cpp:1187 #, fuzzy, c-format msgid "File '%s' couldn't be renamed '%s'" msgstr "Gids '%s' kon nie geskep word nie" -#: ../src/richtext/richtextctrl.cpp:2688 ../src/common/textcmn.cpp:921 +#: ../src/richtext/richtextctrl.cpp:2774 ../src/common/textcmn.cpp:935 msgid "File couldn't be loaded." msgstr "Lêer kon nie gelaai word nie." -#: ../src/msw/filedlg.cpp:458 -#, fuzzy, c-format +#: ../src/msw/filedlg.cpp:462 +#, c-format msgid "File dialog failed with error code %0lx." -msgstr "Uitvoering van opdrag '%s' het misluk met foutboodskap: %ul" +msgstr "Lêerdialoog het misluk met foutkode %0lx." #: ../src/common/docview.cpp:1771 msgid "File error" @@ -3803,38 +3704,33 @@ msgstr "Lêernaam bestaan al." #: ../src/motif/filedlg.cpp:220 -#, fuzzy msgid "Files" -msgstr "&Lêer" +msgstr "Lêers" -#: ../src/common/filefn.cpp:1761 +#: ../src/common/filefn.cpp:1760 #, fuzzy, c-format msgid "Files (%s)" msgstr "Lêers (%s)|%s" #: ../src/motif/filedlg.cpp:218 -#, fuzzy msgid "Filter" -msgstr "&Lêer" +msgstr "Filter" #: ../src/common/stockitem.cpp:158 ../src/html/helpwnd.cpp:500 msgid "Find" msgstr "Soek" #: ../src/common/stockitem.cpp:159 -#, fuzzy msgid "First" -msgstr "eerste" +msgstr "Eerste" #: ../src/common/prntbase.cpp:1518 -#, fuzzy msgid "First page" -msgstr "Volgende bladsy" +msgstr "Eerste bladsy" #: ../src/richtext/richtextsizepage.cpp:521 -#, fuzzy msgid "Fixed" -msgstr "Nie-proporsionele lettertipe:" +msgstr "Vas" #: ../src/html/helpwnd.cpp:1219 msgid "Fixed font:" @@ -3857,10 +3753,10 @@ msgid "Folio, 8 1/2 x 13 in" msgstr "Folio, 8 1/2 x 13 duim" -#: ../src/richtext/richtextformatdlg.cpp:324 ../src/osx/carbon/fontdlg.cpp:473 +#: ../src/richtext/richtextformatdlg.cpp:325 ../src/osx/carbon/fontdlg.cpp:457 #: ../src/common/stockitem.cpp:194 msgid "Font" -msgstr "" +msgstr "Lettertipe" #: ../src/richtext/richtextfontpage.cpp:230 #, fuzzy @@ -3869,29 +3765,28 @@ #: ../src/html/helpwnd.cpp:1220 msgid "Font size:" -msgstr "Lettertipe-grootte:" +msgstr "Lettergrootte:" #: ../src/richtext/richtextfontpage.cpp:217 #, fuzzy msgid "Font st&yle:" msgstr "Lettertipe-grootte:" -#: ../src/osx/carbon/fontdlg.cpp:515 -#, fuzzy +#: ../src/osx/carbon/fontdlg.cpp:499 msgid "Font:" -msgstr "Lettertipe-grootte:" +msgstr "Lettertipe:" #: ../src/dfb/fontmgr.cpp:198 #, c-format msgid "Fonts index file %s disappeared while loading fonts." msgstr "" +"Indekslêer vir lettertipes %s het verdwyn terwyl lettertipes gelaai is." #: ../src/unix/utilsunx.cpp:651 msgid "Fork failed" msgstr "'Fork' het misluk" #: ../src/common/stockitem.cpp:161 -#, fuzzy msgid "Forward" msgstr "Vorentoe" @@ -3928,11 +3823,13 @@ msgid "GIF: unknown error!!!" msgstr "GIF: onbekende fout!" -#: ../src/gtk/window.cpp:4288 +#: ../src/gtk/window.cpp:4339 msgid "" "GTK+ installed on this machine is too old to support screen compositing, " "please install GTK+ 2.12 or later." msgstr "" +"Die weergawe van GTK+ wat op dié rekenaar geïnstalleer is, is te oud om " +"skermsaamstelling te ondersteun. Installeer asb. GTK+ 2.12 of later." #: ../src/univ/themes/gtk.cpp:525 msgid "GTK+ theme" @@ -3940,20 +3837,19 @@ #: ../src/common/preferencescmn.cpp:39 msgid "General" -msgstr "" +msgstr "Algemeen" #: ../src/common/prntbase.cpp:243 -#, fuzzy msgid "Generic PostScript" -msgstr "PostScript-lêer" +msgstr "Generiese PostScript" #: ../src/common/paper.cpp:136 msgid "German Legal Fanfold, 8 1/2 x 13 in" -msgstr "German Legal Fanfold, 8 1/2 x 13 duim" +msgstr "Duitse Legal Fanfold, 8 1/2 x 13 duim" #: ../src/common/paper.cpp:135 msgid "German Std Fanfold, 8 1/2 x 12 in" -msgstr "German Std Fanfold, 8 1/2 x 12 duim" +msgstr "Duitse Std Fanfold, 8 1/2 x 12 duim" #: ../include/wx/xtiprop.h:188 msgid "GetProperty called w/o valid getter" @@ -3989,13 +3885,13 @@ #: ../src/generic/aboutdlgg.cpp:76 msgid "Graphics art by " -msgstr "" +msgstr "Grafiese kuns deur " #: ../src/common/fmapbase.cpp:154 msgid "Greek (ISO-8859-7)" msgstr "Grieks (ISO-8859-7)" -#: ../src/richtext/richtextborderspage.cpp:547 +#: ../src/richtext/richtextborderspage.cpp:569 msgid "Groove" msgstr "" @@ -4015,7 +3911,7 @@ msgid "HTML Help Project (*.hhp)|*.hhp|" msgstr "HTML-hulpprojek (*.hhp)|*.hhp|" -#: ../src/html/htmlwin.cpp:659 +#: ../src/html/htmlwin.cpp:662 #, c-format msgid "HTML anchor %s does not exist." msgstr "HTML-anker %s bestaan nie." @@ -4026,7 +3922,7 @@ #: ../src/common/stockitem.cpp:162 msgid "Harddisk" -msgstr "" +msgstr "Hardeskyf" #: ../src/common/fmapbase.cpp:155 msgid "Hebrew (ISO-8859-8)" @@ -4040,7 +3936,7 @@ #: ../src/html/helpwnd.cpp:1213 msgid "Help Browser Options" -msgstr "Hulpblaaier opsies" +msgstr "Hulpblaaier-opsies" #: ../src/generic/helpext.cpp:458 ../src/generic/helpext.cpp:459 msgid "Help Index" @@ -4051,9 +3947,8 @@ msgstr "Hulpdrukwerk" #: ../src/html/helpwnd.cpp:814 -#, fuzzy msgid "Help Topics" -msgstr "Hulp: %s" +msgstr "Hulponderwerpe" #: ../src/html/helpwnd.cpp:1551 msgid "Help books (*.htb)|*.htb|Help books (*.zip)|*.zip|" @@ -4065,63 +3960,61 @@ msgstr "" #: ../src/generic/helpext.cpp:279 -#, fuzzy, c-format +#, c-format msgid "Help file \"%s\" not found." -msgstr "katalogus-lêer vir domein '%s' nie gevind nie." +msgstr "Hulplêer \"%s\" nie gevind nie." #: ../src/html/helpctrl.cpp:63 #, c-format msgid "Help: %s" msgstr "Hulp: %s" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:649 -#, fuzzy, c-format +#: ../src/osx/menu_osx.cpp:623 +#, c-format msgid "Hide %s" -msgstr "Hulp: %s" +msgstr "Versteek %s" -#: ../src/osx/menu_osx.cpp:604 ../src/osx/menu_osx.cpp:651 +#: ../src/osx/menu_osx.cpp:625 msgid "Hide Others" -msgstr "" +msgstr "Versteek ander" -#: ../src/generic/infobar.cpp:85 +#: ../src/generic/infobar.cpp:84 msgid "Hide this notification message." -msgstr "" +msgstr "Versteek dié kennisgewing." #: ../src/generic/dirdlgg.cpp:98 ../src/common/stockitem.cpp:164 -#, fuzzy msgid "Home" -msgstr "naamloos" +msgstr "Tuis" #: ../src/generic/dirctrlg.cpp:624 -#, fuzzy msgid "Home directory" -msgstr "Maak gids" +msgstr "Tuisgids" #: ../src/richtext/richtextsizepage.cpp:253 #: ../src/richtext/richtextsizepage.cpp:255 msgid "How the object will float relative to the text." msgstr "" -#: ../src/common/imagbmp.cpp:1118 +#: ../src/common/imagbmp.cpp:1122 msgid "ICO: Error in reading mask DIB." msgstr "ICO: Fout by inlees van masker DIB." -#: ../src/common/imagbmp.cpp:1233 ../src/common/imagbmp.cpp:1294 -#: ../src/common/imagbmp.cpp:1305 ../src/common/imagbmp.cpp:1318 -#: ../src/common/imagbmp.cpp:1363 ../src/common/imagbmp.cpp:1375 -#: ../src/common/imagbmp.cpp:1386 +#: ../src/common/imagbmp.cpp:1237 ../src/common/imagbmp.cpp:1298 +#: ../src/common/imagbmp.cpp:1309 ../src/common/imagbmp.cpp:1322 +#: ../src/common/imagbmp.cpp:1367 ../src/common/imagbmp.cpp:1379 +#: ../src/common/imagbmp.cpp:1390 msgid "ICO: Error writing the image file!" msgstr "ICO: Fout tydens wegskryf van die beeld!" -#: ../src/common/imagbmp.cpp:1198 +#: ../src/common/imagbmp.cpp:1202 msgid "ICO: Image too tall for an icon." msgstr "ICO: Beeld is te hoog vir 'n ikoon." -#: ../src/common/imagbmp.cpp:1206 +#: ../src/common/imagbmp.cpp:1210 msgid "ICO: Image too wide for an icon." msgstr "ICO: Beeld is te breed vir 'n ikoon." -#: ../src/common/imagbmp.cpp:1466 +#: ../src/common/imagbmp.cpp:1470 msgid "ICO: Invalid icon index." msgstr "ICO: Ongeldige ikoonindeks." @@ -4151,9 +4044,9 @@ #: ../src/common/fmapbase.cpp:197 msgid "ISO-2022-JP" -msgstr "" +msgstr "ISO-2022-JP" -#: ../src/osx/carbon/dataview.cpp:2420 +#: ../src/osx/carbon/dataview.cpp:2418 msgid "Icon & text renderer cannot render value; value type: " msgstr "" @@ -4162,6 +4055,8 @@ "If possible, try changing the layout parameters to make the printout more " "narrow." msgstr "" +"Indien moontlik, probeer om die uitlegparameters te verander om die drukstuk " +"maerder te maak." #: ../src/generic/dbgrptg.cpp:358 msgid "" @@ -4203,9 +4098,8 @@ msgstr "Ongeldige lêerspesifikasie." #: ../src/common/image.cpp:2158 -#, fuzzy msgid "Image and mask have different sizes." -msgstr "Beeld en masker het verskillende groottes" +msgstr "Beeld en masker het verskillende groottes." #: ../src/common/image.cpp:2609 #, fuzzy, c-format @@ -4217,13 +4111,13 @@ msgid "Image is not of type %s." msgstr "Beeldlêer is nie van die tipe %d." -#: ../src/msw/textctrl.cpp:399 +#: ../src/msw/textctrl.cpp:413 msgid "" "Impossible to create a rich edit control, using simple text control instead. " "Please reinstall riched32.dll" msgstr "" "Onmoontlik om Rich Edit beheerelement te skep, gewone teks word gebruik. " -"Installeer riched32.dll asb. weer." +"Herinstalleer riched32.dll asb." #: ../src/unix/utilsunx.cpp:307 msgid "Impossible to get child process input" @@ -4249,18 +4143,17 @@ msgid "Incorrect GIF frame size (%u, %d) for the frame #%u" msgstr "" -#: ../src/msw/ole/automtn.cpp:624 +#: ../src/msw/ole/automtn.cpp:638 msgid "Incorrect number of arguments." -msgstr "" +msgstr "Verkeerde aantal argumente." #: ../src/common/stockitem.cpp:165 -#, fuzzy msgid "Indent" -msgstr "Indeks" +msgstr "Keep in" -#: ../src/richtext/richtextformatdlg.cpp:330 +#: ../src/richtext/richtextformatdlg.cpp:331 msgid "Indents && Spacing" -msgstr "" +msgstr "Inkepe en spasiëring" #: ../src/common/stockitem.cpp:166 ../src/html/helpwnd.cpp:525 msgid "Index" @@ -4272,45 +4165,42 @@ #: ../src/common/stockitem.cpp:167 msgid "Info" -msgstr "" +msgstr "Inligting" #: ../src/common/init.cpp:276 msgid "Initialization failed in post init, aborting." msgstr "" #: ../src/richtext/richtextsymboldlg.cpp:472 -#, fuzzy msgid "Insert" -msgstr "Indeks" +msgstr "Voeg in" -#: ../src/richtext/richtextbuffer.cpp:7687 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:7791 msgid "Insert Field" -msgstr "Indeks" +msgstr "Voeg veld in" -#: ../src/richtext/richtextbuffer.cpp:7598 -#: ../src/richtext/richtextbuffer.cpp:8551 +#: ../src/richtext/richtextbuffer.cpp:7702 +#: ../src/richtext/richtextbuffer.cpp:8655 msgid "Insert Image" -msgstr "" +msgstr "Voeg beeld in" -#: ../src/richtext/richtextbuffer.cpp:7645 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:7749 msgid "Insert Object" -msgstr "Indeks" +msgstr "Voeg objek in" -#: ../src/richtext/richtextctrl.cpp:1172 ../src/richtext/richtextctrl.cpp:1362 -#: ../src/richtext/richtextbuffer.cpp:7440 -#: ../src/richtext/richtextbuffer.cpp:7470 -#: ../src/richtext/richtextbuffer.cpp:7514 +#: ../src/richtext/richtextctrl.cpp:1241 ../src/richtext/richtextctrl.cpp:1448 +#: ../src/richtext/richtextbuffer.cpp:7544 +#: ../src/richtext/richtextbuffer.cpp:7574 +#: ../src/richtext/richtextbuffer.cpp:7618 msgid "Insert Text" -msgstr "" +msgstr "Voeg teks in" #: ../src/richtext/richtextindentspage.cpp:295 #: ../src/richtext/richtextindentspage.cpp:297 msgid "Inserts a page break before the paragraph." -msgstr "" +msgstr "Voeg 'n bladsybreuk in voor die paragraaf." -#: ../src/richtext/richtextborderspage.cpp:549 +#: ../src/richtext/richtextborderspage.cpp:571 #, fuzzy msgid "Inset" msgstr "Indeks" @@ -4318,13 +4208,13 @@ #: ../src/gtk/app.cpp:429 #, c-format msgid "Invalid GTK+ command line option, use \"%s --help\"" -msgstr "" +msgstr "Ongeldige opdraglynkeuse vir GTK+. Gebruik \"%s --help\"" #: ../src/common/imagtiff.cpp:314 msgid "Invalid TIFF image index." msgstr "Ongeldige TIFF-beeldindeks." -#: ../src/osx/carbon/dataview.cpp:1782 ../src/osx/carbon/dataview.cpp:1877 +#: ../src/osx/carbon/dataview.cpp:1780 ../src/osx/carbon/dataview.cpp:1875 msgid "Invalid data view item" msgstr "" @@ -4338,12 +4228,12 @@ msgid "Invalid geometry specification '%s'" msgstr "Ongeldige geometrie-spesifikasie '%s'" -#: ../src/unix/fswatcher_inotify.cpp:298 +#: ../src/unix/fswatcher_inotify.cpp:311 #, c-format msgid "Invalid inotify event for \"%s\"" msgstr "" -#: ../src/unix/snglinst.cpp:306 +#: ../src/unix/snglinst.cpp:312 #, c-format msgid "Invalid lock file '%s'." msgstr "Ongeldig slotlêer '%s'." @@ -4372,7 +4262,7 @@ msgstr "" #: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:333 -#: ../src/osx/carbon/fontdlg.cpp:547 ../src/common/stockitem.cpp:168 +#: ../src/osx/carbon/fontdlg.cpp:531 ../src/common/stockitem.cpp:168 msgid "Italic" msgstr "Kursief" @@ -4390,7 +4280,7 @@ #: ../src/common/paper.cpp:164 msgid "Japanese Double Postcard 200 x 148 mm" -msgstr "" +msgstr "Japannese dubbele poskaart 200 x 148 mm" #: ../src/common/paper.cpp:168 msgid "Japanese Envelope Chou #3" @@ -4434,26 +4324,26 @@ #: ../src/common/paper.cpp:139 msgid "Japanese Postcard 100 x 148 mm" -msgstr "" +msgstr "Japannese poskaart 100 x 148 mm" #: ../src/common/paper.cpp:176 msgid "Japanese Postcard Rotated 148 x 100 mm" -msgstr "" +msgstr "Japannese poskaart, geroteer 148 x 100 mm" #: ../src/common/stockitem.cpp:169 msgid "Jump to" -msgstr "" +msgstr "Spring na" #: ../src/common/stockitem.cpp:171 msgid "Justified" -msgstr "" +msgstr "Alkantbelyn" #: ../src/richtext/richtextindentspage.cpp:155 #: ../src/richtext/richtextindentspage.cpp:157 #: ../src/richtext/richtextliststylepage.cpp:344 #: ../src/richtext/richtextliststylepage.cpp:346 msgid "Justify text left and right." -msgstr "" +msgstr "Belyn teks links en regs." #: ../src/common/fmapbase.cpp:163 msgid "KOI8-R" @@ -4561,7 +4451,7 @@ #: ../src/richtext/richtextindentspage.cpp:270 msgid "L&ine spacing:" -msgstr "" +msgstr "&Lynspasiëring:" #: ../src/common/accelcmn.cpp:56 msgid "LEFT" @@ -4572,14 +4462,12 @@ msgstr "Dwars" #: ../src/common/stockitem.cpp:174 -#, fuzzy msgid "Last" -msgstr "&Plak" +msgstr "Laaste" #: ../src/common/prntbase.cpp:1542 -#, fuzzy msgid "Last page" -msgstr "Volgende bladsy" +msgstr "Laaste bladsy" #: ../src/common/log.cpp:309 #, c-format @@ -4590,7 +4478,7 @@ #: ../src/common/paper.cpp:104 msgid "Ledger, 17 x 11 in" -msgstr "USA Ledger, 17 x 11 duim" +msgstr "VSA Ledger, 17 x 11 duim" #: ../src/richtext/richtextliststylepage.cpp:249 #: ../src/richtext/richtextliststylepage.cpp:252 @@ -4600,12 +4488,12 @@ #: ../src/richtext/richtextbulletspage.cpp:203 #: ../src/richtext/richtextsizepage.cpp:249 msgid "Left" -msgstr "" +msgstr "Links" #: ../src/richtext/richtextindentspage.cpp:204 #: ../src/richtext/richtextliststylepage.cpp:390 msgid "Left (&first line):" -msgstr "" +msgstr "Links (&eerste lyn):" #: ../src/generic/prntdlgg.cpp:880 msgid "Left margin (mm):" @@ -4616,52 +4504,47 @@ #: ../src/richtext/richtextliststylepage.cpp:330 #: ../src/richtext/richtextliststylepage.cpp:332 msgid "Left-align text." -msgstr "" +msgstr "Belyn teks links." #: ../src/common/paper.cpp:145 -#, fuzzy msgid "Legal Extra 9 1/2 x 15 in" -msgstr "USA Legal, 8 1/2 x 14 duim" +msgstr "VSA Legal ekstra 9 1/2 x 15 duim" #: ../src/common/paper.cpp:97 msgid "Legal, 8 1/2 x 14 in" -msgstr "USA Legal, 8 1/2 x 14 duim" +msgstr "VSA Legal, 8 1/2 x 14 duim" #: ../src/common/paper.cpp:144 -#, fuzzy msgid "Letter Extra 9 1/2 x 12 in" -msgstr "USA Letter, 8 1/2 x 11 duim" +msgstr "VSA Letter ekstra 9 1/2 x 12 duim" #: ../src/common/paper.cpp:150 msgid "Letter Extra Transverse 9.275 x 12 in" msgstr "" #: ../src/common/paper.cpp:153 -#, fuzzy msgid "Letter Plus 8 1/2 x 12.69 in" -msgstr "USA Letter, 8 1/2 x 11 duim" +msgstr "VSA Letter plus 8 1/2 x 12.69 duim" #: ../src/common/paper.cpp:170 -#, fuzzy msgid "Letter Rotated 11 x 8 1/2 in" -msgstr "USA Letter, 8 1/2 x 11 duim" +msgstr "VSA Letter geroteer 11 x 8 1/2 duim" #: ../src/common/paper.cpp:102 msgid "Letter Small, 8 1/2 x 11 in" -msgstr "USA Letter Small, 8 1/2 x 11 duim" +msgstr "VSA Letter Small, 8 1/2 x 11 duim" #: ../src/common/paper.cpp:148 -#, fuzzy msgid "Letter Transverse 8 1/2 x 11 in" -msgstr "USA Letter, 8 1/2 x 11 duim" +msgstr "" #: ../src/common/paper.cpp:96 msgid "Letter, 8 1/2 x 11 in" -msgstr "USA Letter, 8 1/2 x 11 duim" +msgstr "VSA Letter, 8 1/2 x 11 duim" #: ../src/generic/aboutdlgg.cpp:173 msgid "License" -msgstr "" +msgstr "Lisensie" #: ../src/generic/fontdlgg.cpp:332 msgid "Light" @@ -4674,19 +4557,19 @@ #: ../src/richtext/richtextliststylepage.cpp:444 msgid "Line spacing:" -msgstr "" +msgstr "Lynspasiëring:" #: ../src/html/chm.cpp:838 msgid "Link contained '//', converted to absolute link." -msgstr "Skakel het '//' bevat, dit is omskep in 'n absolute skakel." +msgstr "Skakel het '//' bevat; dit is omskep in 'n absolute skakel." -#: ../src/richtext/richtextformatdlg.cpp:349 +#: ../src/richtext/richtextformatdlg.cpp:350 msgid "List Style" -msgstr "" +msgstr "Lysstyl" #: ../src/richtext/richtextstyles.cpp:1060 msgid "List styles" -msgstr "" +msgstr "Lysstyle" #: ../src/richtext/richtextfontpage.cpp:206 #: ../src/richtext/richtextfontpage.cpp:208 @@ -4699,14 +4582,14 @@ msgid "Lists the available fonts." msgstr "Wenke is nie beskikbaar nie, jammer!" -#: ../src/common/fldlgcmn.cpp:325 +#: ../src/common/fldlgcmn.cpp:343 #, c-format msgid "Load %s file" msgstr "Laai %s-lêer" -#: ../src/html/htmlwin.cpp:575 +#: ../src/html/htmlwin.cpp:578 msgid "Loading : " -msgstr "Besig met inlaai: " +msgstr "Laai tans: " #: ../src/unix/snglinst.cpp:246 #, fuzzy, c-format @@ -4726,12 +4609,12 @@ #: ../src/richtext/richtextliststylepage.cpp:484 #: ../src/richtext/richtextbulletspage.cpp:289 msgid "Lower case letters" -msgstr "" +msgstr "Kleinletters" #: ../src/richtext/richtextliststylepage.cpp:486 #: ../src/richtext/richtextbulletspage.cpp:291 msgid "Lower case roman numerals" -msgstr "" +msgstr "Klein romeinse syfers" #: ../src/gtk/mdi.cpp:422 ../src/gtk1/mdi.cpp:431 msgid "MDI child" @@ -4746,8 +4629,8 @@ "MS HTML Help functions are unavailable because the MS HTML Help library is " "not installed on this machine. Please install it." msgstr "" -"MS HTML Help funksies wees nie beskikbaar omdat die MS HTML Help biblioteek " -"nie op hierdie machine is geïnstalleerd. Installeer het asb." +"MS HTML Help-funksies is nie beskikbaar nie omdat die MS HTML Help-" +"biblioteek nie op hierdie masjien geïnstalleer is nie. Installeer dit asb." #: ../src/univ/themes/win32.cpp:3754 msgid "Ma&ximize" @@ -4755,176 +4638,172 @@ #: ../src/common/fmapbase.cpp:203 msgid "MacArabic" -msgstr "" +msgstr "MacArabic" #: ../src/common/fmapbase.cpp:222 msgid "MacArmenian" -msgstr "" +msgstr "MacArmenian" #: ../src/common/fmapbase.cpp:211 msgid "MacBengali" -msgstr "" +msgstr "MacBengali" #: ../src/common/fmapbase.cpp:217 msgid "MacBurmese" -msgstr "" +msgstr "MacBurmese" #: ../src/common/fmapbase.cpp:236 msgid "MacCeltic" -msgstr "" +msgstr "MacCeltic" #: ../src/common/fmapbase.cpp:227 msgid "MacCentralEurRoman" -msgstr "" +msgstr "MacCentralEurRoman" #: ../src/common/fmapbase.cpp:223 msgid "MacChineseSimp" -msgstr "" +msgstr "MacChineseSimp" #: ../src/common/fmapbase.cpp:201 msgid "MacChineseTrad" -msgstr "" +msgstr "MacChineseTrad" #: ../src/common/fmapbase.cpp:233 msgid "MacCroatian" -msgstr "" +msgstr "MacCroatian" #: ../src/common/fmapbase.cpp:206 msgid "MacCyrillic" -msgstr "" +msgstr "MacCyrillic" #: ../src/common/fmapbase.cpp:207 msgid "MacDevanagari" -msgstr "" +msgstr "MacDevanagari" #: ../src/common/fmapbase.cpp:231 msgid "MacDingbats" -msgstr "" +msgstr "MacDingbats" #: ../src/common/fmapbase.cpp:226 msgid "MacEthiopic" -msgstr "" +msgstr "MacEthiopic" #: ../src/common/fmapbase.cpp:229 msgid "MacExtArabic" -msgstr "" +msgstr "MacExtArabic" #: ../src/common/fmapbase.cpp:237 msgid "MacGaelic" -msgstr "" +msgstr "MacGaelic" #: ../src/common/fmapbase.cpp:221 msgid "MacGeorgian" -msgstr "" +msgstr "MacGeorgian" #: ../src/common/fmapbase.cpp:205 msgid "MacGreek" -msgstr "" +msgstr "MacGreek" #: ../src/common/fmapbase.cpp:209 msgid "MacGujarati" -msgstr "" +msgstr "MacGujarati" #: ../src/common/fmapbase.cpp:208 msgid "MacGurmukhi" -msgstr "" +msgstr "MacGurmukhi" #: ../src/common/fmapbase.cpp:204 msgid "MacHebrew" -msgstr "" +msgstr "MacHebrew" #: ../src/common/fmapbase.cpp:234 msgid "MacIcelandic" -msgstr "" +msgstr "MacIcelandic" #: ../src/common/fmapbase.cpp:200 msgid "MacJapanese" -msgstr "" +msgstr "MacJapanese" #: ../src/common/fmapbase.cpp:214 msgid "MacKannada" -msgstr "" +msgstr "MacKannada" #: ../src/common/fmapbase.cpp:238 msgid "MacKeyboardGlyphs" -msgstr "" +msgstr "MacKeyboardGlyphs" #: ../src/common/fmapbase.cpp:218 msgid "MacKhmer" -msgstr "" +msgstr "MacKhmer" #: ../src/common/fmapbase.cpp:202 msgid "MacKorean" -msgstr "" +msgstr "MacKorean" #: ../src/common/fmapbase.cpp:220 msgid "MacLaotian" -msgstr "" +msgstr "MacLaotian" #: ../src/common/fmapbase.cpp:215 msgid "MacMalayalam" -msgstr "" +msgstr "MacMalayalam" #: ../src/common/fmapbase.cpp:225 msgid "MacMongolian" -msgstr "" +msgstr "MacMongolian" #: ../src/common/fmapbase.cpp:210 msgid "MacOriya" -msgstr "" +msgstr "MacOriya" #: ../src/common/fmapbase.cpp:199 -#, fuzzy msgid "MacRoman" -msgstr "Roman" +msgstr "MacRoman" #: ../src/common/fmapbase.cpp:235 -#, fuzzy msgid "MacRomanian" -msgstr "Roman" +msgstr "MacRomanian" #: ../src/common/fmapbase.cpp:216 -#, fuzzy msgid "MacSinhalese" -msgstr "Kassensitief" +msgstr "MacSinhalese" #: ../src/common/fmapbase.cpp:230 msgid "MacSymbol" -msgstr "" +msgstr "MacSymbol" #: ../src/common/fmapbase.cpp:212 msgid "MacTamil" -msgstr "" +msgstr "MacTamil" #: ../src/common/fmapbase.cpp:213 msgid "MacTelugu" -msgstr "" +msgstr "MacTelugu" #: ../src/common/fmapbase.cpp:219 msgid "MacThai" -msgstr "" +msgstr "MacThai" #: ../src/common/fmapbase.cpp:224 msgid "MacTibetan" -msgstr "" +msgstr "MacTibetan" #: ../src/common/fmapbase.cpp:232 msgid "MacTurkish" -msgstr "" +msgstr "MacTurkish" #: ../src/common/fmapbase.cpp:228 msgid "MacVietnamese" -msgstr "" +msgstr "MacVietnamese" -#: ../src/propgrid/advprops.cpp:2031 -#, fuzzy +#: ../src/propgrid/advprops.cpp:2013 msgid "Make a selection:" -msgstr "Seksies" +msgstr "Maak 'n keuse:" -#: ../src/richtext/richtextformatdlg.cpp:362 +#: ../src/richtext/richtextformatdlg.cpp:363 #: ../src/richtext/richtextmarginspage.cpp:172 msgid "Margins" -msgstr "" +msgstr "Kantlyne" #: ../src/generic/fdrepdlg.cpp:147 msgid "Match case" @@ -4936,9 +4815,8 @@ msgstr "agtste" #: ../src/richtext/richtextsizepage.cpp:436 -#, fuzzy msgid "Max width:" -msgstr "Vervang met:" +msgstr "Maksimum wydte:" #: ../src/unix/mediactrl.cpp:1006 #, c-format @@ -4951,20 +4829,18 @@ msgstr "VFS in geheue bevat reeds die lêer '%s'!" #: ../src/msw/frame.cpp:347 -#, fuzzy msgid "Menu" -msgstr "Modern" +msgstr "Kieslys" #: ../src/common/msgout.cpp:124 -#, fuzzy msgid "Message" -msgstr "%s boodskap " +msgstr "Boodskap" #: ../src/univ/themes/metal.cpp:168 msgid "Metal theme" msgstr "Metaaltema" -#: ../src/msw/ole/automtn.cpp:641 +#: ../src/msw/ole/automtn.cpp:655 msgid "Method or property not found." msgstr "" @@ -4973,15 +4849,14 @@ msgstr "Mi&nimaliseer" #: ../src/richtext/richtextsizepage.cpp:409 -#, fuzzy msgid "Min height:" -msgstr "agtste" +msgstr "Minimum hoogte:" #: ../src/richtext/richtextsizepage.cpp:382 msgid "Min width:" -msgstr "" +msgstr "Minimum wydte:" -#: ../src/msw/ole/automtn.cpp:657 +#: ../src/msw/ole/automtn.cpp:671 msgid "Missing a required parameter." msgstr "" @@ -5005,6 +4880,8 @@ #: ../src/msw/fswatcher.cpp:143 msgid "Monitoring individual files for changes is not supported currently." msgstr "" +"Die monitering van veranderinge aan individuele lêers word nie tans " +"ondersteun nie." #: ../src/generic/editlbox.cpp:276 msgid "Move down" @@ -5017,16 +4894,17 @@ #: ../src/richtext/richtextsizepage.cpp:682 #: ../src/richtext/richtextsizepage.cpp:684 msgid "Moves the object to the next paragraph." -msgstr "" +msgstr "Skuif die objek na die volgende paragraaf." #: ../src/richtext/richtextsizepage.cpp:676 #: ../src/richtext/richtextsizepage.cpp:678 msgid "Moves the object to the previous paragraph." -msgstr "" +msgstr "Skuif die objek na die vorige paragraaf." -#: ../src/richtext/richtextbuffer.cpp:9345 +#: ../src/richtext/richtextbuffer.cpp:9596 +#, fuzzy msgid "Multiple Cell Properties" -msgstr "" +msgstr "Veelvuldige sel-eienskappe" #: ../src/common/accelcmn.cpp:81 msgid "NUM_LOCK" @@ -5038,48 +4916,44 @@ #: ../src/common/stockitem.cpp:175 msgid "Network" -msgstr "" +msgstr "Netwerk" #: ../src/common/stockitem.cpp:176 -#, fuzzy msgid "New" -msgstr "&Volgende" +msgstr "Nuwe" #: ../src/richtext/richtextstyledlg.cpp:243 -#, fuzzy msgid "New &Box Style..." -msgstr "Nuwe item" +msgstr "Nuwe &boxstyl..." #: ../src/richtext/richtextstyledlg.cpp:225 msgid "New &Character Style..." -msgstr "" +msgstr "Nuwe &karakterstyl..." #: ../src/richtext/richtextstyledlg.cpp:237 msgid "New &List Style..." -msgstr "" +msgstr "Nuwe &lysstyl..." #: ../src/richtext/richtextstyledlg.cpp:231 msgid "New &Paragraph Style..." -msgstr "" +msgstr "Nuwe ¶graafstyl..." -#: ../src/richtext/richtextstyledlg.cpp:603 -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:651 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:817 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:890 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:931 -#: ../src/richtext/richtextstyledlg.cpp:936 -#, fuzzy +#: ../src/richtext/richtextstyledlg.cpp:606 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:654 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:820 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:893 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:934 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "New Style" -msgstr "Nuwe item" +msgstr "Nuwe styl" #: ../src/generic/dirdlgg.cpp:102 -#, fuzzy msgid "New directory" -msgstr "Maak gids" +msgstr "Nuwe gids" #: ../src/generic/editlbox.cpp:273 msgid "New item" @@ -5091,9 +4965,8 @@ msgstr "Nuwe gids" #: ../src/generic/tipdlg.cpp:305 -#, fuzzy msgid "Next" -msgstr "&Volgende" +msgstr "Volgende" #: ../src/common/prntbase.cpp:1537 ../src/html/helpwnd.cpp:678 msgid "Next page" @@ -5114,19 +4987,19 @@ msgid "No bitmap handler for type %d defined." msgstr "Geen beeldhanteerder is vir die tipe %d gedefinieer nie." -#: ../src/osx/carbon/dataview.cpp:1784 +#: ../src/osx/carbon/dataview.cpp:1782 msgid "No column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1674 +#: ../src/osx/carbon/dataview.cpp:1672 msgid "No column for the specified column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1423 +#: ../src/osx/carbon/dataview.cpp:1421 msgid "No column for the specified column position existing." msgstr "" -#: ../src/common/utilscmn.cpp:1049 +#: ../src/common/utilscmn.cpp:1056 msgid "No default application configured for HTML files." msgstr "" @@ -5153,7 +5026,7 @@ "Would you like to select a font to be used for this encoding\n" "(otherwise the text in this encoding will not be shown correctly)?" msgstr "" -"Geen lettertipe is gevind om die teks in enkodering '%s' te wys nie,\n" +"Geen lettertipe is gevind om die teks in enkodering '%s' te wys nie.\n" "Wil jy 'n lettertipe kies vir hierdie enkodering\n" "(anders sal die teks in hierdie kodering nie korrek weergegee word nie)?" @@ -5181,11 +5054,11 @@ msgid "No matching page found yet" msgstr "Nog geen ooreenstemmende bladsy is gevind nie" -#: ../src/osx/carbon/dataview.cpp:1676 ../src/osx/carbon/dataview.cpp:1786 +#: ../src/osx/carbon/dataview.cpp:1674 ../src/osx/carbon/dataview.cpp:1784 msgid "No renderer or invalid renderer type specified for custom data column." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1424 +#: ../src/osx/carbon/dataview.cpp:1422 msgid "No renderer specified for column." msgstr "" @@ -5208,12 +5081,11 @@ msgid "No valid mappings found in the file \"%s\"." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:542 +#: ../src/richtext/richtextborderspage.cpp:564 #: ../src/richtext/richtextsizepage.cpp:248 #: ../src/richtext/richtextsizepage.cpp:252 -#, fuzzy msgid "None" -msgstr "Klaar" +msgstr "Geen" #: ../src/common/fmapbase.cpp:157 msgid "Nordic (ISO-8859-10)" @@ -5225,37 +5097,34 @@ #: ../src/html/helpwnd.cpp:1276 msgid "Normal face
    and underlined. " -msgstr "Normale druk
    en understreep. " +msgstr "Normaal en
    onderstreep. " #: ../src/html/helpwnd.cpp:1218 msgid "Normal font:" -msgstr "Normale lettertipe: " +msgstr "Normale lettertipe:" -#: ../src/propgrid/props.cpp:887 -#, fuzzy, c-format +#: ../src/propgrid/props.cpp:897 +#, c-format msgid "Not %s" -msgstr "&Aangaande..." +msgstr "Nie %s nie" #: ../include/wx/filename.h:586 ../include/wx/filename.h:591 -#, fuzzy msgid "Not available" -msgstr "Wenke is nie beskikbaar nie, jammer!" +msgstr "Nie beskikbaar nie" #: ../src/richtext/richtextfontpage.cpp:340 -#, fuzzy msgid "Not underlined" -msgstr "onderstreep" +msgstr "Nie onderstreep nie" #: ../src/common/paper.cpp:116 msgid "Note, 8 1/2 x 11 in" msgstr "Nota, 8 1/2 x 11 duim" #: ../src/generic/notifmsgg.cpp:104 -#, fuzzy msgid "Notice" -msgstr "Nee" +msgstr "Kennisgewing" -#: ../src/osx/carbon/dataview.cpp:902 +#: ../src/osx/carbon/dataview.cpp:900 #, fuzzy msgid "Number of columns could not be determined." msgstr "Lêer kon nie gelaai word nie." @@ -5267,22 +5136,21 @@ #: ../include/wx/msgdlg.h:273 ../src/richtext/richtextstyledlg.cpp:297 #: ../src/common/stockitem.cpp:178 ../src/msw/msgdlg.cpp:489 -#: ../src/msw/msgdlg.cpp:799 ../src/msw/dialog.cpp:120 +#: ../src/msw/msgdlg.cpp:795 ../src/msw/dialog.cpp:120 #: ../src/gtk1/fontdlg.cpp:138 msgid "OK" msgstr "Goed" -#: ../src/msw/ole/automtn.cpp:681 +#: ../src/msw/ole/automtn.cpp:695 #, c-format msgid "OLE Automation error in %s: %s" -msgstr "" +msgstr "OLE-outomasiefout in %s: %s" -#: ../include/wx/richtext/richtextimagedlg.h:39 -#, fuzzy +#: ../include/wx/richtext/richtextimagedlg.h:38 msgid "Object Properties" -msgstr "Vo&rige" +msgstr "Objek-eienskappe" -#: ../src/msw/ole/automtn.cpp:649 +#: ../src/msw/ole/automtn.cpp:663 msgid "Object implementation does not support named arguments." msgstr "" @@ -5299,19 +5167,18 @@ msgstr "Maak HTML-dokument oop" #: ../src/generic/dbgrptg.cpp:163 -#, fuzzy, c-format +#, c-format msgid "Open file \"%s\"" -msgstr "Open Lêer" +msgstr "Open lêer \"%s\"" #: ../src/common/stockitem.cpp:179 -#, fuzzy msgid "Open..." -msgstr "&Open..." +msgstr "Open..." #: ../src/osx/carbon/glcanvas.cpp:48 #, c-format msgid "OpenGL function \"%s\" failed: %s (error %d)" -msgstr "" +msgstr "OpenGL-funksie \"%s\" het misluk: %s (fout %d)" #: ../src/generic/dirctrlg.cpp:699 ../src/generic/dirdlgg.cpp:352 #: ../src/generic/filectrlg.cpp:677 ../src/generic/filectrlg.cpp:821 @@ -5345,16 +5212,16 @@ msgid "Out of window IDs. Recommend shutting down application." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:400 -#: ../src/richtext/richtextborderspage.cpp:533 +#: ../src/richtext/richtextborderspage.cpp:397 +#: ../src/richtext/richtextborderspage.cpp:555 msgid "Outline" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:572 msgid "Outset" msgstr "" -#: ../src/msw/ole/automtn.cpp:645 +#: ../src/msw/ole/automtn.cpp:659 msgid "Overflow while coercing argument values." msgstr "" @@ -5408,7 +5275,7 @@ #: ../src/common/imagpnm.cpp:73 msgid "PNM: File format is not recognized." -msgstr "PNM: lêerformaat onbekend" +msgstr "PNM: lêerformaat onbekend." #: ../src/common/imagpnm.cpp:112 ../src/common/imagpnm.cpp:134 #: ../src/common/imagpnm.cpp:156 @@ -5563,7 +5430,6 @@ msgstr "Bladsy-opstelling" #: ../src/generic/prntdlgg.cpp:828 ../src/common/prntbase.cpp:467 -#, fuzzy msgid "Page setup" msgstr "Bladsy-opstelling" @@ -5575,11 +5441,11 @@ #: ../src/generic/prntdlgg.cpp:842 ../src/generic/prntdlgg.cpp:855 #: ../src/generic/prntdlgg.cpp:1052 ../src/generic/prntdlgg.cpp:1057 msgid "Paper size" -msgstr "Papierformaat" +msgstr "Papiergrootte" #: ../src/richtext/richtextstyles.cpp:1058 msgid "Paragraph styles" -msgstr "" +msgstr "Paragraafstyle" #: ../src/common/xtistrm.cpp:469 msgid "Passing a already registered object to SetObject" @@ -5590,30 +5456,27 @@ msgid "Passing an unknown object to GetObject" msgstr "'n Onbekende objek word aangestuur vir GetObject" -#: ../src/richtext/richtextctrl.cpp:3117 ../src/common/stockitem.cpp:180 +#: ../src/richtext/richtextctrl.cpp:3206 ../src/common/stockitem.cpp:180 #: ../src/stc/stc_i18n.cpp:19 -#, fuzzy msgid "Paste" -msgstr "&Plak" +msgstr "Plak" #: ../src/common/stockitem.cpp:262 -#, fuzzy msgid "Paste selection" -msgstr "Seksies" +msgstr "Plak seleksie" #: ../src/richtext/richtextliststylepage.cpp:222 #: ../src/richtext/richtextbulletspage.cpp:172 msgid "Peri&od" -msgstr "" +msgstr "P&unt" #: ../src/generic/filectrlg.cpp:465 msgid "Permissions" msgstr "Magtigings" -#: ../src/richtext/richtextbuffer.cpp:11942 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:12271 msgid "Picture Properties" -msgstr "Vo&rige" +msgstr "Prent-eienskappe" #: ../include/wx/unix/pipe.h:47 msgid "Pipe creation failed" @@ -5628,13 +5491,12 @@ msgstr "Kies asb. 'n bestaande lêer." #: ../src/html/helpwnd.cpp:813 -#, fuzzy msgid "Please choose the page to display:" -msgstr "Kies asb. 'n bestaande lêer." +msgstr "Kies die bladsy om te vertoon:" #: ../src/msw/dialup.cpp:785 msgid "Please choose which ISP do you want to connect to" -msgstr "Kies asb. 'n internetdiensverskaffer om mee te verbind" +msgstr "Kies asb. 'n internetdiensverskaffer om mee te koppel" #: ../src/msw/listctrl.cpp:372 #, c-format @@ -5652,29 +5514,28 @@ msgstr "" #: ../src/common/prntbase.cpp:521 -#, fuzzy msgid "Please wait while printing..." -msgstr "Wag asb. 'n bietjie. Besig met drukwerk\n" +msgstr "Wag asb. tydens drukwerk..." #: ../src/propgrid/advprops.cpp:631 #, fuzzy msgid "Point Size" msgstr "Lettertipe-grootte:" -#: ../src/osx/carbon/dataview.cpp:1278 ../src/osx/carbon/dataview.cpp:1329 -#: ../src/osx/carbon/dataview.cpp:1420 ../src/osx/carbon/dataview.cpp:1443 -#: ../src/osx/carbon/dataview.cpp:1460 ../src/osx/carbon/dataview.cpp:1477 -#: ../src/osx/carbon/dataview.cpp:1670 ../src/osx/carbon/dataview.cpp:1779 -#: ../src/osx/carbon/dataview.cpp:1821 ../src/osx/carbon/dataview.cpp:1874 -#: ../src/osx/carbon/dataview.cpp:1997 +#: ../src/osx/carbon/dataview.cpp:1276 ../src/osx/carbon/dataview.cpp:1327 +#: ../src/osx/carbon/dataview.cpp:1418 ../src/osx/carbon/dataview.cpp:1441 +#: ../src/osx/carbon/dataview.cpp:1458 ../src/osx/carbon/dataview.cpp:1475 +#: ../src/osx/carbon/dataview.cpp:1668 ../src/osx/carbon/dataview.cpp:1777 +#: ../src/osx/carbon/dataview.cpp:1819 ../src/osx/carbon/dataview.cpp:1872 +#: ../src/osx/carbon/dataview.cpp:1995 msgid "Pointer to data view control not set correctly." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1279 ../src/osx/carbon/dataview.cpp:1338 -#: ../src/osx/carbon/dataview.cpp:1421 ../src/osx/carbon/dataview.cpp:1478 -#: ../src/osx/carbon/dataview.cpp:1671 ../src/osx/carbon/dataview.cpp:1780 -#: ../src/osx/carbon/dataview.cpp:1822 ../src/osx/carbon/dataview.cpp:1875 -#: ../src/osx/carbon/dataview.cpp:1998 +#: ../src/osx/carbon/dataview.cpp:1277 ../src/osx/carbon/dataview.cpp:1336 +#: ../src/osx/carbon/dataview.cpp:1419 ../src/osx/carbon/dataview.cpp:1476 +#: ../src/osx/carbon/dataview.cpp:1669 ../src/osx/carbon/dataview.cpp:1778 +#: ../src/osx/carbon/dataview.cpp:1820 ../src/osx/carbon/dataview.cpp:1873 +#: ../src/osx/carbon/dataview.cpp:1996 msgid "Pointer to model not set correctly." msgstr "" @@ -5683,9 +5544,8 @@ msgstr "Regop" #: ../src/richtext/richtextsizepage.cpp:496 -#, fuzzy msgid "Position" -msgstr "Vraag" +msgstr "Posisie" #: ../src/generic/prntdlgg.cpp:298 msgid "PostScript file" @@ -5693,17 +5553,17 @@ #: ../src/common/stockitem.cpp:181 msgid "Preferences" -msgstr "" +msgstr "Voorkeure" -#: ../src/osx/menu_osx.cpp:643 +#: ../src/osx/menu_osx.cpp:614 msgid "Preferences..." -msgstr "" +msgstr "Voorkeure..." #: ../src/common/prntbase.cpp:529 msgid "Preparing" -msgstr "" +msgstr "Berei tans voor" -#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:576 +#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:560 #: ../src/html/helpwnd.cpp:1235 msgid "Preview:" msgstr "Drukvoorskou:" @@ -5729,7 +5589,7 @@ #: ../src/generic/prntdlgg.cpp:224 msgid "Print Range" -msgstr "Druk-omvang" +msgstr "Drukomvang" #: ../src/generic/prntdlgg.cpp:449 msgid "Print Setup" @@ -5740,9 +5600,8 @@ msgstr "Druk in kleur" #: ../src/common/stockitem.cpp:182 -#, fuzzy msgid "Print previe&w..." -msgstr "Drukvoorskou" +msgstr "&Drukvoorskou..." #: ../src/common/docview.cpp:1244 #, fuzzy @@ -5750,9 +5609,8 @@ msgstr "Opstel van pyp het misluk" #: ../src/common/stockitem.cpp:182 -#, fuzzy msgid "Print preview..." -msgstr "Drukvoorskou" +msgstr "Drukvoorskou..." #: ../src/generic/prntdlgg.cpp:630 msgid "Print spooling" @@ -5767,14 +5625,12 @@ msgstr "Druk na 'n lêer" #: ../src/common/stockitem.cpp:183 -#, fuzzy msgid "Print..." -msgstr "&Druk..." +msgstr "Druk..." #: ../src/generic/prntdlgg.cpp:493 -#, fuzzy msgid "Printer" -msgstr "Druk" +msgstr "Drukker" #: ../src/generic/prntdlgg.cpp:633 msgid "Printer command:" @@ -5786,16 +5642,15 @@ #: ../src/generic/prntdlgg.cpp:645 msgid "Printer options:" -msgstr "Drukker-opsies:" +msgstr "Drukkeropsies:" #: ../src/generic/prntdlgg.cpp:916 msgid "Printer..." msgstr "Drukker..." #: ../src/generic/prntdlgg.cpp:196 -#, fuzzy msgid "Printer:" -msgstr "Drukker..." +msgstr "Drukker:" #: ../include/wx/richtext/richtextprint.h:163 ../src/common/prntbase.cpp:518 #: ../src/html/htmprint.cpp:277 @@ -5805,28 +5660,28 @@ #: ../src/common/prntbase.cpp:586 msgid "Printing " -msgstr "Besig met drukwerk" +msgstr "Druk tans " #: ../src/common/prntbase.cpp:330 msgid "Printing Error" msgstr "Drukwerkfout" #: ../src/common/prntbase.cpp:544 -#, fuzzy, c-format +#, c-format msgid "Printing page %d of %d" -msgstr "Besig met druk van bladsy %d..." +msgstr "Druk tans bladsy %d van %d" #: ../src/generic/printps.cpp:201 #, c-format msgid "Printing page %d..." -msgstr "Besig met druk van bladsy %d..." +msgstr "Druk tans bladsy %d..." #: ../src/generic/printps.cpp:161 msgid "Printing..." -msgstr "Besig met drukwerk..." +msgstr "Druk tans..." #: ../include/wx/richtext/richtextprint.h:109 ../include/wx/prntbase.h:263 -#: ../src/common/docview.cpp:2124 +#: ../src/common/docview.cpp:2114 #, fuzzy msgid "Printout" msgstr "Druk" @@ -5837,25 +5692,23 @@ "Processing debug report has failed, leaving the files in \"%s\" directory." msgstr "" -#: ../src/osx/carbon/dataview.cpp:2472 +#: ../src/osx/carbon/dataview.cpp:2470 msgid "Progress renderer cannot render value type; value type: " msgstr "" #: ../src/common/prntbase.cpp:528 msgid "Progress:" -msgstr "" +msgstr "Vordering:" #: ../src/common/stockitem.cpp:184 -#, fuzzy msgid "Properties" -msgstr "Vo&rige" +msgstr "Eienskappe" #: ../src/propgrid/manager.cpp:237 -#, fuzzy msgid "Property" -msgstr "Vo&rige" +msgstr "Eienskap" -#: ../src/propgrid/propgrid.cpp:3144 ../src/propgrid/propgrid.cpp:3276 +#: ../src/propgrid/propgrid.cpp:3146 ../src/propgrid/propgrid.cpp:3278 #, fuzzy msgid "Property Error" msgstr "Drukwerkfout" @@ -5870,17 +5723,16 @@ #: ../src/common/stockitem.cpp:156 msgid "Quit" -msgstr "" +msgstr "Sluit af" -#: ../src/osx/menu_osx.cpp:610 ../src/osx/menu_osx.cpp:657 -#, fuzzy, c-format +#: ../src/osx/menu_osx.cpp:631 +#, c-format msgid "Quit %s" -msgstr "&Aangaande..." +msgstr "Sluit %s af" #: ../src/common/stockitem.cpp:263 -#, fuzzy msgid "Quit this program" -msgstr "Druk hierdie bladsy" +msgstr "Sluit die program af" #: ../src/common/accelcmn.cpp:53 msgid "RETURN" @@ -5891,9 +5743,8 @@ msgstr "" #: ../src/common/accelcmn.cpp:327 -#, fuzzy msgid "RawCtrl+" -msgstr "ctrl" +msgstr "RawCtrl+" #: ../src/common/ffile.cpp:113 ../src/common/ffile.cpp:134 #, c-format @@ -5901,22 +5752,20 @@ msgstr "Leesfout by lêer '%s'" #: ../src/common/prntbase.cpp:257 -#, fuzzy msgid "Ready" -msgstr "He&rdoen" +msgstr "Gereed" #: ../src/common/stockitem.cpp:185 ../src/stc/stc_i18n.cpp:16 -#, fuzzy msgid "Redo" -msgstr "He&rdoen" +msgstr "Herdoen" #: ../src/common/stockitem.cpp:264 msgid "Redo last action" -msgstr "" +msgstr "Herdoen laaste aksie" #: ../src/common/stockitem.cpp:186 msgid "Refresh" -msgstr "" +msgstr "Verfris" #: ../src/msw/registry.cpp:625 #, c-format @@ -5947,29 +5796,27 @@ #: ../src/richtext/richtextfontpage.cpp:332 #: ../src/richtext/richtextfontpage.cpp:336 msgid "Regular" -msgstr "" +msgstr "Gewoon" #: ../src/richtext/richtextsizepage.cpp:519 -#, fuzzy msgid "Relative" -msgstr "Dekoratief" +msgstr "Relatief" #: ../src/generic/helpext.cpp:462 msgid "Relevant entries:" msgstr "Relevante inskrywings:" #: ../include/wx/generic/progdlgg.h:86 -#, fuzzy msgid "Remaining time:" -msgstr "Oorblywende tyd: " +msgstr "Oorblywende tyd:" #: ../src/common/stockitem.cpp:187 msgid "Remove" -msgstr "" +msgstr "Verwyder" -#: ../src/richtext/richtextctrl.cpp:1430 +#: ../src/richtext/richtextctrl.cpp:1516 msgid "Remove Bullet" -msgstr "" +msgstr "Verwyder koeëltjie" #: ../src/html/helpwnd.cpp:440 msgid "Remove current page from bookmarks" @@ -5981,22 +5828,20 @@ msgstr "" "Renderer \"%s\" het onversoenbare weergawe %d.%d en kon nie gelaai word nie." -#: ../src/osx/carbon/dataview.cpp:1430 +#: ../src/osx/carbon/dataview.cpp:1428 #, fuzzy msgid "Rendering failed." msgstr "Opstel van tydhouer het misluk" -#: ../src/richtext/richtextbuffer.cpp:4214 +#: ../src/richtext/richtextbuffer.cpp:4280 msgid "Renumber List" -msgstr "" +msgstr "Hernommeer lys" #: ../src/common/stockitem.cpp:188 -#, fuzzy msgid "Rep&lace" -msgstr "Vervang" +msgstr "&Vervang" -#: ../src/richtext/richtextctrl.cpp:3277 ../src/common/stockitem.cpp:188 -#, fuzzy +#: ../src/richtext/richtextctrl.cpp:3366 ../src/common/stockitem.cpp:188 msgid "Replace" msgstr "Vervang" @@ -6005,15 +5850,14 @@ msgstr "Vervang &almal" #: ../src/common/stockitem.cpp:261 -#, fuzzy msgid "Replace selection" -msgstr "Vervang &almal" +msgstr "Vervang seleksie" #: ../src/generic/fdrepdlg.cpp:124 msgid "Replace with:" msgstr "Vervang met:" -#: ../src/common/valtext.cpp:161 +#: ../src/common/valtext.cpp:163 msgid "Required information entry is empty." msgstr "" @@ -6023,20 +5867,19 @@ msgstr "'%s' is nie 'n geldige boodskapkatalogus." #: ../src/common/stockitem.cpp:189 +#, fuzzy msgid "Revert to Saved" -msgstr "" +msgstr "Keer terug na gestoorde weergawe" -#: ../src/richtext/richtextborderspage.cpp:548 -#, fuzzy +#: ../src/richtext/richtextborderspage.cpp:570 msgid "Ridge" -msgstr "Lig" +msgstr "Rif" #: ../src/richtext/richtextliststylepage.cpp:251 #: ../src/richtext/richtextbulletspage.cpp:201 #: ../src/richtext/richtextsizepage.cpp:250 -#, fuzzy msgid "Right" -msgstr "Lig" +msgstr "Regs" #: ../src/generic/prntdlgg.cpp:892 msgid "Right margin (mm):" @@ -6047,7 +5890,7 @@ #: ../src/richtext/richtextliststylepage.cpp:337 #: ../src/richtext/richtextliststylepage.cpp:339 msgid "Right-align text." -msgstr "" +msgstr "Belyn teks regs." #: ../src/generic/fontdlgg.cpp:322 msgid "Roman" @@ -6086,38 +5929,34 @@ msgid "SUBTRACT" msgstr "" -#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2678 -#, fuzzy +#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2702 msgid "Save" -msgstr "&Stoor..." +msgstr "Stoor" -#: ../src/common/fldlgcmn.cpp:327 +#: ../src/common/fldlgcmn.cpp:345 #, c-format msgid "Save %s file" msgstr "Stoor %s-lêer" #: ../src/generic/logg.cpp:518 -#, fuzzy msgid "Save &As..." -msgstr "&Stoor..." +msgstr "Stoor &as..." #: ../src/common/docview.cpp:360 msgid "Save As" -msgstr "Stoor As" +msgstr "Stoor as" #: ../src/common/stockitem.cpp:191 -#, fuzzy msgid "Save as" -msgstr "Stoor As" +msgstr "Stoor as" #: ../src/common/stockitem.cpp:267 -#, fuzzy msgid "Save current document" -msgstr "Kies 'n dokumentweergawe" +msgstr "Stoor huidige dokument" #: ../src/common/stockitem.cpp:268 msgid "Save current document with a different filename" -msgstr "" +msgstr "Stoor huidige dokument met 'n ander lêernaam" #: ../src/generic/logg.cpp:518 msgid "Save log contents to file" @@ -6133,13 +5972,12 @@ msgstr "Soek" #: ../src/html/helpwnd.cpp:550 -#, fuzzy msgid "" "Search contents of help book(s) for all occurrences of the text you typed " "above" msgstr "" -"Soek in inhoudsopgawe van hulplêer(s) vir alle plekke waar die teks wat jy " -"hierbo getik het, voorkom." +"Soek in inhoudsopgawe van hulplêer(s) vir alle voorkomste van die teks wat " +"bó getik is" #: ../src/generic/fdrepdlg.cpp:160 msgid "Search direction" @@ -6155,7 +5993,7 @@ #: ../src/html/helpwnd.cpp:870 msgid "Searching..." -msgstr "Besig met soektog..." +msgstr "Soek tans..." #: ../src/generic/dirctrlg.cpp:546 msgid "Sections" @@ -6171,15 +6009,14 @@ msgid "Seek error on file '%s' (large files not supported by stdio)" msgstr "" -#: ../src/richtext/richtextctrl.cpp:330 ../src/osx/textctrl_osx.cpp:587 -#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2288 +#: ../src/richtext/richtextctrl.cpp:336 ../src/osx/textctrl_osx.cpp:587 +#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2339 msgid "Select &All" -msgstr "Kies &almal" +msgstr "Kies &alles" #: ../src/common/stockitem.cpp:192 ../src/stc/stc_i18n.cpp:21 -#, fuzzy msgid "Select All" -msgstr "Kies &almal" +msgstr "Kies alles" #: ../src/common/docview.cpp:1877 msgid "Select a document template" @@ -6192,34 +6029,37 @@ #: ../src/richtext/richtextfontpage.cpp:235 #: ../src/richtext/richtextfontpage.cpp:237 msgid "Select regular or bold." -msgstr "" +msgstr "Kies tussen gewone of vetdruk." #: ../src/richtext/richtextfontpage.cpp:222 #: ../src/richtext/richtextfontpage.cpp:224 msgid "Select regular or italic style." -msgstr "" +msgstr "Kies tussen gewone of kursiewe styl." #: ../src/richtext/richtextfontpage.cpp:248 #: ../src/richtext/richtextfontpage.cpp:250 msgid "Select underlining or no underlining." -msgstr "" +msgstr "Kies met of sonder onderstreep." #: ../src/motif/filedlg.cpp:220 -#, fuzzy msgid "Selection" -msgstr "Seksies" +msgstr "Seleksie" #: ../src/richtext/richtextliststylepage.cpp:187 #: ../src/richtext/richtextliststylepage.cpp:189 msgid "Selects the list level to edit." -msgstr "" +msgstr "Kies watter lysvlak om te redigeer." #: ../src/common/cmdline.cpp:918 #, c-format msgid "Separator expected after the option '%s'." msgstr "Skeidingsteken is verwag na die opsie '%s'." -#: ../src/richtext/richtextbuffer.cpp:10513 +#: ../src/osx/menu_osx.cpp:618 +msgid "Services" +msgstr "" + +#: ../src/richtext/richtextbuffer.cpp:10818 #, fuzzy msgid "Set Cell Style" msgstr "Verwyder item" @@ -6228,13 +6068,13 @@ msgid "SetProperty called w/o valid setter" msgstr "SetProperty is geroep sonder geldige 'set'-metode" -#: ../src/common/filename.cpp:2632 +#: ../src/common/filename.cpp:2638 msgid "Setting directory access times is not supported under this OS version" msgstr "" #: ../src/generic/prntdlgg.cpp:188 msgid "Setup..." -msgstr "Opstellings..." +msgstr "Opstelling..." #: ../src/msw/dialup.cpp:563 msgid "Several active dialup connections found, choosing one randomly." @@ -6242,28 +6082,24 @@ "Meer as een aktiewe inbelverbindings gevind, willekeurige keuse is gemaak." #: ../src/common/accelcmn.cpp:324 -#, fuzzy msgid "Shift+" -msgstr "skuif" +msgstr "Shift+" #: ../src/generic/dirdlgg.cpp:170 -#, fuzzy msgid "Show &hidden directories" -msgstr "Wys verborge gidse" +msgstr "Wys &verborge gidse" #: ../src/generic/filectrlg.cpp:1003 -#, fuzzy msgid "Show &hidden files" -msgstr "Wys verborge lêers" +msgstr "Wys &verborge lêers" -#: ../src/osx/menu_osx.cpp:605 ../src/osx/menu_osx.cpp:652 -#, fuzzy +#: ../src/osx/menu_osx.cpp:626 msgid "Show All" -msgstr "Wys alles" +msgstr "Wys almal" #: ../src/common/stockitem.cpp:257 msgid "Show about dialog" -msgstr "" +msgstr "Wys \"Aangaande\"-dialoog" #: ../src/html/helpwnd.cpp:502 msgid "Show all" @@ -6284,7 +6120,7 @@ #: ../src/richtext/richtextsymboldlg.cpp:421 #: ../src/richtext/richtextsymboldlg.cpp:423 msgid "Shows a Unicode subset." -msgstr "" +msgstr "Wys 'n Unicode-substel." #: ../src/richtext/richtextliststylepage.cpp:472 #: ../src/richtext/richtextliststylepage.cpp:474 @@ -6298,43 +6134,41 @@ msgid "Shows a preview of the font settings." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 +#: ../src/osx/carbon/fontdlg.cpp:564 ../src/osx/carbon/fontdlg.cpp:566 msgid "Shows a preview of the font." -msgstr "" +msgstr "Wys 'n voorskou van die lettertipe." #: ../src/richtext/richtextindentspage.cpp:303 #: ../src/richtext/richtextindentspage.cpp:305 msgid "Shows a preview of the paragraph settings." -msgstr "" +msgstr "Wys 'n voorskou van die paragraafinstellings." #: ../src/generic/fontdlgg.cpp:460 ../src/generic/fontdlgg.cpp:462 msgid "Shows the font preview." -msgstr "" +msgstr "Wys die lettertipevoorskou." #: ../src/univ/themes/mono.cpp:516 msgid "Simple monochrome theme" -msgstr "" +msgstr "Eenvoudige monochroomtema" #: ../src/richtext/richtextindentspage.cpp:275 #: ../src/richtext/richtextliststylepage.cpp:449 msgid "Single" -msgstr "" +msgstr "Enkel" -#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:356 +#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:357 #: ../src/richtext/richtextsizepage.cpp:299 msgid "Size" -msgstr "Formaat" +msgstr "Grootte" -#: ../src/osx/carbon/fontdlg.cpp:525 -#, fuzzy +#: ../src/osx/carbon/fontdlg.cpp:509 msgid "Size:" -msgstr "Formaat" +msgstr "Grootte:" #: ../src/generic/progdlgg.cpp:262 ../src/generic/progdlgg.cpp:773 #: ../src/msw/progdlg.cpp:801 -#, fuzzy msgid "Skip" -msgstr "Skrif-letter" +msgstr "Slaan oor" #: ../src/generic/fontdlgg.cpp:330 msgid "Slant" @@ -6342,12 +6176,11 @@ #: ../src/richtext/richtextfontpage.cpp:298 msgid "Small C&apitals" -msgstr "" +msgstr "&Klein hoofletters" -#: ../src/richtext/richtextborderspage.cpp:543 -#, fuzzy +#: ../src/richtext/richtextborderspage.cpp:565 msgid "Solid" -msgstr "Vet" +msgstr "Solied" #: ../src/common/docview.cpp:1773 msgid "Sorry, could not open this file." @@ -6357,13 +6190,13 @@ msgid "Sorry, not enough memory to create a preview." msgstr "Jammer, onvoldoende geheue vir drukvoorskou." -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "Sorry, that name is taken. Please choose another." -msgstr "" +msgstr "Jammer, daardie naam is gevat. Kies gerus 'n ander een." #: ../src/common/docview.cpp:1796 msgid "Sorry, the format for this file is unknown." @@ -6379,77 +6212,72 @@ msgstr "Klanklêer '%s' se formaat word nie ondersteun nie." #: ../src/richtext/richtextliststylepage.cpp:467 -#, fuzzy msgid "Spacing" -msgstr "Besig met soektog..." +msgstr "Spasiëring" #: ../src/common/stockitem.cpp:197 msgid "Spell Check" -msgstr "" +msgstr "Speltoets" #: ../src/richtext/richtextliststylepage.cpp:490 #: ../src/richtext/richtextbulletspage.cpp:295 msgid "Standard" -msgstr "" +msgstr "Standaard" #: ../src/common/paper.cpp:105 msgid "Statement, 5 1/2 x 8 1/2 in" -msgstr "USA Statement, 5 1/2 x 8 1/2 duim" +msgstr "VSA Statement, 5 1/2 x 8 1/2 duim" #: ../src/richtext/richtextsizepage.cpp:518 #: ../src/richtext/richtextsizepage.cpp:523 -#, fuzzy msgid "Static" -msgstr "Status: " +msgstr "Staties" #: ../src/generic/prntdlgg.cpp:204 -#, fuzzy msgid "Status:" -msgstr "Status: " +msgstr "Status:" #: ../src/common/stockitem.cpp:198 -#, fuzzy msgid "Stop" -msgstr "Opstellings" +msgstr "Stop" #: ../src/common/stockitem.cpp:199 msgid "Strikethrough" -msgstr "" +msgstr "Deurhaal" #: ../src/common/colourcmn.cpp:45 #, c-format msgid "String To Colour : Incorrect colour specification : %s" msgstr "String-na-kleur : Verkeerde kleurspesifikasie : %s" -#: ../src/richtext/richtextformatdlg.cpp:318 ../src/propgrid/advprops.cpp:647 +#: ../src/richtext/richtextformatdlg.cpp:319 ../src/propgrid/advprops.cpp:647 +#, fuzzy msgid "Style" -msgstr "" +msgstr "Styl" -#: ../include/wx/richtext/richtextstyledlg.h:47 +#: ../include/wx/richtext/richtextstyledlg.h:46 msgid "Style Organiser" -msgstr "" +msgstr "Stylorganiseerder" -#: ../src/osx/carbon/fontdlg.cpp:534 +#: ../src/osx/carbon/fontdlg.cpp:518 msgid "Style:" -msgstr "" +msgstr "Styl:" #: ../src/richtext/richtextfontpage.cpp:312 -#, fuzzy msgid "Subscrip&t" -msgstr "Skrif-letter" +msgstr "Onde&rskrif" #: ../src/richtext/richtextfontpage.cpp:305 -#, fuzzy msgid "Supe&rscript" -msgstr "Skrif-letter" +msgstr "Bosk&rif" #: ../src/common/paper.cpp:151 msgid "SuperA/SuperA/A4 227 x 356 mm" -msgstr "" +msgstr "SuperA/SuperA/A4 227 x 356 mm" #: ../src/common/paper.cpp:152 msgid "SuperB/SuperB/A3 305 x 487 mm" -msgstr "" +msgstr "SuperB/SuperB/A3 305 x 487 mm" #: ../src/generic/fontdlgg.cpp:326 msgid "Swiss" @@ -6458,18 +6286,17 @@ #: ../src/richtext/richtextliststylepage.cpp:488 #: ../src/richtext/richtextbulletspage.cpp:293 msgid "Symbol" -msgstr "" +msgstr "Simbool" #: ../src/richtext/richtextliststylepage.cpp:288 #: ../src/richtext/richtextbulletspage.cpp:240 #, fuzzy msgid "Symbol &font:" -msgstr "Normale lettertipe: " +msgstr "Normale lettertipe:" #: ../include/wx/richtext/richtextsymboldlg.h:47 -#, fuzzy msgid "Symbols" -msgstr "Normale lettertipe: " +msgstr "Simbole" #: ../src/common/accelcmn.cpp:63 msgid "TAB" @@ -6498,23 +6325,21 @@ #: ../src/common/imagtiff.cpp:358 msgid "TIFF: Image size is abnormally big." -msgstr "" +msgstr "TIFF: beeldgrootte is abnormaal groot." -#: ../src/richtext/richtextbuffer.cpp:10794 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:11099 msgid "Table Properties" -msgstr "Vo&rige" +msgstr "Tabel-eienskappe" #: ../src/common/paper.cpp:146 -#, fuzzy msgid "Tabloid Extra 11.69 x 18 in" -msgstr "USA Tabloid, 11 x 17 duim" +msgstr "VSA Tabloid ekstra 11.69 x 18 duim" #: ../src/common/paper.cpp:103 msgid "Tabloid, 11 x 17 in" -msgstr "USA Tabloid, 11 x 17 duim" +msgstr "VSA Tabloid, 11 x 17 duim" -#: ../src/richtext/richtextformatdlg.cpp:336 +#: ../src/richtext/richtextformatdlg.cpp:337 msgid "Tabs" msgstr "" @@ -6526,7 +6351,7 @@ msgid "Templates" msgstr "Sjablone" -#: ../src/osx/carbon/dataview.cpp:2373 +#: ../src/osx/carbon/dataview.cpp:2371 msgid "Text renderer cannot render value; value type: " msgstr "" @@ -6539,26 +6364,45 @@ msgstr "Die FTP-bediener ondersteun nie passiewe modus nie." #: ../src/common/ftp.cpp:606 -#, fuzzy msgid "The FTP server doesn't support the PORT command." -msgstr "Die FTP-bediener ondersteun nie passiewe modus nie." +msgstr "Die FTP-bediener ondersteun nie die PORT-opdrag nie." #: ../src/richtext/richtextliststylepage.cpp:215 #: ../src/richtext/richtextliststylepage.cpp:217 #: ../src/richtext/richtextbulletspage.cpp:164 #: ../src/richtext/richtextbulletspage.cpp:166 msgid "The available bullet styles." -msgstr "" +msgstr "Die beskikbare koeëltjiestyle." #: ../src/richtext/richtextstyledlg.cpp:202 #: ../src/richtext/richtextstyledlg.cpp:204 msgid "The available styles." -msgstr "" +msgstr "Die beskikbare style." #: ../src/richtext/richtextbackgroundpage.cpp:139 #: ../src/richtext/richtextbackgroundpage.cpp:141 msgid "The background colour." -msgstr "" +msgstr "Die agtergrondkleur." + +#: ../src/richtext/richtextborderspage.cpp:265 +#: ../src/richtext/richtextborderspage.cpp:267 +#: ../src/richtext/richtextborderspage.cpp:299 +#: ../src/richtext/richtextborderspage.cpp:301 +#: ../src/richtext/richtextborderspage.cpp:333 +#: ../src/richtext/richtextborderspage.cpp:335 +#: ../src/richtext/richtextborderspage.cpp:367 +#: ../src/richtext/richtextborderspage.cpp:369 +#: ../src/richtext/richtextborderspage.cpp:434 +#: ../src/richtext/richtextborderspage.cpp:436 +#: ../src/richtext/richtextborderspage.cpp:468 +#: ../src/richtext/richtextborderspage.cpp:470 +#: ../src/richtext/richtextborderspage.cpp:502 +#: ../src/richtext/richtextborderspage.cpp:504 +#: ../src/richtext/richtextborderspage.cpp:536 +#: ../src/richtext/richtextborderspage.cpp:538 +#, fuzzy +msgid "The border line style." +msgstr "Die lettertipestyl." #: ../src/richtext/richtextmarginspage.cpp:268 #: ../src/richtext/richtextmarginspage.cpp:270 @@ -6589,12 +6433,12 @@ #: ../src/richtext/richtextbulletspage.cpp:227 #: ../src/richtext/richtextbulletspage.cpp:229 msgid "The bullet character." -msgstr "" +msgstr "Die koeëltjiekarakter." #: ../src/richtext/richtextsymboldlg.cpp:443 #: ../src/richtext/richtextsymboldlg.cpp:445 msgid "The character code." -msgstr "" +msgstr "Die karakterkode." #: ../src/common/fontmap.cpp:203 #, c-format @@ -6607,7 +6451,7 @@ "karakterstel kies om te vervang of kies [Kanselleer]\n" "as dit nie vervang kan word nie" -#: ../src/msw/ole/dataobj.cpp:367 +#: ../src/msw/ole/dataobj.cpp:394 #, c-format msgid "The clipboard format '%d' doesn't exist." msgstr "Die knipbord-formaat '%d' bestaan nie." @@ -6615,7 +6459,7 @@ #: ../src/richtext/richtextstylepage.cpp:128 #: ../src/richtext/richtextstylepage.cpp:130 msgid "The default style for the next paragraph." -msgstr "" +msgstr "Die verstekstyl vir die volgende paragraaf." #: ../src/generic/dirdlgg.cpp:231 #, c-format @@ -6634,6 +6478,10 @@ "\n" "Would you like to proceed with printing it nevertheless?" msgstr "" +"Die dokument \"%s\" pas nie horisontaal op die bladsy nie en sal afgekap " +"word as dit gedruk word.\n" +"\n" +"Wil u nogtans voortgaan om te druk?" #: ../src/common/docview.cpp:1184 #, c-format @@ -6648,21 +6496,20 @@ #: ../src/richtext/richtextindentspage.cpp:210 #: ../src/richtext/richtextliststylepage.cpp:394 #: ../src/richtext/richtextliststylepage.cpp:396 -#, fuzzy msgid "The first line indent." -msgstr "fontgrootte" +msgstr "Die eerste lyn se keep." #: ../src/gtk/utilsgtk.cpp:427 msgid "The following standard GTK+ options are also supported:\n" -msgstr "" +msgstr "Die volgende standaard-GTK+-keuses word ook ondersteun:\n" #: ../src/generic/fontdlgg.cpp:414 ../src/generic/fontdlgg.cpp:416 msgid "The font colour." -msgstr "" +msgstr "Die tekskleur." #: ../src/generic/fontdlgg.cpp:375 ../src/generic/fontdlgg.cpp:377 msgid "The font family." -msgstr "" +msgstr "Die lettertipe se familie." #: ../src/richtext/richtextsymboldlg.cpp:405 #: ../src/richtext/richtextsymboldlg.cpp:407 @@ -6671,14 +6518,12 @@ #: ../src/generic/fontdlgg.cpp:427 ../src/generic/fontdlgg.cpp:429 #: ../src/generic/fontdlgg.cpp:434 ../src/generic/fontdlgg.cpp:436 -#, fuzzy msgid "The font point size." -msgstr "fontgrootte" +msgstr "Die puntgrootte van die lettertipe." -#: ../src/osx/carbon/fontdlg.cpp:529 ../src/osx/carbon/fontdlg.cpp:531 -#, fuzzy +#: ../src/osx/carbon/fontdlg.cpp:513 ../src/osx/carbon/fontdlg.cpp:515 msgid "The font size in points." -msgstr "fontgrootte" +msgstr "Lettergrootte in punte." #: ../src/richtext/richtextfontpage.cpp:190 #: ../src/richtext/richtextfontpage.cpp:192 @@ -6688,11 +6533,11 @@ #: ../src/generic/fontdlgg.cpp:386 ../src/generic/fontdlgg.cpp:388 msgid "The font style." -msgstr "" +msgstr "Die lettertipestyl." #: ../src/generic/fontdlgg.cpp:397 ../src/generic/fontdlgg.cpp:399 msgid "The font weight." -msgstr "" +msgstr "Die lettertipegewig." #: ../src/common/docview.cpp:1465 #, fuzzy, c-format @@ -6703,9 +6548,8 @@ #: ../src/richtext/richtextindentspage.cpp:201 #: ../src/richtext/richtextliststylepage.cpp:385 #: ../src/richtext/richtextliststylepage.cpp:387 -#, fuzzy msgid "The left indent." -msgstr "fontgrootte" +msgstr "Die linkerkeep" #: ../src/richtext/richtextmarginspage.cpp:195 #: ../src/richtext/richtextmarginspage.cpp:197 @@ -6732,21 +6576,21 @@ #: ../src/richtext/richtextliststylepage.cpp:462 #: ../src/richtext/richtextliststylepage.cpp:464 msgid "The line spacing." -msgstr "" +msgstr "Die lynspasiëring." #: ../src/richtext/richtextbulletspage.cpp:268 #: ../src/richtext/richtextbulletspage.cpp:270 msgid "The list item number." msgstr "" -#: ../src/msw/ole/automtn.cpp:653 +#: ../src/msw/ole/automtn.cpp:667 msgid "The locale ID is unknown." msgstr "" #: ../src/richtext/richtextsizepage.cpp:366 #: ../src/richtext/richtextsizepage.cpp:368 msgid "The object height." -msgstr "" +msgstr "Die objekhoogte." #: ../src/richtext/richtextsizepage.cpp:474 #: ../src/richtext/richtextsizepage.cpp:476 @@ -6762,21 +6606,18 @@ #: ../src/richtext/richtextsizepage.cpp:420 #: ../src/richtext/richtextsizepage.cpp:422 -#, fuzzy msgid "The object minimum height." -msgstr "fontgrootte" +msgstr "" #: ../src/richtext/richtextsizepage.cpp:393 #: ../src/richtext/richtextsizepage.cpp:395 -#, fuzzy msgid "The object minimum width." -msgstr "fontgrootte" +msgstr "" #: ../src/richtext/richtextsizepage.cpp:332 #: ../src/richtext/richtextsizepage.cpp:334 -#, fuzzy msgid "The object width." -msgstr "fontgrootte" +msgstr "Die objekwydte." #: ../src/richtext/richtextindentspage.cpp:227 #: ../src/richtext/richtextindentspage.cpp:229 @@ -6788,21 +6629,21 @@ #, c-format msgid "The previous message repeated %lu time." msgid_plural "The previous message repeated %lu times." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Die vorige boodskap het %lu keer herhaal." +msgstr[1] "Die vorige boodskap het %lu keer herhaal." #: ../src/common/log.cpp:274 msgid "The previous message repeated once." -msgstr "" +msgstr "Die vorige boodskap het een keer herhaal." #: ../src/gtk/print.cpp:931 ../src/gtk/print.cpp:1114 msgid "The print dialog returned an error." -msgstr "" +msgstr "Die drukkerdialoog het met 'n fout geëindig." #: ../src/richtext/richtextsymboldlg.cpp:462 #: ../src/richtext/richtextsymboldlg.cpp:464 msgid "The range to show." -msgstr "" +msgstr "Die omvang om te wys." #: ../src/generic/dbgrptg.cpp:322 msgid "" @@ -6821,7 +6662,7 @@ #: ../src/richtext/richtextliststylepage.cpp:403 #: ../src/richtext/richtextliststylepage.cpp:405 msgid "The right indent." -msgstr "" +msgstr "Die regterkeep." #: ../src/richtext/richtextmarginspage.cpp:220 #: ../src/richtext/richtextmarginspage.cpp:222 @@ -6847,46 +6688,44 @@ #: ../src/richtext/richtextliststylepage.cpp:439 #: ../src/richtext/richtextliststylepage.cpp:441 msgid "The spacing after the paragraph." -msgstr "" +msgstr "Die spasiëring ná die paragraaf." #: ../src/richtext/richtextindentspage.cpp:257 #: ../src/richtext/richtextindentspage.cpp:259 #: ../src/richtext/richtextliststylepage.cpp:430 #: ../src/richtext/richtextliststylepage.cpp:432 msgid "The spacing before the paragraph." -msgstr "" +msgstr "Die spasiëring voor die paragraaf." #: ../src/richtext/richtextstylepage.cpp:108 #: ../src/richtext/richtextstylepage.cpp:110 msgid "The style name." -msgstr "" +msgstr "Die stylnaam." #: ../src/richtext/richtextstylepage.cpp:118 #: ../src/richtext/richtextstylepage.cpp:120 msgid "The style on which this style is based." -msgstr "" +msgstr "Die styl waarop hierdie styl gebaseer is." #: ../src/richtext/richtextstyledlg.cpp:214 #: ../src/richtext/richtextstyledlg.cpp:216 msgid "The style preview." -msgstr "" +msgstr "Die stylvoorskou." -#: ../src/msw/ole/automtn.cpp:669 +#: ../src/msw/ole/automtn.cpp:683 msgid "The system cannot find the file specified." -msgstr "" +msgstr "Die stelsel kan nie die gespesifiseerde lêer kry nie." #: ../src/richtext/richtexttabspage.cpp:118 #: ../src/richtext/richtexttabspage.cpp:120 -#, fuzzy msgid "The tab position." -msgstr "fontgrootte" +msgstr "Die oortjieposisie." #: ../src/richtext/richtexttabspage.cpp:124 -#, fuzzy msgid "The tab positions." -msgstr "fontgrootte" +msgstr "Die oortjieposisies." -#: ../src/richtext/richtextctrl.cpp:2705 +#: ../src/richtext/richtextctrl.cpp:2791 msgid "The text couldn't be saved." msgstr "Die teks kon nie gestoor word nie." @@ -6916,7 +6755,7 @@ msgstr "Die waarde voor die opsie '%s' moet gespesifiseer word." #: ../src/msw/dialup.cpp:452 -#, fuzzy, c-format +#, c-format msgid "" "The version of remote access service (RAS) installed on this machine is too " "old, please upgrade (the following required function is missing: %s)." @@ -6926,9 +6765,9 @@ #: ../src/gtk/print.cpp:959 msgid "The wxGtkPrinterDC cannot be used." -msgstr "" +msgstr "Die wxGtkPrinterDC kan nie gebruik word nie." -#: ../src/osx/carbon/dataview.cpp:1340 +#: ../src/osx/carbon/dataview.cpp:1338 msgid "There is no column or renderer for the specified column index." msgstr "" @@ -6944,6 +6783,8 @@ "This document doesn't fit on the page horizontally and will be truncated " "when it is printed." msgstr "" +"Hierdie dokument pas nie horisontaal op die bladsy nie en sal afgekap word " +"as dit gedruk word." #: ../src/common/image.cpp:2716 #, fuzzy, c-format @@ -6954,7 +6795,7 @@ msgid "This platform does not support background transparency." msgstr "" -#: ../src/gtk/window.cpp:4317 +#: ../src/gtk/window.cpp:4368 msgid "" "This program was compiled with a too old version of GTK+, please rebuild " "with GTK+ 2.12 or newer." @@ -6965,8 +6806,10 @@ "This system doesn't support date controls, please upgrade your version of " "comctl32.dll" msgstr "" +"Die stelsel ondersteun nie datumkontroles nie. Gradeer u weergawe van " +"comctl32.dll op." -#: ../src/msw/thread.cpp:1300 +#: ../src/msw/thread.cpp:1295 msgid "" "Thread module initialization failed: cannot store value in thread local " "storage" @@ -6974,13 +6817,13 @@ "Inisialisasie van uitvoerdraadmodule het misluk: kan geen waarde in lokale " "uitvoerdraad-geheueruimte stoor nie." -#: ../src/unix/threadpsx.cpp:1758 +#: ../src/unix/threadpsx.cpp:1763 msgid "Thread module initialization failed: failed to create thread key" msgstr "" "Inisialisasie van uitvoerdraadmodule het misluk: 'n uitvoerdraad-sleutel kon " "nie geskep word nie" -#: ../src/msw/thread.cpp:1288 +#: ../src/msw/thread.cpp:1283 msgid "" "Thread module initialization failed: impossible to allocate index in thread " "local storage" @@ -6988,7 +6831,7 @@ "Inisialisasie van uitvoerdraadmodule het misluk: onmoontlik om 'n indeks te " "reserveer in lokale uitvoerdraad-geheueruimte." -#: ../src/unix/threadpsx.cpp:1038 +#: ../src/unix/threadpsx.cpp:1043 msgid "Thread priority setting is ignored." msgstr "Uitvoerdraad-prioriteitstelling is geïgnoreer." @@ -7001,9 +6844,9 @@ msgstr "Teël &vertikaal" #: ../src/common/ftp.cpp:202 -#, fuzzy msgid "Timeout while waiting for FTP server to connect, try passive mode." -msgstr "Die FTP-bediener ondersteun nie passiewe modus nie." +msgstr "" +"Wagtyd vir FTP-bediener om te koppel het uitgetel. Probeer passiewe modus." #: ../src/os2/timer.cpp:99 msgid "Timer creation failed." @@ -7021,13 +6864,13 @@ msgid "To:" msgstr "Aan:" -#: ../src/osx/carbon/dataview.cpp:2451 +#: ../src/osx/carbon/dataview.cpp:2449 msgid "Toggle renderer cannot render value; value type: " msgstr "" -#: ../src/richtext/richtextbuffer.cpp:7983 +#: ../src/richtext/richtextbuffer.cpp:8087 msgid "Too many EndStyle calls!" -msgstr "" +msgstr "Te veel EndStyle-roepe!" #: ../src/common/imagpng.cpp:286 msgid "Too many colours in PNG, the image may be slightly blurred." @@ -7035,9 +6878,8 @@ #: ../src/richtext/richtextsizepage.cpp:286 #: ../src/richtext/richtextsizepage.cpp:290 ../src/common/stockitem.cpp:200 -#, fuzzy msgid "Top" -msgstr "Aan:" +msgstr "Bokant" #: ../src/generic/prntdlgg.cpp:881 msgid "Top margin (mm):" @@ -7045,21 +6887,22 @@ #: ../src/generic/aboutdlgg.cpp:79 msgid "Translations by " -msgstr "" +msgstr "Vertalings deur " #: ../src/generic/aboutdlgg.cpp:188 msgid "Translators" -msgstr "" +msgstr "Vertalers" #: ../src/propgrid/propgrid.cpp:173 msgid "True" -msgstr "" +msgstr "Waar" #: ../src/common/fs_mem.cpp:227 #, c-format msgid "Trying to remove file '%s' from memory VFS, but it is not loaded!" msgstr "" -"Poging om lêer '%s' uit geheue VFS te verwyder, maar dit is nie gelaai nie!" +"Poging om lêer '%s' uit VFS in geheue te verwyder, maar dit is nie gelaai " +"nie!" #: ../src/common/fmapbase.cpp:156 msgid "Turkish (ISO-8859-9)" @@ -7077,9 +6920,9 @@ #: ../src/richtext/richtextfontpage.cpp:175 #: ../src/richtext/richtextfontpage.cpp:177 msgid "Type a size in points." -msgstr "" +msgstr "Tik 'n grootte in punte." -#: ../src/msw/ole/automtn.cpp:665 +#: ../src/msw/ole/automtn.cpp:679 #, c-format msgid "Type mismatch in argument %u." msgstr "" @@ -7087,7 +6930,7 @@ #: ../src/common/xtixml.cpp:356 ../src/common/xtixml.cpp:509 #: ../src/common/xtistrm.cpp:322 msgid "Type must have enum - long conversion" -msgstr "Tipe moet 'n enum - long omskakeling bevat." +msgstr "Tipe moet 'n enum - long omskakeling bevat" #: ../src/propgrid/propgridiface.cpp:382 #, c-format @@ -7102,12 +6945,11 @@ #: ../src/common/paper.cpp:134 msgid "US Std Fanfold, 14 7/8 x 11 in" -msgstr "USA Std Fanfold, 14 7/8 x 11 duim" +msgstr "VSA Std Fanfold, 14 7/8 x 11 duim" #: ../src/common/fmapbase.cpp:196 -#, fuzzy msgid "US-ASCII" -msgstr "ASCII" +msgstr "US-ASCII" #: ../src/unix/fswatcher_inotify.cpp:109 msgid "Unable to add inotify watch" @@ -7124,7 +6966,7 @@ #: ../include/wx/msw/private/fswatcher.h:125 #, fuzzy msgid "Unable to close I/O completion port handle" -msgstr "Toemaak van lêer het misluk." +msgstr "Toemaak van T/A-voltooipoort het misluk" #: ../src/unix/fswatcher_inotify.cpp:97 #, fuzzy @@ -7132,16 +6974,16 @@ msgstr "Toemaak van lêer het misluk." #: ../include/wx/unix/private/fswatcher_kqueue.h:74 -#, fuzzy, c-format +#, c-format msgid "Unable to close path '%s'" -msgstr "Toemaak van slotlêer '%s' het misluk" +msgstr "Kan nie die pad '%s' toemaak nie" #: ../include/wx/msw/private/fswatcher.h:48 #, fuzzy, c-format msgid "Unable to close the handle for '%s'" msgstr "Toemaak van lêer het misluk." -#: ../include/wx/msw/private/fswatcher.h:240 +#: ../include/wx/msw/private/fswatcher.h:245 #, fuzzy msgid "Unable to create I/O completion port" msgstr "Wyser kon nie geskep word nie." @@ -7161,7 +7003,7 @@ msgid "Unable to create kqueue instance" msgstr "Skepping van DDE-string het misluk" -#: ../include/wx/msw/private/fswatcher.h:229 +#: ../include/wx/msw/private/fswatcher.h:234 msgid "Unable to dequeue completion packet" msgstr "" @@ -7169,25 +7011,24 @@ msgid "Unable to get events from kqueue" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1903 +#: ../src/osx/carbon/dataview.cpp:1901 msgid "Unable to handle native drag&drop data" msgstr "" #: ../src/gtk/app.cpp:439 msgid "Unable to initialize GTK+, is DISPLAY set properly?" -msgstr "" +msgstr "Kan nie GTK+ inisialiseer nie. Is DISPLAY reg ingestel?" #: ../src/gtk/app.cpp:276 -#, fuzzy msgid "Unable to initialize Hildon program" -msgstr "Inisialisering van OpenGL het misluk." +msgstr "Inisialisering van Hildon-program het misluk" #: ../include/wx/unix/private/fswatcher_kqueue.h:57 -#, fuzzy, c-format +#, c-format msgid "Unable to open path '%s'" -msgstr "CHM-argief '%s' kon nie oopgemaak word nie." +msgstr "Kan nie die pad '%s' open nie" -#: ../src/html/htmlwin.cpp:561 +#: ../src/html/htmlwin.cpp:564 #, c-format msgid "Unable to open requested HTML document: %s" msgstr "Kan gevraagde HTML-dokument nie oopmaak nie: %s" @@ -7196,11 +7037,11 @@ msgid "Unable to play sound asynchronously." msgstr "Klank kan nie asinkronies gespeel word nie." -#: ../include/wx/msw/private/fswatcher.h:207 +#: ../include/wx/msw/private/fswatcher.h:212 msgid "Unable to post completion status" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:530 +#: ../src/unix/fswatcher_inotify.cpp:543 #, fuzzy msgid "Unable to read from inotify descriptor" msgstr "kan nie lees van lêeretiket %d" @@ -7225,34 +7066,31 @@ #: ../src/common/stockitem.cpp:201 #, fuzzy msgid "Undelete" -msgstr "Onderstreep" +msgstr "Ontskrap" #: ../src/common/stockitem.cpp:202 -#, fuzzy msgid "Underline" msgstr "Onderstreep" -#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:556 +#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:540 #: ../src/propgrid/advprops.cpp:655 -#, fuzzy msgid "Underlined" msgstr "Onderstreep" #: ../src/common/stockitem.cpp:203 ../src/stc/stc_i18n.cpp:15 -#, fuzzy msgid "Undo" -msgstr "He&rstel" +msgstr "Ontdoen" #: ../src/common/stockitem.cpp:265 msgid "Undo last action" -msgstr "" +msgstr "Ontdoen laaste aksie" #: ../src/common/cmdline.cpp:864 -#, fuzzy, c-format +#, c-format msgid "Unexpected characters following option '%s'." -msgstr "Onverwagte parameter '%s'" +msgstr "Onverwagte karakters wat volg op opsie '%s'." -#: ../src/unix/fswatcher_inotify.cpp:261 +#: ../src/unix/fswatcher_inotify.cpp:262 #, c-format msgid "Unexpected event for \"%s\": no matching watch descriptor." msgstr "" @@ -7274,9 +7112,8 @@ #: ../src/richtext/richtextsymboldlg.cpp:459 #: ../src/richtext/richtextsymboldlg.cpp:460 #: ../src/richtext/richtextsymboldlg.cpp:461 -#, fuzzy msgid "Unicode" -msgstr "negentiende" +msgstr "Unicode" #: ../src/common/fmapbase.cpp:185 ../src/common/fmapbase.cpp:191 msgid "Unicode 16 bit (UTF-16)" @@ -7311,12 +7148,11 @@ msgstr "Unicode 8-bis (UTF-8)" #: ../src/common/stockitem.cpp:204 -#, fuzzy msgid "Unindent" -msgstr "negentiende" +msgstr "Keep uit" -#: ../src/richtext/richtextborderspage.cpp:373 -#: ../src/richtext/richtextborderspage.cpp:375 +#: ../src/richtext/richtextborderspage.cpp:358 +#: ../src/richtext/richtextborderspage.cpp:360 msgid "Units for the bottom border width." msgstr "" @@ -7325,8 +7161,8 @@ msgid "Units for the bottom margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:517 -#: ../src/richtext/richtextborderspage.cpp:519 +#: ../src/richtext/richtextborderspage.cpp:527 +#: ../src/richtext/richtextborderspage.cpp:529 msgid "Units for the bottom outline width." msgstr "" @@ -7341,8 +7177,8 @@ msgid "Units for the bottom position." msgstr "Kan nie wag vir uitvoerdraad-beëindiging nie" -#: ../src/richtext/richtextborderspage.cpp:283 -#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:256 +#: ../src/richtext/richtextborderspage.cpp:258 msgid "Units for the left border width." msgstr "" @@ -7351,8 +7187,8 @@ msgid "Units for the left margin." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:425 #: ../src/richtext/richtextborderspage.cpp:427 -#: ../src/richtext/richtextborderspage.cpp:429 msgid "Units for the left outline width." msgstr "" @@ -7385,22 +7221,21 @@ #: ../src/richtext/richtextsizepage.cpp:404 #: ../src/richtext/richtextsizepage.cpp:406 -#, fuzzy msgid "Units for the minimum object width." -msgstr "fontgrootte" +msgstr "" #: ../src/richtext/richtextsizepage.cpp:377 #: ../src/richtext/richtextsizepage.cpp:379 msgid "Units for the object height." -msgstr "" +msgstr "Eenhede vir die objekhoogte." #: ../src/richtext/richtextsizepage.cpp:343 #: ../src/richtext/richtextsizepage.cpp:345 msgid "Units for the object width." -msgstr "" +msgstr "Eenhede vir die objekwydte." -#: ../src/richtext/richtextborderspage.cpp:313 -#: ../src/richtext/richtextborderspage.cpp:315 +#: ../src/richtext/richtextborderspage.cpp:290 +#: ../src/richtext/richtextborderspage.cpp:292 msgid "Units for the right border width." msgstr "" @@ -7409,8 +7244,8 @@ msgid "Units for the right margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:457 #: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:461 msgid "Units for the right outline width." msgstr "" @@ -7425,8 +7260,8 @@ msgid "Units for the right position." msgstr "Kan nie wag vir uitvoerdraad-beëindiging nie" -#: ../src/richtext/richtextborderspage.cpp:343 -#: ../src/richtext/richtextborderspage.cpp:345 +#: ../src/richtext/richtextborderspage.cpp:324 +#: ../src/richtext/richtextborderspage.cpp:326 msgid "Units for the top border width." msgstr "" @@ -7436,8 +7271,8 @@ msgid "Units for the top margin." msgstr "Kan nie wag vir uitvoerdraad-beëindiging nie" -#: ../src/richtext/richtextborderspage.cpp:487 -#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:493 +#: ../src/richtext/richtextborderspage.cpp:495 msgid "Units for the top outline width." msgstr "" @@ -7453,9 +7288,8 @@ msgstr "Kan nie wag vir uitvoerdraad-beëindiging nie" #: ../src/generic/progdlgg.cpp:382 ../src/generic/progdlgg.cpp:655 -#, fuzzy msgid "Unknown" -msgstr "onbekend" +msgstr "Onbekend" #: ../src/msw/dde.cpp:1177 #, c-format @@ -7481,12 +7315,12 @@ msgid "Unknown TIFF resolution unit %d ignored" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1978 +#: ../src/osx/carbon/dataview.cpp:1976 #, fuzzy msgid "Unknown data format" -msgstr "fout in dataformaat." +msgstr "Onbekende dataformaat" -#: ../src/unix/dlunix.cpp:325 +#: ../src/unix/dlunix.cpp:160 msgid "Unknown dynamic library error" msgstr "" @@ -7495,12 +7329,12 @@ msgid "Unknown encoding (%d)" msgstr "Onbekende kodering (%d)" -#: ../src/msw/ole/automtn.cpp:677 -#, fuzzy, c-format +#: ../src/msw/ole/automtn.cpp:691 +#, c-format msgid "Unknown error %08x" -msgstr "Onbekende DDE-fout %08x" +msgstr "Onbekende fout %08x" -#: ../src/msw/ole/automtn.cpp:636 +#: ../src/msw/ole/automtn.cpp:650 #, fuzzy msgid "Unknown exception" msgstr "Onbekende opsie '%s'" @@ -7513,9 +7347,9 @@ #: ../src/common/cmdline.cpp:749 #, c-format msgid "Unknown long option '%s'" -msgstr "Onbekende lang-opsie '%s'" +msgstr "Onbekende lang opsie '%s'" -#: ../src/msw/ole/automtn.cpp:620 +#: ../src/msw/ole/automtn.cpp:634 msgid "Unknown name or named argument." msgstr "" @@ -7536,7 +7370,7 @@ #: ../src/propgrid/propgrid.cpp:398 msgid "Unspecified" -msgstr "" +msgstr "Nie gespesifiseer nie" #: ../src/msw/clipbrd.cpp:271 ../src/msw/clipbrd.cpp:439 msgid "Unsupported clipboard format." @@ -7554,12 +7388,12 @@ #: ../src/richtext/richtextliststylepage.cpp:483 #: ../src/richtext/richtextbulletspage.cpp:288 msgid "Upper case letters" -msgstr "" +msgstr "Hoofletters" #: ../src/richtext/richtextliststylepage.cpp:485 #: ../src/richtext/richtextbulletspage.cpp:290 msgid "Upper case roman numerals" -msgstr "" +msgstr "Groot romeinse syfers" #: ../src/common/cmdline.cpp:1155 #, c-format @@ -7571,45 +7405,43 @@ #: ../src/richtext/richtextliststylepage.cpp:358 #: ../src/richtext/richtextliststylepage.cpp:360 msgid "Use the current alignment setting." -msgstr "" +msgstr "Gebruik die huidige instelling vir belyning." -#: ../src/osx/carbon/dataview.cpp:2658 ../src/osx/carbon/dataview.cpp:2723 +#: ../src/osx/carbon/dataview.cpp:2656 ../src/osx/carbon/dataview.cpp:2721 msgid "Valid pointer to native data view control does not exist" msgstr "" -#: ../src/common/valtext.cpp:174 +#: ../src/common/valtext.cpp:179 msgid "Validation conflict" msgstr "Geldigheidskonflik" #: ../src/propgrid/manager.cpp:238 msgid "Value" -msgstr "" +msgstr "Waarde" #: ../src/propgrid/props.cpp:384 #, c-format msgid "Value must be %s or higher." -msgstr "" +msgstr "Waarde moet %s of meer wees." #: ../src/propgrid/props.cpp:411 #, c-format msgid "Value must be %s or less." -msgstr "" +msgstr "Waarde moet %s of minder wees." #: ../src/propgrid/props.cpp:388 ../src/propgrid/props.cpp:415 -#, fuzzy, c-format +#, c-format msgid "Value must be between %s and %s." -msgstr "Gee 'n bladsynommer tussen %d en %d:" +msgstr "Waarde moet tussen %s en %s wees." #: ../src/generic/aboutdlgg.cpp:128 -#, fuzzy msgid "Version " -msgstr "Magtigings" +msgstr "Weergawe " #: ../src/richtext/richtextsizepage.cpp:291 #: ../src/richtext/richtextsizepage.cpp:293 -#, fuzzy msgid "Vertical alignment." -msgstr "Kon nie begin met drukwerk nie." +msgstr "Vertikale belyning" #: ../src/generic/filedlgg.cpp:216 msgid "View files as a detailed view" @@ -7645,9 +7477,8 @@ msgstr "Waarskuwing: " #: ../src/propgrid/advprops.cpp:651 -#, fuzzy msgid "Weight" -msgstr "agtste" +msgstr "Gewig" #: ../src/common/fmapbase.cpp:148 msgid "Western European (ISO-8859-1)" @@ -7659,7 +7490,7 @@ #: ../src/generic/fontdlgg.cpp:446 ../src/generic/fontdlgg.cpp:448 msgid "Whether the font is underlined." -msgstr "" +msgstr "Of die lettertipe onderstreep word." #: ../src/generic/fdrepdlg.cpp:144 msgid "Whole word" @@ -7671,46 +7502,50 @@ #: ../src/univ/themes/win32.cpp:1102 msgid "Win32 theme" -msgstr "Win32 tema" +msgstr "Win32-tema" #: ../src/msw/utils.cpp:1220 msgid "Win32s on Windows 3.1" -msgstr "Windows 3.1 met Win32s" +msgstr "Win32s op Windows 3.1" #: ../src/msw/utils.cpp:1270 -#, fuzzy msgid "Windows 2000" -msgstr "Windows 9%c" +msgstr "Windows 2000" #: ../src/msw/utils.cpp:1302 -#, fuzzy msgid "Windows 7" -msgstr "Windows 9%c" +msgstr "Windows 7" -#: ../src/msw/utils.cpp:1234 +#: ../src/msw/utils.cpp:1308 #, fuzzy +msgid "Windows 8" +msgstr "Windows 98" + +#: ../src/msw/utils.cpp:1314 +#, fuzzy +msgid "Windows 8.1" +msgstr "Windows 98" + +#: ../src/msw/utils.cpp:1234 msgid "Windows 95" -msgstr "Windows 9%c" +msgstr "Windows 95" #: ../src/msw/utils.cpp:1230 -#, fuzzy msgid "Windows 95 OSR2" -msgstr "Windows 9%c" +msgstr "Windows 95 OSR2" #: ../src/msw/utils.cpp:1245 -#, fuzzy msgid "Windows 98" -msgstr "Windows 9%c" +msgstr "Windows 98" #: ../src/msw/utils.cpp:1241 -#, fuzzy msgid "Windows 98 SE" -msgstr "Windows 9%c" +msgstr "Windows 98 SE" #: ../src/msw/utils.cpp:1252 -#, fuzzy, c-format +#, c-format msgid "Windows 9x (%d.%d)" -msgstr "Windows 9%c" +msgstr "Windows 9x (%d.%d)" #: ../src/common/fmapbase.cpp:177 msgid "Windows Arabic (CP 1256)" @@ -7721,23 +7556,21 @@ msgstr "Windows Balties (CP 1257)" #: ../src/msw/utils.cpp:1214 -#, fuzzy, c-format +#, c-format msgid "Windows CE (%d.%d)" -msgstr "Windows 9%c" +msgstr "Windows CE (%d.%d)" #: ../src/common/fmapbase.cpp:171 msgid "Windows Central European (CP 1250)" msgstr "Windows Sentraal Europees (CP 1250)" #: ../src/common/fmapbase.cpp:168 -#, fuzzy msgid "Windows Chinese Simplified (CP 936) or GB-2312" -msgstr "Windows Sjinees Vereenvoudig (CP 936)" +msgstr "Windows Vereenvoudigde Sjinees (CP 936) of GB-2312" #: ../src/common/fmapbase.cpp:170 -#, fuzzy msgid "Windows Chinese Traditional (CP 950) or Big-5" -msgstr "Windows Tradisionele Sjinees (CP 950)" +msgstr "Windows Tradisionele Sjinees (CP 950) of Big-5" #: ../src/common/fmapbase.cpp:172 msgid "Windows Cyrillic (CP 1251)" @@ -7752,80 +7585,80 @@ msgstr "Windows Hebreeus (CP 1255)" #: ../src/common/fmapbase.cpp:167 -#, fuzzy msgid "Windows Japanese (CP 932) or Shift-JIS" -msgstr "Windows Japanees (CP 932)" +msgstr "Windows Japannees (CP 932) of Shift-JIS" #: ../src/common/fmapbase.cpp:180 #, fuzzy msgid "Windows Johab (CP 1361)" -msgstr "Windows Arabies (CP 1256)" +msgstr "Windows Johab (CP 1361)" #: ../src/common/fmapbase.cpp:169 msgid "Windows Korean (CP 949)" msgstr "Windows Koreaans (CP 949)" #: ../src/msw/utils.cpp:1249 -#, fuzzy msgid "Windows ME" -msgstr "Windows 9%c" +msgstr "Windows ME" -#: ../src/msw/utils.cpp:1310 -#, fuzzy, c-format +#: ../src/msw/utils.cpp:1322 +#, c-format msgid "Windows NT %lu.%lu" -msgstr "Windows 9%c" +msgstr "Windows NT %lu.%lu" #: ../src/msw/utils.cpp:1279 -#, fuzzy msgid "Windows Server 2003" -msgstr "Windows Grieks (CP 1253)" +msgstr "Windows Server 2003" #: ../src/msw/utils.cpp:1295 -#, fuzzy msgid "Windows Server 2008" -msgstr "Windows 9%c" +msgstr "Windows Server 2008" #: ../src/msw/utils.cpp:1301 -#, fuzzy msgid "Windows Server 2008 R2" -msgstr "Windows Hebreeus (CP 1255)" +msgstr "Windows Server 2008 R2" -#: ../src/common/fmapbase.cpp:166 +#: ../src/msw/utils.cpp:1307 #, fuzzy +msgid "Windows Server 2012" +msgstr "Windows Server 2003" + +#: ../src/msw/utils.cpp:1313 +#, fuzzy +msgid "Windows Server 2012 R2" +msgstr "Windows Server 2008 R2" + +#: ../src/common/fmapbase.cpp:166 msgid "Windows Thai (CP 874)" -msgstr "Windows Balties (CP 1257)" +msgstr "Windows Thai (CP 874)" #: ../src/common/fmapbase.cpp:175 msgid "Windows Turkish (CP 1254)" msgstr "Windows Turks (CP 1254)" #: ../src/common/fmapbase.cpp:179 -#, fuzzy msgid "Windows Vietnamese (CP 1258)" -msgstr "Windows Grieks (CP 1253)" +msgstr "Windows Viëtnamees (CP 1258)" #: ../src/msw/utils.cpp:1296 -#, fuzzy msgid "Windows Vista" -msgstr "Windows 9%c" +msgstr "Windows Vista" #: ../src/common/fmapbase.cpp:173 msgid "Windows Western European (CP 1252)" msgstr "Windows Wes Europees (CP 1252)" #: ../src/msw/utils.cpp:1285 -#, fuzzy msgid "Windows XP" -msgstr "Windows 9%c" +msgstr "Windows XP" #: ../src/common/fmapbase.cpp:181 msgid "Windows/DOS OEM (CP 437)" msgstr "Windows/DOS OEM (CP 437)" #: ../src/common/fmapbase.cpp:165 -#, fuzzy msgid "Windows/DOS OEM Cyrillic (CP 866)" -msgstr "Windows Cyrillies (CP 1251)" +msgstr "Windows/DOS OEM Cyrillies (CP 866)" #: ../src/common/ffile.cpp:148 #, c-format @@ -7842,9 +7675,9 @@ msgstr "XPM: Misvormde pixel data!" #: ../src/common/xpmdecod.cpp:705 -#, fuzzy, c-format +#, c-format msgid "XPM: incorrect colour description in line %d" -msgstr "XPM: Misvormde kleurdefinisie '%s'!" +msgstr "XPM: verkeerde kleurbeskrywing in lyn %d" #: ../src/common/xpmdecod.cpp:680 msgid "XPM: incorrect header format!" @@ -7882,33 +7715,34 @@ msgid "You cannot add a new directory to this section." msgstr "Jy kan nie 'n nuwe gids by hierdie seksie voeg nie." -#: ../src/propgrid/propgrid.cpp:3258 +#: ../src/propgrid/propgrid.cpp:3260 msgid "You have entered invalid value. Press ESC to cancel editing." msgstr "" #: ../src/common/stockitem.cpp:209 msgid "Zoom &In" -msgstr "" +msgstr "Zoem &in" #: ../src/common/stockitem.cpp:210 msgid "Zoom &Out" -msgstr "" +msgstr "Zoem &uit" #: ../src/common/stockitem.cpp:209 ../src/common/prntbase.cpp:1564 msgid "Zoom In" -msgstr "" +msgstr "Zoem in" #: ../src/common/stockitem.cpp:210 ../src/common/prntbase.cpp:1550 msgid "Zoom Out" -msgstr "" +msgstr "Zoem uit" #: ../src/common/stockitem.cpp:208 +#, fuzzy msgid "Zoom to &Fit" -msgstr "" +msgstr "Zoem om te &pas" #: ../src/common/stockitem.cpp:208 msgid "Zoom to Fit" -msgstr "" +msgstr "Zoem om te pas" #: ../src/msw/dde.cpp:1144 msgid "a DDEML application has created a prolonged race condition." @@ -8038,7 +7872,7 @@ msgid "buffer is too small for Windows directory." msgstr "" -#: ../src/msw/utils.cpp:1316 +#: ../src/msw/utils.cpp:1328 #, c-format msgid "build %lu" msgstr "" @@ -8074,9 +7908,9 @@ msgstr "kan nie bepaal of lêereinde bereik is vir lêeretiket %d nie" #: ../src/msdos/utilsdos.cpp:310 ../src/msdos/utilsdos.cpp:475 -#, fuzzy, c-format +#, c-format msgid "can't execute '%s'" -msgstr "Uitvoering van '%s' het misluk\n" +msgstr "uitvoer van '%s' het misluk" #: ../src/common/zipstrm.cpp:1490 #, fuzzy @@ -8143,19 +7977,19 @@ #: ../src/common/file.cpp:599 #, c-format msgid "can't remove file '%s'" -msgstr "kan lêer '%s' nie uitvee nie" +msgstr "kan lêer '%s' nie verwyder nie" #: ../src/common/file.cpp:616 #, c-format msgid "can't remove temporary file '%s'" -msgstr "kan tydelike lêer '%s' nie uitvee nie" +msgstr "kan tydelike lêer '%s' nie verwyder nie" #: ../src/common/file.cpp:424 ../src/msw/wince/filefnwce.cpp:190 #, c-format msgid "can't seek on file descriptor %d" msgstr "kan nie 'n soekbewerking doen op lêeretiket %d nie" -#: ../src/common/textfile.cpp:299 +#: ../src/common/textfile.cpp:270 #, c-format msgid "can't write buffer '%s' to disk." msgstr "kan buffer '%s' nie na skyf skryf nie." @@ -8177,14 +8011,14 @@ msgid "checksum failure reading tar header block" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:280 -#: ../src/richtext/richtextborderspage.cpp:310 -#: ../src/richtext/richtextborderspage.cpp:340 -#: ../src/richtext/richtextborderspage.cpp:370 -#: ../src/richtext/richtextborderspage.cpp:424 -#: ../src/richtext/richtextborderspage.cpp:454 -#: ../src/richtext/richtextborderspage.cpp:484 -#: ../src/richtext/richtextborderspage.cpp:514 +#: ../src/richtext/richtextborderspage.cpp:252 +#: ../src/richtext/richtextborderspage.cpp:286 +#: ../src/richtext/richtextborderspage.cpp:320 +#: ../src/richtext/richtextborderspage.cpp:354 +#: ../src/richtext/richtextborderspage.cpp:421 +#: ../src/richtext/richtextborderspage.cpp:455 +#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:523 #: ../src/richtext/richtextmarginspage.cpp:202 #: ../src/richtext/richtextmarginspage.cpp:227 #: ../src/richtext/richtextmarginspage.cpp:250 @@ -8204,7 +8038,7 @@ #: ../src/richtext/richtextsizepage.cpp:625 #: ../src/richtext/richtextsizepage.cpp:660 msgid "cm" -msgstr "" +msgstr "cm" #: ../src/html/chm.cpp:347 msgid "compression error" @@ -8257,12 +8091,12 @@ #: ../src/html/chm.cpp:343 msgid "error in data format" -msgstr "fout in dataformaat." +msgstr "fout in dataformaat" #: ../src/msdos/utilsdos.cpp:413 -#, fuzzy, c-format +#, c-format msgid "error opening '%s'" -msgstr "fout tydens oopmaak van lêer" +msgstr "fout tydens oopmaak van '%s'" #: ../src/html/chm.cpp:331 msgid "error opening file" @@ -8320,10 +8154,9 @@ msgid "file '%s': unexpected character %c at line %d." msgstr "lêer '%s': onverwagte teken %c in reël %d." -#: ../src/richtext/richtextbuffer.cpp:8358 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:8462 msgid "files" -msgstr "&Lêer" +msgstr "lêers" #: ../src/common/datetimefmt.cpp:1919 msgid "first" @@ -8331,7 +8164,7 @@ #: ../src/html/helpwnd.cpp:1265 msgid "font size" -msgstr "fontgrootte" +msgstr "lettergrootte" #: ../src/common/datetimefmt.cpp:1932 msgid "fourteenth" @@ -8341,14 +8174,14 @@ msgid "fourth" msgstr "vierde" -#: ../src/common/appbase.cpp:695 +#: ../src/common/appbase.cpp:699 msgid "generate verbose log messages" msgstr "genereer uitgebreide boekstaafboodskappe" -#: ../src/richtext/richtextbuffer.cpp:12212 -#: ../src/richtext/richtextbuffer.cpp:12322 +#: ../src/richtext/richtextbuffer.cpp:12541 +#: ../src/richtext/richtextbuffer.cpp:12651 msgid "image" -msgstr "" +msgstr "beeld" #: ../src/common/tarstrm.cpp:796 msgid "incomplete header block in tar" @@ -8371,9 +8204,8 @@ msgstr "ongeldige teruggee-waarde van boodskapvenster" #: ../src/common/zipstrm.cpp:1445 -#, fuzzy msgid "invalid zip file" -msgstr "Ongeldig slotlêer '%s'." +msgstr "ongeldig ZIP-lêer" #: ../src/common/fontcmn.cpp:983 msgid "italic" @@ -8386,7 +8218,7 @@ #: ../src/common/intl.cpp:293 #, c-format msgid "locale '%s' cannot be set." -msgstr "landinstelling '%s' kan nie opgestel word word nie." +msgstr "landinstelling '%s' kan nie opgestel word nie." #: ../src/common/datetimefmt.cpp:2092 msgid "midnight" @@ -8411,7 +8243,7 @@ #: ../src/dfb/fontmgr.cpp:174 #, c-format msgid "no fonts found in %s, using builtin font" -msgstr "" +msgstr "Geen lettertipes in %s gevind nie. Gebruik ingeboude een." #: ../src/html/helpdata.cpp:655 msgid "noname" @@ -8422,13 +8254,12 @@ msgstr "middag" #: ../src/richtext/richtextstyles.cpp:779 -#, fuzzy msgid "normal" -msgstr "Normaal" +msgstr "normaal" #: ../src/gtk/print.cpp:1218 ../src/gtk/print.cpp:1323 msgid "not implemented" -msgstr "" +msgstr "nie geïmplementeer nie" #: ../src/common/cmdline.cpp:1315 msgid "num" @@ -8442,53 +8273,48 @@ msgid "out of memory" msgstr "te min geheue" -#: ../src/richtext/richtextsizepage.cpp:340 -#: ../src/richtext/richtextsizepage.cpp:374 -#: ../src/richtext/richtextsizepage.cpp:401 -#: ../src/richtext/richtextsizepage.cpp:428 -#: ../src/richtext/richtextsizepage.cpp:455 -#: ../src/richtext/richtextsizepage.cpp:482 -#: ../src/richtext/richtextsizepage.cpp:556 -#: ../src/richtext/richtextsizepage.cpp:591 -#: ../src/richtext/richtextsizepage.cpp:626 -#: ../src/richtext/richtextsizepage.cpp:661 -msgid "percent" -msgstr "" - #: ../src/common/debugrpt.cpp:519 msgid "process context description" msgstr "" #: ../src/richtext/richtextfontpage.cpp:186 #: ../src/richtext/richtextfontpage.cpp:189 +#: ../src/richtext/richtextborderspage.cpp:253 +#: ../src/richtext/richtextborderspage.cpp:287 +#: ../src/richtext/richtextborderspage.cpp:321 +#: ../src/richtext/richtextborderspage.cpp:355 +#: ../src/richtext/richtextborderspage.cpp:422 +#: ../src/richtext/richtextborderspage.cpp:456 +#: ../src/richtext/richtextborderspage.cpp:490 +#: ../src/richtext/richtextborderspage.cpp:524 msgid "pt" -msgstr "" +msgstr "pt" #: ../src/richtext/richtextfontpage.cpp:187 -#: ../src/richtext/richtextborderspage.cpp:279 -#: ../src/richtext/richtextborderspage.cpp:281 -#: ../src/richtext/richtextborderspage.cpp:282 -#: ../src/richtext/richtextborderspage.cpp:309 -#: ../src/richtext/richtextborderspage.cpp:311 -#: ../src/richtext/richtextborderspage.cpp:312 -#: ../src/richtext/richtextborderspage.cpp:339 -#: ../src/richtext/richtextborderspage.cpp:341 -#: ../src/richtext/richtextborderspage.cpp:342 -#: ../src/richtext/richtextborderspage.cpp:369 -#: ../src/richtext/richtextborderspage.cpp:371 -#: ../src/richtext/richtextborderspage.cpp:372 +#: ../src/richtext/richtextborderspage.cpp:251 +#: ../src/richtext/richtextborderspage.cpp:254 +#: ../src/richtext/richtextborderspage.cpp:255 +#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:288 +#: ../src/richtext/richtextborderspage.cpp:289 +#: ../src/richtext/richtextborderspage.cpp:319 +#: ../src/richtext/richtextborderspage.cpp:322 +#: ../src/richtext/richtextborderspage.cpp:323 +#: ../src/richtext/richtextborderspage.cpp:353 +#: ../src/richtext/richtextborderspage.cpp:356 +#: ../src/richtext/richtextborderspage.cpp:357 +#: ../src/richtext/richtextborderspage.cpp:420 #: ../src/richtext/richtextborderspage.cpp:423 -#: ../src/richtext/richtextborderspage.cpp:425 -#: ../src/richtext/richtextborderspage.cpp:426 -#: ../src/richtext/richtextborderspage.cpp:453 -#: ../src/richtext/richtextborderspage.cpp:455 -#: ../src/richtext/richtextborderspage.cpp:456 -#: ../src/richtext/richtextborderspage.cpp:483 -#: ../src/richtext/richtextborderspage.cpp:485 -#: ../src/richtext/richtextborderspage.cpp:486 -#: ../src/richtext/richtextborderspage.cpp:513 -#: ../src/richtext/richtextborderspage.cpp:515 -#: ../src/richtext/richtextborderspage.cpp:516 +#: ../src/richtext/richtextborderspage.cpp:424 +#: ../src/richtext/richtextborderspage.cpp:454 +#: ../src/richtext/richtextborderspage.cpp:457 +#: ../src/richtext/richtextborderspage.cpp:458 +#: ../src/richtext/richtextborderspage.cpp:488 +#: ../src/richtext/richtextborderspage.cpp:491 +#: ../src/richtext/richtextborderspage.cpp:492 +#: ../src/richtext/richtextborderspage.cpp:522 +#: ../src/richtext/richtextborderspage.cpp:525 +#: ../src/richtext/richtextborderspage.cpp:526 #: ../src/richtext/richtextmarginspage.cpp:201 #: ../src/richtext/richtextmarginspage.cpp:203 #: ../src/richtext/richtextmarginspage.cpp:204 @@ -8544,7 +8370,7 @@ #: ../src/richtext/richtextsizepage.cpp:662 #: ../src/richtext/richtextsizepage.cpp:663 msgid "px" -msgstr "" +msgstr "px" #: ../src/common/accelcmn.cpp:188 #, fuzzy @@ -8587,9 +8413,9 @@ #: ../src/common/accelcmn.cpp:186 msgid "shift" -msgstr "skuif" +msgstr "shift" -#: ../src/common/appbase.cpp:685 +#: ../src/common/appbase.cpp:689 msgid "show this help message" msgstr "Wys hierdie hulpboodskap" @@ -8609,25 +8435,25 @@ msgid "specify the theme to use" msgstr "Kies die tema om te gebruik" -#: ../src/richtext/richtextbuffer.cpp:8876 +#: ../src/richtext/richtextbuffer.cpp:8983 msgid "standard/circle" -msgstr "" +msgstr "standaard/sirkel" -#: ../src/richtext/richtextbuffer.cpp:8877 +#: ../src/richtext/richtextbuffer.cpp:8984 msgid "standard/circle-outline" -msgstr "" +msgstr "standaard/sirkelbuitelyn" -#: ../src/richtext/richtextbuffer.cpp:8879 +#: ../src/richtext/richtextbuffer.cpp:8986 msgid "standard/diamond" -msgstr "" +msgstr "standaard/diamant" -#: ../src/richtext/richtextbuffer.cpp:8878 +#: ../src/richtext/richtextbuffer.cpp:8985 msgid "standard/square" -msgstr "" +msgstr "standaard/vierkant" -#: ../src/richtext/richtextbuffer.cpp:8880 +#: ../src/richtext/richtextbuffer.cpp:8987 msgid "standard/triangle" -msgstr "" +msgstr "standaard/driehoek" #: ../src/common/zipstrm.cpp:1782 msgid "stored file length not in Zip header" @@ -8639,7 +8465,7 @@ #: ../src/common/fontcmn.cpp:794 ../src/common/fontcmn.cpp:969 msgid "strikethrough" -msgstr "" +msgstr "deurhaal" #: ../src/common/tarstrm.cpp:1003 ../src/common/tarstrm.cpp:1025 #: ../src/common/tarstrm.cpp:1507 ../src/common/tarstrm.cpp:1529 @@ -8678,6 +8504,8 @@ #: ../src/gtk/aboutdlg.cpp:218 msgid "translator-credits" msgstr "" +"Petri Jooste\n" +"Friedel Wolff" #: ../src/common/datetimefmt.cpp:1930 msgid "twelfth" @@ -8756,13 +8584,13 @@ #: ../src/gtk/print.cpp:987 msgid "wxPrintout::GetPageInfo gives a null maxPage." -msgstr "" +msgstr "wxPrintout::GetPageInfo gee 'n maxPage van null." -#: ../src/osx/carbon/dataview.cpp:1303 +#: ../src/osx/carbon/dataview.cpp:1301 msgid "wxWidget control pointer is not a data view pointer" msgstr "" -#: ../src/osx/carbon/dataview.cpp:907 +#: ../src/osx/carbon/dataview.cpp:905 #, fuzzy msgid "wxWidget's control not initialized." msgstr "Kan vertoonskerm nie inisialiseer nie." @@ -8770,7 +8598,7 @@ #: ../src/motif/app.cpp:245 #, c-format msgid "wxWidgets could not open display for '%s': exiting." -msgstr "wxWidgets kon vertoonskerm nie oopmaak vir '%s': gaan dus uit." +msgstr "wxWidgets kon vertoonskerm nie oopmaak vir '%s' nie: gaan afsluit." #: ../src/x11/app.cpp:164 msgid "wxWidgets could not open display. Exiting." @@ -8792,184 +8620,209 @@ #: ../src/richtext/richtextliststylepage.cpp:496 #: ../src/richtext/richtextbulletspage.cpp:301 msgid "~" -msgstr "" +msgstr "~" -#, fuzzy -#~ msgid "Print preview" -#~ msgstr "Drukvoorskou" +#~ msgid "percent" +#~ msgstr "persent" -#, fuzzy -#~ msgid "&Preview..." -#~ msgstr "Drukvoorskou" +#~ msgid "GetUnusedColour:: No Unused Color in image " +#~ msgstr "GetUnusedColour: Daar is geen ongebruikte kleur in die beeld" + +#~ msgid "/#SYSTEM" +#~ msgstr "/#SYSTEM" + +#~ msgid "Setup" +#~ msgstr "Opstellings" + +#~ msgid "More..." +#~ msgstr "Meer..." #, fuzzy -#~ msgid "Preview..." -#~ msgstr "Drukvoorskou" +#~ msgid "" +#~ "can't seek on file descriptor %d, large files support is not enabled." +#~ msgstr "kan nie 'n soekbewerking doen op lêeretiket %d nie" -#~ msgid "&Save..." -#~ msgstr "&Stoor..." +#~ msgid "ZIP handler currently supports only local files!" +#~ msgstr "ZIP-hanteerder ondersteun tans slegs plaaslike lêers!" + +#~ msgid "Could not load Rich Edit DLL '%s'" +#~ msgstr "Kon Rich Edit dll '%s' nie laai nie" #, fuzzy -#~ msgid "About " -#~ msgstr "&Aangaande..." +#~ msgid "Cannot wait on thread to exit." +#~ msgstr "Kan nie wag vir uitvoerdraad-beëindiging nie" -#~ msgid "All files (*.*)|*" -#~ msgstr "Alle lêers (*.*)|*" +#~ msgid "Loading Grey Raw PNM image is not yet implemented." +#~ msgstr "" +#~ "Laaiing van Raw PNM-beeld met grysvlakke is nog nie geïmplementeer nie." -#~ msgid "Cannot initialize SciTech MGL!" -#~ msgstr "Kan SciTech MGL nie inisialiseer nie!" +#~ msgid "Loading Grey Ascii PNM image is not yet implemented." +#~ msgstr "" +#~ "Laaiing van Ascii PNM-beeld met grysvlakke is nog nie geïmplementeer nie." -#~ msgid "Cannot initialize display." -#~ msgstr "Kan vertoonskerm nie inisialiseer nie." +#, fuzzy +#~ msgid "" +#~ "Failed to get stack backtrace:\n" +#~ "%s" +#~ msgstr "ISP name %s kon nie verkry word nie" -#~ msgid "Cannot start thread: error writing TLS" -#~ msgstr "Kan uitvoerdraad nie begin nie: fout met skryf van TLS" +#~ msgid "underlined " +#~ msgstr "onderstreep" -#~ msgid "Close\tAlt-F4" -#~ msgstr "Sluit af\tAlt-F4" +#~ msgid "light " +#~ msgstr "lig" -#~ msgid "Couldn't create cursor." -#~ msgstr "Kon nie 'n wyser skep nie" +#~ msgid "can't query for GUI plugins name in console applications" +#~ msgstr "kan nie die GUI-inprop se naam in konsole-toepassings bepaal nie" -#~ msgid "Directory '%s' doesn't exist!" -#~ msgstr "Gids '%s' bestaan nie!" +#~ msgid "bold " +#~ msgstr "vet" -#~ msgid "File %s does not exist." -#~ msgstr "Lêer %s bestaan nie." +#~ msgid "Unknown field in file %s, line %d: '%s'." +#~ msgstr "Onbekende veld in lêer %s, reël %d: '%s''. " -#~ msgid "Mode %ix%i-%i not available." -#~ msgstr "Modus %ix%i-%i nie beskikbaar nie." +#~ msgid "Mime.types file %s, line %d: unterminated quoted string." +#~ msgstr "Mime.types-lêer %s, reël %d: onafgeslote aangehalingsteken." -#~ msgid "Paper Size" -#~ msgstr "Papierformaat" +#~ msgid "Mailcap file %s, line %d: incomplete entry ignored." +#~ msgstr "Mailcap-lêer %s, reël %d: onvolledige inskrywing geïgnoreer." -#~ msgid "&Goto..." -#~ msgstr "&Gaan na..." +#~ msgid "Failed to create directory %s/mime-info." +#~ msgstr "Die gids %s/.mime-info kon nie geskep word nie." -#~ msgid "<<" -#~ msgstr "<<" +#~ msgid "Failed to create directory %s/.gnome." +#~ msgstr "Die gids %s/.gnome kon nie geskep word nie." -#~ msgid ">>" -#~ msgstr ">>" +#~ msgid "Error " +#~ msgstr "Fout " -#~ msgid ">>|" -#~ msgstr ">>|" +#~ msgid "Cannot open URL '%s'" +#~ msgstr "Kan URL '%s' nie oopmaak nie" -#~ msgid "Can't check image format of file '%s': file does not exist." -#~ msgstr "Kan beeldstipe van lêer '%s' nie bepaal nie: lêer bestaan nie." +#~ msgid "." +#~ msgstr "." -#~ msgid "Can't load image from file '%s': file does not exist." -#~ msgstr "Kan geen beeld laai uit lêer '%s': lêer bestaan nie." +#~ msgid "writing" +#~ msgstr "besig om te skryf" -#~ msgid "Cannot convert dialog units: dialog unknown." -#~ msgstr "Dialoogeenhede kan nie omgeskakel word nie: dialoog is onbekend." +#~ msgid "unknown line terminator" +#~ msgstr "onbekende reëltermineerder" -#~ msgid "Cannot convert from the charset '%s'!" -#~ msgstr "Kan nie omskakel vanaf karakterstel '%s' nie!" +#~ msgid "invalid eof() return value." +#~ msgstr "ongeldige eof() teruggee-waarde." -#~ msgid "Cannot find container for unknown control '%s'." -#~ msgstr "Kan geen houer vind vir onbekende beheerelement '%s'." +#~ msgid "initiate" +#~ msgstr "Begin" -#~ msgid "Cannot find font node '%s'." -#~ msgstr "Kan lettertipenode '%s' nie vind nie." +#~ msgid "establish" +#~ msgstr "Maak" -#~ msgid "Cannot open file '%s'." -#~ msgstr "Kan lêer '%s' nie oopmaak nie." +#~ msgid "Warning: attempt to remove HTML tag handler from empty stack." +#~ msgstr "" +#~ "Waarskuwing: poging om HTML-merkerhanteerder van leë stapel te verwyder." -#~ msgid "Cannot parse coordinates from '%s'." -#~ msgstr "Kan koördinate van '%s' nie ontleed nie." +#~ msgid "Video Output" +#~ msgstr "video-afvoer" -#~ msgid "Cannot parse dimension from '%s'." -#~ msgstr "Kan dimensie van '%s' nie ontleed nie." +#~ msgid "String conversions not supported" +#~ msgstr "String-omskakelings word nie ondersteun nie" #, fuzzy -#~ msgid "Cant create the thread event queue" -#~ msgstr "Kan uitvoerdraad nie skep nie" +#~ msgid "Select all" +#~ msgstr "Kies &almal" -#, fuzzy -#~ msgid "Click to cancel this window." -#~ msgstr "Maak hierdie venster toe" +#~ msgid "Option '%s' requires a value, '=' expected." +#~ msgstr "Opsie '%s' vereis 'n waarde, '=' verwag" + +#~ msgid "Long Conversions not supported" +#~ msgstr "'long'-omskakelings word nie ondersteun nie" #, fuzzy -#~ msgid "Could not unlock mutex" -#~ msgstr "Kon nie 'n wedersydse slot beskikbaar stel nie" +#~ msgid "Icon resource specification %s not found." +#~ msgstr "XRC-hulpbron '%s' (klas '%s') nie gevind nie!" #, fuzzy -#~ msgid "Failed to connect to session manager: %s" -#~ msgstr "%s van inbelverbinding het misluk: %s" +#~ msgid "Found " +#~ msgstr "Soek" -#~ msgid "Failed to create a status bar." -#~ msgstr "Skepping van stasb.lk het misluk." +#~ msgid "Failed to load shared library '%s' Error '%s'" +#~ msgstr "Laaiing van gedeelde biblioteek '%s' het misluk. Fout '%s'" #, fuzzy -#~ msgid "Failed to register OpenGL window class." -#~ msgstr "Inisialisering van OpenGL het misluk." +#~ msgid "Failed to get clipboard data." +#~ msgstr "Opstelling van knipborddata het misluk." -#~ msgid "Fatal error" -#~ msgstr "Fatale fout" +#, fuzzy +#~ msgid "Couldn't end the context on the overlay window" +#~ msgstr "Kon nie wyser na die huidige uitvoerdraad verkry nie" -#~ msgid "Fatal error: " -#~ msgstr "Fatale fout: " +#, fuzzy +#~ msgid "Bitmap resource specification %s not found." +#~ msgstr "XRC-hulpbron '%s' (klas '%s') nie gevind nie!" -#~ msgid "Goto Page" -#~ msgstr "Gaan na bladsy" +#, fuzzy +#~ msgid "&Print" +#~ msgstr "Druk" #, fuzzy -#~ msgid "Help : %s" -#~ msgstr "Hulp: %s" +#~ msgid "&Open" +#~ msgstr "&Open..." -#~ msgid "Internal error, illegal wxCustomTypeInfo" -#~ msgstr "Interne fout, ongeldige wxCustomTypeInfo" +#, fuzzy +#~ msgid " Couldn't create the UnicodeConverter" +#~ msgstr "Kon nie 'n tydhouer skep nie" -#~ msgid "Invalid XRC resource '%s': doesn't have root node 'resource'." -#~ msgstr "Ongeldige XRC hulpbron '%s': het geen wortelnode 'hulpbron'." +#~ msgid "|<<" +#~ msgstr "|<<" -#~ msgid "No handler found for XML node '%s', class '%s'!" -#~ msgstr "Geen hanteerder is gevind vir XML-node '%s', klas '%s' nie!" +#~ msgid "wxSocket: unknown event!." +#~ msgstr "wxSocket: onbekende gebeurtenis!" -#, fuzzy -#~ msgid "No image handler for type %ld defined." -#~ msgstr "Geen beeldhanteerder is vir die tipe %d gedefinieer nie." +#~ msgid "wxSocket: invalid signature in ReadMsg." +#~ msgstr "wxSocket: ongeldige handtekening in ReadMsg." -#, fuzzy -#~ msgid "Owner not initialized." -#~ msgstr "Kan vertoonskerm nie inisialiseer nie." +#~ msgid "looking for catalog '%s' in path '%s'." +#~ msgstr "besig met soek vir katalogus '%s' in pad '%s'." #, fuzzy -#~ msgid "Passed item is invalid." -#~ msgstr "'%s' is ongeldig" +#~ msgid "encoding %i" +#~ msgstr "enkodeer tans %s" -#~ msgid "Passing a already registered object to SetObjectName" -#~ msgstr "'n Reedsgeregistreerde objek word aangestuur vir SetObjectName" +#~ msgid "delegate has no type info" +#~ msgstr "afgevaardigde het geen tipe-inligting nie" -#~ msgid "Program aborted." -#~ msgstr "Program is laat vaar." +#~ msgid "catalog file for domain '%s' not found." +#~ msgstr "katalogus-lêer vir domein '%s' nie gevind nie." -#~ msgid "Referenced object node with ref=\"%s\" not found!" -#~ msgstr "Verwysde objeknode met ref=\"%s\" nie gevind nie!" +#~ msgid "[EMPTY]" +#~ msgstr "[LEEG]" -#~ msgid "Resource files must have same version number!" -#~ msgstr "Hulpbronlêers moet dieselfde weergawenommer hê!" +#, fuzzy +#~ msgid "" +#~ "XRC resource: Incorrect colour specification '%s' for attribute '%s'." +#~ msgstr "XRC-hulpbron: Ongeldige kleurspesifikasie '%s' vir eienskap '%s'." + +#~ msgid "XRC resource: Cannot create bitmap from '%s'." +#~ msgstr "XRC-hulpbron: Kan nie 'n bitmap maak van '%s' nie." #, fuzzy -#~ msgid "Search!" -#~ msgstr "Soek" +#~ msgid "XRC resource: Cannot create animation from '%s'." +#~ msgstr "XRC-hulpbron: Kan nie 'n bitmap maak van '%s' nie." -#~ msgid "Sorry, could not open this file for saving." -#~ msgstr "Jammer, hierdie lêer kon nie gestoor word nie." +#~ msgid "XRC resource '%s' (class '%s') not found!" +#~ msgstr "XRC-hulpbron '%s' (klas '%s') nie gevind nie!" -#~ msgid "Sorry, could not save this file." -#~ msgstr "Jammer, hierdie lêer kon nie gestoor word nie." +#~ msgid "Warning" +#~ msgstr "Waarskuwing" -#~ msgid "Sorry, print preview needs a printer to be installed." -#~ msgstr "" -#~ "Jammer, 'n drukker moet geïnstalleer wees om 'n drukvoorskou te kan doen." +#~ msgid "Unknown style flag " +#~ msgstr "Onbekende stylvlag" -#~ msgid "Status: " -#~ msgstr "Status: " +#~ msgid "Trying to solve a NULL hostname: giving up" +#~ msgstr "Poging om 'n leë masjiennaam te vind: besig om op te gee" -#~ msgid "Subclass '%s' not found for resource '%s', not subclassing!" -#~ msgstr "Subclass '%s' nie gevind voor bron '%s', zal nie subclasseren!" +#~ msgid "The path '%s' contains too many \"..\"!" +#~ msgstr "Die pad '%s' bevat te veel \"..\"!" #~ msgid "" #~ "The file '%s' couldn't be opened.\n" @@ -8978,201 +8831,179 @@ #~ "Die lêer '%s' kon nie oopgemaak word nie.\n" #~ "Dit is verwyder van die lys van 'onlangse lêers'." -#~ msgid "The path '%s' contains too many \"..\"!" -#~ msgstr "Die pad '%s' bevat te veel \"..\"!" +#~ msgid "Subclass '%s' not found for resource '%s', not subclassing!" +#~ msgstr "Subclass '%s' nie gevind voor bron '%s', zal nie subclasseren!" -#~ msgid "Trying to solve a NULL hostname: giving up" -#~ msgstr "Poging om 'n leë masjiennaam te vind: besig om op te gee" +#~ msgid "Status: " +#~ msgstr "Status: " -#~ msgid "Unknown style flag " -#~ msgstr "Onbekende stylvlag" +#~ msgid "Sorry, print preview needs a printer to be installed." +#~ msgstr "" +#~ "Jammer, 'n drukker moet geïnstalleer wees om 'n drukvoorskou te kan doen." -#~ msgid "Warning" -#~ msgstr "Waarskuwing" +#~ msgid "Sorry, could not save this file." +#~ msgstr "Jammer, hierdie lêer kon nie gestoor word nie." -#~ msgid "XRC resource '%s' (class '%s') not found!" -#~ msgstr "XRC-hulpbron '%s' (klas '%s') nie gevind nie!" +#~ msgid "Sorry, could not open this file for saving." +#~ msgstr "Jammer, hierdie lêer kon nie gestoor word nie." #, fuzzy -#~ msgid "XRC resource: Cannot create animation from '%s'." -#~ msgstr "XRC-hulpbron: Kan nie 'n bitmap maak van '%s' nie." - -#~ msgid "XRC resource: Cannot create bitmap from '%s'." -#~ msgstr "XRC-hulpbron: Kan nie 'n bitmap maak van '%s' nie." +#~ msgid "Search!" +#~ msgstr "Soek" -#, fuzzy -#~ msgid "" -#~ "XRC resource: Incorrect colour specification '%s' for attribute '%s'." -#~ msgstr "XRC-hulpbron: Ongeldige kleurspesifikasie '%s' vir eienskap '%s'." +#~ msgid "Resource files must have same version number!" +#~ msgstr "Hulpbronlêers moet dieselfde weergawenommer hê!" -#~ msgid "[EMPTY]" -#~ msgstr "[LEEG]" +#~ msgid "Referenced object node with ref=\"%s\" not found!" +#~ msgstr "Verwysde objeknode met ref=\"%s\" nie gevind nie!" -#~ msgid "catalog file for domain '%s' not found." -#~ msgstr "katalogus-lêer vir domein '%s' nie gevind nie." +#~ msgid "Program aborted." +#~ msgstr "Program is laat vaar." -#~ msgid "delegate has no type info" -#~ msgstr "afgevaardigde het geen tipe-inligting nie" +#~ msgid "Passing a already registered object to SetObjectName" +#~ msgstr "'n Reedsgeregistreerde objek word aangestuur vir SetObjectName" #, fuzzy -#~ msgid "encoding %i" -#~ msgstr "enkodeer tans %s" +#~ msgid "Passed item is invalid." +#~ msgstr "'%s' is ongeldig" -#~ msgid "looking for catalog '%s' in path '%s'." -#~ msgstr "besig met soek vir katalogus '%s' in pad '%s'." +#, fuzzy +#~ msgid "Owner not initialized." +#~ msgstr "Kan vertoonskerm nie inisialiseer nie." -#~ msgid "wxSocket: invalid signature in ReadMsg." -#~ msgstr "wxSocket: ongeldige handtekening in ReadMsg." +#, fuzzy +#~ msgid "No image handler for type %ld defined." +#~ msgstr "Geen beeldhanteerder is vir die tipe %d gedefinieer nie." -#~ msgid "wxSocket: unknown event!." -#~ msgstr "wxSocket: onbekende gebeurtenis!" +#~ msgid "No handler found for XML node '%s', class '%s'!" +#~ msgstr "Geen hanteerder is gevind vir XML-node '%s', klas '%s' nie!" -#~ msgid "|<<" -#~ msgstr "|<<" +#~ msgid "Invalid XRC resource '%s': doesn't have root node 'resource'." +#~ msgstr "Ongeldige XRC hulpbron '%s': het geen wortelnode 'hulpbron'." -#, fuzzy -#~ msgid " Couldn't create the UnicodeConverter" -#~ msgstr "Kon nie 'n tydhouer skep nie" +#~ msgid "Internal error, illegal wxCustomTypeInfo" +#~ msgstr "Interne fout, ongeldige wxCustomTypeInfo" #, fuzzy -#~ msgid "&Open" -#~ msgstr "&Open..." +#~ msgid "Help : %s" +#~ msgstr "Hulp: %s" -#, fuzzy -#~ msgid "&Print" -#~ msgstr "Druk" +#~ msgid "Goto Page" +#~ msgstr "Gaan na bladsy" -#, fuzzy -#~ msgid "Bitmap resource specification %s not found." -#~ msgstr "XRC-hulpbron '%s' (klas '%s') nie gevind nie!" +#~ msgid "Fatal error: " +#~ msgstr "Fatale fout: " -#, fuzzy -#~ msgid "Couldn't end the context on the overlay window" -#~ msgstr "Kon nie wyser na die huidige uitvoerdraad verkry nie" +#~ msgid "Fatal error" +#~ msgstr "Fatale fout" #, fuzzy -#~ msgid "Failed to get clipboard data." -#~ msgstr "Opstelling van knipborddata het misluk." +#~ msgid "Failed to register OpenGL window class." +#~ msgstr "Inisialisering van OpenGL het misluk." -#~ msgid "Failed to load shared library '%s' Error '%s'" -#~ msgstr "Laaiing van gedeelde biblioteek '%s' het misluk. Fout '%s'" +#~ msgid "Failed to create a status bar." +#~ msgstr "Skepping van stasb.lk het misluk." #, fuzzy -#~ msgid "Found " -#~ msgstr "Soek" +#~ msgid "Failed to connect to session manager: %s" +#~ msgstr "%s van inbelverbinding het misluk: %s" #, fuzzy -#~ msgid "Icon resource specification %s not found." -#~ msgstr "XRC-hulpbron '%s' (klas '%s') nie gevind nie!" - -#~ msgid "Long Conversions not supported" -#~ msgstr "'long'-omskakelings word nie ondersteun nie" +#~ msgid "Could not unlock mutex" +#~ msgstr "Kon nie 'n wedersydse slot beskikbaar stel nie" -#~ msgid "Option '%s' requires a value, '=' expected." -#~ msgstr "Opsie '%s' vereis 'n waarde, '=' verwag" +#, fuzzy +#~ msgid "Click to cancel this window." +#~ msgstr "Maak hierdie venster toe" #, fuzzy -#~ msgid "Select all" -#~ msgstr "Kies &almal" +#~ msgid "Cant create the thread event queue" +#~ msgstr "Kan uitvoerdraad nie skep nie" -#~ msgid "String conversions not supported" -#~ msgstr "String-omskakelings word nie ondersteun nie" +#~ msgid "Cannot parse dimension from '%s'." +#~ msgstr "Kan dimensie van '%s' nie ontleed nie." -#~ msgid "Video Output" -#~ msgstr "video-afvoer" +#~ msgid "Cannot parse coordinates from '%s'." +#~ msgstr "Kan koördinate van '%s' nie ontleed nie." -#~ msgid "Warning: attempt to remove HTML tag handler from empty stack." -#~ msgstr "" -#~ "Waarskuwing: poging om HTML-merkerhanteerder van leë stapel te verwyder." +#~ msgid "Cannot open file '%s'." +#~ msgstr "Kan lêer '%s' nie oopmaak nie." -#~ msgid "establish" -#~ msgstr "Maak" +#~ msgid "Cannot find font node '%s'." +#~ msgstr "Kan lettertipenode '%s' nie vind nie." -#~ msgid "initiate" -#~ msgstr "Begin" +#~ msgid "Cannot find container for unknown control '%s'." +#~ msgstr "Kan geen houer vind vir onbekende beheerelement '%s'." -#~ msgid "invalid eof() return value." -#~ msgstr "ongeldige eof() teruggee-waarde." +#~ msgid "Cannot convert from the charset '%s'!" +#~ msgstr "Kan nie omskakel vanaf karakterstel '%s' nie!" -#~ msgid "unknown line terminator" -#~ msgstr "onbekende reëltermineerder" +#~ msgid "Cannot convert dialog units: dialog unknown." +#~ msgstr "Dialoogeenhede kan nie omgeskakel word nie: dialoog is onbekend." -#~ msgid "writing" -#~ msgstr "besig om te skryf" +#~ msgid "Can't load image from file '%s': file does not exist." +#~ msgstr "Kan geen beeld laai uit lêer '%s': lêer bestaan nie." -#~ msgid "." -#~ msgstr "." +#~ msgid "Can't check image format of file '%s': file does not exist." +#~ msgstr "Kan beeldstipe van lêer '%s' nie bepaal nie: lêer bestaan nie." -#~ msgid "Cannot open URL '%s'" -#~ msgstr "Kan URL '%s' nie oopmaak nie" +#~ msgid ">>|" +#~ msgstr ">>|" -#~ msgid "Error " -#~ msgstr "Fout " +#~ msgid ">>" +#~ msgstr ">>" -#~ msgid "Failed to create directory %s/.gnome." -#~ msgstr "Die gids %s/.gnome kon nie geskep word nie." +#~ msgid "<<" +#~ msgstr "<<" -#~ msgid "Failed to create directory %s/mime-info." -#~ msgstr "Die gids %s/.mime-info kon nie geskep word nie." +#~ msgid "&Goto..." +#~ msgstr "&Gaan na..." -#~ msgid "Mailcap file %s, line %d: incomplete entry ignored." -#~ msgstr "Mailcap-lêer %s, reël %d: onvolledige inskrywing geïgnoreer." +#~ msgid "Paper Size" +#~ msgstr "Papierformaat" -#~ msgid "Mime.types file %s, line %d: unterminated quoted string." -#~ msgstr "Mime.types-lêer %s, reël %d: onafgeslote aangehalingsteken." +#~ msgid "Mode %ix%i-%i not available." +#~ msgstr "Modus %ix%i-%i nie beskikbaar nie." -#~ msgid "Unknown field in file %s, line %d: '%s'." -#~ msgstr "Onbekende veld in lêer %s, reël %d: '%s''. " +#~ msgid "File %s does not exist." +#~ msgstr "Lêer %s bestaan nie." -#~ msgid "bold " -#~ msgstr "vet" +#~ msgid "Directory '%s' doesn't exist!" +#~ msgstr "Gids '%s' bestaan nie!" -#~ msgid "can't query for GUI plugins name in console applications" -#~ msgstr "kan nie die GUI-inprop se naam in konsole-toepassings bepaal nie" +#~ msgid "Couldn't create cursor." +#~ msgstr "Kon nie 'n wyser skep nie" -#~ msgid "light " -#~ msgstr "lig" +#~ msgid "Close\tAlt-F4" +#~ msgstr "Sluit af\tAlt-F4" -#~ msgid "underlined " -#~ msgstr "onderstreep" +#~ msgid "Cannot start thread: error writing TLS" +#~ msgstr "Kan uitvoerdraad nie begin nie: fout met skryf van TLS" -#, fuzzy -#~ msgid "" -#~ "Failed to get stack backtrace:\n" -#~ "%s" -#~ msgstr "ISP name %s kon nie verkry word nie" +#~ msgid "Cannot initialize display." +#~ msgstr "Kan vertoonskerm nie inisialiseer nie." -#~ msgid "Loading Grey Ascii PNM image is not yet implemented." -#~ msgstr "" -#~ "Laaiing van Ascii PNM-beeld met grysvlakke is nog nie geïmplementeer nie." +#~ msgid "Cannot initialize SciTech MGL!" +#~ msgstr "Kan SciTech MGL nie inisialiseer nie!" -#~ msgid "Loading Grey Raw PNM image is not yet implemented." -#~ msgstr "" -#~ "Laaiing van Raw PNM-beeld met grysvlakke is nog nie geïmplementeer nie." +#~ msgid "All files (*.*)|*" +#~ msgstr "Alle lêers (*.*)|*" #, fuzzy -#~ msgid "Cannot wait on thread to exit." -#~ msgstr "Kan nie wag vir uitvoerdraad-beëindiging nie" - -#~ msgid "Could not load Rich Edit DLL '%s'" -#~ msgstr "Kon Rich Edit dll '%s' nie laai nie" +#~ msgid "About " +#~ msgstr "&Aangaande..." -#~ msgid "ZIP handler currently supports only local files!" -#~ msgstr "ZIP-hanteerder ondersteun tans slegs plaaslike lêers!" +#~ msgid "&Save..." +#~ msgstr "&Stoor..." #, fuzzy -#~ msgid "" -#~ "can't seek on file descriptor %d, large files support is not enabled." -#~ msgstr "kan nie 'n soekbewerking doen op lêeretiket %d nie" - -#~ msgid "More..." -#~ msgstr "Meer..." - -#~ msgid "Setup" -#~ msgstr "Opstellings" +#~ msgid "Preview..." +#~ msgstr "Drukvoorskou" -#~ msgid "/#SYSTEM" -#~ msgstr "/#SYSTEM" +#, fuzzy +#~ msgid "&Preview..." +#~ msgstr "Drukvoorskou" -#~ msgid "GetUnusedColour:: No Unused Color in image " -#~ msgstr "GetUnusedColour: Daar is geen ongebruikte kleur in die beeld" +#, fuzzy +#~ msgid "Print preview" +#~ msgstr "Drukvoorskou" Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/locale/an.mo and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/locale/an.mo differ diff -Nru wxpython3.0-3.0.0.0+dfsg/locale/an.po wxpython3.0-3.0.1.1+dfsg/locale/an.po --- wxpython3.0-3.0.0.0+dfsg/locale/an.po 1970-01-01 00:00:00.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/locale/an.po 2014-04-17 19:37:42.000000000 +0000 @@ -0,0 +1,8586 @@ +# WXWidgets in aragonese language +# Copyright (C) 2013 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Traducción: Jorge Pérez Pérez , 2013 +# Revisión: Juan Pablo Martínez , 2014. +msgid "" +msgstr "" +"Project-Id-Version: wxWidgets 3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-02-21 14:54+0100\n" +"PO-Revision-Date: 2014-01-03 18:41+0100\n" +"Last-Translator: Jorge Pérez Pérez \n" +"Language-Team: softaragonés\n" +"Language: an\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.6.3\n" +"X-Poedit-Bookmarks: -1,752,-1,-1,-1,-1,-1,-1,-1,-1\n" + +#: ../src/common/debugrpt.cpp:591 +msgid "" +"\n" +"Please send this report to the program maintainer, thank you!\n" +msgstr "" +"\n" +"Por favor, ninvia iste reporte a lo mantenedor d'o programa, gracias!\n" + +#: ../src/richtext/richtextstyledlg.cpp:210 +#: ../src/richtext/richtextstyledlg.cpp:222 +msgid " " +msgstr " " + +#: ../src/generic/dbgrptg.cpp:326 +msgid " Thank you and we're sorry for the inconvenience!\n" +msgstr " Gracias y desincuse as molestias!\n" + +#: ../src/common/prntbase.cpp:546 +#, c-format +msgid " (copy %d of %d)" +msgstr " (copiar %d de %d)" + +#: ../src/common/log.cpp:425 +#, c-format +msgid " (error %ld: %s)" +msgstr " (error %ld: %s)" + +#: ../src/common/imagtiff.cpp:75 +#, c-format +msgid " (in module \"%s\")" +msgstr " (en o modulo \"%s\")" + +#: ../src/common/docview.cpp:1624 +msgid " - " +msgstr " - " + +#: ../src/richtext/richtextprint.cpp:588 ../src/html/htmprint.cpp:704 +msgid " Preview" +msgstr " Anvista previa" + +#: ../src/common/fontcmn.cpp:811 +msgid " bold" +msgstr " negreta" + +#: ../src/common/fontcmn.cpp:827 +msgid " italic" +msgstr " cursiva" + +#: ../src/common/fontcmn.cpp:807 +msgid " light" +msgstr " lichera" + +#: ../src/common/paper.cpp:118 +msgid "#10 Envelope, 4 1/8 x 9 1/2 in" +msgstr "Sobre #10, 4 1/8 x 9 1/2 in" + +#: ../src/common/paper.cpp:119 +msgid "#11 Envelope, 4 1/2 x 10 3/8 in" +msgstr "Sobre #11, 4 1/2 x 10 3/8 in" + +#: ../src/common/paper.cpp:120 +msgid "#12 Envelope, 4 3/4 x 11 in" +msgstr "Sobre #12, 4 3/4 x 11 in" + +#: ../src/common/paper.cpp:121 +msgid "#14 Envelope, 5 x 11 1/2 in" +msgstr "Sobre #14, 5 x 11 1/2 in" + +#: ../src/common/paper.cpp:117 +msgid "#9 Envelope, 3 7/8 x 8 7/8 in" +msgstr "Sobre #9, 3 7/8 x 8 7/8 in" + +#: ../src/richtext/richtextsizepage.cpp:340 +#: ../src/richtext/richtextsizepage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:401 +#: ../src/richtext/richtextsizepage.cpp:428 +#: ../src/richtext/richtextsizepage.cpp:455 +#: ../src/richtext/richtextsizepage.cpp:482 +#: ../src/richtext/richtextsizepage.cpp:556 +#: ../src/richtext/richtextsizepage.cpp:591 +#: ../src/richtext/richtextsizepage.cpp:626 +#: ../src/richtext/richtextsizepage.cpp:661 +msgid "%" +msgstr "" + +#: ../src/html/helpwnd.cpp:1044 +#, c-format +msgid "%d of %lu" +msgstr "%d de %lu" + +#: ../src/html/helpwnd.cpp:1681 ../src/html/helpwnd.cpp:1719 +#, c-format +msgid "%i of %i" +msgstr "%i de %i" + +#: ../src/generic/filectrlg.cpp:315 +#, c-format +msgid "%ld byte" +msgid_plural "%ld bytes" +msgstr[0] "%ld byte" +msgstr[1] "%ld bytes" + +#: ../src/html/helpwnd.cpp:1046 +#, c-format +msgid "%lu of %lu" +msgstr "%lu de %lu" + +#: ../src/common/cmdline.cpp:1050 +#, c-format +msgid "%s (or %s)" +msgstr "%s (u %s)" + +#: ../src/generic/logg.cpp:230 +#, c-format +msgid "%s Error" +msgstr "%s Error" + +#: ../src/generic/logg.cpp:242 +#, c-format +msgid "%s Information" +msgstr "%s Información" + +#: ../src/generic/preferencesg.cpp:110 +#, c-format +msgid "%s Preferences" +msgstr "%s Preferencias" + +#: ../src/generic/logg.cpp:234 +#, c-format +msgid "%s Warning" +msgstr "%s Alvertencia" + +#: ../src/common/tarstrm.cpp:1319 +#, c-format +msgid "%s did not fit the tar header for entry '%s'" +msgstr "%s no encaixaba en o capitero tar ta la dentrada '%s'" + +#: ../src/common/fldlgcmn.cpp:124 +#, c-format +msgid "%s files (%s)|%s" +msgstr "Fichers %s (%s)|%s" + +#: ../src/common/stockitem.cpp:139 ../src/html/helpfrm.cpp:142 +#: ../src/html/helpfrm.cpp:144 +msgid "&About" +msgstr "&Arredol de" + +#: ../src/common/stockitem.cpp:207 +msgid "&Actual Size" +msgstr "Grandaria &real" + +#: ../src/richtext/richtextindentspage.cpp:262 +msgid "&After a paragraph:" +msgstr "&Dimpués d'un paragrafo:" + +#: ../src/richtext/richtextindentspage.cpp:128 +#: ../src/richtext/richtextliststylepage.cpp:319 +msgid "&Alignment" +msgstr "&Aliniación" + +#: ../src/common/stockitem.cpp:141 +msgid "&Apply" +msgstr "&Aplicar" + +#: ../src/richtext/richtextstyledlg.cpp:251 +msgid "&Apply Style" +msgstr "&Aplicar Estilo" + +#: ../src/msw/mdi.cpp:175 +msgid "&Arrange Icons" +msgstr "&Organizar os iconos" + +#: ../src/common/stockitem.cpp:195 +msgid "&Ascending" +msgstr "&Ascendent" + +#: ../src/common/stockitem.cpp:142 +msgid "&Back" +msgstr "&Dezaga" + +#: ../src/richtext/richtextstylepage.cpp:113 +msgid "&Based on:" +msgstr "&Basau en:" + +#: ../src/richtext/richtextindentspage.cpp:253 +msgid "&Before a paragraph:" +msgstr "&Antis d'un paragrafo:" + +#: ../src/richtext/richtextfontpage.cpp:271 +msgid "&Bg colour:" +msgstr "&Color de fondo:" + +#: ../src/common/stockitem.cpp:143 +msgid "&Bold" +msgstr "&Negreta" + +#: ../src/common/stockitem.cpp:144 +msgid "&Bottom" +msgstr "&Inferior" + +#: ../src/richtext/richtextborderspage.cpp:343 +#: ../src/richtext/richtextborderspage.cpp:512 +#: ../src/richtext/richtextmarginspage.cpp:260 +#: ../src/richtext/richtextmarginspage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:637 +#: ../src/richtext/richtextsizepage.cpp:644 +msgid "&Bottom:" +msgstr "&Inferior:" + +#: ../include/wx/richtext/richtextbuffer.h:3578 +msgid "&Box" +msgstr "&Caixa" + +#: ../src/richtext/richtextliststylepage.cpp:210 +#: ../src/richtext/richtextbulletspage.cpp:159 +msgid "&Bullet style:" +msgstr "Estilo de &vinyeta:" + +#: ../src/common/stockitem.cpp:146 +msgid "&CD-Rom" +msgstr "&CD-Rom" + +#: ../src/generic/wizard.cpp:432 ../src/generic/fontdlgg.cpp:470 +#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:572 +#: ../src/common/stockitem.cpp:145 +msgid "&Cancel" +msgstr "&Cancelar" + +#: ../src/msw/mdi.cpp:171 +msgid "&Cascade" +msgstr "&Cascada" + +#: ../include/wx/richtext/richtextbuffer.h:5639 +msgid "&Cell" +msgstr "&Celda" + +#: ../src/richtext/richtextsymboldlg.cpp:439 +msgid "&Character code:" +msgstr "&Codigo de caracter:" + +#: ../src/common/stockitem.cpp:147 +msgid "&Clear" +msgstr "&Limpiar" + +#: ../src/generic/logg.cpp:522 ../src/common/stockitem.cpp:148 +#: ../src/common/prntbase.cpp:1570 ../src/univ/themes/win32.cpp:3756 +#: ../src/html/helpfrm.cpp:139 +msgid "&Close" +msgstr "&Zarrar" + +#: ../src/common/stockitem.cpp:193 +msgid "&Color" +msgstr "&Color" + +#: ../src/richtext/richtextfontpage.cpp:258 +msgid "&Colour:" +msgstr "&Color:" + +#: ../src/common/stockitem.cpp:149 +msgid "&Convert" +msgstr "&Convertir" + +#: ../src/richtext/richtextctrl.cpp:332 ../src/osx/textctrl_osx.cpp:583 +#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2335 +msgid "&Copy" +msgstr "&Copiar" + +#: ../src/generic/hyperlinkg.cpp:156 +msgid "&Copy URL" +msgstr "&Copiar URL" + +#: ../src/common/headerctrlcmn.cpp:328 +msgid "&Customize..." +msgstr "&Personalizar..." + +#: ../src/generic/dbgrptg.cpp:334 +msgid "&Debug report preview:" +msgstr "&Anvista previa d'o reporte de depuración:" + +#: ../src/richtext/richtexttabspage.cpp:142 +#: ../src/richtext/richtextctrl.cpp:334 ../src/osx/textctrl_osx.cpp:585 +#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2337 +msgid "&Delete" +msgstr "&Eliminar" + +#: ../src/richtext/richtextstyledlg.cpp:269 +msgid "&Delete Style..." +msgstr "&Eliminar o estilo..." + +#: ../src/common/stockitem.cpp:196 +msgid "&Descending" +msgstr "&Descendent" + +#: ../src/generic/logg.cpp:688 +msgid "&Details" +msgstr "&Detalles" + +#: ../src/common/stockitem.cpp:153 +msgid "&Down" +msgstr "A&baixo" + +#: ../src/common/stockitem.cpp:154 +msgid "&Edit" +msgstr "&Editar" + +#: ../src/richtext/richtextstyledlg.cpp:263 +msgid "&Edit Style..." +msgstr "&Editar o Estilo..." + +#: ../src/common/stockitem.cpp:155 +msgid "&Execute" +msgstr "&Executar" + +#: ../src/common/stockitem.cpp:157 ../src/html/helpfrm.cpp:146 +msgid "&File" +msgstr "&Fichero" + +#: ../src/common/stockitem.cpp:158 +msgid "&Find" +msgstr "&Mirar" + +#: ../src/generic/wizard.cpp:626 +msgid "&Finish" +msgstr "&Finalizar" + +#: ../src/common/stockitem.cpp:159 +msgid "&First" +msgstr "&Primer" + +#: ../src/richtext/richtextsizepage.cpp:244 +msgid "&Floating mode:" +msgstr "Modo &flotant:" + +#: ../src/common/stockitem.cpp:160 +msgid "&Floppy" +msgstr "&Disquet" + +#: ../src/common/stockitem.cpp:194 +msgid "&Font" +msgstr "&Fuent" + +#: ../src/generic/fontdlgg.cpp:371 +msgid "&Font family:" +msgstr "Tipo de &fuent:" + +#: ../src/richtext/richtextliststylepage.cpp:194 +msgid "&Font for Level..." +msgstr "&Fuent ta o libel..." + +#: ../src/richtext/richtextfontpage.cpp:156 +#: ../src/richtext/richtextsymboldlg.cpp:400 +msgid "&Font:" +msgstr "&Fuent:" + +#: ../src/common/stockitem.cpp:161 +msgid "&Forward" +msgstr "Abanz" + +#: ../src/richtext/richtextsymboldlg.cpp:451 +msgid "&From:" +msgstr "&Dende:" + +#: ../src/common/stockitem.cpp:162 +msgid "&Harddisk" +msgstr "&Disco duro" + +#: ../src/richtext/richtextsizepage.cpp:351 +#: ../src/richtext/richtextsizepage.cpp:358 +msgid "&Height:" +msgstr "&Altura:" + +#: ../src/generic/wizard.cpp:435 ../src/richtext/richtextstyledlg.cpp:303 +#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:776 +#: ../src/common/stockitem.cpp:163 ../src/html/helpfrm.cpp:147 +msgid "&Help" +msgstr "&Aduya" + +#: ../include/wx/richmsgdlg.h:30 +msgid "&Hide details" +msgstr "&Amagar os detalles" + +#: ../src/common/stockitem.cpp:164 +msgid "&Home" +msgstr "&Inicio" + +#: ../src/richtext/richtextindentspage.cpp:184 +#: ../src/richtext/richtextliststylepage.cpp:372 +msgid "&Indentation (tenths of a mm)" +msgstr "&Escalonau (decenas de mm)" + +#: ../src/richtext/richtextindentspage.cpp:167 +#: ../src/richtext/richtextliststylepage.cpp:356 +msgid "&Indeterminate" +msgstr "&Indeterminau" + +#: ../src/common/stockitem.cpp:166 +msgid "&Index" +msgstr "Ind&iz" + +#: ../src/common/stockitem.cpp:167 +msgid "&Info" +msgstr "&Información" + +#: ../src/common/stockitem.cpp:168 +msgid "&Italic" +msgstr "Curs&iva" + +#: ../src/common/stockitem.cpp:169 +msgid "&Jump to" +msgstr "&Blincar ta" + +#: ../src/richtext/richtextindentspage.cpp:153 +#: ../src/richtext/richtextliststylepage.cpp:342 +msgid "&Justified" +msgstr "&Chustificau" + +#: ../src/common/stockitem.cpp:174 +msgid "&Last" +msgstr "&Zaguer" + +#: ../src/richtext/richtextindentspage.cpp:139 +#: ../src/richtext/richtextliststylepage.cpp:328 +msgid "&Left" +msgstr "&Cucha" + +#: ../src/richtext/richtextindentspage.cpp:195 +#: ../src/richtext/richtextborderspage.cpp:241 +#: ../src/richtext/richtextborderspage.cpp:410 +#: ../src/richtext/richtextliststylepage.cpp:381 +#: ../src/richtext/richtextmarginspage.cpp:187 +#: ../src/richtext/richtextmarginspage.cpp:301 +#: ../src/richtext/richtextsizepage.cpp:532 +#: ../src/richtext/richtextsizepage.cpp:539 +msgid "&Left:" +msgstr "&Cucha:" + +#: ../src/richtext/richtextliststylepage.cpp:183 +msgid "&List level:" +msgstr "Libel de &Lista:" + +#: ../src/generic/logg.cpp:523 +msgid "&Log" +msgstr "&Rechistro" + +#: ../src/univ/themes/win32.cpp:3748 +msgid "&Move" +msgstr "&Mover" + +#: ../src/richtext/richtextsizepage.cpp:672 +msgid "&Move the object to:" +msgstr "&Mover l'obecto ta:" + +#: ../src/common/stockitem.cpp:175 +msgid "&Network" +msgstr "&Ret" + +#: ../src/richtext/richtexttabspage.cpp:136 ../src/common/stockitem.cpp:176 +msgid "&New" +msgstr "&Nuevo" + +#: ../src/aui/tabmdi.cpp:111 ../src/generic/mdig.cpp:100 +#: ../src/msw/mdi.cpp:176 +msgid "&Next" +msgstr "&Siguient" + +#: ../src/generic/wizard.cpp:431 ../src/generic/wizard.cpp:626 +msgid "&Next >" +msgstr "&Siguient >" + +#: ../src/richtext/richtextsizepage.cpp:681 +msgid "&Next Paragraph" +msgstr "&Siguient paragrafo" + +#: ../src/generic/tipdlg.cpp:276 +msgid "&Next Tip" +msgstr "&Siguient Sucherencia" + +#: ../src/richtext/richtextstylepage.cpp:123 +msgid "&Next style:" +msgstr "&Siguient estilo:" + +#: ../src/common/stockitem.cpp:177 ../src/msw/msgdlg.cpp:476 +msgid "&No" +msgstr "&No" + +#: ../src/generic/dbgrptg.cpp:356 +msgid "&Notes:" +msgstr "&Notas:" + +#: ../src/richtext/richtextbulletspage.cpp:264 +msgid "&Number:" +msgstr "&Numero:" + +#: ../src/generic/fontdlgg.cpp:475 ../src/generic/fontdlgg.cpp:482 +#: ../src/osx/carbon/fontdlg.cpp:578 ../src/common/stockitem.cpp:178 +msgid "&OK" +msgstr "&Acceptar" + +#: ../src/generic/dbgrptg.cpp:342 ../src/common/stockitem.cpp:179 +#: ../src/html/helpfrm.cpp:137 +msgid "&Open..." +msgstr "U&brir..." + +#: ../src/richtext/richtextindentspage.cpp:222 +msgid "&Outline level:" +msgstr "Libel d'&esquema:" + +#: ../src/richtext/richtextindentspage.cpp:293 +msgid "&Page Break" +msgstr "Blinco de &pachina" + +#: ../src/richtext/richtextctrl.cpp:333 ../src/osx/textctrl_osx.cpp:584 +#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2336 +msgid "&Paste" +msgstr "&Apegar" + +#: ../include/wx/richtext/richtextbuffer.h:4705 +msgid "&Picture" +msgstr "&Imachen" + +#: ../src/generic/fontdlgg.cpp:422 +msgid "&Point size:" +msgstr "Grandaria de &punto:" + +#: ../src/richtext/richtexttabspage.cpp:114 +msgid "&Position (tenths of a mm):" +msgstr "&Posición (decenas de mm):" + +#: ../src/richtext/richtextsizepage.cpp:514 +msgid "&Position mode:" +msgstr "Modo de &posición:" + +#: ../src/common/stockitem.cpp:181 +msgid "&Preferences" +msgstr "&Preferencias" + +#: ../src/aui/tabmdi.cpp:112 ../src/generic/mdig.cpp:101 +#: ../src/msw/mdi.cpp:177 +msgid "&Previous" +msgstr "&Anterior" + +#: ../src/richtext/richtextsizepage.cpp:675 +msgid "&Previous Paragraph" +msgstr "Anterior ¶grafo" + +#: ../src/common/stockitem.cpp:183 +msgid "&Print..." +msgstr "Im&prentar..." + +#: ../src/richtext/richtextctrl.cpp:338 ../src/richtext/richtextctrl.cpp:5054 +#: ../src/common/stockitem.cpp:184 +msgid "&Properties" +msgstr "&Propiedatz" + +#: ../src/common/stockitem.cpp:156 +msgid "&Quit" +msgstr "&Salir" + +#: ../src/richtext/richtextctrl.cpp:329 ../src/osx/textctrl_osx.cpp:580 +#: ../src/common/stockitem.cpp:185 ../src/common/cmdproc.cpp:293 +#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2332 +msgid "&Redo" +msgstr "&Refer" + +#: ../src/common/cmdproc.cpp:289 ../src/common/cmdproc.cpp:309 +msgid "&Redo " +msgstr "&Refer " + +#: ../src/richtext/richtextstyledlg.cpp:257 +msgid "&Rename Style..." +msgstr "&Renombrar o Estilo..." + +#: ../src/generic/fdrepdlg.cpp:179 +msgid "&Replace" +msgstr "&Substituir" + +#: ../src/richtext/richtextstyledlg.cpp:287 +msgid "&Restart numbering" +msgstr "&Rempecipiar a numeración" + +#: ../src/univ/themes/win32.cpp:3747 +msgid "&Restore" +msgstr "&Restaurar" + +#: ../src/richtext/richtextindentspage.cpp:146 +#: ../src/richtext/richtextliststylepage.cpp:335 +msgid "&Right" +msgstr "&Dreita" + +#: ../src/richtext/richtextindentspage.cpp:213 +#: ../src/richtext/richtextborderspage.cpp:275 +#: ../src/richtext/richtextborderspage.cpp:444 +#: ../src/richtext/richtextliststylepage.cpp:399 +#: ../src/richtext/richtextmarginspage.cpp:212 +#: ../src/richtext/richtextmarginspage.cpp:326 +#: ../src/richtext/richtextsizepage.cpp:602 +#: ../src/richtext/richtextsizepage.cpp:609 +msgid "&Right:" +msgstr "&Dreita:" + +#: ../src/common/stockitem.cpp:190 +msgid "&Save" +msgstr "&Alzar" + +#: ../src/common/stockitem.cpp:191 +msgid "&Save as" +msgstr "&Alzar como" + +#: ../include/wx/richmsgdlg.h:29 +msgid "&See details" +msgstr "&Veyer os detalles" + +#: ../src/generic/tipdlg.cpp:270 +msgid "&Show tips at startup" +msgstr "&Amostrar as sucherencias a l'inicio" + +#: ../src/univ/themes/win32.cpp:3750 +msgid "&Size" +msgstr "&Grandaria" + +#: ../src/richtext/richtextfontpage.cpp:168 +msgid "&Size:" +msgstr "&Grandaria:" + +#: ../src/generic/progdlgg.cpp:282 +msgid "&Skip" +msgstr "&Privar" + +#: ../src/richtext/richtextindentspage.cpp:242 +#: ../src/richtext/richtextliststylepage.cpp:417 +msgid "&Spacing (tenths of a mm)" +msgstr "&Espaciau (decenas de mm)" + +#: ../src/common/stockitem.cpp:197 +msgid "&Spell Check" +msgstr "&Revisar ortografía" + +#: ../src/common/stockitem.cpp:198 +msgid "&Stop" +msgstr "&Aturar" + +#: ../src/richtext/richtextfontpage.cpp:284 ../src/common/stockitem.cpp:199 +msgid "&Strikethrough" +msgstr "&Rayau" + +#: ../src/generic/fontdlgg.cpp:382 ../src/richtext/richtextstylepage.cpp:104 +msgid "&Style:" +msgstr "E&stilo:" + +#: ../src/richtext/richtextstyledlg.cpp:198 +msgid "&Styles:" +msgstr "E&stilos:" + +#: ../src/richtext/richtextsymboldlg.cpp:413 +msgid "&Subset:" +msgstr "&Subconchunto:" + +#: ../src/richtext/richtextliststylepage.cpp:268 +#: ../src/richtext/richtextbulletspage.cpp:222 +msgid "&Symbol:" +msgstr "&Simbolo:" + +#: ../src/richtext/richtextborderspage.cpp:379 +#: ../src/richtext/richtextborderspage.cpp:548 +msgid "&Synchronize values" +msgstr "" + +#: ../include/wx/richtext/richtextbuffer.h:5733 +msgid "&Table" +msgstr "&Tabla" + +#: ../src/common/stockitem.cpp:200 +msgid "&Top" +msgstr "&Superior" + +#: ../src/richtext/richtextborderspage.cpp:309 +#: ../src/richtext/richtextborderspage.cpp:478 +#: ../src/richtext/richtextmarginspage.cpp:235 +#: ../src/richtext/richtextmarginspage.cpp:349 +#: ../src/richtext/richtextsizepage.cpp:567 +#: ../src/richtext/richtextsizepage.cpp:574 +msgid "&Top:" +msgstr "&Superior:" + +#: ../src/generic/fontdlgg.cpp:444 ../src/common/stockitem.cpp:202 +msgid "&Underline" +msgstr "S&ubrayau" + +#: ../src/richtext/richtextfontpage.cpp:243 +msgid "&Underlining:" +msgstr "S&ubrayau:" + +#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:579 +#: ../src/common/stockitem.cpp:203 ../src/common/cmdproc.cpp:271 +#: ../src/msw/textctrl.cpp:2331 +msgid "&Undo" +msgstr "&Desfer" + +#: ../src/common/cmdproc.cpp:265 +msgid "&Undo " +msgstr "&Desfer " + +#: ../src/common/stockitem.cpp:204 +msgid "&Unindent" +msgstr "&No escalonau" + +#: ../src/common/stockitem.cpp:205 +msgid "&Up" +msgstr "&Alto" + +#: ../src/richtext/richtextsizepage.cpp:278 +msgid "&Vertical alignment:" +msgstr "Aliniación &vertical:" + +#: ../src/generic/dbgrptg.cpp:340 +msgid "&View..." +msgstr "An&vista..." + +#: ../src/generic/fontdlgg.cpp:393 +msgid "&Weight:" +msgstr "&Peso:" + +#: ../src/richtext/richtextsizepage.cpp:317 +#: ../src/richtext/richtextsizepage.cpp:324 +msgid "&Width:" +msgstr "&Amplaria:" + +#: ../src/aui/tabmdi.cpp:311 ../src/aui/tabmdi.cpp:327 +#: ../src/aui/tabmdi.cpp:329 ../src/generic/mdig.cpp:294 +#: ../src/generic/mdig.cpp:310 ../src/generic/mdig.cpp:314 +#: ../src/msw/mdi.cpp:77 +msgid "&Window" +msgstr "&Finestra" + +#: ../src/common/stockitem.cpp:206 ../src/msw/msgdlg.cpp:476 +msgid "&Yes" +msgstr "&Sí" + +#: ../src/common/config.cpp:523 ../src/msw/regconf.cpp:258 +#, c-format +msgid "'%s' has extra '..', ignored." +msgstr "'%s' tien bell '..' adicional, será ignorau." + +#: ../src/common/valtext.cpp:165 ../src/common/valtext.cpp:167 +#: ../src/common/valtext.cpp:254 ../src/common/valtext.cpp:256 +#, c-format +msgid "'%s' is invalid" +msgstr "'%s' ye invaliu" + +#: ../src/common/cmdline.cpp:948 ../src/common/cmdline.cpp:966 +#, c-format +msgid "'%s' is not a correct numeric value for option '%s'." +msgstr "'%s' no ye una valor numerica correcta ta lo parametro '%s'." + +#: ../src/common/translation.cpp:1086 +#, c-format +msgid "'%s' is not a valid message catalog." +msgstr "'%s' no ye un catalogo de mensaches valiu." + +#: ../src/common/textbuf.cpp:239 +#, c-format +msgid "'%s' is probably a binary buffer." +msgstr "'%s' ye prebablement un fichero binario." + +#: ../src/common/valtext.cpp:252 +#, c-format +msgid "'%s' should be numeric." +msgstr "'%s' ha d'estar numerico." + +#: ../src/common/valtext.cpp:244 +#, c-format +msgid "'%s' should only contain ASCII characters." +msgstr "'%s' debe contener nomás caracters ASCII." + +#: ../src/common/valtext.cpp:246 +#, c-format +msgid "'%s' should only contain alphabetic characters." +msgstr "'%s' debe contener nomás caracters alfabeticos." + +#: ../src/common/valtext.cpp:248 +#, c-format +msgid "'%s' should only contain alphabetic or numeric characters." +msgstr "'%s' ha de contener nomás caracters alfanumericos." + +#: ../src/common/valtext.cpp:250 +#, c-format +msgid "'%s' should only contain digits." +msgstr "'%s' debe contener nomás numeros." + +#: ../src/richtext/richtextliststylepage.cpp:229 +#: ../src/richtext/richtextbulletspage.cpp:179 +msgid "(*)" +msgstr "(*)" + +#: ../src/html/helpwnd.cpp:976 +msgid "(Help)" +msgstr "(Aduya)" + +#: ../src/richtext/richtextliststylepage.cpp:481 +#: ../src/richtext/richtextbulletspage.cpp:286 +msgid "(None)" +msgstr "(Garra)" + +#: ../src/richtext/richtextsymboldlg.cpp:504 +msgid "(Normal text)" +msgstr "(Texto normal)" + +#: ../src/html/helpwnd.cpp:426 ../src/html/helpwnd.cpp:1119 +#: ../src/html/helpwnd.cpp:1745 +msgid "(bookmarks)" +msgstr "(marcapachinas)" + +#: ../src/richtext/richtextindentspage.cpp:274 +#: ../src/richtext/richtextindentspage.cpp:286 +#: ../src/richtext/richtextindentspage.cpp:287 +#: ../src/richtext/richtextindentspage.cpp:311 +#: ../src/richtext/richtextindentspage.cpp:326 +#: ../src/richtext/richtextformatdlg.cpp:867 +#: ../src/richtext/richtextfontpage.cpp:331 +#: ../src/richtext/richtextfontpage.cpp:335 +#: ../src/richtext/richtextfontpage.cpp:339 +#: ../src/richtext/richtextliststylepage.cpp:448 +#: ../src/richtext/richtextliststylepage.cpp:460 +#: ../src/richtext/richtextliststylepage.cpp:461 +msgid "(none)" +msgstr "(garra)" + +#: ../src/richtext/richtextliststylepage.cpp:492 +#: ../src/richtext/richtextbulletspage.cpp:297 +msgid "*" +msgstr "*" + +#: ../src/richtext/richtextliststylepage.cpp:236 +#: ../src/richtext/richtextbulletspage.cpp:186 +msgid "*)" +msgstr "*)" + +#: ../src/richtext/richtextliststylepage.cpp:495 +#: ../src/richtext/richtextbulletspage.cpp:300 +msgid "+" +msgstr "+" + +#: ../src/msw/utils.cpp:1336 +msgid ", 64-bit edition" +msgstr ", edición de 64 bits" + +#: ../src/richtext/richtextliststylepage.cpp:493 +#: ../src/richtext/richtextbulletspage.cpp:298 +msgid "-" +msgstr "-" + +#: ../src/generic/filepickerg.cpp:66 +msgid "..." +msgstr "..." + +#: ../src/richtext/richtextindentspage.cpp:276 +#: ../src/richtext/richtextliststylepage.cpp:450 +msgid "1.1" +msgstr "1.1" + +#: ../src/richtext/richtextindentspage.cpp:277 +#: ../src/richtext/richtextliststylepage.cpp:451 +msgid "1.2" +msgstr "1.2" + +#: ../src/richtext/richtextindentspage.cpp:278 +#: ../src/richtext/richtextliststylepage.cpp:452 +msgid "1.3" +msgstr "1.3" + +#: ../src/richtext/richtextindentspage.cpp:279 +#: ../src/richtext/richtextliststylepage.cpp:453 +msgid "1.4" +msgstr "1.4" + +#: ../src/richtext/richtextindentspage.cpp:280 +#: ../src/richtext/richtextliststylepage.cpp:454 +msgid "1.5" +msgstr "1.5" + +#: ../src/richtext/richtextindentspage.cpp:281 +#: ../src/richtext/richtextliststylepage.cpp:455 +msgid "1.6" +msgstr "1.6" + +#: ../src/richtext/richtextindentspage.cpp:282 +#: ../src/richtext/richtextliststylepage.cpp:456 +msgid "1.7" +msgstr "1.7" + +#: ../src/richtext/richtextindentspage.cpp:283 +#: ../src/richtext/richtextliststylepage.cpp:457 +msgid "1.8" +msgstr "1.8" + +#: ../src/richtext/richtextindentspage.cpp:284 +#: ../src/richtext/richtextliststylepage.cpp:458 +msgid "1.9" +msgstr "1.9" + +#: ../src/common/paper.cpp:141 +msgid "10 x 11 in" +msgstr "10 x 11 in" + +#: ../src/common/paper.cpp:114 +msgid "10 x 14 in" +msgstr "10 x 14 in" + +#: ../src/common/paper.cpp:115 +msgid "11 x 17 in" +msgstr "11 x 17 in" + +#: ../src/common/paper.cpp:185 +msgid "12 x 11 in" +msgstr "12 x 11 in" + +#: ../src/common/paper.cpp:142 +msgid "15 x 11 in" +msgstr "15 x 11 in" + +#: ../src/richtext/richtextindentspage.cpp:285 +#: ../src/richtext/richtextliststylepage.cpp:459 +msgid "2" +msgstr "2" + +#: ../src/common/paper.cpp:133 +msgid "6 3/4 Envelope, 3 5/8 x 6 1/2 in" +msgstr "Sobre 6 3/4, 3 5/8 x 6 1/2 in" + +#: ../src/common/paper.cpp:140 +msgid "9 x 11 in" +msgstr "9 x 11 in" + +#: ../src/html/htmprint.cpp:431 +msgid ": file does not exist!" +msgstr ": o fichero no existe!" + +#: ../src/common/fontmap.cpp:199 +msgid ": unknown charset" +msgstr ": conchunto de caracters desconoixiu" + +#: ../src/common/fontmap.cpp:413 +msgid ": unknown encoding" +msgstr ": codificación desconoixida" + +#: ../src/generic/wizard.cpp:437 +msgid "< &Back" +msgstr "< &Dezaga" + +#: ../src/osx/carbon/fontdlg.cpp:592 ../src/osx/carbon/fontdlg.cpp:799 +#: ../src/osx/carbon/fontdlg.cpp:819 +msgid "" +msgstr "" + +#: ../src/osx/carbon/fontdlg.cpp:593 ../src/osx/carbon/fontdlg.cpp:801 +#: ../src/osx/carbon/fontdlg.cpp:821 +msgid "" +msgstr "" + +#: ../src/osx/carbon/fontdlg.cpp:591 ../src/osx/carbon/fontdlg.cpp:797 +#: ../src/osx/carbon/fontdlg.cpp:817 +msgid "" +msgstr "" + +#: ../src/osx/carbon/fontdlg.cpp:594 ../src/osx/carbon/fontdlg.cpp:803 +#: ../src/osx/carbon/fontdlg.cpp:823 +msgid "" +msgstr "" + +#: ../src/osx/carbon/fontdlg.cpp:595 ../src/osx/carbon/fontdlg.cpp:808 +#: ../src/osx/carbon/fontdlg.cpp:827 +msgid "" +msgstr "" + +#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:805 +#: ../src/osx/carbon/fontdlg.cpp:825 +msgid "" +msgstr "" + +#: ../src/osx/carbon/fontdlg.cpp:590 +msgid "" +msgstr "" + +#: ../src/generic/filectrlg.cpp:286 ../src/generic/filectrlg.cpp:309 +msgid "" +msgstr "" + +#: ../src/generic/filectrlg.cpp:290 ../src/generic/filectrlg.cpp:313 +msgid "" +msgstr "" + +#: ../src/generic/filectrlg.cpp:288 ../src/generic/filectrlg.cpp:311 +msgid "" +msgstr "" + +#: ../src/html/helpwnd.cpp:1279 +msgid "Bold italic face.
    " +msgstr "Negreta cursiva.
    " + +#: ../src/html/helpwnd.cpp:1283 +msgid "bold italic underlined
    " +msgstr "negreta cursiva subrayada
    " + +#: ../src/html/helpwnd.cpp:1278 +msgid "Bold face. " +msgstr "Negreta. " + +#: ../src/html/helpwnd.cpp:1277 +msgid "Italic face. " +msgstr "Cursiva. " + +#: ../src/richtext/richtextliststylepage.cpp:494 +#: ../src/richtext/richtextbulletspage.cpp:299 +msgid ">" +msgstr ">" + +#: ../src/generic/dbgrptg.cpp:318 +msgid "A debug report has been generated in the directory\n" +msgstr "S'ha chenerau un reporte de depuración en o directorio\n" + +#: ../src/common/debugrpt.cpp:578 +msgid "A debug report has been generated. It can be found in" +msgstr "S'ha chenerau un reporte de depuración. Se puet trobar en" + +#: ../src/common/xtixml.cpp:418 +msgid "A non empty collection must consist of 'element' nodes" +msgstr "Una colección no vueda ha de consistir en nodos d'a clase 'elemento'" + +#: ../src/richtext/richtextliststylepage.cpp:304 +#: ../src/richtext/richtextliststylepage.cpp:306 +#: ../src/richtext/richtextbulletspage.cpp:257 +#: ../src/richtext/richtextbulletspage.cpp:259 +msgid "A standard bullet name." +msgstr "Un nombre de vinyeta estandar." + +#: ../src/common/paper.cpp:218 +msgid "A0 sheet, 841 x 1189 mm" +msgstr "Fuella A0, 841 x 1189 mm" + +#: ../src/common/paper.cpp:219 +msgid "A1 sheet, 594 x 841 mm" +msgstr "Fuella A1, 594 x 841 mm" + +#: ../src/common/paper.cpp:160 +msgid "A2 420 x 594 mm" +msgstr "A2 420 x 594 mm" + +#: ../src/common/paper.cpp:157 +msgid "A3 Extra 322 x 445 mm" +msgstr "A3 Extra 322 x 445 mm" + +#: ../src/common/paper.cpp:162 +msgid "A3 Extra Transverse 322 x 445 mm" +msgstr "A3 Extra Transversal 322 x 445 mm" + +#: ../src/common/paper.cpp:171 +msgid "A3 Rotated 420 x 297 mm" +msgstr "A3 Chirada 420 x 297 mm" + +#: ../src/common/paper.cpp:161 +msgid "A3 Transverse 297 x 420 mm" +msgstr "A3 Transversal 297 x 420 mm" + +#: ../src/common/paper.cpp:107 +msgid "A3 sheet, 297 x 420 mm" +msgstr "Fuella A3, 297 x 420 mm" + +#: ../src/common/paper.cpp:147 +msgid "A4 Extra 9.27 x 12.69 in" +msgstr "A4 Extra 9.27 x 12.69 in" + +#: ../src/common/paper.cpp:154 +msgid "A4 Plus 210 x 330 mm" +msgstr "A4 Plus 210 x 330 mm" + +#: ../src/common/paper.cpp:172 +msgid "A4 Rotated 297 x 210 mm" +msgstr "A4 Chirada 297 x 210 mm" + +#: ../src/common/paper.cpp:149 +msgid "A4 Transverse 210 x 297 mm" +msgstr "A4 Transversal 210 x 297 mm" + +#: ../src/common/paper.cpp:98 +msgid "A4 sheet, 210 x 297 mm" +msgstr "Fuella A4, 210 x 297 mm" + +#: ../src/common/paper.cpp:108 +msgid "A4 small sheet, 210 x 297 mm" +msgstr "Fuella chicota A4, 210 x 297 mm" + +#: ../src/common/paper.cpp:158 +msgid "A5 Extra 174 x 235 mm" +msgstr "A5 Extra 174 x 235 mm" + +#: ../src/common/paper.cpp:173 +msgid "A5 Rotated 210 x 148 mm" +msgstr "A5 Chirada 210 x 148 mm" + +#: ../src/common/paper.cpp:155 +msgid "A5 Transverse 148 x 210 mm" +msgstr "A5 Transversal 148 x 210 mm" + +#: ../src/common/paper.cpp:109 +msgid "A5 sheet, 148 x 210 mm" +msgstr "Fuella A5, 148 x 210 mm" + +#: ../src/common/paper.cpp:165 +msgid "A6 105 x 148 mm" +msgstr "A6 105 x 148 mm" + +#: ../src/common/paper.cpp:178 +msgid "A6 Rotated 148 x 105 mm" +msgstr "A6 Chirada 148 x 105 mm" + +#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:527 +#: ../src/osx/carbon/fontdlg.cpp:323 +msgid "ABCDEFGabcdefg12345" +msgstr "ABCDEFGabcdefg12345" + +#: ../src/common/accelcmn.cpp:76 +msgid "ADD" +msgstr "ADHIBIR" + +#: ../src/richtext/richtextsymboldlg.cpp:458 ../src/common/ftp.cpp:405 +msgid "ASCII" +msgstr "ASCII" + +#: ../src/common/stockitem.cpp:139 +msgid "About" +msgstr "Arredol de" + +#: ../src/generic/aboutdlgg.cpp:140 ../src/osx/menu_osx.cpp:603 +#: ../src/msw/aboutdlg.cpp:64 +#, c-format +msgid "About %s" +msgstr "Arredol de %s" + +#: ../src/osx/menu_osx.cpp:605 +#, fuzzy +msgid "About..." +msgstr "Arredol de" + +#: ../src/richtext/richtextsizepage.cpp:520 +msgid "Absolute" +msgstr "Absoluto" + +#: ../src/common/stockitem.cpp:207 +msgid "Actual Size" +msgstr "Grandaria real" + +#: ../src/common/stockitem.cpp:140 +msgid "Add" +msgstr "Adhibir" + +#: ../src/richtext/richtextbuffer.cpp:11056 +msgid "Add Column" +msgstr "Adhibir unacolumna" + +#: ../src/richtext/richtextbuffer.cpp:10993 +msgid "Add Row" +msgstr "Adhibir una ringlera" + +#: ../src/html/helpwnd.cpp:439 +msgid "Add current page to bookmarks" +msgstr "Adhibir a pachina actual a los marcapachinas" + +#: ../src/generic/colrdlgg.cpp:283 +msgid "Add to custom colours" +msgstr "Adhibir a las colors personalizadas" + +#: ../include/wx/xtiprop.h:259 +msgid "AddToPropertyCollection called on a generic accessor" +msgstr "S'ha clamau a AddToPropertyCollection sobre un accedente chenerico" + +#: ../include/wx/xtiprop.h:197 +msgid "AddToPropertyCollection called w/o valid adder" +msgstr "S'ha clamau a AddToPropertyCollection sin un adhibidor valiu" + +#: ../src/html/helpctrl.cpp:159 +#, c-format +msgid "Adding book %s" +msgstr "Adhibindo lo libro %s" + +#: ../src/osx/carbon/dataview.cpp:1931 +msgid "Adding flavor TEXT failed" +msgstr "S'ha produciu una error en adhibir a decoración de texto" + +#: ../src/osx/carbon/dataview.cpp:1952 +msgid "Adding flavor utxt failed" +msgstr "S'ha produciu una error en adhibir a decoración de utxt" + +#: ../src/common/preferencescmn.cpp:41 +msgid "Advanced" +msgstr "Abanzau" + +#: ../src/richtext/richtextliststylepage.cpp:435 +msgid "After a paragraph:" +msgstr "Dimpués d'un paragrafo:" + +#: ../src/common/stockitem.cpp:172 +msgid "Align Left" +msgstr "Aliniar a la cucha" + +#: ../src/common/stockitem.cpp:173 +msgid "Align Right" +msgstr "Aliniar a la dreita" + +#: ../src/richtext/richtextsizepage.cpp:266 +msgid "Alignment" +msgstr "Aliniación" + +#: ../src/generic/prntdlgg.cpp:215 +msgid "All" +msgstr "Tot" + +#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:107 +#, c-format +msgid "All files (%s)|%s" +msgstr "Totz os fichers (%s)|%s" + +#: ../include/wx/defs.h:2933 +msgid "All files (*)|*" +msgstr "Totz os fichers (*)|*" + +#: ../include/wx/defs.h:2930 +msgid "All files (*.*)|*.*" +msgstr "Totz os fichers (*.*)|*" + +#: ../src/richtext/richtextstyles.cpp:1057 +msgid "All styles" +msgstr "Totz os estilos" + +#: ../src/propgrid/manager.cpp:1496 +msgid "Alphabetic Mode" +msgstr "Modo alfabetico" + +#: ../src/common/xtistrm.cpp:429 +msgid "Already Registered Object passed to SetObjectClassInfo" +msgstr "S'ha pasau un Obchecto Ya Rechistrau a SetObjectClassInfo" + +#: ../src/unix/dialup.cpp:353 +msgid "Already dialling ISP." +msgstr "Ya se ye gritando a l'ISP." + +#: ../src/common/accelcmn.cpp:320 ../src/univ/themes/win32.cpp:3756 +msgid "Alt+" +msgstr "Alt+" + +#: ../src/common/debugrpt.cpp:581 +msgid "And includes the following files:\n" +msgstr "Y incluye os siguients fichers:\n" + +#: ../src/generic/animateg.cpp:162 +#, c-format +msgid "Animation file is not of type %ld." +msgstr "O fichero d'animación no ye de tipo %ld." + +#: ../src/generic/logg.cpp:1034 +#, c-format +msgid "Append log to file '%s' (choosing [No] will overwrite it)?" +msgstr "" +"Adhibir o rechistro a lo fichero '%s'? (si triga [No] se sobrescribirá o " +"fichero)" + +#: ../src/osx/menu_osx.cpp:623 ../src/osx/menu_osx.cpp:631 +msgid "Application" +msgstr "Aplicación" + +#: ../src/common/stockitem.cpp:141 +msgid "Apply" +msgstr "Aplicar" + +#: ../src/richtext/richtextliststylepage.cpp:482 +#: ../src/richtext/richtextbulletspage.cpp:287 +msgid "Arabic" +msgstr "Arabe" + +#: ../src/common/fmapbase.cpp:153 +msgid "Arabic (ISO-8859-6)" +msgstr "Arabe (ISO-8859-6)" + +#: ../src/msw/ole/automtn.cpp:675 +#, c-format +msgid "Argument %u not found." +msgstr "No s'ha trobau l'argumento %u." + +#: ../src/generic/aboutdlgg.cpp:184 +msgid "Artists" +msgstr "Artistas" + +#: ../src/common/stockitem.cpp:195 +msgid "Ascending" +msgstr "Ascendent" + +#: ../src/generic/filectrlg.cpp:468 +msgid "Attributes" +msgstr "Atributos" + +#: ../src/richtext/richtextliststylepage.cpp:294 +#: ../src/richtext/richtextbulletspage.cpp:245 +#: ../src/richtext/richtextbulletspage.cpp:247 +msgid "Available fonts." +msgstr "Fuents disponibles." + +#: ../src/common/paper.cpp:138 +msgid "B4 (ISO) 250 x 353 mm" +msgstr "B4 (ISO) 250 x 353 mm" + +#: ../src/common/paper.cpp:174 +msgid "B4 (JIS) Rotated 364 x 257 mm" +msgstr "B4 (JIS) Chirada 364 x 257 mm" + +#: ../src/common/paper.cpp:128 +msgid "B4 Envelope, 250 x 353 mm" +msgstr "Sobre B4, 250 x 353 mm" + +#: ../src/common/paper.cpp:110 +msgid "B4 sheet, 250 x 354 mm" +msgstr "Fuella B4, 250 x 354 mm" + +#: ../src/common/paper.cpp:159 +msgid "B5 (ISO) Extra 201 x 276 mm" +msgstr "B5 (ISO) Extra 201 x 276 mm" + +#: ../src/common/paper.cpp:175 +msgid "B5 (JIS) Rotated 257 x 182 mm" +msgstr "B5 (JIS) Chirada 257 x 182 mm" + +#: ../src/common/paper.cpp:156 +msgid "B5 (JIS) Transverse 182 x 257 mm" +msgstr "B5 (JIS) Transversal 182 x 257 mm" + +#: ../src/common/paper.cpp:129 +msgid "B5 Envelope, 176 x 250 mm" +msgstr "Sobre B5, 176 x 250 mm" + +#: ../src/common/paper.cpp:111 +msgid "B5 sheet, 182 x 257 millimeter" +msgstr "Fuella B5, 182 x 257 mm" + +#: ../src/common/paper.cpp:183 +msgid "B6 (JIS) 128 x 182 mm" +msgstr "B6 (JIS) 128 x 182 mm" + +#: ../src/common/paper.cpp:184 +msgid "B6 (JIS) Rotated 182 x 128 mm" +msgstr "B6 (JIS) Chirada 182 x 128 mm" + +#: ../src/common/paper.cpp:130 +msgid "B6 Envelope, 176 x 125 mm" +msgstr "Sobre B6, 176 x 125 mm" + +#: ../src/common/accelcmn.cpp:49 +msgid "BACK" +msgstr "DEZAGA" + +#: ../src/common/imagbmp.cpp:523 ../src/common/imagbmp.cpp:553 +#: ../src/common/imagbmp.cpp:568 +msgid "BMP: Couldn't allocate memory." +msgstr "BMP: No s'ha puesto reservar memoria." + +#: ../src/common/imagbmp.cpp:97 +msgid "BMP: Couldn't save invalid image." +msgstr "BMP: No s'ha puesto alzar a imachen no valida." + +#: ../src/common/imagbmp.cpp:338 +msgid "BMP: Couldn't write RGB color map." +msgstr "BMP: No s'ha puesto escribir o mapa de color RGB." + +#: ../src/common/imagbmp.cpp:473 +msgid "BMP: Couldn't write data." +msgstr "BMP: No s'han puesto escribir datos." + +#: ../src/common/imagbmp.cpp:239 +msgid "BMP: Couldn't write the file (Bitmap) header." +msgstr "BMP: No s'ha puesto escribir o capitero (Bitmap) d'o fichero." + +#: ../src/common/imagbmp.cpp:262 +msgid "BMP: Couldn't write the file (BitmapInfo) header." +msgstr "BMP: No s'ha puesto escribir o capitero (BitmapInfo) d'o fichero." + +#: ../src/common/imagbmp.cpp:133 +msgid "BMP: wxImage doesn't have own wxPalette." +msgstr "BMP: wxImage no tien a suya propia wxPalette." + +#: ../src/common/stockitem.cpp:142 +msgid "Back" +msgstr "Dezaga" + +#: ../src/richtext/richtextbackgroundpage.cpp:119 +#: ../src/richtext/richtextformatdlg.cpp:375 +msgid "Background" +msgstr "Fondo" + +#: ../src/richtext/richtextbackgroundpage.cpp:131 +msgid "Background &colour:" +msgstr "&Color de fondo:" + +#: ../src/osx/carbon/fontdlg.cpp:390 +msgid "Background colour" +msgstr "Color de fondo" + +#: ../src/common/fmapbase.cpp:160 +msgid "Baltic (ISO-8859-13)" +msgstr "Baltico (ISO-8859-13)" + +#: ../src/common/fmapbase.cpp:151 +msgid "Baltic (old) (ISO-8859-4)" +msgstr "Baltico (antigo) (ISO-8859-4)" + +#: ../src/richtext/richtextliststylepage.cpp:426 +msgid "Before a paragraph:" +msgstr "Antis d'un paragrafo:" + +#: ../src/richtext/richtextliststylepage.cpp:489 +#: ../src/richtext/richtextbulletspage.cpp:294 +msgid "Bitmap" +msgstr "Mapa de bits" + +#: ../src/osx/carbon/dataview.cpp:2394 +msgid "Bitmap renderer cannot render value; value type: " +msgstr "" +"O renderizador d'o mapa de bits no puet renderizar a valor; tipo de valura: " + +#: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:337 +#: ../src/osx/carbon/fontdlg.cpp:524 ../src/common/stockitem.cpp:143 +msgid "Bold" +msgstr "Negreta" + +#: ../src/richtext/richtextborderspage.cpp:228 +#: ../src/richtext/richtextborderspage.cpp:386 +msgid "Border" +msgstr "Canto" + +#: ../src/richtext/richtextformatdlg.cpp:369 +msgid "Borders" +msgstr "Cantos" + +#: ../src/richtext/richtextsizepage.cpp:288 ../src/common/stockitem.cpp:144 +msgid "Bottom" +msgstr "Inferior" + +#: ../src/generic/prntdlgg.cpp:893 +msgid "Bottom margin (mm):" +msgstr "Marguin inferior (mm):" + +#: ../src/richtext/richtextbuffer.cpp:9026 +msgid "Box Properties" +msgstr "Propiedatz d'a caixa" + +#: ../src/richtext/richtextstyles.cpp:1061 +msgid "Box styles" +msgstr "Estilos de caixa" + +#: ../src/common/filepickercmn.cpp:43 ../src/common/filepickercmn.cpp:44 +msgid "Browse" +msgstr "Examinar" + +#: ../src/richtext/richtextliststylepage.cpp:245 +#: ../src/richtext/richtextbulletspage.cpp:195 +msgid "Bullet &Alignment:" +msgstr "&Aliniación de vinyeta:" + +#: ../src/richtext/richtextliststylepage.cpp:309 +msgid "Bullet style" +msgstr "Estilo de vinyeta" + +#: ../src/richtext/richtextformatdlg.cpp:343 +msgid "Bullets" +msgstr "Vinyetas" + +#: ../src/common/paper.cpp:99 +msgid "C sheet, 17 x 22 in" +msgstr "Fuella C, 17 x 22 in" + +#: ../src/generic/logg.cpp:520 +msgid "C&lear" +msgstr "&Limpiar" + +#: ../src/generic/fontdlgg.cpp:406 +msgid "C&olour:" +msgstr "C&olor:" + +#: ../src/common/paper.cpp:124 +msgid "C3 Envelope, 324 x 458 mm" +msgstr "Sobre C3, 324 x 458 mm" + +#: ../src/common/paper.cpp:125 +msgid "C4 Envelope, 229 x 324 mm" +msgstr "Sobre C4, 229 x 324 mm" + +#: ../src/common/paper.cpp:123 +msgid "C5 Envelope, 162 x 229 mm" +msgstr "Sobre C5, 162 x 229 mm" + +#: ../src/common/paper.cpp:126 +msgid "C6 Envelope, 114 x 162 mm" +msgstr "Sobre C6, 114 x 162 mm" + +#: ../src/common/paper.cpp:127 +msgid "C65 Envelope, 114 x 229 mm" +msgstr "Sobre C65, 114 x 229 mm" + +#: ../src/common/accelcmn.cpp:66 +msgid "CANCEL" +msgstr "CANCELAR" + +#: ../src/common/accelcmn.cpp:70 +msgid "CAPITAL" +msgstr "MAYUSCLAS" + +#: ../src/common/stockitem.cpp:146 +msgid "CD-Rom" +msgstr "CD-Rom" + +#: ../src/html/chm.cpp:815 ../src/html/chm.cpp:874 +msgid "CHM handler currently supports only local files!" +msgstr "O maniador CHM actualment nomás permite fichers locals!" + +#: ../src/common/accelcmn.cpp:67 +msgid "CLEAR" +msgstr "ESBORRAR" + +#: ../src/common/accelcmn.cpp:111 +msgid "COMMAND" +msgstr "COMANDO" + +#: ../src/richtext/richtextfontpage.cpp:291 +msgid "Ca&pitals" +msgstr "&Mayusclas" + +#: ../src/common/cmdproc.cpp:267 +msgid "Can't &Undo " +msgstr "No se puet desfer " + +#: ../src/common/image.cpp:2686 +msgid "Can't automatically determine the image format for non-seekable input." +msgstr "" +"No se puet determinar automaticament o formato d'a imachen a causa d'una " +"dentrada no localizable." + +#: ../src/msw/registry.cpp:505 +#, c-format +msgid "Can't close registry key '%s'" +msgstr "No se puet zarrar a clau d'o rechistro '%s'" + +#: ../src/msw/registry.cpp:583 +#, c-format +msgid "Can't copy values of unsupported type %d." +msgstr "No se pueden copiar valuras d'un tipo no suportau %d." + +#: ../src/msw/registry.cpp:486 +#, c-format +msgid "Can't create registry key '%s'" +msgstr "No se puet creyar a clau d'o rechistro '%s'" + +#: ../src/msw/thread.cpp:696 ../src/os2/thread.cpp:494 +msgid "Can't create thread" +msgstr "No se puet creyar o filo d'execución" + +#: ../src/msw/window.cpp:3787 +#, c-format +msgid "Can't create window of class %s" +msgstr "No se puet creyar a finestra de clase %s" + +#: ../src/msw/registry.cpp:776 +#, c-format +msgid "Can't delete key '%s'" +msgstr "No se puet eliminar a clau '%s'" + +#: ../src/msw/iniconf.cpp:458 ../src/os2/iniconf.cpp:471 +#, c-format +msgid "Can't delete the INI file '%s'" +msgstr "No se puet elimininar o fichero INI '%s'" + +#: ../src/msw/registry.cpp:804 +#, c-format +msgid "Can't delete value '%s' from key '%s'" +msgstr "No se puet eliminar a valor '%s' d'a clau '%s'" + +#: ../src/msw/registry.cpp:1161 +#, c-format +msgid "Can't enumerate subkeys of key '%s'" +msgstr "No se pueden enumerar as subclaus d'a clau '%s'" + +#: ../src/msw/registry.cpp:1116 +#, c-format +msgid "Can't enumerate values of key '%s'" +msgstr "No se pueden enumerar as valors d'a clau '%s'" + +#: ../src/msw/registry.cpp:1379 +#, c-format +msgid "Can't export value of unsupported type %d." +msgstr "No se puet exportar una valura d'un tipo no suportau %d." + +#: ../src/common/ffile.cpp:236 +#, c-format +msgid "Can't find current position in file '%s'" +msgstr "No se puet trobar a posición actual en o fichero '%s'" + +#: ../src/msw/registry.cpp:416 +#, c-format +msgid "Can't get info about registry key '%s'" +msgstr "No s'ha puesto obtener información d'a clau d'o rechistro '%s'" + +#: ../src/common/zstream.cpp:346 +msgid "Can't initialize zlib deflate stream." +msgstr "No se puet inicializar o fluxo de compresión de zlib." + +#: ../src/common/zstream.cpp:185 +msgid "Can't initialize zlib inflate stream." +msgstr "No se puet inicializar o fluxo de descompresión de zlib." + +#: ../src/msw/fswatcher.cpp:456 +#, c-format +msgid "Can't monitor non-existent directory \"%s\" for changes." +msgstr "No se pueden monitorizar os cambeos d'o directorio no existent \"%s\"." + +#: ../src/msw/registry.cpp:452 +#, c-format +msgid "Can't open registry key '%s'" +msgstr "No se puet ubrir a clau d'o rechistro '%s'" + +#: ../src/common/zstream.cpp:252 +#, c-format +msgid "Can't read from inflate stream: %s" +msgstr "No se puet leyer dende o fluxo de descompresión %s" + +#: ../src/common/zstream.cpp:244 +msgid "Can't read inflate stream: unexpected EOF in underlying stream." +msgstr "" +"Ye imposible leyer o fluxo de descompresión: Fin de fichero inasperau en o " +"fluxo subchacent." + +#: ../src/msw/registry.cpp:1048 +#, c-format +msgid "Can't read value of '%s'" +msgstr "No se puet leyer a valor de '%s'" + +#: ../src/msw/registry.cpp:877 ../src/msw/registry.cpp:909 +#: ../src/msw/registry.cpp:971 +#, c-format +msgid "Can't read value of key '%s'" +msgstr "No se puet leyer a valor d'a clau '%s'" + +#: ../src/common/image.cpp:2483 +#, c-format +msgid "Can't save image to file '%s': unknown extension." +msgstr "" +"No se puet alzar a imachen en o fichero '%s': a extensión ye desconoixida." + +#: ../src/generic/logg.cpp:579 ../src/generic/logg.cpp:996 +msgid "Can't save log contents to file." +msgstr "No se pueden alzar os contenius d'o rechistro en un fichero." + +#: ../src/msw/thread.cpp:652 ../src/os2/thread.cpp:477 +msgid "Can't set thread priority" +msgstr "No se puet establir a prioridat d'o filo d'execución" + +#: ../src/msw/registry.cpp:895 ../src/msw/registry.cpp:939 +#: ../src/msw/registry.cpp:1065 +#, c-format +msgid "Can't set value of '%s'" +msgstr "No se puet establir a valor de '%s'" + +#: ../src/unix/utilsunx.cpp:357 +msgid "Can't write to child process's stdin" +msgstr "No se puet escribir en a dentrada estandar d'o proceso fillo" + +#: ../src/common/zstream.cpp:427 +#, c-format +msgid "Can't write to deflate stream: %s" +msgstr "No se puet escribir en o fluxo de compresión %s" + +#: ../include/wx/msgdlg.h:274 ../src/generic/dirdlgg.cpp:107 +#: ../src/richtext/richtextstyledlg.cpp:300 ../src/common/stockitem.cpp:145 +#: ../src/msw/msgdlg.cpp:489 ../src/msw/progdlg.cpp:673 +#: ../src/gtk1/fontdlg.cpp:144 ../src/motif/msgdlg.cpp:196 +msgid "Cancel" +msgstr "Cancelar" + +#: ../src/os2/thread.cpp:116 +msgid "Cannot create mutex." +msgstr "No se puet creyar o mutex." + +#: ../src/osx/carbon/dataview.cpp:893 +msgid "Cannot create new column's ID. Probably max. number of columns reached." +msgstr "" +"No se puet creyar un nuevo identificador de columna. Prebablement s'haiga " +"acotolau o numero maximo de columnas." + +#: ../src/common/filefn.cpp:1335 +#, c-format +msgid "Cannot enumerate files '%s'" +msgstr "No se pueden enumerar os fichers '%s'" + +#: ../src/msw/dir.cpp:264 +#, c-format +msgid "Cannot enumerate files in directory '%s'" +msgstr "No se pueden enumerar os fichers en a carpeta '%s'" + +#: ../src/msw/dialup.cpp:542 +#, c-format +msgid "Cannot find active dialup connection: %s" +msgstr "No se puet trobar a connexión activa: %s" + +#: ../src/msw/dialup.cpp:848 +msgid "Cannot find the location of address book file" +msgstr "No se puet trobar o fichero de libreta d'adrezas" + +#: ../src/msw/ole/automtn.cpp:565 +#, c-format +msgid "Cannot get an active instance of \"%s\"" +msgstr "No se puet obtener una instancia activa de \"%s\"" + +#: ../src/unix/threadpsx.cpp:1035 +#, c-format +msgid "Cannot get priority range for scheduling policy %d." +msgstr "" +"No se puet obtener un rango de prioridatz ta la politica de planificación %d." + +#: ../src/unix/utilsunx.cpp:998 +msgid "Cannot get the hostname" +msgstr "No se puet obtener o nombre d'a maquina" + +#: ../src/unix/utilsunx.cpp:1034 +msgid "Cannot get the official hostname" +msgstr "No se puet obtener o nombre oficial d'a maquina" + +#: ../src/msw/dialup.cpp:949 +msgid "Cannot hang up - no active dialup connection." +msgstr "No se puet penchar - no bi ha connexions activas." + +#: ../include/wx/msw/ole/oleutils.h:52 +msgid "Cannot initialize OLE" +msgstr "No se puet inicializar l'OLE" + +#: ../src/common/socket.cpp:847 +msgid "Cannot initialize sockets" +msgstr "No se pueden inicializar os zocalos" + +#: ../src/msw/volume.cpp:620 +#, c-format +msgid "Cannot load icon from '%s'." +msgstr "No se puet cargar l'icono de '%s'." + +#: ../src/xrc/xmlres.cpp:361 +#, c-format +msgid "Cannot load resources from '%s'." +msgstr "No se pueden cargar recursos dende '%s'." + +#: ../src/xrc/xmlres.cpp:746 +#, c-format +msgid "Cannot load resources from file '%s'." +msgstr "No se pueden cargar os recursos dende o fichero '%s'." + +#: ../src/html/htmlfilt.cpp:137 +#, c-format +msgid "Cannot open HTML document: %s" +msgstr "No se puet ubrir o documento HTML: %s" + +#: ../src/html/helpdata.cpp:665 +#, c-format +msgid "Cannot open HTML help book: %s" +msgstr "No se puet ubrir o libro d'aduya HTML: %s" + +#: ../src/html/helpdata.cpp:297 +#, c-format +msgid "Cannot open contents file: %s" +msgstr "No se puet ubrir o fichero de contenius: %s" + +#: ../src/generic/dcpsg.cpp:1751 +msgid "Cannot open file for PostScript printing!" +msgstr "No se puet ubrir o fichero ta impresión PostScript!" + +#: ../src/html/helpdata.cpp:311 +#, c-format +msgid "Cannot open index file: %s" +msgstr "No se puet ubrir o fichero indiz: %s" + +#: ../src/xrc/xmlres.cpp:728 +#, c-format +msgid "Cannot open resources file '%s'." +msgstr "No se puet ubrir o fichero de recursos '%s'." + +#: ../src/html/helpwnd.cpp:1537 +msgid "Cannot print empty page." +msgstr "No se puet imprentar una pachina vueda." + +#: ../src/msw/volume.cpp:507 +#, c-format +msgid "Cannot read typename from '%s'!" +msgstr "No se puet leyer o tipo dende '%s'!" + +#: ../src/os2/thread.cpp:527 +#, c-format +msgid "Cannot resume thread %lu" +msgstr "No se puet continar o filo d'execución %lu" + +#: ../src/msw/thread.cpp:918 +#, c-format +msgid "Cannot resume thread %lx" +msgstr "No se puet reprener o filo d'execución %lx" + +#: ../src/unix/threadpsx.cpp:1016 +msgid "Cannot retrieve thread scheduling policy." +msgstr "No se puet recuperar a politica de planificación de filos d'execución." + +#: ../src/common/intl.cpp:542 +#, c-format +msgid "Cannot set locale to language \"%s\"." +msgstr "No se puet establir a localización ta l'idioma \"%s\"." + +#: ../src/unix/threadpsx.cpp:831 ../src/msw/thread.cpp:569 +msgid "Cannot start thread: error writing TLS." +msgstr "" +"No se puet empecipiar o filo d'execución: S'ha produciu una error en " +"escribir TLS." + +#: ../src/os2/thread.cpp:513 +#, c-format +msgid "Cannot suspend thread %lu" +msgstr "No se puet suspender o filo d'execución %lu" + +#: ../src/msw/thread.cpp:902 +#, c-format +msgid "Cannot suspend thread %lx" +msgstr "No se puet suspender o filo d'execución %lx" + +#: ../src/msw/thread.cpp:825 +msgid "Cannot wait for thread termination" +msgstr "No se puet asperar a la finalización d'o filo d'execución" + +#: ../src/html/helpwnd.cpp:546 +msgid "Case sensitive" +msgstr "Sensible a las mayusclas y minusclas" + +#: ../src/propgrid/manager.cpp:1495 +msgid "Categorized Mode" +msgstr "Modo categorizau" + +#: ../src/richtext/richtextbuffer.cpp:9598 +msgid "Cell Properties" +msgstr "Propiedatz de celda" + +#: ../src/common/fmapbase.cpp:161 +msgid "Celtic (ISO-8859-14)" +msgstr "Celtico (ISO-8859-14)" + +#: ../src/richtext/richtextindentspage.cpp:160 +#: ../src/richtext/richtextliststylepage.cpp:349 +msgid "Cen&tred" +msgstr "Cen&trau" + +#: ../src/common/stockitem.cpp:170 +msgid "Centered" +msgstr "Centrau" + +#: ../src/common/fmapbase.cpp:149 +msgid "Central European (ISO-8859-2)" +msgstr "Europa Central (ISO-8859-2)" + +#: ../src/richtext/richtextliststylepage.cpp:250 +#: ../src/richtext/richtextbulletspage.cpp:200 +msgid "Centre" +msgstr "Centrar" + +#: ../src/richtext/richtextindentspage.cpp:162 +#: ../src/richtext/richtextindentspage.cpp:164 +#: ../src/richtext/richtextliststylepage.cpp:351 +#: ../src/richtext/richtextliststylepage.cpp:353 +msgid "Centre text." +msgstr "Texto centrau." + +#: ../src/richtext/richtextsizepage.cpp:287 +msgid "Centred" +msgstr "Centrau" + +#: ../src/richtext/richtextliststylepage.cpp:280 +#: ../src/richtext/richtextbulletspage.cpp:232 +msgid "Ch&oose..." +msgstr "&Trigar..." + +#: ../src/richtext/richtextbuffer.cpp:4107 +msgid "Change List Style" +msgstr "Cambiar o Estilo de Lista" + +#: ../src/richtext/richtextbuffer.cpp:3458 +msgid "Change Object Style" +msgstr "Cambiar o estilo de l'obchecto" + +#: ../src/richtext/richtextbuffer.cpp:3724 +#: ../src/richtext/richtextbuffer.cpp:7853 +msgid "Change Properties" +msgstr "Cambiar as propiedatz" + +#: ../src/richtext/richtextbuffer.cpp:3275 +msgid "Change Style" +msgstr "Cambiar o Estilo" + +#: ../src/common/fileconf.cpp:372 +#, c-format +msgid "Changes won't be saved to avoid overwriting the existing file \"%s\"" +msgstr "" +"Os cambeos no s'alzarán ta privar sobreescribir o fichero existent \"%s\"" + +#: ../src/richtext/richtextstyles.cpp:1059 +msgid "Character styles" +msgstr "Estilos de caracter" + +#: ../src/richtext/richtextliststylepage.cpp:224 +#: ../src/richtext/richtextliststylepage.cpp:226 +#: ../src/richtext/richtextbulletspage.cpp:174 +#: ../src/richtext/richtextbulletspage.cpp:176 +msgid "Check to add a period after the bullet." +msgstr "Marcar ta adhibir un punto dimpués d'a vinyeta." + +#: ../src/richtext/richtextliststylepage.cpp:238 +#: ../src/richtext/richtextliststylepage.cpp:240 +#: ../src/richtext/richtextbulletspage.cpp:188 +#: ../src/richtext/richtextbulletspage.cpp:190 +msgid "Check to add a right parenthesis." +msgstr "Marcar ta adhibir un parentesi dreito." + +#: ../src/richtext/richtextborderspage.cpp:381 +#: ../src/richtext/richtextborderspage.cpp:383 +#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:552 +msgid "Check to edit all borders simultaneously." +msgstr "" + +#: ../src/richtext/richtextliststylepage.cpp:231 +#: ../src/richtext/richtextliststylepage.cpp:233 +#: ../src/richtext/richtextbulletspage.cpp:181 +#: ../src/richtext/richtextbulletspage.cpp:183 +msgid "Check to enclose the bullet in parentheses." +msgstr "Marcar ta enzarrar a vinyeta entre parentesi." + +#: ../src/osx/carbon/fontdlg.cpp:526 ../src/osx/carbon/fontdlg.cpp:528 +msgid "Check to make the font bold." +msgstr "Marcar ta fer negreta la fuent." + +#: ../src/osx/carbon/fontdlg.cpp:533 ../src/osx/carbon/fontdlg.cpp:535 +msgid "Check to make the font italic." +msgstr "Marcar ta fer cursiva la fuent." + +#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 +msgid "Check to make the font underlined." +msgstr "Marcar ta fer subrayada a fuent." + +#: ../src/richtext/richtextstyledlg.cpp:289 +#: ../src/richtext/richtextstyledlg.cpp:291 +msgid "Check to restart numbering." +msgstr "Marcar ta reiniciar a numeración." + +#: ../src/richtext/richtextfontpage.cpp:286 +#: ../src/richtext/richtextfontpage.cpp:288 +msgid "Check to show a line through the text." +msgstr "Prebar a amostrar una linia a traviés d'o texto." + +#: ../src/richtext/richtextfontpage.cpp:293 +#: ../src/richtext/richtextfontpage.cpp:295 +msgid "Check to show the text in capitals." +msgstr "Prebar a amostrar o texto en mayusclas." + +#: ../src/richtext/richtextfontpage.cpp:300 +#: ../src/richtext/richtextfontpage.cpp:302 +msgid "Check to show the text in small capitals." +msgstr "Prebar a amostrar o texto en mayusclas chicotas." + +#: ../src/richtext/richtextfontpage.cpp:314 +#: ../src/richtext/richtextfontpage.cpp:316 +msgid "Check to show the text in subscript." +msgstr "Prebar a amostrar o texto en subindiz." + +#: ../src/richtext/richtextfontpage.cpp:307 +#: ../src/richtext/richtextfontpage.cpp:309 +msgid "Check to show the text in superscript." +msgstr "Prebar a amostrar o texto en superindiz." + +#: ../src/msw/dialup.cpp:784 +msgid "Choose ISP to dial" +msgstr "Trigar l'ISP a lo que connectar" + +#: ../src/propgrid/props.cpp:1653 +msgid "Choose a directory:" +msgstr "Triga un directorio:" + +#: ../src/propgrid/props.cpp:1712 +msgid "Choose a file" +msgstr "Triga un fichero" + +#: ../src/generic/colrdlgg.cpp:144 ../src/gtk/colordlg.cpp:63 +msgid "Choose colour" +msgstr "Trigar a color" + +#: ../src/generic/fontpickerg.cpp:50 ../src/gtk/fontdlg.cpp:75 +#: ../src/gtk1/fontdlg.cpp:125 +msgid "Choose font" +msgstr "Trigar a fuent" + +#: ../src/common/module.cpp:74 +#, c-format +msgid "Circular dependency involving module \"%s\" detected." +msgstr "S'ha detectau una dependencia circular tocant a lo modulo \"%s\"." + +#: ../src/aui/tabmdi.cpp:108 ../src/generic/mdig.cpp:97 +msgid "Cl&ose" +msgstr "&Zarrar" + +#: ../src/msw/ole/automtn.cpp:687 +msgid "Class not registered." +msgstr "&Clase no rechistrada." + +#: ../src/common/stockitem.cpp:147 +msgid "Clear" +msgstr "Limpiar" + +#: ../src/generic/logg.cpp:520 +msgid "Clear the log contents" +msgstr "Eliminar os contenius d'o rechistro" + +#: ../src/richtext/richtextstyledlg.cpp:252 +#: ../src/richtext/richtextstyledlg.cpp:254 +msgid "Click to apply the selected style." +msgstr "Fe clic ta aplicar o estilo seleccionau." + +#: ../src/richtext/richtextliststylepage.cpp:281 +#: ../src/richtext/richtextliststylepage.cpp:283 +#: ../src/richtext/richtextbulletspage.cpp:233 +#: ../src/richtext/richtextbulletspage.cpp:235 +msgid "Click to browse for a symbol." +msgstr "Fe click ta mirar un simbolo." + +#: ../src/osx/carbon/fontdlg.cpp:573 ../src/osx/carbon/fontdlg.cpp:575 +msgid "Click to cancel changes to the font." +msgstr "Fe clic ta cancelar os cambeos en a fuent." + +#: ../src/generic/fontdlgg.cpp:472 ../src/generic/fontdlgg.cpp:491 +msgid "Click to cancel the font selection." +msgstr "Fe clic ta cancelar a selección de fuent." + +#: ../src/osx/carbon/fontdlg.cpp:554 ../src/osx/carbon/fontdlg.cpp:556 +msgid "Click to change the font colour." +msgstr "Fe clic ta cambiar a color d'a fuent." + +#: ../src/richtext/richtextfontpage.cpp:276 +#: ../src/richtext/richtextfontpage.cpp:278 +msgid "Click to change the text background colour." +msgstr "Fe clic ta cambiar a color de fondo d'o texto." + +#: ../src/richtext/richtextfontpage.cpp:263 +#: ../src/richtext/richtextfontpage.cpp:265 +msgid "Click to change the text colour." +msgstr "Fe clic ta cambiar a color d'o texto." + +#: ../src/richtext/richtextliststylepage.cpp:195 +#: ../src/richtext/richtextliststylepage.cpp:197 +msgid "Click to choose the font for this level." +msgstr "Fe clic ta trigar a fuent ta iste libel." + +#: ../src/richtext/richtextstyledlg.cpp:279 +#: ../src/richtext/richtextstyledlg.cpp:281 +msgid "Click to close this window." +msgstr "Fe clic ta zarrar ista finestra." + +#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 +msgid "Click to confirm changes to the font." +msgstr "Fe clic ta confirmar os cambeos en a fuent." + +#: ../src/generic/fontdlgg.cpp:477 ../src/generic/fontdlgg.cpp:479 +#: ../src/generic/fontdlgg.cpp:484 ../src/generic/fontdlgg.cpp:486 +msgid "Click to confirm the font selection." +msgstr "Fe clic ta confirmar a selección de fuent." + +#: ../src/richtext/richtextstyledlg.cpp:244 +#: ../src/richtext/richtextstyledlg.cpp:246 +msgid "Click to create a new box style." +msgstr "Fe clic ta creyar un nuevo estilo de caixa." + +#: ../src/richtext/richtextstyledlg.cpp:226 +#: ../src/richtext/richtextstyledlg.cpp:228 +msgid "Click to create a new character style." +msgstr "Fe click ta creyar un nuevo estilo de caracter." + +#: ../src/richtext/richtextstyledlg.cpp:238 +#: ../src/richtext/richtextstyledlg.cpp:240 +msgid "Click to create a new list style." +msgstr "Fe clic ta creyar una nueva lista d'estilo." + +#: ../src/richtext/richtextstyledlg.cpp:232 +#: ../src/richtext/richtextstyledlg.cpp:234 +msgid "Click to create a new paragraph style." +msgstr "Fe click ta creyar un nuevo estilo de paragrafo." + +#: ../src/richtext/richtexttabspage.cpp:137 +#: ../src/richtext/richtexttabspage.cpp:139 +msgid "Click to create a new tab position." +msgstr "Fe clic ta creyar una nueva posición de tabulador." + +#: ../src/richtext/richtexttabspage.cpp:149 +#: ../src/richtext/richtexttabspage.cpp:151 +msgid "Click to delete all tab positions." +msgstr "Fe clic ta esborrar todas as posicions de tabulador." + +#: ../src/richtext/richtextstyledlg.cpp:270 +#: ../src/richtext/richtextstyledlg.cpp:272 +msgid "Click to delete the selected style." +msgstr "Fe clic ta esborrar o estilo seleccionau." + +#: ../src/richtext/richtexttabspage.cpp:143 +#: ../src/richtext/richtexttabspage.cpp:145 +msgid "Click to delete the selected tab position." +msgstr "Fe clic ta esborrar a posición de tabulador seleccionada." + +#: ../src/richtext/richtextstyledlg.cpp:264 +#: ../src/richtext/richtextstyledlg.cpp:266 +msgid "Click to edit the selected style." +msgstr "Fe clic ta editar o estilo seleccionau." + +#: ../src/richtext/richtextstyledlg.cpp:258 +#: ../src/richtext/richtextstyledlg.cpp:260 +msgid "Click to rename the selected style." +msgstr "Fe clic ta renombrar o estilo seleccionau." + +#: ../src/generic/dbgrptg.cpp:97 ../src/generic/progdlgg.cpp:804 +#: ../src/generic/progdlgg.cpp:809 ../src/richtext/richtextstyledlg.cpp:277 +#: ../src/richtext/richtextsymboldlg.cpp:476 ../src/common/stockitem.cpp:148 +#: ../src/msw/progdlg.cpp:170 ../src/msw/progdlg.cpp:679 +#: ../src/html/helpdlg.cpp:90 +msgid "Close" +msgstr "Zarrar" + +#: ../src/aui/tabmdi.cpp:109 ../src/generic/mdig.cpp:98 +msgid "Close All" +msgstr "Zarrar-lo Tot" + +#: ../src/common/stockitem.cpp:266 +msgid "Close current document" +msgstr "Zarrar o documento actual" + +#: ../src/generic/logg.cpp:522 +msgid "Close this window" +msgstr "Zarrar ista finestra" + +#: ../src/common/stockitem.cpp:193 +msgid "Color" +msgstr "Color" + +#: ../src/richtext/richtextformatdlg.cpp:761 +msgid "Colour" +msgstr "Color" + +#: ../src/msw/colordlg.cpp:156 +#, c-format +msgid "Colour selection dialog failed with error %0lx." +msgstr "O dialogo de selección de color ha fallau con a error %0lx." + +#: ../src/osx/carbon/fontdlg.cpp:550 +msgid "Colour:" +msgstr "Color:" + +#: ../src/osx/carbon/dataview.cpp:898 +msgid "Column could not be added." +msgstr "No s'ha puesto adhibir a columna." + +#: ../src/osx/carbon/dataview.cpp:897 +msgid "Column description could not be initialized." +msgstr "No s'ha puesto inicializar a descripción de columna." + +#: ../src/osx/carbon/dataview.cpp:1536 ../src/osx/carbon/dataview.cpp:1557 +msgid "Column index not found." +msgstr "No s'ha trobau l'indiz d'a columna." + +#: ../src/osx/carbon/dataview.cpp:1612 +msgid "Column width could not be determined" +msgstr "No s'ha puesto determinar l'amplaria d'a columna" + +#: ../src/osx/carbon/dataview.cpp:899 +msgid "Column width could not be set." +msgstr "No s'ha puesto establir l'amplaria d'a columna." + +#: ../src/common/init.cpp:188 +#, c-format +msgid "" +"Command line argument %d couldn't be converted to Unicode and will be " +"ignored." +msgstr "" +"No se puet convertir l'argumento %d d'a linia de comandos ta Unicode y será " +"ignorau." + +#: ../src/msw/fontdlg.cpp:119 +#, c-format +msgid "Common dialog failed with error code %0lx." +msgstr "O dialogo común ha fallau con o codigo d'error %0lx." + +#: ../src/gtk/window.cpp:4357 +msgid "" +"Compositing not supported by this system, please enable it in your Window " +"Manager." +msgstr "" +"A composición no ye suportada por iste sistema, por favor activa-la en o " +"tuyo administrador de finestras." + +#: ../src/html/helpwnd.cpp:1554 +msgid "Compressed HTML Help file (*.chm)|*.chm|" +msgstr "Fichero d'aduya HTML comprimiu (*.chm)|*.chm|" + +#: ../src/generic/dirctrlg.cpp:544 +msgid "Computer" +msgstr "Ordinador" + +#: ../src/common/fileconf.cpp:965 +#, c-format +msgid "Config entry name cannot start with '%c'." +msgstr "Un nombre de dentrada de configuración no puet empecipiar por '%c'." + +#: ../src/gtk/filedlg.cpp:59 +msgid "Confirm" +msgstr "Confirmar" + +#: ../src/msw/mimetype.cpp:744 +msgid "Confirm registry update" +msgstr "Confirmar l'actualización d'o rechistro" + +#: ../src/html/htmlwin.cpp:547 +msgid "Connecting..." +msgstr "Connectando..." + +#: ../src/html/helpwnd.cpp:482 +msgid "Contents" +msgstr "Contenius" + +#: ../src/common/strconv.cpp:2271 +#, c-format +msgid "Conversion to charset '%s' doesn't work." +msgstr "A conversión t'o chuego de caracters '%s' no funciona." + +#: ../src/common/stockitem.cpp:149 +msgid "Convert" +msgstr "Convertir" + +#: ../src/html/htmlwin.cpp:1060 +#, c-format +msgid "Copied to clipboard:\"%s\"" +msgstr "Copiau en o portafuellas:\"%s\"" + +#: ../src/generic/prntdlgg.cpp:247 +msgid "Copies:" +msgstr "Copias:" + +#: ../src/common/stockitem.cpp:150 ../src/stc/stc_i18n.cpp:18 +msgid "Copy" +msgstr "Copiar" + +#: ../src/common/stockitem.cpp:258 +msgid "Copy selection" +msgstr "Copiar a selección" + +#: ../src/html/chm.cpp:718 +#, c-format +msgid "Could not create temporary file '%s'" +msgstr "No se puet creyar o fichero temporal '%s'" + +#: ../src/osx/carbon/dataview.cpp:1283 ../src/osx/carbon/dataview.cpp:1670 +msgid "Could not determine column index." +msgstr "No s'ha puesto determinar l'indiz d'a columna." + +#: ../src/osx/carbon/dataview.cpp:874 +msgid "Could not determine column's position" +msgstr "No s'ha puesto determinar a posición d'a columna" + +#: ../src/osx/carbon/dataview.cpp:841 +msgid "Could not determine number of columns." +msgstr "No s'ha puesto determinar o numero de columnas." + +#: ../src/osx/carbon/dataview.cpp:973 +msgid "Could not determine number of items" +msgstr "No s'ha puesto determinar o numero d'elementos" + +#: ../src/html/chm.cpp:273 +#, c-format +msgid "Could not extract %s into %s: %s" +msgstr "No s'ha puesto extrayer %s en %s: %s" + +#: ../src/generic/tabg.cpp:1048 +msgid "Could not find tab for id" +msgstr "No se puet trobar a pestanya pa l'identificador" + +#: ../src/osx/carbon/dataview.cpp:2554 ../src/osx/carbon/dataview.cpp:2589 +#: ../src/osx/carbon/dataview.cpp:2613 ../src/osx/carbon/dataview.cpp:2634 +#: ../src/osx/carbon/dataview.cpp:2771 +msgid "Could not get header description." +msgstr "No s'ha puesto obtener a descripción d'o capitero." + +#: ../src/osx/carbon/dataview.cpp:1167 ../src/osx/carbon/dataview.cpp:1193 +msgid "Could not get items." +msgstr "No s'han puesto obtener elementos." + +#: ../src/osx/carbon/dataview.cpp:2657 ../src/osx/carbon/dataview.cpp:2722 +msgid "Could not get property flags." +msgstr "No se pueden obtener as marcas de propiedat." + +#: ../src/osx/carbon/dataview.cpp:724 +msgid "Could not get selected items." +msgstr "No s'han puesto obtener os elementos seleccionaus." + +#: ../src/html/chm.cpp:444 +#, c-format +msgid "Could not locate file '%s'." +msgstr "No s'ha puesto trobar o fichero '%s'." + +#: ../src/osx/carbon/dataview.cpp:843 +msgid "Could not remove column." +msgstr "No s'ha puesto eliminar a columna." + +#: ../src/osx/carbon/dataview.cpp:640 +msgid "Could not retrieve number of items" +msgstr "No s'ha puesto recuperar o numero d'elementos" + +#: ../src/osx/carbon/dataview.cpp:2570 +msgid "Could not set alignment." +msgstr "No s'ha puesto establir l'aliniación." + +#: ../src/osx/carbon/dataview.cpp:2801 +msgid "Could not set column width." +msgstr "No s'ha puesto establir l'amplaria d'a columna." + +#: ../src/common/filefn.cpp:1568 +msgid "Could not set current working directory" +msgstr "No s'ha puesto establir o directorio de treballo actual" + +#: ../src/osx/carbon/dataview.cpp:2773 +msgid "Could not set header description." +msgstr "No s'ha puesto establir a descripción d'o capitero." + +#: ../src/osx/carbon/dataview.cpp:2594 +msgid "Could not set icon." +msgstr "No s'ha puesto establir l'icono." + +#: ../src/osx/carbon/dataview.cpp:2615 +msgid "Could not set maximum width." +msgstr "No s'ha puesto establir l'amplaria maxima." + +#: ../src/osx/carbon/dataview.cpp:2636 +msgid "Could not set minimum width." +msgstr "No s'ha puesto establir l'amplaria minima." + +#: ../src/osx/carbon/dataview.cpp:2662 ../src/osx/carbon/dataview.cpp:2727 +msgid "Could not set property flags." +msgstr "No se pueden establir as marcas de propiedat." + +#: ../src/common/prntbase.cpp:1985 +msgid "Could not start document preview." +msgstr "No se puet encetar l'anvista previa d'o documento." + +#: ../src/generic/printps.cpp:178 ../src/msw/printwin.cpp:210 +#: ../src/gtk/print.cpp:1077 +msgid "Could not start printing." +msgstr "No se puet encetar a impresión." + +#: ../src/common/wincmn.cpp:2131 +msgid "Could not transfer data to window" +msgstr "No se pueden transferir datos ta la finestra" + +#: ../src/os2/thread.cpp:160 +msgid "Couldn't acquire a mutex lock" +msgstr "No s'ha puesto adquirir un bloqueyo de mutex" + +#: ../src/msw/imaglist.cpp:189 ../src/msw/imaglist.cpp:226 +#: ../src/msw/imaglist.cpp:238 ../src/msw/dragimag.cpp:193 +#: ../src/msw/dragimag.cpp:232 +msgid "Couldn't add an image to the image list." +msgstr "No se puet adhibir a imachen a la lista d'imachens." + +#: ../src/msw/timer.cpp:134 ../src/os2/timer.cpp:113 +msgid "Couldn't create a timer" +msgstr "No se puet creyar un temporizador" + +#: ../src/osx/carbon/overlay.cpp:122 +msgid "Couldn't create the overlay window" +msgstr "No s'ha puesto creyar a finestra de superposición" + +#: ../src/common/translation.cpp:2015 +msgid "Couldn't enumerate translations" +msgstr "No s'han puesto enumerar as traduccions" + +#: ../src/common/dynlib.cpp:152 +#, c-format +msgid "Couldn't find symbol '%s' in a dynamic library" +msgstr "No s'ha puesto trobar o simbolo '%s' en a librería dinamica" + +#: ../src/gtk/print.cpp:2010 +msgid "Couldn't get hatch style from wxBrush." +msgstr "No s'ha puesto obtener o estilo d'a trama d'o wxBrush." + +#: ../src/msw/thread.cpp:945 +msgid "Couldn't get the current thread pointer" +msgstr "No s'ha puesto obtener o puntero a lo filo d'execución actual" + +#: ../src/osx/carbon/overlay.cpp:129 +msgid "Couldn't init the context on the overlay window" +msgstr "No s'ha puesto inicializar o contexto en a finestra de superposición" + +#: ../src/common/imaggif.cpp:263 +msgid "Couldn't initialize GIF hash table." +msgstr "No s'ha puesto inicializar a tabla hash d'o GIF." + +#: ../src/common/imagpng.cpp:657 +msgid "Couldn't load a PNG image - file is corrupted or not enough memory." +msgstr "" +"No s'ha puesto ubrir a imachen PNG - o fichero ye corrupto u no bi ha " +"suficient memoria." + +#: ../src/unix/sound.cpp:470 +#, c-format +msgid "Couldn't load sound data from '%s'." +msgstr "No s'han puesto cargar os datos de son dende '%s'." + +#: ../src/msw/dirdlg.cpp:441 +msgid "Couldn't obtain folder name" +msgstr "No s'ha puesto obtener o nombre d'o directorio" + +#: ../src/unix/sound_sdl.cpp:229 +#, c-format +msgid "Couldn't open audio: %s" +msgstr "No s'ha puesto ubrir l'audio: %s" + +#: ../src/msw/ole/dataobj.cpp:377 +#, c-format +msgid "Couldn't register clipboard format '%s'." +msgstr "No se puet rechistrar o formato de portafuellas '%s'." + +#: ../src/os2/thread.cpp:177 +msgid "Couldn't release a mutex" +msgstr "No s'ha puesto liberar un mutex" + +#: ../src/msw/listctrl.cpp:756 +#, c-format +msgid "Couldn't retrieve information about list control item %d." +msgstr "No se puet recuperar información sobre l'elemento %d d'a lista." + +#: ../src/common/imagpng.cpp:746 ../src/common/imagpng.cpp:757 +#: ../src/common/imagpng.cpp:767 +msgid "Couldn't save PNG image." +msgstr "No se puet alzar a imachen PNG." + +#: ../src/msw/thread.cpp:715 +msgid "Couldn't terminate thread" +msgstr "No se puet rematar o filo d'execución" + +#: ../src/common/xtistrm.cpp:170 +#, c-format +msgid "Create Parameter %s not found in declared RTTI Parameters" +msgstr "" +"No s'ha trobau creyar parametro %s not found en os parametrosRTTI declaraus" + +#: ../src/generic/dirdlgg.cpp:317 +msgid "Create directory" +msgstr "Creyar un directorio" + +#: ../src/generic/filedlgg.cpp:228 ../src/generic/dirdlgg.cpp:131 +msgid "Create new directory" +msgstr "Creyar un nuevo directorio" + +#: ../src/common/accelcmn.cpp:322 +msgid "Ctrl+" +msgstr "Ctrl+" + +#: ../src/richtext/richtextctrl.cpp:331 ../src/osx/textctrl_osx.cpp:582 +#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2334 +msgid "Cu&t" +msgstr "&Tallar" + +#: ../src/generic/filectrlg.cpp:956 +msgid "Current directory:" +msgstr "Directorio actual:" + +#: ../src/gtk/print.cpp:759 +msgid "Custom size" +msgstr "Grandaria personalizada" + +#: ../src/common/headerctrlcmn.cpp:60 +msgid "Customize Columns" +msgstr "Columnas personalizadas" + +#: ../src/common/stockitem.cpp:151 ../src/stc/stc_i18n.cpp:17 +msgid "Cut" +msgstr "Tallar" + +#: ../src/common/stockitem.cpp:259 +msgid "Cut selection" +msgstr "Tallar a selección" + +#: ../src/common/fmapbase.cpp:152 +msgid "Cyrillic (ISO-8859-5)" +msgstr "Cirilico (ISO-8859-5)" + +#: ../src/common/paper.cpp:100 +msgid "D sheet, 22 x 34 in" +msgstr "Fuella D, 22 x 34 in" + +#: ../src/msw/dde.cpp:708 +msgid "DDE poke request failed" +msgstr "Ha fallau a petición de rastreo DDE" + +#: ../src/common/accelcmn.cpp:79 +msgid "DECIMAL" +msgstr "DECIMAL" + +#: ../src/common/accelcmn.cpp:47 +msgid "DEL" +msgstr "SUPR" + +#: ../src/common/accelcmn.cpp:48 +msgid "DELETE" +msgstr "SUPRIMIR" + +#: ../src/common/imagbmp.cpp:1096 +msgid "DIB Header: Encoding doesn't match bitdepth." +msgstr "Capitero DIB: A codificación no coincide con a profundidat de bits." + +#: ../src/common/imagbmp.cpp:1044 +msgid "DIB Header: Image height > 32767 pixels for file." +msgstr "Capitero DIB: Altura d'a imachen > 32767 pixels por fichero." + +#: ../src/common/imagbmp.cpp:1036 +msgid "DIB Header: Image width > 32767 pixels for file." +msgstr "Capitero DIB: Amplaria d'imachen > 32767 pixels por fichero." + +#: ../src/common/imagbmp.cpp:1064 +msgid "DIB Header: Unknown bitdepth in file." +msgstr "Capitero DIB: Profundidat de color desconoixida en o fichero." + +#: ../src/common/imagbmp.cpp:1078 +msgid "DIB Header: Unknown encoding in file." +msgstr "Capitero DIB: Codificación desconoixida en o fichero." + +#: ../src/common/accelcmn.cpp:80 +msgid "DIVIDE" +msgstr "DIVIDE" + +#: ../src/common/paper.cpp:122 +msgid "DL Envelope, 110 x 220 mm" +msgstr "Sobre DL, 110 x 220 mm" + +#: ../src/common/accelcmn.cpp:59 +msgid "DOWN" +msgstr "ABAIXO" + +#: ../src/richtext/richtextborderspage.cpp:567 +msgid "Dashed" +msgstr "Discontina" + +#: ../src/osx/carbon/dataview.cpp:1919 +msgid "Data object has invalid data format" +msgstr "L'obchecto de datos tien un formato invaliu de datos" + +#: ../src/osx/carbon/dataview.cpp:2489 +msgid "Date renderer cannot render value; value type: " +msgstr "" +"O renderizador de calendata no puet renderizar a valura; tipo de valura: " + +#: ../src/generic/dbgrptg.cpp:300 +#, c-format +msgid "Debug report \"%s\"" +msgstr "Reporte de depuración \"%s\"" + +#: ../src/common/debugrpt.cpp:210 +msgid "Debug report couldn't be created." +msgstr "No s'ha puesto creyar o reporte de depuración." + +#: ../src/common/debugrpt.cpp:558 +msgid "Debug report generation has failed." +msgstr "A cheneración de o reporte de depuración ha fallau." + +#: ../src/generic/fontdlgg.cpp:323 +msgid "Decorative" +msgstr "Decorativo" + +#: ../src/common/fmapbase.cpp:796 +msgid "Default encoding" +msgstr "Codificación predeterminada" + +#: ../src/dfb/fontmgr.cpp:180 +msgid "Default font" +msgstr "Fuent predeterminada" + +#: ../src/generic/prntdlgg.cpp:510 +msgid "Default printer" +msgstr "Impresora predeterminada" + +#: ../src/richtext/richtextbuffer.cpp:7945 ../src/common/stockitem.cpp:152 +#: ../src/stc/stc_i18n.cpp:20 +msgid "Delete" +msgstr "Eliminar" + +#: ../src/richtext/richtexttabspage.cpp:148 +msgid "Delete A&ll" +msgstr "Eliminar-lo &Tot" + +#: ../src/richtext/richtextbuffer.cpp:10942 +msgid "Delete Column" +msgstr "Eliminar a columna" + +#: ../src/richtext/richtextbuffer.cpp:10892 +msgid "Delete Row" +msgstr "Eliminar a ringlera" + +#: ../src/richtext/richtextstyledlg.cpp:782 +msgid "Delete Style" +msgstr "Eliminar o Estilo" + +#: ../src/richtext/richtextctrl.cpp:1300 ../src/richtext/richtextctrl.cpp:1538 +msgid "Delete Text" +msgstr "Eliminar o Texto" + +#: ../src/generic/editlbox.cpp:274 +msgid "Delete item" +msgstr "Eliminar l'elemento" + +#: ../src/common/stockitem.cpp:260 +msgid "Delete selection" +msgstr "Esborrar a selección" + +#: ../src/richtext/richtextstyledlg.cpp:782 +#, c-format +msgid "Delete style %s?" +msgstr "Eliminar o estilo %s?" + +#: ../src/unix/snglinst.cpp:301 +#, c-format +msgid "Deleted stale lock file '%s'." +msgstr "Fichero antigo de bloqueyo '%s' eliminau." + +#: ../src/common/module.cpp:124 +#, c-format +msgid "Dependency \"%s\" of module \"%s\" doesn't exist." +msgstr "No existe a dependencia \"%s\" d'o modulo \"%s\"." + +#: ../src/common/stockitem.cpp:196 +msgid "Descending" +msgstr "Descendent" + +#: ../src/generic/dirctrlg.cpp:626 +msgid "Desktop" +msgstr "Escritorio" + +#: ../src/generic/aboutdlgg.cpp:70 +msgid "Developed by " +msgstr "Desembolicau por " + +#: ../src/generic/aboutdlgg.cpp:176 +msgid "Developers" +msgstr "Desembolicadors" + +#: ../src/msw/dialup.cpp:393 +msgid "" +"Dial up functions are unavailable because the remote access service (RAS) is " +"not installed on this machine. Please install it." +msgstr "" +"As funcions de marcau no son disponibles porque os servicios d'acceso remoto " +"(RAS) no son instalaus en ista maquina. Por favor instala-los." + +#: ../src/generic/tipdlg.cpp:230 +msgid "Did you know..." +msgstr "Sabebas que...?" + +#: ../src/dfb/wrapdfb.cpp:63 +#, c-format +msgid "DirectFB error %d occurred." +msgstr "S'ha produciu a error %d de DirectFB." + +#: ../src/motif/filedlg.cpp:219 +msgid "Directories" +msgstr "Directorios" + +#: ../src/common/filefn.cpp:1250 +#, c-format +msgid "Directory '%s' couldn't be created" +msgstr "No s'ha puesto creyar o directorio '%s'" + +#: ../src/common/filefn.cpp:1270 +#, c-format +msgid "Directory '%s' couldn't be deleted" +msgstr "No se puet esborrar o directorio '%s'" + +#: ../src/generic/dirdlgg.cpp:233 +msgid "Directory does not exist" +msgstr "O directorio no existe" + +#: ../src/generic/filectrlg.cpp:1412 +msgid "Directory doesn't exist." +msgstr "O directorio no existe." + +#: ../src/common/docview.cpp:455 +msgid "Discard changes and reload the last saved version?" +msgstr "Descartar os cambeos y recargar a zaguera versión alzada?" + +#: ../src/html/helpwnd.cpp:512 +msgid "" +"Display all index items that contain given substring. Search is case " +"insensitive." +msgstr "" +"Amostrar totz os elementos de l'indiz que contiengan a subcadena dada. A " +"busca ye Insensitiva." + +#: ../src/html/helpwnd.cpp:692 +msgid "Display options dialog" +msgstr "Amostrar o dialogo d'opcions" + +#: ../src/html/helpwnd.cpp:326 +msgid "Displays help as you browse the books on the left." +msgstr "Amuestra l'aduya con o navegador de libros a la cucha." + +#: ../src/msw/mimetype.cpp:737 +msgid "" +"Do you want to overwrite the command used to %s files with extension \"%s" +"\" ?\n" +"Current value is \n" +"%s, \n" +"New value is \n" +"%s %1" +msgstr "" +"Quiers sobrescribir o comando usau en fichers %s con a extensión \"%s\"?\n" +"A valor actual ye \n" +"%s, \n" +"A nueva valor ye \n" +"%s %1" + +#: ../src/common/docview.cpp:531 +#, c-format +msgid "Do you want to save changes to %s?" +msgstr "Quiers alzar os cambeos ta %s?" + +#: ../src/common/prntbase.cpp:525 +msgid "Document:" +msgstr "Documento:" + +#: ../src/generic/aboutdlgg.cpp:73 +msgid "Documentation by " +msgstr "Documentau por " + +#: ../src/generic/aboutdlgg.cpp:180 +msgid "Documentation writers" +msgstr "Escritors de documentos" + +#: ../src/common/sizer.cpp:2704 +msgid "Don't Save" +msgstr "No alzar-lo" + +#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:614 +msgid "Done" +msgstr "Feito" + +#: ../src/generic/progdlgg.cpp:481 ../src/msw/progdlg.cpp:407 +msgid "Done." +msgstr "Feito." + +#: ../src/richtext/richtextborderspage.cpp:566 +msgid "Dotted" +msgstr "Puntiau" + +#: ../src/richtext/richtextborderspage.cpp:568 +msgid "Double" +msgstr "Dople" + +#: ../src/common/paper.cpp:177 +msgid "Double Japanese Postcard Rotated 148 x 200 mm" +msgstr "Tarcheta Chaponesa Dople Chirada 148 x 200 mm" + +#: ../src/common/xtixml.cpp:273 +#, c-format +msgid "Doubly used id : %d" +msgstr "Identificador duplicau: %d" + +#: ../src/generic/fdrepdlg.cpp:152 ../src/common/stockitem.cpp:153 +msgid "Down" +msgstr "Abaixo" + +#: ../src/richtext/richtextctrl.cpp:842 +msgid "Drag" +msgstr "Arrocegar" + +#: ../src/common/paper.cpp:101 +msgid "E sheet, 34 x 44 in" +msgstr "Fuella E, 34 x 44 in" + +#: ../src/common/accelcmn.cpp:61 +msgid "END" +msgstr "FIN" + +#: ../src/common/accelcmn.cpp:52 +msgid "ENTER" +msgstr "INTRO" + +#: ../src/unix/fswatcher_inotify.cpp:548 +msgid "EOF while reading from inotify descriptor" +msgstr "Fin de fichero mientras se leyeba dende o descriptor inotify" + +#: ../src/common/accelcmn.cpp:64 +msgid "ESC" +msgstr "ESC" + +#: ../src/common/accelcmn.cpp:65 +msgid "ESCAPE" +msgstr "ESCAPE" + +#: ../src/common/accelcmn.cpp:73 +msgid "EXECUTE" +msgstr "EXECUTAR" + +#: ../src/common/stockitem.cpp:154 +msgid "Edit" +msgstr "Editar" + +#: ../src/generic/editlbox.cpp:272 +msgid "Edit item" +msgstr "Editar l'elemento" + +#: ../include/wx/generic/progdlgg.h:84 +msgid "Elapsed time:" +msgstr "Tiempo transcorriu:" + +#: ../src/richtext/richtextsizepage.cpp:353 +#: ../src/richtext/richtextsizepage.cpp:355 +#: ../src/richtext/richtextsizepage.cpp:465 +#: ../src/richtext/richtextsizepage.cpp:467 +msgid "Enable the height value." +msgstr "Activar a valor de l'altura." + +#: ../src/richtext/richtextsizepage.cpp:438 +#: ../src/richtext/richtextsizepage.cpp:440 +msgid "Enable the maximum width value." +msgstr "Activar a valor maxima de l'amplaria." + +#: ../src/richtext/richtextsizepage.cpp:411 +#: ../src/richtext/richtextsizepage.cpp:413 +msgid "Enable the minimum height value." +msgstr "Activar a valor minima de l'altura." + +#: ../src/richtext/richtextsizepage.cpp:384 +#: ../src/richtext/richtextsizepage.cpp:386 +msgid "Enable the minimum width value." +msgstr "Activar a valor minima de l'amplaria." + +#: ../src/richtext/richtextsizepage.cpp:319 +#: ../src/richtext/richtextsizepage.cpp:321 +msgid "Enable the width value." +msgstr "Activar a valor de l'amplaria." + +#: ../src/richtext/richtextsizepage.cpp:280 +#: ../src/richtext/richtextsizepage.cpp:282 +msgid "Enable vertical alignment." +msgstr "Activar l'aliniación vertical." + +#: ../src/richtext/richtextbackgroundpage.cpp:133 +#: ../src/richtext/richtextbackgroundpage.cpp:135 +msgid "Enables a background colour." +msgstr "Activa una color de fondo." + +#: ../src/richtext/richtextstyledlg.cpp:934 +msgid "Enter a box style name" +msgstr "Introduz un nombre d'estilo de caixa" + +#: ../src/richtext/richtextstyledlg.cpp:606 +msgid "Enter a character style name" +msgstr "Introduz un nombre d'estilo de caracter" + +#: ../src/richtext/richtextstyledlg.cpp:820 +msgid "Enter a list style name" +msgstr "Introduz un nombre d'estilo de lista" + +#: ../src/richtext/richtextstyledlg.cpp:893 +msgid "Enter a new style name" +msgstr "Introduz un nuevo nombre d'estilo" + +#: ../src/richtext/richtextstyledlg.cpp:654 +msgid "Enter a paragraph style name" +msgstr "Introduz un nombre d'estilo de paragrafo" + +#: ../src/generic/dbgrptg.cpp:174 +#, c-format +msgid "Enter command to open file \"%s\":" +msgstr "Introduz o comando ta ubrir o fichero \"%s\":" + +#: ../src/generic/helpext.cpp:463 +msgid "Entries found" +msgstr "Dentradas trobadas" + +#: ../src/common/paper.cpp:143 +msgid "Envelope Invite 220 x 220 mm" +msgstr "Sobre Invite 220 x 220 mm" + +#: ../src/common/config.cpp:473 +#, c-format +msgid "" +"Environment variables expansion failed: missing '%c' at position %u in '%s'." +msgstr "" +"A expansión de variable d'entorno ha fallau: falta '%c' en a posición %u en " +"'%s'." + +#: ../src/generic/dirctrlg.cpp:670 ../src/generic/dirctrlg.cpp:688 +#: ../src/generic/dirctrlg.cpp:699 ../src/generic/dirdlgg.cpp:352 +#: ../src/generic/filectrlg.cpp:677 ../src/generic/filectrlg.cpp:791 +#: ../src/generic/filectrlg.cpp:805 ../src/generic/filectrlg.cpp:821 +#: ../src/generic/filectrlg.cpp:1381 ../src/generic/filectrlg.cpp:1412 +#: ../src/gtk/filedlg.cpp:73 ../src/gtk1/fontdlg.cpp:74 +msgid "Error" +msgstr "Error" + +#: ../src/unix/epolldispatcher.cpp:103 +msgid "Error closing epoll descriptor" +msgstr "S'ha produciu una error en zarrar o descriptor epoll" + +#: ../src/unix/fswatcher_kqueue.cpp:114 +msgid "Error closing kqueue instance" +msgstr "S'ha produciu una error en zarrar a instancia de kqueu" + +#: ../src/generic/dirdlgg.cpp:251 +msgid "Error creating directory" +msgstr "S'ha produciu una error en creyar o directorio" + +#: ../src/common/imagbmp.cpp:1107 +msgid "Error in reading image DIB." +msgstr "S'ha produciu una error en leyer a imachen DIB." + +#: ../src/propgrid/propgrid.cpp:6565 +#, c-format +msgid "Error in resource: %s" +msgstr "S'ha produciu una error en o recurso: %s" + +#: ../src/common/fileconf.cpp:453 +msgid "Error reading config options." +msgstr "S'ha produciu una error en leyer as opcions de configuración." + +#: ../src/common/fileconf.cpp:1064 +msgid "Error saving user configuration data." +msgstr "" +"S'ha produciu una error en alzar os datos de configuración de l'usuario." + +#: ../src/gtk/print.cpp:671 +msgid "Error while printing: " +msgstr "S'ha produciu una error en imprentar: " + +#: ../src/common/log.cpp:223 +msgid "Error: " +msgstr "Error: " + +#: ../src/common/fmapbase.cpp:150 +msgid "Esperanto (ISO-8859-3)" +msgstr "Esperanto (ISO-8859-3)" + +#: ../include/wx/generic/progdlgg.h:85 +msgid "Estimated time:" +msgstr "Tiempo estimau:" + +#: ../src/generic/dbgrptg.cpp:234 +msgid "Executable files (*.exe)|*.exe|" +msgstr "Fichers executables (*.exe)|*.exe|" + +#: ../src/common/stockitem.cpp:155 +msgid "Execute" +msgstr "Executar" + +#: ../src/msw/utilsexc.cpp:887 +#, c-format +msgid "Execution of command '%s' failed" +msgstr "Ha fallau a execución d'o comando '%s'" + +#: ../src/os2/utilsexc.cpp:163 +#, c-format +msgid "Execution of command '%s' failed with error: %ul" +msgstr "Ha fallau a execución d'o comando '%s' con a error: %ul" + +#: ../src/common/paper.cpp:106 +msgid "Executive, 7 1/4 x 10 1/2 in" +msgstr "Executivo, 7 1/4 x 10 1/2 in" + +#: ../src/msw/registry.cpp:1230 +#, c-format +msgid "" +"Exporting registry key: file \"%s\" already exists and won't be overwritten." +msgstr "" +"Se ye exportando a clau de rechistro: o fichero \"%s\" ya existe y no se " +"sobrescribirá." + +#: ../src/common/fmapbase.cpp:195 +msgid "Extended Unix Codepage for Japanese (EUC-JP)" +msgstr "Pachina de Codigos Unix Extendida ta lo Chaponés (EUC-JP)" + +#: ../src/html/chm.cpp:725 +#, c-format +msgid "Extraction of '%s' into '%s' failed." +msgstr "Ha fallau a extracción de '%s' en '%s'." + +#: ../src/common/accelcmn.cpp:238 ../src/common/accelcmn.cpp:333 +msgid "F" +msgstr "F" + +#: ../src/propgrid/advprops.cpp:640 +msgid "Face Name" +msgstr "Nombre d'a fuent" + +#: ../src/unix/snglinst.cpp:269 +msgid "Failed to access lock file." +msgstr "S'ha produciu un fallo en accedir a lo fichero de bloqueyo." + +#: ../src/unix/epolldispatcher.cpp:116 +#, c-format +msgid "Failed to add descriptor %d to epoll descriptor %d" +msgstr "" +"S'ha produciu una error en adhibir o descriptor %d a lo descriptor epoll %d" + +#: ../src/msw/dib.cpp:548 +#, c-format +msgid "Failed to allocate %luKb of memory for bitmap data." +msgstr "" +"S'ha produciu una error en asignar %luKb de memoria ta lo mapa de bits." + +#: ../src/common/glcmn.cpp:87 +msgid "Failed to allocate colour for OpenGL" +msgstr "S'ha produciu una error en asignar a color ta l'OpenGL" + +#: ../src/unix/displayx11.cpp:292 +msgid "Failed to change video mode" +msgstr "S'ha produciu una error en cambiar o modo de video" + +#: ../src/common/image.cpp:3139 +#, c-format +msgid "Failed to check format of image file \"%s\"." +msgstr "" +"S'ha produciu una error en comprebar o formato d'o fichero d'imachen \"%s\"." + +#: ../src/common/debugrpt.cpp:244 +#, c-format +msgid "Failed to clean up debug report directory \"%s\"" +msgstr "No s'ha puesto vuedar o directorio de reportes de depuración \"%s\"" + +#: ../src/common/filename.cpp:211 +msgid "Failed to close file handle" +msgstr "S'ha produciu una error en zarrar o maniador d'o fichero" + +#: ../src/unix/snglinst.cpp:340 +#, c-format +msgid "Failed to close lock file '%s'" +msgstr "No s'ha puesto zarrar o fichero de bloqueyo '%s'" + +#: ../src/msw/clipbrd.cpp:115 +msgid "Failed to close the clipboard." +msgstr "S'ha produciu una error en zarrar o portafuellas." + +#: ../src/x11/utils.cpp:204 +#, c-format +msgid "Failed to close the display \"%s\"" +msgstr "S'ha produciu una error en zarrar o display \"%s\"" + +#: ../src/msw/dialup.cpp:818 +msgid "Failed to connect: missing username/password." +msgstr "S'ha produciu una error en connectar: falta o nombre d'usuario/clau." + +#: ../src/msw/dialup.cpp:764 +msgid "Failed to connect: no ISP to dial." +msgstr "S'ha produciu una error en connectar: no bi ha un ISP a lo que gritar." + +#: ../src/common/textfile.cpp:200 +#, c-format +msgid "Failed to convert file \"%s\" to Unicode." +msgstr "S'ha produciu una error en convertir o fichero \"%s\" ta Unicode." + +#: ../src/generic/logg.cpp:976 +msgid "Failed to copy dialog contents to the clipboard." +msgstr "" +"S'ha produciu una error en copiar os contenius d'o dialogo en o portafuellas." + +#: ../src/msw/registry.cpp:691 +#, c-format +msgid "Failed to copy registry value '%s'" +msgstr "S'ha produciu un a error en copiar a valor '%s' d'o rechistro" + +#: ../src/msw/registry.cpp:700 +#, c-format +msgid "Failed to copy the contents of registry key '%s' to '%s'." +msgstr "" +"S'ha produciu una error en copiar os contenius d'a clau d'o rechistro '%s' " +"ta '%s'." + +#: ../src/common/filefn.cpp:1058 +#, c-format +msgid "Failed to copy the file '%s' to '%s'" +msgstr "S'ha produciu una error en copiar o fichero '%s' ta '%s'" + +#: ../src/msw/registry.cpp:678 +#, c-format +msgid "Failed to copy the registry subkey '%s' to '%s'." +msgstr "" +"S'ha produciu una error en copiar a subclau d'o rechistro '%s' en '%s'." + +#: ../src/msw/dde.cpp:1073 +msgid "Failed to create DDE string" +msgstr "S'ha produciu una error en creyar a cadena DDE" + +#: ../src/msw/mdi.cpp:594 +msgid "Failed to create MDI parent frame." +msgstr "S'ha produciu una error en creyar o panel MDI pai." + +#: ../src/common/filename.cpp:1086 +msgid "Failed to create a temporary file name" +msgstr "S'ha produciu una error en creyar un nombre temporal de fichero" + +#: ../src/msw/utilsexc.cpp:234 +msgid "Failed to create an anonymous pipe" +msgstr "S'ha produciu una error en creyar una canal anonima" + +#: ../src/msw/ole/automtn.cpp:525 +#, c-format +msgid "Failed to create an instance of \"%s\"" +msgstr "S'ha produciu una error en creyar una instancia de \"%s\"" + +#: ../src/msw/dde.cpp:442 +#, c-format +msgid "Failed to create connection to server '%s' on topic '%s'" +msgstr "" +"S'ha produciu una error en creyar a connexión enta lo servidor '%s' en '%s'" + +#: ../src/msw/cursor.cpp:212 +msgid "Failed to create cursor." +msgstr "S'ha produciu una error en creyar o cursor." + +#: ../src/common/debugrpt.cpp:209 +#, c-format +msgid "Failed to create directory \"%s\"" +msgstr "S'ha produciu una error en creyar o directorio \"%s\"" + +#: ../src/generic/dirdlgg.cpp:249 +#, c-format +msgid "" +"Failed to create directory '%s'\n" +"(Do you have the required permissions?)" +msgstr "" +"S'ha produciu una error en creyar o directorio '%s'\n" +"(Tiens os permisos necesarios?)" + +#: ../src/unix/epolldispatcher.cpp:84 +msgid "Failed to create epoll descriptor" +msgstr "S'ha produciu una error en creyar o descriptor epoll" + +#: ../src/msw/mimetype.cpp:198 +#, c-format +msgid "Failed to create registry entry for '%s' files." +msgstr "" +"S'ha produciu una error en creyar a dentrada d'o rechistro ta os fichers " +"'%s'." + +#: ../src/msw/fdrepdlg.cpp:442 +#, c-format +msgid "Failed to create the standard find/replace dialog (error code %d)" +msgstr "" +"S'ha produciu una error en creyar o dialogo estandar de mirar u substituir" +"(codigo d'error %d)" + +#: ../src/unix/wakeuppipe.cpp:52 +msgid "Failed to create wake up pipe used by event loop." +msgstr "" +"S'ha produciu una error en creyar a canyería de dispertar que fa servir o " +"bucle d'eventos." + +#: ../src/html/winpars.cpp:739 +#, c-format +msgid "Failed to display HTML document in %s encoding" +msgstr "" +"S'ha produciu una error en amostrar o documento HTML con codificación %s" + +#: ../src/msw/clipbrd.cpp:127 +msgid "Failed to empty the clipboard." +msgstr "S'ha produciu una error en vuedar o portafuellas." + +#: ../src/unix/displayx11.cpp:266 +msgid "Failed to enumerate video modes" +msgstr "S'ha produciu una error en enumerar os modos de video" + +#: ../src/msw/dde.cpp:727 +msgid "Failed to establish an advise loop with DDE server" +msgstr "S'ha produciu una error en establir un lazo d'aviso con o servidor DDE" + +#: ../src/msw/dialup.cpp:650 ../src/msw/dialup.cpp:884 +#, c-format +msgid "Failed to establish dialup connection: %s" +msgstr "S'ha produciu una error en establir a connexión de marcau: %s" + +#: ../src/unix/utilsunx.cpp:617 +#, c-format +msgid "Failed to execute '%s'\n" +msgstr "S'ha produciu una error en executar '%s'\n" + +#: ../src/common/debugrpt.cpp:725 +msgid "Failed to execute curl, please install it in PATH." +msgstr "" +"S'ha produciu una error en executar o curl, por favor, instala-lo en PATH." + +#: ../src/msw/ole/automtn.cpp:508 +#, c-format +msgid "Failed to find CLSID of \"%s\"" +msgstr "No s'ha puesto trobar o CLSID de \"%s\"" + +#: ../src/common/regex.cpp:434 ../src/common/regex.cpp:482 +#, c-format +msgid "Failed to find match for regular expression: %s" +msgstr "" +"S'ha produciu una error en mirar as coincidencias ta la expresión regular: %s" + +#: ../src/msw/dialup.cpp:716 +#, c-format +msgid "Failed to get ISP names: %s" +msgstr "S'ha produciu una error en obtener os nombres d'ISP: %s" + +#: ../src/msw/ole/automtn.cpp:577 +#, c-format +msgid "Failed to get OLE automation interface for \"%s\"" +msgstr "" +"S'ha produciu una error en obtener a interficie OLE d'automatización ta \"%s" +"\"" + +#: ../src/msw/clipbrd.cpp:747 +msgid "Failed to get data from the clipboard" +msgstr "S'ha produciu una error en obtener os datos d'o portafuellas" + +#: ../src/common/time.cpp:249 +msgid "Failed to get the local system time" +msgstr "S'ha produciu una error en obtener o sistema horario local" + +#: ../src/common/filefn.cpp:1452 +msgid "Failed to get the working directory" +msgstr "S'ha produciu una error en obtener o directorio de treballo" + +#: ../src/univ/theme.cpp:113 +msgid "Failed to initialize GUI: no built-in themes found." +msgstr "" +"S'ha produciu una error en inicializar a interfaz grafica d'usuario: no " +"s'han trobau temas integraus." + +#: ../src/msw/helpchm.cpp:63 +msgid "Failed to initialize MS HTML Help." +msgstr "S'ha produciu una error en inicializar l'Aduya MS HTML." + +#: ../src/msw/glcanvas.cpp:892 +msgid "Failed to initialize OpenGL" +msgstr "No s'ha puesto inicializar l'OpenGL" + +#: ../src/msw/dialup.cpp:879 +#, c-format +msgid "Failed to initiate dialup connection: %s" +msgstr "No s'ha puesto encetar a connexión d'acceso telefonico: %s" + +#: ../src/gtk/textctrl.cpp:1129 +msgid "Failed to insert text in the control." +msgstr "No s'ha puesto ficar texto en o control." + +#: ../src/unix/snglinst.cpp:241 +#, c-format +msgid "Failed to inspect the lock file '%s'" +msgstr "S'ha produciu una error a l'inspeccionar o fichero de bloqueyo '%s'" + +#: ../src/unix/appunix.cpp:182 +msgid "Failed to install signal handler" +msgstr "No s'ha puesto instalar o maniador de sinyal" + +#: ../src/unix/threadpsx.cpp:1167 +msgid "" +"Failed to join a thread, potential memory leak detected - please restart the " +"program" +msgstr "" +"No s'ha puesto sincronizar con un filo d'execución, perda potencial de " +"memoria detectada - por favor reenchega o programa" + +#: ../src/msw/utils.cpp:745 +#, c-format +msgid "Failed to kill process %d" +msgstr "No s'ha puesto amortar o proceso %d" + +#: ../src/common/image.cpp:2365 +#, c-format +msgid "Failed to load bitmap \"%s\" from resources." +msgstr "No s'ha puesto cargar o mapa de bits \"%s\" dende os recursos." + +#: ../src/common/image.cpp:2374 +#, c-format +msgid "Failed to load icon \"%s\" from resources." +msgstr "No s'ha puesto cargar l'icono \"%s\" dende os recursos." + +#: ../src/common/iconbndl.cpp:182 +#, c-format +msgid "Failed to load image %%d from file '%s'." +msgstr "No s'ha puesto cargar a imachen %%d dende o fichero '%s'." + +#: ../src/common/iconbndl.cpp:190 +#, c-format +msgid "Failed to load image %d from stream." +msgstr "No s'ha puesto cargar a imachen %d dende o fluxo." + +#: ../src/common/image.cpp:2450 ../src/common/image.cpp:2469 +#, c-format +msgid "Failed to load image from file \"%s\"." +msgstr "No s'ha puesto cargar a imachen dende o fichero \"%s\"." + +#: ../src/msw/enhmeta.cpp:97 +#, c-format +msgid "Failed to load metafile from file \"%s\"." +msgstr "No s'ha puesto ubrir o metafichero dende o fichero \"%s\"." + +#: ../src/msw/volume.cpp:327 +msgid "Failed to load mpr.dll." +msgstr "No s'ha puesto cargar o mpr.dll." + +#: ../src/msw/utils.cpp:1120 +#, c-format +msgid "Failed to load resource \"%s\"." +msgstr "No s'ha puesto cargar o recurso \"%s\"." + +#: ../src/common/dynlib.cpp:100 +#, c-format +msgid "Failed to load shared library '%s'" +msgstr "No s'ha puesto cargar a biblioteca compartida '%s'" + +#: ../src/msw/utils.cpp:1127 +#, c-format +msgid "Failed to lock resource \"%s\"." +msgstr "No s'ha puesto blocar o recurso \"%s\"." + +#: ../src/unix/snglinst.cpp:198 +#, c-format +msgid "Failed to lock the lock file '%s'" +msgstr "No s'ha puesto blocar o fichero de bloqueyo '%s'" + +#: ../src/unix/epolldispatcher.cpp:136 +#, c-format +msgid "Failed to modify descriptor %d in epoll descriptor %d" +msgstr "No s'ha puesto modificar o descriptor %d en o descriptor %d" + +#: ../src/common/filename.cpp:2687 +#, c-format +msgid "Failed to modify file times for '%s'" +msgstr "No s'ha puesto modificar as horas d'o fichero ta '%s'" + +#: ../src/common/selectdispatcher.cpp:252 +msgid "Failed to monitor I/O channels" +msgstr "No s'ha puesto monitorizar as canals de dentrada/salida" + +#: ../src/common/filename.cpp:194 +#, c-format +msgid "Failed to open '%s' for reading" +msgstr "No s'ha puesto ubrir '%s' ta lectura" + +#: ../src/common/filename.cpp:199 +#, c-format +msgid "Failed to open '%s' for writing" +msgstr "No s'ha puesto ubrir '%s' ta escritura" + +#: ../src/html/chm.cpp:141 +#, c-format +msgid "Failed to open CHM archive '%s'." +msgstr "No s'ha puesto ubrir o fichero CHM '%s'." + +#: ../src/common/utilscmn.cpp:1142 +#, c-format +msgid "Failed to open URL \"%s\" in default browser." +msgstr "No s'ha puesto ubrir a URL \"%s\" en o navegador predeterminau." + +#: ../include/wx/msw/private/fswatcher.h:92 +#, c-format +msgid "Failed to open directory \"%s\" for monitoring." +msgstr "No s'ha puesto ubrir o directorio \"%s\" ta monitorizar-lo." + +#: ../src/x11/utils.cpp:223 +#, c-format +msgid "Failed to open display \"%s\"." +msgstr "No s'ha puesto ubrir o display \"%s\"." + +#: ../src/common/filename.cpp:1121 +msgid "Failed to open temporary file." +msgstr "No s'ha puesto ubrir o fichero temporal." + +#: ../src/msw/clipbrd.cpp:94 +msgid "Failed to open the clipboard." +msgstr "No s'ha puesto ubrir o portafuellas." + +#: ../src/common/translation.cpp:1170 +#, c-format +msgid "Failed to parse Plural-Forms: '%s'" +msgstr "No s'ha puesto analisar as formas plurals: '%s'" + +#: ../src/unix/mediactrl.cpp:1268 +#, c-format +msgid "Failed to prepare playing \"%s\"." +msgstr "No s'ha puesto parar a reproducción \"%s\"." + +#: ../src/msw/clipbrd.cpp:647 +msgid "Failed to put data on the clipboard" +msgstr "No s'ha puesto meter datos en o portafuellas" + +#: ../src/unix/snglinst.cpp:278 +msgid "Failed to read PID from lock file." +msgstr "No s'ha puesto leyer o PID d'o fichero de bloqueyo." + +#: ../src/common/fileconf.cpp:464 +msgid "Failed to read config options." +msgstr "No s'ha puesto leyer as opcions de configuración." + +#: ../src/common/docview.cpp:678 +#, c-format +msgid "Failed to read document from the file \"%s\"." +msgstr "No s'ha puesto leyer o documento dende \"%s\"." + +#: ../src/dfb/evtloop.cpp:98 +msgid "Failed to read event from DirectFB pipe" +msgstr "No s'ha puesto leyer l'evento dende a canal DirectFB" + +#: ../src/unix/wakeuppipe.cpp:120 +msgid "Failed to read from wake-up pipe" +msgstr "No s'ha puesto leyer d'una tubería de dispertar" + +#: ../src/unix/utilsunx.cpp:685 +msgid "Failed to redirect child process input/output" +msgstr "No s'ha puesto reendrezar a dentrada/salida d'o proceso fillo" + +#: ../src/msw/utilsexc.cpp:696 +msgid "Failed to redirect the child process IO" +msgstr "No s'ha puesto reendrezar a dentrada/salida d'o proceso fillo" + +#: ../src/msw/dde.cpp:293 +#, c-format +msgid "Failed to register DDE server '%s'" +msgstr "No s'ha puesto rechistrar o servidor DDE '%s'" + +#: ../src/common/fontmap.cpp:245 +#, c-format +msgid "Failed to remember the encoding for the charset '%s'." +msgstr "" +"S'ha produciu una error a lo remerar a codificación ta lo conchunto de " +"caracters '%s'." + +#: ../src/common/debugrpt.cpp:227 +#, c-format +msgid "Failed to remove debug report file \"%s\"" +msgstr "No s'ha puesto eliminar o fichero de reporte de depuración \"%s\"" + +#: ../src/unix/snglinst.cpp:328 +#, c-format +msgid "Failed to remove lock file '%s'" +msgstr "No s'ha puesto sacar o fichero de bloqueyo '%s'" + +#: ../src/unix/snglinst.cpp:288 +#, c-format +msgid "Failed to remove stale lock file '%s'." +msgstr "No s'ha puesto eliminar l'antigo fichero de bloqueyo '%s'." + +#: ../src/msw/registry.cpp:528 +#, c-format +msgid "Failed to rename registry value '%s' to '%s'." +msgstr "No s'ha puesto renombrar a valor d'o rechistro '%s' a '%s'." + +#: ../src/common/filefn.cpp:1168 +#, c-format +msgid "" +"Failed to rename the file '%s' to '%s' because the destination file already " +"exists." +msgstr "" +"No s'ha puesto renombrar o fichero '%s' a '%s' porque o fichero de destín ya " +"existe." + +#: ../src/msw/registry.cpp:633 +#, c-format +msgid "Failed to rename the registry key '%s' to '%s'." +msgstr "No s'ha puesto renombrar a clau d'o rechistro '%s' a '%s'." + +#: ../src/msw/clipbrd.cpp:497 +msgid "Failed to retrieve data from the clipboard." +msgstr "No s'ha puesto recuperar datos d'o portafuellas." + +#: ../src/common/filename.cpp:2783 +#, c-format +msgid "Failed to retrieve file times for '%s'" +msgstr "No s'ha puesto recuperar horas d'o fichero ta '%s'" + +#: ../src/msw/dialup.cpp:487 +msgid "Failed to retrieve text of RAS error message" +msgstr "No s'ha puesto recuperar o mensache d'error de RAS" + +#: ../src/msw/clipbrd.cpp:784 +msgid "Failed to retrieve the supported clipboard formats" +msgstr "No s'ha puesto recuperar os formatos suportaus d'o portafuellas" + +#: ../src/common/docview.cpp:649 +#, c-format +msgid "Failed to save document to the file \"%s\"." +msgstr "No s'ha puesto alzar o documento en o fichero \"%s\"." + +#: ../src/msw/dib.cpp:326 +#, c-format +msgid "Failed to save the bitmap image to file \"%s\"." +msgstr "No s'ha puesto alzar a imachen de mapa de bits en o fichero \"%s\"." + +#: ../src/msw/dde.cpp:768 +msgid "Failed to send DDE advise notification" +msgstr "No s'ha puesto ninviar a notificación d'alvertencia DDE" + +#: ../src/common/ftp.cpp:404 +#, c-format +msgid "Failed to set FTP transfer mode to %s." +msgstr "No s'ha puesto establir o modo de transferencia FTP a %s." + +#: ../src/msw/clipbrd.cpp:373 +msgid "Failed to set clipboard data." +msgstr "No s'ha puesto meter datos en o portafuellas." + +#: ../src/unix/snglinst.cpp:181 +#, c-format +msgid "Failed to set permissions on lock file '%s'" +msgstr "No s'ha puesto establir os permisos d'o fichero de bloqueyo '%s'" + +#: ../src/unix/utilsunx.cpp:674 +msgid "Failed to set process priority" +msgstr "No s'ha puesto establir a prioridat d'o proceso" + +#: ../src/common/file.cpp:576 +msgid "Failed to set temporary file permissions" +msgstr "No s'ha puesto cambiar os permisos d'o fichero temporal" + +#: ../src/gtk/textctrl.cpp:1070 +msgid "Failed to set text in the text control." +msgstr "No s'ha puesto colocar texto en o control de texto." + +#: ../src/unix/threadpsx.cpp:1298 +#, c-format +msgid "Failed to set thread concurrency level to %lu" +msgstr "No s'ha puesto establir o libel de concurrencia en %lu" + +#: ../src/unix/threadpsx.cpp:1382 ../src/unix/threadpsx.cpp:1392 +#, c-format +msgid "Failed to set thread priority %d." +msgstr "No s'ha puesto establir a prioridat d'o filo d'execución %d." + +#: ../src/unix/utilsunx.cpp:801 +msgid "Failed to set up non-blocking pipe, the program might hang." +msgstr "" +"No s'ha puesto configurar a canyería sin bloqueyo, o programa puet bloqueyar-" +"se." + +#: ../src/common/fs_mem.cpp:261 +#, c-format +msgid "Failed to store image '%s' to memory VFS!" +msgstr "No s'ha puesto almagazenar a imachen '%s' en a memoria VFS." + +#: ../src/dfb/evtloop.cpp:170 +msgid "Failed to switch DirectFB pipe to non-blocking mode" +msgstr "No s'ha puesto cambiar a canyería ta lo modo de no bloqueyo" + +#: ../src/unix/wakeuppipe.cpp:59 +msgid "Failed to switch wake up pipe to non-blocking mode" +msgstr "" +"No s'ha puesto cambiar a canyería de dispertar ta lo modo de no bloqueyo" + +#: ../src/unix/threadpsx.cpp:1574 +msgid "Failed to terminate a thread." +msgstr "No s'ha puesto rematar un filo d'execución." + +#: ../src/msw/dde.cpp:746 +msgid "Failed to terminate the advise loop with DDE server" +msgstr "No s'ha puesto rematar o bucle d'alvertencia con o servidor DDE" + +#: ../src/msw/dialup.cpp:959 +#, c-format +msgid "Failed to terminate the dialup connection: %s" +msgstr "No s'ha puesto rematar a connexión: %s" + +#: ../src/common/filename.cpp:2702 +#, c-format +msgid "Failed to touch the file '%s'" +msgstr "No s'ha puesto retocar o fichero '%s'" + +#: ../src/unix/snglinst.cpp:334 +#, c-format +msgid "Failed to unlock lock file '%s'" +msgstr "No s'ha puesto desbloquiar o fichero de bloqueyo '%s'" + +#: ../src/msw/dde.cpp:314 +#, c-format +msgid "Failed to unregister DDE server '%s'" +msgstr "No s'ha puesto desrechistrar o servidor DDE '%s'" + +#: ../src/unix/epolldispatcher.cpp:155 +#, c-format +msgid "Failed to unregister descriptor %d from epoll descriptor %d" +msgstr "No s'ha puesto anular o rechistro descriptor%d d'o descriptor epoll%d" + +#: ../src/common/fileconf.cpp:1037 +msgid "Failed to update user configuration file." +msgstr "No s'ha puesto esviellar o fichero de configuración d'usuario." + +#: ../src/common/debugrpt.cpp:738 +#, c-format +msgid "Failed to upload the debug report (error code %d)." +msgstr "No s'ha puesto ninviar o reporte de depuración (codigo d'error %d)." + +#: ../src/unix/snglinst.cpp:168 +#, c-format +msgid "Failed to write to lock file '%s'" +msgstr "No s'ha puesto escribir en blocar o fichero '%s'" + +#: ../src/propgrid/propgrid.cpp:172 +msgid "False" +msgstr "Falso" + +#: ../src/propgrid/advprops.cpp:658 +msgid "Family" +msgstr "Familia" + +#: ../src/common/stockitem.cpp:157 ../src/msw/wince/filedlgwce.cpp:121 +msgid "File" +msgstr "Fichero" + +#: ../src/common/docview.cpp:666 +#, c-format +msgid "File \"%s\" could not be opened for reading." +msgstr "No s'ha puesto ubrir o fichero \"%s\" ta leyer." + +#: ../src/common/docview.cpp:643 +#, c-format +msgid "File \"%s\" could not be opened for writing." +msgstr "No s'ha puesto ubrir o fichero \"%s\" ta escribir." + +#: ../src/gtk/filedlg.cpp:56 +#, c-format +msgid "File '%s' already exists, do you really want to overwrite it?" +msgstr "O fichero '%s' ya existe, realment quiers sobrescribir-lo?" + +#: ../src/os2/filedlg.cpp:310 +#, c-format +msgid "" +"File '%s' already exists.\n" +"Do you want to replace it?" +msgstr "" +"O fichero '%s' ya existe.\n" +"Realment quiers sobrescribir-lo?" + +#: ../src/common/filefn.cpp:1206 +#, c-format +msgid "File '%s' couldn't be removed" +msgstr "No s'ha puesto esborrar o fichero '%s'" + +#: ../src/common/filefn.cpp:1187 +#, c-format +msgid "File '%s' couldn't be renamed '%s'" +msgstr "No s'ha puesto renombrar o fichero '%s' como '%s'" + +#: ../src/richtext/richtextctrl.cpp:2774 ../src/common/textcmn.cpp:935 +msgid "File couldn't be loaded." +msgstr "No s'ha puesto cargar o fichero." + +#: ../src/msw/filedlg.cpp:462 +#, c-format +msgid "File dialog failed with error code %0lx." +msgstr "O dialogo de fichero ha fallau con o codigo d'error %0lx." + +#: ../src/common/docview.cpp:1771 +msgid "File error" +msgstr "Error de fichero" + +#: ../src/generic/dirctrlg.cpp:688 ../src/generic/filectrlg.cpp:805 +msgid "File name exists already." +msgstr "Ya existe un fichero con o mesmo nombre." + +#: ../src/motif/filedlg.cpp:220 +msgid "Files" +msgstr "Fichers" + +#: ../src/common/filefn.cpp:1760 +#, c-format +msgid "Files (%s)" +msgstr "Fichers (%s)" + +#: ../src/motif/filedlg.cpp:218 +msgid "Filter" +msgstr "Filtro" + +#: ../src/common/stockitem.cpp:158 ../src/html/helpwnd.cpp:500 +msgid "Find" +msgstr "Mirar" + +#: ../src/common/stockitem.cpp:159 +msgid "First" +msgstr "Primeºr" + +#: ../src/common/prntbase.cpp:1518 +msgid "First page" +msgstr "Primera pachina" + +#: ../src/richtext/richtextsizepage.cpp:521 +msgid "Fixed" +msgstr "Fixa" + +#: ../src/html/helpwnd.cpp:1219 +msgid "Fixed font:" +msgstr "Fuent fixa:" + +#: ../src/html/helpwnd.cpp:1282 +msgid "Fixed size face.
    bold italic " +msgstr "Monoespaciau.
    negreta cursiva " + +#: ../src/richtext/richtextsizepage.cpp:229 +msgid "Floating" +msgstr "Flotant" + +#: ../src/common/stockitem.cpp:160 +msgid "Floppy" +msgstr "Disquet" + +#: ../src/common/paper.cpp:112 +msgid "Folio, 8 1/2 x 13 in" +msgstr "Folio, 8 1/2 x 13 in" + +#: ../src/richtext/richtextformatdlg.cpp:325 ../src/osx/carbon/fontdlg.cpp:457 +#: ../src/common/stockitem.cpp:194 +msgid "Font" +msgstr "Fuent" + +#: ../src/richtext/richtextfontpage.cpp:230 +msgid "Font &weight:" +msgstr "&Peso d'a fuent:" + +#: ../src/html/helpwnd.cpp:1220 +msgid "Font size:" +msgstr "Grandaria d'a fuent:" + +#: ../src/richtext/richtextfontpage.cpp:217 +msgid "Font st&yle:" +msgstr "&Estilo d'a fuent:" + +#: ../src/osx/carbon/fontdlg.cpp:499 +msgid "Font:" +msgstr "Fuent:" + +#: ../src/dfb/fontmgr.cpp:198 +#, c-format +msgid "Fonts index file %s disappeared while loading fonts." +msgstr "" +"O fichero indiz de fuents %s ha desapareixiu entre que se cargaban fuents." + +#: ../src/unix/utilsunx.cpp:651 +msgid "Fork failed" +msgstr "No s'ha puesto a bifurcación d'o proceso" + +#: ../src/common/stockitem.cpp:161 +msgid "Forward" +msgstr "Recular" + +#: ../src/common/xtixml.cpp:235 +msgid "Forward hrefs are not supported" +msgstr "As referencias de tipo forward no son suportadas" + +#: ../src/html/helpwnd.cpp:888 +#, c-format +msgid "Found %i matches" +msgstr "Trobadas %i coincidencias" + +#: ../src/generic/prntdlgg.cpp:238 +msgid "From:" +msgstr "De:" + +#: ../src/common/imaggif.cpp:160 +msgid "GIF: Invalid gif index." +msgstr "GIF: Indiz de gif no valido." + +#: ../src/common/imaggif.cpp:150 +msgid "GIF: data stream seems to be truncated." +msgstr "GIF: O fluxo de datos pareix haber-se truncau." + +#: ../src/common/imaggif.cpp:134 +msgid "GIF: error in GIF image format." +msgstr "GIF: error en o formato d'imachen GIF." + +#: ../src/common/imaggif.cpp:137 +msgid "GIF: not enough memory." +msgstr "GIF: memoria insuficient." + +#: ../src/common/imaggif.cpp:140 +msgid "GIF: unknown error!!!" +msgstr "GIF: error desconoixida!!!" + +#: ../src/gtk/window.cpp:4339 +msgid "" +"GTK+ installed on this machine is too old to support screen compositing, " +"please install GTK+ 2.12 or later." +msgstr "" +"O GTK+ instalau en iste ordinador ye masiau antigo ta suportar a composición " +"de pantalla, por favor instala o GTK+ 2.12 u superior." + +#: ../src/univ/themes/gtk.cpp:525 +msgid "GTK+ theme" +msgstr "Tema GTK+" + +#: ../src/common/preferencescmn.cpp:39 +msgid "General" +msgstr "Cheneral" + +#: ../src/common/prntbase.cpp:243 +msgid "Generic PostScript" +msgstr "PostScript chenerico" + +#: ../src/common/paper.cpp:136 +msgid "German Legal Fanfold, 8 1/2 x 13 in" +msgstr "Legal alemana en aventador, 8 1/2 x 13 in" + +#: ../src/common/paper.cpp:135 +msgid "German Std Fanfold, 8 1/2 x 12 in" +msgstr "Estandar alemana en aventador, 8 1/2 x 12 in" + +#: ../include/wx/xtiprop.h:188 +msgid "GetProperty called w/o valid getter" +msgstr "S'ha clamau a GetProperty sin un obtenedor valido" + +#: ../include/wx/xtiprop.h:266 +msgid "GetPropertyCollection called on a generic accessor" +msgstr "S'ha clamau a GetPropertyCollection sobre un accedent chenerico" + +#: ../include/wx/xtiprop.h:206 +msgid "GetPropertyCollection called w/o valid collection getter" +msgstr "" +"S'ha clamau a GetPropertyCollection sin un obtenedor de colección valido" + +#: ../src/html/helpwnd.cpp:673 +msgid "Go back" +msgstr "Ir ta zaga" + +#: ../src/html/helpwnd.cpp:674 +msgid "Go forward" +msgstr "Ir ta debant" + +#: ../src/html/helpwnd.cpp:676 +msgid "Go one level up in document hierarchy" +msgstr "Puyar un libel en a hierarquía d'o documento" + +#: ../src/generic/filedlgg.cpp:223 ../src/generic/dirdlgg.cpp:136 +msgid "Go to home directory" +msgstr "Ir ta lo directorio prencipal" + +#: ../src/generic/filedlgg.cpp:219 +msgid "Go to parent directory" +msgstr "Ir ta lo directorio pai" + +#: ../src/generic/aboutdlgg.cpp:76 +msgid "Graphics art by " +msgstr "Graficos por " + +#: ../src/common/fmapbase.cpp:154 +msgid "Greek (ISO-8859-7)" +msgstr "Griego (ISO-8859-7)" + +#: ../src/richtext/richtextborderspage.cpp:569 +msgid "Groove" +msgstr "Acanalau" + +#: ../src/common/zstream.cpp:158 ../src/common/zstream.cpp:318 +msgid "Gzip not supported by this version of zlib" +msgstr "Gzip no ye suportau por ista versión de zlib" + +#: ../src/common/accelcmn.cpp:75 +msgid "HELP" +msgstr "ADUYA" + +#: ../src/common/accelcmn.cpp:60 +msgid "HOME" +msgstr "INICIO" + +#: ../src/html/helpwnd.cpp:1552 +msgid "HTML Help Project (*.hhp)|*.hhp|" +msgstr "Prochecto d'aduya HTML (*.hhp)|*.hhp|" + +#: ../src/html/htmlwin.cpp:662 +#, c-format +msgid "HTML anchor %s does not exist." +msgstr "L'ancorache HTML %s no existe." + +#: ../src/html/helpwnd.cpp:1550 +msgid "HTML files (*.html;*.htm)|*.html;*.htm|" +msgstr "Fichers HTML (*.html;*.htm)|*.html;*.htm|" + +#: ../src/common/stockitem.cpp:162 +msgid "Harddisk" +msgstr "Disco duro" + +#: ../src/common/fmapbase.cpp:155 +msgid "Hebrew (ISO-8859-8)" +msgstr "Hebreu (ISO-8859-8)" + +#: ../include/wx/msgdlg.h:275 ../src/osx/button_osx.cpp:39 +#: ../src/common/stockitem.cpp:163 ../src/html/helpdlg.cpp:66 +#: ../src/html/helpfrm.cpp:116 +msgid "Help" +msgstr "Aduya" + +#: ../src/html/helpwnd.cpp:1213 +msgid "Help Browser Options" +msgstr "Opcions d'o Navegador de l'Aduya" + +#: ../src/generic/helpext.cpp:458 ../src/generic/helpext.cpp:459 +msgid "Help Index" +msgstr "Indiz de l'Aduya" + +#: ../src/html/helpwnd.cpp:1534 +msgid "Help Printing" +msgstr "Aduya d'Impresión" + +#: ../src/html/helpwnd.cpp:814 +msgid "Help Topics" +msgstr "Temas d'aduya" + +#: ../src/html/helpwnd.cpp:1551 +msgid "Help books (*.htb)|*.htb|Help books (*.zip)|*.zip|" +msgstr "Libros d'aduya (*.htb)|*.htb|Libros d'aduya (*.zip)|*.zip|" + +#: ../src/generic/helpext.cpp:271 +#, c-format +msgid "Help directory \"%s\" not found." +msgstr "Directorio d'aduya \"%s\" no trobau." + +#: ../src/generic/helpext.cpp:279 +#, c-format +msgid "Help file \"%s\" not found." +msgstr "Fichero d'aduya \"%s\" no trobau." + +#: ../src/html/helpctrl.cpp:63 +#, c-format +msgid "Help: %s" +msgstr "Aduya: %s" + +#: ../src/osx/menu_osx.cpp:623 +#, c-format +msgid "Hide %s" +msgstr "Amagar %s" + +#: ../src/osx/menu_osx.cpp:625 +msgid "Hide Others" +msgstr "Amagar atros" + +#: ../src/generic/infobar.cpp:84 +msgid "Hide this notification message." +msgstr "Amagar iste mensache de notificación." + +#: ../src/generic/dirdlgg.cpp:98 ../src/common/stockitem.cpp:164 +msgid "Home" +msgstr "Inicio" + +#: ../src/generic/dirctrlg.cpp:624 +msgid "Home directory" +msgstr "Directorio prencipal" + +#: ../src/richtext/richtextsizepage.cpp:253 +#: ../src/richtext/richtextsizepage.cpp:255 +msgid "How the object will float relative to the text." +msgstr "Como flotará l'obchecto en relación a lo texto." + +#: ../src/common/imagbmp.cpp:1122 +msgid "ICO: Error in reading mask DIB." +msgstr "ICO: Error en leyer a mascareta DIB." + +#: ../src/common/imagbmp.cpp:1237 ../src/common/imagbmp.cpp:1298 +#: ../src/common/imagbmp.cpp:1309 ../src/common/imagbmp.cpp:1322 +#: ../src/common/imagbmp.cpp:1367 ../src/common/imagbmp.cpp:1379 +#: ../src/common/imagbmp.cpp:1390 +msgid "ICO: Error writing the image file!" +msgstr "ICO: Error en escribir o fichero d'imachen!" + +#: ../src/common/imagbmp.cpp:1202 +msgid "ICO: Image too tall for an icon." +msgstr "ICO: Imachen masiau alta ta un icono." + +#: ../src/common/imagbmp.cpp:1210 +msgid "ICO: Image too wide for an icon." +msgstr "ICO: Imachen masiau ampla ta un icono." + +#: ../src/common/imagbmp.cpp:1470 +msgid "ICO: Invalid icon index." +msgstr "ICO: Indiz d'icono no valido." + +#: ../src/common/imagiff.cpp:759 +msgid "IFF: data stream seems to be truncated." +msgstr "IFF: o fluxo de datos pareix truncau." + +#: ../src/common/imagiff.cpp:743 +msgid "IFF: error in IFF image format." +msgstr "IFF: error en o formato d'imachen IFF." + +#: ../src/common/imagiff.cpp:746 +msgid "IFF: not enough memory." +msgstr "IFF: memoria insuficient." + +#: ../src/common/imagiff.cpp:749 +msgid "IFF: unknown error!!!" +msgstr "IFF: error desconoixida!!!" + +#: ../src/common/accelcmn.cpp:50 +msgid "INS" +msgstr "INS" + +#: ../src/common/accelcmn.cpp:51 +msgid "INSERT" +msgstr "INSERT" + +#: ../src/common/fmapbase.cpp:197 +msgid "ISO-2022-JP" +msgstr "ISO-2022-JP" + +#: ../src/osx/carbon/dataview.cpp:2418 +msgid "Icon & text renderer cannot render value; value type: " +msgstr "" +"O renderizador de textos y iconos no puet renderizar a valura; tipo de " +"valura: " + +#: ../src/html/htmprint.cpp:282 +msgid "" +"If possible, try changing the layout parameters to make the printout more " +"narrow." +msgstr "" +"Si ye posible, preba a cambiar a distribución d'os parametros ta fer a " +"impresión mas estreita." + +#: ../src/generic/dbgrptg.cpp:358 +msgid "" +"If you have any additional information pertaining to this bug\n" +"report, please enter it here and it will be joined to it:" +msgstr "" +"Si tiens bella información adicional tocant a iste reporte\n" +"d'error, por favor, introduce-lo aquí y en será adchuntau:" + +#: ../src/generic/dbgrptg.cpp:324 +msgid "" +"If you wish to suppress this debug report completely, please choose the " +"\"Cancel\" button,\n" +"but be warned that it may hinder improving the program, so if\n" +"at all possible please do continue with the report generation.\n" +msgstr "" +"Si deseyas eliminar iste reporte de depuración de raso, por favor, triga lo " +"botón \"Cancelar\",\n" +"pero saba que isto no aduya a la millora d'o programa, por tanto, si\n" +"ye posible, por favor, contina con a cheneración d'o reporte.\n" + +#: ../src/msw/registry.cpp:1395 +#, c-format +msgid "Ignoring value \"%s\" of the key \"%s\"." +msgstr "S'ignorará a valura \"%s\" d'a clau \"%s\"." + +#: ../src/common/xtistrm.cpp:299 +msgid "Illegal Object Class (Non-wxEvtHandler) as Event Source" +msgstr "Clase d'obchecto (Non-wxEvtHandler) como Event Source ilegal" + +#: ../src/common/xti.cpp:513 +msgid "Illegal Parameter Count for ConstructObject Method" +msgstr "Numero ilegal de parametros ta lo metodo ConstructObject" + +#: ../src/common/xti.cpp:501 +msgid "Illegal Parameter Count for Create Method" +msgstr "Numero ilegal de parametros ta lo metodo Create" + +#: ../src/generic/dirctrlg.cpp:670 ../src/generic/filectrlg.cpp:791 +msgid "Illegal directory name." +msgstr "Nombre de directorio ilegal." + +#: ../src/generic/filectrlg.cpp:1380 +msgid "Illegal file specification." +msgstr "Especificación de fichero ilegal." + +#: ../src/common/image.cpp:2158 +msgid "Image and mask have different sizes." +msgstr "A imachen y a mascareta tienen grandarias diferents." + +#: ../src/common/image.cpp:2609 +#, c-format +msgid "Image file is not of type %d." +msgstr "O fichero de imachen no ye d'a mena %d." + +#: ../src/common/image.cpp:2739 +#, c-format +msgid "Image is not of type %s." +msgstr "A imachen no ye d'a mena %s." + +#: ../src/msw/textctrl.cpp:413 +msgid "" +"Impossible to create a rich edit control, using simple text control instead. " +"Please reinstall riched32.dll" +msgstr "" +"Ye imposible de creyar o control 'rich edit', s'usará o control de texto " +"simple. Por favor instala riched32.dll" + +#: ../src/unix/utilsunx.cpp:307 +msgid "Impossible to get child process input" +msgstr "Ye imposible obtener a dentrada d'o proceso fillo" + +#: ../src/common/filefn.cpp:1074 +#, c-format +msgid "Impossible to get permissions for file '%s'" +msgstr "Ye imposible obtener permisos ta lo fichero '%s'" + +#: ../src/common/filefn.cpp:1088 +#, c-format +msgid "Impossible to overwrite the file '%s'" +msgstr "Ye imposible sobrescribir o fichero '%s'" + +#: ../src/common/filefn.cpp:1142 +#, c-format +msgid "Impossible to set permissions for the file '%s'" +msgstr "Ye imposible establir permisos ta lo fichero '%s'" + +#: ../src/common/gifdecod.cpp:818 +#, c-format +msgid "Incorrect GIF frame size (%u, %d) for the frame #%u" +msgstr "Grandaria de marco GIF incorrecta (%u, %d) pa lo marco #%u" + +#: ../src/msw/ole/automtn.cpp:638 +msgid "Incorrect number of arguments." +msgstr "Numero incorrecto d'argumentos." + +#: ../src/common/stockitem.cpp:165 +msgid "Indent" +msgstr "Escalonau" + +#: ../src/richtext/richtextformatdlg.cpp:331 +msgid "Indents && Spacing" +msgstr "Espaciau && Escalonaus" + +#: ../src/common/stockitem.cpp:166 ../src/html/helpwnd.cpp:525 +msgid "Index" +msgstr "Indiz" + +#: ../src/common/fmapbase.cpp:159 +msgid "Indian (ISO-8859-12)" +msgstr "Indico (ISO-8859-12)" + +#: ../src/common/stockitem.cpp:167 +msgid "Info" +msgstr "Información" + +#: ../src/common/init.cpp:276 +msgid "Initialization failed in post init, aborting." +msgstr "Ha fallau a inicialización en post init, abortando-la." + +#: ../src/richtext/richtextsymboldlg.cpp:472 +msgid "Insert" +msgstr "Ficar" + +#: ../src/richtext/richtextbuffer.cpp:7791 +msgid "Insert Field" +msgstr "Ficar un campo" + +#: ../src/richtext/richtextbuffer.cpp:7702 +#: ../src/richtext/richtextbuffer.cpp:8655 +msgid "Insert Image" +msgstr "Ficar una imachen" + +#: ../src/richtext/richtextbuffer.cpp:7749 +msgid "Insert Object" +msgstr "Ficar un obchecto" + +#: ../src/richtext/richtextctrl.cpp:1241 ../src/richtext/richtextctrl.cpp:1448 +#: ../src/richtext/richtextbuffer.cpp:7544 +#: ../src/richtext/richtextbuffer.cpp:7574 +#: ../src/richtext/richtextbuffer.cpp:7618 +msgid "Insert Text" +msgstr "Ficar Texto" + +#: ../src/richtext/richtextindentspage.cpp:295 +#: ../src/richtext/richtextindentspage.cpp:297 +msgid "Inserts a page break before the paragraph." +msgstr "Ficar un blinco de pachina antis d'o paragrafo." + +#: ../src/richtext/richtextborderspage.cpp:571 +msgid "Inset" +msgstr "Interno" + +#: ../src/gtk/app.cpp:429 +#, c-format +msgid "Invalid GTK+ command line option, use \"%s --help\"" +msgstr "Opción GTK+ de linia de comandos invalida, Fe servir \"%s --help\"" + +#: ../src/common/imagtiff.cpp:314 +msgid "Invalid TIFF image index." +msgstr "Indiz d'imachen TIFF no valido." + +#: ../src/osx/carbon/dataview.cpp:1780 ../src/osx/carbon/dataview.cpp:1875 +msgid "Invalid data view item" +msgstr "Elemento d'anvista de datos invalido" + +#: ../src/common/appcmn.cpp:266 +#, c-format +msgid "Invalid display mode specification '%s'." +msgstr "Especificación de 'display' no valida: '%s'." + +#: ../src/x11/app.cpp:121 +#, c-format +msgid "Invalid geometry specification '%s'" +msgstr "Especificación de cheometría no valida: '%s'" + +#: ../src/unix/fswatcher_inotify.cpp:311 +#, c-format +msgid "Invalid inotify event for \"%s\"" +msgstr "Evento inotify invalido ta \"%s\"" + +#: ../src/unix/snglinst.cpp:312 +#, c-format +msgid "Invalid lock file '%s'." +msgstr "Fichero de bloqueyo '%s' no valido." + +#: ../src/common/translation.cpp:1111 +msgid "Invalid message catalog." +msgstr "Catalogo de mensaches invalido." + +#: ../src/common/xtistrm.cpp:409 ../src/common/xtistrm.cpp:424 +msgid "Invalid or Null Object ID passed to GetObjectClassInfo" +msgstr "Identificador d'obchecto pasau a GetObjectClassInfo nulo u invalido" + +#: ../src/common/xtistrm.cpp:439 +msgid "Invalid or Null Object ID passed to HasObjectClassInfo" +msgstr "Identificador d'obchecto pasau a HasObjectClassInfo nulo u invalido" + +#: ../src/common/regex.cpp:313 +#, c-format +msgid "Invalid regular expression '%s': %s" +msgstr "Expresión regular no valida '%s': %s" + +#: ../src/common/config.cpp:226 +#, c-format +msgid "Invalid value %ld for a boolean key \"%s\" in config file." +msgstr "" +"Valor invalida %ld ta una clau booleana \"%s\" en o fichero de configuración." + +#: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:333 +#: ../src/osx/carbon/fontdlg.cpp:531 ../src/common/stockitem.cpp:168 +msgid "Italic" +msgstr "Cursiva" + +#: ../src/common/paper.cpp:131 +msgid "Italy Envelope, 110 x 230 mm" +msgstr "Sobre Italián, 110 x 230 mm" + +#: ../src/common/imagjpeg.cpp:255 +msgid "JPEG: Couldn't load - file is probably corrupted." +msgstr "JPEG: No s'ha puesto ubrir - o fichero ye prebablement corrupto." + +#: ../src/common/imagjpeg.cpp:434 +msgid "JPEG: Couldn't save image." +msgstr "JPEG: No s'ha puesto alzar a imachen." + +#: ../src/common/paper.cpp:164 +msgid "Japanese Double Postcard 200 x 148 mm" +msgstr "Tarcheta Chaponesa Dople 200 x 148 mm" + +#: ../src/common/paper.cpp:168 +msgid "Japanese Envelope Chou #3" +msgstr "Sobre chaponés Chou #3" + +#: ../src/common/paper.cpp:181 +msgid "Japanese Envelope Chou #3 Rotated" +msgstr "Sobre chaponés Chou #3 Chirau" + +#: ../src/common/paper.cpp:169 +msgid "Japanese Envelope Chou #4" +msgstr "Sobre chaponés Chou #4" + +#: ../src/common/paper.cpp:182 +msgid "Japanese Envelope Chou #4 Rotated" +msgstr "Sobre chaponés Chou #4 Chirau" + +#: ../src/common/paper.cpp:166 +msgid "Japanese Envelope Kaku #2" +msgstr "Sobre chaponés Kaku #2" + +#: ../src/common/paper.cpp:179 +msgid "Japanese Envelope Kaku #2 Rotated" +msgstr "Sobre chaponés Kaku #2 Chirau" + +#: ../src/common/paper.cpp:167 +msgid "Japanese Envelope Kaku #3" +msgstr "Sobre chaponés Kaku #3" + +#: ../src/common/paper.cpp:180 +msgid "Japanese Envelope Kaku #3 Rotated" +msgstr "Sobre chaponés Kaku #3 Chirau" + +#: ../src/common/paper.cpp:186 +msgid "Japanese Envelope You #4" +msgstr "Sobre chaponés You #4" + +#: ../src/common/paper.cpp:187 +msgid "Japanese Envelope You #4 Rotated" +msgstr "Sobre chaponés You #4 Chirau" + +#: ../src/common/paper.cpp:139 +msgid "Japanese Postcard 100 x 148 mm" +msgstr "Tarcheta Chaponesa 100 x 148 mm" + +#: ../src/common/paper.cpp:176 +msgid "Japanese Postcard Rotated 148 x 100 mm" +msgstr "Tarcheta Chaponesa Chirada 148 x 100 mm" + +#: ../src/common/stockitem.cpp:169 +msgid "Jump to" +msgstr "Blincar ta" + +#: ../src/common/stockitem.cpp:171 +msgid "Justified" +msgstr "Chustificau" + +#: ../src/richtext/richtextindentspage.cpp:155 +#: ../src/richtext/richtextindentspage.cpp:157 +#: ../src/richtext/richtextliststylepage.cpp:344 +#: ../src/richtext/richtextliststylepage.cpp:346 +msgid "Justify text left and right." +msgstr "Chustificar o texto a cucha y dreita." + +#: ../src/common/fmapbase.cpp:163 +msgid "KOI8-R" +msgstr "KOI8-R" + +#: ../src/common/fmapbase.cpp:164 +msgid "KOI8-U" +msgstr "KOI8-U" + +#: ../src/common/accelcmn.cpp:254 ../src/common/accelcmn.cpp:336 +msgid "KP_" +msgstr "KP_" + +#: ../src/common/accelcmn.cpp:103 +msgid "KP_ADD" +msgstr "KP_SUMAR" + +#: ../src/common/accelcmn.cpp:98 +msgid "KP_BEGIN" +msgstr "KP_BEGIN" + +#: ../src/common/accelcmn.cpp:106 +msgid "KP_DECIMAL" +msgstr "KP_DECIMAL" + +#: ../src/common/accelcmn.cpp:100 +msgid "KP_DELETE" +msgstr "KP_SUPR" + +#: ../src/common/accelcmn.cpp:107 +msgid "KP_DIVIDE" +msgstr "KP_DIVIDIR" + +#: ../src/common/accelcmn.cpp:92 +msgid "KP_DOWN" +msgstr "KP_ABAIXO" + +#: ../src/common/accelcmn.cpp:97 +msgid "KP_END" +msgstr "KP_FIN" + +#: ../src/common/accelcmn.cpp:87 +msgid "KP_ENTER" +msgstr "KP_INTRO" + +#: ../src/common/accelcmn.cpp:101 +msgid "KP_EQUAL" +msgstr "KP_IGUAL" + +#: ../src/common/accelcmn.cpp:88 +msgid "KP_HOME" +msgstr "KP_INICIO" + +#: ../src/common/accelcmn.cpp:99 +msgid "KP_INSERT" +msgstr "KP_INSERT" + +#: ../src/common/accelcmn.cpp:89 +msgid "KP_LEFT" +msgstr "KP_CUCHA" + +#: ../src/common/accelcmn.cpp:102 +msgid "KP_MULTIPLY" +msgstr "KP_MULTIPLICAR" + +#: ../src/common/accelcmn.cpp:95 +msgid "KP_NEXT" +msgstr "KP_SIGUIENT" + +#: ../src/common/accelcmn.cpp:96 +msgid "KP_PAGEDOWN" +msgstr "KP_AVPACH" + +#: ../src/common/accelcmn.cpp:94 +msgid "KP_PAGEUP" +msgstr "KP_REPACH" + +#: ../src/common/accelcmn.cpp:93 +msgid "KP_PRIOR" +msgstr "KP_PRIOR" + +#: ../src/common/accelcmn.cpp:91 +msgid "KP_RIGHT" +msgstr "KP_DREITA" + +#: ../src/common/accelcmn.cpp:104 +msgid "KP_SEPARATOR" +msgstr "KP_SEPARADOR" + +#: ../src/common/accelcmn.cpp:85 +msgid "KP_SPACE" +msgstr "KP_ESPACIO" + +#: ../src/common/accelcmn.cpp:105 +msgid "KP_SUBTRACT" +msgstr "KP_RESTAR" + +#: ../src/common/accelcmn.cpp:86 +msgid "KP_TAB" +msgstr "KP_TAB" + +#: ../src/common/accelcmn.cpp:90 +msgid "KP_UP" +msgstr "KP_ALTO" + +#: ../src/richtext/richtextindentspage.cpp:270 +msgid "L&ine spacing:" +msgstr "Espaciau de l&inia:" + +#: ../src/common/accelcmn.cpp:56 +msgid "LEFT" +msgstr "CUCHA" + +#: ../src/generic/prntdlgg.cpp:613 ../src/generic/prntdlgg.cpp:868 +msgid "Landscape" +msgstr "Horizontal" + +#: ../src/common/stockitem.cpp:174 +msgid "Last" +msgstr "Zaguer" + +#: ../src/common/prntbase.cpp:1542 +msgid "Last page" +msgstr "Zaguera pachina" + +#: ../src/common/log.cpp:309 +#, c-format +msgid "Last repeated message (\"%s\", %lu time) wasn't output" +msgid_plural "Last repeated message (\"%s\", %lu times) wasn't output" +msgstr[0] "O zaguer mensache repetiu (\"%s\", %lu vegada) no yera a salida." +msgstr[1] "O zaguer mensache repetiu (\"%s\", %lu vegadas) no yera a salida." + +#: ../src/common/paper.cpp:104 +msgid "Ledger, 17 x 11 in" +msgstr "Libro de contos, 17 x 11 in" + +#: ../src/richtext/richtextliststylepage.cpp:249 +#: ../src/richtext/richtextliststylepage.cpp:252 +#: ../src/richtext/richtextliststylepage.cpp:253 +#: ../src/richtext/richtextbulletspage.cpp:199 +#: ../src/richtext/richtextbulletspage.cpp:202 +#: ../src/richtext/richtextbulletspage.cpp:203 +#: ../src/richtext/richtextsizepage.cpp:249 +msgid "Left" +msgstr "Cucha" + +#: ../src/richtext/richtextindentspage.cpp:204 +#: ../src/richtext/richtextliststylepage.cpp:390 +msgid "Left (&first line):" +msgstr "Cucha (&primera linia):" + +#: ../src/generic/prntdlgg.cpp:880 +msgid "Left margin (mm):" +msgstr "Marguin cucha (mm):" + +#: ../src/richtext/richtextindentspage.cpp:141 +#: ../src/richtext/richtextindentspage.cpp:143 +#: ../src/richtext/richtextliststylepage.cpp:330 +#: ../src/richtext/richtextliststylepage.cpp:332 +msgid "Left-align text." +msgstr "Texto aliniau a la cucha." + +#: ../src/common/paper.cpp:145 +msgid "Legal Extra 9 1/2 x 15 in" +msgstr "Legal Extra 9 1/2 x 15 in" + +#: ../src/common/paper.cpp:97 +msgid "Legal, 8 1/2 x 14 in" +msgstr "Legal, 8 1/2 x 14 in" + +#: ../src/common/paper.cpp:144 +msgid "Letter Extra 9 1/2 x 12 in" +msgstr "Carta extra 9 1/2 x 12 in" + +#: ../src/common/paper.cpp:150 +msgid "Letter Extra Transverse 9.275 x 12 in" +msgstr "Carta extra transversal 9.275 x 12 in" + +#: ../src/common/paper.cpp:153 +msgid "Letter Plus 8 1/2 x 12.69 in" +msgstr "Carta Plus 8 1/2 x 12.69 in" + +#: ../src/common/paper.cpp:170 +msgid "Letter Rotated 11 x 8 1/2 in" +msgstr "Carta chirada 11 x 8 1/2 in" + +#: ../src/common/paper.cpp:102 +msgid "Letter Small, 8 1/2 x 11 in" +msgstr "Carta chicota, 8 1/2 x 11 in" + +#: ../src/common/paper.cpp:148 +msgid "Letter Transverse 8 1/2 x 11 in" +msgstr "Carta transversal 8 1/2 x 11 in" + +#: ../src/common/paper.cpp:96 +msgid "Letter, 8 1/2 x 11 in" +msgstr "Carta, 8 1/2 x 11 in" + +#: ../src/generic/aboutdlgg.cpp:173 +msgid "License" +msgstr "Licencia" + +#: ../src/generic/fontdlgg.cpp:332 +msgid "Light" +msgstr "Lichera" + +#: ../src/generic/helpext.cpp:298 +#, c-format +msgid "Line %lu of map file \"%s\" has invalid syntax, skipped." +msgstr "" +"A linia %lu d'o fichero de mapa \"%s\" tien una sintaxi no valida, ye estau " +"blincau." + +#: ../src/richtext/richtextliststylepage.cpp:444 +msgid "Line spacing:" +msgstr "Espaciau de linia:" + +#: ../src/html/chm.cpp:838 +msgid "Link contained '//', converted to absolute link." +msgstr "O vinclo contién '//', convertiu a vinclo absoluto." + +#: ../src/richtext/richtextformatdlg.cpp:350 +msgid "List Style" +msgstr "Estilo de Lista" + +#: ../src/richtext/richtextstyles.cpp:1060 +msgid "List styles" +msgstr "Estilos de lista" + +#: ../src/richtext/richtextfontpage.cpp:206 +#: ../src/richtext/richtextfontpage.cpp:208 +msgid "Lists font sizes in points." +msgstr "Grandarias de fuent de listas en puntos." + +#: ../src/richtext/richtextfontpage.cpp:199 +#: ../src/richtext/richtextfontpage.cpp:201 +msgid "Lists the available fonts." +msgstr "Lista las fuents disponibles." + +#: ../src/common/fldlgcmn.cpp:343 +#, c-format +msgid "Load %s file" +msgstr "Cargar o fichero %s" + +#: ../src/html/htmlwin.cpp:578 +msgid "Loading : " +msgstr "Cargando : " + +#: ../src/unix/snglinst.cpp:246 +#, c-format +msgid "Lock file '%s' has incorrect owner." +msgstr "O fichero de bloqueyo '%s' tién un propietario incorrecto." + +#: ../src/unix/snglinst.cpp:251 +#, c-format +msgid "Lock file '%s' has incorrect permissions." +msgstr "O fichero de bloqueyo '%s' tién permisos incorrectos." + +#: ../src/generic/logg.cpp:582 +#, c-format +msgid "Log saved to the file '%s'." +msgstr "Rechistro alzau en o fichero '%s'." + +#: ../src/richtext/richtextliststylepage.cpp:484 +#: ../src/richtext/richtextbulletspage.cpp:289 +msgid "Lower case letters" +msgstr "Letras minusclas" + +#: ../src/richtext/richtextliststylepage.cpp:486 +#: ../src/richtext/richtextbulletspage.cpp:291 +msgid "Lower case roman numerals" +msgstr "Numeros romanos en minuscla" + +#: ../src/gtk/mdi.cpp:422 ../src/gtk1/mdi.cpp:431 +msgid "MDI child" +msgstr "Finestra filla MDI" + +#: ../src/common/accelcmn.cpp:68 +msgid "MENU" +msgstr "MENÚ" + +#: ../src/msw/helpchm.cpp:56 +msgid "" +"MS HTML Help functions are unavailable because the MS HTML Help library is " +"not installed on this machine. Please install it." +msgstr "" +"As funcions d'Aduya MS HTML no son disponibles porque a librería d'Aduya MS " +"HTML no ye instalada. Por favor instala-la." + +#: ../src/univ/themes/win32.cpp:3754 +msgid "Ma&ximize" +msgstr "Ma&ximizar" + +#: ../src/common/fmapbase.cpp:203 +msgid "MacArabic" +msgstr "Mac Arabe" + +#: ../src/common/fmapbase.cpp:222 +msgid "MacArmenian" +msgstr "Mac Armenio" + +#: ../src/common/fmapbase.cpp:211 +msgid "MacBengali" +msgstr "Mac Bengalí" + +#: ../src/common/fmapbase.cpp:217 +msgid "MacBurmese" +msgstr "Mac Burmese" + +#: ../src/common/fmapbase.cpp:236 +msgid "MacCeltic" +msgstr "Mac Celtico" + +#: ../src/common/fmapbase.cpp:227 +msgid "MacCentralEurRoman" +msgstr "Mac Román Centroeuropeu" + +#: ../src/common/fmapbase.cpp:223 +msgid "MacChineseSimp" +msgstr "Mac Chino Simplificau" + +#: ../src/common/fmapbase.cpp:201 +msgid "MacChineseTrad" +msgstr "Mac Chino Tradicional" + +#: ../src/common/fmapbase.cpp:233 +msgid "MacCroatian" +msgstr "Mac Crovata" + +#: ../src/common/fmapbase.cpp:206 +msgid "MacCyrillic" +msgstr "Mac Cirilico" + +#: ../src/common/fmapbase.cpp:207 +msgid "MacDevanagari" +msgstr "Mac Devanagari" + +#: ../src/common/fmapbase.cpp:231 +msgid "MacDingbats" +msgstr "Mac pictogramas" + +#: ../src/common/fmapbase.cpp:226 +msgid "MacEthiopic" +msgstr "Mac Etiope" + +#: ../src/common/fmapbase.cpp:229 +msgid "MacExtArabic" +msgstr "Mac Arabe Ext" + +#: ../src/common/fmapbase.cpp:237 +msgid "MacGaelic" +msgstr "Mac Gaelico" + +#: ../src/common/fmapbase.cpp:221 +msgid "MacGeorgian" +msgstr "Mac Cheorchiano" + +#: ../src/common/fmapbase.cpp:205 +msgid "MacGreek" +msgstr "Mac Griego" + +#: ../src/common/fmapbase.cpp:209 +msgid "MacGujarati" +msgstr "Mac gujarati" + +#: ../src/common/fmapbase.cpp:208 +msgid "MacGurmukhi" +msgstr "Mac gurmukhi" + +#: ../src/common/fmapbase.cpp:204 +msgid "MacHebrew" +msgstr "Mac Hebreu" + +#: ../src/common/fmapbase.cpp:234 +msgid "MacIcelandic" +msgstr "Mac Islandés" + +#: ../src/common/fmapbase.cpp:200 +msgid "MacJapanese" +msgstr "Mac Chaponés" + +#: ../src/common/fmapbase.cpp:214 +msgid "MacKannada" +msgstr "Mac Canadá" + +#: ../src/common/fmapbase.cpp:238 +msgid "MacKeyboardGlyphs" +msgstr "Mac Caracters Especials" + +#: ../src/common/fmapbase.cpp:218 +msgid "MacKhmer" +msgstr "Mac Camboyano" + +#: ../src/common/fmapbase.cpp:202 +msgid "MacKorean" +msgstr "Mac Coreán" + +#: ../src/common/fmapbase.cpp:220 +msgid "MacLaotian" +msgstr "Mac Laosián" + +#: ../src/common/fmapbase.cpp:215 +msgid "MacMalayalam" +msgstr "Mac Malayo" + +#: ../src/common/fmapbase.cpp:225 +msgid "MacMongolian" +msgstr "Mac mongol" + +#: ../src/common/fmapbase.cpp:210 +msgid "MacOriya" +msgstr "MacOriya" + +#: ../src/common/fmapbase.cpp:199 +msgid "MacRoman" +msgstr "Mac Román" + +#: ../src/common/fmapbase.cpp:235 +msgid "MacRomanian" +msgstr "Mac Rumán" + +#: ../src/common/fmapbase.cpp:216 +msgid "MacSinhalese" +msgstr "Mac cingalés" + +#: ../src/common/fmapbase.cpp:230 +msgid "MacSymbol" +msgstr "Mac Simbolos" + +#: ../src/common/fmapbase.cpp:212 +msgid "MacTamil" +msgstr "Mac tamil" + +#: ../src/common/fmapbase.cpp:213 +msgid "MacTelugu" +msgstr "Mac telugu" + +#: ../src/common/fmapbase.cpp:219 +msgid "MacThai" +msgstr "Mac Tailandés" + +#: ../src/common/fmapbase.cpp:224 +msgid "MacTibetan" +msgstr "Mac Tibetán" + +#: ../src/common/fmapbase.cpp:232 +msgid "MacTurkish" +msgstr "Mac Turco" + +#: ../src/common/fmapbase.cpp:228 +msgid "MacVietnamese" +msgstr "Mac Vietnamita" + +#: ../src/propgrid/advprops.cpp:2013 +msgid "Make a selection:" +msgstr "Selecciona una opción:" + +#: ../src/richtext/richtextformatdlg.cpp:363 +#: ../src/richtext/richtextmarginspage.cpp:172 +msgid "Margins" +msgstr "Marguins" + +#: ../src/generic/fdrepdlg.cpp:147 +msgid "Match case" +msgstr "Coincidir as mayusclas y minusclas" + +#: ../src/richtext/richtextsizepage.cpp:463 +msgid "Max height:" +msgstr "Altura maxima:" + +#: ../src/richtext/richtextsizepage.cpp:436 +msgid "Max width:" +msgstr "Amplaria maxima:" + +#: ../src/unix/mediactrl.cpp:1006 +#, c-format +msgid "Media playback error: %s" +msgstr "S'ha produciu una error en a reproducción multimedia: %s" + +#: ../src/common/fs_mem.cpp:175 +#, c-format +msgid "Memory VFS already contains file '%s'!" +msgstr "VFS en memoria ya contién o fichero '%s'!" + +#: ../src/msw/frame.cpp:347 +msgid "Menu" +msgstr "Menú" + +#: ../src/common/msgout.cpp:124 +msgid "Message" +msgstr "Mensache" + +#: ../src/univ/themes/metal.cpp:168 +msgid "Metal theme" +msgstr "Tema metal" + +#: ../src/msw/ole/automtn.cpp:655 +msgid "Method or property not found." +msgstr "No s'ha trobau o metodo u propiedatz." + +#: ../src/univ/themes/win32.cpp:3752 +msgid "Mi&nimize" +msgstr "Mi&nimizar" + +#: ../src/richtext/richtextsizepage.cpp:409 +msgid "Min height:" +msgstr "Altura minima:" + +#: ../src/richtext/richtextsizepage.cpp:382 +msgid "Min width:" +msgstr "Amplaria minima:" + +#: ../src/msw/ole/automtn.cpp:671 +msgid "Missing a required parameter." +msgstr "Se requier un parametro." + +#: ../src/generic/fontdlgg.cpp:324 +msgid "Modern" +msgstr "Moderno" + +#: ../src/generic/filectrlg.cpp:462 +msgid "Modified" +msgstr "Modificau" + +#: ../src/common/module.cpp:133 +#, c-format +msgid "Module \"%s\" initialization failed" +msgstr "No s'ha puesto inicializar o modulo \"%s\"" + +#: ../src/common/paper.cpp:132 +msgid "Monarch Envelope, 3 7/8 x 7 1/2 in" +msgstr "Sobre Monarch, 3 7/8 x 7 1/2 in" + +#: ../src/msw/fswatcher.cpp:143 +msgid "Monitoring individual files for changes is not supported currently." +msgstr "" +"Actualment no se suporta a monitorización d'os cambios d'os fichers " +"individuals." + +#: ../src/generic/editlbox.cpp:276 +msgid "Move down" +msgstr "Mover enta baixo" + +#: ../src/generic/editlbox.cpp:275 +msgid "Move up" +msgstr "Mover enta alto" + +#: ../src/richtext/richtextsizepage.cpp:682 +#: ../src/richtext/richtextsizepage.cpp:684 +msgid "Moves the object to the next paragraph." +msgstr "Mueve l'obchecto ta lo siguient paragrafo." + +#: ../src/richtext/richtextsizepage.cpp:676 +#: ../src/richtext/richtextsizepage.cpp:678 +msgid "Moves the object to the previous paragraph." +msgstr "Mueve l'obchecto ta l'anterior paragrafo." + +#: ../src/richtext/richtextbuffer.cpp:9596 +msgid "Multiple Cell Properties" +msgstr "Propiedatz de celda multiple" + +#: ../src/common/accelcmn.cpp:81 +msgid "NUM_LOCK" +msgstr "BLOQ_NUM" + +#: ../src/generic/filectrlg.cpp:459 +msgid "Name" +msgstr "Nombre" + +#: ../src/common/stockitem.cpp:175 +msgid "Network" +msgstr "Ret" + +#: ../src/common/stockitem.cpp:176 +msgid "New" +msgstr "Nuevo" + +#: ../src/richtext/richtextstyledlg.cpp:243 +msgid "New &Box Style..." +msgstr "Nuevo estilo de &caixa..." + +#: ../src/richtext/richtextstyledlg.cpp:225 +msgid "New &Character Style..." +msgstr "Nuevo Estilo de &Caracter..." + +#: ../src/richtext/richtextstyledlg.cpp:237 +msgid "New &List Style..." +msgstr "Nuevo Estilo de &Lista..." + +#: ../src/richtext/richtextstyledlg.cpp:231 +msgid "New &Paragraph Style..." +msgstr "Nuevo Estilo de &Paragrafo..." + +#: ../src/richtext/richtextstyledlg.cpp:606 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:654 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:820 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:893 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:934 +#: ../src/richtext/richtextstyledlg.cpp:939 +msgid "New Style" +msgstr "Nuevo Estilo" + +#: ../src/generic/dirdlgg.cpp:102 +msgid "New directory" +msgstr "Nuevo directorio" + +#: ../src/generic/editlbox.cpp:273 +msgid "New item" +msgstr "Nuevo elemento" + +#: ../src/generic/dirdlgg.cpp:326 ../src/generic/dirdlgg.cpp:336 +#: ../src/generic/filectrlg.cpp:653 ../src/generic/filectrlg.cpp:662 +msgid "NewName" +msgstr "Nuevo Nombre" + +#: ../src/generic/tipdlg.cpp:305 +msgid "Next" +msgstr "Siguient" + +#: ../src/common/prntbase.cpp:1537 ../src/html/helpwnd.cpp:678 +msgid "Next page" +msgstr "Pachina siguient" + +#: ../include/wx/msgdlg.h:272 ../src/common/stockitem.cpp:177 +#: ../src/motif/msgdlg.cpp:196 +msgid "No" +msgstr "No" + +#: ../src/generic/animateg.cpp:150 +#, c-format +msgid "No animation handler for type %ld defined." +msgstr "No bi ha definiu garra maniador d'animación ta la mena%ld." + +#: ../src/dfb/bitmap.cpp:642 ../src/dfb/bitmap.cpp:676 +#, c-format +msgid "No bitmap handler for type %d defined." +msgstr "No bi ha garra maniador de mapa de bits ta la mena %d definida." + +#: ../src/osx/carbon/dataview.cpp:1782 +msgid "No column existing." +msgstr "No existe a columna." + +#: ../src/osx/carbon/dataview.cpp:1672 +msgid "No column for the specified column existing." +msgstr "No existe columna ta la columna specificada." + +#: ../src/osx/carbon/dataview.cpp:1421 +msgid "No column for the specified column position existing." +msgstr "No existe columna ta la posición de columna especificada." + +#: ../src/common/utilscmn.cpp:1056 +msgid "No default application configured for HTML files." +msgstr "No bi ha garra aplicación configurada ta os documentos HTML." + +#: ../src/generic/helpext.cpp:449 +msgid "No entries found." +msgstr "No s'han trobau dentradas." + +#: ../src/common/fontmap.cpp:421 +#, c-format +msgid "" +"No font for displaying text in encoding '%s' found,\n" +"but an alternative encoding '%s' is available.\n" +"Do you want to use this encoding (otherwise you will have to choose another " +"one)?" +msgstr "" +"No bi ha garra fuent ta amostrar texto con a codificación '%s',\n" +"pero existe una codificación '%s' alternativa.\n" +"Te fería goyo fer servir ista codificación (d'atra traza habrás a trigar " +"unatra)?" + +#: ../src/common/fontmap.cpp:426 +#, c-format +msgid "" +"No font for displaying text in encoding '%s' found.\n" +"Would you like to select a font to be used for this encoding\n" +"(otherwise the text in this encoding will not be shown correctly)?" +msgstr "" +"No bi ha garra fuent ta amostrar texto con a codificación '%s'.\n" +"Te fería goyo seleccionar unatra fuent ta fer-la servir con ista " +"codificación\n" +"(d'atra traza o texto con ista codificación no s'amostrará correctament)?" + +#: ../src/generic/animateg.cpp:142 +msgid "No handler found for animation type." +msgstr "No s'ha trobau garra maniador ta la mena d'animación." + +#: ../src/common/image.cpp:2591 +msgid "No handler found for image type." +msgstr "No s'ha trobau garra maniador ta la mena d'imachen." + +#: ../src/common/image.cpp:2599 ../src/common/image.cpp:2710 +#: ../src/common/image.cpp:2763 +#, c-format +msgid "No image handler for type %d defined." +msgstr "No bi ha definiu garra maniador d'imachen ta la mena %d." + +#: ../src/common/image.cpp:2733 ../src/common/image.cpp:2777 +#, c-format +msgid "No image handler for type %s defined." +msgstr "No s'ha definiu garra maniador d'imachen ta la mena %s." + +#: ../src/html/helpwnd.cpp:871 +msgid "No matching page found yet" +msgstr "Encara no s'ha trobau garra pachina con coincidencias" + +#: ../src/osx/carbon/dataview.cpp:1674 ../src/osx/carbon/dataview.cpp:1784 +msgid "No renderer or invalid renderer type specified for custom data column." +msgstr "" +"No bi ha renderizador u mena de renderizador especificada invalida ta la " +"columna personalizada de datos." + +#: ../src/osx/carbon/dataview.cpp:1422 +msgid "No renderer specified for column." +msgstr "No s'ha especificau un renderizador ta la columna." + +#: ../src/unix/sound.cpp:81 +msgid "No sound" +msgstr "No bi ha garra son" + +#: ../src/common/image.cpp:2166 ../src/common/image.cpp:2207 +msgid "No unused colour in image being masked." +msgstr "No bi ha garra color sin usar en a imachen que se ye enmascarando." + +#: ../src/common/image.cpp:3236 +msgid "No unused colour in image." +msgstr "No bi ha garra color sin usar en a imachen." + +#: ../src/generic/helpext.cpp:306 +#, c-format +msgid "No valid mappings found in the file \"%s\"." +msgstr "No s'han trobau mapiaus validos en o fichero \"%s\"." + +#: ../src/richtext/richtextborderspage.cpp:564 +#: ../src/richtext/richtextsizepage.cpp:248 +#: ../src/richtext/richtextsizepage.cpp:252 +msgid "None" +msgstr "Garra" + +#: ../src/common/fmapbase.cpp:157 +msgid "Nordic (ISO-8859-10)" +msgstr "Nordico (ISO-8859-10)" + +#: ../src/generic/fontdlgg.cpp:328 ../src/generic/fontdlgg.cpp:331 +msgid "Normal" +msgstr "Normal" + +#: ../src/html/helpwnd.cpp:1276 +msgid "Normal face
    and underlined. " +msgstr "Nnormal
    y subrayau. " + +#: ../src/html/helpwnd.cpp:1218 +msgid "Normal font:" +msgstr "Fuent normal:" + +#: ../src/propgrid/props.cpp:897 +#, c-format +msgid "Not %s" +msgstr "No bi ha %s" + +#: ../include/wx/filename.h:586 ../include/wx/filename.h:591 +msgid "Not available" +msgstr "No disponible" + +#: ../src/richtext/richtextfontpage.cpp:340 +msgid "Not underlined" +msgstr "No subrayau" + +#: ../src/common/paper.cpp:116 +msgid "Note, 8 1/2 x 11 in" +msgstr "Nota, 8 1/2 x 11 in" + +#: ../src/generic/notifmsgg.cpp:104 +msgid "Notice" +msgstr "Aviso" + +#: ../src/osx/carbon/dataview.cpp:900 +msgid "Number of columns could not be determined." +msgstr "No s'ha puesto determinar o numero de columnas." + +#: ../src/richtext/richtextliststylepage.cpp:487 +#: ../src/richtext/richtextbulletspage.cpp:292 +msgid "Numbered outline" +msgstr "Esquema numerau" + +#: ../include/wx/msgdlg.h:273 ../src/richtext/richtextstyledlg.cpp:297 +#: ../src/common/stockitem.cpp:178 ../src/msw/msgdlg.cpp:489 +#: ../src/msw/msgdlg.cpp:795 ../src/msw/dialog.cpp:120 +#: ../src/gtk1/fontdlg.cpp:138 +msgid "OK" +msgstr "Acceptar" + +#: ../src/msw/ole/automtn.cpp:695 +#, c-format +msgid "OLE Automation error in %s: %s" +msgstr "S'ha produciu una error d'automatización d'OLE en %s: %s" + +#: ../include/wx/richtext/richtextimagedlg.h:38 +msgid "Object Properties" +msgstr "Propiedatz d'obchecto" + +#: ../src/msw/ole/automtn.cpp:663 +msgid "Object implementation does not support named arguments." +msgstr "A implementación de l'obchecto no suporta argumentos nombraus." + +#: ../src/common/xtixml.cpp:264 +msgid "Objects must have an id attribute" +msgstr "Os obchectos han a tener un atributo d'identificación" + +#: ../src/common/docview.cpp:1755 ../src/common/docview.cpp:1797 +msgid "Open File" +msgstr "Ubrir un fichero" + +#: ../src/html/helpwnd.cpp:684 ../src/html/helpwnd.cpp:1557 +msgid "Open HTML document" +msgstr "Ubrir un documento HTML" + +#: ../src/generic/dbgrptg.cpp:163 +#, c-format +msgid "Open file \"%s\"" +msgstr "Ubrir o fichero \"%s\"" + +#: ../src/common/stockitem.cpp:179 +msgid "Open..." +msgstr "Ubrir..." + +#: ../src/osx/carbon/glcanvas.cpp:48 +#, c-format +msgid "OpenGL function \"%s\" failed: %s (error %d)" +msgstr "S'ha produciu una error en a función \"%s\" de l'OpenGL: %s (Error %d)" + +#: ../src/generic/dirctrlg.cpp:699 ../src/generic/dirdlgg.cpp:352 +#: ../src/generic/filectrlg.cpp:677 ../src/generic/filectrlg.cpp:821 +msgid "Operation not permitted." +msgstr "Operación no permitida." + +#: ../src/common/cmdline.cpp:735 +#, c-format +msgid "Option '%s' can't be negated" +msgstr "A opción '%s' no puet estar negada" + +#: ../src/common/cmdline.cpp:899 +#, c-format +msgid "Option '%s' requires a value." +msgstr "A opción '%s' ameneste una valor." + +#: ../src/common/cmdline.cpp:982 +#, c-format +msgid "Option '%s': '%s' cannot be converted to a date." +msgstr "A opción '%s': '%s' no puet convertir-se en una calendata." + +#: ../src/generic/dirdlgg.cpp:187 ../src/generic/prntdlgg.cpp:618 +msgid "Options" +msgstr "Opcions" + +#: ../src/generic/prntdlgg.cpp:615 ../src/generic/prntdlgg.cpp:869 +msgid "Orientation" +msgstr "Orientación" + +#: ../src/common/windowid.cpp:259 +msgid "Out of window IDs. Recommend shutting down application." +msgstr "" +"Difuera d'os identificadors de finestra. Ye recomendable zarrar " +"l'aplicación." + +#: ../src/richtext/richtextborderspage.cpp:397 +#: ../src/richtext/richtextborderspage.cpp:555 +msgid "Outline" +msgstr "Esquema" + +#: ../src/richtext/richtextborderspage.cpp:572 +msgid "Outset" +msgstr "Externo" + +#: ../src/msw/ole/automtn.cpp:659 +msgid "Overflow while coercing argument values." +msgstr "S'ha sobreixiu en aforzar as valors d'os argumentos." + +#: ../src/common/accelcmn.cpp:84 +msgid "PAGEDOWN" +msgstr "ABANZAR PACHINA" + +#: ../src/common/accelcmn.cpp:83 +msgid "PAGEUP" +msgstr "RECULAR PACHINA" + +#: ../src/common/accelcmn.cpp:69 +msgid "PAUSE" +msgstr "PAUSA" + +#: ../src/common/imagpcx.cpp:457 ../src/common/imagpcx.cpp:480 +msgid "PCX: couldn't allocate memory" +msgstr "PCX: no s'ha puesto reservar memoria" + +#: ../src/common/imagpcx.cpp:456 +msgid "PCX: image format unsupported" +msgstr "PCX: formato d'imachen no suportau" + +#: ../src/common/imagpcx.cpp:479 +msgid "PCX: invalid image" +msgstr "PCX: imachen invalida" + +#: ../src/common/imagpcx.cpp:442 +msgid "PCX: this is not a PCX file." +msgstr "PCX: iste no ye un fichero PCX." + +#: ../src/common/imagpcx.cpp:459 ../src/common/imagpcx.cpp:481 +msgid "PCX: unknown error !!!" +msgstr "PCX: error desconoixida!!!" + +#: ../src/common/imagpcx.cpp:458 +msgid "PCX: version number too low" +msgstr "PCX: numero de versión masiau antiga" + +#: ../src/common/accelcmn.cpp:55 +msgid "PGDN" +msgstr "ABPACH" + +#: ../src/common/accelcmn.cpp:54 +msgid "PGUP" +msgstr "REPACH" + +#: ../src/common/imagpnm.cpp:91 +msgid "PNM: Couldn't allocate memory." +msgstr "PNM: No s'ha puesto reservar memoria." + +#: ../src/common/imagpnm.cpp:73 +msgid "PNM: File format is not recognized." +msgstr "PNM: Formato de fichero no reconoixiu." + +#: ../src/common/imagpnm.cpp:112 ../src/common/imagpnm.cpp:134 +#: ../src/common/imagpnm.cpp:156 +msgid "PNM: File seems truncated." +msgstr "PNM: O fichero pareix estar truncau." + +#: ../src/common/paper.cpp:188 +msgid "PRC 16K 146 x 215 mm" +msgstr "PRC 16K 146 x 215 mm" + +#: ../src/common/paper.cpp:201 +msgid "PRC 16K Rotated" +msgstr "PRC 16K Chirau" + +#: ../src/common/paper.cpp:189 +msgid "PRC 32K 97 x 151 mm" +msgstr "PRC 32K 97 x 151 mm" + +#: ../src/common/paper.cpp:202 +msgid "PRC 32K Rotated" +msgstr "PRC 32K Chirau" + +#: ../src/common/paper.cpp:190 +msgid "PRC 32K(Big) 97 x 151 mm" +msgstr "PRC 32K(Gran) 97 x 151 mm" + +#: ../src/common/paper.cpp:203 +msgid "PRC 32K(Big) Rotated" +msgstr "PRC 32K(Gran) Chirau" + +#: ../src/common/paper.cpp:191 +msgid "PRC Envelope #1 102 x 165 mm" +msgstr "Sobre PRC #1 102 x 165 mm" + +#: ../src/common/paper.cpp:204 +msgid "PRC Envelope #1 Rotated 165 x 102 mm" +msgstr "Sobre PRC #1 Chirau 165 x 102 mm" + +#: ../src/common/paper.cpp:200 +msgid "PRC Envelope #10 324 x 458 mm" +msgstr "Sobre PRC #10 324 x 458 mm" + +#: ../src/common/paper.cpp:213 +msgid "PRC Envelope #10 Rotated 458 x 324 mm" +msgstr "Sobre PRC#10 Chirau 458 x 324 mm" + +#: ../src/common/paper.cpp:192 +msgid "PRC Envelope #2 102 x 176 mm" +msgstr "Sobre PRC#2 102 x 176 mm" + +#: ../src/common/paper.cpp:205 +msgid "PRC Envelope #2 Rotated 176 x 102 mm" +msgstr "Sobre PRC#2 Chirau 176 x 102 mm" + +#: ../src/common/paper.cpp:193 +msgid "PRC Envelope #3 125 x 176 mm" +msgstr "Sobre PRC#3 125 x 176 mm" + +#: ../src/common/paper.cpp:206 +msgid "PRC Envelope #3 Rotated 176 x 125 mm" +msgstr "Sobre PRC#3 Chirau 176 x 125 mm" + +#: ../src/common/paper.cpp:194 +msgid "PRC Envelope #4 110 x 208 mm" +msgstr "Sobre PRC#4 110 x 208 mm" + +#: ../src/common/paper.cpp:207 +msgid "PRC Envelope #4 Rotated 208 x 110 mm" +msgstr "Sobre PRC#4 Chirau 208 x 110 mm" + +#: ../src/common/paper.cpp:195 +msgid "PRC Envelope #5 110 x 220 mm" +msgstr "Sobre PRC#5 110 x 220 mm" + +#: ../src/common/paper.cpp:208 +msgid "PRC Envelope #5 Rotated 220 x 110 mm" +msgstr "Sobre PRC#5 Chirau 220 x 110 mm" + +#: ../src/common/paper.cpp:196 +msgid "PRC Envelope #6 120 x 230 mm" +msgstr "Sobre PRC#6 120 x 230 mm" + +#: ../src/common/paper.cpp:209 +msgid "PRC Envelope #6 Rotated 230 x 120 mm" +msgstr "Sobre PRC#6 Chirau 230 x 120 mm" + +#: ../src/common/paper.cpp:197 +msgid "PRC Envelope #7 160 x 230 mm" +msgstr "Sobre PRC#7 160 x 230 mm" + +#: ../src/common/paper.cpp:210 +msgid "PRC Envelope #7 Rotated 230 x 160 mm" +msgstr "Sobre PRC#7 Chirau 230 x 160 mm" + +#: ../src/common/paper.cpp:198 +msgid "PRC Envelope #8 120 x 309 mm" +msgstr "Sobre PRC#8 120 x 309 mm" + +#: ../src/common/paper.cpp:211 +msgid "PRC Envelope #8 Rotated 309 x 120 mm" +msgstr "Sobre PRC#8 Chirau 309 x 120 mm" + +#: ../src/common/paper.cpp:199 +msgid "PRC Envelope #9 229 x 324 mm" +msgstr "Sobre PRC#9 229 x 324 mm" + +#: ../src/common/paper.cpp:212 +msgid "PRC Envelope #9 Rotated 324 x 229 mm" +msgstr "Sobre PRC#9 Chirau 324 x 229 mm" + +#: ../src/common/accelcmn.cpp:72 +msgid "PRINT" +msgstr "IMPRENTAR" + +#: ../src/richtext/richtextmarginspage.cpp:286 +msgid "Padding" +msgstr "Repleno" + +#: ../src/common/prntbase.cpp:2044 +#, c-format +msgid "Page %d" +msgstr "Pachina %d" + +#: ../src/common/prntbase.cpp:2042 +#, c-format +msgid "Page %d of %d" +msgstr "Pachina %d de %d" + +#: ../src/gtk/print.cpp:774 +msgid "Page Setup" +msgstr "Configurar a Pachina" + +#: ../src/generic/prntdlgg.cpp:828 ../src/common/prntbase.cpp:467 +msgid "Page setup" +msgstr "Configurar a pachina" + +#: ../src/generic/prntdlgg.cpp:216 +msgid "Pages" +msgstr "Pachinas" + +#: ../src/generic/prntdlgg.cpp:602 ../src/generic/prntdlgg.cpp:801 +#: ../src/generic/prntdlgg.cpp:842 ../src/generic/prntdlgg.cpp:855 +#: ../src/generic/prntdlgg.cpp:1052 ../src/generic/prntdlgg.cpp:1057 +msgid "Paper size" +msgstr "Grandaria d'o paper" + +#: ../src/richtext/richtextstyles.cpp:1058 +msgid "Paragraph styles" +msgstr "Estilos de paragrafo" + +#: ../src/common/xtistrm.cpp:469 +msgid "Passing a already registered object to SetObject" +msgstr "Paso d'un obchecto ya rechistrau a SetObject" + +#: ../src/common/xtistrm.cpp:480 +msgid "Passing an unknown object to GetObject" +msgstr "Pasando-le un obchecto desconoixiu a GetObject" + +#: ../src/richtext/richtextctrl.cpp:3206 ../src/common/stockitem.cpp:180 +#: ../src/stc/stc_i18n.cpp:19 +msgid "Paste" +msgstr "Apegar" + +#: ../src/common/stockitem.cpp:262 +msgid "Paste selection" +msgstr "Apegar a selección" + +#: ../src/richtext/richtextliststylepage.cpp:222 +#: ../src/richtext/richtextbulletspage.cpp:172 +msgid "Peri&od" +msgstr "Peri&odo" + +#: ../src/generic/filectrlg.cpp:465 +msgid "Permissions" +msgstr "Permisos" + +#: ../src/richtext/richtextbuffer.cpp:12271 +msgid "Picture Properties" +msgstr "Propiedatz d'a imachen" + +#: ../include/wx/unix/pipe.h:47 +msgid "Pipe creation failed" +msgstr "S'ha produciu una error en a creyación d'a canyería" + +#: ../src/gtk1/fontdlg.cpp:74 +msgid "Please choose a valid font." +msgstr "Por favor triga una fuent valida." + +#: ../src/gtk/filedlg.cpp:72 +msgid "Please choose an existing file." +msgstr "Por favor triga un fichero existent." + +#: ../src/html/helpwnd.cpp:813 +msgid "Please choose the page to display:" +msgstr "Por favor triga la pachina que quiers presentar:" + +#: ../src/msw/dialup.cpp:785 +msgid "Please choose which ISP do you want to connect to" +msgstr "Por favor triga l'ISP a lo que te quiers connectar" + +#: ../src/msw/listctrl.cpp:372 +#, c-format +msgid "" +"Please install a newer version of comctl32.dll\n" +"(at least version 4.70 is required but you have %d.%02d)\n" +"or this program won't operate correctly." +msgstr "" +"Por favor instala una versión mas recient de comctl32.dll\n" +"(s'ameneste a lo menos a versión 4.70 pero tiens %d.%02d)\n" +"u iste programa no funcionará correctament." + +#: ../src/common/headerctrlcmn.cpp:59 +msgid "Please select the columns to show and define their order:" +msgstr "" +"Por favor selecciona as columnas que amostrar y define l'orden d'ellas:" + +#: ../src/common/prntbase.cpp:521 +msgid "Please wait while printing..." +msgstr "Por favor aguarda entre que s'imprenta..." + +#: ../src/propgrid/advprops.cpp:631 +msgid "Point Size" +msgstr "Grandaria de punto" + +#: ../src/osx/carbon/dataview.cpp:1276 ../src/osx/carbon/dataview.cpp:1327 +#: ../src/osx/carbon/dataview.cpp:1418 ../src/osx/carbon/dataview.cpp:1441 +#: ../src/osx/carbon/dataview.cpp:1458 ../src/osx/carbon/dataview.cpp:1475 +#: ../src/osx/carbon/dataview.cpp:1668 ../src/osx/carbon/dataview.cpp:1777 +#: ../src/osx/carbon/dataview.cpp:1819 ../src/osx/carbon/dataview.cpp:1872 +#: ../src/osx/carbon/dataview.cpp:1995 +msgid "Pointer to data view control not set correctly." +msgstr "" +"O puntero ta lo control d'anvista de datos no s'ha establiu correctament." + +#: ../src/osx/carbon/dataview.cpp:1277 ../src/osx/carbon/dataview.cpp:1336 +#: ../src/osx/carbon/dataview.cpp:1419 ../src/osx/carbon/dataview.cpp:1476 +#: ../src/osx/carbon/dataview.cpp:1669 ../src/osx/carbon/dataview.cpp:1778 +#: ../src/osx/carbon/dataview.cpp:1820 ../src/osx/carbon/dataview.cpp:1873 +#: ../src/osx/carbon/dataview.cpp:1996 +msgid "Pointer to model not set correctly." +msgstr "O puntero ta lo modelo no s'ha establiu correctament." + +#: ../src/generic/prntdlgg.cpp:612 ../src/generic/prntdlgg.cpp:867 +msgid "Portrait" +msgstr "Vertical" + +#: ../src/richtext/richtextsizepage.cpp:496 +msgid "Position" +msgstr "Posición" + +#: ../src/generic/prntdlgg.cpp:298 +msgid "PostScript file" +msgstr "Fichero PostScript" + +#: ../src/common/stockitem.cpp:181 +msgid "Preferences" +msgstr "Preferencias" + +#: ../src/osx/menu_osx.cpp:614 +msgid "Preferences..." +msgstr "Preferencias..." + +#: ../src/common/prntbase.cpp:529 +msgid "Preparing" +msgstr "Parando" + +#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/html/helpwnd.cpp:1235 +msgid "Preview:" +msgstr "Anvista previa:" + +#: ../src/common/prntbase.cpp:1523 ../src/html/helpwnd.cpp:677 +msgid "Previous page" +msgstr "Pachina anterior" + +#: ../src/generic/prntdlgg.cpp:143 ../src/generic/prntdlgg.cpp:157 +#: ../src/common/prntbase.cpp:409 ../src/common/prntbase.cpp:1511 +#: ../src/gtk/print.cpp:584 ../src/gtk/print.cpp:597 +msgid "Print" +msgstr "Imprentar" + +#: ../include/wx/prntbase.h:395 ../src/common/docview.cpp:1250 +msgid "Print Preview" +msgstr "Anvista previa d'a impresión" + +#: ../src/common/prntbase.cpp:1985 ../src/common/prntbase.cpp:2027 +#: ../src/common/prntbase.cpp:2035 +msgid "Print Preview Failure" +msgstr "S'ha produciu una error en l'anvista previa d'impresión" + +#: ../src/generic/prntdlgg.cpp:224 +msgid "Print Range" +msgstr "Rango d'Impresión" + +#: ../src/generic/prntdlgg.cpp:449 +msgid "Print Setup" +msgstr "Configuración d'Impresión" + +#: ../src/generic/prntdlgg.cpp:621 +msgid "Print in colour" +msgstr "Impresión en color" + +#: ../src/common/stockitem.cpp:182 +msgid "Print previe&w..." +msgstr "An&vista previa d'imprentau..." + +#: ../src/common/docview.cpp:1244 +msgid "Print preview creation failed." +msgstr "S'ha produciu una error en creyar l'anvista previa d'impresión." + +#: ../src/common/stockitem.cpp:182 +msgid "Print preview..." +msgstr "Anvista previa d'imprentau..." + +#: ../src/generic/prntdlgg.cpp:630 +msgid "Print spooling" +msgstr "Coda d'impresión" + +#: ../src/html/helpwnd.cpp:688 +msgid "Print this page" +msgstr "Imprentar ista pachina" + +#: ../src/generic/prntdlgg.cpp:185 +msgid "Print to File" +msgstr "Imprentar-lo en un Fichero" + +#: ../src/common/stockitem.cpp:183 +msgid "Print..." +msgstr "Imprentar..." + +#: ../src/generic/prntdlgg.cpp:493 +msgid "Printer" +msgstr "Impresora" + +#: ../src/generic/prntdlgg.cpp:633 +msgid "Printer command:" +msgstr "Comando d'impresión:" + +#: ../src/generic/prntdlgg.cpp:180 +msgid "Printer options" +msgstr "Opcions d'impresión" + +#: ../src/generic/prntdlgg.cpp:645 +msgid "Printer options:" +msgstr "Opcions d'impresora:" + +#: ../src/generic/prntdlgg.cpp:916 +msgid "Printer..." +msgstr "Impresora..." + +#: ../src/generic/prntdlgg.cpp:196 +msgid "Printer:" +msgstr "Impresora:" + +#: ../include/wx/richtext/richtextprint.h:163 ../src/common/prntbase.cpp:518 +#: ../src/html/htmprint.cpp:277 +msgid "Printing" +msgstr "Imprentando" + +#: ../src/common/prntbase.cpp:586 +msgid "Printing " +msgstr "Imprentando " + +#: ../src/common/prntbase.cpp:330 +msgid "Printing Error" +msgstr "S'ha produciu una error d'impresión" + +#: ../src/common/prntbase.cpp:544 +#, c-format +msgid "Printing page %d of %d" +msgstr "Imprentando a pachina %d de %d" + +#: ../src/generic/printps.cpp:201 +#, c-format +msgid "Printing page %d..." +msgstr "Imprentando a pachina %d..." + +#: ../src/generic/printps.cpp:161 +msgid "Printing..." +msgstr "Imprentando..." + +#: ../include/wx/richtext/richtextprint.h:109 ../include/wx/prntbase.h:263 +#: ../src/common/docview.cpp:2114 +msgid "Printout" +msgstr "Impresión" + +#: ../src/common/debugrpt.cpp:565 +#, c-format +msgid "" +"Processing debug report has failed, leaving the files in \"%s\" directory." +msgstr "" +"O procesau d'o reporte de depuración ha fallau, os fichers quedan en o " +"directorio \"%s\"." + +#: ../src/osx/carbon/dataview.cpp:2470 +msgid "Progress renderer cannot render value type; value type: " +msgstr "" +"O renderizador de progreso no puet renderizar o tipo de valura; tipo de " +"valura: " + +#: ../src/common/prntbase.cpp:528 +msgid "Progress:" +msgstr "Progreso:" + +#: ../src/common/stockitem.cpp:184 +msgid "Properties" +msgstr "Propiedatz" + +#: ../src/propgrid/manager.cpp:237 +msgid "Property" +msgstr "Propiedat" + +#: ../src/propgrid/propgrid.cpp:3146 ../src/propgrid/propgrid.cpp:3278 +msgid "Property Error" +msgstr "Error de propiedat" + +#: ../src/common/paper.cpp:113 +msgid "Quarto, 215 x 275 mm" +msgstr "Quarto, 215 x 275 mm" + +#: ../src/generic/logg.cpp:1036 +msgid "Question" +msgstr "Pregunta" + +#: ../src/common/stockitem.cpp:156 +msgid "Quit" +msgstr "Salir" + +#: ../src/osx/menu_osx.cpp:631 +#, c-format +msgid "Quit %s" +msgstr "Salir de %s" + +#: ../src/common/stockitem.cpp:263 +msgid "Quit this program" +msgstr "Salir d'iste programa" + +#: ../src/common/accelcmn.cpp:53 +msgid "RETURN" +msgstr "RETURN" + +#: ../src/common/accelcmn.cpp:57 +msgid "RIGHT" +msgstr "DREITA" + +#: ../src/common/accelcmn.cpp:327 +msgid "RawCtrl+" +msgstr "Ctrl+" + +#: ../src/common/ffile.cpp:113 ../src/common/ffile.cpp:134 +#, c-format +msgid "Read error on file '%s'" +msgstr "S'ha produciu una error de lectura en o fichero '%s'" + +#: ../src/common/prntbase.cpp:257 +msgid "Ready" +msgstr "Presto" + +#: ../src/common/stockitem.cpp:185 ../src/stc/stc_i18n.cpp:16 +msgid "Redo" +msgstr "Refer" + +#: ../src/common/stockitem.cpp:264 +msgid "Redo last action" +msgstr "Refer a zaguera acción" + +#: ../src/common/stockitem.cpp:186 +msgid "Refresh" +msgstr "Refrescar" + +#: ../src/msw/registry.cpp:625 +#, c-format +msgid "Registry key '%s' already exists." +msgstr "A clau d'o rechistro '%s' ya existe." + +#: ../src/msw/registry.cpp:594 +#, c-format +msgid "Registry key '%s' does not exist, cannot rename it." +msgstr "A clau d'o rechistro '%s' no existe, no se'n puet renombrar." + +#: ../src/msw/registry.cpp:726 +#, c-format +msgid "" +"Registry key '%s' is needed for normal system operation,\n" +"deleting it will leave your system in unusable state:\n" +"operation aborted." +msgstr "" +"A clau d'o rechistro '%s' s'ameneste ta lo funcionamiento normal d'o " +"sistema,\n" +"si se'n elimina puede deixar o sistema en un estau inestable:\n" +"operación abortada." + +#: ../src/msw/registry.cpp:520 +#, c-format +msgid "Registry value '%s' already exists." +msgstr "A clau d'o rechistro '%s' ya existe." + +#: ../src/richtext/richtextfontpage.cpp:332 +#: ../src/richtext/richtextfontpage.cpp:336 +msgid "Regular" +msgstr "Normal" + +#: ../src/richtext/richtextsizepage.cpp:519 +msgid "Relative" +msgstr "Relativo" + +#: ../src/generic/helpext.cpp:462 +msgid "Relevant entries:" +msgstr "Dentradas relevants:" + +#: ../include/wx/generic/progdlgg.h:86 +msgid "Remaining time:" +msgstr "Tiempo restant:" + +#: ../src/common/stockitem.cpp:187 +msgid "Remove" +msgstr "Eliminar" + +#: ../src/richtext/richtextctrl.cpp:1516 +msgid "Remove Bullet" +msgstr "Esborrar a vinyeta" + +#: ../src/html/helpwnd.cpp:440 +msgid "Remove current page from bookmarks" +msgstr "Eliminar a pachina actual d'os marcapachinas" + +#: ../src/common/rendcmn.cpp:194 +#, c-format +msgid "Renderer \"%s\" has incompatible version %d.%d and couldn't be loaded." +msgstr "" +"O renderizador \"%s\" tién una versión %d.%d incompatible y no s'ha puesto " +"ubrir." + +#: ../src/osx/carbon/dataview.cpp:1428 +msgid "Rendering failed." +msgstr "S'ha produciu una error en a renderización." + +#: ../src/richtext/richtextbuffer.cpp:4280 +msgid "Renumber List" +msgstr "Renumerar a Lista" + +#: ../src/common/stockitem.cpp:188 +msgid "Rep&lace" +msgstr "&Substituir" + +#: ../src/richtext/richtextctrl.cpp:3366 ../src/common/stockitem.cpp:188 +msgid "Replace" +msgstr "Substituir" + +#: ../src/generic/fdrepdlg.cpp:182 +msgid "Replace &all" +msgstr "Substituir-lo &tot" + +#: ../src/common/stockitem.cpp:261 +msgid "Replace selection" +msgstr "Substituir a selección" + +#: ../src/generic/fdrepdlg.cpp:124 +msgid "Replace with:" +msgstr "Substituir por:" + +#: ../src/common/valtext.cpp:163 +msgid "Required information entry is empty." +msgstr "A dentrada d'información requerida ye vueda." + +#: ../src/common/translation.cpp:1966 +#, c-format +msgid "Resource '%s' is not a valid message catalog." +msgstr "O recurso '%s' no ye un catalogo valido de mensaches." + +#: ../src/common/stockitem.cpp:189 +msgid "Revert to Saved" +msgstr "Recuperar a versión alzada" + +#: ../src/richtext/richtextborderspage.cpp:570 +msgid "Ridge" +msgstr "Cresta" + +#: ../src/richtext/richtextliststylepage.cpp:251 +#: ../src/richtext/richtextbulletspage.cpp:201 +#: ../src/richtext/richtextsizepage.cpp:250 +msgid "Right" +msgstr "Dreita" + +#: ../src/generic/prntdlgg.cpp:892 +msgid "Right margin (mm):" +msgstr "Marguin dreita (mm):" + +#: ../src/richtext/richtextindentspage.cpp:148 +#: ../src/richtext/richtextindentspage.cpp:150 +#: ../src/richtext/richtextliststylepage.cpp:337 +#: ../src/richtext/richtextliststylepage.cpp:339 +msgid "Right-align text." +msgstr "Texto aliniau a la dreita." + +#: ../src/generic/fontdlgg.cpp:322 +msgid "Roman" +msgstr "Román" + +#: ../src/richtext/richtextliststylepage.cpp:299 +#: ../src/richtext/richtextbulletspage.cpp:252 +msgid "S&tandard bullet name:" +msgstr "Nombre de vinyeta es&tandar:" + +#: ../src/common/accelcmn.cpp:82 +msgid "SCROLL_LOCK" +msgstr "BLOQ_DESPL" + +#: ../src/common/accelcmn.cpp:71 +msgid "SELECT" +msgstr "SELECCIONAR" + +#: ../src/common/accelcmn.cpp:77 +msgid "SEPARATOR" +msgstr "SEPARADOR" + +#: ../src/common/accelcmn.cpp:74 +msgid "SNAPSHOT" +msgstr "IMPR_PANT" + +#: ../src/common/accelcmn.cpp:62 +msgid "SPACE" +msgstr "ESPACIO" + +#: ../src/common/accelcmn.cpp:257 ../src/common/accelcmn.cpp:339 +msgid "SPECIAL" +msgstr "ESPECIAL" + +#: ../src/common/accelcmn.cpp:78 +msgid "SUBTRACT" +msgstr "SUBTRAYER" + +#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2702 +msgid "Save" +msgstr "Alzar" + +#: ../src/common/fldlgcmn.cpp:345 +#, c-format +msgid "Save %s file" +msgstr "Alzar o fichero %s" + +#: ../src/generic/logg.cpp:518 +msgid "Save &As..." +msgstr "&Alzar como..." + +#: ../src/common/docview.cpp:360 +msgid "Save As" +msgstr "Alzar como" + +#: ../src/common/stockitem.cpp:191 +msgid "Save as" +msgstr "Alzar como" + +#: ../src/common/stockitem.cpp:267 +msgid "Save current document" +msgstr "Alzar o documento actual" + +#: ../src/common/stockitem.cpp:268 +msgid "Save current document with a different filename" +msgstr "Alzar o documento actual con unatro nombre" + +#: ../src/generic/logg.cpp:518 +msgid "Save log contents to file" +msgstr "Alzar os contenius d'o log en un fichero" + +#: ../src/generic/fontdlgg.cpp:325 +msgid "Script" +msgstr "Script" + +#: ../src/generic/srchctlg.cpp:67 ../src/html/helpwnd.cpp:548 +#: ../src/html/helpwnd.cpp:563 +msgid "Search" +msgstr "Mirar" + +#: ../src/html/helpwnd.cpp:550 +msgid "" +"Search contents of help book(s) for all occurrences of the text you typed " +"above" +msgstr "" +"Mirar contenius d'o(s) libro(s) d'aduya ta todas as aparicions d'o texto que " +"has escrito mas alto" + +#: ../src/generic/fdrepdlg.cpp:160 +msgid "Search direction" +msgstr "Adreza d'a busca" + +#: ../src/generic/fdrepdlg.cpp:112 +msgid "Search for:" +msgstr "Mirar por:" + +#: ../src/html/helpwnd.cpp:1065 +msgid "Search in all books" +msgstr "Mirar en totz os libros" + +#: ../src/html/helpwnd.cpp:870 +msgid "Searching..." +msgstr "Mirando..." + +#: ../src/generic/dirctrlg.cpp:546 +msgid "Sections" +msgstr "Seccions" + +#: ../src/common/ffile.cpp:220 +#, c-format +msgid "Seek error on file '%s'" +msgstr "Mirar a error en o fichero '%s'" + +#: ../src/common/ffile.cpp:210 +#, c-format +msgid "Seek error on file '%s' (large files not supported by stdio)" +msgstr "" +"Mirar a error en o fichero '%s' (os fichers grans no son suportaus por stdio)" + +#: ../src/richtext/richtextctrl.cpp:336 ../src/osx/textctrl_osx.cpp:587 +#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2339 +msgid "Select &All" +msgstr "Seleccionar-lo &Tot" + +#: ../src/common/stockitem.cpp:192 ../src/stc/stc_i18n.cpp:21 +msgid "Select All" +msgstr "Seleccionar-lo tot" + +#: ../src/common/docview.cpp:1877 +msgid "Select a document template" +msgstr "Seleccionar una plantilla de documento" + +#: ../src/common/docview.cpp:1951 +msgid "Select a document view" +msgstr "Seleccionar una anvista de documento" + +#: ../src/richtext/richtextfontpage.cpp:235 +#: ../src/richtext/richtextfontpage.cpp:237 +msgid "Select regular or bold." +msgstr "Seleccionar normal u negreta." + +#: ../src/richtext/richtextfontpage.cpp:222 +#: ../src/richtext/richtextfontpage.cpp:224 +msgid "Select regular or italic style." +msgstr "Seleccionar estilo normal u cursiva." + +#: ../src/richtext/richtextfontpage.cpp:248 +#: ../src/richtext/richtextfontpage.cpp:250 +msgid "Select underlining or no underlining." +msgstr "Seleccionar subrayau u no pas subrayau." + +#: ../src/motif/filedlg.cpp:220 +msgid "Selection" +msgstr "Selección" + +#: ../src/richtext/richtextliststylepage.cpp:187 +#: ../src/richtext/richtextliststylepage.cpp:189 +msgid "Selects the list level to edit." +msgstr "Selecciona o libel de lista que editar." + +#: ../src/common/cmdline.cpp:918 +#, c-format +msgid "Separator expected after the option '%s'." +msgstr "S'asperaba un separador dimpués d'opción '%s'." + +#: ../src/osx/menu_osx.cpp:618 +msgid "Services" +msgstr "" + +#: ../src/richtext/richtextbuffer.cpp:10818 +msgid "Set Cell Style" +msgstr "Establir o estilo de celda" + +#: ../include/wx/xtiprop.h:179 +msgid "SetProperty called w/o valid setter" +msgstr "S'ha clamau a SetProperty sin un establidor valido" + +#: ../src/common/filename.cpp:2638 +msgid "Setting directory access times is not supported under this OS version" +msgstr "" +"En ista versión d'o sistema operativo no se suporta l'achuste d'os tiempos " +"d'acceso a directorios" + +#: ../src/generic/prntdlgg.cpp:188 +msgid "Setup..." +msgstr "Configuración..." + +#: ../src/msw/dialup.cpp:563 +msgid "Several active dialup connections found, choosing one randomly." +msgstr "" +"S'han trobau quantas connexions activas, se ye trigando una aleatoriament." + +#: ../src/common/accelcmn.cpp:324 +msgid "Shift+" +msgstr "Mayus+" + +#: ../src/generic/dirdlgg.cpp:170 +msgid "Show &hidden directories" +msgstr "Amostrar os directorios &amagaus" + +#: ../src/generic/filectrlg.cpp:1003 +msgid "Show &hidden files" +msgstr "Amostrar os fichers &amagaus" + +#: ../src/osx/menu_osx.cpp:626 +msgid "Show All" +msgstr "Amostrar-lo tot" + +#: ../src/common/stockitem.cpp:257 +msgid "Show about dialog" +msgstr "Amostrar o dialogo Sobre" + +#: ../src/html/helpwnd.cpp:502 +msgid "Show all" +msgstr "Amostrar-lo tot" + +#: ../src/html/helpwnd.cpp:513 +msgid "Show all items in index" +msgstr "Amostrar totz os datos en l'indiz" + +#: ../src/generic/dirdlgg.cpp:105 +msgid "Show hidden directories" +msgstr "Amostrar os directorios amagaus" + +#: ../src/html/helpwnd.cpp:671 +msgid "Show/hide navigation panel" +msgstr "Amostrar/amagar o panel de navegación" + +#: ../src/richtext/richtextsymboldlg.cpp:421 +#: ../src/richtext/richtextsymboldlg.cpp:423 +msgid "Shows a Unicode subset." +msgstr "Amuestra un subchuego Unicode." + +#: ../src/richtext/richtextliststylepage.cpp:472 +#: ../src/richtext/richtextliststylepage.cpp:474 +#: ../src/richtext/richtextbulletspage.cpp:276 +#: ../src/richtext/richtextbulletspage.cpp:278 +msgid "Shows a preview of the bullet settings." +msgstr "Amuestra una anvista previa d'as opcions de vinyeta." + +#: ../src/richtext/richtextfontpage.cpp:322 +#: ../src/richtext/richtextfontpage.cpp:324 +msgid "Shows a preview of the font settings." +msgstr "Amuestra una anvista previa d'as opcions d'a fuent." + +#: ../src/osx/carbon/fontdlg.cpp:564 ../src/osx/carbon/fontdlg.cpp:566 +msgid "Shows a preview of the font." +msgstr "Amuestra una anvista previa d'a fuent." + +#: ../src/richtext/richtextindentspage.cpp:303 +#: ../src/richtext/richtextindentspage.cpp:305 +msgid "Shows a preview of the paragraph settings." +msgstr "Amuestra una anvista previa d'as opcions de paragrafo." + +#: ../src/generic/fontdlgg.cpp:460 ../src/generic/fontdlgg.cpp:462 +msgid "Shows the font preview." +msgstr "Amuestra l'anvista previa d'a fuent." + +#: ../src/univ/themes/mono.cpp:516 +msgid "Simple monochrome theme" +msgstr "Tema monocromo simple" + +#: ../src/richtext/richtextindentspage.cpp:275 +#: ../src/richtext/richtextliststylepage.cpp:449 +msgid "Single" +msgstr "Sencillo" + +#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:357 +#: ../src/richtext/richtextsizepage.cpp:299 +msgid "Size" +msgstr "Grandaria" + +#: ../src/osx/carbon/fontdlg.cpp:509 +msgid "Size:" +msgstr "Grandaria:" + +#: ../src/generic/progdlgg.cpp:262 ../src/generic/progdlgg.cpp:773 +#: ../src/msw/progdlg.cpp:801 +msgid "Skip" +msgstr "Blincar" + +#: ../src/generic/fontdlgg.cpp:330 +msgid "Slant" +msgstr "Cursiva" + +#: ../src/richtext/richtextfontpage.cpp:298 +msgid "Small C&apitals" +msgstr "M&ayusclas chicotas" + +#: ../src/richtext/richtextborderspage.cpp:565 +msgid "Solid" +msgstr "Soliu" + +#: ../src/common/docview.cpp:1773 +msgid "Sorry, could not open this file." +msgstr "No s'ha puesto ubrir iste fichero." + +#: ../src/common/prntbase.cpp:2027 ../src/common/prntbase.cpp:2035 +msgid "Sorry, not enough memory to create a preview." +msgstr "Memoria insuficient ta creyar l'anvista previa." + +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:939 +msgid "Sorry, that name is taken. Please choose another." +msgstr "Ixe nombre ya ye en uso. Por favor, en triga unatro." + +#: ../src/common/docview.cpp:1796 +msgid "Sorry, the format for this file is unknown." +msgstr "O formato d'iste fichero ye desconoixiu." + +#: ../src/unix/sound.cpp:492 +msgid "Sound data are in unsupported format." +msgstr "Os datos de son son en un formato no suportau." + +#: ../src/unix/sound.cpp:477 +#, c-format +msgid "Sound file '%s' is in unsupported format." +msgstr "O fichero de son '%s' ye en un formato no suportau." + +#: ../src/richtext/richtextliststylepage.cpp:467 +msgid "Spacing" +msgstr "Espaciau" + +#: ../src/common/stockitem.cpp:197 +msgid "Spell Check" +msgstr "Ortografía" + +#: ../src/richtext/richtextliststylepage.cpp:490 +#: ../src/richtext/richtextbulletspage.cpp:295 +msgid "Standard" +msgstr "Estandar" + +#: ../src/common/paper.cpp:105 +msgid "Statement, 5 1/2 x 8 1/2 in" +msgstr "Statement, 5 1/2 x 8 1/2 in" + +#: ../src/richtext/richtextsizepage.cpp:518 +#: ../src/richtext/richtextsizepage.cpp:523 +msgid "Static" +msgstr "Estatico" + +#: ../src/generic/prntdlgg.cpp:204 +msgid "Status:" +msgstr "Estau:" + +#: ../src/common/stockitem.cpp:198 +msgid "Stop" +msgstr "Aturar" + +#: ../src/common/stockitem.cpp:199 +msgid "Strikethrough" +msgstr "Rayau" + +#: ../src/common/colourcmn.cpp:45 +#, c-format +msgid "String To Colour : Incorrect colour specification : %s" +msgstr "Cadena a Color: Especificación de color '%s' incorrecta" + +#: ../src/richtext/richtextformatdlg.cpp:319 ../src/propgrid/advprops.cpp:647 +msgid "Style" +msgstr "Estilo" + +#: ../include/wx/richtext/richtextstyledlg.h:46 +msgid "Style Organiser" +msgstr "Organizador d'Estilos" + +#: ../src/osx/carbon/fontdlg.cpp:518 +msgid "Style:" +msgstr "Estilo:" + +#: ../src/richtext/richtextfontpage.cpp:312 +msgid "Subscrip&t" +msgstr "S&ubindiz" + +#: ../src/richtext/richtextfontpage.cpp:305 +msgid "Supe&rscript" +msgstr "Supe&rindiz" + +#: ../src/common/paper.cpp:151 +msgid "SuperA/SuperA/A4 227 x 356 mm" +msgstr "SUPERA/SUPERA/A4 227 x 356 mm" + +#: ../src/common/paper.cpp:152 +msgid "SuperB/SuperB/A3 305 x 487 mm" +msgstr "SuperB/SuperB/A3 305 x 487 mm" + +#: ../src/generic/fontdlgg.cpp:326 +msgid "Swiss" +msgstr "Swiss" + +#: ../src/richtext/richtextliststylepage.cpp:488 +#: ../src/richtext/richtextbulletspage.cpp:293 +msgid "Symbol" +msgstr "Simbolo" + +#: ../src/richtext/richtextliststylepage.cpp:288 +#: ../src/richtext/richtextbulletspage.cpp:240 +msgid "Symbol &font:" +msgstr "&Fuent de simbolos:" + +#: ../include/wx/richtext/richtextsymboldlg.h:47 +msgid "Symbols" +msgstr "Simbolos" + +#: ../src/common/accelcmn.cpp:63 +msgid "TAB" +msgstr "TAB" + +#: ../src/common/imagtiff.cpp:372 ../src/common/imagtiff.cpp:385 +#: ../src/common/imagtiff.cpp:744 +msgid "TIFF: Couldn't allocate memory." +msgstr "TIFF: No s'ha puesto reservar memoria." + +#: ../src/common/imagtiff.cpp:304 +msgid "TIFF: Error loading image." +msgstr "TIFF: S'ha produciu una error en ubrir a imachen." + +#: ../src/common/imagtiff.cpp:471 +msgid "TIFF: Error reading image." +msgstr "TIFF: S'ha produciu una error en leyer a imachen." + +#: ../src/common/imagtiff.cpp:611 +msgid "TIFF: Error saving image." +msgstr "TIFF: S'ha produciu una error en alzar a imachen." + +#: ../src/common/imagtiff.cpp:849 +msgid "TIFF: Error writing image." +msgstr "TIFF: S'ha produciu una error en escribir a imachen." + +#: ../src/common/imagtiff.cpp:358 +msgid "TIFF: Image size is abnormally big." +msgstr "TIF: A grandaria d'a imachen ye anormalment gran." + +#: ../src/richtext/richtextbuffer.cpp:11099 +msgid "Table Properties" +msgstr "Propiedatz d'a tabla" + +#: ../src/common/paper.cpp:146 +msgid "Tabloid Extra 11.69 x 18 in" +msgstr "Tabloide Extra 11.69 x 18 in" + +#: ../src/common/paper.cpp:103 +msgid "Tabloid, 11 x 17 in" +msgstr "Tabloide, 11 x 17 in" + +#: ../src/richtext/richtextformatdlg.cpp:337 +msgid "Tabs" +msgstr "Tabulacions" + +#: ../src/generic/fontdlgg.cpp:327 +msgid "Teletype" +msgstr "Teletipo" + +#: ../src/common/docview.cpp:1878 +msgid "Templates" +msgstr "Plantillas" + +#: ../src/osx/carbon/dataview.cpp:2371 +msgid "Text renderer cannot render value; value type: " +msgstr "O renderizador de texto no puet renderizar a valor; tipo de valor: " + +#: ../src/common/fmapbase.cpp:158 +msgid "Thai (ISO-8859-11)" +msgstr "Tailandés (ISO-8859-11)" + +#: ../src/common/ftp.cpp:620 +msgid "The FTP server doesn't support passive mode." +msgstr "O servidor FTP no suporta o modo pasivo." + +#: ../src/common/ftp.cpp:606 +msgid "The FTP server doesn't support the PORT command." +msgstr "O servidor FTP no suporta o comando PORT." + +#: ../src/richtext/richtextliststylepage.cpp:215 +#: ../src/richtext/richtextliststylepage.cpp:217 +#: ../src/richtext/richtextbulletspage.cpp:164 +#: ../src/richtext/richtextbulletspage.cpp:166 +msgid "The available bullet styles." +msgstr "Os estilos disponibles de vinyeta." + +#: ../src/richtext/richtextstyledlg.cpp:202 +#: ../src/richtext/richtextstyledlg.cpp:204 +msgid "The available styles." +msgstr "Os estilos disponibles." + +#: ../src/richtext/richtextbackgroundpage.cpp:139 +#: ../src/richtext/richtextbackgroundpage.cpp:141 +msgid "The background colour." +msgstr "A color de fondo." + +#: ../src/richtext/richtextborderspage.cpp:265 +#: ../src/richtext/richtextborderspage.cpp:267 +#: ../src/richtext/richtextborderspage.cpp:299 +#: ../src/richtext/richtextborderspage.cpp:301 +#: ../src/richtext/richtextborderspage.cpp:333 +#: ../src/richtext/richtextborderspage.cpp:335 +#: ../src/richtext/richtextborderspage.cpp:367 +#: ../src/richtext/richtextborderspage.cpp:369 +#: ../src/richtext/richtextborderspage.cpp:434 +#: ../src/richtext/richtextborderspage.cpp:436 +#: ../src/richtext/richtextborderspage.cpp:468 +#: ../src/richtext/richtextborderspage.cpp:470 +#: ../src/richtext/richtextborderspage.cpp:502 +#: ../src/richtext/richtextborderspage.cpp:504 +#: ../src/richtext/richtextborderspage.cpp:536 +#: ../src/richtext/richtextborderspage.cpp:538 +#, fuzzy +msgid "The border line style." +msgstr "O estilo de fuent." + +#: ../src/richtext/richtextmarginspage.cpp:268 +#: ../src/richtext/richtextmarginspage.cpp:270 +msgid "The bottom margin size." +msgstr "A grandaria d'a marguin inferior." + +#: ../src/richtext/richtextmarginspage.cpp:382 +#: ../src/richtext/richtextmarginspage.cpp:384 +msgid "The bottom padding size." +msgstr "A grandaria d'o repleno inferior." + +#: ../src/richtext/richtextsizepage.cpp:639 +#: ../src/richtext/richtextsizepage.cpp:641 +#: ../src/richtext/richtextsizepage.cpp:653 +#: ../src/richtext/richtextsizepage.cpp:655 +msgid "The bottom position." +msgstr "A posición inferior." + +#: ../src/richtext/richtextliststylepage.cpp:254 +#: ../src/richtext/richtextliststylepage.cpp:256 +#: ../src/richtext/richtextliststylepage.cpp:275 +#: ../src/richtext/richtextliststylepage.cpp:277 +#: ../src/richtext/richtextbulletspage.cpp:204 +#: ../src/richtext/richtextbulletspage.cpp:206 +#: ../src/richtext/richtextbulletspage.cpp:227 +#: ../src/richtext/richtextbulletspage.cpp:229 +msgid "The bullet character." +msgstr "O caracter vinyeta." + +#: ../src/richtext/richtextsymboldlg.cpp:443 +#: ../src/richtext/richtextsymboldlg.cpp:445 +msgid "The character code." +msgstr "O codigo de caracter." + +#: ../src/common/fontmap.cpp:203 +#, c-format +msgid "" +"The charset '%s' is unknown. You may select\n" +"another charset to replace it with or choose\n" +"[Cancel] if it cannot be replaced" +msgstr "" +"O conchunto de caracters '%s' ye desconoixiu. Puetz\n" +"seleccionar unatro conchunto ta substituir-lo u trigar\n" +"[Cancelar] si no puet estar substituiu" + +#: ../src/msw/ole/dataobj.cpp:394 +#, c-format +msgid "The clipboard format '%d' doesn't exist." +msgstr "O formato %d d'o portafuellas no existe." + +#: ../src/richtext/richtextstylepage.cpp:128 +#: ../src/richtext/richtextstylepage.cpp:130 +msgid "The default style for the next paragraph." +msgstr "O estilo predeterminau ta lo siguient paragrafo." + +#: ../src/generic/dirdlgg.cpp:231 +#, c-format +msgid "" +"The directory '%s' does not exist\n" +"Create it now?" +msgstr "" +"O directorio '%s' no existe\n" +"Creyar-lo agora?" + +#: ../src/html/htmprint.cpp:271 +#, c-format +msgid "" +"The document \"%s\" doesn't fit on the page horizontally and will be " +"truncated if printed.\n" +"\n" +"Would you like to proceed with printing it nevertheless?" +msgstr "" +"O documento \"%s\" no culle en a pachina horizontalment y se truncará si " +"s'imprenta.\n" +"\n" +"Deseyas continar con a impresión de todas trazas?" + +#: ../src/common/docview.cpp:1184 +#, c-format +msgid "" +"The file '%s' doesn't exist and couldn't be opened.\n" +"It has been removed from the most recently used files list." +msgstr "" +"O fichero '%s' no existe y no puet ubrir-se.\n" +"Tamién ye estau eliminau d'a lista de fichers recients." + +#: ../src/richtext/richtextindentspage.cpp:208 +#: ../src/richtext/richtextindentspage.cpp:210 +#: ../src/richtext/richtextliststylepage.cpp:394 +#: ../src/richtext/richtextliststylepage.cpp:396 +msgid "The first line indent." +msgstr "O escalonau d'a primera linia." + +#: ../src/gtk/utilsgtk.cpp:427 +msgid "The following standard GTK+ options are also supported:\n" +msgstr "As siguients opcions GTK+ estandar tamién son suportadas:\n" + +#: ../src/generic/fontdlgg.cpp:414 ../src/generic/fontdlgg.cpp:416 +msgid "The font colour." +msgstr "A color de fuent." + +#: ../src/generic/fontdlgg.cpp:375 ../src/generic/fontdlgg.cpp:377 +msgid "The font family." +msgstr "O tipo de fuent." + +#: ../src/richtext/richtextsymboldlg.cpp:405 +#: ../src/richtext/richtextsymboldlg.cpp:407 +msgid "The font from which to take the symbol." +msgstr "A fuent d'a que prener o simbolo." + +#: ../src/generic/fontdlgg.cpp:427 ../src/generic/fontdlgg.cpp:429 +#: ../src/generic/fontdlgg.cpp:434 ../src/generic/fontdlgg.cpp:436 +msgid "The font point size." +msgstr "A grandaria d'a fuent en puntos." + +#: ../src/osx/carbon/fontdlg.cpp:513 ../src/osx/carbon/fontdlg.cpp:515 +msgid "The font size in points." +msgstr "A grandaria de fuent en puntos." + +#: ../src/richtext/richtextfontpage.cpp:190 +#: ../src/richtext/richtextfontpage.cpp:192 +msgid "The font size units, points or pixels." +msgstr "As unidatz d'a grandaria de fuent, puntos u pixels." + +#: ../src/generic/fontdlgg.cpp:386 ../src/generic/fontdlgg.cpp:388 +msgid "The font style." +msgstr "O estilo de fuent." + +#: ../src/generic/fontdlgg.cpp:397 ../src/generic/fontdlgg.cpp:399 +msgid "The font weight." +msgstr "O peso d'a fuent." + +#: ../src/common/docview.cpp:1465 +#, c-format +msgid "The format of file '%s' couldn't be determined." +msgstr "No s'ha puestodeterminar o formato d'o fichero '%s'." + +#: ../src/richtext/richtextindentspage.cpp:199 +#: ../src/richtext/richtextindentspage.cpp:201 +#: ../src/richtext/richtextliststylepage.cpp:385 +#: ../src/richtext/richtextliststylepage.cpp:387 +msgid "The left indent." +msgstr "O escalonau cucho." + +#: ../src/richtext/richtextmarginspage.cpp:195 +#: ../src/richtext/richtextmarginspage.cpp:197 +msgid "The left margin size." +msgstr "A grandaria d'a marguin cucha." + +#: ../src/richtext/richtextmarginspage.cpp:309 +#: ../src/richtext/richtextmarginspage.cpp:311 +msgid "The left padding size." +msgstr "A grandaria d'o repleno cucho." + +#: ../src/richtext/richtextsizepage.cpp:534 +#: ../src/richtext/richtextsizepage.cpp:536 +#: ../src/richtext/richtextsizepage.cpp:548 +#: ../src/richtext/richtextsizepage.cpp:550 +msgid "The left position." +msgstr "A posición cucha." + +#: ../src/richtext/richtextindentspage.cpp:288 +#: ../src/richtext/richtextindentspage.cpp:290 +#: ../src/richtext/richtextliststylepage.cpp:462 +#: ../src/richtext/richtextliststylepage.cpp:464 +msgid "The line spacing." +msgstr "O espaciau de linia." + +#: ../src/richtext/richtextbulletspage.cpp:268 +#: ../src/richtext/richtextbulletspage.cpp:270 +msgid "The list item number." +msgstr "O numero d'elemento d'a lista." + +#: ../src/msw/ole/automtn.cpp:667 +msgid "The locale ID is unknown." +msgstr "L'identificador d'a localización ye desconoixiu." + +#: ../src/richtext/richtextsizepage.cpp:366 +#: ../src/richtext/richtextsizepage.cpp:368 +msgid "The object height." +msgstr "L'altura de l'obchecto." + +#: ../src/richtext/richtextsizepage.cpp:474 +#: ../src/richtext/richtextsizepage.cpp:476 +msgid "The object maximum height." +msgstr "L'altura maxima de l'obchecto." + +#: ../src/richtext/richtextsizepage.cpp:447 +#: ../src/richtext/richtextsizepage.cpp:449 +msgid "The object maximum width." +msgstr "L'amplaria maxima de l'obchecto." + +#: ../src/richtext/richtextsizepage.cpp:420 +#: ../src/richtext/richtextsizepage.cpp:422 +msgid "The object minimum height." +msgstr "L'altura minima de l'obchecto." + +#: ../src/richtext/richtextsizepage.cpp:393 +#: ../src/richtext/richtextsizepage.cpp:395 +msgid "The object minimum width." +msgstr "L'amplaria minima de l'obchecto." + +#: ../src/richtext/richtextsizepage.cpp:332 +#: ../src/richtext/richtextsizepage.cpp:334 +msgid "The object width." +msgstr "L'amplaria de l'obchecto." + +#: ../src/richtext/richtextindentspage.cpp:227 +#: ../src/richtext/richtextindentspage.cpp:229 +msgid "The outline level." +msgstr "O libel d'esquema." + +#: ../src/common/log.cpp:281 +#, c-format +msgid "The previous message repeated %lu time." +msgid_plural "The previous message repeated %lu times." +msgstr[0] "L'anterior mensache repetiu %lu vegada." +msgstr[1] "L'anterior mensache repetiu %lu vegadas." + +#: ../src/common/log.cpp:274 +msgid "The previous message repeated once." +msgstr "L'anterior mensache repetiu una vegada." + +#: ../src/gtk/print.cpp:931 ../src/gtk/print.cpp:1114 +msgid "The print dialog returned an error." +msgstr "O dialogo d'impresión ha tornau una error." + +#: ../src/richtext/richtextsymboldlg.cpp:462 +#: ../src/richtext/richtextsymboldlg.cpp:464 +msgid "The range to show." +msgstr "O rango que amostrar." + +#: ../src/generic/dbgrptg.cpp:322 +msgid "" +"The report contains the files listed below. If any of these files contain " +"private information,\n" +"please uncheck them and they will be removed from the report.\n" +msgstr "" +"O reporte contién os fichers amostraus abaixo. Si belún d'istos fichers " +"contién información privada,\n" +"por favor, desmarca-los y serán eliminaus d'o reporte.\n" + +#: ../src/common/cmdline.cpp:1083 +#, c-format +msgid "The required parameter '%s' was not specified." +msgstr "No s'ha especificau o parametro requeriu '%s'." + +#: ../src/richtext/richtextindentspage.cpp:217 +#: ../src/richtext/richtextindentspage.cpp:219 +#: ../src/richtext/richtextliststylepage.cpp:403 +#: ../src/richtext/richtextliststylepage.cpp:405 +msgid "The right indent." +msgstr "O escalonau dreito." + +#: ../src/richtext/richtextmarginspage.cpp:220 +#: ../src/richtext/richtextmarginspage.cpp:222 +msgid "The right margin size." +msgstr "A grandaria d'a marguin dreita." + +#: ../src/richtext/richtextmarginspage.cpp:334 +#: ../src/richtext/richtextmarginspage.cpp:336 +msgid "The right padding size." +msgstr "A grandaria d'o repleno dreito." + +#: ../src/richtext/richtextsizepage.cpp:604 +#: ../src/richtext/richtextsizepage.cpp:606 +#: ../src/richtext/richtextsizepage.cpp:618 +#: ../src/richtext/richtextsizepage.cpp:620 +msgid "The right position." +msgstr "A posición dreita." + +#: ../src/richtext/richtextindentspage.cpp:267 +#: ../src/richtext/richtextliststylepage.cpp:439 +#: ../src/richtext/richtextliststylepage.cpp:441 +msgid "The spacing after the paragraph." +msgstr "O espaciau dimpués d'o paragrafo." + +#: ../src/richtext/richtextindentspage.cpp:257 +#: ../src/richtext/richtextindentspage.cpp:259 +#: ../src/richtext/richtextliststylepage.cpp:430 +#: ../src/richtext/richtextliststylepage.cpp:432 +msgid "The spacing before the paragraph." +msgstr "O espaciau antis de paragrafo." + +#: ../src/richtext/richtextstylepage.cpp:108 +#: ../src/richtext/richtextstylepage.cpp:110 +msgid "The style name." +msgstr "O nombre d'o estilo." + +#: ../src/richtext/richtextstylepage.cpp:118 +#: ../src/richtext/richtextstylepage.cpp:120 +msgid "The style on which this style is based." +msgstr "O estilo en que se basa iste estilo." + +#: ../src/richtext/richtextstyledlg.cpp:214 +#: ../src/richtext/richtextstyledlg.cpp:216 +msgid "The style preview." +msgstr "L'anvista previa d'o estilo." + +#: ../src/msw/ole/automtn.cpp:683 +msgid "The system cannot find the file specified." +msgstr "O sistema no puet trobar o fichero especificau." + +#: ../src/richtext/richtexttabspage.cpp:118 +#: ../src/richtext/richtexttabspage.cpp:120 +msgid "The tab position." +msgstr "A posición d'o tabulador." + +#: ../src/richtext/richtexttabspage.cpp:124 +msgid "The tab positions." +msgstr "As posicions d'o tabulador." + +#: ../src/richtext/richtextctrl.cpp:2791 +msgid "The text couldn't be saved." +msgstr "No s'ha puesto alzar o texto." + +#: ../src/richtext/richtextmarginspage.cpp:243 +#: ../src/richtext/richtextmarginspage.cpp:245 +msgid "The top margin size." +msgstr "A grandaria d'a marguin superior." + +#: ../src/richtext/richtextmarginspage.cpp:357 +#: ../src/richtext/richtextmarginspage.cpp:359 +msgid "The top padding size." +msgstr "A grandaria d'o repleno superior." + +#: ../src/richtext/richtextsizepage.cpp:569 +#: ../src/richtext/richtextsizepage.cpp:571 +#: ../src/richtext/richtextsizepage.cpp:583 +#: ../src/richtext/richtextsizepage.cpp:585 +msgid "The top position." +msgstr "A posición superior." + +#: ../src/common/cmdline.cpp:1061 +#, c-format +msgid "The value for the option '%s' must be specified." +msgstr "Cal especificar a valor ta lo parametro '%s'." + +#: ../src/msw/dialup.cpp:452 +#, c-format +msgid "" +"The version of remote access service (RAS) installed on this machine is too " +"old, please upgrade (the following required function is missing: %s)." +msgstr "" +"A versión d'o servicio d'acceso remoto (RAS) instalau en iste sistema ye " +"masiau antiga. Por favor, esviella-la (falta la siguient función requiesta: " +"%s)." + +#: ../src/gtk/print.cpp:959 +msgid "The wxGtkPrinterDC cannot be used." +msgstr "No se puet fer servir o wxGtkPrinterDC." + +#: ../src/osx/carbon/dataview.cpp:1338 +msgid "There is no column or renderer for the specified column index." +msgstr "No bi ha columna u renderizador ta l'indiz de columna especificau." + +#: ../src/richtext/richtextprint.cpp:614 ../src/html/htmprint.cpp:735 +msgid "" +"There was a problem during page setup: you may need to set a default printer." +msgstr "" +"S'ha produciu un problema en configurar a pachina: s'ameneste una impresora " +"predeterminada." + +#: ../src/html/htmprint.cpp:255 +msgid "" +"This document doesn't fit on the page horizontally and will be truncated " +"when it is printed." +msgstr "" +"Iste documento no culle en a pachina horizontalment y se truncará si " +"s'imprenta." + +#: ../src/common/image.cpp:2716 +#, c-format +msgid "This is not a %s." +msgstr "Isto no ye un %s." + +#: ../src/common/wincmn.cpp:1653 +msgid "This platform does not support background transparency." +msgstr "Ista plataforma no suporta a transparencia d'o fondo." + +#: ../src/gtk/window.cpp:4368 +msgid "" +"This program was compiled with a too old version of GTK+, please rebuild " +"with GTK+ 2.12 or newer." +msgstr "" +"Iste programa estió compilau con una versión de GTK+ masiau antiga, por " +"favor recomplila-lo con o GR+ 2.12 u superior." + +#: ../src/msw/datecontrols.cpp:59 +msgid "" +"This system doesn't support date controls, please upgrade your version of " +"comctl32.dll" +msgstr "" +"Iste sistema no suporta o control de datos, por favor esviella a tuya " +"versión d'o comctl32.dll" + +#: ../src/msw/thread.cpp:1295 +msgid "" +"Thread module initialization failed: cannot store value in thread local " +"storage" +msgstr "" +"S'ha produciu una error en a inicialización d'o modulo de filos d'execución: " +"no s'ha puesto almagazenar a valor en l'almagazén local de filos" + +#: ../src/unix/threadpsx.cpp:1763 +msgid "Thread module initialization failed: failed to create thread key" +msgstr "" +"S'ha produciu una error en a inicialización d'o modulo de filos d'execución: " +"error en creyar a clau de filo" + +#: ../src/msw/thread.cpp:1283 +msgid "" +"Thread module initialization failed: impossible to allocate index in thread " +"local storage" +msgstr "" +"S'ha produciu una error en a inicialización d'o modulo de filos d'execución: " +"ye imposible reservar l'indiz en l'almagazén local de filos" + +#: ../src/unix/threadpsx.cpp:1043 +msgid "Thread priority setting is ignored." +msgstr "S'ha ignorau a configuración d'a prioridat d'o filo d'execución." + +#: ../src/msw/mdi.cpp:172 +msgid "Tile &Horizontally" +msgstr "Mosaico &Horizontal" + +#: ../src/msw/mdi.cpp:173 +msgid "Tile &Vertically" +msgstr "Mosaico &Vertical" + +#: ../src/common/ftp.cpp:202 +msgid "Timeout while waiting for FTP server to connect, try passive mode." +msgstr "" +"Tiempo d'aspera d'a connexión d'o servidor FTP acotolau, preba a establir o " +"modo pasivo." + +#: ../src/os2/timer.cpp:99 +msgid "Timer creation failed." +msgstr "S'ha produciu una error en a creyación d'o temporizador." + +#: ../src/generic/tipdlg.cpp:220 +msgid "Tip of the Day" +msgstr "Sucherencia d'o Día" + +#: ../src/generic/tipdlg.cpp:154 +msgid "Tips not available, sorry!" +msgstr "As sucherencias no son disponibles!" + +#: ../src/generic/prntdlgg.cpp:242 +msgid "To:" +msgstr "Dica:" + +#: ../src/osx/carbon/dataview.cpp:2449 +msgid "Toggle renderer cannot render value; value type: " +msgstr "O renderizador activau no puet renderizar a valor; tipo de valor: " + +#: ../src/richtext/richtextbuffer.cpp:8087 +msgid "Too many EndStyle calls!" +msgstr "Masiadas clamadas EndStyle!" + +#: ../src/common/imagpng.cpp:286 +msgid "Too many colours in PNG, the image may be slightly blurred." +msgstr "Masiadas colors en o PNG, a imachen podría estar bella cosa borrosa." + +#: ../src/richtext/richtextsizepage.cpp:286 +#: ../src/richtext/richtextsizepage.cpp:290 ../src/common/stockitem.cpp:200 +msgid "Top" +msgstr "Superior" + +#: ../src/generic/prntdlgg.cpp:881 +msgid "Top margin (mm):" +msgstr "Marguin superior (mm):" + +#: ../src/generic/aboutdlgg.cpp:79 +msgid "Translations by " +msgstr "Traduccions por " + +#: ../src/generic/aboutdlgg.cpp:188 +msgid "Translators" +msgstr "Traductors" + +#: ../src/propgrid/propgrid.cpp:173 +msgid "True" +msgstr "Verdadero" + +#: ../src/common/fs_mem.cpp:227 +#, c-format +msgid "Trying to remove file '%s' from memory VFS, but it is not loaded!" +msgstr "" +"Se ye mirando d'eliminar o fichero '%s' de VFS de memoria, pero no'n ye " +"ubierto!" + +#: ../src/common/fmapbase.cpp:156 +msgid "Turkish (ISO-8859-9)" +msgstr "Turco (ISO-8859-9)" + +#: ../src/generic/filectrlg.cpp:461 +msgid "Type" +msgstr "Tipo" + +#: ../src/richtext/richtextfontpage.cpp:160 +#: ../src/richtext/richtextfontpage.cpp:162 +msgid "Type a font name." +msgstr "Escribe un nombre de fuent." + +#: ../src/richtext/richtextfontpage.cpp:175 +#: ../src/richtext/richtextfontpage.cpp:177 +msgid "Type a size in points." +msgstr "Escribe una grandaria en puntos." + +#: ../src/msw/ole/automtn.cpp:679 +#, c-format +msgid "Type mismatch in argument %u." +msgstr "No coincide o tipo en l'argumento %u." + +#: ../src/common/xtixml.cpp:356 ../src/common/xtixml.cpp:509 +#: ../src/common/xtistrm.cpp:322 +msgid "Type must have enum - long conversion" +msgstr "O tipo ha de tener conversión d'enum ta long" + +#: ../src/propgrid/propgridiface.cpp:382 +#, c-format +msgid "" +"Type operation \"%s\" failed: Property labeled \"%s\" is of type \"%s\", NOT " +"\"%s\"." +msgstr "" +"S'ha produciu una error en a operación de tipos \"%s\".: A propiedat " +"etiquetada \"%s\" ye de tipo \"%s\" y no pas \"%s\"." + +#: ../src/common/accelcmn.cpp:58 +msgid "UP" +msgstr "ALTO" + +#: ../src/common/paper.cpp:134 +msgid "US Std Fanfold, 14 7/8 x 11 in" +msgstr "US Estandar en aventador, 14 7/8 x 11 in" + +#: ../src/common/fmapbase.cpp:196 +msgid "US-ASCII" +msgstr "US-ASCII" + +#: ../src/unix/fswatcher_inotify.cpp:109 +msgid "Unable to add inotify watch" +msgstr "No s'ha puesto adhibir un observador de inotify" + +#: ../src/unix/fswatcher_kqueue.cpp:136 +msgid "Unable to add kqueue watch" +msgstr "No s'ha puesto adhibir un observador de kqueue" + +#: ../include/wx/msw/private/fswatcher.h:142 +msgid "Unable to associate handle with I/O completion port" +msgstr "" +"No s'ha puesto asociar o maniador con o puerto de dentrada/salida de " +"rematanza" + +#: ../include/wx/msw/private/fswatcher.h:125 +msgid "Unable to close I/O completion port handle" +msgstr "" +"No s'ha puesto zarrar o maniador d'o puerto de dentrada/salida de rematanza" + +#: ../src/unix/fswatcher_inotify.cpp:97 +msgid "Unable to close inotify instance" +msgstr "No s'ha puesto zarrar a instancia d'inotify" + +#: ../include/wx/unix/private/fswatcher_kqueue.h:74 +#, c-format +msgid "Unable to close path '%s'" +msgstr "No s'ha puesto zarrar a rota '%s'" + +#: ../include/wx/msw/private/fswatcher.h:48 +#, c-format +msgid "Unable to close the handle for '%s'" +msgstr "No s'ha puesto zarrar o maniador ta '%s'" + +#: ../include/wx/msw/private/fswatcher.h:245 +msgid "Unable to create I/O completion port" +msgstr "No s'ha puesto creyar o puerto de dentrada/salida de rematanza" + +#: ../src/msw/fswatcher.cpp:84 +msgid "Unable to create IOCP worker thread" +msgstr "No s'ha puesto creyar o filo d'execución IOCP" + +#: ../src/unix/fswatcher_inotify.cpp:74 +msgid "Unable to create inotify instance" +msgstr "No s'ha puesto creyar una instancia d'inotify" + +#: ../src/unix/fswatcher_kqueue.cpp:97 +msgid "Unable to create kqueue instance" +msgstr "No s'ha puesto creyar una instancia de kqueue" + +#: ../include/wx/msw/private/fswatcher.h:234 +msgid "Unable to dequeue completion packet" +msgstr "No s'ha puesto sacar d'a coda o paquet de rematanza" + +#: ../src/unix/fswatcher_kqueue.cpp:185 +msgid "Unable to get events from kqueue" +msgstr "No s'ha puesto obtener eventos de kqueue" + +#: ../src/osx/carbon/dataview.cpp:1901 +msgid "Unable to handle native drag&drop data" +msgstr "No s'ha puesto maniar de traza nativa os datos d'arrocegar y soltar" + +#: ../src/gtk/app.cpp:439 +msgid "Unable to initialize GTK+, is DISPLAY set properly?" +msgstr "No s'ha puesto enchegar o GTK+, ye a pantalla bien achustada?" + +#: ../src/gtk/app.cpp:276 +msgid "Unable to initialize Hildon program" +msgstr "No s'ha puesto enchegar o programa Hildon" + +#: ../include/wx/unix/private/fswatcher_kqueue.h:57 +#, c-format +msgid "Unable to open path '%s'" +msgstr "No s'ha puesto ubrir a rota '%s'" + +#: ../src/html/htmlwin.cpp:564 +#, c-format +msgid "Unable to open requested HTML document: %s" +msgstr "No s'ha puesto ubrir o documento HTML demandau: %s" + +#: ../src/unix/sound.cpp:368 +msgid "Unable to play sound asynchronously." +msgstr "No s'ha puesto reproducir o son de traza asincrona." + +#: ../include/wx/msw/private/fswatcher.h:212 +msgid "Unable to post completion status" +msgstr "No s'ha puesto publicar o estau de rematanza" + +#: ../src/unix/fswatcher_inotify.cpp:543 +msgid "Unable to read from inotify descriptor" +msgstr "No s'ha puesto leyer d'o descriptor inotify" + +#: ../src/unix/fswatcher_inotify.cpp:132 +msgid "Unable to remove inotify watch" +msgstr "No s'ha puesto eliminar un observador inotify" + +#: ../src/unix/fswatcher_kqueue.cpp:153 +msgid "Unable to remove kqueue watch" +msgstr "No s'ha puesto eliminar un observador kqueue" + +#: ../src/msw/fswatcher.cpp:168 +#, c-format +msgid "Unable to set up watch for '%s'" +msgstr "No s'ha puesto configurar un observador ta '%s'" + +#: ../src/msw/fswatcher.cpp:91 +msgid "Unable to start IOCP worker thread" +msgstr "No s'ha puesto encetar o fillo d'execución d'IOCP" + +#: ../src/common/stockitem.cpp:201 +msgid "Undelete" +msgstr "Restaurar" + +#: ../src/common/stockitem.cpp:202 +msgid "Underline" +msgstr "Subrayau" + +#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:540 +#: ../src/propgrid/advprops.cpp:655 +msgid "Underlined" +msgstr "Subrayau" + +#: ../src/common/stockitem.cpp:203 ../src/stc/stc_i18n.cpp:15 +msgid "Undo" +msgstr "Desfer" + +#: ../src/common/stockitem.cpp:265 +msgid "Undo last action" +msgstr "Desfer a zaguera acción" + +#: ../src/common/cmdline.cpp:864 +#, c-format +msgid "Unexpected characters following option '%s'." +msgstr "Caracters no asperaus dezaga d'a opción '%s'." + +#: ../src/unix/fswatcher_inotify.cpp:262 +#, c-format +msgid "Unexpected event for \"%s\": no matching watch descriptor." +msgstr "" +"Evento no asperau de \"%s\": no bi ha garra descriptor d'observador que " +"coincida." + +#: ../src/common/cmdline.cpp:1024 +#, c-format +msgid "Unexpected parameter '%s'" +msgstr "Parametro '%s' inasperau" + +#: ../include/wx/msw/private/fswatcher.h:148 +msgid "Unexpectedly new I/O completion port was created" +msgstr "S'ha creyau un nuevo puerto de dentrada/salida inasperadament" + +#: ../src/msw/fswatcher.cpp:70 +msgid "Ungraceful worker thread termination" +msgstr "Rematanza incorrecta de fillos d'execución" + +#: ../src/richtext/richtextsymboldlg.cpp:459 +#: ../src/richtext/richtextsymboldlg.cpp:460 +#: ../src/richtext/richtextsymboldlg.cpp:461 +msgid "Unicode" +msgstr "Unicode" + +#: ../src/common/fmapbase.cpp:185 ../src/common/fmapbase.cpp:191 +msgid "Unicode 16 bit (UTF-16)" +msgstr "Unicode 16 bits (UTF-16)" + +#: ../src/common/fmapbase.cpp:190 +msgid "Unicode 16 bit Big Endian (UTF-16BE)" +msgstr "Unicode 16 bits Endian Gran (UTF-16BE)" + +#: ../src/common/fmapbase.cpp:186 +msgid "Unicode 16 bit Little Endian (UTF-16LE)" +msgstr "Unicode 16 bits Endian Chicot (UTF-16LE)" + +#: ../src/common/fmapbase.cpp:187 ../src/common/fmapbase.cpp:193 +msgid "Unicode 32 bit (UTF-32)" +msgstr "Unicode 32 bits (UTF-32)" + +#: ../src/common/fmapbase.cpp:192 +msgid "Unicode 32 bit Big Endian (UTF-32BE)" +msgstr "Unicode 32 bits Endian Gran (UTF-32BE)" + +#: ../src/common/fmapbase.cpp:188 +msgid "Unicode 32 bit Little Endian (UTF-32LE)" +msgstr "Unicode 32 bits Endian Chicot (UTF-32LE)" + +#: ../src/common/fmapbase.cpp:182 +msgid "Unicode 7 bit (UTF-7)" +msgstr "Unicode 7 bit (UTF-7)" + +#: ../src/common/fmapbase.cpp:183 +msgid "Unicode 8 bit (UTF-8)" +msgstr "Unicode 8 bit (UTF-8)" + +#: ../src/common/stockitem.cpp:204 +msgid "Unindent" +msgstr "Sin escalonau" + +#: ../src/richtext/richtextborderspage.cpp:358 +#: ../src/richtext/richtextborderspage.cpp:360 +msgid "Units for the bottom border width." +msgstr "Unidatz ta l'amplaria d'o canto inferior." + +#: ../src/richtext/richtextmarginspage.cpp:278 +#: ../src/richtext/richtextmarginspage.cpp:280 +msgid "Units for the bottom margin." +msgstr "Unidatz ta la marguin inferior." + +#: ../src/richtext/richtextborderspage.cpp:527 +#: ../src/richtext/richtextborderspage.cpp:529 +msgid "Units for the bottom outline width." +msgstr "Unidatz ta l'amplaria d'o esquema inferior." + +#: ../src/richtext/richtextmarginspage.cpp:392 +#: ../src/richtext/richtextmarginspage.cpp:394 +msgid "Units for the bottom padding." +msgstr "Unidatz ta lo repleno inferior." + +#: ../src/richtext/richtextsizepage.cpp:664 +#: ../src/richtext/richtextsizepage.cpp:666 +msgid "Units for the bottom position." +msgstr "Unidatz ta laposición inferior." + +#: ../src/richtext/richtextborderspage.cpp:256 +#: ../src/richtext/richtextborderspage.cpp:258 +msgid "Units for the left border width." +msgstr "Unidatz ta l'amplaria d'o canto cucho." + +#: ../src/richtext/richtextmarginspage.cpp:205 +#: ../src/richtext/richtextmarginspage.cpp:207 +msgid "Units for the left margin." +msgstr "Unidatz ta la marguin cucha." + +#: ../src/richtext/richtextborderspage.cpp:425 +#: ../src/richtext/richtextborderspage.cpp:427 +msgid "Units for the left outline width." +msgstr "Unidatz ta l'amplaria d'o esquema cucho." + +#: ../src/richtext/richtextmarginspage.cpp:319 +#: ../src/richtext/richtextmarginspage.cpp:321 +msgid "Units for the left padding." +msgstr "Unidatz ta lo repleno cucho." + +#: ../src/richtext/richtextsizepage.cpp:559 +#: ../src/richtext/richtextsizepage.cpp:561 +msgid "Units for the left position." +msgstr "Unidatz ta la posición cucha." + +#: ../src/richtext/richtextsizepage.cpp:485 +#: ../src/richtext/richtextsizepage.cpp:487 +msgid "Units for the maximum object height." +msgstr "Unidatz ta l'altura maxima de l'obchecto." + +#: ../src/richtext/richtextsizepage.cpp:458 +#: ../src/richtext/richtextsizepage.cpp:460 +msgid "Units for the maximum object width." +msgstr "Unidatz ta l'amplaria maxima de l'obchecto." + +#: ../src/richtext/richtextsizepage.cpp:431 +#: ../src/richtext/richtextsizepage.cpp:433 +msgid "Units for the minimum object height." +msgstr "Unidatz ta l'altura minima de l'obchecto." + +#: ../src/richtext/richtextsizepage.cpp:404 +#: ../src/richtext/richtextsizepage.cpp:406 +msgid "Units for the minimum object width." +msgstr "Unidatz ta l'amplaria minima de l'obchecto." + +#: ../src/richtext/richtextsizepage.cpp:377 +#: ../src/richtext/richtextsizepage.cpp:379 +msgid "Units for the object height." +msgstr "Unidatz ta l'altura de l'obchecto." + +#: ../src/richtext/richtextsizepage.cpp:343 +#: ../src/richtext/richtextsizepage.cpp:345 +msgid "Units for the object width." +msgstr "Unidatz ta l'amplaria de l'obchecto." + +#: ../src/richtext/richtextborderspage.cpp:290 +#: ../src/richtext/richtextborderspage.cpp:292 +msgid "Units for the right border width." +msgstr "Unidatz ta l'amplaria d'o cantodreito." + +#: ../src/richtext/richtextmarginspage.cpp:230 +#: ../src/richtext/richtextmarginspage.cpp:232 +msgid "Units for the right margin." +msgstr "Unidatz ta la marguin dreita." + +#: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:461 +msgid "Units for the right outline width." +msgstr "Unidatz ta l'amplaria d'o esquema dreito." + +#: ../src/richtext/richtextmarginspage.cpp:344 +#: ../src/richtext/richtextmarginspage.cpp:346 +msgid "Units for the right padding." +msgstr "Unidatz ta lo repleno dreito." + +#: ../src/richtext/richtextsizepage.cpp:629 +#: ../src/richtext/richtextsizepage.cpp:631 +msgid "Units for the right position." +msgstr "Unidatz ta la posición dreita." + +#: ../src/richtext/richtextborderspage.cpp:324 +#: ../src/richtext/richtextborderspage.cpp:326 +msgid "Units for the top border width." +msgstr "Unidatz ta l'amplaria d'o canto superior." + +#: ../src/richtext/richtextmarginspage.cpp:253 +#: ../src/richtext/richtextmarginspage.cpp:255 +msgid "Units for the top margin." +msgstr "Unidatz ta la marguin superior." + +#: ../src/richtext/richtextborderspage.cpp:493 +#: ../src/richtext/richtextborderspage.cpp:495 +msgid "Units for the top outline width." +msgstr "Unidatz ta l'amplaria d'o esquema superior." + +#: ../src/richtext/richtextmarginspage.cpp:367 +#: ../src/richtext/richtextmarginspage.cpp:369 +msgid "Units for the top padding." +msgstr "Unidatz ta lo repleno superior." + +#: ../src/richtext/richtextsizepage.cpp:594 +#: ../src/richtext/richtextsizepage.cpp:596 +msgid "Units for the top position." +msgstr "Unidatz ta la posición superior." + +#: ../src/generic/progdlgg.cpp:382 ../src/generic/progdlgg.cpp:655 +msgid "Unknown" +msgstr "Desconoixiu" + +#: ../src/msw/dde.cpp:1177 +#, c-format +msgid "Unknown DDE error %08x" +msgstr "S'ha produciu una error DDE desconoixiu %08x" + +#: ../src/common/xtistrm.cpp:414 +msgid "Unknown Object passed to GetObjectClassInfo" +msgstr "Obchecto desconoixiu pasau a GetObjectClassInfo" + +#: ../src/common/imagpng.cpp:614 +#, c-format +msgid "Unknown PNG resolution unit %d" +msgstr "Unidat de resolución de PNG desconoixida %d" + +#: ../src/common/xtixml.cpp:327 +#, c-format +msgid "Unknown Property %s" +msgstr "Propiedat desconoixida %s" + +#: ../src/common/imagtiff.cpp:532 +#, c-format +msgid "Unknown TIFF resolution unit %d ignored" +msgstr "Unidat de resolución de TIF desconoixida %d ignorada" + +#: ../src/osx/carbon/dataview.cpp:1976 +msgid "Unknown data format" +msgstr "Formato de datos desconoixiu" + +#: ../src/unix/dlunix.cpp:160 +msgid "Unknown dynamic library error" +msgstr "S'ha produciu una error desconoixida d'a biblioteca dinamica" + +#: ../src/common/fmapbase.cpp:810 +#, c-format +msgid "Unknown encoding (%d)" +msgstr "Codificación desconoixida (%d)" + +#: ../src/msw/ole/automtn.cpp:691 +#, c-format +msgid "Unknown error %08x" +msgstr "Error desconoixida %08x" + +#: ../src/msw/ole/automtn.cpp:650 +msgid "Unknown exception" +msgstr "Excepción desconoixida" + +#: ../src/common/image.cpp:2701 +msgid "Unknown image data format." +msgstr "Formato de datos d'imachen desconoixiu." + +#: ../src/common/cmdline.cpp:749 +#, c-format +msgid "Unknown long option '%s'" +msgstr "O parametro '%s' entero luengo ye desconoixiu" + +#: ../src/msw/ole/automtn.cpp:634 +msgid "Unknown name or named argument." +msgstr "Nombre u argumento nombrau desconoixiu." + +#: ../src/common/cmdline.cpp:764 ../src/common/cmdline.cpp:786 +#, c-format +msgid "Unknown option '%s'" +msgstr "O parametro '%s' ye desconoixiu" + +#: ../src/common/mimecmn.cpp:230 +#, c-format +msgid "Unmatched '{' in an entry for mime type %s." +msgstr "Bi ha una '{' no emparellada en una dentrada ta o tipo mime %s." + +#: ../src/common/cmdproc.cpp:262 ../src/common/cmdproc.cpp:288 +#: ../src/common/cmdproc.cpp:308 +msgid "Unnamed command" +msgstr "Comando sin nombre" + +#: ../src/propgrid/propgrid.cpp:398 +msgid "Unspecified" +msgstr "Sin especificar" + +#: ../src/msw/clipbrd.cpp:271 ../src/msw/clipbrd.cpp:439 +msgid "Unsupported clipboard format." +msgstr "Formato de portafuellas no suportau." + +#: ../src/common/appcmn.cpp:249 +#, c-format +msgid "Unsupported theme '%s'." +msgstr "Tema no suportau '%s'." + +#: ../src/generic/fdrepdlg.cpp:152 ../src/common/stockitem.cpp:205 +msgid "Up" +msgstr "Alto" + +#: ../src/richtext/richtextliststylepage.cpp:483 +#: ../src/richtext/richtextbulletspage.cpp:288 +msgid "Upper case letters" +msgstr "Letras mayusclas" + +#: ../src/richtext/richtextliststylepage.cpp:485 +#: ../src/richtext/richtextbulletspage.cpp:290 +msgid "Upper case roman numerals" +msgstr "Numeros romanos en mayusclas" + +#: ../src/common/cmdline.cpp:1155 +#, c-format +msgid "Usage: %s" +msgstr "Uso: %s" + +#: ../src/richtext/richtextindentspage.cpp:169 +#: ../src/richtext/richtextindentspage.cpp:171 +#: ../src/richtext/richtextliststylepage.cpp:358 +#: ../src/richtext/richtextliststylepage.cpp:360 +msgid "Use the current alignment setting." +msgstr "Fer servir l'aliniau actual." + +#: ../src/osx/carbon/dataview.cpp:2656 ../src/osx/carbon/dataview.cpp:2721 +msgid "Valid pointer to native data view control does not exist" +msgstr "No existe un puntero valido ta lo control d'anvista nativa de datos" + +#: ../src/common/valtext.cpp:179 +msgid "Validation conflict" +msgstr "Conflicto de validación" + +#: ../src/propgrid/manager.cpp:238 +msgid "Value" +msgstr "Valor" + +#: ../src/propgrid/props.cpp:384 +#, c-format +msgid "Value must be %s or higher." +msgstr "A valor cal estar %s u mas alta." + +#: ../src/propgrid/props.cpp:411 +#, c-format +msgid "Value must be %s or less." +msgstr "A valor cal estar %s u mas baixa." + +#: ../src/propgrid/props.cpp:388 ../src/propgrid/props.cpp:415 +#, c-format +msgid "Value must be between %s and %s." +msgstr "A valor cal estar entre %s y %s." + +#: ../src/generic/aboutdlgg.cpp:128 +msgid "Version " +msgstr "Versión " + +#: ../src/richtext/richtextsizepage.cpp:291 +#: ../src/richtext/richtextsizepage.cpp:293 +msgid "Vertical alignment." +msgstr "Aliniación vertical." + +#: ../src/generic/filedlgg.cpp:216 +msgid "View files as a detailed view" +msgstr "Veyer os fichers en anvista de detalle" + +#: ../src/generic/filedlgg.cpp:214 +msgid "View files as a list view" +msgstr "Veyer os fichers en anvista de lista" + +#: ../src/common/docview.cpp:1952 +msgid "Views" +msgstr "Anvistas" + +#: ../src/common/accelcmn.cpp:108 +msgid "WINDOWS_LEFT" +msgstr "WINDOWS_CUCHO" + +#: ../src/common/accelcmn.cpp:110 +msgid "WINDOWS_MENU" +msgstr "WINDOWS_MENU" + +#: ../src/common/accelcmn.cpp:109 +msgid "WINDOWS_RIGHT" +msgstr "WINDOWS_DREITO" + +#: ../src/unix/epolldispatcher.cpp:213 +#, c-format +msgid "Waiting for IO on epoll descriptor %d failed" +msgstr "" +"S'ha produciu una error en laspera de dentrada/salida d'o descriptor epool %d" + +#: ../src/common/log.cpp:227 +msgid "Warning: " +msgstr "Alvertencia: " + +#: ../src/propgrid/advprops.cpp:651 +msgid "Weight" +msgstr "Peso" + +#: ../src/common/fmapbase.cpp:148 +msgid "Western European (ISO-8859-1)" +msgstr "Europa Occidental (ISO-8859-1)" + +#: ../src/common/fmapbase.cpp:162 +msgid "Western European with Euro (ISO-8859-15)" +msgstr "Europa Occidental con Euro (ISO-8859-15)" + +#: ../src/generic/fontdlgg.cpp:446 ../src/generic/fontdlgg.cpp:448 +msgid "Whether the font is underlined." +msgstr "Si a fuent ye subrayada." + +#: ../src/generic/fdrepdlg.cpp:144 +msgid "Whole word" +msgstr "Parola completa" + +#: ../src/html/helpwnd.cpp:547 +msgid "Whole words only" +msgstr "Nomás parolas completas" + +#: ../src/univ/themes/win32.cpp:1102 +msgid "Win32 theme" +msgstr "Tema Win32" + +#: ../src/msw/utils.cpp:1220 +msgid "Win32s on Windows 3.1" +msgstr "Win32s en Windows 3.1" + +#: ../src/msw/utils.cpp:1270 +msgid "Windows 2000" +msgstr "Windows 2000" + +#: ../src/msw/utils.cpp:1302 +msgid "Windows 7" +msgstr "Windows 7" + +#: ../src/msw/utils.cpp:1308 +#, fuzzy +msgid "Windows 8" +msgstr "Windows 98" + +#: ../src/msw/utils.cpp:1314 +#, fuzzy +msgid "Windows 8.1" +msgstr "Windows 98" + +#: ../src/msw/utils.cpp:1234 +msgid "Windows 95" +msgstr "Windows 95" + +#: ../src/msw/utils.cpp:1230 +msgid "Windows 95 OSR2" +msgstr "Windows 95 OSR2" + +#: ../src/msw/utils.cpp:1245 +msgid "Windows 98" +msgstr "Windows 98" + +#: ../src/msw/utils.cpp:1241 +msgid "Windows 98 SE" +msgstr "Windows 98 SE" + +#: ../src/msw/utils.cpp:1252 +#, c-format +msgid "Windows 9x (%d.%d)" +msgstr "Windows 9x (%d.%d)" + +#: ../src/common/fmapbase.cpp:177 +msgid "Windows Arabic (CP 1256)" +msgstr "Windows Arabe (CP 1256)" + +#: ../src/common/fmapbase.cpp:178 +msgid "Windows Baltic (CP 1257)" +msgstr "Windows Baltico (CP 1257)" + +#: ../src/msw/utils.cpp:1214 +#, c-format +msgid "Windows CE (%d.%d)" +msgstr "Windows CE (%d.%d)" + +#: ../src/common/fmapbase.cpp:171 +msgid "Windows Central European (CP 1250)" +msgstr "Windows Centro Europeu (CP 1250)" + +#: ../src/common/fmapbase.cpp:168 +msgid "Windows Chinese Simplified (CP 936) or GB-2312" +msgstr "Windows chino simplificau (CP 936) u GB-2312" + +#: ../src/common/fmapbase.cpp:170 +msgid "Windows Chinese Traditional (CP 950) or Big-5" +msgstr "Windows chino Tradicional (CP 950) u big-5" + +#: ../src/common/fmapbase.cpp:172 +msgid "Windows Cyrillic (CP 1251)" +msgstr "Windows Cirilico (CP 1251)" + +#: ../src/common/fmapbase.cpp:174 +msgid "Windows Greek (CP 1253)" +msgstr "Windows Griego (CP 1253)" + +#: ../src/common/fmapbase.cpp:176 +msgid "Windows Hebrew (CP 1255)" +msgstr "Windows Hebreu (CP 1255)" + +#: ../src/common/fmapbase.cpp:167 +msgid "Windows Japanese (CP 932) or Shift-JIS" +msgstr "Windows Chaponés (CP 932) u Shift-JIS" + +#: ../src/common/fmapbase.cpp:180 +msgid "Windows Johab (CP 1361)" +msgstr "Windows Johab (CP 1361)" + +#: ../src/common/fmapbase.cpp:169 +msgid "Windows Korean (CP 949)" +msgstr "Windows Coreán (CP 949)" + +#: ../src/msw/utils.cpp:1249 +msgid "Windows ME" +msgstr "Windows ME" + +#: ../src/msw/utils.cpp:1322 +#, c-format +msgid "Windows NT %lu.%lu" +msgstr "Windows NT %lu.%lu" + +#: ../src/msw/utils.cpp:1279 +msgid "Windows Server 2003" +msgstr "Windows Server 2003" + +#: ../src/msw/utils.cpp:1295 +msgid "Windows Server 2008" +msgstr "Windows Server 2008" + +#: ../src/msw/utils.cpp:1301 +msgid "Windows Server 2008 R2" +msgstr "Windows Server 2008 R2" + +#: ../src/msw/utils.cpp:1307 +#, fuzzy +msgid "Windows Server 2012" +msgstr "Windows Server 2003" + +#: ../src/msw/utils.cpp:1313 +#, fuzzy +msgid "Windows Server 2012 R2" +msgstr "Windows Server 2008 R2" + +#: ../src/common/fmapbase.cpp:166 +msgid "Windows Thai (CP 874)" +msgstr "Windows Tailandés (CP 874)" + +#: ../src/common/fmapbase.cpp:175 +msgid "Windows Turkish (CP 1254)" +msgstr "Windows Turco (CP 1254)" + +#: ../src/common/fmapbase.cpp:179 +msgid "Windows Vietnamese (CP 1258)" +msgstr "Windows Vietnamita (CP 1258)" + +#: ../src/msw/utils.cpp:1296 +msgid "Windows Vista" +msgstr "Windows Vista" + +#: ../src/common/fmapbase.cpp:173 +msgid "Windows Western European (CP 1252)" +msgstr "Windows Europeu Occidental (CP 1252)" + +#: ../src/msw/utils.cpp:1285 +msgid "Windows XP" +msgstr "Windows XP" + +#: ../src/common/fmapbase.cpp:181 +msgid "Windows/DOS OEM (CP 437)" +msgstr "Windows/DOS OEM (CP 437)" + +#: ../src/common/fmapbase.cpp:165 +msgid "Windows/DOS OEM Cyrillic (CP 866)" +msgstr "Windows/DOS OEM Cyrilico (CP 866)" + +#: ../src/common/ffile.cpp:148 +#, c-format +msgid "Write error on file '%s'" +msgstr "S'ha produciu una error d'escritura en o fichero '%s'" + +#: ../src/xml/xml.cpp:844 +#, c-format +msgid "XML parsing error: '%s' at line %d" +msgstr "S'ha produciu una error d'analisi de XML: '%s' en a linia %d" + +#: ../src/common/xpmdecod.cpp:796 +msgid "XPM: Malformed pixel data!" +msgstr "XPM: Datos de pixel erronios!" + +#: ../src/common/xpmdecod.cpp:705 +#, c-format +msgid "XPM: incorrect colour description in line %d" +msgstr "XPM: definición de color erronia en a linia %d" + +#: ../src/common/xpmdecod.cpp:680 +msgid "XPM: incorrect header format!" +msgstr "XPM: formato de capitero incorrecto!" + +#: ../src/common/xpmdecod.cpp:716 ../src/common/xpmdecod.cpp:725 +#, c-format +msgid "XPM: malformed colour definition '%s' at line %d!" +msgstr "XPM: definición de color erronia '%s' en a linia %d!" + +#: ../src/common/xpmdecod.cpp:755 +msgid "XPM: no colors left to use for mask!" +msgstr "XPM: No s'han deixau colors ta fer-las servir en a mascara!" + +#: ../src/common/xpmdecod.cpp:782 +#, c-format +msgid "XPM: truncated image data at line %d!" +msgstr "XPM: datos d'imachen truncaus en a linia %d!" + +#: ../include/wx/msgdlg.h:271 ../src/common/stockitem.cpp:206 +#: ../src/motif/msgdlg.cpp:196 +msgid "Yes" +msgstr "Sí" + +#: ../src/osx/carbon/overlay.cpp:155 +msgid "You cannot Clear an overlay that is not inited" +msgstr "No puetz sacar una superposición que no ye estada inicializada" + +#: ../src/osx/carbon/overlay.cpp:107 ../src/dfb/overlay.cpp:61 +msgid "You cannot Init an overlay twice" +msgstr "No puetz Inicializar una superposición dos vegadas" + +#: ../src/generic/dirdlgg.cpp:316 +msgid "You cannot add a new directory to this section." +msgstr "No puetz adhibir un nuevo directorio a ista sección." + +#: ../src/propgrid/propgrid.cpp:3260 +msgid "You have entered invalid value. Press ESC to cancel editing." +msgstr "Has introduciu una valor no valida. Preta l'ESC ta cancelar a edición." + +#: ../src/common/stockitem.cpp:209 +msgid "Zoom &In" +msgstr "A&manar" + +#: ../src/common/stockitem.cpp:210 +msgid "Zoom &Out" +msgstr "A&luenyar" + +#: ../src/common/stockitem.cpp:209 ../src/common/prntbase.cpp:1564 +msgid "Zoom In" +msgstr "Agrandir" + +#: ../src/common/stockitem.cpp:210 ../src/common/prntbase.cpp:1550 +msgid "Zoom Out" +msgstr "Achiquir" + +#: ../src/common/stockitem.cpp:208 +msgid "Zoom to &Fit" +msgstr "&Achustar a la grandaria" + +#: ../src/common/stockitem.cpp:208 +msgid "Zoom to Fit" +msgstr "Achustar l'anvista" + +#: ../src/msw/dde.cpp:1144 +msgid "a DDEML application has created a prolonged race condition." +msgstr "una aplicación DDEML ha creyau una condición accelerada prolongada." + +#: ../src/msw/dde.cpp:1132 +msgid "" +"a DDEML function was called without first calling the DdeInitialize " +"function,\n" +"or an invalid instance identifier\n" +"was passed to a DDEML function." +msgstr "" +"una función DDEML ye estada clamada sin clamar en primeras a la función " +"DdeInitialize,\n" +"u s'ha pasau un identificador d'instancia no valido\n" +"a una función DDEML." + +#: ../src/msw/dde.cpp:1150 +msgid "a client's attempt to establish a conversation has failed." +msgstr "l'intento d'un client d'estableixer conversación ha fallau." + +#: ../src/msw/dde.cpp:1147 +msgid "a memory allocation failed." +msgstr "ha fallau a reserva de memoria." + +#: ../src/msw/dde.cpp:1141 +msgid "a parameter failed to be validated by the DDEML." +msgstr "ha fallau un parametro a lo validar-se por o DDEML." + +#: ../src/msw/dde.cpp:1123 +msgid "a request for a synchronous advise transaction has timed out." +msgstr "una petición ta una transacción sincrona d'alvertencia ha caducau." + +#: ../src/msw/dde.cpp:1129 +msgid "a request for a synchronous data transaction has timed out." +msgstr "una petición ta una transacción de datos sincrona ha caducau." + +#: ../src/msw/dde.cpp:1138 +msgid "a request for a synchronous execute transaction has timed out." +msgstr "una petición ta una transación d'execución sincrona ha caducau." + +#: ../src/msw/dde.cpp:1156 +msgid "a request for a synchronous poke transaction has timed out." +msgstr "una petición ta una transacción sincrona de revisión ha caducau." + +#: ../src/msw/dde.cpp:1171 +msgid "a request to end an advise transaction has timed out." +msgstr "" +"una petición ta rematar una transacción sincrona d'alvertencia ha caducau." + +#: ../src/msw/dde.cpp:1165 +msgid "" +"a server-side transaction was attempted on a conversation\n" +"that was terminated by the client, or the server\n" +"terminated before completing a transaction." +msgstr "" +"s'ha intentau una transacción d'o lau d'o servidor en una conversación\n" +"que estió rematada por o client, u lo servidor\n" +"remató antes de completar una transacción." + +#: ../src/msw/dde.cpp:1153 +msgid "a transaction failed." +msgstr "ha fallau una transacción." + +#: ../src/common/accelcmn.cpp:184 +msgid "alt" +msgstr "alt" + +#: ../src/msw/dde.cpp:1135 +msgid "" +"an application initialized as APPCLASS_MONITOR has\n" +"attempted to perform a DDE transaction,\n" +"or an application initialized as APPCMD_CLIENTONLY has \n" +"attempted to perform server transactions." +msgstr "" +"una aplicación inicializada como APPCLASS_MONITOR ha\n" +"prebau a levar a cabo una transacción DDE,\n" +"u una aplicación inicializada como APPCMD_CLIENTONLY ha\n" +"prebau a realizar transaccions de servidor." + +#: ../src/msw/dde.cpp:1159 +msgid "an internal call to the PostMessage function has failed. " +msgstr "ha fallau una clamada interna a la función PostMessage. " + +#: ../src/msw/dde.cpp:1168 +msgid "an internal error has occurred in the DDEML." +msgstr "s'ha produciu una error interna en o DDEML." + +#: ../src/msw/dde.cpp:1174 +msgid "" +"an invalid transaction identifier was passed to a DDEML function.\n" +"Once the application has returned from an XTYP_XACT_COMPLETE callback,\n" +"the transaction identifier for that callback is no longer valid." +msgstr "" +"s'ha pasau un identificador de transacción no valido a la función DDEML.\n" +"Una vegada que l'aplicación haiga retornau dende una clamada " +"XTYP_XACT_COMPLETE,\n" +"l'identificador d'a transacción ta ixa gritada deixa d'estar valido." + +#: ../src/common/zipstrm.cpp:1272 +msgid "assuming this is a multi-part zip concatenated" +msgstr "se suposa que ye un fichero zip multiparti concatenau" + +#: ../src/common/fileconf.cpp:1882 +#, c-format +msgid "attempt to change immutable key '%s' ignored." +msgstr "intento de cambiar clau immutable '%s', ignorau." + +#: ../src/html/chm.cpp:329 +msgid "bad arguments to library function" +msgstr "argumentos erronios ta la función de biblioteca" + +#: ../src/html/chm.cpp:341 +msgid "bad signature" +msgstr "sinyatura erronia" + +#: ../src/common/zipstrm.cpp:1715 +msgid "bad zipfile offset to entry" +msgstr "desplazamiento erronio ta l'elemento d'o fichero zip" + +#: ../src/common/ftp.cpp:405 +msgid "binary" +msgstr "binario" + +#: ../src/common/fontcmn.cpp:978 +msgid "bold" +msgstr "negreta" + +#: ../src/os2/iniconf.cpp:463 +msgid "buffer is too small for Windows directory." +msgstr "o buffer ye masiau chicot ta lo directorio Windows." + +#: ../src/msw/utils.cpp:1328 +#, c-format +msgid "build %lu" +msgstr "construir %lu" + +#: ../src/common/ffile.cpp:79 +#, c-format +msgid "can't close file '%s'" +msgstr "no se puet zarrar o fichero '%s'" + +#: ../src/common/file.cpp:278 +#, c-format +msgid "can't close file descriptor %d" +msgstr "no se puet zarrar o descriptor de fichero %d" + +#: ../src/common/file.cpp:604 +#, c-format +msgid "can't commit changes to file '%s'" +msgstr "no se pueden fer efectivos os cambeos en o fichero '%s'" + +#: ../src/common/file.cpp:212 +#, c-format +msgid "can't create file '%s'" +msgstr "no se puet creyar o fichero '%s'" + +#: ../src/common/fileconf.cpp:1176 +#, c-format +msgid "can't delete user configuration file '%s'" +msgstr "no se puet eliminar o fichero de configuración d'usuario '%s'" + +#: ../src/common/file.cpp:511 +#, c-format +msgid "can't determine if the end of file is reached on descriptor %d" +msgstr "" +"no se puet determinar si o final d'o fichero con descriptor %d s'ha " +"aconseguiu" + +#: ../src/msdos/utilsdos.cpp:310 ../src/msdos/utilsdos.cpp:475 +#, c-format +msgid "can't execute '%s'" +msgstr "no se puet executar '%s'" + +#: ../src/common/zipstrm.cpp:1490 +msgid "can't find central directory in zip" +msgstr "no se puet trobar o directorio central en o zip" + +#: ../src/common/file.cpp:481 +#, c-format +msgid "can't find length of file on file descriptor %d" +msgstr "no se puet obtener a grandaria d'o fichero con descriptor %d" + +#: ../src/msw/utils.cpp:373 +msgid "can't find user's HOME, using current directory." +msgstr "" +"no s'ha puesto trobar l'HOME de l'usuario, se ye usando o directorio actual." + +#: ../src/common/file.cpp:382 +#, c-format +msgid "can't flush file descriptor %d" +msgstr "no se puet vuedar o descriptor de fichero %d" + +#: ../src/common/file.cpp:438 ../src/msw/wince/filefnwce.cpp:204 +#, c-format +msgid "can't get seek position on file descriptor %d" +msgstr "" +"no se puet aconseguir a posición de busca en o descriptor de fichero %d" + +#: ../src/common/fontmap.cpp:325 +msgid "can't load any font, aborting" +msgstr "no se puet cargar garra fuent, se ye abortando" + +#: ../src/common/file.cpp:264 ../src/common/ffile.cpp:63 +#, c-format +msgid "can't open file '%s'" +msgstr "no se puet ubrir o fichero '%s'" + +#: ../src/common/fileconf.cpp:351 +#, c-format +msgid "can't open global configuration file '%s'." +msgstr "no se puet ubrir o fichero de configuración global '%s'." + +#: ../src/common/fileconf.cpp:367 +#, c-format +msgid "can't open user configuration file '%s'." +msgstr "no se puet ubrir o fichero de configuración d'usuario '%s'." + +#: ../src/common/fileconf.cpp:1017 +msgid "can't open user configuration file." +msgstr "no se puet ubrir o fichero de configuración d'usuario." + +#: ../src/common/zipstrm.cpp:527 +msgid "can't re-initialize zlib deflate stream" +msgstr "no se puet reinicializar o fluxo de compresión de zlib." + +#: ../src/common/zipstrm.cpp:552 +msgid "can't re-initialize zlib inflate stream" +msgstr "no se puet reinicializar o fluxo de descompresión de zlib" + +#: ../src/common/file.cpp:334 +#, c-format +msgid "can't read from file descriptor %d" +msgstr "no se puet leyer dende o descriptor de fichero %d" + +#: ../src/common/file.cpp:599 +#, c-format +msgid "can't remove file '%s'" +msgstr "no se puet eliminar o fichero '%s'" + +#: ../src/common/file.cpp:616 +#, c-format +msgid "can't remove temporary file '%s'" +msgstr "no se puet eliminar o fichero temporal '%s'" + +#: ../src/common/file.cpp:424 ../src/msw/wince/filefnwce.cpp:190 +#, c-format +msgid "can't seek on file descriptor %d" +msgstr "no se puet mirar en o descriptor de fichero %d" + +#: ../src/common/textfile.cpp:270 +#, c-format +msgid "can't write buffer '%s' to disk." +msgstr "no se puet alzar o buffer '%s' en o disco." + +#: ../src/common/file.cpp:350 +#, c-format +msgid "can't write to file descriptor %d" +msgstr "no se puet escribir o descriptor de fichero %d" + +#: ../src/common/fileconf.cpp:1031 +msgid "can't write user configuration file." +msgstr "no se puet escribir o fichero de configuración de l'usuario." + +#: ../src/html/chm.cpp:345 +msgid "checksum error" +msgstr "s'ha produciu una error de suma de comprebación" + +#: ../src/common/tarstrm.cpp:820 +msgid "checksum failure reading tar header block" +msgstr "" +"s'ha produciu una error de suma de comprebación leyendo lo bloque de " +"capitero de tar" + +#: ../src/richtext/richtextborderspage.cpp:252 +#: ../src/richtext/richtextborderspage.cpp:286 +#: ../src/richtext/richtextborderspage.cpp:320 +#: ../src/richtext/richtextborderspage.cpp:354 +#: ../src/richtext/richtextborderspage.cpp:421 +#: ../src/richtext/richtextborderspage.cpp:455 +#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:523 +#: ../src/richtext/richtextmarginspage.cpp:202 +#: ../src/richtext/richtextmarginspage.cpp:227 +#: ../src/richtext/richtextmarginspage.cpp:250 +#: ../src/richtext/richtextmarginspage.cpp:275 +#: ../src/richtext/richtextmarginspage.cpp:316 +#: ../src/richtext/richtextmarginspage.cpp:341 +#: ../src/richtext/richtextmarginspage.cpp:364 +#: ../src/richtext/richtextmarginspage.cpp:389 +#: ../src/richtext/richtextsizepage.cpp:339 +#: ../src/richtext/richtextsizepage.cpp:373 +#: ../src/richtext/richtextsizepage.cpp:400 +#: ../src/richtext/richtextsizepage.cpp:427 +#: ../src/richtext/richtextsizepage.cpp:454 +#: ../src/richtext/richtextsizepage.cpp:481 +#: ../src/richtext/richtextsizepage.cpp:555 +#: ../src/richtext/richtextsizepage.cpp:590 +#: ../src/richtext/richtextsizepage.cpp:625 +#: ../src/richtext/richtextsizepage.cpp:660 +msgid "cm" +msgstr "cm" + +#: ../src/html/chm.cpp:347 +msgid "compression error" +msgstr "s'ha produciu una error de compresión" + +#: ../src/common/regex.cpp:239 +msgid "conversion to 8-bit encoding failed" +msgstr "ha fallau a conversión en codificación de 8 bits" + +#: ../src/common/accelcmn.cpp:182 +msgid "ctrl" +msgstr "ctrl" + +#: ../src/common/cmdline.cpp:1323 +msgid "date" +msgstr "calendata" + +#: ../src/html/chm.cpp:349 +msgid "decompression error" +msgstr "s'ha produciu una error de descompresión" + +#: ../src/richtext/richtextstyles.cpp:780 ../src/common/fmapbase.cpp:820 +msgid "default" +msgstr "predeterminau" + +#: ../src/common/cmdline.cpp:1319 +msgid "double" +msgstr "dople" + +#: ../src/common/debugrpt.cpp:543 +msgid "dump of the process state (binary)" +msgstr "vulcau d'estau de proceso (binario)" + +#: ../src/common/datetimefmt.cpp:1936 +msgid "eighteenth" +msgstr "deciuiteno" + +#: ../src/common/datetimefmt.cpp:1926 +msgid "eighth" +msgstr "uiteno" + +#: ../src/common/datetimefmt.cpp:1929 +msgid "eleventh" +msgstr "onceno" + +#: ../src/common/fileconf.cpp:1868 +#, c-format +msgid "entry '%s' appears more than once in group '%s'" +msgstr "a dentrada '%s' amaneix mas d'una vegada en o grupo '%s'" + +#: ../src/html/chm.cpp:343 +msgid "error in data format" +msgstr "s'ha produciu una error en o formato de datos" + +#: ../src/msdos/utilsdos.cpp:413 +#, c-format +msgid "error opening '%s'" +msgstr "s'ha produciu una error en ubrir '%s'" + +#: ../src/html/chm.cpp:331 +msgid "error opening file" +msgstr "s'ha produciu una error en ubrir o fichero" + +#: ../src/common/zipstrm.cpp:1576 +msgid "error reading zip central directory" +msgstr "s'ha produciu una error en leyer o directorio central d'o zip" + +#: ../src/common/zipstrm.cpp:1667 +msgid "error reading zip local header" +msgstr "s'ha produciu una error en leyer o capitero local d'o fichero zip" + +#: ../src/common/zipstrm.cpp:2396 +#, c-format +msgid "error writing zip entry '%s': bad crc or length" +msgstr "" +"s'ha produciu una error en escribir l'elemento de zip '%s': crc u longaria " +"erronios" + +#: ../src/common/ffile.cpp:170 +#, c-format +msgid "failed to flush the file '%s'" +msgstr "s'ha produciu una error en limpiar o fichero '%s'" + +#: ../src/common/datetimefmt.cpp:1933 +msgid "fifteenth" +msgstr "quinceno" + +#: ../src/common/datetimefmt.cpp:1923 +msgid "fifth" +msgstr "cinqueno" + +#: ../src/common/fileconf.cpp:610 +#, c-format +msgid "file '%s', line %d: '%s' ignored after group header." +msgstr "fichero '%s', linia %d: '%s' ignorau dimpués d'o capitero de grupo." + +#: ../src/common/fileconf.cpp:639 +#, c-format +msgid "file '%s', line %d: '=' expected." +msgstr "fichero '%s', linia %d: '=' asperau." + +#: ../src/common/fileconf.cpp:662 +#, c-format +msgid "file '%s', line %d: key '%s' was first found at line %d." +msgstr "" +"fichero '%s', linia %d: a clau '%s' ye estada trobada por primera vegada en " +"a linia %d." + +#: ../src/common/fileconf.cpp:652 +#, c-format +msgid "file '%s', line %d: value for immutable key '%s' ignored." +msgstr "fichero '%s', linia %d: valor ignorada ta la clau immutable '%s'." + +#: ../src/common/fileconf.cpp:574 +#, c-format +msgid "file '%s': unexpected character %c at line %d." +msgstr "fichero '%s': caracter %c inasperau en a linia %d." + +#: ../src/richtext/richtextbuffer.cpp:8462 +msgid "files" +msgstr "fichers" + +#: ../src/common/datetimefmt.cpp:1919 +msgid "first" +msgstr "primer" + +#: ../src/html/helpwnd.cpp:1265 +msgid "font size" +msgstr "grandaria de fuent" + +#: ../src/common/datetimefmt.cpp:1932 +msgid "fourteenth" +msgstr "catorceno" + +#: ../src/common/datetimefmt.cpp:1922 +msgid "fourth" +msgstr "quatreno" + +#: ../src/common/appbase.cpp:699 +msgid "generate verbose log messages" +msgstr "chenerar mensaches de log explicitos" + +#: ../src/richtext/richtextbuffer.cpp:12541 +#: ../src/richtext/richtextbuffer.cpp:12651 +msgid "image" +msgstr "imachen" + +#: ../src/common/tarstrm.cpp:796 +msgid "incomplete header block in tar" +msgstr "bloque de capitero incompleto en tar" + +#: ../src/common/xtixml.cpp:489 +msgid "incorrect event handler string, missing dot" +msgstr "cadena d'identificador d'evento incorrecta, i falta o punto" + +#: ../src/common/tarstrm.cpp:1381 +msgid "incorrect size given for tar entry" +msgstr "grandaria incorrecta ta la dentrada de tar" + +#: ../src/common/tarstrm.cpp:993 +msgid "invalid data in extended tar header" +msgstr "datos no validos en o capitero de tar extendiu" + +#: ../src/generic/logg.cpp:1050 +msgid "invalid message box return value" +msgstr "avalor de retorno de servilla de dentrada no ye valida" + +#: ../src/common/zipstrm.cpp:1445 +msgid "invalid zip file" +msgstr "fichero zip no valido" + +#: ../src/common/fontcmn.cpp:983 +msgid "italic" +msgstr "cursiva" + +#: ../src/common/fontcmn.cpp:973 +msgid "light" +msgstr "lichera" + +#: ../src/common/intl.cpp:293 +#, c-format +msgid "locale '%s' cannot be set." +msgstr "no s'ha puesto establir a localización '%s'." + +#: ../src/common/datetimefmt.cpp:2092 +msgid "midnight" +msgstr "meyanueit" + +#: ../src/common/datetimefmt.cpp:1937 +msgid "nineteenth" +msgstr "decinueno" + +#: ../src/common/datetimefmt.cpp:1927 +msgid "ninth" +msgstr "nueno" + +#: ../src/msw/dde.cpp:1119 +msgid "no DDE error." +msgstr "sin error DDE." + +#: ../src/html/chm.cpp:327 +msgid "no error" +msgstr "sin error" + +#: ../src/dfb/fontmgr.cpp:174 +#, c-format +msgid "no fonts found in %s, using builtin font" +msgstr "no s'han trobau fuents en %s, se ye usando a fuent integrada" + +#: ../src/html/helpdata.cpp:655 +msgid "noname" +msgstr "sin nombre" + +#: ../src/common/datetimefmt.cpp:2091 +msgid "noon" +msgstr "meyodiya" + +#: ../src/richtext/richtextstyles.cpp:779 +msgid "normal" +msgstr "normal" + +#: ../src/gtk/print.cpp:1218 ../src/gtk/print.cpp:1323 +msgid "not implemented" +msgstr "no implementau<" + +#: ../src/common/cmdline.cpp:1315 +msgid "num" +msgstr "núm" + +#: ../src/common/xtixml.cpp:259 +msgid "objects cannot have XML Text Nodes" +msgstr "os obchectos no pueden tener nodos XML de texto" + +#: ../src/html/chm.cpp:339 +msgid "out of memory" +msgstr "memoria acotolada" + +#: ../src/common/debugrpt.cpp:519 +msgid "process context description" +msgstr "descripción d'o contexto d'o proceso" + +#: ../src/richtext/richtextfontpage.cpp:186 +#: ../src/richtext/richtextfontpage.cpp:189 +#: ../src/richtext/richtextborderspage.cpp:253 +#: ../src/richtext/richtextborderspage.cpp:287 +#: ../src/richtext/richtextborderspage.cpp:321 +#: ../src/richtext/richtextborderspage.cpp:355 +#: ../src/richtext/richtextborderspage.cpp:422 +#: ../src/richtext/richtextborderspage.cpp:456 +#: ../src/richtext/richtextborderspage.cpp:490 +#: ../src/richtext/richtextborderspage.cpp:524 +msgid "pt" +msgstr "pt" + +#: ../src/richtext/richtextfontpage.cpp:187 +#: ../src/richtext/richtextborderspage.cpp:251 +#: ../src/richtext/richtextborderspage.cpp:254 +#: ../src/richtext/richtextborderspage.cpp:255 +#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:288 +#: ../src/richtext/richtextborderspage.cpp:289 +#: ../src/richtext/richtextborderspage.cpp:319 +#: ../src/richtext/richtextborderspage.cpp:322 +#: ../src/richtext/richtextborderspage.cpp:323 +#: ../src/richtext/richtextborderspage.cpp:353 +#: ../src/richtext/richtextborderspage.cpp:356 +#: ../src/richtext/richtextborderspage.cpp:357 +#: ../src/richtext/richtextborderspage.cpp:420 +#: ../src/richtext/richtextborderspage.cpp:423 +#: ../src/richtext/richtextborderspage.cpp:424 +#: ../src/richtext/richtextborderspage.cpp:454 +#: ../src/richtext/richtextborderspage.cpp:457 +#: ../src/richtext/richtextborderspage.cpp:458 +#: ../src/richtext/richtextborderspage.cpp:488 +#: ../src/richtext/richtextborderspage.cpp:491 +#: ../src/richtext/richtextborderspage.cpp:492 +#: ../src/richtext/richtextborderspage.cpp:522 +#: ../src/richtext/richtextborderspage.cpp:525 +#: ../src/richtext/richtextborderspage.cpp:526 +#: ../src/richtext/richtextmarginspage.cpp:201 +#: ../src/richtext/richtextmarginspage.cpp:203 +#: ../src/richtext/richtextmarginspage.cpp:204 +#: ../src/richtext/richtextmarginspage.cpp:226 +#: ../src/richtext/richtextmarginspage.cpp:228 +#: ../src/richtext/richtextmarginspage.cpp:229 +#: ../src/richtext/richtextmarginspage.cpp:249 +#: ../src/richtext/richtextmarginspage.cpp:251 +#: ../src/richtext/richtextmarginspage.cpp:252 +#: ../src/richtext/richtextmarginspage.cpp:274 +#: ../src/richtext/richtextmarginspage.cpp:276 +#: ../src/richtext/richtextmarginspage.cpp:277 +#: ../src/richtext/richtextmarginspage.cpp:315 +#: ../src/richtext/richtextmarginspage.cpp:317 +#: ../src/richtext/richtextmarginspage.cpp:318 +#: ../src/richtext/richtextmarginspage.cpp:340 +#: ../src/richtext/richtextmarginspage.cpp:342 +#: ../src/richtext/richtextmarginspage.cpp:343 +#: ../src/richtext/richtextmarginspage.cpp:363 +#: ../src/richtext/richtextmarginspage.cpp:365 +#: ../src/richtext/richtextmarginspage.cpp:366 +#: ../src/richtext/richtextmarginspage.cpp:388 +#: ../src/richtext/richtextmarginspage.cpp:390 +#: ../src/richtext/richtextmarginspage.cpp:391 +#: ../src/richtext/richtextsizepage.cpp:338 +#: ../src/richtext/richtextsizepage.cpp:341 +#: ../src/richtext/richtextsizepage.cpp:342 +#: ../src/richtext/richtextsizepage.cpp:372 +#: ../src/richtext/richtextsizepage.cpp:375 +#: ../src/richtext/richtextsizepage.cpp:376 +#: ../src/richtext/richtextsizepage.cpp:399 +#: ../src/richtext/richtextsizepage.cpp:402 +#: ../src/richtext/richtextsizepage.cpp:403 +#: ../src/richtext/richtextsizepage.cpp:426 +#: ../src/richtext/richtextsizepage.cpp:429 +#: ../src/richtext/richtextsizepage.cpp:430 +#: ../src/richtext/richtextsizepage.cpp:453 +#: ../src/richtext/richtextsizepage.cpp:456 +#: ../src/richtext/richtextsizepage.cpp:457 +#: ../src/richtext/richtextsizepage.cpp:480 +#: ../src/richtext/richtextsizepage.cpp:483 +#: ../src/richtext/richtextsizepage.cpp:484 +#: ../src/richtext/richtextsizepage.cpp:554 +#: ../src/richtext/richtextsizepage.cpp:557 +#: ../src/richtext/richtextsizepage.cpp:558 +#: ../src/richtext/richtextsizepage.cpp:589 +#: ../src/richtext/richtextsizepage.cpp:592 +#: ../src/richtext/richtextsizepage.cpp:593 +#: ../src/richtext/richtextsizepage.cpp:624 +#: ../src/richtext/richtextsizepage.cpp:627 +#: ../src/richtext/richtextsizepage.cpp:628 +#: ../src/richtext/richtextsizepage.cpp:659 +#: ../src/richtext/richtextsizepage.cpp:662 +#: ../src/richtext/richtextsizepage.cpp:663 +msgid "px" +msgstr "px" + +#: ../src/common/accelcmn.cpp:188 +msgid "rawctrl" +msgstr "rawctrl" + +#: ../src/html/chm.cpp:333 +msgid "read error" +msgstr "s'ha produciu una error de lectura" + +#: ../src/common/zipstrm.cpp:1882 +#, c-format +msgid "reading zip stream (entry %s): bad crc" +msgstr "a lo leyer o fluxo de zip (elemento %s): crc erronio" + +#: ../src/common/zipstrm.cpp:1877 +#, c-format +msgid "reading zip stream (entry %s): bad length" +msgstr "a lo leyer o fluxo de zip (elemento %s): longaria erronia" + +#: ../src/msw/dde.cpp:1162 +msgid "reentrancy problem." +msgstr "problema de reentrada." + +#: ../src/common/datetimefmt.cpp:1920 +msgid "second" +msgstr "segundo" + +#: ../src/html/chm.cpp:337 +msgid "seek error" +msgstr "error de busca" + +#: ../src/common/datetimefmt.cpp:1935 +msgid "seventeenth" +msgstr "deciseteno" + +#: ../src/common/datetimefmt.cpp:1925 +msgid "seventh" +msgstr "seteno" + +#: ../src/common/accelcmn.cpp:186 +msgid "shift" +msgstr "mayusclas" + +#: ../src/common/appbase.cpp:689 +msgid "show this help message" +msgstr "amostrar iste mensache d'aduya" + +#: ../src/common/datetimefmt.cpp:1934 +msgid "sixteenth" +msgstr "setzeno" + +#: ../src/common/datetimefmt.cpp:1924 +msgid "sixth" +msgstr "seiseno" + +#: ../src/common/appcmn.cpp:227 +msgid "specify display mode to use (e.g. 640x480-16)" +msgstr "especifica lo modo que fer servir (eix.: 640x480-16)" + +#: ../src/common/appcmn.cpp:213 +msgid "specify the theme to use" +msgstr "especifica lo tema que fer servir" + +#: ../src/richtext/richtextbuffer.cpp:8983 +msgid "standard/circle" +msgstr "estandar/cerclo" + +#: ../src/richtext/richtextbuffer.cpp:8984 +msgid "standard/circle-outline" +msgstr "estandar/cerclo - esquema" + +#: ../src/richtext/richtextbuffer.cpp:8986 +msgid "standard/diamond" +msgstr "estandar/diamant" + +#: ../src/richtext/richtextbuffer.cpp:8985 +msgid "standard/square" +msgstr "estandar/quadrau" + +#: ../src/richtext/richtextbuffer.cpp:8987 +msgid "standard/triangle" +msgstr "estandar/trianglo" + +#: ../src/common/zipstrm.cpp:1782 +msgid "stored file length not in Zip header" +msgstr "a longaria d'o fichero almagazenau no ye en o capitero d'o Zip" + +#: ../src/common/cmdline.cpp:1311 +msgid "str" +msgstr "cad" + +#: ../src/common/fontcmn.cpp:794 ../src/common/fontcmn.cpp:969 +msgid "strikethrough" +msgstr "rayau" + +#: ../src/common/tarstrm.cpp:1003 ../src/common/tarstrm.cpp:1025 +#: ../src/common/tarstrm.cpp:1507 ../src/common/tarstrm.cpp:1529 +msgid "tar entry not open" +msgstr "dentrada tar no ubierta" + +#: ../src/common/datetimefmt.cpp:1928 +msgid "tenth" +msgstr "deceno" + +#: ../src/msw/dde.cpp:1126 +msgid "the response to the transaction caused the DDE_FBUSY bit to be set." +msgstr "a respuesta a la transacción causó que s'activase o bit DDE_FBUSY." + +#: ../src/common/datetimefmt.cpp:1921 +msgid "third" +msgstr "tercer" + +#: ../src/common/datetimefmt.cpp:1931 +msgid "thirteenth" +msgstr "treceno" + +#: ../src/common/datetimefmt.cpp:1725 +msgid "today" +msgstr "hue" + +#: ../src/common/datetimefmt.cpp:1727 +msgid "tomorrow" +msgstr "maitín" + +#: ../src/common/fileconf.cpp:1979 +#, c-format +msgid "trailing backslash ignored in '%s'" +msgstr "s'ha ignorau a barra inversa sobrant en '%s'" + +#: ../src/gtk/aboutdlg.cpp:218 +msgid "translator-credits" +msgstr "traductor-creditos" + +#: ../src/common/datetimefmt.cpp:1930 +msgid "twelfth" +msgstr "doceno" + +#: ../src/common/datetimefmt.cpp:1938 +msgid "twentieth" +msgstr "vinteno" + +#: ../src/common/fontcmn.cpp:789 ../src/common/fontcmn.cpp:965 +msgid "underlined" +msgstr "subrayau" + +#: ../src/common/fileconf.cpp:2014 +#, c-format +msgid "unexpected \" at position %d in '%s'." +msgstr "\" inasperau en a posición %d en '%s'." + +#: ../src/common/tarstrm.cpp:1045 +msgid "unexpected end of file" +msgstr "fin de fichero inasperau" + +#: ../src/generic/progdlgg.cpp:399 ../src/common/tarstrm.cpp:371 +#: ../src/common/tarstrm.cpp:394 ../src/common/tarstrm.cpp:425 +msgid "unknown" +msgstr "desconoixiu" + +#: ../src/common/xtixml.cpp:253 +#, c-format +msgid "unknown class %s" +msgstr "clase %s desconoixida" + +#: ../src/common/regex.cpp:261 ../src/html/chm.cpp:351 +msgid "unknown error" +msgstr "s'ha produciu una error desconoixida" + +#: ../src/msw/dialup.cpp:490 +#, c-format +msgid "unknown error (error code %08x)." +msgstr "s'ha produciu una error desconoixida (codigo d'error %08x)." + +#: ../src/msw/wince/filefnwce.cpp:172 +msgid "unknown seek origin" +msgstr "orichen de busca desconoixiu" + +#: ../src/common/fmapbase.cpp:834 +#, c-format +msgid "unknown-%d" +msgstr "desconoixiu-%d" + +#: ../src/common/docview.cpp:507 +msgid "unnamed" +msgstr "sin nombre" + +#: ../src/common/docview.cpp:1606 +#, c-format +msgid "unnamed%d" +msgstr "sin nombre%d" + +#: ../src/common/zipstrm.cpp:1796 ../src/common/zipstrm.cpp:2184 +msgid "unsupported Zip compression method" +msgstr "metodo de compresión de Zip no suportau" + +#: ../src/common/translation.cpp:1883 +#, c-format +msgid "using catalog '%s' from '%s'." +msgstr "usando lo catalogo '%s' de '%s'." + +#: ../src/html/chm.cpp:335 +msgid "write error" +msgstr "s'ha produciu una error d'escritura" + +#: ../src/common/time.cpp:318 +msgid "wxGetTimeOfDay failed." +msgstr "Ha fallau o wxGetTimeOfDay." + +#: ../src/gtk/print.cpp:987 +msgid "wxPrintout::GetPageInfo gives a null maxPage." +msgstr "wxPrintout::GetPageInfo da un maxPage nulo." + +#: ../src/osx/carbon/dataview.cpp:1301 +msgid "wxWidget control pointer is not a data view pointer" +msgstr "o puntero de control wxWidget no ye un puntero d'anvista de datos" + +#: ../src/osx/carbon/dataview.cpp:905 +msgid "wxWidget's control not initialized." +msgstr "o control de wxWidget no ye inicializau." + +#: ../src/motif/app.cpp:245 +#, c-format +msgid "wxWidgets could not open display for '%s': exiting." +msgstr "o wxWidgets no ha puesto ubrir o 'display' ta '%s': Se'n ye salindo." + +#: ../src/x11/app.cpp:164 +msgid "wxWidgets could not open display. Exiting." +msgstr "Os wxWidgets no ha puesto ubrir o 'display'. Se'n ye salindo." + +#: ../src/richtext/richtextsymboldlg.cpp:434 +msgid "xxxx" +msgstr "xxxx" + +#: ../src/common/datetimefmt.cpp:1726 +msgid "yesterday" +msgstr "ahiere" + +#: ../src/common/zstream.cpp:251 ../src/common/zstream.cpp:426 +#, c-format +msgid "zlib error %d" +msgstr "s'ha produciu a error de zlib %d" + +#: ../src/richtext/richtextliststylepage.cpp:496 +#: ../src/richtext/richtextbulletspage.cpp:301 +msgid "~" +msgstr "~" + +#~ msgid "Event queue overflowed" +#~ msgstr "Coda d'eventos sobreixida" + +#~ msgid "percent" +#~ msgstr "por cient" Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/locale/ar.mo and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/locale/ar.mo differ diff -Nru wxpython3.0-3.0.0.0+dfsg/locale/ar.po wxpython3.0-3.0.1.1+dfsg/locale/ar.po --- wxpython3.0-3.0.0.0+dfsg/locale/ar.po 2013-12-28 09:36:54.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/locale/ar.po 2014-04-17 19:37:42.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: wxWidgets 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-01 19:04+0200\n" +"POT-Creation-Date: 2014-02-21 14:54+0100\n" "PO-Revision-Date: 2012-03-22 18:41+0200\n" "Last-Translator: Fatma Mehanna \n" "Language-Team: arabictranslationteam@googlegroups.com\n" @@ -91,6 +91,19 @@ msgid "#9 Envelope, 3 7/8 x 8 7/8 in" msgstr "#9 Envelope, 3 7/8 x 8 7/8 in" +#: ../src/richtext/richtextsizepage.cpp:340 +#: ../src/richtext/richtextsizepage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:401 +#: ../src/richtext/richtextsizepage.cpp:428 +#: ../src/richtext/richtextsizepage.cpp:455 +#: ../src/richtext/richtextsizepage.cpp:482 +#: ../src/richtext/richtextsizepage.cpp:556 +#: ../src/richtext/richtextsizepage.cpp:591 +#: ../src/richtext/richtextsizepage.cpp:626 +#: ../src/richtext/richtextsizepage.cpp:661 +msgid "%" +msgstr "" + #: ../src/html/helpwnd.cpp:1044 #, fuzzy, c-format msgid "%d of %lu" @@ -144,7 +157,7 @@ msgid "%s did not fit the tar header for entry '%s'" msgstr "%s did not fit the tar header for entry '%s'" -#: ../src/common/fldlgcmn.cpp:106 +#: ../src/common/fldlgcmn.cpp:124 #, c-format msgid "%s files (%s)|%s" msgstr "%s ملÙات(%s)|%s" @@ -208,8 +221,8 @@ msgid "&Bottom" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:359 -#: ../src/richtext/richtextborderspage.cpp:503 +#: ../src/richtext/richtextborderspage.cpp:343 +#: ../src/richtext/richtextborderspage.cpp:512 #: ../src/richtext/richtextmarginspage.cpp:260 #: ../src/richtext/richtextmarginspage.cpp:374 #: ../src/richtext/richtextsizepage.cpp:637 @@ -217,7 +230,7 @@ msgid "&Bottom:" msgstr "" -#: ../include/wx/richtext/richtextbuffer.h:3530 +#: ../include/wx/richtext/richtextbuffer.h:3578 #, fuzzy msgid "&Box" msgstr "&عريض:" @@ -232,7 +245,7 @@ msgstr "" #: ../src/generic/wizard.cpp:432 ../src/generic/fontdlgg.cpp:470 -#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:588 +#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:572 #: ../src/common/stockitem.cpp:145 msgid "&Cancel" msgstr "&إلغاء" @@ -241,7 +254,7 @@ msgid "&Cascade" msgstr "&متتالي" -#: ../include/wx/richtext/richtextbuffer.h:5587 +#: ../include/wx/richtext/richtextbuffer.h:5639 #, fuzzy msgid "&Cell" msgstr "&إلغاء" @@ -274,8 +287,8 @@ msgid "&Convert" msgstr "محتويات" -#: ../src/richtext/richtextctrl.cpp:326 ../src/osx/textctrl_osx.cpp:583 -#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2284 +#: ../src/richtext/richtextctrl.cpp:332 ../src/osx/textctrl_osx.cpp:583 +#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2335 msgid "&Copy" msgstr "&نسخ" @@ -292,8 +305,8 @@ msgstr "&تقرير معاينة الخطأ البرمجي:" #: ../src/richtext/richtexttabspage.cpp:142 -#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:585 -#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2286 +#: ../src/richtext/richtextctrl.cpp:334 ../src/osx/textctrl_osx.cpp:585 +#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2337 msgid "&Delete" msgstr "&حذÙ" @@ -388,7 +401,7 @@ msgstr "&يمين:" #: ../src/generic/wizard.cpp:435 ../src/richtext/richtextstyledlg.cpp:303 -#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:785 +#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:776 #: ../src/common/stockitem.cpp:163 ../src/html/helpfrm.cpp:147 msgid "&Help" msgstr "&مساعدة" @@ -444,8 +457,8 @@ msgstr "&سيار" #: ../src/richtext/richtextindentspage.cpp:195 -#: ../src/richtext/richtextborderspage.cpp:269 -#: ../src/richtext/richtextborderspage.cpp:413 +#: ../src/richtext/richtextborderspage.cpp:241 +#: ../src/richtext/richtextborderspage.cpp:410 #: ../src/richtext/richtextliststylepage.cpp:381 #: ../src/richtext/richtextmarginspage.cpp:187 #: ../src/richtext/richtextmarginspage.cpp:301 @@ -514,7 +527,7 @@ msgstr "&رقم:" #: ../src/generic/fontdlgg.cpp:475 ../src/generic/fontdlgg.cpp:482 -#: ../src/osx/carbon/fontdlg.cpp:594 ../src/common/stockitem.cpp:178 +#: ../src/osx/carbon/fontdlg.cpp:578 ../src/common/stockitem.cpp:178 msgid "&OK" msgstr "&مواÙÙ‚" @@ -531,12 +544,12 @@ msgid "&Page Break" msgstr "" -#: ../src/richtext/richtextctrl.cpp:327 ../src/osx/textctrl_osx.cpp:584 -#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2285 +#: ../src/richtext/richtextctrl.cpp:333 ../src/osx/textctrl_osx.cpp:584 +#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2336 msgid "&Paste" msgstr "&لصق" -#: ../include/wx/richtext/richtextbuffer.h:4655 +#: ../include/wx/richtext/richtextbuffer.h:4705 msgid "&Picture" msgstr "" @@ -571,7 +584,7 @@ msgid "&Print..." msgstr "&طباعة..." -#: ../src/richtext/richtextctrl.cpp:332 ../src/richtext/richtextctrl.cpp:4945 +#: ../src/richtext/richtextctrl.cpp:338 ../src/richtext/richtextctrl.cpp:5054 #: ../src/common/stockitem.cpp:184 msgid "&Properties" msgstr "&الخصائص" @@ -580,9 +593,9 @@ msgid "&Quit" msgstr "&إنهاء" -#: ../src/richtext/richtextctrl.cpp:323 ../src/osx/textctrl_osx.cpp:580 +#: ../src/richtext/richtextctrl.cpp:329 ../src/osx/textctrl_osx.cpp:580 #: ../src/common/stockitem.cpp:185 ../src/common/cmdproc.cpp:293 -#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2281 +#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2332 msgid "&Redo" msgstr "&تكرار الÙعل" @@ -612,8 +625,8 @@ msgstr "&يمين" #: ../src/richtext/richtextindentspage.cpp:213 -#: ../src/richtext/richtextborderspage.cpp:299 -#: ../src/richtext/richtextborderspage.cpp:443 +#: ../src/richtext/richtextborderspage.cpp:275 +#: ../src/richtext/richtextborderspage.cpp:444 #: ../src/richtext/richtextliststylepage.cpp:399 #: ../src/richtext/richtextmarginspage.cpp:212 #: ../src/richtext/richtextmarginspage.cpp:326 @@ -686,7 +699,12 @@ msgid "&Symbol:" msgstr "&رمز:" -#: ../include/wx/richtext/richtextbuffer.h:5679 +#: ../src/richtext/richtextborderspage.cpp:379 +#: ../src/richtext/richtextborderspage.cpp:548 +msgid "&Synchronize values" +msgstr "" + +#: ../include/wx/richtext/richtextbuffer.h:5733 msgid "&Table" msgstr "" @@ -695,8 +713,8 @@ msgid "&Top" msgstr "&نسخ" -#: ../src/richtext/richtextborderspage.cpp:329 -#: ../src/richtext/richtextborderspage.cpp:473 +#: ../src/richtext/richtextborderspage.cpp:309 +#: ../src/richtext/richtextborderspage.cpp:478 #: ../src/richtext/richtextmarginspage.cpp:235 #: ../src/richtext/richtextmarginspage.cpp:349 #: ../src/richtext/richtextsizepage.cpp:567 @@ -713,9 +731,9 @@ msgid "&Underlining:" msgstr "&وضع خط تحته" -#: ../src/richtext/richtextctrl.cpp:322 ../src/osx/textctrl_osx.cpp:579 +#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:579 #: ../src/common/stockitem.cpp:203 ../src/common/cmdproc.cpp:271 -#: ../src/msw/textctrl.cpp:2280 +#: ../src/msw/textctrl.cpp:2331 msgid "&Undo" msgstr "&تراجع" @@ -766,8 +784,8 @@ msgid "'%s' has extra '..', ignored." msgstr "'%s' به مزيد'..', تم تجاهله." -#: ../src/common/valtext.cpp:249 ../src/common/valtext.cpp:251 -#: ../src/common/valtext.cpp:253 ../src/common/valtext.cpp:255 +#: ../src/common/valtext.cpp:165 ../src/common/valtext.cpp:167 +#: ../src/common/valtext.cpp:254 ../src/common/valtext.cpp:256 #, c-format msgid "'%s' is invalid" msgstr "'%s' خطأ" @@ -787,27 +805,27 @@ msgid "'%s' is probably a binary buffer." msgstr "'%s' من المحتمل أن تكون ذاكرة ثنائية." -#: ../src/common/valtext.cpp:247 +#: ../src/common/valtext.cpp:252 #, c-format msgid "'%s' should be numeric." msgstr "'%s' ينبغي أن يكون رقمي." -#: ../src/common/valtext.cpp:239 +#: ../src/common/valtext.cpp:244 #, c-format msgid "'%s' should only contain ASCII characters." msgstr "'%s' ينبغي أن يحتوي على أحر٠لها مكاÙئ رقمي." -#: ../src/common/valtext.cpp:241 +#: ../src/common/valtext.cpp:246 #, c-format msgid "'%s' should only contain alphabetic characters." msgstr "'%s' ينبغي أن يحتوي على أحر٠أبجدية." -#: ../src/common/valtext.cpp:243 +#: ../src/common/valtext.cpp:248 #, c-format msgid "'%s' should only contain alphabetic or numeric characters." msgstr "'%s' ينبغي أن يحتوي على أحر٠أبجدية أو رقمية." -#: ../src/common/valtext.cpp:245 +#: ../src/common/valtext.cpp:250 #, fuzzy, c-format msgid "'%s' should only contain digits." msgstr "'%s' ينبغي أن يحتوي على أحر٠لها مكاÙئ رقمي." @@ -840,7 +858,7 @@ #: ../src/richtext/richtextindentspage.cpp:287 #: ../src/richtext/richtextindentspage.cpp:311 #: ../src/richtext/richtextindentspage.cpp:326 -#: ../src/richtext/richtextformatdlg.cpp:831 +#: ../src/richtext/richtextformatdlg.cpp:867 #: ../src/richtext/richtextfontpage.cpp:331 #: ../src/richtext/richtextfontpage.cpp:335 #: ../src/richtext/richtextfontpage.cpp:339 @@ -865,7 +883,7 @@ msgid "+" msgstr "+" -#: ../src/msw/utils.cpp:1324 +#: ../src/msw/utils.cpp:1336 msgid ", 64-bit edition" msgstr "" @@ -981,37 +999,37 @@ msgid "< &Back" msgstr "< &Back" -#: ../src/osx/carbon/fontdlg.cpp:608 ../src/osx/carbon/fontdlg.cpp:815 -#: ../src/osx/carbon/fontdlg.cpp:835 +#: ../src/osx/carbon/fontdlg.cpp:592 ../src/osx/carbon/fontdlg.cpp:799 +#: ../src/osx/carbon/fontdlg.cpp:819 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:609 ../src/osx/carbon/fontdlg.cpp:817 -#: ../src/osx/carbon/fontdlg.cpp:837 +#: ../src/osx/carbon/fontdlg.cpp:593 ../src/osx/carbon/fontdlg.cpp:801 +#: ../src/osx/carbon/fontdlg.cpp:821 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:607 ../src/osx/carbon/fontdlg.cpp:813 -#: ../src/osx/carbon/fontdlg.cpp:833 +#: ../src/osx/carbon/fontdlg.cpp:591 ../src/osx/carbon/fontdlg.cpp:797 +#: ../src/osx/carbon/fontdlg.cpp:817 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:610 ../src/osx/carbon/fontdlg.cpp:819 -#: ../src/osx/carbon/fontdlg.cpp:839 +#: ../src/osx/carbon/fontdlg.cpp:594 ../src/osx/carbon/fontdlg.cpp:803 +#: ../src/osx/carbon/fontdlg.cpp:823 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:611 ../src/osx/carbon/fontdlg.cpp:824 -#: ../src/osx/carbon/fontdlg.cpp:843 +#: ../src/osx/carbon/fontdlg.cpp:595 ../src/osx/carbon/fontdlg.cpp:808 +#: ../src/osx/carbon/fontdlg.cpp:827 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:612 ../src/osx/carbon/fontdlg.cpp:821 -#: ../src/osx/carbon/fontdlg.cpp:841 +#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:805 +#: ../src/osx/carbon/fontdlg.cpp:825 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:606 +#: ../src/osx/carbon/fontdlg.cpp:590 msgid "" msgstr "" @@ -1149,8 +1167,8 @@ msgid "A6 Rotated 148 x 105 mm" msgstr "A6 مدور 148 x 105 mm" -#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:526 -#: ../src/osx/carbon/fontdlg.cpp:339 +#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:527 +#: ../src/osx/carbon/fontdlg.cpp:323 msgid "ABCDEFGabcdefg12345" msgstr "ABCDEFGabcdefg12345" @@ -1162,16 +1180,22 @@ msgid "ASCII" msgstr "أسكي" -#: ../src/osx/menu_osx.cpp:630 ../src/common/stockitem.cpp:139 +#: ../src/common/stockitem.cpp:139 #, fuzzy msgid "About" msgstr "&عن..." -#: ../src/generic/aboutdlgg.cpp:140 ../src/msw/aboutdlg.cpp:64 +#: ../src/generic/aboutdlgg.cpp:140 ../src/osx/menu_osx.cpp:603 +#: ../src/msw/aboutdlg.cpp:64 #, fuzzy, c-format msgid "About %s" msgstr "حول" +#: ../src/osx/menu_osx.cpp:605 +#, fuzzy +msgid "About..." +msgstr "&نبذة عن..." + #: ../src/richtext/richtextsizepage.cpp:520 msgid "Absolute" msgstr "" @@ -1185,11 +1209,11 @@ msgid "Add" msgstr "أضÙ" -#: ../src/richtext/richtextbuffer.cpp:10751 +#: ../src/richtext/richtextbuffer.cpp:11056 msgid "Add Column" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10688 +#: ../src/richtext/richtextbuffer.cpp:10993 msgid "Add Row" msgstr "" @@ -1214,11 +1238,11 @@ msgid "Adding book %s" msgstr "إضاÙØ© كتاب %s" -#: ../src/osx/carbon/dataview.cpp:1933 +#: ../src/osx/carbon/dataview.cpp:1931 msgid "Adding flavor TEXT failed" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1954 +#: ../src/osx/carbon/dataview.cpp:1952 msgid "Adding flavor utxt failed" msgstr "" @@ -1247,16 +1271,16 @@ msgid "All" msgstr "الكل" -#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:89 +#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:107 #, c-format msgid "All files (%s)|%s" msgstr "كل الملÙات (%s)|%s" -#: ../include/wx/defs.h:2922 +#: ../include/wx/defs.h:2933 msgid "All files (*)|*" msgstr "كل الملÙات (*)|*" -#: ../include/wx/defs.h:2919 +#: ../include/wx/defs.h:2930 msgid "All files (*.*)|*.*" msgstr "كل الملÙات (*.*)|*.*" @@ -1294,8 +1318,7 @@ msgid "Append log to file '%s' (choosing [No] will overwrite it)?" msgstr "إرÙاق تقرير بالمل٠'%s' (اختيار [لا] سيتخطاه)?" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:610 -#: ../src/osx/menu_osx.cpp:649 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:623 ../src/osx/menu_osx.cpp:631 #, fuzzy msgid "Application" msgstr "تحديد" @@ -1314,7 +1337,7 @@ msgid "Arabic (ISO-8859-6)" msgstr "عربي (ISO-8859-6)" -#: ../src/msw/ole/automtn.cpp:661 +#: ../src/msw/ole/automtn.cpp:675 #, c-format msgid "Argument %u not found." msgstr "" @@ -1424,7 +1447,7 @@ msgstr "&رجوع" #: ../src/richtext/richtextbackgroundpage.cpp:119 -#: ../src/richtext/richtextformatdlg.cpp:374 +#: ../src/richtext/richtextformatdlg.cpp:375 #, fuzzy msgid "Background" msgstr "لون الخلÙية" @@ -1434,7 +1457,7 @@ msgid "Background &colour:" msgstr "لون الخلÙية" -#: ../src/osx/carbon/fontdlg.cpp:406 +#: ../src/osx/carbon/fontdlg.cpp:390 msgid "Background colour" msgstr "لون الخلÙية" @@ -1455,21 +1478,21 @@ msgid "Bitmap" msgstr "Bitmap" -#: ../src/osx/carbon/dataview.cpp:2396 +#: ../src/osx/carbon/dataview.cpp:2394 msgid "Bitmap renderer cannot render value; value type: " msgstr "" #: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:337 -#: ../src/osx/carbon/fontdlg.cpp:540 ../src/common/stockitem.cpp:143 +#: ../src/osx/carbon/fontdlg.cpp:524 ../src/common/stockitem.cpp:143 msgid "Bold" msgstr "عريض" -#: ../src/richtext/richtextborderspage.cpp:256 -#: ../src/richtext/richtextborderspage.cpp:389 +#: ../src/richtext/richtextborderspage.cpp:228 +#: ../src/richtext/richtextborderspage.cpp:386 msgid "Border" msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:368 +#: ../src/richtext/richtextformatdlg.cpp:369 msgid "Borders" msgstr "" @@ -1481,7 +1504,7 @@ msgid "Bottom margin (mm):" msgstr "الهامش الأسÙÙ„ (mm):" -#: ../src/richtext/richtextbuffer.cpp:8919 +#: ../src/richtext/richtextbuffer.cpp:9026 #, fuzzy msgid "Box Properties" msgstr "&الخصائص" @@ -1504,7 +1527,7 @@ msgid "Bullet style" msgstr "إسلوب التنقيط" -#: ../src/richtext/richtextformatdlg.cpp:342 +#: ../src/richtext/richtextformatdlg.cpp:343 msgid "Bullets" msgstr "نقاط" @@ -1595,7 +1618,7 @@ msgid "Can't create thread" msgstr "لا يمكن إنشاء الموضوع" -#: ../src/msw/window.cpp:3793 +#: ../src/msw/window.cpp:3787 #, c-format msgid "Can't create window of class %s" msgstr "لا يمكن إنشاء ناÙذة من تصني٠%s" @@ -1650,7 +1673,7 @@ msgid "Can't initialize zlib inflate stream." msgstr "Can't initialize zlib inflate stream." -#: ../src/msw/fswatcher.cpp:432 +#: ../src/msw/fswatcher.cpp:456 #, c-format msgid "Can't monitor non-existent directory \"%s\" for changes." msgstr "" @@ -1722,11 +1745,11 @@ msgid "Cannot create mutex." msgstr "لا يمكن إنشاء كائن مزامن." -#: ../src/osx/carbon/dataview.cpp:895 +#: ../src/osx/carbon/dataview.cpp:893 msgid "Cannot create new column's ID. Probably max. number of columns reached." msgstr "" -#: ../src/common/filefn.cpp:1336 +#: ../src/common/filefn.cpp:1335 #, fuzzy, c-format msgid "Cannot enumerate files '%s'" msgstr "لا يمكن حصر ملÙات '%s'" @@ -1745,21 +1768,21 @@ msgid "Cannot find the location of address book file" msgstr "تعذر وجود موقع مل٠دÙتر العناوين" -#: ../src/msw/ole/automtn.cpp:562 +#: ../src/msw/ole/automtn.cpp:565 #, fuzzy, c-format msgid "Cannot get an active instance of \"%s\"" msgstr "تعذر الحصول على محاورة اتصال نشطة: %s" -#: ../src/unix/threadpsx.cpp:1030 +#: ../src/unix/threadpsx.cpp:1035 #, c-format msgid "Cannot get priority range for scheduling policy %d." msgstr "تعذر الحصول على أولوية ترتيب أولوية سياسة الجدول %d" -#: ../src/unix/utilsunx.cpp:988 +#: ../src/unix/utilsunx.cpp:998 msgid "Cannot get the hostname" msgstr "تعذر الحصول على اسم المضيÙ" -#: ../src/unix/utilsunx.cpp:1024 +#: ../src/unix/utilsunx.cpp:1034 msgid "Cannot get the official hostname" msgstr "تعذر الحصول على اسم المضي٠الرسمي" @@ -1834,12 +1857,12 @@ msgid "Cannot resume thread %lu" msgstr "لا يمكن استئنا٠الموضوع %lu" -#: ../src/msw/thread.cpp:923 +#: ../src/msw/thread.cpp:918 #, fuzzy, c-format msgid "Cannot resume thread %lx" msgstr "لا يمكن استئنا٠الموضوع %x" -#: ../src/unix/threadpsx.cpp:1011 +#: ../src/unix/threadpsx.cpp:1016 msgid "Cannot retrieve thread scheduling policy." msgstr "تعذر استرجاع سياسة جدول الموضوع" @@ -1858,12 +1881,12 @@ msgid "Cannot suspend thread %lu" msgstr "لا يمكن توق٠الموضوع %lu" -#: ../src/msw/thread.cpp:907 +#: ../src/msw/thread.cpp:902 #, fuzzy, c-format msgid "Cannot suspend thread %lx" msgstr "لا يمكن توق٠الموضوع %x" -#: ../src/msw/thread.cpp:830 +#: ../src/msw/thread.cpp:825 #, fuzzy msgid "Cannot wait for thread termination" msgstr "تعذر الانتظار حتى إنهاء الموضوع" @@ -1876,7 +1899,7 @@ msgid "Categorized Mode" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:9347 +#: ../src/richtext/richtextbuffer.cpp:9598 #, fuzzy msgid "Cell Properties" msgstr "&الخصائص" @@ -1920,22 +1943,22 @@ msgid "Ch&oose..." msgstr "اخ&تر" -#: ../src/richtext/richtextbuffer.cpp:4041 +#: ../src/richtext/richtextbuffer.cpp:4107 msgid "Change List Style" msgstr "تغيير إسلوب القائمة" -#: ../src/richtext/richtextbuffer.cpp:3392 +#: ../src/richtext/richtextbuffer.cpp:3458 #, fuzzy msgid "Change Object Style" msgstr "تغيير نمط" -#: ../src/richtext/richtextbuffer.cpp:3658 -#: ../src/richtext/richtextbuffer.cpp:7749 +#: ../src/richtext/richtextbuffer.cpp:3724 +#: ../src/richtext/richtextbuffer.cpp:7853 #, fuzzy msgid "Change Properties" msgstr "&الخصائص" -#: ../src/richtext/richtextbuffer.cpp:3209 +#: ../src/richtext/richtextbuffer.cpp:3275 msgid "Change Style" msgstr "تغيير نمط" @@ -1962,6 +1985,13 @@ msgid "Check to add a right parenthesis." msgstr "حدد كي تقوم بوضع قوس مزخر٠يمين" +#: ../src/richtext/richtextborderspage.cpp:381 +#: ../src/richtext/richtextborderspage.cpp:383 +#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:552 +msgid "Check to edit all borders simultaneously." +msgstr "" + #: ../src/richtext/richtextliststylepage.cpp:231 #: ../src/richtext/richtextliststylepage.cpp:233 #: ../src/richtext/richtextbulletspage.cpp:181 @@ -1969,15 +1999,15 @@ msgid "Check to enclose the bullet in parentheses." msgstr "حدد كي تغلق الأقواس والتنقيط" -#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 +#: ../src/osx/carbon/fontdlg.cpp:526 ../src/osx/carbon/fontdlg.cpp:528 msgid "Check to make the font bold." msgstr "حدد كي تجعل الخط عريض" -#: ../src/osx/carbon/fontdlg.cpp:549 ../src/osx/carbon/fontdlg.cpp:551 +#: ../src/osx/carbon/fontdlg.cpp:533 ../src/osx/carbon/fontdlg.cpp:535 msgid "Check to make the font italic." msgstr "حدد كي تجعل الخط مائلا" -#: ../src/osx/carbon/fontdlg.cpp:558 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 msgid "Check to make the font underlined." msgstr "حدد كي تجضع تحته خط" @@ -2016,12 +2046,12 @@ msgid "Choose ISP to dial" msgstr "اختر isp للاتصال" -#: ../src/propgrid/props.cpp:1643 +#: ../src/propgrid/props.cpp:1653 #, fuzzy msgid "Choose a directory:" msgstr "إنشاء مجلد" -#: ../src/propgrid/props.cpp:1702 +#: ../src/propgrid/props.cpp:1712 #, fuzzy msgid "Choose a file" msgstr "اختر الخط" @@ -2044,7 +2074,7 @@ msgid "Cl&ose" msgstr "Ø¥&غلاق" -#: ../src/msw/ole/automtn.cpp:673 +#: ../src/msw/ole/automtn.cpp:687 #, fuzzy msgid "Class not registered." msgstr "لا يمكن استئنا٠الموضوع %x" @@ -2070,7 +2100,7 @@ msgid "Click to browse for a symbol." msgstr "انقر للبحث عن رمز" -#: ../src/osx/carbon/fontdlg.cpp:589 ../src/osx/carbon/fontdlg.cpp:591 +#: ../src/osx/carbon/fontdlg.cpp:573 ../src/osx/carbon/fontdlg.cpp:575 msgid "Click to cancel changes to the font." msgstr "انقر لإلغاء تغييرات الخط" @@ -2078,7 +2108,7 @@ msgid "Click to cancel the font selection." msgstr "انقر لإلغاء تحديد الخط" -#: ../src/osx/carbon/fontdlg.cpp:570 ../src/osx/carbon/fontdlg.cpp:572 +#: ../src/osx/carbon/fontdlg.cpp:554 ../src/osx/carbon/fontdlg.cpp:556 msgid "Click to change the font colour." msgstr "انقر لتغيير لون الخط" @@ -2103,7 +2133,7 @@ msgid "Click to close this window." msgstr "انقر لإغلاق هذه الناÙذة" -#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:598 +#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 msgid "Click to confirm changes to the font." msgstr "انقر لتأكيد تغييرات الخط" @@ -2188,7 +2218,7 @@ msgid "Color" msgstr "لون" -#: ../src/richtext/richtextformatdlg.cpp:725 +#: ../src/richtext/richtextformatdlg.cpp:761 msgid "Colour" msgstr "لون" @@ -2197,28 +2227,28 @@ msgid "Colour selection dialog failed with error %0lx." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:566 +#: ../src/osx/carbon/fontdlg.cpp:550 msgid "Colour:" msgstr "لون:" -#: ../src/osx/carbon/dataview.cpp:900 +#: ../src/osx/carbon/dataview.cpp:898 #, fuzzy msgid "Column could not be added." msgstr "تعذر تحميل الملÙ" -#: ../src/osx/carbon/dataview.cpp:899 +#: ../src/osx/carbon/dataview.cpp:897 msgid "Column description could not be initialized." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1538 ../src/osx/carbon/dataview.cpp:1559 +#: ../src/osx/carbon/dataview.cpp:1536 ../src/osx/carbon/dataview.cpp:1557 msgid "Column index not found." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1614 +#: ../src/osx/carbon/dataview.cpp:1612 msgid "Column width could not be determined" msgstr "" -#: ../src/osx/carbon/dataview.cpp:901 +#: ../src/osx/carbon/dataview.cpp:899 msgid "Column width could not be set." msgstr "" @@ -2234,7 +2264,7 @@ msgid "Common dialog failed with error code %0lx." msgstr "" -#: ../src/gtk/window.cpp:4306 +#: ../src/gtk/window.cpp:4357 msgid "" "Compositing not supported by this system, please enable it in your Window " "Manager." @@ -2257,11 +2287,11 @@ msgid "Confirm" msgstr "تأكيد" -#: ../src/msw/mimetype.cpp:739 +#: ../src/msw/mimetype.cpp:744 msgid "Confirm registry update" msgstr "تأكيد تحديثات السجل" -#: ../src/html/htmlwin.cpp:544 +#: ../src/html/htmlwin.cpp:547 msgid "Connecting..." msgstr "جاري الاتصال..." @@ -2269,7 +2299,7 @@ msgid "Contents" msgstr "محتويات" -#: ../src/common/strconv.cpp:2261 +#: ../src/common/strconv.cpp:2271 #, c-format msgid "Conversion to charset '%s' doesn't work." msgstr "" @@ -2279,7 +2309,7 @@ msgid "Convert" msgstr "محتويات" -#: ../src/html/htmlwin.cpp:1057 +#: ../src/html/htmlwin.cpp:1060 #, c-format msgid "Copied to clipboard:\"%s\"" msgstr "نسخ إلى الحاÙظة:\"%s\"" @@ -2301,20 +2331,20 @@ msgid "Could not create temporary file '%s'" msgstr "تعذر إنشاء المل٠المؤقت '%s'" -#: ../src/osx/carbon/dataview.cpp:1285 ../src/osx/carbon/dataview.cpp:1672 +#: ../src/osx/carbon/dataview.cpp:1283 ../src/osx/carbon/dataview.cpp:1670 #, fuzzy msgid "Could not determine column index." msgstr "تعذر بدأ معاينة المستند." -#: ../src/osx/carbon/dataview.cpp:876 +#: ../src/osx/carbon/dataview.cpp:874 msgid "Could not determine column's position" msgstr "" -#: ../src/osx/carbon/dataview.cpp:843 +#: ../src/osx/carbon/dataview.cpp:841 msgid "Could not determine number of columns." msgstr "" -#: ../src/osx/carbon/dataview.cpp:975 +#: ../src/osx/carbon/dataview.cpp:973 #, fuzzy msgid "Could not determine number of items" msgstr "تعذر إنهاء الموضوع" @@ -2328,24 +2358,24 @@ msgid "Could not find tab for id" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2556 ../src/osx/carbon/dataview.cpp:2591 -#: ../src/osx/carbon/dataview.cpp:2615 ../src/osx/carbon/dataview.cpp:2636 -#: ../src/osx/carbon/dataview.cpp:2773 +#: ../src/osx/carbon/dataview.cpp:2554 ../src/osx/carbon/dataview.cpp:2589 +#: ../src/osx/carbon/dataview.cpp:2613 ../src/osx/carbon/dataview.cpp:2634 +#: ../src/osx/carbon/dataview.cpp:2771 #, fuzzy msgid "Could not get header description." msgstr "تعذر بدأ الطباعة." -#: ../src/osx/carbon/dataview.cpp:1169 ../src/osx/carbon/dataview.cpp:1195 +#: ../src/osx/carbon/dataview.cpp:1167 ../src/osx/carbon/dataview.cpp:1193 #, fuzzy msgid "Could not get items." msgstr "تعذر تحديد مكان المل٠'%s'" -#: ../src/osx/carbon/dataview.cpp:2659 ../src/osx/carbon/dataview.cpp:2724 +#: ../src/osx/carbon/dataview.cpp:2657 ../src/osx/carbon/dataview.cpp:2722 #, fuzzy msgid "Could not get property flags." msgstr "تعذر إنشاء المل٠المؤقت '%s'" -#: ../src/osx/carbon/dataview.cpp:726 +#: ../src/osx/carbon/dataview.cpp:724 #, fuzzy msgid "Could not get selected items." msgstr "تعذر تحديد مكان المل٠'%s'" @@ -2355,52 +2385,52 @@ msgid "Could not locate file '%s'." msgstr "تعذر تحديد مكان المل٠'%s'" -#: ../src/osx/carbon/dataview.cpp:845 +#: ../src/osx/carbon/dataview.cpp:843 #, fuzzy msgid "Could not remove column." msgstr "تعذر إنشاء مؤشر." -#: ../src/osx/carbon/dataview.cpp:642 +#: ../src/osx/carbon/dataview.cpp:640 #, fuzzy msgid "Could not retrieve number of items" msgstr "تعذر إنشاء المل٠المؤقت '%s'" -#: ../src/osx/carbon/dataview.cpp:2572 +#: ../src/osx/carbon/dataview.cpp:2570 #, fuzzy msgid "Could not set alignment." msgstr "تعذر بدأ الطباعة." -#: ../src/osx/carbon/dataview.cpp:2803 +#: ../src/osx/carbon/dataview.cpp:2801 #, fuzzy msgid "Could not set column width." msgstr "تعذر بدأ معاينة المستند." -#: ../src/common/filefn.cpp:1569 +#: ../src/common/filefn.cpp:1568 #, fuzzy msgid "Could not set current working directory" msgstr "تعذر بدأ معاينة المستند." -#: ../src/osx/carbon/dataview.cpp:2775 +#: ../src/osx/carbon/dataview.cpp:2773 #, fuzzy msgid "Could not set header description." msgstr "تعذر بدأ الطباعة." -#: ../src/osx/carbon/dataview.cpp:2596 +#: ../src/osx/carbon/dataview.cpp:2594 #, fuzzy msgid "Could not set icon." msgstr "تعذر بدأ الطباعة." -#: ../src/osx/carbon/dataview.cpp:2617 +#: ../src/osx/carbon/dataview.cpp:2615 #, fuzzy msgid "Could not set maximum width." msgstr "تعذر بدأ الطباعة." -#: ../src/osx/carbon/dataview.cpp:2638 +#: ../src/osx/carbon/dataview.cpp:2636 #, fuzzy msgid "Could not set minimum width." msgstr "تعذر بدأ الطباعة." -#: ../src/osx/carbon/dataview.cpp:2664 ../src/osx/carbon/dataview.cpp:2729 +#: ../src/osx/carbon/dataview.cpp:2662 ../src/osx/carbon/dataview.cpp:2727 #, fuzzy msgid "Could not set property flags." msgstr "تعذر بدأ الطباعة." @@ -2422,8 +2452,8 @@ msgid "Couldn't acquire a mutex lock" msgstr "" -#: ../src/msw/imaglist.cpp:166 ../src/msw/imaglist.cpp:197 -#: ../src/msw/imaglist.cpp:209 ../src/msw/dragimag.cpp:193 +#: ../src/msw/imaglist.cpp:189 ../src/msw/imaglist.cpp:226 +#: ../src/msw/imaglist.cpp:238 ../src/msw/dragimag.cpp:193 #: ../src/msw/dragimag.cpp:232 msgid "Couldn't add an image to the image list." msgstr "تعذر إضاÙØ© صورة لقائمة الصور." @@ -2446,11 +2476,11 @@ msgid "Couldn't find symbol '%s' in a dynamic library" msgstr "تعذر العثور على الرمز '%s' بمكتبة متحركة" -#: ../src/gtk/print.cpp:2014 +#: ../src/gtk/print.cpp:2010 msgid "Couldn't get hatch style from wxBrush." msgstr "" -#: ../src/msw/thread.cpp:950 +#: ../src/msw/thread.cpp:945 msgid "Couldn't get the current thread pointer" msgstr "" @@ -2481,7 +2511,7 @@ msgid "Couldn't open audio: %s" msgstr "تعذر Ùتح المل٠الصوتي: %s" -#: ../src/msw/ole/dataobj.cpp:350 +#: ../src/msw/ole/dataobj.cpp:377 #, c-format msgid "Couldn't register clipboard format '%s'." msgstr "تعذر تسجيل تنسق الحاÙظة '%s'" @@ -2522,8 +2552,8 @@ msgid "Ctrl+" msgstr "Ctrl-" -#: ../src/richtext/richtextctrl.cpp:325 ../src/osx/textctrl_osx.cpp:582 -#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2283 +#: ../src/richtext/richtextctrl.cpp:331 ../src/osx/textctrl_osx.cpp:582 +#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2334 msgid "Cu&t" msgstr "Ù‚&ص" @@ -2572,23 +2602,23 @@ msgid "DELETE" msgstr "حذÙ" -#: ../src/common/imagbmp.cpp:1092 +#: ../src/common/imagbmp.cpp:1096 msgid "DIB Header: Encoding doesn't match bitdepth." msgstr "" -#: ../src/common/imagbmp.cpp:1040 +#: ../src/common/imagbmp.cpp:1044 msgid "DIB Header: Image height > 32767 pixels for file." msgstr "" -#: ../src/common/imagbmp.cpp:1032 +#: ../src/common/imagbmp.cpp:1036 msgid "DIB Header: Image width > 32767 pixels for file." msgstr "" -#: ../src/common/imagbmp.cpp:1060 +#: ../src/common/imagbmp.cpp:1064 msgid "DIB Header: Unknown bitdepth in file." msgstr "" -#: ../src/common/imagbmp.cpp:1074 +#: ../src/common/imagbmp.cpp:1078 msgid "DIB Header: Unknown encoding in file." msgstr "" @@ -2604,15 +2634,15 @@ msgid "DOWN" msgstr "أسÙÙ„" -#: ../src/richtext/richtextborderspage.cpp:545 +#: ../src/richtext/richtextborderspage.cpp:567 msgid "Dashed" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1921 +#: ../src/osx/carbon/dataview.cpp:1919 msgid "Data object has invalid data format" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2491 +#: ../src/osx/carbon/dataview.cpp:2489 msgid "Date renderer cannot render value; value type: " msgstr "" @@ -2646,7 +2676,7 @@ msgid "Default printer" msgstr "الطابعة الاÙتراضية" -#: ../src/richtext/richtextbuffer.cpp:7841 ../src/common/stockitem.cpp:152 +#: ../src/richtext/richtextbuffer.cpp:7945 ../src/common/stockitem.cpp:152 #: ../src/stc/stc_i18n.cpp:20 msgid "Delete" msgstr "حذÙ" @@ -2655,21 +2685,21 @@ msgid "Delete A&ll" msgstr "حذ٠ال&كل" -#: ../src/richtext/richtextbuffer.cpp:10637 +#: ../src/richtext/richtextbuffer.cpp:10942 #, fuzzy msgid "Delete Column" msgstr "حذ٠إختيار" -#: ../src/richtext/richtextbuffer.cpp:10587 +#: ../src/richtext/richtextbuffer.cpp:10892 #, fuzzy msgid "Delete Row" msgstr "حذÙ" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 msgid "Delete Style" msgstr "حذ٠الإسلوب" -#: ../src/richtext/richtextctrl.cpp:1231 ../src/richtext/richtextctrl.cpp:1452 +#: ../src/richtext/richtextctrl.cpp:1300 ../src/richtext/richtextctrl.cpp:1538 msgid "Delete Text" msgstr "حذ٠النص" @@ -2681,12 +2711,12 @@ msgid "Delete selection" msgstr "حذ٠إختيار" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, c-format msgid "Delete style %s?" msgstr "حذ٠الإسلوب %s?" -#: ../src/unix/snglinst.cpp:295 +#: ../src/unix/snglinst.cpp:301 #, c-format msgid "Deleted stale lock file '%s'." msgstr "" @@ -2732,12 +2762,12 @@ msgid "Directories" msgstr "مجلدات" -#: ../src/common/filefn.cpp:1251 +#: ../src/common/filefn.cpp:1250 #, c-format msgid "Directory '%s' couldn't be created" msgstr "تعذر إعادة إنشاء المجلد '%s' لنÙسه" -#: ../src/common/filefn.cpp:1271 +#: ../src/common/filefn.cpp:1270 #, fuzzy, c-format msgid "Directory '%s' couldn't be deleted" msgstr "تعذر إعادة إنشاء المجلد '%s' لنÙسه" @@ -2768,7 +2798,7 @@ msgid "Displays help as you browse the books on the left." msgstr "يعرض المساعدة أثناء تصÙØ­ الكتب على اليسار" -#: ../src/msw/mimetype.cpp:732 +#: ../src/msw/mimetype.cpp:737 msgid "" "Do you want to overwrite the command used to %s files with extension \"%s" "\" ?\n" @@ -2796,11 +2826,11 @@ msgid "Documentation writers" msgstr "كتاب ملÙات المساعدة" -#: ../src/common/sizer.cpp:2680 +#: ../src/common/sizer.cpp:2704 msgid "Don't Save" msgstr "لا تحÙظ" -#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:611 +#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:614 msgid "Done" msgstr "تم" @@ -2808,11 +2838,11 @@ msgid "Done." msgstr "تم." -#: ../src/richtext/richtextborderspage.cpp:544 +#: ../src/richtext/richtextborderspage.cpp:566 msgid "Dotted" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:546 +#: ../src/richtext/richtextborderspage.cpp:568 msgid "Double" msgstr "" @@ -2829,7 +2859,7 @@ msgid "Down" msgstr "Down" -#: ../src/richtext/richtextctrl.cpp:814 +#: ../src/richtext/richtextctrl.cpp:842 msgid "Drag" msgstr "" @@ -2845,7 +2875,7 @@ msgid "ENTER" msgstr "ENTER" -#: ../src/unix/fswatcher_inotify.cpp:535 +#: ../src/unix/fswatcher_inotify.cpp:548 msgid "EOF while reading from inotify descriptor" msgstr "" @@ -2914,24 +2944,24 @@ msgid "Enables a background colour." msgstr "لون الخلÙية" -#: ../src/richtext/richtextstyledlg.cpp:931 +#: ../src/richtext/richtextstyledlg.cpp:934 #, fuzzy msgid "Enter a box style name" msgstr "ادخل اسم إسلوب جديد" -#: ../src/richtext/richtextstyledlg.cpp:603 +#: ../src/richtext/richtextstyledlg.cpp:606 msgid "Enter a character style name" msgstr "ادخل اسم إسلوب حر٠جديد" -#: ../src/richtext/richtextstyledlg.cpp:817 +#: ../src/richtext/richtextstyledlg.cpp:820 msgid "Enter a list style name" msgstr "ادخل اسم إسلوب قائمة جديد" -#: ../src/richtext/richtextstyledlg.cpp:890 +#: ../src/richtext/richtextstyledlg.cpp:893 msgid "Enter a new style name" msgstr "ادخل اسم إسلوب جديد" -#: ../src/richtext/richtextstyledlg.cpp:651 +#: ../src/richtext/richtextstyledlg.cpp:654 msgid "Enter a paragraph style name" msgstr "ادخل اسم إسلوب Ùقرة" @@ -2976,11 +3006,11 @@ msgid "Error creating directory" msgstr "خطأ بإنشاء المجلد" -#: ../src/common/imagbmp.cpp:1103 +#: ../src/common/imagbmp.cpp:1107 msgid "Error in reading image DIB." msgstr "" -#: ../src/propgrid/propgrid.cpp:6563 +#: ../src/propgrid/propgrid.cpp:6565 #, c-format msgid "Error in resource: %s" msgstr "" @@ -3010,10 +3040,6 @@ msgid "Estimated time:" msgstr "الوقت التقديري:" -#: ../src/unix/fswatcher_inotify.cpp:639 -msgid "Event queue overflowed" -msgstr "" - #: ../src/generic/dbgrptg.cpp:234 #, fuzzy msgid "Executable files (*.exe)|*.exe|" @@ -3023,7 +3049,7 @@ msgid "Execute" msgstr "" -#: ../src/msw/utilsexc.cpp:888 +#: ../src/msw/utilsexc.cpp:887 #, c-format msgid "Execution of command '%s' failed" msgstr "" @@ -3079,7 +3105,7 @@ msgid "Failed to allocate colour for OpenGL" msgstr "" -#: ../src/unix/displayx11.cpp:288 +#: ../src/unix/displayx11.cpp:292 msgid "Failed to change video mode" msgstr "" @@ -3097,7 +3123,7 @@ msgid "Failed to close file handle" msgstr "" -#: ../src/unix/snglinst.cpp:334 +#: ../src/unix/snglinst.cpp:340 #, c-format msgid "Failed to close lock file '%s'" msgstr "" @@ -3153,19 +3179,19 @@ msgid "Failed to create DDE string" msgstr "" -#: ../src/msw/mdi.cpp:590 +#: ../src/msw/mdi.cpp:594 msgid "Failed to create MDI parent frame." msgstr "" -#: ../src/common/filename.cpp:1080 +#: ../src/common/filename.cpp:1086 msgid "Failed to create a temporary file name" msgstr "" -#: ../src/msw/utilsexc.cpp:235 +#: ../src/msw/utilsexc.cpp:234 msgid "Failed to create an anonymous pipe" msgstr "" -#: ../src/msw/ole/automtn.cpp:522 +#: ../src/msw/ole/automtn.cpp:525 #, c-format msgid "Failed to create an instance of \"%s\"" msgstr "" @@ -3219,7 +3245,7 @@ msgid "Failed to empty the clipboard." msgstr "" -#: ../src/unix/displayx11.cpp:265 +#: ../src/unix/displayx11.cpp:266 msgid "Failed to enumerate video modes" msgstr "" @@ -3241,7 +3267,7 @@ msgid "Failed to execute curl, please install it in PATH." msgstr "" -#: ../src/msw/ole/automtn.cpp:505 +#: ../src/msw/ole/automtn.cpp:508 #, c-format msgid "Failed to find CLSID of \"%s\"" msgstr "" @@ -3256,7 +3282,7 @@ msgid "Failed to get ISP names: %s" msgstr "" -#: ../src/msw/ole/automtn.cpp:574 +#: ../src/msw/ole/automtn.cpp:577 #, c-format msgid "Failed to get OLE automation interface for \"%s\"" msgstr "" @@ -3269,7 +3295,7 @@ msgid "Failed to get the local system time" msgstr "" -#: ../src/common/filefn.cpp:1453 +#: ../src/common/filefn.cpp:1452 msgid "Failed to get the working directory" msgstr "" @@ -3290,7 +3316,7 @@ msgid "Failed to initiate dialup connection: %s" msgstr "تعذر الحصول على محاورة اتصال نشطة: %s" -#: ../src/gtk/textctrl.cpp:1117 +#: ../src/gtk/textctrl.cpp:1129 msgid "Failed to insert text in the control." msgstr "" @@ -3303,7 +3329,7 @@ msgid "Failed to install signal handler" msgstr "" -#: ../src/unix/threadpsx.cpp:1162 +#: ../src/unix/threadpsx.cpp:1167 msgid "" "Failed to join a thread, potential memory leak detected - please restart the " "program" @@ -3373,7 +3399,7 @@ msgid "Failed to modify descriptor %d in epoll descriptor %d" msgstr "" -#: ../src/common/filename.cpp:2681 +#: ../src/common/filename.cpp:2687 #, c-format msgid "Failed to modify file times for '%s'" msgstr "" @@ -3397,7 +3423,7 @@ msgid "Failed to open CHM archive '%s'." msgstr "" -#: ../src/common/utilscmn.cpp:1135 +#: ../src/common/utilscmn.cpp:1142 #, c-format msgid "Failed to open URL \"%s\" in default browser." msgstr "" @@ -3412,7 +3438,7 @@ msgid "Failed to open display \"%s\"." msgstr "" -#: ../src/common/filename.cpp:1115 +#: ../src/common/filename.cpp:1121 msgid "Failed to open temporary file." msgstr "" @@ -3459,7 +3485,7 @@ msgid "Failed to redirect child process input/output" msgstr "" -#: ../src/msw/utilsexc.cpp:697 +#: ../src/msw/utilsexc.cpp:696 msgid "Failed to redirect the child process IO" msgstr "" @@ -3478,7 +3504,7 @@ msgid "Failed to remove debug report file \"%s\"" msgstr "" -#: ../src/unix/snglinst.cpp:322 +#: ../src/unix/snglinst.cpp:328 #, c-format msgid "Failed to remove lock file '%s'" msgstr "" @@ -3509,7 +3535,7 @@ msgid "Failed to retrieve data from the clipboard." msgstr "" -#: ../src/common/filename.cpp:2777 +#: ../src/common/filename.cpp:2783 #, c-format msgid "Failed to retrieve file times for '%s'" msgstr "" @@ -3559,21 +3585,21 @@ msgid "Failed to set temporary file permissions" msgstr "" -#: ../src/gtk/textctrl.cpp:1058 +#: ../src/gtk/textctrl.cpp:1070 msgid "Failed to set text in the text control." msgstr "" -#: ../src/unix/threadpsx.cpp:1293 +#: ../src/unix/threadpsx.cpp:1298 #, c-format msgid "Failed to set thread concurrency level to %lu" msgstr "" -#: ../src/unix/threadpsx.cpp:1377 ../src/unix/threadpsx.cpp:1387 +#: ../src/unix/threadpsx.cpp:1382 ../src/unix/threadpsx.cpp:1392 #, c-format msgid "Failed to set thread priority %d." msgstr "" -#: ../src/unix/utilsunx.cpp:791 +#: ../src/unix/utilsunx.cpp:801 msgid "Failed to set up non-blocking pipe, the program might hang." msgstr "" @@ -3590,7 +3616,7 @@ msgid "Failed to switch wake up pipe to non-blocking mode" msgstr "" -#: ../src/unix/threadpsx.cpp:1569 +#: ../src/unix/threadpsx.cpp:1574 msgid "Failed to terminate a thread." msgstr "" @@ -3603,12 +3629,12 @@ msgid "Failed to terminate the dialup connection: %s" msgstr "" -#: ../src/common/filename.cpp:2696 +#: ../src/common/filename.cpp:2702 #, c-format msgid "Failed to touch the file '%s'" msgstr "" -#: ../src/unix/snglinst.cpp:328 +#: ../src/unix/snglinst.cpp:334 #, c-format msgid "Failed to unlock lock file '%s'" msgstr "" @@ -3675,7 +3701,7 @@ "المل٠'%s' موجود بالÙعل.\n" "هل تريد حقا استبداله؟" -#: ../src/common/filefn.cpp:1207 +#: ../src/common/filefn.cpp:1206 #, fuzzy, c-format msgid "File '%s' couldn't be removed" msgstr "تعذر إعادة إنشاء المجلد '%s' لنÙسه" @@ -3685,11 +3711,11 @@ msgid "File '%s' couldn't be renamed '%s'" msgstr "تعذر إعادة إنشاء المجلد '%s' لنÙسه" -#: ../src/richtext/richtextctrl.cpp:2688 ../src/common/textcmn.cpp:921 +#: ../src/richtext/richtextctrl.cpp:2774 ../src/common/textcmn.cpp:935 msgid "File couldn't be loaded." msgstr "تعذر تحميل الملÙ" -#: ../src/msw/filedlg.cpp:458 +#: ../src/msw/filedlg.cpp:462 #, c-format msgid "File dialog failed with error code %0lx." msgstr "" @@ -3706,7 +3732,7 @@ msgid "Files" msgstr "ملÙات" -#: ../src/common/filefn.cpp:1761 +#: ../src/common/filefn.cpp:1760 #, c-format msgid "Files (%s)" msgstr "ملÙات (%s)" @@ -3755,7 +3781,7 @@ msgid "Folio, 8 1/2 x 13 in" msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:324 ../src/osx/carbon/fontdlg.cpp:473 +#: ../src/richtext/richtextformatdlg.cpp:325 ../src/osx/carbon/fontdlg.cpp:457 #: ../src/common/stockitem.cpp:194 msgid "Font" msgstr "خط" @@ -3772,7 +3798,7 @@ msgid "Font st&yle:" msgstr "نم&Ø· الخط:" -#: ../src/osx/carbon/fontdlg.cpp:515 +#: ../src/osx/carbon/fontdlg.cpp:499 msgid "Font:" msgstr "خط:" @@ -3823,7 +3849,7 @@ msgid "GIF: unknown error!!!" msgstr "" -#: ../src/gtk/window.cpp:4288 +#: ../src/gtk/window.cpp:4339 msgid "" "GTK+ installed on this machine is too old to support screen compositing, " "please install GTK+ 2.12 or later." @@ -3889,7 +3915,7 @@ msgid "Greek (ISO-8859-7)" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:547 +#: ../src/richtext/richtextborderspage.cpp:569 msgid "Groove" msgstr "" @@ -3909,7 +3935,7 @@ msgid "HTML Help Project (*.hhp)|*.hhp|" msgstr "" -#: ../src/html/htmlwin.cpp:659 +#: ../src/html/htmlwin.cpp:662 #, c-format msgid "HTML anchor %s does not exist." msgstr "" @@ -3967,16 +3993,16 @@ msgid "Help: %s" msgstr "مساعدة: %s" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:649 +#: ../src/osx/menu_osx.cpp:623 #, fuzzy, c-format msgid "Hide %s" msgstr "&تÙاصيل" -#: ../src/osx/menu_osx.cpp:604 ../src/osx/menu_osx.cpp:651 +#: ../src/osx/menu_osx.cpp:625 msgid "Hide Others" msgstr "" -#: ../src/generic/infobar.cpp:85 +#: ../src/generic/infobar.cpp:84 msgid "Hide this notification message." msgstr "" @@ -3993,26 +4019,26 @@ msgid "How the object will float relative to the text." msgstr "" -#: ../src/common/imagbmp.cpp:1118 +#: ../src/common/imagbmp.cpp:1122 msgid "ICO: Error in reading mask DIB." msgstr "" -#: ../src/common/imagbmp.cpp:1233 ../src/common/imagbmp.cpp:1294 -#: ../src/common/imagbmp.cpp:1305 ../src/common/imagbmp.cpp:1318 -#: ../src/common/imagbmp.cpp:1363 ../src/common/imagbmp.cpp:1375 -#: ../src/common/imagbmp.cpp:1386 +#: ../src/common/imagbmp.cpp:1237 ../src/common/imagbmp.cpp:1298 +#: ../src/common/imagbmp.cpp:1309 ../src/common/imagbmp.cpp:1322 +#: ../src/common/imagbmp.cpp:1367 ../src/common/imagbmp.cpp:1379 +#: ../src/common/imagbmp.cpp:1390 msgid "ICO: Error writing the image file!" msgstr "" -#: ../src/common/imagbmp.cpp:1198 +#: ../src/common/imagbmp.cpp:1202 msgid "ICO: Image too tall for an icon." msgstr "" -#: ../src/common/imagbmp.cpp:1206 +#: ../src/common/imagbmp.cpp:1210 msgid "ICO: Image too wide for an icon." msgstr "" -#: ../src/common/imagbmp.cpp:1466 +#: ../src/common/imagbmp.cpp:1470 msgid "ICO: Invalid icon index." msgstr "" @@ -4044,7 +4070,7 @@ msgid "ISO-2022-JP" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2420 +#: ../src/osx/carbon/dataview.cpp:2418 msgid "Icon & text renderer cannot render value; value type: " msgstr "" @@ -4107,7 +4133,7 @@ msgid "Image is not of type %s." msgstr "مل٠الحركة ليس من نوع %ld." -#: ../src/msw/textctrl.cpp:399 +#: ../src/msw/textctrl.cpp:413 msgid "" "Impossible to create a rich edit control, using simple text control instead. " "Please reinstall riched32.dll" @@ -4137,7 +4163,7 @@ msgid "Incorrect GIF frame size (%u, %d) for the frame #%u" msgstr "" -#: ../src/msw/ole/automtn.cpp:624 +#: ../src/msw/ole/automtn.cpp:638 msgid "Incorrect number of arguments." msgstr "" @@ -4145,7 +4171,7 @@ msgid "Indent" msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:330 +#: ../src/richtext/richtextformatdlg.cpp:331 msgid "Indents && Spacing" msgstr "" @@ -4169,25 +4195,25 @@ msgid "Insert" msgstr "إدراج" -#: ../src/richtext/richtextbuffer.cpp:7687 +#: ../src/richtext/richtextbuffer.cpp:7791 #, fuzzy msgid "Insert Field" msgstr "إدراج نص" -#: ../src/richtext/richtextbuffer.cpp:7598 -#: ../src/richtext/richtextbuffer.cpp:8551 +#: ../src/richtext/richtextbuffer.cpp:7702 +#: ../src/richtext/richtextbuffer.cpp:8655 msgid "Insert Image" msgstr "إدراج صورة" -#: ../src/richtext/richtextbuffer.cpp:7645 +#: ../src/richtext/richtextbuffer.cpp:7749 #, fuzzy msgid "Insert Object" msgstr "إدراج نص" -#: ../src/richtext/richtextctrl.cpp:1172 ../src/richtext/richtextctrl.cpp:1362 -#: ../src/richtext/richtextbuffer.cpp:7440 -#: ../src/richtext/richtextbuffer.cpp:7470 -#: ../src/richtext/richtextbuffer.cpp:7514 +#: ../src/richtext/richtextctrl.cpp:1241 ../src/richtext/richtextctrl.cpp:1448 +#: ../src/richtext/richtextbuffer.cpp:7544 +#: ../src/richtext/richtextbuffer.cpp:7574 +#: ../src/richtext/richtextbuffer.cpp:7618 msgid "Insert Text" msgstr "إدراج نص" @@ -4196,7 +4222,7 @@ msgid "Inserts a page break before the paragraph." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:549 +#: ../src/richtext/richtextborderspage.cpp:571 #, fuzzy msgid "Inset" msgstr "إدراج" @@ -4210,7 +4236,7 @@ msgid "Invalid TIFF image index." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1782 ../src/osx/carbon/dataview.cpp:1877 +#: ../src/osx/carbon/dataview.cpp:1780 ../src/osx/carbon/dataview.cpp:1875 msgid "Invalid data view item" msgstr "" @@ -4224,12 +4250,12 @@ msgid "Invalid geometry specification '%s'" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:298 +#: ../src/unix/fswatcher_inotify.cpp:311 #, c-format msgid "Invalid inotify event for \"%s\"" msgstr "" -#: ../src/unix/snglinst.cpp:306 +#: ../src/unix/snglinst.cpp:312 #, c-format msgid "Invalid lock file '%s'." msgstr "" @@ -4258,7 +4284,7 @@ msgstr "" #: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:333 -#: ../src/osx/carbon/fontdlg.cpp:547 ../src/common/stockitem.cpp:168 +#: ../src/osx/carbon/fontdlg.cpp:531 ../src/common/stockitem.cpp:168 msgid "Italic" msgstr "مائل" @@ -4562,7 +4588,7 @@ msgid "Link contained '//', converted to absolute link." msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:349 +#: ../src/richtext/richtextformatdlg.cpp:350 msgid "List Style" msgstr "إسلوب القائمة" @@ -4580,12 +4606,12 @@ msgid "Lists the available fonts." msgstr "قوائم الخطوط المتاحة" -#: ../src/common/fldlgcmn.cpp:325 +#: ../src/common/fldlgcmn.cpp:343 #, c-format msgid "Load %s file" msgstr "" -#: ../src/html/htmlwin.cpp:575 +#: ../src/html/htmlwin.cpp:578 msgid "Loading : " msgstr "تحميل:" @@ -4795,12 +4821,12 @@ msgid "MacVietnamese" msgstr "" -#: ../src/propgrid/advprops.cpp:2031 +#: ../src/propgrid/advprops.cpp:2013 #, fuzzy msgid "Make a selection:" msgstr "حذ٠إختيار" -#: ../src/richtext/richtextformatdlg.cpp:362 +#: ../src/richtext/richtextformatdlg.cpp:363 #: ../src/richtext/richtextmarginspage.cpp:172 msgid "Margins" msgstr "" @@ -4841,7 +4867,7 @@ msgid "Metal theme" msgstr "" -#: ../src/msw/ole/automtn.cpp:641 +#: ../src/msw/ole/automtn.cpp:655 msgid "Method or property not found." msgstr "" @@ -4858,7 +4884,7 @@ msgid "Min width:" msgstr "" -#: ../src/msw/ole/automtn.cpp:657 +#: ../src/msw/ole/automtn.cpp:671 msgid "Missing a required parameter." msgstr "" @@ -4901,7 +4927,7 @@ msgid "Moves the object to the previous paragraph." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:9345 +#: ../src/richtext/richtextbuffer.cpp:9596 #, fuzzy msgid "Multiple Cell Properties" msgstr "خيارات الطباعة" @@ -4941,16 +4967,16 @@ msgid "New &Paragraph Style..." msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:603 -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:651 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:817 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:890 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:931 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:606 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:654 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:820 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:893 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:934 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "New Style" msgstr "نمط جديد" @@ -4990,19 +5016,19 @@ msgid "No bitmap handler for type %d defined." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1784 +#: ../src/osx/carbon/dataview.cpp:1782 msgid "No column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1674 +#: ../src/osx/carbon/dataview.cpp:1672 msgid "No column for the specified column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1423 +#: ../src/osx/carbon/dataview.cpp:1421 msgid "No column for the specified column position existing." msgstr "" -#: ../src/common/utilscmn.cpp:1049 +#: ../src/common/utilscmn.cpp:1056 msgid "No default application configured for HTML files." msgstr "" @@ -5050,11 +5076,11 @@ msgid "No matching page found yet" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1676 ../src/osx/carbon/dataview.cpp:1786 +#: ../src/osx/carbon/dataview.cpp:1674 ../src/osx/carbon/dataview.cpp:1784 msgid "No renderer or invalid renderer type specified for custom data column." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1424 +#: ../src/osx/carbon/dataview.cpp:1422 msgid "No renderer specified for column." msgstr "" @@ -5075,7 +5101,7 @@ msgid "No valid mappings found in the file \"%s\"." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:542 +#: ../src/richtext/richtextborderspage.cpp:564 #: ../src/richtext/richtextsizepage.cpp:248 #: ../src/richtext/richtextsizepage.cpp:252 #, fuzzy @@ -5098,7 +5124,7 @@ msgid "Normal font:" msgstr "" -#: ../src/propgrid/props.cpp:887 +#: ../src/propgrid/props.cpp:897 #, fuzzy, c-format msgid "Not %s" msgstr "&ملحوظات:" @@ -5119,7 +5145,7 @@ msgid "Notice" msgstr "ملحوظة" -#: ../src/osx/carbon/dataview.cpp:902 +#: ../src/osx/carbon/dataview.cpp:900 msgid "Number of columns could not be determined." msgstr "" @@ -5130,22 +5156,22 @@ #: ../include/wx/msgdlg.h:273 ../src/richtext/richtextstyledlg.cpp:297 #: ../src/common/stockitem.cpp:178 ../src/msw/msgdlg.cpp:489 -#: ../src/msw/msgdlg.cpp:799 ../src/msw/dialog.cpp:120 +#: ../src/msw/msgdlg.cpp:795 ../src/msw/dialog.cpp:120 #: ../src/gtk1/fontdlg.cpp:138 msgid "OK" msgstr "مواÙÙ‚" -#: ../src/msw/ole/automtn.cpp:681 +#: ../src/msw/ole/automtn.cpp:695 #, c-format msgid "OLE Automation error in %s: %s" msgstr "" -#: ../include/wx/richtext/richtextimagedlg.h:39 +#: ../include/wx/richtext/richtextimagedlg.h:38 #, fuzzy msgid "Object Properties" msgstr "خيارات الطباعة" -#: ../src/msw/ole/automtn.cpp:649 +#: ../src/msw/ole/automtn.cpp:663 msgid "Object implementation does not support named arguments." msgstr "" @@ -5208,17 +5234,17 @@ msgid "Out of window IDs. Recommend shutting down application." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:400 -#: ../src/richtext/richtextborderspage.cpp:533 +#: ../src/richtext/richtextborderspage.cpp:397 +#: ../src/richtext/richtextborderspage.cpp:555 #, fuzzy msgid "Outline" msgstr "&مستوى التخطيط:" -#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:572 msgid "Outset" msgstr "" -#: ../src/msw/ole/automtn.cpp:645 +#: ../src/msw/ole/automtn.cpp:659 msgid "Overflow while coercing argument values." msgstr "" @@ -5431,7 +5457,7 @@ msgid "Passing an unknown object to GetObject" msgstr "" -#: ../src/richtext/richtextctrl.cpp:3117 ../src/common/stockitem.cpp:180 +#: ../src/richtext/richtextctrl.cpp:3206 ../src/common/stockitem.cpp:180 #: ../src/stc/stc_i18n.cpp:19 msgid "Paste" msgstr "لصق" @@ -5449,7 +5475,7 @@ msgid "Permissions" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:11942 +#: ../src/richtext/richtextbuffer.cpp:12271 #, fuzzy msgid "Picture Properties" msgstr "خيارات الطباعة" @@ -5495,20 +5521,20 @@ msgid "Point Size" msgstr "مقاس الخط:" -#: ../src/osx/carbon/dataview.cpp:1278 ../src/osx/carbon/dataview.cpp:1329 -#: ../src/osx/carbon/dataview.cpp:1420 ../src/osx/carbon/dataview.cpp:1443 -#: ../src/osx/carbon/dataview.cpp:1460 ../src/osx/carbon/dataview.cpp:1477 -#: ../src/osx/carbon/dataview.cpp:1670 ../src/osx/carbon/dataview.cpp:1779 -#: ../src/osx/carbon/dataview.cpp:1821 ../src/osx/carbon/dataview.cpp:1874 -#: ../src/osx/carbon/dataview.cpp:1997 +#: ../src/osx/carbon/dataview.cpp:1276 ../src/osx/carbon/dataview.cpp:1327 +#: ../src/osx/carbon/dataview.cpp:1418 ../src/osx/carbon/dataview.cpp:1441 +#: ../src/osx/carbon/dataview.cpp:1458 ../src/osx/carbon/dataview.cpp:1475 +#: ../src/osx/carbon/dataview.cpp:1668 ../src/osx/carbon/dataview.cpp:1777 +#: ../src/osx/carbon/dataview.cpp:1819 ../src/osx/carbon/dataview.cpp:1872 +#: ../src/osx/carbon/dataview.cpp:1995 msgid "Pointer to data view control not set correctly." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1279 ../src/osx/carbon/dataview.cpp:1338 -#: ../src/osx/carbon/dataview.cpp:1421 ../src/osx/carbon/dataview.cpp:1478 -#: ../src/osx/carbon/dataview.cpp:1671 ../src/osx/carbon/dataview.cpp:1780 -#: ../src/osx/carbon/dataview.cpp:1822 ../src/osx/carbon/dataview.cpp:1875 -#: ../src/osx/carbon/dataview.cpp:1998 +#: ../src/osx/carbon/dataview.cpp:1277 ../src/osx/carbon/dataview.cpp:1336 +#: ../src/osx/carbon/dataview.cpp:1419 ../src/osx/carbon/dataview.cpp:1476 +#: ../src/osx/carbon/dataview.cpp:1669 ../src/osx/carbon/dataview.cpp:1778 +#: ../src/osx/carbon/dataview.cpp:1820 ../src/osx/carbon/dataview.cpp:1873 +#: ../src/osx/carbon/dataview.cpp:1996 msgid "Pointer to model not set correctly." msgstr "" @@ -5530,7 +5556,7 @@ msgid "Preferences" msgstr "&التÙضيلات" -#: ../src/osx/menu_osx.cpp:643 +#: ../src/osx/menu_osx.cpp:614 #, fuzzy msgid "Preferences..." msgstr "&التÙضيلات" @@ -5539,7 +5565,7 @@ msgid "Preparing" msgstr "" -#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:576 +#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:560 #: ../src/html/helpwnd.cpp:1235 msgid "Preview:" msgstr "معاينة:" @@ -5660,7 +5686,7 @@ msgstr "طبع..." #: ../include/wx/richtext/richtextprint.h:109 ../include/wx/prntbase.h:263 -#: ../src/common/docview.cpp:2124 +#: ../src/common/docview.cpp:2114 #, fuzzy msgid "Printout" msgstr "طابعة" @@ -5671,7 +5697,7 @@ "Processing debug report has failed, leaving the files in \"%s\" directory." msgstr "" -#: ../src/osx/carbon/dataview.cpp:2472 +#: ../src/osx/carbon/dataview.cpp:2470 msgid "Progress renderer cannot render value type; value type: " msgstr "" @@ -5689,7 +5715,7 @@ msgid "Property" msgstr "&الخصائص" -#: ../src/propgrid/propgrid.cpp:3144 ../src/propgrid/propgrid.cpp:3276 +#: ../src/propgrid/propgrid.cpp:3146 ../src/propgrid/propgrid.cpp:3278 #, fuzzy msgid "Property Error" msgstr "خطأ ÙÙŠ الطباعة" @@ -5707,7 +5733,7 @@ msgid "Quit" msgstr "&إنهاء" -#: ../src/osx/menu_osx.cpp:610 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:631 #, fuzzy, c-format msgid "Quit %s" msgstr "&إنهاء" @@ -5797,7 +5823,7 @@ msgid "Remove" msgstr "إزالة" -#: ../src/richtext/richtextctrl.cpp:1430 +#: ../src/richtext/richtextctrl.cpp:1516 #, fuzzy msgid "Remove Bullet" msgstr "إزالة" @@ -5811,11 +5837,11 @@ msgid "Renderer \"%s\" has incompatible version %d.%d and couldn't be loaded." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1430 +#: ../src/osx/carbon/dataview.cpp:1428 msgid "Rendering failed." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:4214 +#: ../src/richtext/richtextbuffer.cpp:4280 msgid "Renumber List" msgstr "" @@ -5823,7 +5849,7 @@ msgid "Rep&lace" msgstr "است&بدال" -#: ../src/richtext/richtextctrl.cpp:3277 ../src/common/stockitem.cpp:188 +#: ../src/richtext/richtextctrl.cpp:3366 ../src/common/stockitem.cpp:188 msgid "Replace" msgstr "استبدال" @@ -5839,7 +5865,7 @@ msgid "Replace with:" msgstr "استبدال ب:" -#: ../src/common/valtext.cpp:161 +#: ../src/common/valtext.cpp:163 msgid "Required information entry is empty." msgstr "" @@ -5852,7 +5878,7 @@ msgid "Revert to Saved" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:548 +#: ../src/richtext/richtextborderspage.cpp:570 #, fuzzy msgid "Ridge" msgstr "يمين" @@ -5911,11 +5937,11 @@ msgid "SUBTRACT" msgstr "طرح" -#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2678 +#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2702 msgid "Save" msgstr "Ø­Ùظ" -#: ../src/common/fldlgcmn.cpp:327 +#: ../src/common/fldlgcmn.cpp:345 #, c-format msgid "Save %s file" msgstr "Ø­Ùظ %s ملÙ" @@ -5990,8 +6016,8 @@ msgid "Seek error on file '%s' (large files not supported by stdio)" msgstr "" -#: ../src/richtext/richtextctrl.cpp:330 ../src/osx/textctrl_osx.cpp:587 -#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2288 +#: ../src/richtext/richtextctrl.cpp:336 ../src/osx/textctrl_osx.cpp:587 +#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2339 msgid "Select &All" msgstr "تحديد ال&كل" @@ -6037,7 +6063,11 @@ msgid "Separator expected after the option '%s'." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10513 +#: ../src/osx/menu_osx.cpp:618 +msgid "Services" +msgstr "" + +#: ../src/richtext/richtextbuffer.cpp:10818 #, fuzzy msgid "Set Cell Style" msgstr "تغيير نمط" @@ -6046,7 +6076,7 @@ msgid "SetProperty called w/o valid setter" msgstr "" -#: ../src/common/filename.cpp:2632 +#: ../src/common/filename.cpp:2638 msgid "Setting directory access times is not supported under this OS version" msgstr "" @@ -6071,7 +6101,7 @@ msgid "Show &hidden files" msgstr "" -#: ../src/osx/menu_osx.cpp:605 ../src/osx/menu_osx.cpp:652 +#: ../src/osx/menu_osx.cpp:626 #, fuzzy msgid "Show All" msgstr "عرض الكل" @@ -6113,7 +6143,7 @@ msgid "Shows a preview of the font settings." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 +#: ../src/osx/carbon/fontdlg.cpp:564 ../src/osx/carbon/fontdlg.cpp:566 msgid "Shows a preview of the font." msgstr "" @@ -6135,12 +6165,12 @@ msgid "Single" msgstr "Ù…Ùرد" -#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:356 +#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:357 #: ../src/richtext/richtextsizepage.cpp:299 msgid "Size" msgstr "حجم" -#: ../src/osx/carbon/fontdlg.cpp:525 +#: ../src/osx/carbon/fontdlg.cpp:509 msgid "Size:" msgstr "حجم:" @@ -6158,7 +6188,7 @@ msgid "Small C&apitals" msgstr "أحر٠&كبيرة" -#: ../src/richtext/richtextborderspage.cpp:543 +#: ../src/richtext/richtextborderspage.cpp:565 #, fuzzy msgid "Solid" msgstr "عريض" @@ -6171,11 +6201,11 @@ msgid "Sorry, not enough memory to create a preview." msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "Sorry, that name is taken. Please choose another." msgstr "" @@ -6233,15 +6263,15 @@ msgid "String To Colour : Incorrect colour specification : %s" msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:318 ../src/propgrid/advprops.cpp:647 +#: ../src/richtext/richtextformatdlg.cpp:319 ../src/propgrid/advprops.cpp:647 msgid "Style" msgstr "نمط" -#: ../include/wx/richtext/richtextstyledlg.h:47 +#: ../include/wx/richtext/richtextstyledlg.h:46 msgid "Style Organiser" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:534 +#: ../src/osx/carbon/fontdlg.cpp:518 msgid "Style:" msgstr "" @@ -6308,7 +6338,7 @@ msgid "TIFF: Image size is abnormally big." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10794 +#: ../src/richtext/richtextbuffer.cpp:11099 #, fuzzy msgid "Table Properties" msgstr "&الخصائص" @@ -6321,7 +6351,7 @@ msgid "Tabloid, 11 x 17 in" msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:336 +#: ../src/richtext/richtextformatdlg.cpp:337 msgid "Tabs" msgstr "" @@ -6333,7 +6363,7 @@ msgid "Templates" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2373 +#: ../src/osx/carbon/dataview.cpp:2371 msgid "Text renderer cannot render value; value type: " msgstr "" @@ -6367,6 +6397,25 @@ msgid "The background colour." msgstr "لون الخلÙية" +#: ../src/richtext/richtextborderspage.cpp:265 +#: ../src/richtext/richtextborderspage.cpp:267 +#: ../src/richtext/richtextborderspage.cpp:299 +#: ../src/richtext/richtextborderspage.cpp:301 +#: ../src/richtext/richtextborderspage.cpp:333 +#: ../src/richtext/richtextborderspage.cpp:335 +#: ../src/richtext/richtextborderspage.cpp:367 +#: ../src/richtext/richtextborderspage.cpp:369 +#: ../src/richtext/richtextborderspage.cpp:434 +#: ../src/richtext/richtextborderspage.cpp:436 +#: ../src/richtext/richtextborderspage.cpp:468 +#: ../src/richtext/richtextborderspage.cpp:470 +#: ../src/richtext/richtextborderspage.cpp:502 +#: ../src/richtext/richtextborderspage.cpp:504 +#: ../src/richtext/richtextborderspage.cpp:536 +#: ../src/richtext/richtextborderspage.cpp:538 +msgid "The border line style." +msgstr "" + #: ../src/richtext/richtextmarginspage.cpp:268 #: ../src/richtext/richtextmarginspage.cpp:270 #, fuzzy @@ -6409,7 +6458,7 @@ "[Cancel] if it cannot be replaced" msgstr "" -#: ../src/msw/ole/dataobj.cpp:367 +#: ../src/msw/ole/dataobj.cpp:394 #, c-format msgid "The clipboard format '%d' doesn't exist." msgstr "" @@ -6471,7 +6520,7 @@ msgid "The font point size." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:529 ../src/osx/carbon/fontdlg.cpp:531 +#: ../src/osx/carbon/fontdlg.cpp:513 ../src/osx/carbon/fontdlg.cpp:515 msgid "The font size in points." msgstr "" @@ -6530,7 +6579,7 @@ msgid "The list item number." msgstr "" -#: ../src/msw/ole/automtn.cpp:653 +#: ../src/msw/ole/automtn.cpp:667 msgid "The locale ID is unknown." msgstr "" @@ -6654,7 +6703,7 @@ msgid "The style preview." msgstr "" -#: ../src/msw/ole/automtn.cpp:669 +#: ../src/msw/ole/automtn.cpp:683 msgid "The system cannot find the file specified." msgstr "" @@ -6667,7 +6716,7 @@ msgid "The tab positions." msgstr "" -#: ../src/richtext/richtextctrl.cpp:2705 +#: ../src/richtext/richtextctrl.cpp:2791 msgid "The text couldn't be saved." msgstr "" @@ -6704,7 +6753,7 @@ msgid "The wxGtkPrinterDC cannot be used." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1340 +#: ../src/osx/carbon/dataview.cpp:1338 msgid "There is no column or renderer for the specified column index." msgstr "" @@ -6728,7 +6777,7 @@ msgid "This platform does not support background transparency." msgstr "" -#: ../src/gtk/window.cpp:4317 +#: ../src/gtk/window.cpp:4368 msgid "" "This program was compiled with a too old version of GTK+, please rebuild " "with GTK+ 2.12 or newer." @@ -6740,23 +6789,23 @@ "comctl32.dll" msgstr "" -#: ../src/msw/thread.cpp:1300 +#: ../src/msw/thread.cpp:1295 msgid "" "Thread module initialization failed: cannot store value in thread local " "storage" msgstr "" -#: ../src/unix/threadpsx.cpp:1758 +#: ../src/unix/threadpsx.cpp:1763 msgid "Thread module initialization failed: failed to create thread key" msgstr "" -#: ../src/msw/thread.cpp:1288 +#: ../src/msw/thread.cpp:1283 msgid "" "Thread module initialization failed: impossible to allocate index in thread " "local storage" msgstr "" -#: ../src/unix/threadpsx.cpp:1038 +#: ../src/unix/threadpsx.cpp:1043 msgid "Thread priority setting is ignored." msgstr "" @@ -6788,11 +6837,11 @@ msgid "To:" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2451 +#: ../src/osx/carbon/dataview.cpp:2449 msgid "Toggle renderer cannot render value; value type: " msgstr "" -#: ../src/richtext/richtextbuffer.cpp:7983 +#: ../src/richtext/richtextbuffer.cpp:8087 msgid "Too many EndStyle calls!" msgstr "" @@ -6845,7 +6894,7 @@ msgid "Type a size in points." msgstr "" -#: ../src/msw/ole/automtn.cpp:665 +#: ../src/msw/ole/automtn.cpp:679 #, c-format msgid "Type mismatch in argument %u." msgstr "" @@ -6904,7 +6953,7 @@ msgid "Unable to close the handle for '%s'" msgstr "Ùشل عند إغلاق الحاÙظة" -#: ../include/wx/msw/private/fswatcher.h:240 +#: ../include/wx/msw/private/fswatcher.h:245 msgid "Unable to create I/O completion port" msgstr "" @@ -6920,7 +6969,7 @@ msgid "Unable to create kqueue instance" msgstr "" -#: ../include/wx/msw/private/fswatcher.h:229 +#: ../include/wx/msw/private/fswatcher.h:234 msgid "Unable to dequeue completion packet" msgstr "" @@ -6928,7 +6977,7 @@ msgid "Unable to get events from kqueue" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1903 +#: ../src/osx/carbon/dataview.cpp:1901 msgid "Unable to handle native drag&drop data" msgstr "" @@ -6945,7 +6994,7 @@ msgid "Unable to open path '%s'" msgstr "" -#: ../src/html/htmlwin.cpp:561 +#: ../src/html/htmlwin.cpp:564 #, c-format msgid "Unable to open requested HTML document: %s" msgstr "" @@ -6954,11 +7003,11 @@ msgid "Unable to play sound asynchronously." msgstr "" -#: ../include/wx/msw/private/fswatcher.h:207 +#: ../include/wx/msw/private/fswatcher.h:212 msgid "Unable to post completion status" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:530 +#: ../src/unix/fswatcher_inotify.cpp:543 msgid "Unable to read from inotify descriptor" msgstr "" @@ -6988,7 +7037,7 @@ msgid "Underline" msgstr "&خط سÙلي" -#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:556 +#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:540 #: ../src/propgrid/advprops.cpp:655 msgid "Underlined" msgstr "" @@ -7007,7 +7056,7 @@ msgid "Unexpected characters following option '%s'." msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:261 +#: ../src/unix/fswatcher_inotify.cpp:262 #, c-format msgid "Unexpected event for \"%s\": no matching watch descriptor." msgstr "" @@ -7069,8 +7118,8 @@ msgid "Unindent" msgstr "&عدم إزاحة" -#: ../src/richtext/richtextborderspage.cpp:373 -#: ../src/richtext/richtextborderspage.cpp:375 +#: ../src/richtext/richtextborderspage.cpp:358 +#: ../src/richtext/richtextborderspage.cpp:360 msgid "Units for the bottom border width." msgstr "" @@ -7079,8 +7128,8 @@ msgid "Units for the bottom margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:517 -#: ../src/richtext/richtextborderspage.cpp:519 +#: ../src/richtext/richtextborderspage.cpp:527 +#: ../src/richtext/richtextborderspage.cpp:529 msgid "Units for the bottom outline width." msgstr "" @@ -7095,8 +7144,8 @@ msgid "Units for the bottom position." msgstr "تعذر الانتظار حتى إنهاء الموضوع" -#: ../src/richtext/richtextborderspage.cpp:283 -#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:256 +#: ../src/richtext/richtextborderspage.cpp:258 msgid "Units for the left border width." msgstr "" @@ -7105,8 +7154,8 @@ msgid "Units for the left margin." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:425 #: ../src/richtext/richtextborderspage.cpp:427 -#: ../src/richtext/richtextborderspage.cpp:429 msgid "Units for the left outline width." msgstr "" @@ -7151,8 +7200,8 @@ msgid "Units for the object width." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:313 -#: ../src/richtext/richtextborderspage.cpp:315 +#: ../src/richtext/richtextborderspage.cpp:290 +#: ../src/richtext/richtextborderspage.cpp:292 msgid "Units for the right border width." msgstr "" @@ -7161,8 +7210,8 @@ msgid "Units for the right margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:457 #: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:461 msgid "Units for the right outline width." msgstr "" @@ -7176,8 +7225,8 @@ msgid "Units for the right position." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:343 -#: ../src/richtext/richtextborderspage.cpp:345 +#: ../src/richtext/richtextborderspage.cpp:324 +#: ../src/richtext/richtextborderspage.cpp:326 msgid "Units for the top border width." msgstr "" @@ -7187,8 +7236,8 @@ msgid "Units for the top margin." msgstr "تعذر الانتظار حتى إنهاء الموضوع" -#: ../src/richtext/richtextborderspage.cpp:487 -#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:493 +#: ../src/richtext/richtextborderspage.cpp:495 msgid "Units for the top outline width." msgstr "" @@ -7231,11 +7280,11 @@ msgid "Unknown TIFF resolution unit %d ignored" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1978 +#: ../src/osx/carbon/dataview.cpp:1976 msgid "Unknown data format" msgstr "" -#: ../src/unix/dlunix.cpp:325 +#: ../src/unix/dlunix.cpp:160 msgid "Unknown dynamic library error" msgstr "" @@ -7244,12 +7293,12 @@ msgid "Unknown encoding (%d)" msgstr "" -#: ../src/msw/ole/automtn.cpp:677 +#: ../src/msw/ole/automtn.cpp:691 #, fuzzy, c-format msgid "Unknown error %08x" msgstr "خطأ غير معروÙ" -#: ../src/msw/ole/automtn.cpp:636 +#: ../src/msw/ole/automtn.cpp:650 #, fuzzy msgid "Unknown exception" msgstr "خطأ غير معروÙ" @@ -7264,7 +7313,7 @@ msgid "Unknown long option '%s'" msgstr "" -#: ../src/msw/ole/automtn.cpp:620 +#: ../src/msw/ole/automtn.cpp:634 msgid "Unknown name or named argument." msgstr "" @@ -7323,11 +7372,11 @@ msgid "Use the current alignment setting." msgstr "" -#: ../src/osx/carbon/dataview.cpp:2658 ../src/osx/carbon/dataview.cpp:2723 +#: ../src/osx/carbon/dataview.cpp:2656 ../src/osx/carbon/dataview.cpp:2721 msgid "Valid pointer to native data view control does not exist" msgstr "" -#: ../src/common/valtext.cpp:174 +#: ../src/common/valtext.cpp:179 msgid "Validation conflict" msgstr "" @@ -7437,6 +7486,16 @@ msgid "Windows 7" msgstr "&ناÙذة" +#: ../src/msw/utils.cpp:1308 +#, fuzzy +msgid "Windows 8" +msgstr "&ناÙذة" + +#: ../src/msw/utils.cpp:1314 +#, fuzzy +msgid "Windows 8.1" +msgstr "&ناÙذة" + #: ../src/msw/utils.cpp:1234 msgid "Windows 95" msgstr "" @@ -7511,7 +7570,7 @@ msgid "Windows ME" msgstr "" -#: ../src/msw/utils.cpp:1310 +#: ../src/msw/utils.cpp:1322 #, c-format msgid "Windows NT %lu.%lu" msgstr "" @@ -7528,6 +7587,15 @@ msgid "Windows Server 2008 R2" msgstr "" +#: ../src/msw/utils.cpp:1307 +#, fuzzy +msgid "Windows Server 2012" +msgstr "&ناÙذة" + +#: ../src/msw/utils.cpp:1313 +msgid "Windows Server 2012 R2" +msgstr "" + #: ../src/common/fmapbase.cpp:166 msgid "Windows Thai (CP 874)" msgstr "" @@ -7616,7 +7684,7 @@ msgid "You cannot add a new directory to this section." msgstr "" -#: ../src/propgrid/propgrid.cpp:3258 +#: ../src/propgrid/propgrid.cpp:3260 msgid "You have entered invalid value. Press ESC to cancel editing." msgstr "" @@ -7759,7 +7827,7 @@ msgid "buffer is too small for Windows directory." msgstr "" -#: ../src/msw/utils.cpp:1316 +#: ../src/msw/utils.cpp:1328 #, c-format msgid "build %lu" msgstr "" @@ -7873,7 +7941,7 @@ msgid "can't seek on file descriptor %d" msgstr "" -#: ../src/common/textfile.cpp:299 +#: ../src/common/textfile.cpp:270 #, c-format msgid "can't write buffer '%s' to disk." msgstr "" @@ -7895,14 +7963,14 @@ msgid "checksum failure reading tar header block" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:280 -#: ../src/richtext/richtextborderspage.cpp:310 -#: ../src/richtext/richtextborderspage.cpp:340 -#: ../src/richtext/richtextborderspage.cpp:370 -#: ../src/richtext/richtextborderspage.cpp:424 -#: ../src/richtext/richtextborderspage.cpp:454 -#: ../src/richtext/richtextborderspage.cpp:484 -#: ../src/richtext/richtextborderspage.cpp:514 +#: ../src/richtext/richtextborderspage.cpp:252 +#: ../src/richtext/richtextborderspage.cpp:286 +#: ../src/richtext/richtextborderspage.cpp:320 +#: ../src/richtext/richtextborderspage.cpp:354 +#: ../src/richtext/richtextborderspage.cpp:421 +#: ../src/richtext/richtextborderspage.cpp:455 +#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:523 #: ../src/richtext/richtextmarginspage.cpp:202 #: ../src/richtext/richtextmarginspage.cpp:227 #: ../src/richtext/richtextmarginspage.cpp:250 @@ -8037,7 +8105,7 @@ msgid "file '%s': unexpected character %c at line %d." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8358 +#: ../src/richtext/richtextbuffer.cpp:8462 msgid "files" msgstr "" @@ -8057,12 +8125,12 @@ msgid "fourth" msgstr "" -#: ../src/common/appbase.cpp:695 +#: ../src/common/appbase.cpp:699 msgid "generate verbose log messages" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:12212 -#: ../src/richtext/richtextbuffer.cpp:12322 +#: ../src/richtext/richtextbuffer.cpp:12541 +#: ../src/richtext/richtextbuffer.cpp:12651 msgid "image" msgstr "صورة" @@ -8157,53 +8225,48 @@ msgid "out of memory" msgstr "" -#: ../src/richtext/richtextsizepage.cpp:340 -#: ../src/richtext/richtextsizepage.cpp:374 -#: ../src/richtext/richtextsizepage.cpp:401 -#: ../src/richtext/richtextsizepage.cpp:428 -#: ../src/richtext/richtextsizepage.cpp:455 -#: ../src/richtext/richtextsizepage.cpp:482 -#: ../src/richtext/richtextsizepage.cpp:556 -#: ../src/richtext/richtextsizepage.cpp:591 -#: ../src/richtext/richtextsizepage.cpp:626 -#: ../src/richtext/richtextsizepage.cpp:661 -msgid "percent" -msgstr "" - #: ../src/common/debugrpt.cpp:519 msgid "process context description" msgstr "" #: ../src/richtext/richtextfontpage.cpp:186 #: ../src/richtext/richtextfontpage.cpp:189 +#: ../src/richtext/richtextborderspage.cpp:253 +#: ../src/richtext/richtextborderspage.cpp:287 +#: ../src/richtext/richtextborderspage.cpp:321 +#: ../src/richtext/richtextborderspage.cpp:355 +#: ../src/richtext/richtextborderspage.cpp:422 +#: ../src/richtext/richtextborderspage.cpp:456 +#: ../src/richtext/richtextborderspage.cpp:490 +#: ../src/richtext/richtextborderspage.cpp:524 msgid "pt" msgstr "" #: ../src/richtext/richtextfontpage.cpp:187 -#: ../src/richtext/richtextborderspage.cpp:279 -#: ../src/richtext/richtextborderspage.cpp:281 -#: ../src/richtext/richtextborderspage.cpp:282 -#: ../src/richtext/richtextborderspage.cpp:309 -#: ../src/richtext/richtextborderspage.cpp:311 -#: ../src/richtext/richtextborderspage.cpp:312 -#: ../src/richtext/richtextborderspage.cpp:339 -#: ../src/richtext/richtextborderspage.cpp:341 -#: ../src/richtext/richtextborderspage.cpp:342 -#: ../src/richtext/richtextborderspage.cpp:369 -#: ../src/richtext/richtextborderspage.cpp:371 -#: ../src/richtext/richtextborderspage.cpp:372 +#: ../src/richtext/richtextborderspage.cpp:251 +#: ../src/richtext/richtextborderspage.cpp:254 +#: ../src/richtext/richtextborderspage.cpp:255 +#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:288 +#: ../src/richtext/richtextborderspage.cpp:289 +#: ../src/richtext/richtextborderspage.cpp:319 +#: ../src/richtext/richtextborderspage.cpp:322 +#: ../src/richtext/richtextborderspage.cpp:323 +#: ../src/richtext/richtextborderspage.cpp:353 +#: ../src/richtext/richtextborderspage.cpp:356 +#: ../src/richtext/richtextborderspage.cpp:357 +#: ../src/richtext/richtextborderspage.cpp:420 #: ../src/richtext/richtextborderspage.cpp:423 -#: ../src/richtext/richtextborderspage.cpp:425 -#: ../src/richtext/richtextborderspage.cpp:426 -#: ../src/richtext/richtextborderspage.cpp:453 -#: ../src/richtext/richtextborderspage.cpp:455 -#: ../src/richtext/richtextborderspage.cpp:456 -#: ../src/richtext/richtextborderspage.cpp:483 -#: ../src/richtext/richtextborderspage.cpp:485 -#: ../src/richtext/richtextborderspage.cpp:486 -#: ../src/richtext/richtextborderspage.cpp:513 -#: ../src/richtext/richtextborderspage.cpp:515 -#: ../src/richtext/richtextborderspage.cpp:516 +#: ../src/richtext/richtextborderspage.cpp:424 +#: ../src/richtext/richtextborderspage.cpp:454 +#: ../src/richtext/richtextborderspage.cpp:457 +#: ../src/richtext/richtextborderspage.cpp:458 +#: ../src/richtext/richtextborderspage.cpp:488 +#: ../src/richtext/richtextborderspage.cpp:491 +#: ../src/richtext/richtextborderspage.cpp:492 +#: ../src/richtext/richtextborderspage.cpp:522 +#: ../src/richtext/richtextborderspage.cpp:525 +#: ../src/richtext/richtextborderspage.cpp:526 #: ../src/richtext/richtextmarginspage.cpp:201 #: ../src/richtext/richtextmarginspage.cpp:203 #: ../src/richtext/richtextmarginspage.cpp:204 @@ -8303,7 +8366,7 @@ msgid "shift" msgstr "" -#: ../src/common/appbase.cpp:685 +#: ../src/common/appbase.cpp:689 msgid "show this help message" msgstr "" @@ -8323,23 +8386,23 @@ msgid "specify the theme to use" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8876 +#: ../src/richtext/richtextbuffer.cpp:8983 msgid "standard/circle" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8877 +#: ../src/richtext/richtextbuffer.cpp:8984 msgid "standard/circle-outline" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8879 +#: ../src/richtext/richtextbuffer.cpp:8986 msgid "standard/diamond" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8878 +#: ../src/richtext/richtextbuffer.cpp:8985 msgid "standard/square" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8880 +#: ../src/richtext/richtextbuffer.cpp:8987 msgid "standard/triangle" msgstr "" @@ -8473,11 +8536,11 @@ msgid "wxPrintout::GetPageInfo gives a null maxPage." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1303 +#: ../src/osx/carbon/dataview.cpp:1301 msgid "wxWidget control pointer is not a data view pointer" msgstr "" -#: ../src/osx/carbon/dataview.cpp:907 +#: ../src/osx/carbon/dataview.cpp:905 msgid "wxWidget's control not initialized." msgstr "" @@ -8572,9 +8635,6 @@ #~ msgid "%s: ill-formed resource file syntax." #~ msgstr "%s: ill-formed resource file syntax." -#~ msgid "&About..." -#~ msgstr "&نبذة عن..." - #~ msgid "&Goto..." #~ msgstr "&إذهب إلى..." Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/locale/ca.mo and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/locale/ca.mo differ diff -Nru wxpython3.0-3.0.0.0+dfsg/locale/ca.po wxpython3.0-3.0.1.1+dfsg/locale/ca.po --- wxpython3.0-3.0.0.0+dfsg/locale/ca.po 2013-12-28 09:36:54.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/locale/ca.po 2014-04-17 19:37:42.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: wxWidgets 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-01 19:04+0200\n" +"POT-Creation-Date: 2014-02-21 14:54+0100\n" "PO-Revision-Date: 2003-07-22 11:31+0100\n" "Last-Translator: Paco Rivière \n" "Language-Team: \n" @@ -84,6 +84,20 @@ msgid "#9 Envelope, 3 7/8 x 8 7/8 in" msgstr "#9 Sobre, 3 7/8 x 8 7/2 polz. " +#: ../src/richtext/richtextsizepage.cpp:340 +#: ../src/richtext/richtextsizepage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:401 +#: ../src/richtext/richtextsizepage.cpp:428 +#: ../src/richtext/richtextsizepage.cpp:455 +#: ../src/richtext/richtextsizepage.cpp:482 +#: ../src/richtext/richtextsizepage.cpp:556 +#: ../src/richtext/richtextsizepage.cpp:591 +#: ../src/richtext/richtextsizepage.cpp:626 +#: ../src/richtext/richtextsizepage.cpp:661 +#, fuzzy +msgid "%" +msgstr "%d" + #: ../src/html/helpwnd.cpp:1044 #, fuzzy, c-format msgid "%d of %lu" @@ -136,7 +150,7 @@ msgid "%s did not fit the tar header for entry '%s'" msgstr "" -#: ../src/common/fldlgcmn.cpp:106 +#: ../src/common/fldlgcmn.cpp:124 #, fuzzy, c-format msgid "%s files (%s)|%s" msgstr "Fitxers (%s)|%s" @@ -202,8 +216,8 @@ msgid "&Bottom" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:359 -#: ../src/richtext/richtextborderspage.cpp:503 +#: ../src/richtext/richtextborderspage.cpp:343 +#: ../src/richtext/richtextborderspage.cpp:512 #: ../src/richtext/richtextmarginspage.cpp:260 #: ../src/richtext/richtextmarginspage.cpp:374 #: ../src/richtext/richtextsizepage.cpp:637 @@ -211,7 +225,7 @@ msgid "&Bottom:" msgstr "" -#: ../include/wx/richtext/richtextbuffer.h:3530 +#: ../include/wx/richtext/richtextbuffer.h:3578 #, fuzzy msgid "&Box" msgstr "Negreta" @@ -226,7 +240,7 @@ msgstr "" #: ../src/generic/wizard.cpp:432 ../src/generic/fontdlgg.cpp:470 -#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:588 +#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:572 #: ../src/common/stockitem.cpp:145 msgid "&Cancel" msgstr "&Anul·la" @@ -235,7 +249,7 @@ msgid "&Cascade" msgstr "&Cascada" -#: ../include/wx/richtext/richtextbuffer.h:5587 +#: ../include/wx/richtext/richtextbuffer.h:5639 #, fuzzy msgid "&Cell" msgstr "&Anul·la" @@ -269,8 +283,8 @@ msgid "&Convert" msgstr "Contingut" -#: ../src/richtext/richtextctrl.cpp:326 ../src/osx/textctrl_osx.cpp:583 -#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2284 +#: ../src/richtext/richtextctrl.cpp:332 ../src/osx/textctrl_osx.cpp:583 +#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2335 msgid "&Copy" msgstr "&Copia" @@ -289,8 +303,8 @@ msgstr "" #: ../src/richtext/richtexttabspage.cpp:142 -#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:585 -#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2286 +#: ../src/richtext/richtextctrl.cpp:334 ../src/osx/textctrl_osx.cpp:585 +#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2337 msgid "&Delete" msgstr "&Elimina" @@ -392,7 +406,7 @@ msgstr "vuitè" #: ../src/generic/wizard.cpp:435 ../src/richtext/richtextstyledlg.cpp:303 -#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:785 +#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:776 #: ../src/common/stockitem.cpp:163 ../src/html/helpfrm.cpp:147 msgid "&Help" msgstr "&Ajuda" @@ -453,8 +467,8 @@ msgstr "" #: ../src/richtext/richtextindentspage.cpp:195 -#: ../src/richtext/richtextborderspage.cpp:269 -#: ../src/richtext/richtextborderspage.cpp:413 +#: ../src/richtext/richtextborderspage.cpp:241 +#: ../src/richtext/richtextborderspage.cpp:410 #: ../src/richtext/richtextliststylepage.cpp:381 #: ../src/richtext/richtextmarginspage.cpp:187 #: ../src/richtext/richtextmarginspage.cpp:301 @@ -526,7 +540,7 @@ msgstr "" #: ../src/generic/fontdlgg.cpp:475 ../src/generic/fontdlgg.cpp:482 -#: ../src/osx/carbon/fontdlg.cpp:594 ../src/common/stockitem.cpp:178 +#: ../src/osx/carbon/fontdlg.cpp:578 ../src/common/stockitem.cpp:178 #, fuzzy msgid "&OK" msgstr "D'acord" @@ -545,12 +559,12 @@ msgid "&Page Break" msgstr "" -#: ../src/richtext/richtextctrl.cpp:327 ../src/osx/textctrl_osx.cpp:584 -#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2285 +#: ../src/richtext/richtextctrl.cpp:333 ../src/osx/textctrl_osx.cpp:584 +#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2336 msgid "&Paste" msgstr "&Enganxa" -#: ../include/wx/richtext/richtextbuffer.h:4655 +#: ../include/wx/richtext/richtextbuffer.h:4705 msgid "&Picture" msgstr "" @@ -587,7 +601,7 @@ msgid "&Print..." msgstr "Imprimeix..." -#: ../src/richtext/richtextctrl.cpp:332 ../src/richtext/richtextctrl.cpp:4945 +#: ../src/richtext/richtextctrl.cpp:338 ../src/richtext/richtextctrl.cpp:5054 #: ../src/common/stockitem.cpp:184 #, fuzzy msgid "&Properties" @@ -597,9 +611,9 @@ msgid "&Quit" msgstr "" -#: ../src/richtext/richtextctrl.cpp:323 ../src/osx/textctrl_osx.cpp:580 +#: ../src/richtext/richtextctrl.cpp:329 ../src/osx/textctrl_osx.cpp:580 #: ../src/common/stockitem.cpp:185 ../src/common/cmdproc.cpp:293 -#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2281 +#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2332 msgid "&Redo" msgstr "&Refés" @@ -630,8 +644,8 @@ msgstr "Clar" #: ../src/richtext/richtextindentspage.cpp:213 -#: ../src/richtext/richtextborderspage.cpp:299 -#: ../src/richtext/richtextborderspage.cpp:443 +#: ../src/richtext/richtextborderspage.cpp:275 +#: ../src/richtext/richtextborderspage.cpp:444 #: ../src/richtext/richtextliststylepage.cpp:399 #: ../src/richtext/richtextmarginspage.cpp:212 #: ../src/richtext/richtextmarginspage.cpp:326 @@ -710,7 +724,12 @@ msgid "&Symbol:" msgstr "" -#: ../include/wx/richtext/richtextbuffer.h:5679 +#: ../src/richtext/richtextborderspage.cpp:379 +#: ../src/richtext/richtextborderspage.cpp:548 +msgid "&Synchronize values" +msgstr "" + +#: ../include/wx/richtext/richtextbuffer.h:5733 msgid "&Table" msgstr "" @@ -719,8 +738,8 @@ msgid "&Top" msgstr "&Copia" -#: ../src/richtext/richtextborderspage.cpp:329 -#: ../src/richtext/richtextborderspage.cpp:473 +#: ../src/richtext/richtextborderspage.cpp:309 +#: ../src/richtext/richtextborderspage.cpp:478 #: ../src/richtext/richtextmarginspage.cpp:235 #: ../src/richtext/richtextmarginspage.cpp:349 #: ../src/richtext/richtextsizepage.cpp:567 @@ -739,9 +758,9 @@ msgid "&Underlining:" msgstr "Subratllat" -#: ../src/richtext/richtextctrl.cpp:322 ../src/osx/textctrl_osx.cpp:579 +#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:579 #: ../src/common/stockitem.cpp:203 ../src/common/cmdproc.cpp:271 -#: ../src/msw/textctrl.cpp:2280 +#: ../src/msw/textctrl.cpp:2331 msgid "&Undo" msgstr "&Desfés" @@ -797,8 +816,8 @@ msgid "'%s' has extra '..', ignored." msgstr "'%s' té '..' extres que han estat ignorats." -#: ../src/common/valtext.cpp:249 ../src/common/valtext.cpp:251 -#: ../src/common/valtext.cpp:253 ../src/common/valtext.cpp:255 +#: ../src/common/valtext.cpp:165 ../src/common/valtext.cpp:167 +#: ../src/common/valtext.cpp:254 ../src/common/valtext.cpp:256 #, c-format msgid "'%s' is invalid" msgstr "'%s' és invàlid" @@ -818,27 +837,27 @@ msgid "'%s' is probably a binary buffer." msgstr "'%s' és probablement un búffer binari." -#: ../src/common/valtext.cpp:247 +#: ../src/common/valtext.cpp:252 #, c-format msgid "'%s' should be numeric." msgstr "'%s' hauria de ser numèric." -#: ../src/common/valtext.cpp:239 +#: ../src/common/valtext.cpp:244 #, c-format msgid "'%s' should only contain ASCII characters." msgstr "'%s' només hauria de contenir caràcters ASCII" -#: ../src/common/valtext.cpp:241 +#: ../src/common/valtext.cpp:246 #, c-format msgid "'%s' should only contain alphabetic characters." msgstr "'%s' només hauria de contenir caràcters alfabètics" -#: ../src/common/valtext.cpp:243 +#: ../src/common/valtext.cpp:248 #, c-format msgid "'%s' should only contain alphabetic or numeric characters." msgstr "'%s' només hauria de contenir caràcters alfabètics o numèrics." -#: ../src/common/valtext.cpp:245 +#: ../src/common/valtext.cpp:250 #, fuzzy, c-format msgid "'%s' should only contain digits." msgstr "'%s' només hauria de contenir caràcters ASCII" @@ -872,7 +891,7 @@ #: ../src/richtext/richtextindentspage.cpp:287 #: ../src/richtext/richtextindentspage.cpp:311 #: ../src/richtext/richtextindentspage.cpp:326 -#: ../src/richtext/richtextformatdlg.cpp:831 +#: ../src/richtext/richtextformatdlg.cpp:867 #: ../src/richtext/richtextfontpage.cpp:331 #: ../src/richtext/richtextfontpage.cpp:335 #: ../src/richtext/richtextfontpage.cpp:339 @@ -898,7 +917,7 @@ msgid "+" msgstr "" -#: ../src/msw/utils.cpp:1324 +#: ../src/msw/utils.cpp:1336 msgid ", 64-bit edition" msgstr "" @@ -1010,43 +1029,43 @@ msgid "< &Back" msgstr "< &Enrere" -#: ../src/osx/carbon/fontdlg.cpp:608 ../src/osx/carbon/fontdlg.cpp:815 -#: ../src/osx/carbon/fontdlg.cpp:835 +#: ../src/osx/carbon/fontdlg.cpp:592 ../src/osx/carbon/fontdlg.cpp:799 +#: ../src/osx/carbon/fontdlg.cpp:819 #, fuzzy msgid "" msgstr "Decoratiu" -#: ../src/osx/carbon/fontdlg.cpp:609 ../src/osx/carbon/fontdlg.cpp:817 -#: ../src/osx/carbon/fontdlg.cpp:837 +#: ../src/osx/carbon/fontdlg.cpp:593 ../src/osx/carbon/fontdlg.cpp:801 +#: ../src/osx/carbon/fontdlg.cpp:821 #, fuzzy msgid "" msgstr "Modern" -#: ../src/osx/carbon/fontdlg.cpp:607 ../src/osx/carbon/fontdlg.cpp:813 -#: ../src/osx/carbon/fontdlg.cpp:833 +#: ../src/osx/carbon/fontdlg.cpp:591 ../src/osx/carbon/fontdlg.cpp:797 +#: ../src/osx/carbon/fontdlg.cpp:817 #, fuzzy msgid "" msgstr "Roman" -#: ../src/osx/carbon/fontdlg.cpp:610 ../src/osx/carbon/fontdlg.cpp:819 -#: ../src/osx/carbon/fontdlg.cpp:839 +#: ../src/osx/carbon/fontdlg.cpp:594 ../src/osx/carbon/fontdlg.cpp:803 +#: ../src/osx/carbon/fontdlg.cpp:823 #, fuzzy msgid "" msgstr "Script" -#: ../src/osx/carbon/fontdlg.cpp:611 ../src/osx/carbon/fontdlg.cpp:824 -#: ../src/osx/carbon/fontdlg.cpp:843 +#: ../src/osx/carbon/fontdlg.cpp:595 ../src/osx/carbon/fontdlg.cpp:808 +#: ../src/osx/carbon/fontdlg.cpp:827 #, fuzzy msgid "" msgstr "Suís" -#: ../src/osx/carbon/fontdlg.cpp:612 ../src/osx/carbon/fontdlg.cpp:821 -#: ../src/osx/carbon/fontdlg.cpp:841 +#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:805 +#: ../src/osx/carbon/fontdlg.cpp:825 #, fuzzy msgid "" msgstr "Teletip" -#: ../src/osx/carbon/fontdlg.cpp:606 +#: ../src/osx/carbon/fontdlg.cpp:590 msgid "" msgstr "" @@ -1196,8 +1215,8 @@ msgid "A6 Rotated 148 x 105 mm" msgstr "Full A5, 148 x 210 mm" -#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:526 -#: ../src/osx/carbon/fontdlg.cpp:339 +#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:527 +#: ../src/osx/carbon/fontdlg.cpp:323 msgid "ABCDEFGabcdefg12345" msgstr "ABCDEFGabcdefg12345" @@ -1209,15 +1228,20 @@ msgid "ASCII" msgstr "ASCII" -#: ../src/osx/menu_osx.cpp:630 ../src/common/stockitem.cpp:139 +#: ../src/common/stockitem.cpp:139 msgid "About" msgstr "" -#: ../src/generic/aboutdlgg.cpp:140 ../src/msw/aboutdlg.cpp:64 +#: ../src/generic/aboutdlgg.cpp:140 ../src/osx/menu_osx.cpp:603 +#: ../src/msw/aboutdlg.cpp:64 #, c-format msgid "About %s" msgstr "" +#: ../src/osx/menu_osx.cpp:605 +msgid "About..." +msgstr "" + #: ../src/richtext/richtextsizepage.cpp:520 msgid "Absolute" msgstr "" @@ -1230,11 +1254,11 @@ msgid "Add" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10751 +#: ../src/richtext/richtextbuffer.cpp:11056 msgid "Add Column" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10688 +#: ../src/richtext/richtextbuffer.cpp:10993 msgid "Add Row" msgstr "" @@ -1259,11 +1283,11 @@ msgid "Adding book %s" msgstr "S'està afegint el llibre %s" -#: ../src/osx/carbon/dataview.cpp:1933 +#: ../src/osx/carbon/dataview.cpp:1931 msgid "Adding flavor TEXT failed" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1954 +#: ../src/osx/carbon/dataview.cpp:1952 msgid "Adding flavor utxt failed" msgstr "" @@ -1293,16 +1317,16 @@ msgid "All" msgstr "Tot" -#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:89 +#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:107 #, fuzzy, c-format msgid "All files (%s)|%s" msgstr "Tots els fitxers (*)|*" -#: ../include/wx/defs.h:2922 +#: ../include/wx/defs.h:2933 msgid "All files (*)|*" msgstr "Tots els fitxers (*)|*" -#: ../include/wx/defs.h:2919 +#: ../include/wx/defs.h:2930 msgid "All files (*.*)|*.*" msgstr "Tots els fitxers (*.*) *.* " @@ -1341,8 +1365,7 @@ msgstr "" "Afegeix el registre al fitxer '%s' (escollir [No] sobrescriurà el fitxer)?" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:610 -#: ../src/osx/menu_osx.cpp:649 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:623 ../src/osx/menu_osx.cpp:631 #, fuzzy msgid "Application" msgstr "Seccions" @@ -1360,7 +1383,7 @@ msgid "Arabic (ISO-8859-6)" msgstr "Àrab (ISO-8859-6)" -#: ../src/msw/ole/automtn.cpp:661 +#: ../src/msw/ole/automtn.cpp:675 #, fuzzy, c-format msgid "Argument %u not found." msgstr "no s'ha trobat el fitxer de catàleg per al domini '%s'" @@ -1473,7 +1496,7 @@ msgstr "< &Enrere" #: ../src/richtext/richtextbackgroundpage.cpp:119 -#: ../src/richtext/richtextformatdlg.cpp:374 +#: ../src/richtext/richtextformatdlg.cpp:375 #, fuzzy msgid "Background" msgstr "Enrere" @@ -1482,7 +1505,7 @@ msgid "Background &colour:" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:406 +#: ../src/osx/carbon/fontdlg.cpp:390 msgid "Background colour" msgstr "" @@ -1503,22 +1526,22 @@ msgid "Bitmap" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2396 +#: ../src/osx/carbon/dataview.cpp:2394 msgid "Bitmap renderer cannot render value; value type: " msgstr "" #: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:337 -#: ../src/osx/carbon/fontdlg.cpp:540 ../src/common/stockitem.cpp:143 +#: ../src/osx/carbon/fontdlg.cpp:524 ../src/common/stockitem.cpp:143 msgid "Bold" msgstr "Negreta" -#: ../src/richtext/richtextborderspage.cpp:256 -#: ../src/richtext/richtextborderspage.cpp:389 +#: ../src/richtext/richtextborderspage.cpp:228 +#: ../src/richtext/richtextborderspage.cpp:386 #, fuzzy msgid "Border" msgstr "Modern" -#: ../src/richtext/richtextformatdlg.cpp:368 +#: ../src/richtext/richtextformatdlg.cpp:369 #, fuzzy msgid "Borders" msgstr "Modern" @@ -1531,7 +1554,7 @@ msgid "Bottom margin (mm):" msgstr "Marge inferior (mm):" -#: ../src/richtext/richtextbuffer.cpp:8919 +#: ../src/richtext/richtextbuffer.cpp:9026 #, fuzzy msgid "Box Properties" msgstr "&Previ" @@ -1554,7 +1577,7 @@ msgid "Bullet style" msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:342 +#: ../src/richtext/richtextformatdlg.cpp:343 msgid "Bullets" msgstr "" @@ -1646,7 +1669,7 @@ msgid "Can't create thread" msgstr "No es pot crear un fil" -#: ../src/msw/window.cpp:3793 +#: ../src/msw/window.cpp:3787 #, c-format msgid "Can't create window of class %s" msgstr "No es pot crear una finestra de la classe '%s'" @@ -1701,7 +1724,7 @@ msgid "Can't initialize zlib inflate stream." msgstr "No es pot començar a mostrar." -#: ../src/msw/fswatcher.cpp:432 +#: ../src/msw/fswatcher.cpp:456 #, c-format msgid "Can't monitor non-existent directory \"%s\" for changes." msgstr "" @@ -1772,11 +1795,11 @@ msgid "Cannot create mutex." msgstr "No es pot crear un fil" -#: ../src/osx/carbon/dataview.cpp:895 +#: ../src/osx/carbon/dataview.cpp:893 msgid "Cannot create new column's ID. Probably max. number of columns reached." msgstr "" -#: ../src/common/filefn.cpp:1336 +#: ../src/common/filefn.cpp:1335 #, c-format msgid "Cannot enumerate files '%s'" msgstr "No es pot enumerar els fitxers '%s'" @@ -1795,22 +1818,22 @@ msgid "Cannot find the location of address book file" msgstr "No es pot localitzar el fitxer del llibre d'adreces" -#: ../src/msw/ole/automtn.cpp:562 +#: ../src/msw/ole/automtn.cpp:565 #, fuzzy, c-format msgid "Cannot get an active instance of \"%s\"" msgstr "No es pot trobar connexió activa de marcatge directe: %s" -#: ../src/unix/threadpsx.cpp:1030 +#: ../src/unix/threadpsx.cpp:1035 #, c-format msgid "Cannot get priority range for scheduling policy %d." msgstr "" "No es pot obtenir un rang de prioritats per la política de planificació %d." -#: ../src/unix/utilsunx.cpp:988 +#: ../src/unix/utilsunx.cpp:998 msgid "Cannot get the hostname" msgstr "No es pot obtenir el nom d'hostatger" -#: ../src/unix/utilsunx.cpp:1024 +#: ../src/unix/utilsunx.cpp:1034 msgid "Cannot get the official hostname" msgstr "No es pot obtenir el nom oficial de l'hostatger" @@ -1885,12 +1908,12 @@ msgid "Cannot resume thread %lu" msgstr "No es pot enumerar els fitxers en el directori '%s'" -#: ../src/msw/thread.cpp:923 +#: ../src/msw/thread.cpp:918 #, fuzzy, c-format msgid "Cannot resume thread %lx" msgstr "No es pot enumerar els fitxers en el directori '%s'" -#: ../src/unix/threadpsx.cpp:1011 +#: ../src/unix/threadpsx.cpp:1016 msgid "Cannot retrieve thread scheduling policy." msgstr "No es pot recuperar la cadena de política de planificació." @@ -1908,12 +1931,12 @@ msgid "Cannot suspend thread %lu" msgstr "No es pot suspendre en fil %x" -#: ../src/msw/thread.cpp:907 +#: ../src/msw/thread.cpp:902 #, fuzzy, c-format msgid "Cannot suspend thread %lx" msgstr "No es pot suspendre en fil %x" -#: ../src/msw/thread.cpp:830 +#: ../src/msw/thread.cpp:825 msgid "Cannot wait for thread termination" msgstr "No es pot esperar per a l'acabament de cadena" @@ -1925,7 +1948,7 @@ msgid "Categorized Mode" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:9347 +#: ../src/richtext/richtextbuffer.cpp:9598 #, fuzzy msgid "Cell Properties" msgstr "&Previ" @@ -1971,21 +1994,21 @@ msgid "Ch&oose..." msgstr "&Tanca" -#: ../src/richtext/richtextbuffer.cpp:4041 +#: ../src/richtext/richtextbuffer.cpp:4107 msgid "Change List Style" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:3392 +#: ../src/richtext/richtextbuffer.cpp:3458 msgid "Change Object Style" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:3658 -#: ../src/richtext/richtextbuffer.cpp:7749 +#: ../src/richtext/richtextbuffer.cpp:3724 +#: ../src/richtext/richtextbuffer.cpp:7853 #, fuzzy msgid "Change Properties" msgstr "&Previ" -#: ../src/richtext/richtextbuffer.cpp:3209 +#: ../src/richtext/richtextbuffer.cpp:3275 msgid "Change Style" msgstr "" @@ -2012,6 +2035,13 @@ msgid "Check to add a right parenthesis." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:381 +#: ../src/richtext/richtextborderspage.cpp:383 +#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:552 +msgid "Check to edit all borders simultaneously." +msgstr "" + #: ../src/richtext/richtextliststylepage.cpp:231 #: ../src/richtext/richtextliststylepage.cpp:233 #: ../src/richtext/richtextbulletspage.cpp:181 @@ -2019,15 +2049,15 @@ msgid "Check to enclose the bullet in parentheses." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 +#: ../src/osx/carbon/fontdlg.cpp:526 ../src/osx/carbon/fontdlg.cpp:528 msgid "Check to make the font bold." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:549 ../src/osx/carbon/fontdlg.cpp:551 +#: ../src/osx/carbon/fontdlg.cpp:533 ../src/osx/carbon/fontdlg.cpp:535 msgid "Check to make the font italic." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:558 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 msgid "Check to make the font underlined." msgstr "" @@ -2065,12 +2095,12 @@ msgid "Choose ISP to dial" msgstr "Trieu l'ISP a trucar" -#: ../src/propgrid/props.cpp:1643 +#: ../src/propgrid/props.cpp:1653 #, fuzzy msgid "Choose a directory:" msgstr "Crea directori" -#: ../src/propgrid/props.cpp:1702 +#: ../src/propgrid/props.cpp:1712 #, fuzzy msgid "Choose a file" msgstr "Trieu la font" @@ -2094,7 +2124,7 @@ msgid "Cl&ose" msgstr "&Tanca" -#: ../src/msw/ole/automtn.cpp:673 +#: ../src/msw/ole/automtn.cpp:687 #, fuzzy msgid "Class not registered." msgstr "No es pot crear un fil" @@ -2120,7 +2150,7 @@ msgid "Click to browse for a symbol." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:589 ../src/osx/carbon/fontdlg.cpp:591 +#: ../src/osx/carbon/fontdlg.cpp:573 ../src/osx/carbon/fontdlg.cpp:575 msgid "Click to cancel changes to the font." msgstr "" @@ -2128,7 +2158,7 @@ msgid "Click to cancel the font selection." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:570 ../src/osx/carbon/fontdlg.cpp:572 +#: ../src/osx/carbon/fontdlg.cpp:554 ../src/osx/carbon/fontdlg.cpp:556 msgid "Click to change the font colour." msgstr "" @@ -2153,7 +2183,7 @@ msgid "Click to close this window." msgstr "Tanca aquesta finestra" -#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:598 +#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 msgid "Click to confirm changes to the font." msgstr "" @@ -2237,7 +2267,7 @@ msgid "Color" msgstr "Trieu la font" -#: ../src/richtext/richtextformatdlg.cpp:725 +#: ../src/richtext/richtextformatdlg.cpp:761 #, fuzzy msgid "Colour" msgstr "Trieu la font" @@ -2247,29 +2277,29 @@ msgid "Colour selection dialog failed with error %0lx." msgstr "L'execució de l'ordre '%s' ha fallit." -#: ../src/osx/carbon/fontdlg.cpp:566 +#: ../src/osx/carbon/fontdlg.cpp:550 msgid "Colour:" msgstr "" -#: ../src/osx/carbon/dataview.cpp:900 +#: ../src/osx/carbon/dataview.cpp:898 #, fuzzy msgid "Column could not be added." msgstr "No s'ha pogut carregar el fitxer." -#: ../src/osx/carbon/dataview.cpp:899 +#: ../src/osx/carbon/dataview.cpp:897 msgid "Column description could not be initialized." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1538 ../src/osx/carbon/dataview.cpp:1559 +#: ../src/osx/carbon/dataview.cpp:1536 ../src/osx/carbon/dataview.cpp:1557 #, fuzzy msgid "Column index not found." msgstr "no s'ha trobat el fitxer de catàleg per al domini '%s'" -#: ../src/osx/carbon/dataview.cpp:1614 +#: ../src/osx/carbon/dataview.cpp:1612 msgid "Column width could not be determined" msgstr "" -#: ../src/osx/carbon/dataview.cpp:901 +#: ../src/osx/carbon/dataview.cpp:899 msgid "Column width could not be set." msgstr "" @@ -2285,7 +2315,7 @@ msgid "Common dialog failed with error code %0lx." msgstr "L'execució de l'ordre '%s' ha fallit." -#: ../src/gtk/window.cpp:4306 +#: ../src/gtk/window.cpp:4357 msgid "" "Compositing not supported by this system, please enable it in your Window " "Manager." @@ -2308,11 +2338,11 @@ msgid "Confirm" msgstr "Confirma" -#: ../src/msw/mimetype.cpp:739 +#: ../src/msw/mimetype.cpp:744 msgid "Confirm registry update" msgstr "Confirmeu l'actualització del registre" -#: ../src/html/htmlwin.cpp:544 +#: ../src/html/htmlwin.cpp:547 msgid "Connecting..." msgstr "S'està connectant" @@ -2320,7 +2350,7 @@ msgid "Contents" msgstr "Contingut" -#: ../src/common/strconv.cpp:2261 +#: ../src/common/strconv.cpp:2271 #, c-format msgid "Conversion to charset '%s' doesn't work." msgstr "La conversió al joc de caràcters '%s' no funciona." @@ -2330,7 +2360,7 @@ msgid "Convert" msgstr "Contingut" -#: ../src/html/htmlwin.cpp:1057 +#: ../src/html/htmlwin.cpp:1060 #, fuzzy, c-format msgid "Copied to clipboard:\"%s\"" msgstr "No s'ha pogut fixar les dades del porta-retalls" @@ -2354,21 +2384,21 @@ msgid "Could not create temporary file '%s'" msgstr "no es pot extreure el fitxer temporal '%s'" -#: ../src/osx/carbon/dataview.cpp:1285 ../src/osx/carbon/dataview.cpp:1672 +#: ../src/osx/carbon/dataview.cpp:1283 ../src/osx/carbon/dataview.cpp:1670 #, fuzzy msgid "Could not determine column index." msgstr "No s'ha pogut iniciar la previsualització del document." -#: ../src/osx/carbon/dataview.cpp:876 +#: ../src/osx/carbon/dataview.cpp:874 msgid "Could not determine column's position" msgstr "" -#: ../src/osx/carbon/dataview.cpp:843 +#: ../src/osx/carbon/dataview.cpp:841 #, fuzzy msgid "Could not determine number of columns." msgstr "No es pot trobar el fitxer d'inclusió de recursos %s." -#: ../src/osx/carbon/dataview.cpp:975 +#: ../src/osx/carbon/dataview.cpp:973 #, fuzzy msgid "Could not determine number of items" msgstr "No es pot trobar el fitxer d'inclusió de recursos %s." @@ -2382,24 +2412,24 @@ msgid "Could not find tab for id" msgstr "No es pot trobar la pestanya per a id" -#: ../src/osx/carbon/dataview.cpp:2556 ../src/osx/carbon/dataview.cpp:2591 -#: ../src/osx/carbon/dataview.cpp:2615 ../src/osx/carbon/dataview.cpp:2636 -#: ../src/osx/carbon/dataview.cpp:2773 +#: ../src/osx/carbon/dataview.cpp:2554 ../src/osx/carbon/dataview.cpp:2589 +#: ../src/osx/carbon/dataview.cpp:2613 ../src/osx/carbon/dataview.cpp:2634 +#: ../src/osx/carbon/dataview.cpp:2771 #, fuzzy msgid "Could not get header description." msgstr "No s'ha pogut iniciar la impressió" -#: ../src/osx/carbon/dataview.cpp:1169 ../src/osx/carbon/dataview.cpp:1195 +#: ../src/osx/carbon/dataview.cpp:1167 ../src/osx/carbon/dataview.cpp:1193 #, fuzzy msgid "Could not get items." msgstr "No es pot obrir el fitxer '%s'." -#: ../src/osx/carbon/dataview.cpp:2659 ../src/osx/carbon/dataview.cpp:2724 +#: ../src/osx/carbon/dataview.cpp:2657 ../src/osx/carbon/dataview.cpp:2722 #, fuzzy msgid "Could not get property flags." msgstr "no es pot extreure el fitxer temporal '%s'" -#: ../src/osx/carbon/dataview.cpp:726 +#: ../src/osx/carbon/dataview.cpp:724 #, fuzzy msgid "Could not get selected items." msgstr "No es pot obrir el fitxer '%s'." @@ -2409,52 +2439,52 @@ msgid "Could not locate file '%s'." msgstr "No es pot obrir el fitxer '%s'." -#: ../src/osx/carbon/dataview.cpp:845 +#: ../src/osx/carbon/dataview.cpp:843 #, fuzzy msgid "Could not remove column." msgstr "No s'ha pogut crear un cursor." -#: ../src/osx/carbon/dataview.cpp:642 +#: ../src/osx/carbon/dataview.cpp:640 #, fuzzy msgid "Could not retrieve number of items" msgstr "no es pot extreure el fitxer temporal '%s'" -#: ../src/osx/carbon/dataview.cpp:2572 +#: ../src/osx/carbon/dataview.cpp:2570 #, fuzzy msgid "Could not set alignment." msgstr "No s'ha pogut iniciar la impressió" -#: ../src/osx/carbon/dataview.cpp:2803 +#: ../src/osx/carbon/dataview.cpp:2801 #, fuzzy msgid "Could not set column width." msgstr "No s'ha pogut iniciar la previsualització del document." -#: ../src/common/filefn.cpp:1569 +#: ../src/common/filefn.cpp:1568 #, fuzzy msgid "Could not set current working directory" msgstr "No s'ha pogut obtenir el directori en funcionament" -#: ../src/osx/carbon/dataview.cpp:2775 +#: ../src/osx/carbon/dataview.cpp:2773 #, fuzzy msgid "Could not set header description." msgstr "No s'ha pogut iniciar la impressió" -#: ../src/osx/carbon/dataview.cpp:2596 +#: ../src/osx/carbon/dataview.cpp:2594 #, fuzzy msgid "Could not set icon." msgstr "No s'ha pogut iniciar la impressió" -#: ../src/osx/carbon/dataview.cpp:2617 +#: ../src/osx/carbon/dataview.cpp:2615 #, fuzzy msgid "Could not set maximum width." msgstr "No s'ha pogut iniciar la impressió" -#: ../src/osx/carbon/dataview.cpp:2638 +#: ../src/osx/carbon/dataview.cpp:2636 #, fuzzy msgid "Could not set minimum width." msgstr "No s'ha pogut iniciar la impressió" -#: ../src/osx/carbon/dataview.cpp:2664 ../src/osx/carbon/dataview.cpp:2729 +#: ../src/osx/carbon/dataview.cpp:2662 ../src/osx/carbon/dataview.cpp:2727 #, fuzzy msgid "Could not set property flags." msgstr "No s'ha pogut iniciar la impressió" @@ -2477,8 +2507,8 @@ msgid "Couldn't acquire a mutex lock" msgstr "No s'ha pogut crear un temporitzador" -#: ../src/msw/imaglist.cpp:166 ../src/msw/imaglist.cpp:197 -#: ../src/msw/imaglist.cpp:209 ../src/msw/dragimag.cpp:193 +#: ../src/msw/imaglist.cpp:189 ../src/msw/imaglist.cpp:226 +#: ../src/msw/imaglist.cpp:238 ../src/msw/dragimag.cpp:193 #: ../src/msw/dragimag.cpp:232 msgid "Couldn't add an image to the image list." msgstr "No s'ha pogut afegir una imatge al llistat d'imatges." @@ -2502,11 +2532,11 @@ msgid "Couldn't find symbol '%s' in a dynamic library" msgstr "No s'ha pogut trobar el símbol '%s' en una llibreria dinàmica" -#: ../src/gtk/print.cpp:2014 +#: ../src/gtk/print.cpp:2010 msgid "Couldn't get hatch style from wxBrush." msgstr "" -#: ../src/msw/thread.cpp:950 +#: ../src/msw/thread.cpp:945 msgid "Couldn't get the current thread pointer" msgstr "No es pot obtenir l'actual cadena de punter" @@ -2541,7 +2571,7 @@ msgid "Couldn't open audio: %s" msgstr "No es pot obrir el fitxer '%s'" -#: ../src/msw/ole/dataobj.cpp:350 +#: ../src/msw/ole/dataobj.cpp:377 #, c-format msgid "Couldn't register clipboard format '%s'." msgstr "No s'ha pogut registrar el format '%s' del porta-retalls." @@ -2584,8 +2614,8 @@ msgid "Ctrl+" msgstr "control" -#: ../src/richtext/richtextctrl.cpp:325 ../src/osx/textctrl_osx.cpp:582 -#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2283 +#: ../src/richtext/richtextctrl.cpp:331 ../src/osx/textctrl_osx.cpp:582 +#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2334 msgid "Cu&t" msgstr "Re&talla" @@ -2637,24 +2667,24 @@ msgid "DELETE" msgstr "" -#: ../src/common/imagbmp.cpp:1092 +#: ../src/common/imagbmp.cpp:1096 msgid "DIB Header: Encoding doesn't match bitdepth." msgstr "" "Capçalera DIB: la codificació no coincideix amb la profunditat de bits." -#: ../src/common/imagbmp.cpp:1040 +#: ../src/common/imagbmp.cpp:1044 msgid "DIB Header: Image height > 32767 pixels for file." msgstr "Capçalera DIB: Imatge amb alçada > 32767 píxels per fitxer." -#: ../src/common/imagbmp.cpp:1032 +#: ../src/common/imagbmp.cpp:1036 msgid "DIB Header: Image width > 32767 pixels for file." msgstr "Capçalera DIB: Imatge amb amplada > 32767 píxels per fitxer." -#: ../src/common/imagbmp.cpp:1060 +#: ../src/common/imagbmp.cpp:1064 msgid "DIB Header: Unknown bitdepth in file." msgstr "Capçalera DIB: profunditat de bits desconeguda en el fitxer." -#: ../src/common/imagbmp.cpp:1074 +#: ../src/common/imagbmp.cpp:1078 msgid "DIB Header: Unknown encoding in file." msgstr "Capçalera DIB: codificació desconeguda en el fitxer." @@ -2671,16 +2701,16 @@ msgid "DOWN" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:545 +#: ../src/richtext/richtextborderspage.cpp:567 #, fuzzy msgid "Dashed" msgstr "Data" -#: ../src/osx/carbon/dataview.cpp:1921 +#: ../src/osx/carbon/dataview.cpp:1919 msgid "Data object has invalid data format" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2491 +#: ../src/osx/carbon/dataview.cpp:2489 msgid "Date renderer cannot render value; value type: " msgstr "" @@ -2716,7 +2746,7 @@ msgid "Default printer" msgstr "Codificació predeterminada" -#: ../src/richtext/richtextbuffer.cpp:7841 ../src/common/stockitem.cpp:152 +#: ../src/richtext/richtextbuffer.cpp:7945 ../src/common/stockitem.cpp:152 #: ../src/stc/stc_i18n.cpp:20 #, fuzzy msgid "Delete" @@ -2727,22 +2757,22 @@ msgid "Delete A&ll" msgstr "Selecciona-ho &tot" -#: ../src/richtext/richtextbuffer.cpp:10637 +#: ../src/richtext/richtextbuffer.cpp:10942 #, fuzzy msgid "Delete Column" msgstr "Seccions" -#: ../src/richtext/richtextbuffer.cpp:10587 +#: ../src/richtext/richtextbuffer.cpp:10892 #, fuzzy msgid "Delete Row" msgstr "&Elimina" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, fuzzy msgid "Delete Style" msgstr "&Elimina" -#: ../src/richtext/richtextctrl.cpp:1231 ../src/richtext/richtextctrl.cpp:1452 +#: ../src/richtext/richtextctrl.cpp:1300 ../src/richtext/richtextctrl.cpp:1538 #, fuzzy msgid "Delete Text" msgstr "&Elimina" @@ -2757,12 +2787,12 @@ msgid "Delete selection" msgstr "Seccions" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, fuzzy, c-format msgid "Delete style %s?" msgstr "&Elimina" -#: ../src/unix/snglinst.cpp:295 +#: ../src/unix/snglinst.cpp:301 #, c-format msgid "Deleted stale lock file '%s'." msgstr "S'ha eliminat el fitxer antic de bloqueig '%s'." @@ -2812,12 +2842,12 @@ msgid "Directories" msgstr "Decoratiu" -#: ../src/common/filefn.cpp:1251 +#: ../src/common/filefn.cpp:1250 #, c-format msgid "Directory '%s' couldn't be created" msgstr "No s'ha pogut crear el directori '%s'" -#: ../src/common/filefn.cpp:1271 +#: ../src/common/filefn.cpp:1270 #, fuzzy, c-format msgid "Directory '%s' couldn't be deleted" msgstr "No s'ha pogut crear el directori '%s'" @@ -2851,7 +2881,7 @@ msgid "Displays help as you browse the books on the left." msgstr "" -#: ../src/msw/mimetype.cpp:732 +#: ../src/msw/mimetype.cpp:737 msgid "" "Do you want to overwrite the command used to %s files with extension \"%s" "\" ?\n" @@ -2884,11 +2914,11 @@ msgid "Documentation writers" msgstr "" -#: ../src/common/sizer.cpp:2680 +#: ../src/common/sizer.cpp:2704 msgid "Don't Save" msgstr "" -#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:611 +#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:614 msgid "Done" msgstr "Fet" @@ -2896,12 +2926,12 @@ msgid "Done." msgstr "Fet." -#: ../src/richtext/richtextborderspage.cpp:544 +#: ../src/richtext/richtextborderspage.cpp:566 #, fuzzy msgid "Dotted" msgstr "Fet" -#: ../src/richtext/richtextborderspage.cpp:546 +#: ../src/richtext/richtextborderspage.cpp:568 #, fuzzy msgid "Double" msgstr "Fet" @@ -2919,7 +2949,7 @@ msgid "Down" msgstr "Avall" -#: ../src/richtext/richtextctrl.cpp:814 +#: ../src/richtext/richtextctrl.cpp:842 msgid "Drag" msgstr "" @@ -2935,7 +2965,7 @@ msgid "ENTER" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:535 +#: ../src/unix/fswatcher_inotify.cpp:548 #, fuzzy msgid "EOF while reading from inotify descriptor" msgstr "no es pot llegir des del fitxer descriptor %s" @@ -3005,23 +3035,23 @@ msgid "Enables a background colour." msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:931 +#: ../src/richtext/richtextstyledlg.cpp:934 msgid "Enter a box style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:603 +#: ../src/richtext/richtextstyledlg.cpp:606 msgid "Enter a character style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:817 +#: ../src/richtext/richtextstyledlg.cpp:820 msgid "Enter a list style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:890 +#: ../src/richtext/richtextstyledlg.cpp:893 msgid "Enter a new style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:651 +#: ../src/richtext/richtextstyledlg.cpp:654 msgid "Enter a paragraph style name" msgstr "" @@ -3070,12 +3100,12 @@ msgid "Error creating directory" msgstr "Error en crear directori" -#: ../src/common/imagbmp.cpp:1103 +#: ../src/common/imagbmp.cpp:1107 #, fuzzy msgid "Error in reading image DIB." msgstr "Error en llegir imatge DIB" -#: ../src/propgrid/propgrid.cpp:6563 +#: ../src/propgrid/propgrid.cpp:6565 #, c-format msgid "Error in resource: %s" msgstr "" @@ -3108,10 +3138,6 @@ msgid "Estimated time:" msgstr "Temps estimat:" -#: ../src/unix/fswatcher_inotify.cpp:639 -msgid "Event queue overflowed" -msgstr "" - #: ../src/generic/dbgrptg.cpp:234 #, fuzzy msgid "Executable files (*.exe)|*.exe|" @@ -3121,7 +3147,7 @@ msgid "Execute" msgstr "" -#: ../src/msw/utilsexc.cpp:888 +#: ../src/msw/utilsexc.cpp:887 #, c-format msgid "Execution of command '%s' failed" msgstr "L'execució de l'ordre '%s' ha fallit." @@ -3178,7 +3204,7 @@ msgid "Failed to allocate colour for OpenGL" msgstr "No s'ha pogut crear una barra d'estat." -#: ../src/unix/displayx11.cpp:288 +#: ../src/unix/displayx11.cpp:292 #, fuzzy msgid "Failed to change video mode" msgstr "No s'ha pogut tancar el manegador de fitxers" @@ -3197,7 +3223,7 @@ msgid "Failed to close file handle" msgstr "No s'ha pogut tancar el manegador de fitxers" -#: ../src/unix/snglinst.cpp:334 +#: ../src/unix/snglinst.cpp:340 #, c-format msgid "Failed to close lock file '%s'" msgstr "No s'ha pogut tancar el fitxer de bloqueig '%s'" @@ -3254,19 +3280,19 @@ msgid "Failed to create DDE string" msgstr "No s'ha pogut crear una cadena DDE" -#: ../src/msw/mdi.cpp:590 +#: ../src/msw/mdi.cpp:594 msgid "Failed to create MDI parent frame." msgstr "No s'ha pogut crear un marc MDI principal." -#: ../src/common/filename.cpp:1080 +#: ../src/common/filename.cpp:1086 msgid "Failed to create a temporary file name" msgstr "No s'ha pogut crear un nom d'arxiu temporal" -#: ../src/msw/utilsexc.cpp:235 +#: ../src/msw/utilsexc.cpp:234 msgid "Failed to create an anonymous pipe" msgstr "Creació fallida d'un conducte anònim." -#: ../src/msw/ole/automtn.cpp:522 +#: ../src/msw/ole/automtn.cpp:525 #, fuzzy, c-format msgid "Failed to create an instance of \"%s\"" msgstr "No s'ha pogut crear un directori %s/.gnome." @@ -3326,7 +3352,7 @@ msgid "Failed to empty the clipboard." msgstr "No s'ha pogut buidar el porta-retalls" -#: ../src/unix/displayx11.cpp:265 +#: ../src/unix/displayx11.cpp:266 #, fuzzy msgid "Failed to enumerate video modes" msgstr "No s'ha pogut crear un directori %s/.gnome." @@ -3349,7 +3375,7 @@ msgid "Failed to execute curl, please install it in PATH." msgstr "" -#: ../src/msw/ole/automtn.cpp:505 +#: ../src/msw/ole/automtn.cpp:508 #, fuzzy, c-format msgid "Failed to find CLSID of \"%s\"" msgstr "No s'ha pogut obrir '%s' per %s" @@ -3364,7 +3390,7 @@ msgid "Failed to get ISP names: %s" msgstr "No s'han pogut obtenir els noms ISP: %s" -#: ../src/msw/ole/automtn.cpp:574 +#: ../src/msw/ole/automtn.cpp:577 #, fuzzy, c-format msgid "Failed to get OLE automation interface for \"%s\"" msgstr "No s'ha pogut crear un directori %s/.gnome." @@ -3377,7 +3403,7 @@ msgid "Failed to get the local system time" msgstr "No s'ha pogut obtenir l'horari local del sistema" -#: ../src/common/filefn.cpp:1453 +#: ../src/common/filefn.cpp:1452 msgid "Failed to get the working directory" msgstr "No s'ha pogut obtenir el directori en funcionament" @@ -3399,7 +3425,7 @@ msgid "Failed to initiate dialup connection: %s" msgstr "No s'ha pogut acabar la connexió de marcatge directe: %s" -#: ../src/gtk/textctrl.cpp:1117 +#: ../src/gtk/textctrl.cpp:1129 #, fuzzy msgid "Failed to insert text in the control." msgstr "No s'ha pogut obtenir el directori en funcionament" @@ -3414,7 +3440,7 @@ msgid "Failed to install signal handler" msgstr "No s'ha pogut tancar el manegador de fitxers" -#: ../src/unix/threadpsx.cpp:1162 +#: ../src/unix/threadpsx.cpp:1167 msgid "" "Failed to join a thread, potential memory leak detected - please restart the " "program" @@ -3486,7 +3512,7 @@ msgid "Failed to modify descriptor %d in epoll descriptor %d" msgstr "" -#: ../src/common/filename.cpp:2681 +#: ../src/common/filename.cpp:2687 #, c-format msgid "Failed to modify file times for '%s'" msgstr "No s'ha pogut modificar les hores de fitxer de '%s'" @@ -3510,7 +3536,7 @@ msgid "Failed to open CHM archive '%s'." msgstr "No s'ha pogut obrir '%s' per %s" -#: ../src/common/utilscmn.cpp:1135 +#: ../src/common/utilscmn.cpp:1142 #, fuzzy, c-format msgid "Failed to open URL \"%s\" in default browser." msgstr "No s'ha pogut obrir '%s' per %s" @@ -3525,7 +3551,7 @@ msgid "Failed to open display \"%s\"." msgstr "No s'ha pogut obrir '%s' per %s" -#: ../src/common/filename.cpp:1115 +#: ../src/common/filename.cpp:1121 msgid "Failed to open temporary file." msgstr "No s'ha pogut obrir un fitxer temporal" @@ -3575,7 +3601,7 @@ msgid "Failed to redirect child process input/output" msgstr "No s'ha pogut redireccionar el procés fill d'entrada/sortida" -#: ../src/msw/utilsexc.cpp:697 +#: ../src/msw/utilsexc.cpp:696 msgid "Failed to redirect the child process IO" msgstr "No s'ha pogut redireccionar el procés fill d'IO" @@ -3594,7 +3620,7 @@ msgid "Failed to remove debug report file \"%s\"" msgstr "És impossible d'eliminar el fitxer de blocatge '%s'" -#: ../src/unix/snglinst.cpp:322 +#: ../src/unix/snglinst.cpp:328 #, c-format msgid "Failed to remove lock file '%s'" msgstr "És impossible d'eliminar el fitxer de blocatge '%s'" @@ -3625,7 +3651,7 @@ msgid "Failed to retrieve data from the clipboard." msgstr "No s'ha pogut recuperar les dades del porta-retalls." -#: ../src/common/filename.cpp:2777 +#: ../src/common/filename.cpp:2783 #, c-format msgid "Failed to retrieve file times for '%s'" msgstr "No s'ha pogut recuperar les hores de fitxer de '%s'" @@ -3675,22 +3701,22 @@ msgid "Failed to set temporary file permissions" msgstr "No s'ha pogut fixar els permisos de fitxer temporals." -#: ../src/gtk/textctrl.cpp:1058 +#: ../src/gtk/textctrl.cpp:1070 #, fuzzy msgid "Failed to set text in the text control." msgstr "No s'ha pogut obtenir el temps UTC del sistema." -#: ../src/unix/threadpsx.cpp:1293 +#: ../src/unix/threadpsx.cpp:1298 #, fuzzy, c-format msgid "Failed to set thread concurrency level to %lu" msgstr "No s'ha pogut establir la prioritat de la cadena %d" -#: ../src/unix/threadpsx.cpp:1377 ../src/unix/threadpsx.cpp:1387 +#: ../src/unix/threadpsx.cpp:1382 ../src/unix/threadpsx.cpp:1392 #, c-format msgid "Failed to set thread priority %d." msgstr "No s'ha pogut establir la prioritat de la cadena %d" -#: ../src/unix/utilsunx.cpp:791 +#: ../src/unix/utilsunx.cpp:801 msgid "Failed to set up non-blocking pipe, the program might hang." msgstr "" @@ -3707,7 +3733,7 @@ msgid "Failed to switch wake up pipe to non-blocking mode" msgstr "" -#: ../src/unix/threadpsx.cpp:1569 +#: ../src/unix/threadpsx.cpp:1574 msgid "Failed to terminate a thread." msgstr "No s'ha pogut acabar una cadena." @@ -3720,12 +3746,12 @@ msgid "Failed to terminate the dialup connection: %s" msgstr "No s'ha pogut acabar la connexió de marcatge directe: %s" -#: ../src/common/filename.cpp:2696 +#: ../src/common/filename.cpp:2702 #, c-format msgid "Failed to touch the file '%s'" msgstr "No s'ha pogut posar en contacte amb el fitxer '%s'" -#: ../src/unix/snglinst.cpp:328 +#: ../src/unix/snglinst.cpp:334 #, c-format msgid "Failed to unlock lock file '%s'" msgstr "No s'ha pogut desbloquejar el fitxer de bloqueig '%s'" @@ -3796,7 +3822,7 @@ "El fitxer '%s' ja existeix,\n" "Desitgeu substituir-lo?" -#: ../src/common/filefn.cpp:1207 +#: ../src/common/filefn.cpp:1206 #, fuzzy, c-format msgid "File '%s' couldn't be removed" msgstr "No s'ha pogut crear el directori '%s'" @@ -3806,11 +3832,11 @@ msgid "File '%s' couldn't be renamed '%s'" msgstr "No s'ha pogut crear el directori '%s'" -#: ../src/richtext/richtextctrl.cpp:2688 ../src/common/textcmn.cpp:921 +#: ../src/richtext/richtextctrl.cpp:2774 ../src/common/textcmn.cpp:935 msgid "File couldn't be loaded." msgstr "No s'ha pogut carregar el fitxer." -#: ../src/msw/filedlg.cpp:458 +#: ../src/msw/filedlg.cpp:462 #, fuzzy, c-format msgid "File dialog failed with error code %0lx." msgstr "L'execució de l'ordre '%s' ha fallit." @@ -3828,7 +3854,7 @@ msgid "Files" msgstr "&Mida" -#: ../src/common/filefn.cpp:1761 +#: ../src/common/filefn.cpp:1760 #, fuzzy, c-format msgid "Files (%s)" msgstr "Fitxers (%s)|%s" @@ -3878,7 +3904,7 @@ msgid "Folio, 8 1/2 x 13 in" msgstr "Foli, 8 1/2 x 13 polzades" -#: ../src/richtext/richtextformatdlg.cpp:324 ../src/osx/carbon/fontdlg.cpp:473 +#: ../src/richtext/richtextformatdlg.cpp:325 ../src/osx/carbon/fontdlg.cpp:457 #: ../src/common/stockitem.cpp:194 msgid "Font" msgstr "" @@ -3897,7 +3923,7 @@ msgid "Font st&yle:" msgstr "Mida de la font:" -#: ../src/osx/carbon/fontdlg.cpp:515 +#: ../src/osx/carbon/fontdlg.cpp:499 #, fuzzy msgid "Font:" msgstr "Mida de la font:" @@ -3949,7 +3975,7 @@ msgid "GIF: unknown error!!!" msgstr "GIF: error desconegut!!!" -#: ../src/gtk/window.cpp:4288 +#: ../src/gtk/window.cpp:4339 msgid "" "GTK+ installed on this machine is too old to support screen compositing, " "please install GTK+ 2.12 or later." @@ -4016,7 +4042,7 @@ msgid "Greek (ISO-8859-7)" msgstr "Grec (ISO-8859-7)" -#: ../src/richtext/richtextborderspage.cpp:547 +#: ../src/richtext/richtextborderspage.cpp:569 msgid "Groove" msgstr "" @@ -4036,7 +4062,7 @@ msgid "HTML Help Project (*.hhp)|*.hhp|" msgstr "" -#: ../src/html/htmlwin.cpp:659 +#: ../src/html/htmlwin.cpp:662 #, fuzzy, c-format msgid "HTML anchor %s does not exist." msgstr "L'ancoratge de l'HTML no existeix." @@ -4095,16 +4121,16 @@ msgid "Help: %s" msgstr "Ajuda: %s" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:649 +#: ../src/osx/menu_osx.cpp:623 #, fuzzy, c-format msgid "Hide %s" msgstr "Ajuda: %s" -#: ../src/osx/menu_osx.cpp:604 ../src/osx/menu_osx.cpp:651 +#: ../src/osx/menu_osx.cpp:625 msgid "Hide Others" msgstr "" -#: ../src/generic/infobar.cpp:85 +#: ../src/generic/infobar.cpp:84 msgid "Hide this notification message." msgstr "" @@ -4123,26 +4149,26 @@ msgid "How the object will float relative to the text." msgstr "" -#: ../src/common/imagbmp.cpp:1118 +#: ../src/common/imagbmp.cpp:1122 msgid "ICO: Error in reading mask DIB." msgstr "ICO: Error en llegir la màscara DIB." -#: ../src/common/imagbmp.cpp:1233 ../src/common/imagbmp.cpp:1294 -#: ../src/common/imagbmp.cpp:1305 ../src/common/imagbmp.cpp:1318 -#: ../src/common/imagbmp.cpp:1363 ../src/common/imagbmp.cpp:1375 -#: ../src/common/imagbmp.cpp:1386 +#: ../src/common/imagbmp.cpp:1237 ../src/common/imagbmp.cpp:1298 +#: ../src/common/imagbmp.cpp:1309 ../src/common/imagbmp.cpp:1322 +#: ../src/common/imagbmp.cpp:1367 ../src/common/imagbmp.cpp:1379 +#: ../src/common/imagbmp.cpp:1390 msgid "ICO: Error writing the image file!" msgstr "ICO: Error en llegir el fitxer d'imatge!" -#: ../src/common/imagbmp.cpp:1198 +#: ../src/common/imagbmp.cpp:1202 msgid "ICO: Image too tall for an icon." msgstr "ICO: Imatge massa llarga per a una icona." -#: ../src/common/imagbmp.cpp:1206 +#: ../src/common/imagbmp.cpp:1210 msgid "ICO: Image too wide for an icon." msgstr "ICO:Imatge massa ampla per poder ser una icona." -#: ../src/common/imagbmp.cpp:1466 +#: ../src/common/imagbmp.cpp:1470 msgid "ICO: Invalid icon index." msgstr "ICO: Ãndex d'icones invàlid" @@ -4174,7 +4200,7 @@ msgid "ISO-2022-JP" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2420 +#: ../src/osx/carbon/dataview.cpp:2418 msgid "Icon & text renderer cannot render value; value type: " msgstr "" @@ -4238,7 +4264,7 @@ msgid "Image is not of type %s." msgstr "El fitxer d'imatge no és del tipus %d." -#: ../src/msw/textctrl.cpp:399 +#: ../src/msw/textctrl.cpp:413 msgid "" "Impossible to create a rich edit control, using simple text control instead. " "Please reinstall riched32.dll" @@ -4270,7 +4296,7 @@ msgid "Incorrect GIF frame size (%u, %d) for the frame #%u" msgstr "" -#: ../src/msw/ole/automtn.cpp:624 +#: ../src/msw/ole/automtn.cpp:638 msgid "Incorrect number of arguments." msgstr "" @@ -4279,7 +4305,7 @@ msgid "Indent" msgstr "Ãndex" -#: ../src/richtext/richtextformatdlg.cpp:330 +#: ../src/richtext/richtextformatdlg.cpp:331 msgid "Indents && Spacing" msgstr "" @@ -4304,25 +4330,25 @@ msgid "Insert" msgstr "Ãndex" -#: ../src/richtext/richtextbuffer.cpp:7687 +#: ../src/richtext/richtextbuffer.cpp:7791 #, fuzzy msgid "Insert Field" msgstr "Ãndex" -#: ../src/richtext/richtextbuffer.cpp:7598 -#: ../src/richtext/richtextbuffer.cpp:8551 +#: ../src/richtext/richtextbuffer.cpp:7702 +#: ../src/richtext/richtextbuffer.cpp:8655 msgid "Insert Image" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:7645 +#: ../src/richtext/richtextbuffer.cpp:7749 #, fuzzy msgid "Insert Object" msgstr "Ãndex" -#: ../src/richtext/richtextctrl.cpp:1172 ../src/richtext/richtextctrl.cpp:1362 -#: ../src/richtext/richtextbuffer.cpp:7440 -#: ../src/richtext/richtextbuffer.cpp:7470 -#: ../src/richtext/richtextbuffer.cpp:7514 +#: ../src/richtext/richtextctrl.cpp:1241 ../src/richtext/richtextctrl.cpp:1448 +#: ../src/richtext/richtextbuffer.cpp:7544 +#: ../src/richtext/richtextbuffer.cpp:7574 +#: ../src/richtext/richtextbuffer.cpp:7618 msgid "Insert Text" msgstr "" @@ -4331,7 +4357,7 @@ msgid "Inserts a page break before the paragraph." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:549 +#: ../src/richtext/richtextborderspage.cpp:571 #, fuzzy msgid "Inset" msgstr "Ãndex" @@ -4345,7 +4371,7 @@ msgid "Invalid TIFF image index." msgstr "Index d'imatge TIFF invàlid" -#: ../src/osx/carbon/dataview.cpp:1782 ../src/osx/carbon/dataview.cpp:1877 +#: ../src/osx/carbon/dataview.cpp:1780 ../src/osx/carbon/dataview.cpp:1875 msgid "Invalid data view item" msgstr "" @@ -4359,12 +4385,12 @@ msgid "Invalid geometry specification '%s'" msgstr "Especificació geomètrica invàlida '%s'" -#: ../src/unix/fswatcher_inotify.cpp:298 +#: ../src/unix/fswatcher_inotify.cpp:311 #, c-format msgid "Invalid inotify event for \"%s\"" msgstr "" -#: ../src/unix/snglinst.cpp:306 +#: ../src/unix/snglinst.cpp:312 #, c-format msgid "Invalid lock file '%s'." msgstr "Fitxer de bloqueig '%s' invàlid." @@ -4393,7 +4419,7 @@ msgstr "" #: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:333 -#: ../src/osx/carbon/fontdlg.cpp:547 ../src/common/stockitem.cpp:168 +#: ../src/osx/carbon/fontdlg.cpp:531 ../src/common/stockitem.cpp:168 msgid "Italic" msgstr "Cursiva" @@ -4702,7 +4728,7 @@ msgid "Link contained '//', converted to absolute link." msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:349 +#: ../src/richtext/richtextformatdlg.cpp:350 msgid "List Style" msgstr "" @@ -4721,12 +4747,12 @@ msgid "Lists the available fonts." msgstr "Els consells no es troben disponibles!" -#: ../src/common/fldlgcmn.cpp:325 +#: ../src/common/fldlgcmn.cpp:343 #, c-format msgid "Load %s file" msgstr "Carrega fitxer %s" -#: ../src/html/htmlwin.cpp:575 +#: ../src/html/htmlwin.cpp:578 msgid "Loading : " msgstr "S'està carregant:" @@ -4938,12 +4964,12 @@ msgid "MacVietnamese" msgstr "" -#: ../src/propgrid/advprops.cpp:2031 +#: ../src/propgrid/advprops.cpp:2013 #, fuzzy msgid "Make a selection:" msgstr "Seccions" -#: ../src/richtext/richtextformatdlg.cpp:362 +#: ../src/richtext/richtextformatdlg.cpp:363 #: ../src/richtext/richtextmarginspage.cpp:172 msgid "Margins" msgstr "" @@ -4986,7 +5012,7 @@ msgid "Metal theme" msgstr "Tema metal·litzat" -#: ../src/msw/ole/automtn.cpp:641 +#: ../src/msw/ole/automtn.cpp:655 msgid "Method or property not found." msgstr "" @@ -5003,7 +5029,7 @@ msgid "Min width:" msgstr "" -#: ../src/msw/ole/automtn.cpp:657 +#: ../src/msw/ole/automtn.cpp:671 msgid "Missing a required parameter." msgstr "" @@ -5047,7 +5073,7 @@ msgid "Moves the object to the previous paragraph." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:9345 +#: ../src/richtext/richtextbuffer.cpp:9596 msgid "Multiple Cell Properties" msgstr "" @@ -5085,16 +5111,16 @@ msgid "New &Paragraph Style..." msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:603 -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:651 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:817 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:890 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:931 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:606 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:654 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:820 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:893 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:934 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "New Style" msgstr "" @@ -5136,19 +5162,19 @@ msgid "No bitmap handler for type %d defined." msgstr "No hi ha definit cap manegador per al tipus d'imatge %d." -#: ../src/osx/carbon/dataview.cpp:1784 +#: ../src/osx/carbon/dataview.cpp:1782 msgid "No column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1674 +#: ../src/osx/carbon/dataview.cpp:1672 msgid "No column for the specified column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1423 +#: ../src/osx/carbon/dataview.cpp:1421 msgid "No column for the specified column position existing." msgstr "" -#: ../src/common/utilscmn.cpp:1049 +#: ../src/common/utilscmn.cpp:1056 msgid "No default application configured for HTML files." msgstr "" @@ -5205,11 +5231,11 @@ msgid "No matching page found yet" msgstr "Encara no s'ha trobat cap pàgina que coincideixi" -#: ../src/osx/carbon/dataview.cpp:1676 ../src/osx/carbon/dataview.cpp:1786 +#: ../src/osx/carbon/dataview.cpp:1674 ../src/osx/carbon/dataview.cpp:1784 msgid "No renderer or invalid renderer type specified for custom data column." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1424 +#: ../src/osx/carbon/dataview.cpp:1422 msgid "No renderer specified for column." msgstr "" @@ -5233,7 +5259,7 @@ msgid "No valid mappings found in the file \"%s\"." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:542 +#: ../src/richtext/richtextborderspage.cpp:564 #: ../src/richtext/richtextsizepage.cpp:248 #: ../src/richtext/richtextsizepage.cpp:252 #, fuzzy @@ -5256,7 +5282,7 @@ msgid "Normal font:" msgstr "Font normal" -#: ../src/propgrid/props.cpp:887 +#: ../src/propgrid/props.cpp:897 #, fuzzy, c-format msgid "Not %s" msgstr "No" @@ -5280,7 +5306,7 @@ msgid "Notice" msgstr "No" -#: ../src/osx/carbon/dataview.cpp:902 +#: ../src/osx/carbon/dataview.cpp:900 #, fuzzy msgid "Number of columns could not be determined." msgstr "No s'ha pogut carregar el fitxer." @@ -5292,22 +5318,22 @@ #: ../include/wx/msgdlg.h:273 ../src/richtext/richtextstyledlg.cpp:297 #: ../src/common/stockitem.cpp:178 ../src/msw/msgdlg.cpp:489 -#: ../src/msw/msgdlg.cpp:799 ../src/msw/dialog.cpp:120 +#: ../src/msw/msgdlg.cpp:795 ../src/msw/dialog.cpp:120 #: ../src/gtk1/fontdlg.cpp:138 msgid "OK" msgstr "D'acord" -#: ../src/msw/ole/automtn.cpp:681 +#: ../src/msw/ole/automtn.cpp:695 #, c-format msgid "OLE Automation error in %s: %s" msgstr "" -#: ../include/wx/richtext/richtextimagedlg.h:39 +#: ../include/wx/richtext/richtextimagedlg.h:38 #, fuzzy msgid "Object Properties" msgstr "&Previ" -#: ../src/msw/ole/automtn.cpp:649 +#: ../src/msw/ole/automtn.cpp:663 msgid "Object implementation does not support named arguments." msgstr "" @@ -5370,16 +5396,16 @@ msgid "Out of window IDs. Recommend shutting down application." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:400 -#: ../src/richtext/richtextborderspage.cpp:533 +#: ../src/richtext/richtextborderspage.cpp:397 +#: ../src/richtext/richtextborderspage.cpp:555 msgid "Outline" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:572 msgid "Outset" msgstr "" -#: ../src/msw/ole/automtn.cpp:645 +#: ../src/msw/ole/automtn.cpp:659 msgid "Overflow while coercing argument values." msgstr "" @@ -5614,7 +5640,7 @@ msgid "Passing an unknown object to GetObject" msgstr "" -#: ../src/richtext/richtextctrl.cpp:3117 ../src/common/stockitem.cpp:180 +#: ../src/richtext/richtextctrl.cpp:3206 ../src/common/stockitem.cpp:180 #: ../src/stc/stc_i18n.cpp:19 #, fuzzy msgid "Paste" @@ -5634,7 +5660,7 @@ msgid "Permissions" msgstr "Permisos" -#: ../src/richtext/richtextbuffer.cpp:11942 +#: ../src/richtext/richtextbuffer.cpp:12271 #, fuzzy msgid "Picture Properties" msgstr "&Previ" @@ -5685,20 +5711,20 @@ msgid "Point Size" msgstr "Mida de la font:" -#: ../src/osx/carbon/dataview.cpp:1278 ../src/osx/carbon/dataview.cpp:1329 -#: ../src/osx/carbon/dataview.cpp:1420 ../src/osx/carbon/dataview.cpp:1443 -#: ../src/osx/carbon/dataview.cpp:1460 ../src/osx/carbon/dataview.cpp:1477 -#: ../src/osx/carbon/dataview.cpp:1670 ../src/osx/carbon/dataview.cpp:1779 -#: ../src/osx/carbon/dataview.cpp:1821 ../src/osx/carbon/dataview.cpp:1874 -#: ../src/osx/carbon/dataview.cpp:1997 +#: ../src/osx/carbon/dataview.cpp:1276 ../src/osx/carbon/dataview.cpp:1327 +#: ../src/osx/carbon/dataview.cpp:1418 ../src/osx/carbon/dataview.cpp:1441 +#: ../src/osx/carbon/dataview.cpp:1458 ../src/osx/carbon/dataview.cpp:1475 +#: ../src/osx/carbon/dataview.cpp:1668 ../src/osx/carbon/dataview.cpp:1777 +#: ../src/osx/carbon/dataview.cpp:1819 ../src/osx/carbon/dataview.cpp:1872 +#: ../src/osx/carbon/dataview.cpp:1995 msgid "Pointer to data view control not set correctly." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1279 ../src/osx/carbon/dataview.cpp:1338 -#: ../src/osx/carbon/dataview.cpp:1421 ../src/osx/carbon/dataview.cpp:1478 -#: ../src/osx/carbon/dataview.cpp:1671 ../src/osx/carbon/dataview.cpp:1780 -#: ../src/osx/carbon/dataview.cpp:1822 ../src/osx/carbon/dataview.cpp:1875 -#: ../src/osx/carbon/dataview.cpp:1998 +#: ../src/osx/carbon/dataview.cpp:1277 ../src/osx/carbon/dataview.cpp:1336 +#: ../src/osx/carbon/dataview.cpp:1419 ../src/osx/carbon/dataview.cpp:1476 +#: ../src/osx/carbon/dataview.cpp:1669 ../src/osx/carbon/dataview.cpp:1778 +#: ../src/osx/carbon/dataview.cpp:1820 ../src/osx/carbon/dataview.cpp:1873 +#: ../src/osx/carbon/dataview.cpp:1996 msgid "Pointer to model not set correctly." msgstr "" @@ -5719,7 +5745,7 @@ msgid "Preferences" msgstr "" -#: ../src/osx/menu_osx.cpp:643 +#: ../src/osx/menu_osx.cpp:614 msgid "Preferences..." msgstr "" @@ -5727,7 +5753,7 @@ msgid "Preparing" msgstr "" -#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:576 +#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:560 #: ../src/html/helpwnd.cpp:1235 msgid "Preview:" msgstr "Previsualització:" @@ -5850,7 +5876,7 @@ msgstr "S'està imprimint..." #: ../include/wx/richtext/richtextprint.h:109 ../include/wx/prntbase.h:263 -#: ../src/common/docview.cpp:2124 +#: ../src/common/docview.cpp:2114 #, fuzzy msgid "Printout" msgstr "Imprimeix" @@ -5861,7 +5887,7 @@ "Processing debug report has failed, leaving the files in \"%s\" directory." msgstr "" -#: ../src/osx/carbon/dataview.cpp:2472 +#: ../src/osx/carbon/dataview.cpp:2470 msgid "Progress renderer cannot render value type; value type: " msgstr "" @@ -5879,7 +5905,7 @@ msgid "Property" msgstr "&Previ" -#: ../src/propgrid/propgrid.cpp:3144 ../src/propgrid/propgrid.cpp:3276 +#: ../src/propgrid/propgrid.cpp:3146 ../src/propgrid/propgrid.cpp:3278 #, fuzzy msgid "Property Error" msgstr "Error d'impressió" @@ -5896,7 +5922,7 @@ msgid "Quit" msgstr "" -#: ../src/osx/menu_osx.cpp:610 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:631 #, fuzzy, c-format msgid "Quit %s" msgstr "No" @@ -5991,7 +6017,7 @@ msgid "Remove" msgstr "" -#: ../src/richtext/richtextctrl.cpp:1430 +#: ../src/richtext/richtextctrl.cpp:1516 msgid "Remove Bullet" msgstr "" @@ -6004,12 +6030,12 @@ msgid "Renderer \"%s\" has incompatible version %d.%d and couldn't be loaded." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1430 +#: ../src/osx/carbon/dataview.cpp:1428 #, fuzzy msgid "Rendering failed." msgstr "No s'ha pogut crear la canonada." -#: ../src/richtext/richtextbuffer.cpp:4214 +#: ../src/richtext/richtextbuffer.cpp:4280 msgid "Renumber List" msgstr "" @@ -6018,7 +6044,7 @@ msgid "Rep&lace" msgstr "&Substitueix" -#: ../src/richtext/richtextctrl.cpp:3277 ../src/common/stockitem.cpp:188 +#: ../src/richtext/richtextctrl.cpp:3366 ../src/common/stockitem.cpp:188 #, fuzzy msgid "Replace" msgstr "&Substitueix" @@ -6036,7 +6062,7 @@ msgid "Replace with:" msgstr "Substitueix amb:" -#: ../src/common/valtext.cpp:161 +#: ../src/common/valtext.cpp:163 msgid "Required information entry is empty." msgstr "" @@ -6049,7 +6075,7 @@ msgid "Revert to Saved" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:548 +#: ../src/richtext/richtextborderspage.cpp:570 #, fuzzy msgid "Ridge" msgstr "Clar" @@ -6109,12 +6135,12 @@ msgid "SUBTRACT" msgstr "" -#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2678 +#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2702 #, fuzzy msgid "Save" msgstr "&Desa..." -#: ../src/common/fldlgcmn.cpp:327 +#: ../src/common/fldlgcmn.cpp:345 #, c-format msgid "Save %s file" msgstr "Desa fitxer %s" @@ -6194,8 +6220,8 @@ msgid "Seek error on file '%s' (large files not supported by stdio)" msgstr "" -#: ../src/richtext/richtextctrl.cpp:330 ../src/osx/textctrl_osx.cpp:587 -#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2288 +#: ../src/richtext/richtextctrl.cpp:336 ../src/osx/textctrl_osx.cpp:587 +#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2339 msgid "Select &All" msgstr "Selecciona-ho &tot" @@ -6242,7 +6268,11 @@ msgid "Separator expected after the option '%s'." msgstr "S'espera un separador després de l'opció '%s'." -#: ../src/richtext/richtextbuffer.cpp:10513 +#: ../src/osx/menu_osx.cpp:618 +msgid "Services" +msgstr "" + +#: ../src/richtext/richtextbuffer.cpp:10818 #, fuzzy msgid "Set Cell Style" msgstr "&Elimina" @@ -6251,7 +6281,7 @@ msgid "SetProperty called w/o valid setter" msgstr "" -#: ../src/common/filename.cpp:2632 +#: ../src/common/filename.cpp:2638 msgid "Setting directory access times is not supported under this OS version" msgstr "" @@ -6280,7 +6310,7 @@ msgid "Show &hidden files" msgstr "Mostra fitgers ocults." -#: ../src/osx/menu_osx.cpp:605 ../src/osx/menu_osx.cpp:652 +#: ../src/osx/menu_osx.cpp:626 #, fuzzy msgid "Show All" msgstr "Mostra-ho tot" @@ -6322,7 +6352,7 @@ msgid "Shows a preview of the font settings." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 +#: ../src/osx/carbon/fontdlg.cpp:564 ../src/osx/carbon/fontdlg.cpp:566 msgid "Shows a preview of the font." msgstr "" @@ -6344,12 +6374,12 @@ msgid "Single" msgstr "" -#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:356 +#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:357 #: ../src/richtext/richtextsizepage.cpp:299 msgid "Size" msgstr "Mida" -#: ../src/osx/carbon/fontdlg.cpp:525 +#: ../src/osx/carbon/fontdlg.cpp:509 #, fuzzy msgid "Size:" msgstr "Mida" @@ -6368,7 +6398,7 @@ msgid "Small C&apitals" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:543 +#: ../src/richtext/richtextborderspage.cpp:565 #, fuzzy msgid "Solid" msgstr "Negreta" @@ -6381,11 +6411,11 @@ msgid "Sorry, not enough memory to create a preview." msgstr "No hi ha prou memòria com per crear una previsualització" -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "Sorry, that name is taken. Please choose another." msgstr "" @@ -6447,15 +6477,15 @@ msgstr "" "recurs XRC: Color d'especificació incorrecte '%s' per a la propietat '%s'." -#: ../src/richtext/richtextformatdlg.cpp:318 ../src/propgrid/advprops.cpp:647 +#: ../src/richtext/richtextformatdlg.cpp:319 ../src/propgrid/advprops.cpp:647 msgid "Style" msgstr "" -#: ../include/wx/richtext/richtextstyledlg.h:47 +#: ../include/wx/richtext/richtextstyledlg.h:46 msgid "Style Organiser" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:534 +#: ../src/osx/carbon/fontdlg.cpp:518 msgid "Style:" msgstr "" @@ -6526,7 +6556,7 @@ msgid "TIFF: Image size is abnormally big." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10794 +#: ../src/richtext/richtextbuffer.cpp:11099 #, fuzzy msgid "Table Properties" msgstr "&Previ" @@ -6540,7 +6570,7 @@ msgid "Tabloid, 11 x 17 in" msgstr "Tabloid, 11 x 17 polz" -#: ../src/richtext/richtextformatdlg.cpp:336 +#: ../src/richtext/richtextformatdlg.cpp:337 msgid "Tabs" msgstr "" @@ -6552,7 +6582,7 @@ msgid "Templates" msgstr "Plantilles" -#: ../src/osx/carbon/dataview.cpp:2373 +#: ../src/osx/carbon/dataview.cpp:2371 msgid "Text renderer cannot render value; value type: " msgstr "" @@ -6586,6 +6616,26 @@ msgid "The background colour." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:265 +#: ../src/richtext/richtextborderspage.cpp:267 +#: ../src/richtext/richtextborderspage.cpp:299 +#: ../src/richtext/richtextborderspage.cpp:301 +#: ../src/richtext/richtextborderspage.cpp:333 +#: ../src/richtext/richtextborderspage.cpp:335 +#: ../src/richtext/richtextborderspage.cpp:367 +#: ../src/richtext/richtextborderspage.cpp:369 +#: ../src/richtext/richtextborderspage.cpp:434 +#: ../src/richtext/richtextborderspage.cpp:436 +#: ../src/richtext/richtextborderspage.cpp:468 +#: ../src/richtext/richtextborderspage.cpp:470 +#: ../src/richtext/richtextborderspage.cpp:502 +#: ../src/richtext/richtextborderspage.cpp:504 +#: ../src/richtext/richtextborderspage.cpp:536 +#: ../src/richtext/richtextborderspage.cpp:538 +#, fuzzy +msgid "The border line style." +msgstr "Mida de la font:" + #: ../src/richtext/richtextmarginspage.cpp:268 #: ../src/richtext/richtextmarginspage.cpp:270 #, fuzzy @@ -6633,7 +6683,7 @@ "seleccionar un altre conjunt per substituir-lo o escolliu\n" "[Anul·la] si no pot ser substituït." -#: ../src/msw/ole/dataobj.cpp:367 +#: ../src/msw/ole/dataobj.cpp:394 #, fuzzy, c-format msgid "The clipboard format '%d' doesn't exist." msgstr "El format '%s' del porta-retalls no existeix." @@ -6701,7 +6751,7 @@ msgid "The font point size." msgstr "Mida de la font:" -#: ../src/osx/carbon/fontdlg.cpp:529 ../src/osx/carbon/fontdlg.cpp:531 +#: ../src/osx/carbon/fontdlg.cpp:513 ../src/osx/carbon/fontdlg.cpp:515 #, fuzzy msgid "The font size in points." msgstr "Mida de la font:" @@ -6765,7 +6815,7 @@ msgid "The list item number." msgstr "" -#: ../src/msw/ole/automtn.cpp:653 +#: ../src/msw/ole/automtn.cpp:667 msgid "The locale ID is unknown." msgstr "" @@ -6897,7 +6947,7 @@ msgid "The style preview." msgstr "" -#: ../src/msw/ole/automtn.cpp:669 +#: ../src/msw/ole/automtn.cpp:683 msgid "The system cannot find the file specified." msgstr "" @@ -6912,7 +6962,7 @@ msgid "The tab positions." msgstr "Mida de la font:" -#: ../src/richtext/richtextctrl.cpp:2705 +#: ../src/richtext/richtextctrl.cpp:2791 msgid "The text couldn't be saved." msgstr "No s'ha pogut desar el text." @@ -6955,7 +7005,7 @@ msgid "The wxGtkPrinterDC cannot be used." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1340 +#: ../src/osx/carbon/dataview.cpp:1338 msgid "There is no column or renderer for the specified column index." msgstr "" @@ -6981,7 +7031,7 @@ msgid "This platform does not support background transparency." msgstr "" -#: ../src/gtk/window.cpp:4317 +#: ../src/gtk/window.cpp:4368 msgid "" "This program was compiled with a too old version of GTK+, please rebuild " "with GTK+ 2.12 or newer." @@ -6993,7 +7043,7 @@ "comctl32.dll" msgstr "" -#: ../src/msw/thread.cpp:1300 +#: ../src/msw/thread.cpp:1295 msgid "" "Thread module initialization failed: cannot store value in thread local " "storage" @@ -7001,13 +7051,13 @@ "La inicialització de mòduls de la cadena ha fallat: no es pot emmagatzemar " "valor en cadena emmagatzemada localment" -#: ../src/unix/threadpsx.cpp:1758 +#: ../src/unix/threadpsx.cpp:1763 msgid "Thread module initialization failed: failed to create thread key" msgstr "" "La inicialització de mòduls de la cadena ha fallat: no s'ha pogut crear una " "clau de la cadena." -#: ../src/msw/thread.cpp:1288 +#: ../src/msw/thread.cpp:1283 msgid "" "Thread module initialization failed: impossible to allocate index in thread " "local storage" @@ -7015,7 +7065,7 @@ "La inicialització de mòduls de la cadena ha fallat: no és possible " "localitzar l'índex en la cadena emmagatzemada localment" -#: ../src/unix/threadpsx.cpp:1038 +#: ../src/unix/threadpsx.cpp:1043 msgid "Thread priority setting is ignored." msgstr "La prioritat de paràmetres és ignorada." @@ -7049,11 +7099,11 @@ msgid "To:" msgstr "Per a:" -#: ../src/osx/carbon/dataview.cpp:2451 +#: ../src/osx/carbon/dataview.cpp:2449 msgid "Toggle renderer cannot render value; value type: " msgstr "" -#: ../src/richtext/richtextbuffer.cpp:7983 +#: ../src/richtext/richtextbuffer.cpp:8087 msgid "Too many EndStyle calls!" msgstr "" @@ -7109,7 +7159,7 @@ msgid "Type a size in points." msgstr "" -#: ../src/msw/ole/automtn.cpp:665 +#: ../src/msw/ole/automtn.cpp:679 #, c-format msgid "Type mismatch in argument %u." msgstr "" @@ -7171,7 +7221,7 @@ msgid "Unable to close the handle for '%s'" msgstr "No s'ha pogut tancar el manegador de fitxers" -#: ../include/wx/msw/private/fswatcher.h:240 +#: ../include/wx/msw/private/fswatcher.h:245 #, fuzzy msgid "Unable to create I/O completion port" msgstr "No s'ha pogut crear una barra d'estat." @@ -7191,7 +7241,7 @@ msgid "Unable to create kqueue instance" msgstr "No s'ha pogut crear una cadena DDE" -#: ../include/wx/msw/private/fswatcher.h:229 +#: ../include/wx/msw/private/fswatcher.h:234 msgid "Unable to dequeue completion packet" msgstr "" @@ -7199,7 +7249,7 @@ msgid "Unable to get events from kqueue" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1903 +#: ../src/osx/carbon/dataview.cpp:1901 msgid "Unable to handle native drag&drop data" msgstr "" @@ -7217,7 +7267,7 @@ msgid "Unable to open path '%s'" msgstr "No s'ha pogut obrir '%s' per %s" -#: ../src/html/htmlwin.cpp:561 +#: ../src/html/htmlwin.cpp:564 #, c-format msgid "Unable to open requested HTML document: %s" msgstr "No és possible obrir el document HTML sol·licitat: %s" @@ -7226,11 +7276,11 @@ msgid "Unable to play sound asynchronously." msgstr "" -#: ../include/wx/msw/private/fswatcher.h:207 +#: ../include/wx/msw/private/fswatcher.h:212 msgid "Unable to post completion status" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:530 +#: ../src/unix/fswatcher_inotify.cpp:543 #, fuzzy msgid "Unable to read from inotify descriptor" msgstr "no es pot llegir des del fitxer descriptor %s" @@ -7262,7 +7312,7 @@ msgid "Underline" msgstr "Subratllat" -#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:556 +#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:540 #: ../src/propgrid/advprops.cpp:655 #, fuzzy msgid "Underlined" @@ -7282,7 +7332,7 @@ msgid "Unexpected characters following option '%s'." msgstr "Paràmetre '%s' no esperat" -#: ../src/unix/fswatcher_inotify.cpp:261 +#: ../src/unix/fswatcher_inotify.cpp:262 #, c-format msgid "Unexpected event for \"%s\": no matching watch descriptor." msgstr "" @@ -7351,8 +7401,8 @@ msgid "Unindent" msgstr "dinovè" -#: ../src/richtext/richtextborderspage.cpp:373 -#: ../src/richtext/richtextborderspage.cpp:375 +#: ../src/richtext/richtextborderspage.cpp:358 +#: ../src/richtext/richtextborderspage.cpp:360 msgid "Units for the bottom border width." msgstr "" @@ -7361,8 +7411,8 @@ msgid "Units for the bottom margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:517 -#: ../src/richtext/richtextborderspage.cpp:519 +#: ../src/richtext/richtextborderspage.cpp:527 +#: ../src/richtext/richtextborderspage.cpp:529 msgid "Units for the bottom outline width." msgstr "" @@ -7377,8 +7427,8 @@ msgid "Units for the bottom position." msgstr "No es pot esperar per a l'acabament de cadena" -#: ../src/richtext/richtextborderspage.cpp:283 -#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:256 +#: ../src/richtext/richtextborderspage.cpp:258 msgid "Units for the left border width." msgstr "" @@ -7387,8 +7437,8 @@ msgid "Units for the left margin." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:425 #: ../src/richtext/richtextborderspage.cpp:427 -#: ../src/richtext/richtextborderspage.cpp:429 msgid "Units for the left outline width." msgstr "" @@ -7435,8 +7485,8 @@ msgid "Units for the object width." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:313 -#: ../src/richtext/richtextborderspage.cpp:315 +#: ../src/richtext/richtextborderspage.cpp:290 +#: ../src/richtext/richtextborderspage.cpp:292 msgid "Units for the right border width." msgstr "" @@ -7445,8 +7495,8 @@ msgid "Units for the right margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:457 #: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:461 msgid "Units for the right outline width." msgstr "" @@ -7461,8 +7511,8 @@ msgid "Units for the right position." msgstr "No es pot esperar per a l'acabament de cadena" -#: ../src/richtext/richtextborderspage.cpp:343 -#: ../src/richtext/richtextborderspage.cpp:345 +#: ../src/richtext/richtextborderspage.cpp:324 +#: ../src/richtext/richtextborderspage.cpp:326 msgid "Units for the top border width." msgstr "" @@ -7472,8 +7522,8 @@ msgid "Units for the top margin." msgstr "No es pot esperar per a l'acabament de cadena" -#: ../src/richtext/richtextborderspage.cpp:487 -#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:493 +#: ../src/richtext/richtextborderspage.cpp:495 msgid "Units for the top outline width." msgstr "" @@ -7517,12 +7567,12 @@ msgid "Unknown TIFF resolution unit %d ignored" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1978 +#: ../src/osx/carbon/dataview.cpp:1976 #, fuzzy msgid "Unknown data format" msgstr "IFF: error en format d'imatge IFF." -#: ../src/unix/dlunix.cpp:325 +#: ../src/unix/dlunix.cpp:160 msgid "Unknown dynamic library error" msgstr "" @@ -7531,12 +7581,12 @@ msgid "Unknown encoding (%d)" msgstr "Codificació (%d) desconeguda" -#: ../src/msw/ole/automtn.cpp:677 +#: ../src/msw/ole/automtn.cpp:691 #, fuzzy, c-format msgid "Unknown error %08x" msgstr "Error DDE desconegut %08x" -#: ../src/msw/ole/automtn.cpp:636 +#: ../src/msw/ole/automtn.cpp:650 #, fuzzy msgid "Unknown exception" msgstr "Opció '%s' desconeguda" @@ -7551,7 +7601,7 @@ msgid "Unknown long option '%s'" msgstr "Opció llarga desconeguda '%s'" -#: ../src/msw/ole/automtn.cpp:620 +#: ../src/msw/ole/automtn.cpp:634 msgid "Unknown name or named argument." msgstr "" @@ -7609,11 +7659,11 @@ msgid "Use the current alignment setting." msgstr "" -#: ../src/osx/carbon/dataview.cpp:2658 ../src/osx/carbon/dataview.cpp:2723 +#: ../src/osx/carbon/dataview.cpp:2656 ../src/osx/carbon/dataview.cpp:2721 msgid "Valid pointer to native data view control does not exist" msgstr "" -#: ../src/common/valtext.cpp:174 +#: ../src/common/valtext.cpp:179 msgid "Validation conflict" msgstr "Conflicte de validació" @@ -7723,6 +7773,16 @@ msgid "Windows 7" msgstr "Windows 9%c" +#: ../src/msw/utils.cpp:1308 +#, fuzzy +msgid "Windows 8" +msgstr "Windows 9%c" + +#: ../src/msw/utils.cpp:1314 +#, fuzzy +msgid "Windows 8.1" +msgstr "Windows 9%c" + #: ../src/msw/utils.cpp:1234 #, fuzzy msgid "Windows 95" @@ -7806,7 +7866,7 @@ msgid "Windows ME" msgstr "Windows 3.1" -#: ../src/msw/utils.cpp:1310 +#: ../src/msw/utils.cpp:1322 #, fuzzy, c-format msgid "Windows NT %lu.%lu" msgstr "Windows 9%c" @@ -7826,6 +7886,16 @@ msgid "Windows Server 2008 R2" msgstr "Windows Hebreu (CP 1255)" +#: ../src/msw/utils.cpp:1307 +#, fuzzy +msgid "Windows Server 2012" +msgstr "Windows Grec (CP 1253)" + +#: ../src/msw/utils.cpp:1313 +#, fuzzy +msgid "Windows Server 2012 R2" +msgstr "Windows Hebreu (CP 1255)" + #: ../src/common/fmapbase.cpp:166 #, fuzzy msgid "Windows Thai (CP 874)" @@ -7918,7 +7988,7 @@ msgid "You cannot add a new directory to this section." msgstr "No podeu afegir un directori nou a aquesta secció" -#: ../src/propgrid/propgrid.cpp:3258 +#: ../src/propgrid/propgrid.cpp:3260 msgid "You have entered invalid value. Press ESC to cancel editing." msgstr "" @@ -8080,7 +8150,7 @@ msgid "buffer is too small for Windows directory." msgstr "" -#: ../src/msw/utils.cpp:1316 +#: ../src/msw/utils.cpp:1328 #, c-format msgid "build %lu" msgstr "" @@ -8199,7 +8269,7 @@ msgid "can't seek on file descriptor %d" msgstr "no és pot cercar el fitxer descriptor de %d" -#: ../src/common/textfile.cpp:299 +#: ../src/common/textfile.cpp:270 #, c-format msgid "can't write buffer '%s' to disk." msgstr "no es pot escriure el búfer '%s' al disc." @@ -8221,14 +8291,14 @@ msgid "checksum failure reading tar header block" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:280 -#: ../src/richtext/richtextborderspage.cpp:310 -#: ../src/richtext/richtextborderspage.cpp:340 -#: ../src/richtext/richtextborderspage.cpp:370 -#: ../src/richtext/richtextborderspage.cpp:424 -#: ../src/richtext/richtextborderspage.cpp:454 -#: ../src/richtext/richtextborderspage.cpp:484 -#: ../src/richtext/richtextborderspage.cpp:514 +#: ../src/richtext/richtextborderspage.cpp:252 +#: ../src/richtext/richtextborderspage.cpp:286 +#: ../src/richtext/richtextborderspage.cpp:320 +#: ../src/richtext/richtextborderspage.cpp:354 +#: ../src/richtext/richtextborderspage.cpp:421 +#: ../src/richtext/richtextborderspage.cpp:455 +#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:523 #: ../src/richtext/richtextmarginspage.cpp:202 #: ../src/richtext/richtextmarginspage.cpp:227 #: ../src/richtext/richtextmarginspage.cpp:250 @@ -8367,7 +8437,7 @@ msgid "file '%s': unexpected character %c at line %d." msgstr "fiitxer '%s': caràcter inesperat %c a la línia %d." -#: ../src/richtext/richtextbuffer.cpp:8358 +#: ../src/richtext/richtextbuffer.cpp:8462 #, fuzzy msgid "files" msgstr "&Mida" @@ -8389,12 +8459,12 @@ msgid "fourth" msgstr "quart" -#: ../src/common/appbase.cpp:695 +#: ../src/common/appbase.cpp:699 msgid "generate verbose log messages" msgstr "genera missatges de registre detallats" -#: ../src/richtext/richtextbuffer.cpp:12212 -#: ../src/richtext/richtextbuffer.cpp:12322 +#: ../src/richtext/richtextbuffer.cpp:12541 +#: ../src/richtext/richtextbuffer.cpp:12651 #, fuzzy msgid "image" msgstr "Temps" @@ -8493,53 +8563,48 @@ msgid "out of memory" msgstr "GIF: No hi ha prou memòria" -#: ../src/richtext/richtextsizepage.cpp:340 -#: ../src/richtext/richtextsizepage.cpp:374 -#: ../src/richtext/richtextsizepage.cpp:401 -#: ../src/richtext/richtextsizepage.cpp:428 -#: ../src/richtext/richtextsizepage.cpp:455 -#: ../src/richtext/richtextsizepage.cpp:482 -#: ../src/richtext/richtextsizepage.cpp:556 -#: ../src/richtext/richtextsizepage.cpp:591 -#: ../src/richtext/richtextsizepage.cpp:626 -#: ../src/richtext/richtextsizepage.cpp:661 -msgid "percent" -msgstr "" - #: ../src/common/debugrpt.cpp:519 msgid "process context description" msgstr "" #: ../src/richtext/richtextfontpage.cpp:186 #: ../src/richtext/richtextfontpage.cpp:189 +#: ../src/richtext/richtextborderspage.cpp:253 +#: ../src/richtext/richtextborderspage.cpp:287 +#: ../src/richtext/richtextborderspage.cpp:321 +#: ../src/richtext/richtextborderspage.cpp:355 +#: ../src/richtext/richtextborderspage.cpp:422 +#: ../src/richtext/richtextborderspage.cpp:456 +#: ../src/richtext/richtextborderspage.cpp:490 +#: ../src/richtext/richtextborderspage.cpp:524 msgid "pt" msgstr "" #: ../src/richtext/richtextfontpage.cpp:187 -#: ../src/richtext/richtextborderspage.cpp:279 -#: ../src/richtext/richtextborderspage.cpp:281 -#: ../src/richtext/richtextborderspage.cpp:282 -#: ../src/richtext/richtextborderspage.cpp:309 -#: ../src/richtext/richtextborderspage.cpp:311 -#: ../src/richtext/richtextborderspage.cpp:312 -#: ../src/richtext/richtextborderspage.cpp:339 -#: ../src/richtext/richtextborderspage.cpp:341 -#: ../src/richtext/richtextborderspage.cpp:342 -#: ../src/richtext/richtextborderspage.cpp:369 -#: ../src/richtext/richtextborderspage.cpp:371 -#: ../src/richtext/richtextborderspage.cpp:372 +#: ../src/richtext/richtextborderspage.cpp:251 +#: ../src/richtext/richtextborderspage.cpp:254 +#: ../src/richtext/richtextborderspage.cpp:255 +#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:288 +#: ../src/richtext/richtextborderspage.cpp:289 +#: ../src/richtext/richtextborderspage.cpp:319 +#: ../src/richtext/richtextborderspage.cpp:322 +#: ../src/richtext/richtextborderspage.cpp:323 +#: ../src/richtext/richtextborderspage.cpp:353 +#: ../src/richtext/richtextborderspage.cpp:356 +#: ../src/richtext/richtextborderspage.cpp:357 +#: ../src/richtext/richtextborderspage.cpp:420 #: ../src/richtext/richtextborderspage.cpp:423 -#: ../src/richtext/richtextborderspage.cpp:425 -#: ../src/richtext/richtextborderspage.cpp:426 -#: ../src/richtext/richtextborderspage.cpp:453 -#: ../src/richtext/richtextborderspage.cpp:455 -#: ../src/richtext/richtextborderspage.cpp:456 -#: ../src/richtext/richtextborderspage.cpp:483 -#: ../src/richtext/richtextborderspage.cpp:485 -#: ../src/richtext/richtextborderspage.cpp:486 -#: ../src/richtext/richtextborderspage.cpp:513 -#: ../src/richtext/richtextborderspage.cpp:515 -#: ../src/richtext/richtextborderspage.cpp:516 +#: ../src/richtext/richtextborderspage.cpp:424 +#: ../src/richtext/richtextborderspage.cpp:454 +#: ../src/richtext/richtextborderspage.cpp:457 +#: ../src/richtext/richtextborderspage.cpp:458 +#: ../src/richtext/richtextborderspage.cpp:488 +#: ../src/richtext/richtextborderspage.cpp:491 +#: ../src/richtext/richtextborderspage.cpp:492 +#: ../src/richtext/richtextborderspage.cpp:522 +#: ../src/richtext/richtextborderspage.cpp:525 +#: ../src/richtext/richtextborderspage.cpp:526 #: ../src/richtext/richtextmarginspage.cpp:201 #: ../src/richtext/richtextmarginspage.cpp:203 #: ../src/richtext/richtextmarginspage.cpp:204 @@ -8642,7 +8707,7 @@ msgid "shift" msgstr "Shift" -#: ../src/common/appbase.cpp:685 +#: ../src/common/appbase.cpp:689 msgid "show this help message" msgstr "mostra aquest missatge d'ajuda" @@ -8662,23 +8727,23 @@ msgid "specify the theme to use" msgstr "especifica el tema a utilitzar" -#: ../src/richtext/richtextbuffer.cpp:8876 +#: ../src/richtext/richtextbuffer.cpp:8983 msgid "standard/circle" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8877 +#: ../src/richtext/richtextbuffer.cpp:8984 msgid "standard/circle-outline" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8879 +#: ../src/richtext/richtextbuffer.cpp:8986 msgid "standard/diamond" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8878 +#: ../src/richtext/richtextbuffer.cpp:8985 msgid "standard/square" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8880 +#: ../src/richtext/richtextbuffer.cpp:8987 msgid "standard/triangle" msgstr "" @@ -8815,11 +8880,11 @@ msgid "wxPrintout::GetPageInfo gives a null maxPage." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1303 +#: ../src/osx/carbon/dataview.cpp:1301 msgid "wxWidget control pointer is not a data view pointer" msgstr "" -#: ../src/osx/carbon/dataview.cpp:907 +#: ../src/osx/carbon/dataview.cpp:905 #, fuzzy msgid "wxWidget's control not initialized." msgstr "No es pot començar a mostrar." @@ -9297,9 +9362,6 @@ #~ msgid "mktime() failed" #~ msgstr "mktime() ha fallat" -#~ msgid "%d" -#~ msgstr "%d" - #~ msgid "%d...%d" #~ msgstr "%d...%d" Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/locale/ca@valencia.mo and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/locale/ca@valencia.mo differ diff -Nru wxpython3.0-3.0.0.0+dfsg/locale/ca@valencia.po wxpython3.0-3.0.1.1+dfsg/locale/ca@valencia.po --- wxpython3.0-3.0.0.0+dfsg/locale/ca@valencia.po 2013-12-28 09:36:54.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/locale/ca@valencia.po 2014-04-17 19:37:43.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: wxWidgets 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-01 19:04+0200\n" +"POT-Creation-Date: 2014-02-21 14:54+0100\n" "PO-Revision-Date: 2003-07-22 11:31+0100\n" "Last-Translator: Robert Millan \n" "Language-Team: \n" @@ -84,6 +84,20 @@ msgid "#9 Envelope, 3 7/8 x 8 7/8 in" msgstr "#9 Sobre, 3 7/8 x 8 7/2 polz. " +#: ../src/richtext/richtextsizepage.cpp:340 +#: ../src/richtext/richtextsizepage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:401 +#: ../src/richtext/richtextsizepage.cpp:428 +#: ../src/richtext/richtextsizepage.cpp:455 +#: ../src/richtext/richtextsizepage.cpp:482 +#: ../src/richtext/richtextsizepage.cpp:556 +#: ../src/richtext/richtextsizepage.cpp:591 +#: ../src/richtext/richtextsizepage.cpp:626 +#: ../src/richtext/richtextsizepage.cpp:661 +#, fuzzy +msgid "%" +msgstr "%d" + #: ../src/html/helpwnd.cpp:1044 #, fuzzy, c-format msgid "%d of %lu" @@ -136,7 +150,7 @@ msgid "%s did not fit the tar header for entry '%s'" msgstr "" -#: ../src/common/fldlgcmn.cpp:106 +#: ../src/common/fldlgcmn.cpp:124 #, fuzzy, c-format msgid "%s files (%s)|%s" msgstr "Fitxers (%s)|%s" @@ -202,8 +216,8 @@ msgid "&Bottom" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:359 -#: ../src/richtext/richtextborderspage.cpp:503 +#: ../src/richtext/richtextborderspage.cpp:343 +#: ../src/richtext/richtextborderspage.cpp:512 #: ../src/richtext/richtextmarginspage.cpp:260 #: ../src/richtext/richtextmarginspage.cpp:374 #: ../src/richtext/richtextsizepage.cpp:637 @@ -211,7 +225,7 @@ msgid "&Bottom:" msgstr "" -#: ../include/wx/richtext/richtextbuffer.h:3530 +#: ../include/wx/richtext/richtextbuffer.h:3578 #, fuzzy msgid "&Box" msgstr "Negreta" @@ -226,7 +240,7 @@ msgstr "" #: ../src/generic/wizard.cpp:432 ../src/generic/fontdlgg.cpp:470 -#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:588 +#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:572 #: ../src/common/stockitem.cpp:145 msgid "&Cancel" msgstr "&Anul·la" @@ -235,7 +249,7 @@ msgid "&Cascade" msgstr "&Cascada" -#: ../include/wx/richtext/richtextbuffer.h:5587 +#: ../include/wx/richtext/richtextbuffer.h:5639 #, fuzzy msgid "&Cell" msgstr "&Anul·la" @@ -269,8 +283,8 @@ msgid "&Convert" msgstr "Contingut" -#: ../src/richtext/richtextctrl.cpp:326 ../src/osx/textctrl_osx.cpp:583 -#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2284 +#: ../src/richtext/richtextctrl.cpp:332 ../src/osx/textctrl_osx.cpp:583 +#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2335 msgid "&Copy" msgstr "&Copia" @@ -289,8 +303,8 @@ msgstr "" #: ../src/richtext/richtexttabspage.cpp:142 -#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:585 -#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2286 +#: ../src/richtext/richtextctrl.cpp:334 ../src/osx/textctrl_osx.cpp:585 +#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2337 msgid "&Delete" msgstr "&Elimina" @@ -392,7 +406,7 @@ msgstr "vuitè" #: ../src/generic/wizard.cpp:435 ../src/richtext/richtextstyledlg.cpp:303 -#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:785 +#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:776 #: ../src/common/stockitem.cpp:163 ../src/html/helpfrm.cpp:147 msgid "&Help" msgstr "&Ajuda" @@ -453,8 +467,8 @@ msgstr "" #: ../src/richtext/richtextindentspage.cpp:195 -#: ../src/richtext/richtextborderspage.cpp:269 -#: ../src/richtext/richtextborderspage.cpp:413 +#: ../src/richtext/richtextborderspage.cpp:241 +#: ../src/richtext/richtextborderspage.cpp:410 #: ../src/richtext/richtextliststylepage.cpp:381 #: ../src/richtext/richtextmarginspage.cpp:187 #: ../src/richtext/richtextmarginspage.cpp:301 @@ -526,7 +540,7 @@ msgstr "" #: ../src/generic/fontdlgg.cpp:475 ../src/generic/fontdlgg.cpp:482 -#: ../src/osx/carbon/fontdlg.cpp:594 ../src/common/stockitem.cpp:178 +#: ../src/osx/carbon/fontdlg.cpp:578 ../src/common/stockitem.cpp:178 #, fuzzy msgid "&OK" msgstr "D'acord" @@ -545,12 +559,12 @@ msgid "&Page Break" msgstr "" -#: ../src/richtext/richtextctrl.cpp:327 ../src/osx/textctrl_osx.cpp:584 -#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2285 +#: ../src/richtext/richtextctrl.cpp:333 ../src/osx/textctrl_osx.cpp:584 +#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2336 msgid "&Paste" msgstr "&Enganxa" -#: ../include/wx/richtext/richtextbuffer.h:4655 +#: ../include/wx/richtext/richtextbuffer.h:4705 msgid "&Picture" msgstr "" @@ -587,7 +601,7 @@ msgid "&Print..." msgstr "Imprimix..." -#: ../src/richtext/richtextctrl.cpp:332 ../src/richtext/richtextctrl.cpp:4945 +#: ../src/richtext/richtextctrl.cpp:338 ../src/richtext/richtextctrl.cpp:5054 #: ../src/common/stockitem.cpp:184 #, fuzzy msgid "&Properties" @@ -597,9 +611,9 @@ msgid "&Quit" msgstr "" -#: ../src/richtext/richtextctrl.cpp:323 ../src/osx/textctrl_osx.cpp:580 +#: ../src/richtext/richtextctrl.cpp:329 ../src/osx/textctrl_osx.cpp:580 #: ../src/common/stockitem.cpp:185 ../src/common/cmdproc.cpp:293 -#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2281 +#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2332 msgid "&Redo" msgstr "&Refés" @@ -630,8 +644,8 @@ msgstr "Clar" #: ../src/richtext/richtextindentspage.cpp:213 -#: ../src/richtext/richtextborderspage.cpp:299 -#: ../src/richtext/richtextborderspage.cpp:443 +#: ../src/richtext/richtextborderspage.cpp:275 +#: ../src/richtext/richtextborderspage.cpp:444 #: ../src/richtext/richtextliststylepage.cpp:399 #: ../src/richtext/richtextmarginspage.cpp:212 #: ../src/richtext/richtextmarginspage.cpp:326 @@ -710,7 +724,12 @@ msgid "&Symbol:" msgstr "" -#: ../include/wx/richtext/richtextbuffer.h:5679 +#: ../src/richtext/richtextborderspage.cpp:379 +#: ../src/richtext/richtextborderspage.cpp:548 +msgid "&Synchronize values" +msgstr "" + +#: ../include/wx/richtext/richtextbuffer.h:5733 msgid "&Table" msgstr "" @@ -719,8 +738,8 @@ msgid "&Top" msgstr "&Copia" -#: ../src/richtext/richtextborderspage.cpp:329 -#: ../src/richtext/richtextborderspage.cpp:473 +#: ../src/richtext/richtextborderspage.cpp:309 +#: ../src/richtext/richtextborderspage.cpp:478 #: ../src/richtext/richtextmarginspage.cpp:235 #: ../src/richtext/richtextmarginspage.cpp:349 #: ../src/richtext/richtextsizepage.cpp:567 @@ -739,9 +758,9 @@ msgid "&Underlining:" msgstr "Subratllat" -#: ../src/richtext/richtextctrl.cpp:322 ../src/osx/textctrl_osx.cpp:579 +#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:579 #: ../src/common/stockitem.cpp:203 ../src/common/cmdproc.cpp:271 -#: ../src/msw/textctrl.cpp:2280 +#: ../src/msw/textctrl.cpp:2331 msgid "&Undo" msgstr "&Desfés" @@ -797,8 +816,8 @@ msgid "'%s' has extra '..', ignored." msgstr "'%s' té '..' extres que han estat ignorats." -#: ../src/common/valtext.cpp:249 ../src/common/valtext.cpp:251 -#: ../src/common/valtext.cpp:253 ../src/common/valtext.cpp:255 +#: ../src/common/valtext.cpp:165 ../src/common/valtext.cpp:167 +#: ../src/common/valtext.cpp:254 ../src/common/valtext.cpp:256 #, c-format msgid "'%s' is invalid" msgstr "'%s' és invàlid" @@ -818,27 +837,27 @@ msgid "'%s' is probably a binary buffer." msgstr "'%s' és probablement un búffer binari." -#: ../src/common/valtext.cpp:247 +#: ../src/common/valtext.cpp:252 #, c-format msgid "'%s' should be numeric." msgstr "'%s' hauria de ser numèric." -#: ../src/common/valtext.cpp:239 +#: ../src/common/valtext.cpp:244 #, c-format msgid "'%s' should only contain ASCII characters." msgstr "'%s' només hauria de contenir caràcters ASCII" -#: ../src/common/valtext.cpp:241 +#: ../src/common/valtext.cpp:246 #, c-format msgid "'%s' should only contain alphabetic characters." msgstr "'%s' només hauria de contenir caràcters alfabètics" -#: ../src/common/valtext.cpp:243 +#: ../src/common/valtext.cpp:248 #, c-format msgid "'%s' should only contain alphabetic or numeric characters." msgstr "'%s' només hauria de contenir caràcters alfabètics o numèrics." -#: ../src/common/valtext.cpp:245 +#: ../src/common/valtext.cpp:250 #, fuzzy, c-format msgid "'%s' should only contain digits." msgstr "'%s' només hauria de contenir caràcters ASCII" @@ -872,7 +891,7 @@ #: ../src/richtext/richtextindentspage.cpp:287 #: ../src/richtext/richtextindentspage.cpp:311 #: ../src/richtext/richtextindentspage.cpp:326 -#: ../src/richtext/richtextformatdlg.cpp:831 +#: ../src/richtext/richtextformatdlg.cpp:867 #: ../src/richtext/richtextfontpage.cpp:331 #: ../src/richtext/richtextfontpage.cpp:335 #: ../src/richtext/richtextfontpage.cpp:339 @@ -898,7 +917,7 @@ msgid "+" msgstr "" -#: ../src/msw/utils.cpp:1324 +#: ../src/msw/utils.cpp:1336 msgid ", 64-bit edition" msgstr "" @@ -1010,43 +1029,43 @@ msgid "< &Back" msgstr "< &Enrere" -#: ../src/osx/carbon/fontdlg.cpp:608 ../src/osx/carbon/fontdlg.cpp:815 -#: ../src/osx/carbon/fontdlg.cpp:835 +#: ../src/osx/carbon/fontdlg.cpp:592 ../src/osx/carbon/fontdlg.cpp:799 +#: ../src/osx/carbon/fontdlg.cpp:819 #, fuzzy msgid "" msgstr "Decoratiu" -#: ../src/osx/carbon/fontdlg.cpp:609 ../src/osx/carbon/fontdlg.cpp:817 -#: ../src/osx/carbon/fontdlg.cpp:837 +#: ../src/osx/carbon/fontdlg.cpp:593 ../src/osx/carbon/fontdlg.cpp:801 +#: ../src/osx/carbon/fontdlg.cpp:821 #, fuzzy msgid "" msgstr "Modern" -#: ../src/osx/carbon/fontdlg.cpp:607 ../src/osx/carbon/fontdlg.cpp:813 -#: ../src/osx/carbon/fontdlg.cpp:833 +#: ../src/osx/carbon/fontdlg.cpp:591 ../src/osx/carbon/fontdlg.cpp:797 +#: ../src/osx/carbon/fontdlg.cpp:817 #, fuzzy msgid "" msgstr "Roman" -#: ../src/osx/carbon/fontdlg.cpp:610 ../src/osx/carbon/fontdlg.cpp:819 -#: ../src/osx/carbon/fontdlg.cpp:839 +#: ../src/osx/carbon/fontdlg.cpp:594 ../src/osx/carbon/fontdlg.cpp:803 +#: ../src/osx/carbon/fontdlg.cpp:823 #, fuzzy msgid "" msgstr "Script" -#: ../src/osx/carbon/fontdlg.cpp:611 ../src/osx/carbon/fontdlg.cpp:824 -#: ../src/osx/carbon/fontdlg.cpp:843 +#: ../src/osx/carbon/fontdlg.cpp:595 ../src/osx/carbon/fontdlg.cpp:808 +#: ../src/osx/carbon/fontdlg.cpp:827 #, fuzzy msgid "" msgstr "Suís" -#: ../src/osx/carbon/fontdlg.cpp:612 ../src/osx/carbon/fontdlg.cpp:821 -#: ../src/osx/carbon/fontdlg.cpp:841 +#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:805 +#: ../src/osx/carbon/fontdlg.cpp:825 #, fuzzy msgid "" msgstr "Teletip" -#: ../src/osx/carbon/fontdlg.cpp:606 +#: ../src/osx/carbon/fontdlg.cpp:590 msgid "" msgstr "" @@ -1196,8 +1215,8 @@ msgid "A6 Rotated 148 x 105 mm" msgstr "Full A5, 148 x 210 mm" -#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:526 -#: ../src/osx/carbon/fontdlg.cpp:339 +#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:527 +#: ../src/osx/carbon/fontdlg.cpp:323 msgid "ABCDEFGabcdefg12345" msgstr "ABCDEFGabcdefg12345" @@ -1209,15 +1228,20 @@ msgid "ASCII" msgstr "ASCII" -#: ../src/osx/menu_osx.cpp:630 ../src/common/stockitem.cpp:139 +#: ../src/common/stockitem.cpp:139 msgid "About" msgstr "" -#: ../src/generic/aboutdlgg.cpp:140 ../src/msw/aboutdlg.cpp:64 +#: ../src/generic/aboutdlgg.cpp:140 ../src/osx/menu_osx.cpp:603 +#: ../src/msw/aboutdlg.cpp:64 #, c-format msgid "About %s" msgstr "" +#: ../src/osx/menu_osx.cpp:605 +msgid "About..." +msgstr "" + #: ../src/richtext/richtextsizepage.cpp:520 msgid "Absolute" msgstr "" @@ -1230,11 +1254,11 @@ msgid "Add" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10751 +#: ../src/richtext/richtextbuffer.cpp:11056 msgid "Add Column" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10688 +#: ../src/richtext/richtextbuffer.cpp:10993 msgid "Add Row" msgstr "" @@ -1259,11 +1283,11 @@ msgid "Adding book %s" msgstr "S'està afegint el llibre %s" -#: ../src/osx/carbon/dataview.cpp:1933 +#: ../src/osx/carbon/dataview.cpp:1931 msgid "Adding flavor TEXT failed" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1954 +#: ../src/osx/carbon/dataview.cpp:1952 msgid "Adding flavor utxt failed" msgstr "" @@ -1293,16 +1317,16 @@ msgid "All" msgstr "Tot" -#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:89 +#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:107 #, fuzzy, c-format msgid "All files (%s)|%s" msgstr "Tots els fitxers (*)|*" -#: ../include/wx/defs.h:2922 +#: ../include/wx/defs.h:2933 msgid "All files (*)|*" msgstr "Tots els fitxers (*)|*" -#: ../include/wx/defs.h:2919 +#: ../include/wx/defs.h:2930 msgid "All files (*.*)|*.*" msgstr "Tots els fitxers (*.*) *.* " @@ -1341,8 +1365,7 @@ msgstr "" "Afig el registre al fitxer '%s' (escollir [No] sobrescriurà el fitxer)?" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:610 -#: ../src/osx/menu_osx.cpp:649 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:623 ../src/osx/menu_osx.cpp:631 #, fuzzy msgid "Application" msgstr "Seccions" @@ -1360,7 +1383,7 @@ msgid "Arabic (ISO-8859-6)" msgstr "Àrab (ISO-8859-6)" -#: ../src/msw/ole/automtn.cpp:661 +#: ../src/msw/ole/automtn.cpp:675 #, fuzzy, c-format msgid "Argument %u not found." msgstr "no s'ha trobat el fitxer de catàleg per al domini '%s'" @@ -1473,7 +1496,7 @@ msgstr "< &Enrere" #: ../src/richtext/richtextbackgroundpage.cpp:119 -#: ../src/richtext/richtextformatdlg.cpp:374 +#: ../src/richtext/richtextformatdlg.cpp:375 #, fuzzy msgid "Background" msgstr "Enrere" @@ -1482,7 +1505,7 @@ msgid "Background &colour:" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:406 +#: ../src/osx/carbon/fontdlg.cpp:390 msgid "Background colour" msgstr "" @@ -1503,22 +1526,22 @@ msgid "Bitmap" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2396 +#: ../src/osx/carbon/dataview.cpp:2394 msgid "Bitmap renderer cannot render value; value type: " msgstr "" #: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:337 -#: ../src/osx/carbon/fontdlg.cpp:540 ../src/common/stockitem.cpp:143 +#: ../src/osx/carbon/fontdlg.cpp:524 ../src/common/stockitem.cpp:143 msgid "Bold" msgstr "Negreta" -#: ../src/richtext/richtextborderspage.cpp:256 -#: ../src/richtext/richtextborderspage.cpp:389 +#: ../src/richtext/richtextborderspage.cpp:228 +#: ../src/richtext/richtextborderspage.cpp:386 #, fuzzy msgid "Border" msgstr "Modern" -#: ../src/richtext/richtextformatdlg.cpp:368 +#: ../src/richtext/richtextformatdlg.cpp:369 #, fuzzy msgid "Borders" msgstr "Modern" @@ -1531,7 +1554,7 @@ msgid "Bottom margin (mm):" msgstr "Marge inferior (mm):" -#: ../src/richtext/richtextbuffer.cpp:8919 +#: ../src/richtext/richtextbuffer.cpp:9026 #, fuzzy msgid "Box Properties" msgstr "&Previ" @@ -1554,7 +1577,7 @@ msgid "Bullet style" msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:342 +#: ../src/richtext/richtextformatdlg.cpp:343 msgid "Bullets" msgstr "" @@ -1646,7 +1669,7 @@ msgid "Can't create thread" msgstr "No es pot crear un fil" -#: ../src/msw/window.cpp:3793 +#: ../src/msw/window.cpp:3787 #, c-format msgid "Can't create window of class %s" msgstr "No es pot crear una finestra de la classe '%s'" @@ -1701,7 +1724,7 @@ msgid "Can't initialize zlib inflate stream." msgstr "No es pot començar a mostrar." -#: ../src/msw/fswatcher.cpp:432 +#: ../src/msw/fswatcher.cpp:456 #, c-format msgid "Can't monitor non-existent directory \"%s\" for changes." msgstr "" @@ -1772,11 +1795,11 @@ msgid "Cannot create mutex." msgstr "No es pot crear un fil" -#: ../src/osx/carbon/dataview.cpp:895 +#: ../src/osx/carbon/dataview.cpp:893 msgid "Cannot create new column's ID. Probably max. number of columns reached." msgstr "" -#: ../src/common/filefn.cpp:1336 +#: ../src/common/filefn.cpp:1335 #, c-format msgid "Cannot enumerate files '%s'" msgstr "No es pot enumerar els fitxers '%s'" @@ -1795,22 +1818,22 @@ msgid "Cannot find the location of address book file" msgstr "No es pot localitzar el fitxer del llibre d'adreces" -#: ../src/msw/ole/automtn.cpp:562 +#: ../src/msw/ole/automtn.cpp:565 #, fuzzy, c-format msgid "Cannot get an active instance of \"%s\"" msgstr "No es pot trobar connexió activa de marcatge directe: %s" -#: ../src/unix/threadpsx.cpp:1030 +#: ../src/unix/threadpsx.cpp:1035 #, c-format msgid "Cannot get priority range for scheduling policy %d." msgstr "" "No es pot obtenir un rang de prioritats per la política de planificació %d." -#: ../src/unix/utilsunx.cpp:988 +#: ../src/unix/utilsunx.cpp:998 msgid "Cannot get the hostname" msgstr "No es pot obtenir el nom d'hostatger" -#: ../src/unix/utilsunx.cpp:1024 +#: ../src/unix/utilsunx.cpp:1034 msgid "Cannot get the official hostname" msgstr "No es pot obtenir el nom oficial de l'hostatger" @@ -1885,12 +1908,12 @@ msgid "Cannot resume thread %lu" msgstr "No es pot enumerar els fitxers en el directori '%s'" -#: ../src/msw/thread.cpp:923 +#: ../src/msw/thread.cpp:918 #, fuzzy, c-format msgid "Cannot resume thread %lx" msgstr "No es pot enumerar els fitxers en el directori '%s'" -#: ../src/unix/threadpsx.cpp:1011 +#: ../src/unix/threadpsx.cpp:1016 msgid "Cannot retrieve thread scheduling policy." msgstr "No es pot recuperar la cadena de política de planificació." @@ -1908,12 +1931,12 @@ msgid "Cannot suspend thread %lu" msgstr "No es pot suspendre en fil %x" -#: ../src/msw/thread.cpp:907 +#: ../src/msw/thread.cpp:902 #, fuzzy, c-format msgid "Cannot suspend thread %lx" msgstr "No es pot suspendre en fil %x" -#: ../src/msw/thread.cpp:830 +#: ../src/msw/thread.cpp:825 msgid "Cannot wait for thread termination" msgstr "No es pot esperar per a l'acabament de cadena" @@ -1925,7 +1948,7 @@ msgid "Categorized Mode" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:9347 +#: ../src/richtext/richtextbuffer.cpp:9598 #, fuzzy msgid "Cell Properties" msgstr "&Previ" @@ -1971,21 +1994,21 @@ msgid "Ch&oose..." msgstr "&Tanca" -#: ../src/richtext/richtextbuffer.cpp:4041 +#: ../src/richtext/richtextbuffer.cpp:4107 msgid "Change List Style" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:3392 +#: ../src/richtext/richtextbuffer.cpp:3458 msgid "Change Object Style" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:3658 -#: ../src/richtext/richtextbuffer.cpp:7749 +#: ../src/richtext/richtextbuffer.cpp:3724 +#: ../src/richtext/richtextbuffer.cpp:7853 #, fuzzy msgid "Change Properties" msgstr "&Previ" -#: ../src/richtext/richtextbuffer.cpp:3209 +#: ../src/richtext/richtextbuffer.cpp:3275 msgid "Change Style" msgstr "" @@ -2012,6 +2035,13 @@ msgid "Check to add a right parenthesis." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:381 +#: ../src/richtext/richtextborderspage.cpp:383 +#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:552 +msgid "Check to edit all borders simultaneously." +msgstr "" + #: ../src/richtext/richtextliststylepage.cpp:231 #: ../src/richtext/richtextliststylepage.cpp:233 #: ../src/richtext/richtextbulletspage.cpp:181 @@ -2019,15 +2049,15 @@ msgid "Check to enclose the bullet in parentheses." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 +#: ../src/osx/carbon/fontdlg.cpp:526 ../src/osx/carbon/fontdlg.cpp:528 msgid "Check to make the font bold." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:549 ../src/osx/carbon/fontdlg.cpp:551 +#: ../src/osx/carbon/fontdlg.cpp:533 ../src/osx/carbon/fontdlg.cpp:535 msgid "Check to make the font italic." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:558 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 msgid "Check to make the font underlined." msgstr "" @@ -2065,12 +2095,12 @@ msgid "Choose ISP to dial" msgstr "Trieu l'ISP a trucar" -#: ../src/propgrid/props.cpp:1643 +#: ../src/propgrid/props.cpp:1653 #, fuzzy msgid "Choose a directory:" msgstr "Crea directori" -#: ../src/propgrid/props.cpp:1702 +#: ../src/propgrid/props.cpp:1712 #, fuzzy msgid "Choose a file" msgstr "Trieu la font" @@ -2094,7 +2124,7 @@ msgid "Cl&ose" msgstr "&Tanca" -#: ../src/msw/ole/automtn.cpp:673 +#: ../src/msw/ole/automtn.cpp:687 #, fuzzy msgid "Class not registered." msgstr "No es pot crear un fil" @@ -2120,7 +2150,7 @@ msgid "Click to browse for a symbol." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:589 ../src/osx/carbon/fontdlg.cpp:591 +#: ../src/osx/carbon/fontdlg.cpp:573 ../src/osx/carbon/fontdlg.cpp:575 msgid "Click to cancel changes to the font." msgstr "" @@ -2128,7 +2158,7 @@ msgid "Click to cancel the font selection." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:570 ../src/osx/carbon/fontdlg.cpp:572 +#: ../src/osx/carbon/fontdlg.cpp:554 ../src/osx/carbon/fontdlg.cpp:556 msgid "Click to change the font colour." msgstr "" @@ -2153,7 +2183,7 @@ msgid "Click to close this window." msgstr "Tanca esta finestra" -#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:598 +#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 msgid "Click to confirm changes to the font." msgstr "" @@ -2237,7 +2267,7 @@ msgid "Color" msgstr "Trieu la font" -#: ../src/richtext/richtextformatdlg.cpp:725 +#: ../src/richtext/richtextformatdlg.cpp:761 #, fuzzy msgid "Colour" msgstr "Trieu la font" @@ -2247,29 +2277,29 @@ msgid "Colour selection dialog failed with error %0lx." msgstr "L'execució de l'orde '%s' ha fallit." -#: ../src/osx/carbon/fontdlg.cpp:566 +#: ../src/osx/carbon/fontdlg.cpp:550 msgid "Colour:" msgstr "" -#: ../src/osx/carbon/dataview.cpp:900 +#: ../src/osx/carbon/dataview.cpp:898 #, fuzzy msgid "Column could not be added." msgstr "No s'ha pogut carregar el fitxer." -#: ../src/osx/carbon/dataview.cpp:899 +#: ../src/osx/carbon/dataview.cpp:897 msgid "Column description could not be initialized." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1538 ../src/osx/carbon/dataview.cpp:1559 +#: ../src/osx/carbon/dataview.cpp:1536 ../src/osx/carbon/dataview.cpp:1557 #, fuzzy msgid "Column index not found." msgstr "no s'ha trobat el fitxer de catàleg per al domini '%s'" -#: ../src/osx/carbon/dataview.cpp:1614 +#: ../src/osx/carbon/dataview.cpp:1612 msgid "Column width could not be determined" msgstr "" -#: ../src/osx/carbon/dataview.cpp:901 +#: ../src/osx/carbon/dataview.cpp:899 msgid "Column width could not be set." msgstr "" @@ -2285,7 +2315,7 @@ msgid "Common dialog failed with error code %0lx." msgstr "L'execució de l'orde '%s' ha fallit." -#: ../src/gtk/window.cpp:4306 +#: ../src/gtk/window.cpp:4357 msgid "" "Compositing not supported by this system, please enable it in your Window " "Manager." @@ -2308,11 +2338,11 @@ msgid "Confirm" msgstr "Confirma" -#: ../src/msw/mimetype.cpp:739 +#: ../src/msw/mimetype.cpp:744 msgid "Confirm registry update" msgstr "Confirmeu l'actualització del registre" -#: ../src/html/htmlwin.cpp:544 +#: ../src/html/htmlwin.cpp:547 msgid "Connecting..." msgstr "S'està connectant" @@ -2320,7 +2350,7 @@ msgid "Contents" msgstr "Contingut" -#: ../src/common/strconv.cpp:2261 +#: ../src/common/strconv.cpp:2271 #, c-format msgid "Conversion to charset '%s' doesn't work." msgstr "La conversió al joc de caràcters '%s' no funciona." @@ -2330,7 +2360,7 @@ msgid "Convert" msgstr "Contingut" -#: ../src/html/htmlwin.cpp:1057 +#: ../src/html/htmlwin.cpp:1060 #, fuzzy, c-format msgid "Copied to clipboard:\"%s\"" msgstr "No s'ha pogut fixar les dades del porta-retalls" @@ -2354,21 +2384,21 @@ msgid "Could not create temporary file '%s'" msgstr "no es pot extreure el fitxer temporal '%s'" -#: ../src/osx/carbon/dataview.cpp:1285 ../src/osx/carbon/dataview.cpp:1672 +#: ../src/osx/carbon/dataview.cpp:1283 ../src/osx/carbon/dataview.cpp:1670 #, fuzzy msgid "Could not determine column index." msgstr "No s'ha pogut iniciar la previsualització del document." -#: ../src/osx/carbon/dataview.cpp:876 +#: ../src/osx/carbon/dataview.cpp:874 msgid "Could not determine column's position" msgstr "" -#: ../src/osx/carbon/dataview.cpp:843 +#: ../src/osx/carbon/dataview.cpp:841 #, fuzzy msgid "Could not determine number of columns." msgstr "No es pot trobar el fitxer d'inclusió de recursos %s." -#: ../src/osx/carbon/dataview.cpp:975 +#: ../src/osx/carbon/dataview.cpp:973 #, fuzzy msgid "Could not determine number of items" msgstr "No es pot trobar el fitxer d'inclusió de recursos %s." @@ -2382,24 +2412,24 @@ msgid "Could not find tab for id" msgstr "No es pot trobar la pestanya per a id" -#: ../src/osx/carbon/dataview.cpp:2556 ../src/osx/carbon/dataview.cpp:2591 -#: ../src/osx/carbon/dataview.cpp:2615 ../src/osx/carbon/dataview.cpp:2636 -#: ../src/osx/carbon/dataview.cpp:2773 +#: ../src/osx/carbon/dataview.cpp:2554 ../src/osx/carbon/dataview.cpp:2589 +#: ../src/osx/carbon/dataview.cpp:2613 ../src/osx/carbon/dataview.cpp:2634 +#: ../src/osx/carbon/dataview.cpp:2771 #, fuzzy msgid "Could not get header description." msgstr "No s'ha pogut iniciar la impressió" -#: ../src/osx/carbon/dataview.cpp:1169 ../src/osx/carbon/dataview.cpp:1195 +#: ../src/osx/carbon/dataview.cpp:1167 ../src/osx/carbon/dataview.cpp:1193 #, fuzzy msgid "Could not get items." msgstr "No es pot obrir el fitxer '%s'." -#: ../src/osx/carbon/dataview.cpp:2659 ../src/osx/carbon/dataview.cpp:2724 +#: ../src/osx/carbon/dataview.cpp:2657 ../src/osx/carbon/dataview.cpp:2722 #, fuzzy msgid "Could not get property flags." msgstr "no es pot extreure el fitxer temporal '%s'" -#: ../src/osx/carbon/dataview.cpp:726 +#: ../src/osx/carbon/dataview.cpp:724 #, fuzzy msgid "Could not get selected items." msgstr "No es pot obrir el fitxer '%s'." @@ -2409,52 +2439,52 @@ msgid "Could not locate file '%s'." msgstr "No es pot obrir el fitxer '%s'." -#: ../src/osx/carbon/dataview.cpp:845 +#: ../src/osx/carbon/dataview.cpp:843 #, fuzzy msgid "Could not remove column." msgstr "No s'ha pogut crear un cursor." -#: ../src/osx/carbon/dataview.cpp:642 +#: ../src/osx/carbon/dataview.cpp:640 #, fuzzy msgid "Could not retrieve number of items" msgstr "no es pot extreure el fitxer temporal '%s'" -#: ../src/osx/carbon/dataview.cpp:2572 +#: ../src/osx/carbon/dataview.cpp:2570 #, fuzzy msgid "Could not set alignment." msgstr "No s'ha pogut iniciar la impressió" -#: ../src/osx/carbon/dataview.cpp:2803 +#: ../src/osx/carbon/dataview.cpp:2801 #, fuzzy msgid "Could not set column width." msgstr "No s'ha pogut iniciar la previsualització del document." -#: ../src/common/filefn.cpp:1569 +#: ../src/common/filefn.cpp:1568 #, fuzzy msgid "Could not set current working directory" msgstr "No s'ha pogut obtenir el directori en funcionament" -#: ../src/osx/carbon/dataview.cpp:2775 +#: ../src/osx/carbon/dataview.cpp:2773 #, fuzzy msgid "Could not set header description." msgstr "No s'ha pogut iniciar la impressió" -#: ../src/osx/carbon/dataview.cpp:2596 +#: ../src/osx/carbon/dataview.cpp:2594 #, fuzzy msgid "Could not set icon." msgstr "No s'ha pogut iniciar la impressió" -#: ../src/osx/carbon/dataview.cpp:2617 +#: ../src/osx/carbon/dataview.cpp:2615 #, fuzzy msgid "Could not set maximum width." msgstr "No s'ha pogut iniciar la impressió" -#: ../src/osx/carbon/dataview.cpp:2638 +#: ../src/osx/carbon/dataview.cpp:2636 #, fuzzy msgid "Could not set minimum width." msgstr "No s'ha pogut iniciar la impressió" -#: ../src/osx/carbon/dataview.cpp:2664 ../src/osx/carbon/dataview.cpp:2729 +#: ../src/osx/carbon/dataview.cpp:2662 ../src/osx/carbon/dataview.cpp:2727 #, fuzzy msgid "Could not set property flags." msgstr "No s'ha pogut iniciar la impressió" @@ -2477,8 +2507,8 @@ msgid "Couldn't acquire a mutex lock" msgstr "No s'ha pogut crear un temporitzador" -#: ../src/msw/imaglist.cpp:166 ../src/msw/imaglist.cpp:197 -#: ../src/msw/imaglist.cpp:209 ../src/msw/dragimag.cpp:193 +#: ../src/msw/imaglist.cpp:189 ../src/msw/imaglist.cpp:226 +#: ../src/msw/imaglist.cpp:238 ../src/msw/dragimag.cpp:193 #: ../src/msw/dragimag.cpp:232 msgid "Couldn't add an image to the image list." msgstr "No s'ha pogut afegir una imatge al llistat d'imatges." @@ -2502,11 +2532,11 @@ msgid "Couldn't find symbol '%s' in a dynamic library" msgstr "No s'ha pogut trobar el símbol '%s' en una llibreria dinàmica" -#: ../src/gtk/print.cpp:2014 +#: ../src/gtk/print.cpp:2010 msgid "Couldn't get hatch style from wxBrush." msgstr "" -#: ../src/msw/thread.cpp:950 +#: ../src/msw/thread.cpp:945 msgid "Couldn't get the current thread pointer" msgstr "No es pot obtenir l'actual cadena de punter" @@ -2541,7 +2571,7 @@ msgid "Couldn't open audio: %s" msgstr "No es pot obrir el fitxer '%s'" -#: ../src/msw/ole/dataobj.cpp:350 +#: ../src/msw/ole/dataobj.cpp:377 #, c-format msgid "Couldn't register clipboard format '%s'." msgstr "No s'ha pogut registrar el format '%s' del porta-retalls." @@ -2584,8 +2614,8 @@ msgid "Ctrl+" msgstr "control" -#: ../src/richtext/richtextctrl.cpp:325 ../src/osx/textctrl_osx.cpp:582 -#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2283 +#: ../src/richtext/richtextctrl.cpp:331 ../src/osx/textctrl_osx.cpp:582 +#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2334 msgid "Cu&t" msgstr "Re&talla" @@ -2637,23 +2667,23 @@ msgid "DELETE" msgstr "" -#: ../src/common/imagbmp.cpp:1092 +#: ../src/common/imagbmp.cpp:1096 msgid "DIB Header: Encoding doesn't match bitdepth." msgstr "Capçalera DIB: la codificació no coincidix amb la profunditat de bits." -#: ../src/common/imagbmp.cpp:1040 +#: ../src/common/imagbmp.cpp:1044 msgid "DIB Header: Image height > 32767 pixels for file." msgstr "Capçalera DIB: Imatge amb alçada > 32767 píxels per fitxer." -#: ../src/common/imagbmp.cpp:1032 +#: ../src/common/imagbmp.cpp:1036 msgid "DIB Header: Image width > 32767 pixels for file." msgstr "Capçalera DIB: Imatge amb amplada > 32767 píxels per fitxer." -#: ../src/common/imagbmp.cpp:1060 +#: ../src/common/imagbmp.cpp:1064 msgid "DIB Header: Unknown bitdepth in file." msgstr "Capçalera DIB: profunditat de bits desconeguda en el fitxer." -#: ../src/common/imagbmp.cpp:1074 +#: ../src/common/imagbmp.cpp:1078 msgid "DIB Header: Unknown encoding in file." msgstr "Capçalera DIB: codificació desconeguda en el fitxer." @@ -2670,16 +2700,16 @@ msgid "DOWN" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:545 +#: ../src/richtext/richtextborderspage.cpp:567 #, fuzzy msgid "Dashed" msgstr "Data" -#: ../src/osx/carbon/dataview.cpp:1921 +#: ../src/osx/carbon/dataview.cpp:1919 msgid "Data object has invalid data format" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2491 +#: ../src/osx/carbon/dataview.cpp:2489 msgid "Date renderer cannot render value; value type: " msgstr "" @@ -2715,7 +2745,7 @@ msgid "Default printer" msgstr "Codificació predeterminada" -#: ../src/richtext/richtextbuffer.cpp:7841 ../src/common/stockitem.cpp:152 +#: ../src/richtext/richtextbuffer.cpp:7945 ../src/common/stockitem.cpp:152 #: ../src/stc/stc_i18n.cpp:20 #, fuzzy msgid "Delete" @@ -2726,22 +2756,22 @@ msgid "Delete A&ll" msgstr "Selecciona-ho &tot" -#: ../src/richtext/richtextbuffer.cpp:10637 +#: ../src/richtext/richtextbuffer.cpp:10942 #, fuzzy msgid "Delete Column" msgstr "Seccions" -#: ../src/richtext/richtextbuffer.cpp:10587 +#: ../src/richtext/richtextbuffer.cpp:10892 #, fuzzy msgid "Delete Row" msgstr "&Elimina" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, fuzzy msgid "Delete Style" msgstr "&Elimina" -#: ../src/richtext/richtextctrl.cpp:1231 ../src/richtext/richtextctrl.cpp:1452 +#: ../src/richtext/richtextctrl.cpp:1300 ../src/richtext/richtextctrl.cpp:1538 #, fuzzy msgid "Delete Text" msgstr "&Elimina" @@ -2756,12 +2786,12 @@ msgid "Delete selection" msgstr "Seccions" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, fuzzy, c-format msgid "Delete style %s?" msgstr "&Elimina" -#: ../src/unix/snglinst.cpp:295 +#: ../src/unix/snglinst.cpp:301 #, c-format msgid "Deleted stale lock file '%s'." msgstr "S'ha eliminat el fitxer antic de bloqueig '%s'." @@ -2811,12 +2841,12 @@ msgid "Directories" msgstr "Decoratiu" -#: ../src/common/filefn.cpp:1251 +#: ../src/common/filefn.cpp:1250 #, c-format msgid "Directory '%s' couldn't be created" msgstr "No s'ha pogut crear el directori '%s'" -#: ../src/common/filefn.cpp:1271 +#: ../src/common/filefn.cpp:1270 #, fuzzy, c-format msgid "Directory '%s' couldn't be deleted" msgstr "No s'ha pogut crear el directori '%s'" @@ -2850,7 +2880,7 @@ msgid "Displays help as you browse the books on the left." msgstr "" -#: ../src/msw/mimetype.cpp:732 +#: ../src/msw/mimetype.cpp:737 msgid "" "Do you want to overwrite the command used to %s files with extension \"%s" "\" ?\n" @@ -2883,11 +2913,11 @@ msgid "Documentation writers" msgstr "" -#: ../src/common/sizer.cpp:2680 +#: ../src/common/sizer.cpp:2704 msgid "Don't Save" msgstr "" -#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:611 +#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:614 msgid "Done" msgstr "Fet" @@ -2895,12 +2925,12 @@ msgid "Done." msgstr "Fet." -#: ../src/richtext/richtextborderspage.cpp:544 +#: ../src/richtext/richtextborderspage.cpp:566 #, fuzzy msgid "Dotted" msgstr "Fet" -#: ../src/richtext/richtextborderspage.cpp:546 +#: ../src/richtext/richtextborderspage.cpp:568 #, fuzzy msgid "Double" msgstr "Fet" @@ -2918,7 +2948,7 @@ msgid "Down" msgstr "Avall" -#: ../src/richtext/richtextctrl.cpp:814 +#: ../src/richtext/richtextctrl.cpp:842 msgid "Drag" msgstr "" @@ -2934,7 +2964,7 @@ msgid "ENTER" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:535 +#: ../src/unix/fswatcher_inotify.cpp:548 #, fuzzy msgid "EOF while reading from inotify descriptor" msgstr "no es pot llegir des del fitxer descriptor %s" @@ -3004,23 +3034,23 @@ msgid "Enables a background colour." msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:931 +#: ../src/richtext/richtextstyledlg.cpp:934 msgid "Enter a box style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:603 +#: ../src/richtext/richtextstyledlg.cpp:606 msgid "Enter a character style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:817 +#: ../src/richtext/richtextstyledlg.cpp:820 msgid "Enter a list style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:890 +#: ../src/richtext/richtextstyledlg.cpp:893 msgid "Enter a new style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:651 +#: ../src/richtext/richtextstyledlg.cpp:654 msgid "Enter a paragraph style name" msgstr "" @@ -3069,12 +3099,12 @@ msgid "Error creating directory" msgstr "Error en crear directori" -#: ../src/common/imagbmp.cpp:1103 +#: ../src/common/imagbmp.cpp:1107 #, fuzzy msgid "Error in reading image DIB." msgstr "Error en llegir imatge DIB" -#: ../src/propgrid/propgrid.cpp:6563 +#: ../src/propgrid/propgrid.cpp:6565 #, c-format msgid "Error in resource: %s" msgstr "" @@ -3107,10 +3137,6 @@ msgid "Estimated time:" msgstr "Temps estimat:" -#: ../src/unix/fswatcher_inotify.cpp:639 -msgid "Event queue overflowed" -msgstr "" - #: ../src/generic/dbgrptg.cpp:234 #, fuzzy msgid "Executable files (*.exe)|*.exe|" @@ -3120,7 +3146,7 @@ msgid "Execute" msgstr "" -#: ../src/msw/utilsexc.cpp:888 +#: ../src/msw/utilsexc.cpp:887 #, c-format msgid "Execution of command '%s' failed" msgstr "L'execució de l'orde '%s' ha fallit." @@ -3177,7 +3203,7 @@ msgid "Failed to allocate colour for OpenGL" msgstr "No s'ha pogut crear una barra d'estat." -#: ../src/unix/displayx11.cpp:288 +#: ../src/unix/displayx11.cpp:292 #, fuzzy msgid "Failed to change video mode" msgstr "No s'ha pogut tancar el manegador de fitxers" @@ -3196,7 +3222,7 @@ msgid "Failed to close file handle" msgstr "No s'ha pogut tancar el manegador de fitxers" -#: ../src/unix/snglinst.cpp:334 +#: ../src/unix/snglinst.cpp:340 #, c-format msgid "Failed to close lock file '%s'" msgstr "No s'ha pogut tancar el fitxer de bloqueig '%s'" @@ -3253,19 +3279,19 @@ msgid "Failed to create DDE string" msgstr "No s'ha pogut crear una cadena DDE" -#: ../src/msw/mdi.cpp:590 +#: ../src/msw/mdi.cpp:594 msgid "Failed to create MDI parent frame." msgstr "No s'ha pogut crear un marc MDI principal." -#: ../src/common/filename.cpp:1080 +#: ../src/common/filename.cpp:1086 msgid "Failed to create a temporary file name" msgstr "No s'ha pogut crear un nom d'arxiu temporal" -#: ../src/msw/utilsexc.cpp:235 +#: ../src/msw/utilsexc.cpp:234 msgid "Failed to create an anonymous pipe" msgstr "Creació fallida d'un conducte anònim." -#: ../src/msw/ole/automtn.cpp:522 +#: ../src/msw/ole/automtn.cpp:525 #, fuzzy, c-format msgid "Failed to create an instance of \"%s\"" msgstr "No s'ha pogut crear un directori %s/.gnome." @@ -3324,7 +3350,7 @@ msgid "Failed to empty the clipboard." msgstr "No s'ha pogut buidar el porta-retalls" -#: ../src/unix/displayx11.cpp:265 +#: ../src/unix/displayx11.cpp:266 #, fuzzy msgid "Failed to enumerate video modes" msgstr "No s'ha pogut crear un directori %s/.gnome." @@ -3347,7 +3373,7 @@ msgid "Failed to execute curl, please install it in PATH." msgstr "" -#: ../src/msw/ole/automtn.cpp:505 +#: ../src/msw/ole/automtn.cpp:508 #, fuzzy, c-format msgid "Failed to find CLSID of \"%s\"" msgstr "No s'ha pogut obrir '%s' per %s" @@ -3362,7 +3388,7 @@ msgid "Failed to get ISP names: %s" msgstr "No s'han pogut obtenir els noms ISP: %s" -#: ../src/msw/ole/automtn.cpp:574 +#: ../src/msw/ole/automtn.cpp:577 #, fuzzy, c-format msgid "Failed to get OLE automation interface for \"%s\"" msgstr "No s'ha pogut crear un directori %s/.gnome." @@ -3375,7 +3401,7 @@ msgid "Failed to get the local system time" msgstr "No s'ha pogut obtenir l'horari local del sistema" -#: ../src/common/filefn.cpp:1453 +#: ../src/common/filefn.cpp:1452 msgid "Failed to get the working directory" msgstr "No s'ha pogut obtenir el directori en funcionament" @@ -3397,7 +3423,7 @@ msgid "Failed to initiate dialup connection: %s" msgstr "No s'ha pogut acabar la connexió de marcatge directe: %s" -#: ../src/gtk/textctrl.cpp:1117 +#: ../src/gtk/textctrl.cpp:1129 #, fuzzy msgid "Failed to insert text in the control." msgstr "No s'ha pogut obtenir el directori en funcionament" @@ -3412,7 +3438,7 @@ msgid "Failed to install signal handler" msgstr "No s'ha pogut tancar el manegador de fitxers" -#: ../src/unix/threadpsx.cpp:1162 +#: ../src/unix/threadpsx.cpp:1167 msgid "" "Failed to join a thread, potential memory leak detected - please restart the " "program" @@ -3484,7 +3510,7 @@ msgid "Failed to modify descriptor %d in epoll descriptor %d" msgstr "" -#: ../src/common/filename.cpp:2681 +#: ../src/common/filename.cpp:2687 #, c-format msgid "Failed to modify file times for '%s'" msgstr "No s'ha pogut modificar les hores de fitxer de '%s'" @@ -3508,7 +3534,7 @@ msgid "Failed to open CHM archive '%s'." msgstr "No s'ha pogut obrir '%s' per %s" -#: ../src/common/utilscmn.cpp:1135 +#: ../src/common/utilscmn.cpp:1142 #, fuzzy, c-format msgid "Failed to open URL \"%s\" in default browser." msgstr "No s'ha pogut obrir '%s' per %s" @@ -3523,7 +3549,7 @@ msgid "Failed to open display \"%s\"." msgstr "No s'ha pogut obrir '%s' per %s" -#: ../src/common/filename.cpp:1115 +#: ../src/common/filename.cpp:1121 msgid "Failed to open temporary file." msgstr "No s'ha pogut obrir un fitxer temporal" @@ -3573,7 +3599,7 @@ msgid "Failed to redirect child process input/output" msgstr "No s'ha pogut redireccionar el procés fill d'entrada/eixida" -#: ../src/msw/utilsexc.cpp:697 +#: ../src/msw/utilsexc.cpp:696 msgid "Failed to redirect the child process IO" msgstr "No s'ha pogut redireccionar el procés fill d'IO" @@ -3592,7 +3618,7 @@ msgid "Failed to remove debug report file \"%s\"" msgstr "És impossible d'eliminar el fitxer de blocatge '%s'" -#: ../src/unix/snglinst.cpp:322 +#: ../src/unix/snglinst.cpp:328 #, c-format msgid "Failed to remove lock file '%s'" msgstr "És impossible d'eliminar el fitxer de blocatge '%s'" @@ -3623,7 +3649,7 @@ msgid "Failed to retrieve data from the clipboard." msgstr "No s'ha pogut recuperar les dades del porta-retalls." -#: ../src/common/filename.cpp:2777 +#: ../src/common/filename.cpp:2783 #, c-format msgid "Failed to retrieve file times for '%s'" msgstr "No s'ha pogut recuperar les hores de fitxer de '%s'" @@ -3673,22 +3699,22 @@ msgid "Failed to set temporary file permissions" msgstr "No s'ha pogut fixar els permisos de fitxer temporals." -#: ../src/gtk/textctrl.cpp:1058 +#: ../src/gtk/textctrl.cpp:1070 #, fuzzy msgid "Failed to set text in the text control." msgstr "No s'ha pogut obtenir el temps UTC del sistema." -#: ../src/unix/threadpsx.cpp:1293 +#: ../src/unix/threadpsx.cpp:1298 #, fuzzy, c-format msgid "Failed to set thread concurrency level to %lu" msgstr "No s'ha pogut establir la prioritat de la cadena %d" -#: ../src/unix/threadpsx.cpp:1377 ../src/unix/threadpsx.cpp:1387 +#: ../src/unix/threadpsx.cpp:1382 ../src/unix/threadpsx.cpp:1392 #, c-format msgid "Failed to set thread priority %d." msgstr "No s'ha pogut establir la prioritat de la cadena %d" -#: ../src/unix/utilsunx.cpp:791 +#: ../src/unix/utilsunx.cpp:801 msgid "Failed to set up non-blocking pipe, the program might hang." msgstr "" @@ -3705,7 +3731,7 @@ msgid "Failed to switch wake up pipe to non-blocking mode" msgstr "" -#: ../src/unix/threadpsx.cpp:1569 +#: ../src/unix/threadpsx.cpp:1574 msgid "Failed to terminate a thread." msgstr "No s'ha pogut acabar una cadena." @@ -3718,12 +3744,12 @@ msgid "Failed to terminate the dialup connection: %s" msgstr "No s'ha pogut acabar la connexió de marcatge directe: %s" -#: ../src/common/filename.cpp:2696 +#: ../src/common/filename.cpp:2702 #, c-format msgid "Failed to touch the file '%s'" msgstr "No s'ha pogut posar en contacte amb el fitxer '%s'" -#: ../src/unix/snglinst.cpp:328 +#: ../src/unix/snglinst.cpp:334 #, c-format msgid "Failed to unlock lock file '%s'" msgstr "No s'ha pogut desbloquejar el fitxer de bloqueig '%s'" @@ -3793,7 +3819,7 @@ "El fitxer '%s' ja existix,\n" "Desitgeu substituir-lo?" -#: ../src/common/filefn.cpp:1207 +#: ../src/common/filefn.cpp:1206 #, fuzzy, c-format msgid "File '%s' couldn't be removed" msgstr "No s'ha pogut crear el directori '%s'" @@ -3803,11 +3829,11 @@ msgid "File '%s' couldn't be renamed '%s'" msgstr "No s'ha pogut crear el directori '%s'" -#: ../src/richtext/richtextctrl.cpp:2688 ../src/common/textcmn.cpp:921 +#: ../src/richtext/richtextctrl.cpp:2774 ../src/common/textcmn.cpp:935 msgid "File couldn't be loaded." msgstr "No s'ha pogut carregar el fitxer." -#: ../src/msw/filedlg.cpp:458 +#: ../src/msw/filedlg.cpp:462 #, fuzzy, c-format msgid "File dialog failed with error code %0lx." msgstr "L'execució de l'orde '%s' ha fallit." @@ -3825,7 +3851,7 @@ msgid "Files" msgstr "&Mida" -#: ../src/common/filefn.cpp:1761 +#: ../src/common/filefn.cpp:1760 #, fuzzy, c-format msgid "Files (%s)" msgstr "Fitxers (%s)|%s" @@ -3875,7 +3901,7 @@ msgid "Folio, 8 1/2 x 13 in" msgstr "Foli, 8 1/2 x 13 polzades" -#: ../src/richtext/richtextformatdlg.cpp:324 ../src/osx/carbon/fontdlg.cpp:473 +#: ../src/richtext/richtextformatdlg.cpp:325 ../src/osx/carbon/fontdlg.cpp:457 #: ../src/common/stockitem.cpp:194 msgid "Font" msgstr "" @@ -3894,7 +3920,7 @@ msgid "Font st&yle:" msgstr "Grandària de la font:" -#: ../src/osx/carbon/fontdlg.cpp:515 +#: ../src/osx/carbon/fontdlg.cpp:499 #, fuzzy msgid "Font:" msgstr "Grandària de la font:" @@ -3946,7 +3972,7 @@ msgid "GIF: unknown error!!!" msgstr "GIF: error desconegut!!!" -#: ../src/gtk/window.cpp:4288 +#: ../src/gtk/window.cpp:4339 msgid "" "GTK+ installed on this machine is too old to support screen compositing, " "please install GTK+ 2.12 or later." @@ -4013,7 +4039,7 @@ msgid "Greek (ISO-8859-7)" msgstr "Grec (ISO-8859-7)" -#: ../src/richtext/richtextborderspage.cpp:547 +#: ../src/richtext/richtextborderspage.cpp:569 msgid "Groove" msgstr "" @@ -4033,7 +4059,7 @@ msgid "HTML Help Project (*.hhp)|*.hhp|" msgstr "" -#: ../src/html/htmlwin.cpp:659 +#: ../src/html/htmlwin.cpp:662 #, fuzzy, c-format msgid "HTML anchor %s does not exist." msgstr "L'ancoratge de l'HTML no existix." @@ -4092,16 +4118,16 @@ msgid "Help: %s" msgstr "Ajuda: %s" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:649 +#: ../src/osx/menu_osx.cpp:623 #, fuzzy, c-format msgid "Hide %s" msgstr "Ajuda: %s" -#: ../src/osx/menu_osx.cpp:604 ../src/osx/menu_osx.cpp:651 +#: ../src/osx/menu_osx.cpp:625 msgid "Hide Others" msgstr "" -#: ../src/generic/infobar.cpp:85 +#: ../src/generic/infobar.cpp:84 msgid "Hide this notification message." msgstr "" @@ -4120,26 +4146,26 @@ msgid "How the object will float relative to the text." msgstr "" -#: ../src/common/imagbmp.cpp:1118 +#: ../src/common/imagbmp.cpp:1122 msgid "ICO: Error in reading mask DIB." msgstr "ICO: Error en llegir la màscara DIB." -#: ../src/common/imagbmp.cpp:1233 ../src/common/imagbmp.cpp:1294 -#: ../src/common/imagbmp.cpp:1305 ../src/common/imagbmp.cpp:1318 -#: ../src/common/imagbmp.cpp:1363 ../src/common/imagbmp.cpp:1375 -#: ../src/common/imagbmp.cpp:1386 +#: ../src/common/imagbmp.cpp:1237 ../src/common/imagbmp.cpp:1298 +#: ../src/common/imagbmp.cpp:1309 ../src/common/imagbmp.cpp:1322 +#: ../src/common/imagbmp.cpp:1367 ../src/common/imagbmp.cpp:1379 +#: ../src/common/imagbmp.cpp:1390 msgid "ICO: Error writing the image file!" msgstr "ICO: Error en llegir el fitxer d'imatge!" -#: ../src/common/imagbmp.cpp:1198 +#: ../src/common/imagbmp.cpp:1202 msgid "ICO: Image too tall for an icon." msgstr "ICO: Imatge massa llarga per a una icona." -#: ../src/common/imagbmp.cpp:1206 +#: ../src/common/imagbmp.cpp:1210 msgid "ICO: Image too wide for an icon." msgstr "ICO:Imatge massa ampla per poder ser una icona." -#: ../src/common/imagbmp.cpp:1466 +#: ../src/common/imagbmp.cpp:1470 msgid "ICO: Invalid icon index." msgstr "ICO: Ãndex d'icones invàlid" @@ -4171,7 +4197,7 @@ msgid "ISO-2022-JP" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2420 +#: ../src/osx/carbon/dataview.cpp:2418 msgid "Icon & text renderer cannot render value; value type: " msgstr "" @@ -4235,7 +4261,7 @@ msgid "Image is not of type %s." msgstr "El fitxer d'imatge no és del tipus %d." -#: ../src/msw/textctrl.cpp:399 +#: ../src/msw/textctrl.cpp:413 msgid "" "Impossible to create a rich edit control, using simple text control instead. " "Please reinstall riched32.dll" @@ -4267,7 +4293,7 @@ msgid "Incorrect GIF frame size (%u, %d) for the frame #%u" msgstr "" -#: ../src/msw/ole/automtn.cpp:624 +#: ../src/msw/ole/automtn.cpp:638 msgid "Incorrect number of arguments." msgstr "" @@ -4276,7 +4302,7 @@ msgid "Indent" msgstr "Ãndex" -#: ../src/richtext/richtextformatdlg.cpp:330 +#: ../src/richtext/richtextformatdlg.cpp:331 msgid "Indents && Spacing" msgstr "" @@ -4301,25 +4327,25 @@ msgid "Insert" msgstr "Ãndex" -#: ../src/richtext/richtextbuffer.cpp:7687 +#: ../src/richtext/richtextbuffer.cpp:7791 #, fuzzy msgid "Insert Field" msgstr "Ãndex" -#: ../src/richtext/richtextbuffer.cpp:7598 -#: ../src/richtext/richtextbuffer.cpp:8551 +#: ../src/richtext/richtextbuffer.cpp:7702 +#: ../src/richtext/richtextbuffer.cpp:8655 msgid "Insert Image" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:7645 +#: ../src/richtext/richtextbuffer.cpp:7749 #, fuzzy msgid "Insert Object" msgstr "Ãndex" -#: ../src/richtext/richtextctrl.cpp:1172 ../src/richtext/richtextctrl.cpp:1362 -#: ../src/richtext/richtextbuffer.cpp:7440 -#: ../src/richtext/richtextbuffer.cpp:7470 -#: ../src/richtext/richtextbuffer.cpp:7514 +#: ../src/richtext/richtextctrl.cpp:1241 ../src/richtext/richtextctrl.cpp:1448 +#: ../src/richtext/richtextbuffer.cpp:7544 +#: ../src/richtext/richtextbuffer.cpp:7574 +#: ../src/richtext/richtextbuffer.cpp:7618 msgid "Insert Text" msgstr "" @@ -4328,7 +4354,7 @@ msgid "Inserts a page break before the paragraph." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:549 +#: ../src/richtext/richtextborderspage.cpp:571 #, fuzzy msgid "Inset" msgstr "Ãndex" @@ -4342,7 +4368,7 @@ msgid "Invalid TIFF image index." msgstr "Index d'imatge TIFF invàlid" -#: ../src/osx/carbon/dataview.cpp:1782 ../src/osx/carbon/dataview.cpp:1877 +#: ../src/osx/carbon/dataview.cpp:1780 ../src/osx/carbon/dataview.cpp:1875 msgid "Invalid data view item" msgstr "" @@ -4356,12 +4382,12 @@ msgid "Invalid geometry specification '%s'" msgstr "Especificació geomètrica invàlida '%s'" -#: ../src/unix/fswatcher_inotify.cpp:298 +#: ../src/unix/fswatcher_inotify.cpp:311 #, c-format msgid "Invalid inotify event for \"%s\"" msgstr "" -#: ../src/unix/snglinst.cpp:306 +#: ../src/unix/snglinst.cpp:312 #, c-format msgid "Invalid lock file '%s'." msgstr "Fitxer de bloqueig '%s' invàlid." @@ -4390,7 +4416,7 @@ msgstr "" #: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:333 -#: ../src/osx/carbon/fontdlg.cpp:547 ../src/common/stockitem.cpp:168 +#: ../src/osx/carbon/fontdlg.cpp:531 ../src/common/stockitem.cpp:168 msgid "Italic" msgstr "Cursiva" @@ -4699,7 +4725,7 @@ msgid "Link contained '//', converted to absolute link." msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:349 +#: ../src/richtext/richtextformatdlg.cpp:350 msgid "List Style" msgstr "" @@ -4718,12 +4744,12 @@ msgid "Lists the available fonts." msgstr "Els consells no es troben disponibles!" -#: ../src/common/fldlgcmn.cpp:325 +#: ../src/common/fldlgcmn.cpp:343 #, c-format msgid "Load %s file" msgstr "Carrega fitxer %s" -#: ../src/html/htmlwin.cpp:575 +#: ../src/html/htmlwin.cpp:578 msgid "Loading : " msgstr "S'està carregant:" @@ -4935,12 +4961,12 @@ msgid "MacVietnamese" msgstr "" -#: ../src/propgrid/advprops.cpp:2031 +#: ../src/propgrid/advprops.cpp:2013 #, fuzzy msgid "Make a selection:" msgstr "Seccions" -#: ../src/richtext/richtextformatdlg.cpp:362 +#: ../src/richtext/richtextformatdlg.cpp:363 #: ../src/richtext/richtextmarginspage.cpp:172 msgid "Margins" msgstr "" @@ -4983,7 +5009,7 @@ msgid "Metal theme" msgstr "Tema metal·litzat" -#: ../src/msw/ole/automtn.cpp:641 +#: ../src/msw/ole/automtn.cpp:655 msgid "Method or property not found." msgstr "" @@ -5000,7 +5026,7 @@ msgid "Min width:" msgstr "" -#: ../src/msw/ole/automtn.cpp:657 +#: ../src/msw/ole/automtn.cpp:671 msgid "Missing a required parameter." msgstr "" @@ -5044,7 +5070,7 @@ msgid "Moves the object to the previous paragraph." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:9345 +#: ../src/richtext/richtextbuffer.cpp:9596 msgid "Multiple Cell Properties" msgstr "" @@ -5082,16 +5108,16 @@ msgid "New &Paragraph Style..." msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:603 -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:651 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:817 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:890 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:931 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:606 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:654 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:820 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:893 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:934 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "New Style" msgstr "" @@ -5133,19 +5159,19 @@ msgid "No bitmap handler for type %d defined." msgstr "No hi ha definit cap manegador per al tipus d'imatge %d." -#: ../src/osx/carbon/dataview.cpp:1784 +#: ../src/osx/carbon/dataview.cpp:1782 msgid "No column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1674 +#: ../src/osx/carbon/dataview.cpp:1672 msgid "No column for the specified column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1423 +#: ../src/osx/carbon/dataview.cpp:1421 msgid "No column for the specified column position existing." msgstr "" -#: ../src/common/utilscmn.cpp:1049 +#: ../src/common/utilscmn.cpp:1056 msgid "No default application configured for HTML files." msgstr "" @@ -5202,11 +5228,11 @@ msgid "No matching page found yet" msgstr "Encara no s'ha trobat cap pàgina que coincidisca" -#: ../src/osx/carbon/dataview.cpp:1676 ../src/osx/carbon/dataview.cpp:1786 +#: ../src/osx/carbon/dataview.cpp:1674 ../src/osx/carbon/dataview.cpp:1784 msgid "No renderer or invalid renderer type specified for custom data column." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1424 +#: ../src/osx/carbon/dataview.cpp:1422 msgid "No renderer specified for column." msgstr "" @@ -5230,7 +5256,7 @@ msgid "No valid mappings found in the file \"%s\"." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:542 +#: ../src/richtext/richtextborderspage.cpp:564 #: ../src/richtext/richtextsizepage.cpp:248 #: ../src/richtext/richtextsizepage.cpp:252 #, fuzzy @@ -5253,7 +5279,7 @@ msgid "Normal font:" msgstr "Font normal" -#: ../src/propgrid/props.cpp:887 +#: ../src/propgrid/props.cpp:897 #, fuzzy, c-format msgid "Not %s" msgstr "No" @@ -5277,7 +5303,7 @@ msgid "Notice" msgstr "No" -#: ../src/osx/carbon/dataview.cpp:902 +#: ../src/osx/carbon/dataview.cpp:900 #, fuzzy msgid "Number of columns could not be determined." msgstr "No s'ha pogut carregar el fitxer." @@ -5289,22 +5315,22 @@ #: ../include/wx/msgdlg.h:273 ../src/richtext/richtextstyledlg.cpp:297 #: ../src/common/stockitem.cpp:178 ../src/msw/msgdlg.cpp:489 -#: ../src/msw/msgdlg.cpp:799 ../src/msw/dialog.cpp:120 +#: ../src/msw/msgdlg.cpp:795 ../src/msw/dialog.cpp:120 #: ../src/gtk1/fontdlg.cpp:138 msgid "OK" msgstr "D'acord" -#: ../src/msw/ole/automtn.cpp:681 +#: ../src/msw/ole/automtn.cpp:695 #, c-format msgid "OLE Automation error in %s: %s" msgstr "" -#: ../include/wx/richtext/richtextimagedlg.h:39 +#: ../include/wx/richtext/richtextimagedlg.h:38 #, fuzzy msgid "Object Properties" msgstr "&Previ" -#: ../src/msw/ole/automtn.cpp:649 +#: ../src/msw/ole/automtn.cpp:663 msgid "Object implementation does not support named arguments." msgstr "" @@ -5367,16 +5393,16 @@ msgid "Out of window IDs. Recommend shutting down application." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:400 -#: ../src/richtext/richtextborderspage.cpp:533 +#: ../src/richtext/richtextborderspage.cpp:397 +#: ../src/richtext/richtextborderspage.cpp:555 msgid "Outline" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:572 msgid "Outset" msgstr "" -#: ../src/msw/ole/automtn.cpp:645 +#: ../src/msw/ole/automtn.cpp:659 msgid "Overflow while coercing argument values." msgstr "" @@ -5611,7 +5637,7 @@ msgid "Passing an unknown object to GetObject" msgstr "" -#: ../src/richtext/richtextctrl.cpp:3117 ../src/common/stockitem.cpp:180 +#: ../src/richtext/richtextctrl.cpp:3206 ../src/common/stockitem.cpp:180 #: ../src/stc/stc_i18n.cpp:19 #, fuzzy msgid "Paste" @@ -5631,7 +5657,7 @@ msgid "Permissions" msgstr "Permisos" -#: ../src/richtext/richtextbuffer.cpp:11942 +#: ../src/richtext/richtextbuffer.cpp:12271 #, fuzzy msgid "Picture Properties" msgstr "&Previ" @@ -5682,20 +5708,20 @@ msgid "Point Size" msgstr "Grandària de la font:" -#: ../src/osx/carbon/dataview.cpp:1278 ../src/osx/carbon/dataview.cpp:1329 -#: ../src/osx/carbon/dataview.cpp:1420 ../src/osx/carbon/dataview.cpp:1443 -#: ../src/osx/carbon/dataview.cpp:1460 ../src/osx/carbon/dataview.cpp:1477 -#: ../src/osx/carbon/dataview.cpp:1670 ../src/osx/carbon/dataview.cpp:1779 -#: ../src/osx/carbon/dataview.cpp:1821 ../src/osx/carbon/dataview.cpp:1874 -#: ../src/osx/carbon/dataview.cpp:1997 +#: ../src/osx/carbon/dataview.cpp:1276 ../src/osx/carbon/dataview.cpp:1327 +#: ../src/osx/carbon/dataview.cpp:1418 ../src/osx/carbon/dataview.cpp:1441 +#: ../src/osx/carbon/dataview.cpp:1458 ../src/osx/carbon/dataview.cpp:1475 +#: ../src/osx/carbon/dataview.cpp:1668 ../src/osx/carbon/dataview.cpp:1777 +#: ../src/osx/carbon/dataview.cpp:1819 ../src/osx/carbon/dataview.cpp:1872 +#: ../src/osx/carbon/dataview.cpp:1995 msgid "Pointer to data view control not set correctly." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1279 ../src/osx/carbon/dataview.cpp:1338 -#: ../src/osx/carbon/dataview.cpp:1421 ../src/osx/carbon/dataview.cpp:1478 -#: ../src/osx/carbon/dataview.cpp:1671 ../src/osx/carbon/dataview.cpp:1780 -#: ../src/osx/carbon/dataview.cpp:1822 ../src/osx/carbon/dataview.cpp:1875 -#: ../src/osx/carbon/dataview.cpp:1998 +#: ../src/osx/carbon/dataview.cpp:1277 ../src/osx/carbon/dataview.cpp:1336 +#: ../src/osx/carbon/dataview.cpp:1419 ../src/osx/carbon/dataview.cpp:1476 +#: ../src/osx/carbon/dataview.cpp:1669 ../src/osx/carbon/dataview.cpp:1778 +#: ../src/osx/carbon/dataview.cpp:1820 ../src/osx/carbon/dataview.cpp:1873 +#: ../src/osx/carbon/dataview.cpp:1996 msgid "Pointer to model not set correctly." msgstr "" @@ -5716,7 +5742,7 @@ msgid "Preferences" msgstr "" -#: ../src/osx/menu_osx.cpp:643 +#: ../src/osx/menu_osx.cpp:614 msgid "Preferences..." msgstr "" @@ -5724,7 +5750,7 @@ msgid "Preparing" msgstr "" -#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:576 +#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:560 #: ../src/html/helpwnd.cpp:1235 msgid "Preview:" msgstr "Previsualització:" @@ -5847,7 +5873,7 @@ msgstr "S'està imprimint..." #: ../include/wx/richtext/richtextprint.h:109 ../include/wx/prntbase.h:263 -#: ../src/common/docview.cpp:2124 +#: ../src/common/docview.cpp:2114 #, fuzzy msgid "Printout" msgstr "Imprimix" @@ -5858,7 +5884,7 @@ "Processing debug report has failed, leaving the files in \"%s\" directory." msgstr "" -#: ../src/osx/carbon/dataview.cpp:2472 +#: ../src/osx/carbon/dataview.cpp:2470 msgid "Progress renderer cannot render value type; value type: " msgstr "" @@ -5876,7 +5902,7 @@ msgid "Property" msgstr "&Previ" -#: ../src/propgrid/propgrid.cpp:3144 ../src/propgrid/propgrid.cpp:3276 +#: ../src/propgrid/propgrid.cpp:3146 ../src/propgrid/propgrid.cpp:3278 #, fuzzy msgid "Property Error" msgstr "Error d'impressió" @@ -5893,7 +5919,7 @@ msgid "Quit" msgstr "" -#: ../src/osx/menu_osx.cpp:610 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:631 #, fuzzy, c-format msgid "Quit %s" msgstr "No" @@ -5988,7 +6014,7 @@ msgid "Remove" msgstr "" -#: ../src/richtext/richtextctrl.cpp:1430 +#: ../src/richtext/richtextctrl.cpp:1516 msgid "Remove Bullet" msgstr "" @@ -6001,12 +6027,12 @@ msgid "Renderer \"%s\" has incompatible version %d.%d and couldn't be loaded." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1430 +#: ../src/osx/carbon/dataview.cpp:1428 #, fuzzy msgid "Rendering failed." msgstr "No s'ha pogut crear la canonada." -#: ../src/richtext/richtextbuffer.cpp:4214 +#: ../src/richtext/richtextbuffer.cpp:4280 msgid "Renumber List" msgstr "" @@ -6015,7 +6041,7 @@ msgid "Rep&lace" msgstr "&Substituix" -#: ../src/richtext/richtextctrl.cpp:3277 ../src/common/stockitem.cpp:188 +#: ../src/richtext/richtextctrl.cpp:3366 ../src/common/stockitem.cpp:188 #, fuzzy msgid "Replace" msgstr "&Substituix" @@ -6033,7 +6059,7 @@ msgid "Replace with:" msgstr "Substituix amb:" -#: ../src/common/valtext.cpp:161 +#: ../src/common/valtext.cpp:163 msgid "Required information entry is empty." msgstr "" @@ -6046,7 +6072,7 @@ msgid "Revert to Saved" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:548 +#: ../src/richtext/richtextborderspage.cpp:570 #, fuzzy msgid "Ridge" msgstr "Clar" @@ -6106,12 +6132,12 @@ msgid "SUBTRACT" msgstr "" -#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2678 +#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2702 #, fuzzy msgid "Save" msgstr "&Desa..." -#: ../src/common/fldlgcmn.cpp:327 +#: ../src/common/fldlgcmn.cpp:345 #, c-format msgid "Save %s file" msgstr "Alça fitxer %s" @@ -6191,8 +6217,8 @@ msgid "Seek error on file '%s' (large files not supported by stdio)" msgstr "" -#: ../src/richtext/richtextctrl.cpp:330 ../src/osx/textctrl_osx.cpp:587 -#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2288 +#: ../src/richtext/richtextctrl.cpp:336 ../src/osx/textctrl_osx.cpp:587 +#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2339 msgid "Select &All" msgstr "Selecciona-ho &tot" @@ -6239,7 +6265,11 @@ msgid "Separator expected after the option '%s'." msgstr "S'espera un separador després de l'opció '%s'." -#: ../src/richtext/richtextbuffer.cpp:10513 +#: ../src/osx/menu_osx.cpp:618 +msgid "Services" +msgstr "" + +#: ../src/richtext/richtextbuffer.cpp:10818 #, fuzzy msgid "Set Cell Style" msgstr "&Elimina" @@ -6248,7 +6278,7 @@ msgid "SetProperty called w/o valid setter" msgstr "" -#: ../src/common/filename.cpp:2632 +#: ../src/common/filename.cpp:2638 msgid "Setting directory access times is not supported under this OS version" msgstr "" @@ -6277,7 +6307,7 @@ msgid "Show &hidden files" msgstr "Mostra fitgers ocults." -#: ../src/osx/menu_osx.cpp:605 ../src/osx/menu_osx.cpp:652 +#: ../src/osx/menu_osx.cpp:626 #, fuzzy msgid "Show All" msgstr "Mostra-ho tot" @@ -6319,7 +6349,7 @@ msgid "Shows a preview of the font settings." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 +#: ../src/osx/carbon/fontdlg.cpp:564 ../src/osx/carbon/fontdlg.cpp:566 msgid "Shows a preview of the font." msgstr "" @@ -6341,12 +6371,12 @@ msgid "Single" msgstr "" -#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:356 +#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:357 #: ../src/richtext/richtextsizepage.cpp:299 msgid "Size" msgstr "Grandària" -#: ../src/osx/carbon/fontdlg.cpp:525 +#: ../src/osx/carbon/fontdlg.cpp:509 #, fuzzy msgid "Size:" msgstr "Grandària" @@ -6365,7 +6395,7 @@ msgid "Small C&apitals" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:543 +#: ../src/richtext/richtextborderspage.cpp:565 #, fuzzy msgid "Solid" msgstr "Negreta" @@ -6378,11 +6408,11 @@ msgid "Sorry, not enough memory to create a preview." msgstr "No hi ha prou memòria com per crear una previsualització" -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "Sorry, that name is taken. Please choose another." msgstr "" @@ -6444,15 +6474,15 @@ msgstr "" "recurs XRC: Color d'especificació incorrecte '%s' per a la propietat '%s'." -#: ../src/richtext/richtextformatdlg.cpp:318 ../src/propgrid/advprops.cpp:647 +#: ../src/richtext/richtextformatdlg.cpp:319 ../src/propgrid/advprops.cpp:647 msgid "Style" msgstr "" -#: ../include/wx/richtext/richtextstyledlg.h:47 +#: ../include/wx/richtext/richtextstyledlg.h:46 msgid "Style Organiser" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:534 +#: ../src/osx/carbon/fontdlg.cpp:518 msgid "Style:" msgstr "" @@ -6523,7 +6553,7 @@ msgid "TIFF: Image size is abnormally big." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10794 +#: ../src/richtext/richtextbuffer.cpp:11099 #, fuzzy msgid "Table Properties" msgstr "&Previ" @@ -6537,7 +6567,7 @@ msgid "Tabloid, 11 x 17 in" msgstr "Tabloid, 11 x 17 polz" -#: ../src/richtext/richtextformatdlg.cpp:336 +#: ../src/richtext/richtextformatdlg.cpp:337 msgid "Tabs" msgstr "" @@ -6549,7 +6579,7 @@ msgid "Templates" msgstr "Plantilles" -#: ../src/osx/carbon/dataview.cpp:2373 +#: ../src/osx/carbon/dataview.cpp:2371 msgid "Text renderer cannot render value; value type: " msgstr "" @@ -6583,6 +6613,26 @@ msgid "The background colour." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:265 +#: ../src/richtext/richtextborderspage.cpp:267 +#: ../src/richtext/richtextborderspage.cpp:299 +#: ../src/richtext/richtextborderspage.cpp:301 +#: ../src/richtext/richtextborderspage.cpp:333 +#: ../src/richtext/richtextborderspage.cpp:335 +#: ../src/richtext/richtextborderspage.cpp:367 +#: ../src/richtext/richtextborderspage.cpp:369 +#: ../src/richtext/richtextborderspage.cpp:434 +#: ../src/richtext/richtextborderspage.cpp:436 +#: ../src/richtext/richtextborderspage.cpp:468 +#: ../src/richtext/richtextborderspage.cpp:470 +#: ../src/richtext/richtextborderspage.cpp:502 +#: ../src/richtext/richtextborderspage.cpp:504 +#: ../src/richtext/richtextborderspage.cpp:536 +#: ../src/richtext/richtextborderspage.cpp:538 +#, fuzzy +msgid "The border line style." +msgstr "Grandària de la font:" + #: ../src/richtext/richtextmarginspage.cpp:268 #: ../src/richtext/richtextmarginspage.cpp:270 #, fuzzy @@ -6630,7 +6680,7 @@ "seleccionar un altre conjunt per substituir-lo o escolliu\n" "[Anul·la] si no pot ser substituït." -#: ../src/msw/ole/dataobj.cpp:367 +#: ../src/msw/ole/dataobj.cpp:394 #, fuzzy, c-format msgid "The clipboard format '%d' doesn't exist." msgstr "El format '%s' del porta-retalls no existix." @@ -6698,7 +6748,7 @@ msgid "The font point size." msgstr "Grandària de la font:" -#: ../src/osx/carbon/fontdlg.cpp:529 ../src/osx/carbon/fontdlg.cpp:531 +#: ../src/osx/carbon/fontdlg.cpp:513 ../src/osx/carbon/fontdlg.cpp:515 #, fuzzy msgid "The font size in points." msgstr "Grandària de la font:" @@ -6762,7 +6812,7 @@ msgid "The list item number." msgstr "" -#: ../src/msw/ole/automtn.cpp:653 +#: ../src/msw/ole/automtn.cpp:667 msgid "The locale ID is unknown." msgstr "" @@ -6894,7 +6944,7 @@ msgid "The style preview." msgstr "" -#: ../src/msw/ole/automtn.cpp:669 +#: ../src/msw/ole/automtn.cpp:683 msgid "The system cannot find the file specified." msgstr "" @@ -6909,7 +6959,7 @@ msgid "The tab positions." msgstr "Grandària de la font:" -#: ../src/richtext/richtextctrl.cpp:2705 +#: ../src/richtext/richtextctrl.cpp:2791 msgid "The text couldn't be saved." msgstr "No s'ha pogut alçar el text." @@ -6952,7 +7002,7 @@ msgid "The wxGtkPrinterDC cannot be used." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1340 +#: ../src/osx/carbon/dataview.cpp:1338 msgid "There is no column or renderer for the specified column index." msgstr "" @@ -6978,7 +7028,7 @@ msgid "This platform does not support background transparency." msgstr "" -#: ../src/gtk/window.cpp:4317 +#: ../src/gtk/window.cpp:4368 msgid "" "This program was compiled with a too old version of GTK+, please rebuild " "with GTK+ 2.12 or newer." @@ -6990,7 +7040,7 @@ "comctl32.dll" msgstr "" -#: ../src/msw/thread.cpp:1300 +#: ../src/msw/thread.cpp:1295 msgid "" "Thread module initialization failed: cannot store value in thread local " "storage" @@ -6998,13 +7048,13 @@ "La inicialització de mòduls de la cadena ha fallat: no es pot emmagatzemar " "valor en cadena emmagatzemada localment" -#: ../src/unix/threadpsx.cpp:1758 +#: ../src/unix/threadpsx.cpp:1763 msgid "Thread module initialization failed: failed to create thread key" msgstr "" "La inicialització de mòduls de la cadena ha fallat: no s'ha pogut crear una " "clau de la cadena." -#: ../src/msw/thread.cpp:1288 +#: ../src/msw/thread.cpp:1283 msgid "" "Thread module initialization failed: impossible to allocate index in thread " "local storage" @@ -7012,7 +7062,7 @@ "La inicialització de mòduls de la cadena ha fallat: no és possible " "localitzar l'índex en la cadena emmagatzemada localment" -#: ../src/unix/threadpsx.cpp:1038 +#: ../src/unix/threadpsx.cpp:1043 msgid "Thread priority setting is ignored." msgstr "La prioritat de paràmetres és ignorada." @@ -7046,11 +7096,11 @@ msgid "To:" msgstr "Per a:" -#: ../src/osx/carbon/dataview.cpp:2451 +#: ../src/osx/carbon/dataview.cpp:2449 msgid "Toggle renderer cannot render value; value type: " msgstr "" -#: ../src/richtext/richtextbuffer.cpp:7983 +#: ../src/richtext/richtextbuffer.cpp:8087 msgid "Too many EndStyle calls!" msgstr "" @@ -7106,7 +7156,7 @@ msgid "Type a size in points." msgstr "" -#: ../src/msw/ole/automtn.cpp:665 +#: ../src/msw/ole/automtn.cpp:679 #, c-format msgid "Type mismatch in argument %u." msgstr "" @@ -7168,7 +7218,7 @@ msgid "Unable to close the handle for '%s'" msgstr "No s'ha pogut tancar el manegador de fitxers" -#: ../include/wx/msw/private/fswatcher.h:240 +#: ../include/wx/msw/private/fswatcher.h:245 #, fuzzy msgid "Unable to create I/O completion port" msgstr "No s'ha pogut crear una barra d'estat." @@ -7188,7 +7238,7 @@ msgid "Unable to create kqueue instance" msgstr "No s'ha pogut crear una cadena DDE" -#: ../include/wx/msw/private/fswatcher.h:229 +#: ../include/wx/msw/private/fswatcher.h:234 msgid "Unable to dequeue completion packet" msgstr "" @@ -7196,7 +7246,7 @@ msgid "Unable to get events from kqueue" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1903 +#: ../src/osx/carbon/dataview.cpp:1901 msgid "Unable to handle native drag&drop data" msgstr "" @@ -7214,7 +7264,7 @@ msgid "Unable to open path '%s'" msgstr "No s'ha pogut obrir '%s' per %s" -#: ../src/html/htmlwin.cpp:561 +#: ../src/html/htmlwin.cpp:564 #, c-format msgid "Unable to open requested HTML document: %s" msgstr "No és possible obrir el document HTML sol·licitat: %s" @@ -7223,11 +7273,11 @@ msgid "Unable to play sound asynchronously." msgstr "" -#: ../include/wx/msw/private/fswatcher.h:207 +#: ../include/wx/msw/private/fswatcher.h:212 msgid "Unable to post completion status" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:530 +#: ../src/unix/fswatcher_inotify.cpp:543 #, fuzzy msgid "Unable to read from inotify descriptor" msgstr "no es pot llegir des del fitxer descriptor %s" @@ -7259,7 +7309,7 @@ msgid "Underline" msgstr "Subratllat" -#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:556 +#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:540 #: ../src/propgrid/advprops.cpp:655 #, fuzzy msgid "Underlined" @@ -7279,7 +7329,7 @@ msgid "Unexpected characters following option '%s'." msgstr "Paràmetre '%s' no esperat" -#: ../src/unix/fswatcher_inotify.cpp:261 +#: ../src/unix/fswatcher_inotify.cpp:262 #, c-format msgid "Unexpected event for \"%s\": no matching watch descriptor." msgstr "" @@ -7348,8 +7398,8 @@ msgid "Unindent" msgstr "dinovè" -#: ../src/richtext/richtextborderspage.cpp:373 -#: ../src/richtext/richtextborderspage.cpp:375 +#: ../src/richtext/richtextborderspage.cpp:358 +#: ../src/richtext/richtextborderspage.cpp:360 msgid "Units for the bottom border width." msgstr "" @@ -7358,8 +7408,8 @@ msgid "Units for the bottom margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:517 -#: ../src/richtext/richtextborderspage.cpp:519 +#: ../src/richtext/richtextborderspage.cpp:527 +#: ../src/richtext/richtextborderspage.cpp:529 msgid "Units for the bottom outline width." msgstr "" @@ -7374,8 +7424,8 @@ msgid "Units for the bottom position." msgstr "No es pot esperar per a l'acabament de cadena" -#: ../src/richtext/richtextborderspage.cpp:283 -#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:256 +#: ../src/richtext/richtextborderspage.cpp:258 msgid "Units for the left border width." msgstr "" @@ -7384,8 +7434,8 @@ msgid "Units for the left margin." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:425 #: ../src/richtext/richtextborderspage.cpp:427 -#: ../src/richtext/richtextborderspage.cpp:429 msgid "Units for the left outline width." msgstr "" @@ -7432,8 +7482,8 @@ msgid "Units for the object width." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:313 -#: ../src/richtext/richtextborderspage.cpp:315 +#: ../src/richtext/richtextborderspage.cpp:290 +#: ../src/richtext/richtextborderspage.cpp:292 msgid "Units for the right border width." msgstr "" @@ -7442,8 +7492,8 @@ msgid "Units for the right margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:457 #: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:461 msgid "Units for the right outline width." msgstr "" @@ -7458,8 +7508,8 @@ msgid "Units for the right position." msgstr "No es pot esperar per a l'acabament de cadena" -#: ../src/richtext/richtextborderspage.cpp:343 -#: ../src/richtext/richtextborderspage.cpp:345 +#: ../src/richtext/richtextborderspage.cpp:324 +#: ../src/richtext/richtextborderspage.cpp:326 msgid "Units for the top border width." msgstr "" @@ -7469,8 +7519,8 @@ msgid "Units for the top margin." msgstr "No es pot esperar per a l'acabament de cadena" -#: ../src/richtext/richtextborderspage.cpp:487 -#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:493 +#: ../src/richtext/richtextborderspage.cpp:495 msgid "Units for the top outline width." msgstr "" @@ -7514,12 +7564,12 @@ msgid "Unknown TIFF resolution unit %d ignored" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1978 +#: ../src/osx/carbon/dataview.cpp:1976 #, fuzzy msgid "Unknown data format" msgstr "IFF: error en format d'imatge IFF." -#: ../src/unix/dlunix.cpp:325 +#: ../src/unix/dlunix.cpp:160 msgid "Unknown dynamic library error" msgstr "" @@ -7528,12 +7578,12 @@ msgid "Unknown encoding (%d)" msgstr "Codificació (%d) desconeguda" -#: ../src/msw/ole/automtn.cpp:677 +#: ../src/msw/ole/automtn.cpp:691 #, fuzzy, c-format msgid "Unknown error %08x" msgstr "Error DDE desconegut %08x" -#: ../src/msw/ole/automtn.cpp:636 +#: ../src/msw/ole/automtn.cpp:650 #, fuzzy msgid "Unknown exception" msgstr "Opció '%s' desconeguda" @@ -7548,7 +7598,7 @@ msgid "Unknown long option '%s'" msgstr "Opció llarga desconeguda '%s'" -#: ../src/msw/ole/automtn.cpp:620 +#: ../src/msw/ole/automtn.cpp:634 msgid "Unknown name or named argument." msgstr "" @@ -7606,11 +7656,11 @@ msgid "Use the current alignment setting." msgstr "" -#: ../src/osx/carbon/dataview.cpp:2658 ../src/osx/carbon/dataview.cpp:2723 +#: ../src/osx/carbon/dataview.cpp:2656 ../src/osx/carbon/dataview.cpp:2721 msgid "Valid pointer to native data view control does not exist" msgstr "" -#: ../src/common/valtext.cpp:174 +#: ../src/common/valtext.cpp:179 msgid "Validation conflict" msgstr "Conflicte de validació" @@ -7720,6 +7770,16 @@ msgid "Windows 7" msgstr "Windows 9%c" +#: ../src/msw/utils.cpp:1308 +#, fuzzy +msgid "Windows 8" +msgstr "Windows 9%c" + +#: ../src/msw/utils.cpp:1314 +#, fuzzy +msgid "Windows 8.1" +msgstr "Windows 9%c" + #: ../src/msw/utils.cpp:1234 #, fuzzy msgid "Windows 95" @@ -7803,7 +7863,7 @@ msgid "Windows ME" msgstr "Windows 3.1" -#: ../src/msw/utils.cpp:1310 +#: ../src/msw/utils.cpp:1322 #, fuzzy, c-format msgid "Windows NT %lu.%lu" msgstr "Windows 9%c" @@ -7823,6 +7883,16 @@ msgid "Windows Server 2008 R2" msgstr "Windows Hebreu (CP 1255)" +#: ../src/msw/utils.cpp:1307 +#, fuzzy +msgid "Windows Server 2012" +msgstr "Windows Grec (CP 1253)" + +#: ../src/msw/utils.cpp:1313 +#, fuzzy +msgid "Windows Server 2012 R2" +msgstr "Windows Hebreu (CP 1255)" + #: ../src/common/fmapbase.cpp:166 #, fuzzy msgid "Windows Thai (CP 874)" @@ -7915,7 +7985,7 @@ msgid "You cannot add a new directory to this section." msgstr "No podeu afegir un directori nou a esta secció" -#: ../src/propgrid/propgrid.cpp:3258 +#: ../src/propgrid/propgrid.cpp:3260 msgid "You have entered invalid value. Press ESC to cancel editing." msgstr "" @@ -8077,7 +8147,7 @@ msgid "buffer is too small for Windows directory." msgstr "" -#: ../src/msw/utils.cpp:1316 +#: ../src/msw/utils.cpp:1328 #, c-format msgid "build %lu" msgstr "" @@ -8196,7 +8266,7 @@ msgid "can't seek on file descriptor %d" msgstr "no és pot cercar el fitxer descriptor de %d" -#: ../src/common/textfile.cpp:299 +#: ../src/common/textfile.cpp:270 #, c-format msgid "can't write buffer '%s' to disk." msgstr "no es pot escriure el búfer '%s' al disc." @@ -8218,14 +8288,14 @@ msgid "checksum failure reading tar header block" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:280 -#: ../src/richtext/richtextborderspage.cpp:310 -#: ../src/richtext/richtextborderspage.cpp:340 -#: ../src/richtext/richtextborderspage.cpp:370 -#: ../src/richtext/richtextborderspage.cpp:424 -#: ../src/richtext/richtextborderspage.cpp:454 -#: ../src/richtext/richtextborderspage.cpp:484 -#: ../src/richtext/richtextborderspage.cpp:514 +#: ../src/richtext/richtextborderspage.cpp:252 +#: ../src/richtext/richtextborderspage.cpp:286 +#: ../src/richtext/richtextborderspage.cpp:320 +#: ../src/richtext/richtextborderspage.cpp:354 +#: ../src/richtext/richtextborderspage.cpp:421 +#: ../src/richtext/richtextborderspage.cpp:455 +#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:523 #: ../src/richtext/richtextmarginspage.cpp:202 #: ../src/richtext/richtextmarginspage.cpp:227 #: ../src/richtext/richtextmarginspage.cpp:250 @@ -8365,7 +8435,7 @@ msgid "file '%s': unexpected character %c at line %d." msgstr "fiitxer '%s': caràcter inesperat %c a la línia %d." -#: ../src/richtext/richtextbuffer.cpp:8358 +#: ../src/richtext/richtextbuffer.cpp:8462 #, fuzzy msgid "files" msgstr "&Mida" @@ -8387,12 +8457,12 @@ msgid "fourth" msgstr "quart" -#: ../src/common/appbase.cpp:695 +#: ../src/common/appbase.cpp:699 msgid "generate verbose log messages" msgstr "genera missatges de registre detallats" -#: ../src/richtext/richtextbuffer.cpp:12212 -#: ../src/richtext/richtextbuffer.cpp:12322 +#: ../src/richtext/richtextbuffer.cpp:12541 +#: ../src/richtext/richtextbuffer.cpp:12651 #, fuzzy msgid "image" msgstr "Temps" @@ -8491,53 +8561,48 @@ msgid "out of memory" msgstr "GIF: No hi ha prou memòria" -#: ../src/richtext/richtextsizepage.cpp:340 -#: ../src/richtext/richtextsizepage.cpp:374 -#: ../src/richtext/richtextsizepage.cpp:401 -#: ../src/richtext/richtextsizepage.cpp:428 -#: ../src/richtext/richtextsizepage.cpp:455 -#: ../src/richtext/richtextsizepage.cpp:482 -#: ../src/richtext/richtextsizepage.cpp:556 -#: ../src/richtext/richtextsizepage.cpp:591 -#: ../src/richtext/richtextsizepage.cpp:626 -#: ../src/richtext/richtextsizepage.cpp:661 -msgid "percent" -msgstr "" - #: ../src/common/debugrpt.cpp:519 msgid "process context description" msgstr "" #: ../src/richtext/richtextfontpage.cpp:186 #: ../src/richtext/richtextfontpage.cpp:189 +#: ../src/richtext/richtextborderspage.cpp:253 +#: ../src/richtext/richtextborderspage.cpp:287 +#: ../src/richtext/richtextborderspage.cpp:321 +#: ../src/richtext/richtextborderspage.cpp:355 +#: ../src/richtext/richtextborderspage.cpp:422 +#: ../src/richtext/richtextborderspage.cpp:456 +#: ../src/richtext/richtextborderspage.cpp:490 +#: ../src/richtext/richtextborderspage.cpp:524 msgid "pt" msgstr "" #: ../src/richtext/richtextfontpage.cpp:187 -#: ../src/richtext/richtextborderspage.cpp:279 -#: ../src/richtext/richtextborderspage.cpp:281 -#: ../src/richtext/richtextborderspage.cpp:282 -#: ../src/richtext/richtextborderspage.cpp:309 -#: ../src/richtext/richtextborderspage.cpp:311 -#: ../src/richtext/richtextborderspage.cpp:312 -#: ../src/richtext/richtextborderspage.cpp:339 -#: ../src/richtext/richtextborderspage.cpp:341 -#: ../src/richtext/richtextborderspage.cpp:342 -#: ../src/richtext/richtextborderspage.cpp:369 -#: ../src/richtext/richtextborderspage.cpp:371 -#: ../src/richtext/richtextborderspage.cpp:372 +#: ../src/richtext/richtextborderspage.cpp:251 +#: ../src/richtext/richtextborderspage.cpp:254 +#: ../src/richtext/richtextborderspage.cpp:255 +#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:288 +#: ../src/richtext/richtextborderspage.cpp:289 +#: ../src/richtext/richtextborderspage.cpp:319 +#: ../src/richtext/richtextborderspage.cpp:322 +#: ../src/richtext/richtextborderspage.cpp:323 +#: ../src/richtext/richtextborderspage.cpp:353 +#: ../src/richtext/richtextborderspage.cpp:356 +#: ../src/richtext/richtextborderspage.cpp:357 +#: ../src/richtext/richtextborderspage.cpp:420 #: ../src/richtext/richtextborderspage.cpp:423 -#: ../src/richtext/richtextborderspage.cpp:425 -#: ../src/richtext/richtextborderspage.cpp:426 -#: ../src/richtext/richtextborderspage.cpp:453 -#: ../src/richtext/richtextborderspage.cpp:455 -#: ../src/richtext/richtextborderspage.cpp:456 -#: ../src/richtext/richtextborderspage.cpp:483 -#: ../src/richtext/richtextborderspage.cpp:485 -#: ../src/richtext/richtextborderspage.cpp:486 -#: ../src/richtext/richtextborderspage.cpp:513 -#: ../src/richtext/richtextborderspage.cpp:515 -#: ../src/richtext/richtextborderspage.cpp:516 +#: ../src/richtext/richtextborderspage.cpp:424 +#: ../src/richtext/richtextborderspage.cpp:454 +#: ../src/richtext/richtextborderspage.cpp:457 +#: ../src/richtext/richtextborderspage.cpp:458 +#: ../src/richtext/richtextborderspage.cpp:488 +#: ../src/richtext/richtextborderspage.cpp:491 +#: ../src/richtext/richtextborderspage.cpp:492 +#: ../src/richtext/richtextborderspage.cpp:522 +#: ../src/richtext/richtextborderspage.cpp:525 +#: ../src/richtext/richtextborderspage.cpp:526 #: ../src/richtext/richtextmarginspage.cpp:201 #: ../src/richtext/richtextmarginspage.cpp:203 #: ../src/richtext/richtextmarginspage.cpp:204 @@ -8640,7 +8705,7 @@ msgid "shift" msgstr "Shift" -#: ../src/common/appbase.cpp:685 +#: ../src/common/appbase.cpp:689 msgid "show this help message" msgstr "mostra este missatge d'ajuda" @@ -8660,23 +8725,23 @@ msgid "specify the theme to use" msgstr "especifica el tema a utilitzar" -#: ../src/richtext/richtextbuffer.cpp:8876 +#: ../src/richtext/richtextbuffer.cpp:8983 msgid "standard/circle" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8877 +#: ../src/richtext/richtextbuffer.cpp:8984 msgid "standard/circle-outline" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8879 +#: ../src/richtext/richtextbuffer.cpp:8986 msgid "standard/diamond" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8878 +#: ../src/richtext/richtextbuffer.cpp:8985 msgid "standard/square" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8880 +#: ../src/richtext/richtextbuffer.cpp:8987 msgid "standard/triangle" msgstr "" @@ -8813,11 +8878,11 @@ msgid "wxPrintout::GetPageInfo gives a null maxPage." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1303 +#: ../src/osx/carbon/dataview.cpp:1301 msgid "wxWidget control pointer is not a data view pointer" msgstr "" -#: ../src/osx/carbon/dataview.cpp:907 +#: ../src/osx/carbon/dataview.cpp:905 #, fuzzy msgid "wxWidget's control not initialized." msgstr "No es pot començar a mostrar." @@ -9295,9 +9360,6 @@ #~ msgid "mktime() failed" #~ msgstr "mktime() ha fallat" -#~ msgid "%d" -#~ msgstr "%d" - #~ msgid "%d...%d" #~ msgstr "%d...%d" Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/locale/cs.mo and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/locale/cs.mo differ diff -Nru wxpython3.0-3.0.0.0+dfsg/locale/cs.po wxpython3.0-3.0.1.1+dfsg/locale/cs.po --- wxpython3.0-3.0.0.0+dfsg/locale/cs.po 2013-12-28 09:36:55.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/locale/cs.po 2014-04-17 19:37:43.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: wxWidgets 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-01 19:04+0200\n" +"POT-Creation-Date: 2014-02-21 14:54+0100\n" "PO-Revision-Date: 2013-08-28 22:49+0100\n" "Last-Translator: ZbynÄ›k Schwarz \n" "Language-Team: wxWidgets translators \n" @@ -87,6 +87,20 @@ msgid "#9 Envelope, 3 7/8 x 8 7/8 in" msgstr "Obálka Ä. 9, 3 7/8 x 8 7/8 palce" +#: ../src/richtext/richtextsizepage.cpp:340 +#: ../src/richtext/richtextsizepage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:401 +#: ../src/richtext/richtextsizepage.cpp:428 +#: ../src/richtext/richtextsizepage.cpp:455 +#: ../src/richtext/richtextsizepage.cpp:482 +#: ../src/richtext/richtextsizepage.cpp:556 +#: ../src/richtext/richtextsizepage.cpp:591 +#: ../src/richtext/richtextsizepage.cpp:626 +#: ../src/richtext/richtextsizepage.cpp:661 +#, fuzzy +msgid "%" +msgstr "%s" + #: ../src/html/helpwnd.cpp:1044 #, c-format msgid "%d of %lu" @@ -140,7 +154,7 @@ msgid "%s did not fit the tar header for entry '%s'" msgstr "%s se neveÅ¡lo do tar hlaviÄky záznamu '%s'" -#: ../src/common/fldlgcmn.cpp:106 +#: ../src/common/fldlgcmn.cpp:124 #, c-format msgid "%s files (%s)|%s" msgstr "Soubory %s (%s)|%s" @@ -203,8 +217,8 @@ msgid "&Bottom" msgstr "&Dolů" -#: ../src/richtext/richtextborderspage.cpp:359 -#: ../src/richtext/richtextborderspage.cpp:503 +#: ../src/richtext/richtextborderspage.cpp:343 +#: ../src/richtext/richtextborderspage.cpp:512 #: ../src/richtext/richtextmarginspage.cpp:260 #: ../src/richtext/richtextmarginspage.cpp:374 #: ../src/richtext/richtextsizepage.cpp:637 @@ -212,7 +226,7 @@ msgid "&Bottom:" msgstr "&Dolů:" -#: ../include/wx/richtext/richtextbuffer.h:3530 +#: ../include/wx/richtext/richtextbuffer.h:3578 msgid "&Box" msgstr "&RámeÄek" @@ -226,7 +240,7 @@ msgstr "&CD-Rom" #: ../src/generic/wizard.cpp:432 ../src/generic/fontdlgg.cpp:470 -#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:588 +#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:572 #: ../src/common/stockitem.cpp:145 msgid "&Cancel" msgstr "&Storno" @@ -235,7 +249,7 @@ msgid "&Cascade" msgstr "&KaskádovÄ›" -#: ../include/wx/richtext/richtextbuffer.h:5587 +#: ../include/wx/richtext/richtextbuffer.h:5639 msgid "&Cell" msgstr "&Buňka" @@ -265,8 +279,8 @@ msgid "&Convert" msgstr "&PÅ™evést" -#: ../src/richtext/richtextctrl.cpp:326 ../src/osx/textctrl_osx.cpp:583 -#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2284 +#: ../src/richtext/richtextctrl.cpp:332 ../src/osx/textctrl_osx.cpp:583 +#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2335 msgid "&Copy" msgstr "&Kopírovat" @@ -283,8 +297,8 @@ msgstr "Náhle&d protokolu ladÄ›ní:" #: ../src/richtext/richtexttabspage.cpp:142 -#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:585 -#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2286 +#: ../src/richtext/richtextctrl.cpp:334 ../src/osx/textctrl_osx.cpp:585 +#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2337 msgid "&Delete" msgstr "&Odstranit" @@ -375,7 +389,7 @@ msgstr "&Výška:" #: ../src/generic/wizard.cpp:435 ../src/richtext/richtextstyledlg.cpp:303 -#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:785 +#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:776 #: ../src/common/stockitem.cpp:163 ../src/html/helpfrm.cpp:147 msgid "&Help" msgstr "&NápovÄ›da" @@ -429,8 +443,8 @@ msgstr "Do&leva" #: ../src/richtext/richtextindentspage.cpp:195 -#: ../src/richtext/richtextborderspage.cpp:269 -#: ../src/richtext/richtextborderspage.cpp:413 +#: ../src/richtext/richtextborderspage.cpp:241 +#: ../src/richtext/richtextborderspage.cpp:410 #: ../src/richtext/richtextliststylepage.cpp:381 #: ../src/richtext/richtextmarginspage.cpp:187 #: ../src/richtext/richtextmarginspage.cpp:301 @@ -497,7 +511,7 @@ msgstr "&Číslo:" #: ../src/generic/fontdlgg.cpp:475 ../src/generic/fontdlgg.cpp:482 -#: ../src/osx/carbon/fontdlg.cpp:594 ../src/common/stockitem.cpp:178 +#: ../src/osx/carbon/fontdlg.cpp:578 ../src/common/stockitem.cpp:178 msgid "&OK" msgstr "&OK" @@ -514,12 +528,12 @@ msgid "&Page Break" msgstr "&Konec stránky" -#: ../src/richtext/richtextctrl.cpp:327 ../src/osx/textctrl_osx.cpp:584 -#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2285 +#: ../src/richtext/richtextctrl.cpp:333 ../src/osx/textctrl_osx.cpp:584 +#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2336 msgid "&Paste" msgstr "&Vložit" -#: ../include/wx/richtext/richtextbuffer.h:4655 +#: ../include/wx/richtext/richtextbuffer.h:4705 msgid "&Picture" msgstr "&Obrázek" @@ -552,7 +566,7 @@ msgid "&Print..." msgstr "&Tisk..." -#: ../src/richtext/richtextctrl.cpp:332 ../src/richtext/richtextctrl.cpp:4945 +#: ../src/richtext/richtextctrl.cpp:338 ../src/richtext/richtextctrl.cpp:5054 #: ../src/common/stockitem.cpp:184 msgid "&Properties" msgstr "&Vlastnosti" @@ -561,9 +575,9 @@ msgid "&Quit" msgstr "&UkonÄit" -#: ../src/richtext/richtextctrl.cpp:323 ../src/osx/textctrl_osx.cpp:580 +#: ../src/richtext/richtextctrl.cpp:329 ../src/osx/textctrl_osx.cpp:580 #: ../src/common/stockitem.cpp:185 ../src/common/cmdproc.cpp:293 -#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2281 +#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2332 msgid "&Redo" msgstr "P&rovést znovu" @@ -593,8 +607,8 @@ msgstr "Dop&rava" #: ../src/richtext/richtextindentspage.cpp:213 -#: ../src/richtext/richtextborderspage.cpp:299 -#: ../src/richtext/richtextborderspage.cpp:443 +#: ../src/richtext/richtextborderspage.cpp:275 +#: ../src/richtext/richtextborderspage.cpp:444 #: ../src/richtext/richtextliststylepage.cpp:399 #: ../src/richtext/richtextmarginspage.cpp:212 #: ../src/richtext/richtextmarginspage.cpp:326 @@ -665,7 +679,12 @@ msgid "&Symbol:" msgstr "&Symbol:" -#: ../include/wx/richtext/richtextbuffer.h:5679 +#: ../src/richtext/richtextborderspage.cpp:379 +#: ../src/richtext/richtextborderspage.cpp:548 +msgid "&Synchronize values" +msgstr "" + +#: ../include/wx/richtext/richtextbuffer.h:5733 msgid "&Table" msgstr "&Tabulka" @@ -673,8 +692,8 @@ msgid "&Top" msgstr "&Nahoru" -#: ../src/richtext/richtextborderspage.cpp:329 -#: ../src/richtext/richtextborderspage.cpp:473 +#: ../src/richtext/richtextborderspage.cpp:309 +#: ../src/richtext/richtextborderspage.cpp:478 #: ../src/richtext/richtextmarginspage.cpp:235 #: ../src/richtext/richtextmarginspage.cpp:349 #: ../src/richtext/richtextsizepage.cpp:567 @@ -690,9 +709,9 @@ msgid "&Underlining:" msgstr "&Podtržení:" -#: ../src/richtext/richtextctrl.cpp:322 ../src/osx/textctrl_osx.cpp:579 +#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:579 #: ../src/common/stockitem.cpp:203 ../src/common/cmdproc.cpp:271 -#: ../src/msw/textctrl.cpp:2280 +#: ../src/msw/textctrl.cpp:2331 msgid "&Undo" msgstr "&ZpÄ›t" @@ -741,8 +760,8 @@ msgid "'%s' has extra '..', ignored." msgstr "'%s' obsahuje pÅ™ebyteÄné '..', ignorováno." -#: ../src/common/valtext.cpp:249 ../src/common/valtext.cpp:251 -#: ../src/common/valtext.cpp:253 ../src/common/valtext.cpp:255 +#: ../src/common/valtext.cpp:165 ../src/common/valtext.cpp:167 +#: ../src/common/valtext.cpp:254 ../src/common/valtext.cpp:256 #, c-format msgid "'%s' is invalid" msgstr "'%s' je neplatný" @@ -762,27 +781,27 @@ msgid "'%s' is probably a binary buffer." msgstr "'%s' je zÅ™ejmÄ› binární buffer." -#: ../src/common/valtext.cpp:247 +#: ../src/common/valtext.cpp:252 #, c-format msgid "'%s' should be numeric." msgstr "'%s' musí být Äíslo." -#: ../src/common/valtext.cpp:239 +#: ../src/common/valtext.cpp:244 #, c-format msgid "'%s' should only contain ASCII characters." msgstr "'%s' musí obsahovat pouze ASCII znaky." -#: ../src/common/valtext.cpp:241 +#: ../src/common/valtext.cpp:246 #, c-format msgid "'%s' should only contain alphabetic characters." msgstr "'%s' musí obsahovat pouze písmena." -#: ../src/common/valtext.cpp:243 +#: ../src/common/valtext.cpp:248 #, c-format msgid "'%s' should only contain alphabetic or numeric characters." msgstr "'%s' musí obsahovat pouze písmena nebo Äíslice." -#: ../src/common/valtext.cpp:245 +#: ../src/common/valtext.cpp:250 #, c-format msgid "'%s' should only contain digits." msgstr "'%s' musí obsahovat pouze Äísla." @@ -815,7 +834,7 @@ #: ../src/richtext/richtextindentspage.cpp:287 #: ../src/richtext/richtextindentspage.cpp:311 #: ../src/richtext/richtextindentspage.cpp:326 -#: ../src/richtext/richtextformatdlg.cpp:831 +#: ../src/richtext/richtextformatdlg.cpp:867 #: ../src/richtext/richtextfontpage.cpp:331 #: ../src/richtext/richtextfontpage.cpp:335 #: ../src/richtext/richtextfontpage.cpp:339 @@ -840,7 +859,7 @@ msgid "+" msgstr "+" -#: ../src/msw/utils.cpp:1324 +#: ../src/msw/utils.cpp:1336 msgid ", 64-bit edition" msgstr ", 64bitová edice" @@ -947,37 +966,37 @@ msgid "< &Back" msgstr "< &ZpÄ›t" -#: ../src/osx/carbon/fontdlg.cpp:608 ../src/osx/carbon/fontdlg.cpp:815 -#: ../src/osx/carbon/fontdlg.cpp:835 +#: ../src/osx/carbon/fontdlg.cpp:592 ../src/osx/carbon/fontdlg.cpp:799 +#: ../src/osx/carbon/fontdlg.cpp:819 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:609 ../src/osx/carbon/fontdlg.cpp:817 -#: ../src/osx/carbon/fontdlg.cpp:837 +#: ../src/osx/carbon/fontdlg.cpp:593 ../src/osx/carbon/fontdlg.cpp:801 +#: ../src/osx/carbon/fontdlg.cpp:821 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:607 ../src/osx/carbon/fontdlg.cpp:813 -#: ../src/osx/carbon/fontdlg.cpp:833 +#: ../src/osx/carbon/fontdlg.cpp:591 ../src/osx/carbon/fontdlg.cpp:797 +#: ../src/osx/carbon/fontdlg.cpp:817 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:610 ../src/osx/carbon/fontdlg.cpp:819 -#: ../src/osx/carbon/fontdlg.cpp:839 +#: ../src/osx/carbon/fontdlg.cpp:594 ../src/osx/carbon/fontdlg.cpp:803 +#: ../src/osx/carbon/fontdlg.cpp:823 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:611 ../src/osx/carbon/fontdlg.cpp:824 -#: ../src/osx/carbon/fontdlg.cpp:843 +#: ../src/osx/carbon/fontdlg.cpp:595 ../src/osx/carbon/fontdlg.cpp:808 +#: ../src/osx/carbon/fontdlg.cpp:827 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:612 ../src/osx/carbon/fontdlg.cpp:821 -#: ../src/osx/carbon/fontdlg.cpp:841 +#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:805 +#: ../src/osx/carbon/fontdlg.cpp:825 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:606 +#: ../src/osx/carbon/fontdlg.cpp:590 msgid "" msgstr "" @@ -1113,8 +1132,8 @@ msgid "A6 Rotated 148 x 105 mm" msgstr "A6 na šířku, 148 x 105 mm" -#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:526 -#: ../src/osx/carbon/fontdlg.cpp:339 +#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:527 +#: ../src/osx/carbon/fontdlg.cpp:323 msgid "ABCDEFGabcdefg12345" msgstr "ABCDEFGabcdefg12345" @@ -1126,14 +1145,20 @@ msgid "ASCII" msgstr "ASCII" -#: ../src/osx/menu_osx.cpp:630 ../src/common/stockitem.cpp:139 +#: ../src/common/stockitem.cpp:139 msgid "About" msgstr "O" -#: ../src/generic/aboutdlgg.cpp:140 ../src/msw/aboutdlg.cpp:64 +#: ../src/generic/aboutdlgg.cpp:140 ../src/osx/menu_osx.cpp:603 +#: ../src/msw/aboutdlg.cpp:64 #, c-format msgid "About %s" -msgstr "O %s" +msgstr "O aplikaci %s" + +#: ../src/osx/menu_osx.cpp:605 +#, fuzzy +msgid "About..." +msgstr "O" #: ../src/richtext/richtextsizepage.cpp:520 msgid "Absolute" @@ -1147,12 +1172,12 @@ msgid "Add" msgstr "PÅ™idat" -#: ../src/richtext/richtextbuffer.cpp:10751 +#: ../src/richtext/richtextbuffer.cpp:11056 #, fuzzy msgid "Add Column" msgstr "PÅ™idat sloupec" -#: ../src/richtext/richtextbuffer.cpp:10688 +#: ../src/richtext/richtextbuffer.cpp:10993 #, fuzzy msgid "Add Row" msgstr "PÅ™idat řádek" @@ -1178,11 +1203,11 @@ msgid "Adding book %s" msgstr "PÅ™idávám knihu %s" -#: ../src/osx/carbon/dataview.cpp:1933 +#: ../src/osx/carbon/dataview.cpp:1931 msgid "Adding flavor TEXT failed" msgstr "PÅ™idání flavor TEXT selhalo" -#: ../src/osx/carbon/dataview.cpp:1954 +#: ../src/osx/carbon/dataview.cpp:1952 msgid "Adding flavor utxt failed" msgstr "PÅ™idání flavor utxt selhalo" @@ -1210,16 +1235,16 @@ msgid "All" msgstr "VÅ¡e" -#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:89 +#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:107 #, c-format msgid "All files (%s)|%s" msgstr "VÅ¡echny soubory (%s)|%s" -#: ../include/wx/defs.h:2922 +#: ../include/wx/defs.h:2933 msgid "All files (*)|*" msgstr "VÅ¡echny soubory (*)|*" -#: ../include/wx/defs.h:2919 +#: ../include/wx/defs.h:2930 msgid "All files (*.*)|*.*" msgstr "VÅ¡echny soubory (*.*)|*" @@ -1257,8 +1282,7 @@ msgid "Append log to file '%s' (choosing [No] will overwrite it)?" msgstr "PÅ™ipojit log k souboru '%s' (pokud zvolíte [Ne] soubor bude pÅ™epsán)?" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:610 -#: ../src/osx/menu_osx.cpp:649 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:623 ../src/osx/menu_osx.cpp:631 msgid "Application" msgstr "Aplikace" @@ -1275,7 +1299,7 @@ msgid "Arabic (ISO-8859-6)" msgstr "Arabský (ISO-8859-6)" -#: ../src/msw/ole/automtn.cpp:661 +#: ../src/msw/ole/automtn.cpp:675 #, c-format msgid "Argument %u not found." msgstr "Argument %u nenalezen." @@ -1384,7 +1408,7 @@ msgstr "ZpÄ›t" #: ../src/richtext/richtextbackgroundpage.cpp:119 -#: ../src/richtext/richtextformatdlg.cpp:374 +#: ../src/richtext/richtextformatdlg.cpp:375 msgid "Background" msgstr "Pozadí" @@ -1392,7 +1416,7 @@ msgid "Background &colour:" msgstr "&Barva pozadí:" -#: ../src/osx/carbon/fontdlg.cpp:406 +#: ../src/osx/carbon/fontdlg.cpp:390 msgid "Background colour" msgstr "Barva pozadí" @@ -1413,21 +1437,21 @@ msgid "Bitmap" msgstr "Bitmapa" -#: ../src/osx/carbon/dataview.cpp:2396 +#: ../src/osx/carbon/dataview.cpp:2394 msgid "Bitmap renderer cannot render value; value type: " msgstr "VykreslovaÄ bitmap nemůže vykreslit hodnotu; typ hodnoty: " #: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:337 -#: ../src/osx/carbon/fontdlg.cpp:540 ../src/common/stockitem.cpp:143 +#: ../src/osx/carbon/fontdlg.cpp:524 ../src/common/stockitem.cpp:143 msgid "Bold" msgstr "TuÄné" -#: ../src/richtext/richtextborderspage.cpp:256 -#: ../src/richtext/richtextborderspage.cpp:389 +#: ../src/richtext/richtextborderspage.cpp:228 +#: ../src/richtext/richtextborderspage.cpp:386 msgid "Border" msgstr "Okraj" -#: ../src/richtext/richtextformatdlg.cpp:368 +#: ../src/richtext/richtextformatdlg.cpp:369 msgid "Borders" msgstr "Okraje" @@ -1439,7 +1463,7 @@ msgid "Bottom margin (mm):" msgstr "Dolní okraj (mm):" -#: ../src/richtext/richtextbuffer.cpp:8919 +#: ../src/richtext/richtextbuffer.cpp:9026 msgid "Box Properties" msgstr "Vlastnosti rámeÄku" @@ -1460,7 +1484,7 @@ msgid "Bullet style" msgstr "Styl odrážek" -#: ../src/richtext/richtextformatdlg.cpp:342 +#: ../src/richtext/richtextformatdlg.cpp:343 msgid "Bullets" msgstr "Odrážky" @@ -1551,7 +1575,7 @@ msgid "Can't create thread" msgstr "Nelze vytvoÅ™it vlákno" -#: ../src/msw/window.cpp:3793 +#: ../src/msw/window.cpp:3787 #, c-format msgid "Can't create window of class %s" msgstr "Nelze vytvoÅ™it okno třídy %s" @@ -1604,7 +1628,7 @@ msgid "Can't initialize zlib inflate stream." msgstr "Nelze zavést zlib inflate proud." -#: ../src/msw/fswatcher.cpp:432 +#: ../src/msw/fswatcher.cpp:456 #, c-format msgid "Can't monitor non-existent directory \"%s\" for changes." msgstr "Nelze sledovat zmÄ›ny neexistujícího adresáře \"%s\"." @@ -1674,13 +1698,13 @@ msgid "Cannot create mutex." msgstr "Nelze vytvoÅ™it mutex." -#: ../src/osx/carbon/dataview.cpp:895 +#: ../src/osx/carbon/dataview.cpp:893 msgid "Cannot create new column's ID. Probably max. number of columns reached." msgstr "" "Nelze vytvoÅ™it nové ID sloupce. PravdÄ›podobnÄ› byl dosažen limit maximálního " "poÄtu sloupců." -#: ../src/common/filefn.cpp:1336 +#: ../src/common/filefn.cpp:1335 #, c-format msgid "Cannot enumerate files '%s'" msgstr "Nelze vyjmenovat soubory odpovídající masce '%s'" @@ -1699,21 +1723,21 @@ msgid "Cannot find the location of address book file" msgstr "Nelze nalézt umístÄ›ní souboru s adresářem" -#: ../src/msw/ole/automtn.cpp:562 +#: ../src/msw/ole/automtn.cpp:565 #, c-format msgid "Cannot get an active instance of \"%s\"" msgstr "Nelze nalézt aktivní instanci: \"%s\"" -#: ../src/unix/threadpsx.cpp:1030 +#: ../src/unix/threadpsx.cpp:1035 #, c-format msgid "Cannot get priority range for scheduling policy %d." msgstr "Nelze zjistit rozsah priorit pro plánovací politiku %d." -#: ../src/unix/utilsunx.cpp:988 +#: ../src/unix/utilsunx.cpp:998 msgid "Cannot get the hostname" msgstr "Nelze zjistit jméno poÄítaÄe" -#: ../src/unix/utilsunx.cpp:1024 +#: ../src/unix/utilsunx.cpp:1034 msgid "Cannot get the official hostname" msgstr "Nelze zjistit oficiální jméno poÄítaÄe" @@ -1787,12 +1811,12 @@ msgid "Cannot resume thread %lu" msgstr "Nelze obnovit vlákno %lu" -#: ../src/msw/thread.cpp:923 +#: ../src/msw/thread.cpp:918 #, c-format msgid "Cannot resume thread %lx" msgstr "Nelze obnovit vlákno %lx" -#: ../src/unix/threadpsx.cpp:1011 +#: ../src/unix/threadpsx.cpp:1016 msgid "Cannot retrieve thread scheduling policy." msgstr "Nelze získat plánovací politiku vlákna." @@ -1810,12 +1834,12 @@ msgid "Cannot suspend thread %lu" msgstr "Nelze ukonÄit vlákno %lu" -#: ../src/msw/thread.cpp:907 +#: ../src/msw/thread.cpp:902 #, c-format msgid "Cannot suspend thread %lx" msgstr "Nelze pozastavit vlákno %lx" -#: ../src/msw/thread.cpp:830 +#: ../src/msw/thread.cpp:825 msgid "Cannot wait for thread termination" msgstr "Nelze poÄkat na ukonÄení vlákna" @@ -1827,7 +1851,7 @@ msgid "Categorized Mode" msgstr "Podle kategorií" -#: ../src/richtext/richtextbuffer.cpp:9347 +#: ../src/richtext/richtextbuffer.cpp:9598 msgid "Cell Properties" msgstr "&Vlastnosti buňky" @@ -1869,20 +1893,20 @@ msgid "Ch&oose..." msgstr "Zv&olte..." -#: ../src/richtext/richtextbuffer.cpp:4041 +#: ../src/richtext/richtextbuffer.cpp:4107 msgid "Change List Style" msgstr "ZmÄ›nit styl seznamu" -#: ../src/richtext/richtextbuffer.cpp:3392 +#: ../src/richtext/richtextbuffer.cpp:3458 msgid "Change Object Style" msgstr "ZmÄ›nit styl objektu" -#: ../src/richtext/richtextbuffer.cpp:3658 -#: ../src/richtext/richtextbuffer.cpp:7749 +#: ../src/richtext/richtextbuffer.cpp:3724 +#: ../src/richtext/richtextbuffer.cpp:7853 msgid "Change Properties" msgstr "ZmÄ›nit vlastnosti" -#: ../src/richtext/richtextbuffer.cpp:3209 +#: ../src/richtext/richtextbuffer.cpp:3275 msgid "Change Style" msgstr "ZmÄ›nit styl" @@ -1909,6 +1933,13 @@ msgid "Check to add a right parenthesis." msgstr "ZaÅ¡krtnÄ›te pro pÅ™idání pravé závorky." +#: ../src/richtext/richtextborderspage.cpp:381 +#: ../src/richtext/richtextborderspage.cpp:383 +#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:552 +msgid "Check to edit all borders simultaneously." +msgstr "" + #: ../src/richtext/richtextliststylepage.cpp:231 #: ../src/richtext/richtextliststylepage.cpp:233 #: ../src/richtext/richtextbulletspage.cpp:181 @@ -1916,15 +1947,15 @@ msgid "Check to enclose the bullet in parentheses." msgstr "ZaÅ¡krtnÄ›te pro uzavÅ™ení odrážek do závorek." -#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 +#: ../src/osx/carbon/fontdlg.cpp:526 ../src/osx/carbon/fontdlg.cpp:528 msgid "Check to make the font bold." msgstr "ZaÅ¡krtnÄ›te pro tuÄné písmo." -#: ../src/osx/carbon/fontdlg.cpp:549 ../src/osx/carbon/fontdlg.cpp:551 +#: ../src/osx/carbon/fontdlg.cpp:533 ../src/osx/carbon/fontdlg.cpp:535 msgid "Check to make the font italic." msgstr "ZaÅ¡krtnÄ›te pro kurzívu." -#: ../src/osx/carbon/fontdlg.cpp:558 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 msgid "Check to make the font underlined." msgstr "ZaÅ¡krtnÄ›te pro podtržené písmo." @@ -1962,11 +1993,11 @@ msgid "Choose ISP to dial" msgstr "Vyberte ISP, ke kterému se má pÅ™ipojit" -#: ../src/propgrid/props.cpp:1643 +#: ../src/propgrid/props.cpp:1653 msgid "Choose a directory:" msgstr "Zvolte adresář:" -#: ../src/propgrid/props.cpp:1702 +#: ../src/propgrid/props.cpp:1712 msgid "Choose a file" msgstr "Zvolte soubor" @@ -1988,7 +2019,7 @@ msgid "Cl&ose" msgstr "&Zavřít" -#: ../src/msw/ole/automtn.cpp:673 +#: ../src/msw/ole/automtn.cpp:687 msgid "Class not registered." msgstr "Třída není zaregistrována." @@ -2012,7 +2043,7 @@ msgid "Click to browse for a symbol." msgstr "KliknÄ›te k procházení pro symbol." -#: ../src/osx/carbon/fontdlg.cpp:589 ../src/osx/carbon/fontdlg.cpp:591 +#: ../src/osx/carbon/fontdlg.cpp:573 ../src/osx/carbon/fontdlg.cpp:575 msgid "Click to cancel changes to the font." msgstr "KliknÄ›te pro zruÅ¡ení zmÄ›n v písmu" @@ -2020,7 +2051,7 @@ msgid "Click to cancel the font selection." msgstr "KliknÄ›te pro zruÅ¡ení výbÄ›ru písma." -#: ../src/osx/carbon/fontdlg.cpp:570 ../src/osx/carbon/fontdlg.cpp:572 +#: ../src/osx/carbon/fontdlg.cpp:554 ../src/osx/carbon/fontdlg.cpp:556 msgid "Click to change the font colour." msgstr "KliknÄ›te pro zmÄ›nu barvy písma" @@ -2044,7 +2075,7 @@ msgid "Click to close this window." msgstr "KliknÄ›te pro zavÅ™ení tohoto okna." -#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:598 +#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 msgid "Click to confirm changes to the font." msgstr "KliknÄ›te pro potvrzení zmÄ›n textu." @@ -2127,7 +2158,7 @@ msgid "Color" msgstr "Barva" -#: ../src/richtext/richtextformatdlg.cpp:725 +#: ../src/richtext/richtextformatdlg.cpp:761 msgid "Colour" msgstr "Barva" @@ -2136,27 +2167,27 @@ msgid "Colour selection dialog failed with error %0lx." msgstr "Dialogové okno výbÄ›ru barvy selhalo s chybou %0lx." -#: ../src/osx/carbon/fontdlg.cpp:566 +#: ../src/osx/carbon/fontdlg.cpp:550 msgid "Colour:" msgstr "Barva:" -#: ../src/osx/carbon/dataview.cpp:900 +#: ../src/osx/carbon/dataview.cpp:898 msgid "Column could not be added." msgstr "Sloupec nelze pÅ™idat." -#: ../src/osx/carbon/dataview.cpp:899 +#: ../src/osx/carbon/dataview.cpp:897 msgid "Column description could not be initialized." msgstr "Popis sloupce nemohl být zaveden." -#: ../src/osx/carbon/dataview.cpp:1538 ../src/osx/carbon/dataview.cpp:1559 +#: ../src/osx/carbon/dataview.cpp:1536 ../src/osx/carbon/dataview.cpp:1557 msgid "Column index not found." msgstr "Index sloupce nenalezen." -#: ../src/osx/carbon/dataview.cpp:1614 +#: ../src/osx/carbon/dataview.cpp:1612 msgid "Column width could not be determined" msgstr "Nelze urÄit šířku sloupce" -#: ../src/osx/carbon/dataview.cpp:901 +#: ../src/osx/carbon/dataview.cpp:899 msgid "Column width could not be set." msgstr "Nelze nastavit šířku sloupce." @@ -2172,7 +2203,7 @@ msgid "Common dialog failed with error code %0lx." msgstr "Dialogové okno selhalo s kódem chyby %0lx" -#: ../src/gtk/window.cpp:4306 +#: ../src/gtk/window.cpp:4357 msgid "" "Compositing not supported by this system, please enable it in your Window " "Manager." @@ -2196,11 +2227,11 @@ msgid "Confirm" msgstr "Potvrdit" -#: ../src/msw/mimetype.cpp:739 +#: ../src/msw/mimetype.cpp:744 msgid "Confirm registry update" msgstr "PotvrÄte aktualizaci registru" -#: ../src/html/htmlwin.cpp:544 +#: ../src/html/htmlwin.cpp:547 msgid "Connecting..." msgstr "PÅ™ipojuji se..." @@ -2208,7 +2239,7 @@ msgid "Contents" msgstr "Obsah" -#: ../src/common/strconv.cpp:2261 +#: ../src/common/strconv.cpp:2271 #, c-format msgid "Conversion to charset '%s' doesn't work." msgstr "PÅ™evod do znakové sady '%s' nefunguje." @@ -2217,7 +2248,7 @@ msgid "Convert" msgstr "PÅ™evést" -#: ../src/html/htmlwin.cpp:1057 +#: ../src/html/htmlwin.cpp:1060 #, c-format msgid "Copied to clipboard:\"%s\"" msgstr "Zkopírováno do schránky: \"%s\"" @@ -2239,19 +2270,19 @@ msgid "Could not create temporary file '%s'" msgstr "Nelze vytvoÅ™it doÄasný soubor '%s'" -#: ../src/osx/carbon/dataview.cpp:1285 ../src/osx/carbon/dataview.cpp:1672 +#: ../src/osx/carbon/dataview.cpp:1283 ../src/osx/carbon/dataview.cpp:1670 msgid "Could not determine column index." msgstr "Nelze urÄit index sloupce." -#: ../src/osx/carbon/dataview.cpp:876 +#: ../src/osx/carbon/dataview.cpp:874 msgid "Could not determine column's position" msgstr "Nelze urÄit umístÄ›ní sloupce" -#: ../src/osx/carbon/dataview.cpp:843 +#: ../src/osx/carbon/dataview.cpp:841 msgid "Could not determine number of columns." msgstr "Nelze urÄit poÄet sloupců." -#: ../src/osx/carbon/dataview.cpp:975 +#: ../src/osx/carbon/dataview.cpp:973 msgid "Could not determine number of items" msgstr "Nelze urÄit poÄet položek." @@ -2264,21 +2295,21 @@ msgid "Could not find tab for id" msgstr "Nelze najít záložku pro id" -#: ../src/osx/carbon/dataview.cpp:2556 ../src/osx/carbon/dataview.cpp:2591 -#: ../src/osx/carbon/dataview.cpp:2615 ../src/osx/carbon/dataview.cpp:2636 -#: ../src/osx/carbon/dataview.cpp:2773 +#: ../src/osx/carbon/dataview.cpp:2554 ../src/osx/carbon/dataview.cpp:2589 +#: ../src/osx/carbon/dataview.cpp:2613 ../src/osx/carbon/dataview.cpp:2634 +#: ../src/osx/carbon/dataview.cpp:2771 msgid "Could not get header description." msgstr "Nelze získat popis hlaviÄky." -#: ../src/osx/carbon/dataview.cpp:1169 ../src/osx/carbon/dataview.cpp:1195 +#: ../src/osx/carbon/dataview.cpp:1167 ../src/osx/carbon/dataview.cpp:1193 msgid "Could not get items." msgstr "Nelze získat položky." -#: ../src/osx/carbon/dataview.cpp:2659 ../src/osx/carbon/dataview.cpp:2724 +#: ../src/osx/carbon/dataview.cpp:2657 ../src/osx/carbon/dataview.cpp:2722 msgid "Could not get property flags." msgstr "Nelze získat příznaky vlastností." -#: ../src/osx/carbon/dataview.cpp:726 +#: ../src/osx/carbon/dataview.cpp:724 msgid "Could not get selected items." msgstr "Nelze získat vybrané položky." @@ -2287,43 +2318,43 @@ msgid "Could not locate file '%s'." msgstr "Nelze nalézt soubor '%s'." -#: ../src/osx/carbon/dataview.cpp:845 +#: ../src/osx/carbon/dataview.cpp:843 msgid "Could not remove column." msgstr "Nelze odstranit sloupec." -#: ../src/osx/carbon/dataview.cpp:642 +#: ../src/osx/carbon/dataview.cpp:640 msgid "Could not retrieve number of items" msgstr "Nelze získat poÄet položek" -#: ../src/osx/carbon/dataview.cpp:2572 +#: ../src/osx/carbon/dataview.cpp:2570 msgid "Could not set alignment." msgstr "Nelze nastavit zarovnání." -#: ../src/osx/carbon/dataview.cpp:2803 +#: ../src/osx/carbon/dataview.cpp:2801 msgid "Could not set column width." msgstr "Nelze nastavit šířku sloupce." -#: ../src/common/filefn.cpp:1569 +#: ../src/common/filefn.cpp:1568 msgid "Could not set current working directory" msgstr "Nelze nastavit souÄasný pracovní adresář" -#: ../src/osx/carbon/dataview.cpp:2775 +#: ../src/osx/carbon/dataview.cpp:2773 msgid "Could not set header description." msgstr "Nelze nastavit popis hlaviÄky." -#: ../src/osx/carbon/dataview.cpp:2596 +#: ../src/osx/carbon/dataview.cpp:2594 msgid "Could not set icon." msgstr "Nelze nastavit ikonu." -#: ../src/osx/carbon/dataview.cpp:2617 +#: ../src/osx/carbon/dataview.cpp:2615 msgid "Could not set maximum width." msgstr "Nelze nastavit maximální šířku." -#: ../src/osx/carbon/dataview.cpp:2638 +#: ../src/osx/carbon/dataview.cpp:2636 msgid "Could not set minimum width." msgstr "Nelze nastavit minimální šířku." -#: ../src/osx/carbon/dataview.cpp:2664 ../src/osx/carbon/dataview.cpp:2729 +#: ../src/osx/carbon/dataview.cpp:2662 ../src/osx/carbon/dataview.cpp:2727 msgid "Could not set property flags." msgstr "Nelze nastavit příznak vlastnosti." @@ -2344,8 +2375,8 @@ msgid "Couldn't acquire a mutex lock" msgstr "Nelze získat zámek mutexu" -#: ../src/msw/imaglist.cpp:166 ../src/msw/imaglist.cpp:197 -#: ../src/msw/imaglist.cpp:209 ../src/msw/dragimag.cpp:193 +#: ../src/msw/imaglist.cpp:189 ../src/msw/imaglist.cpp:226 +#: ../src/msw/imaglist.cpp:238 ../src/msw/dragimag.cpp:193 #: ../src/msw/dragimag.cpp:232 msgid "Couldn't add an image to the image list." msgstr "Nelze pÅ™idat obrázek do seznamu obrázků." @@ -2367,11 +2398,11 @@ msgid "Couldn't find symbol '%s' in a dynamic library" msgstr "V dynamické knihovnÄ› nelze nalézt symbol '%s'" -#: ../src/gtk/print.cpp:2014 +#: ../src/gtk/print.cpp:2010 msgid "Couldn't get hatch style from wxBrush." msgstr "Nelze získat styl Å¡rafování z wxBrush." -#: ../src/msw/thread.cpp:950 +#: ../src/msw/thread.cpp:945 msgid "Couldn't get the current thread pointer" msgstr "Nelze získat ukazatel na aktuální vlákno" @@ -2402,7 +2433,7 @@ msgid "Couldn't open audio: %s" msgstr "Nelze otevřít zvuk: %s" -#: ../src/msw/ole/dataobj.cpp:350 +#: ../src/msw/ole/dataobj.cpp:377 #, c-format msgid "Couldn't register clipboard format '%s'." msgstr "Nelze zaregistrovat formát schránky '%s'." @@ -2442,8 +2473,8 @@ msgid "Ctrl+" msgstr "Ctrl+" -#: ../src/richtext/richtextctrl.cpp:325 ../src/osx/textctrl_osx.cpp:582 -#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2283 +#: ../src/richtext/richtextctrl.cpp:331 ../src/osx/textctrl_osx.cpp:582 +#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2334 msgid "Cu&t" msgstr "&Vyjmout" @@ -2491,23 +2522,23 @@ msgid "DELETE" msgstr "DELETE" -#: ../src/common/imagbmp.cpp:1092 +#: ../src/common/imagbmp.cpp:1096 msgid "DIB Header: Encoding doesn't match bitdepth." msgstr "DIB hlaviÄka: Kódování neodpovídá bitové hloubce." -#: ../src/common/imagbmp.cpp:1040 +#: ../src/common/imagbmp.cpp:1044 msgid "DIB Header: Image height > 32767 pixels for file." msgstr "DIB hlaviÄka: Obrázek má výšku vÄ›tší než 32767 pixelů." -#: ../src/common/imagbmp.cpp:1032 +#: ../src/common/imagbmp.cpp:1036 msgid "DIB Header: Image width > 32767 pixels for file." msgstr "DIB hlaviÄka: Obrázek má šířku vÄ›tší než 32767 pixelů." -#: ../src/common/imagbmp.cpp:1060 +#: ../src/common/imagbmp.cpp:1064 msgid "DIB Header: Unknown bitdepth in file." msgstr "DIB hlaviÄka: Neznámá bitová hloubka." -#: ../src/common/imagbmp.cpp:1074 +#: ../src/common/imagbmp.cpp:1078 msgid "DIB Header: Unknown encoding in file." msgstr "DIB hlaviÄka: Neznámé kódování." @@ -2523,15 +2554,15 @@ msgid "DOWN" msgstr "DOLÅ®" -#: ../src/richtext/richtextborderspage.cpp:545 +#: ../src/richtext/richtextborderspage.cpp:567 msgid "Dashed" msgstr "Čárkovaný" -#: ../src/osx/carbon/dataview.cpp:1921 +#: ../src/osx/carbon/dataview.cpp:1919 msgid "Data object has invalid data format" msgstr "Datový objekt má neplatný formát dat" -#: ../src/osx/carbon/dataview.cpp:2491 +#: ../src/osx/carbon/dataview.cpp:2489 msgid "Date renderer cannot render value; value type: " msgstr "VykreslovaÄ data nemůže vykreslit hodnotu; typ hodnoty: " @@ -2564,7 +2595,7 @@ msgid "Default printer" msgstr "Výchozí tiskárna" -#: ../src/richtext/richtextbuffer.cpp:7841 ../src/common/stockitem.cpp:152 +#: ../src/richtext/richtextbuffer.cpp:7945 ../src/common/stockitem.cpp:152 #: ../src/stc/stc_i18n.cpp:20 msgid "Delete" msgstr "Smazat" @@ -2573,21 +2604,21 @@ msgid "Delete A&ll" msgstr "Smazat &vÅ¡e" -#: ../src/richtext/richtextbuffer.cpp:10637 +#: ../src/richtext/richtextbuffer.cpp:10942 #, fuzzy msgid "Delete Column" msgstr "Smazat sloupec" -#: ../src/richtext/richtextbuffer.cpp:10587 +#: ../src/richtext/richtextbuffer.cpp:10892 #, fuzzy msgid "Delete Row" msgstr "Smazat řádek" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 msgid "Delete Style" msgstr "Smazat styl" -#: ../src/richtext/richtextctrl.cpp:1231 ../src/richtext/richtextctrl.cpp:1452 +#: ../src/richtext/richtextctrl.cpp:1300 ../src/richtext/richtextctrl.cpp:1538 msgid "Delete Text" msgstr "Smazat text" @@ -2599,12 +2630,12 @@ msgid "Delete selection" msgstr "Smazat výbÄ›r" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, c-format msgid "Delete style %s?" msgstr "Odstranit styl %s?" -#: ../src/unix/snglinst.cpp:295 +#: ../src/unix/snglinst.cpp:301 #, c-format msgid "Deleted stale lock file '%s'." msgstr "Smazán starý zámkový soubor '%s'." @@ -2651,12 +2682,12 @@ msgid "Directories" msgstr "Adresáře" -#: ../src/common/filefn.cpp:1251 +#: ../src/common/filefn.cpp:1250 #, c-format msgid "Directory '%s' couldn't be created" msgstr "Nelze vytvoÅ™it adresář '%s'" -#: ../src/common/filefn.cpp:1271 +#: ../src/common/filefn.cpp:1270 #, c-format msgid "Directory '%s' couldn't be deleted" msgstr "Nelze smazat adresář '%s'" @@ -2689,7 +2720,7 @@ msgid "Displays help as you browse the books on the left." msgstr "PÅ™i procházení knih zobrazí vlevo nápovÄ›du." -#: ../src/msw/mimetype.cpp:732 +#: ../src/msw/mimetype.cpp:737 msgid "" "Do you want to overwrite the command used to %s files with extension \"%s" "\" ?\n" @@ -2721,11 +2752,11 @@ msgid "Documentation writers" msgstr "AutoÅ™i dokumentace" -#: ../src/common/sizer.cpp:2680 +#: ../src/common/sizer.cpp:2704 msgid "Don't Save" msgstr "Neukládat" -#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:611 +#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:614 msgid "Done" msgstr "Hotovo" @@ -2733,11 +2764,11 @@ msgid "Done." msgstr "Hotovo." -#: ../src/richtext/richtextborderspage.cpp:544 +#: ../src/richtext/richtextborderspage.cpp:566 msgid "Dotted" msgstr "TeÄkovaný" -#: ../src/richtext/richtextborderspage.cpp:546 +#: ../src/richtext/richtextborderspage.cpp:568 msgid "Double" msgstr "Dvojitý" @@ -2754,7 +2785,7 @@ msgid "Down" msgstr "Dolů" -#: ../src/richtext/richtextctrl.cpp:814 +#: ../src/richtext/richtextctrl.cpp:842 msgid "Drag" msgstr "Táhnout" @@ -2770,7 +2801,7 @@ msgid "ENTER" msgstr "ENTER" -#: ../src/unix/fswatcher_inotify.cpp:535 +#: ../src/unix/fswatcher_inotify.cpp:548 msgid "EOF while reading from inotify descriptor" msgstr "Konec souboru pÅ™i Ätení z popisovaÄe inotify" @@ -2835,23 +2866,23 @@ msgid "Enables a background colour." msgstr "Povolit barvu pozadí." -#: ../src/richtext/richtextstyledlg.cpp:931 +#: ../src/richtext/richtextstyledlg.cpp:934 msgid "Enter a box style name" msgstr "Zadejte název stylu rámeÄku" -#: ../src/richtext/richtextstyledlg.cpp:603 +#: ../src/richtext/richtextstyledlg.cpp:606 msgid "Enter a character style name" msgstr "Zadejte název stylu znaku" -#: ../src/richtext/richtextstyledlg.cpp:817 +#: ../src/richtext/richtextstyledlg.cpp:820 msgid "Enter a list style name" msgstr "Zadejte název stylu odrážek" -#: ../src/richtext/richtextstyledlg.cpp:890 +#: ../src/richtext/richtextstyledlg.cpp:893 msgid "Enter a new style name" msgstr "Zadejte nový název stylu" -#: ../src/richtext/richtextstyledlg.cpp:651 +#: ../src/richtext/richtextstyledlg.cpp:654 msgid "Enter a paragraph style name" msgstr "Zadejte název stylu odstavce" @@ -2896,11 +2927,11 @@ msgid "Error creating directory" msgstr "Chyba pÅ™i vytváření adresáře" -#: ../src/common/imagbmp.cpp:1103 +#: ../src/common/imagbmp.cpp:1107 msgid "Error in reading image DIB." msgstr "Chyba pÅ™i Ätení obrázku DIB." -#: ../src/propgrid/propgrid.cpp:6563 +#: ../src/propgrid/propgrid.cpp:6565 #, c-format msgid "Error in resource: %s" msgstr "Chyba ve zdroji: %s" @@ -2929,10 +2960,6 @@ msgid "Estimated time:" msgstr "Odhadovaný Äas:" -#: ../src/unix/fswatcher_inotify.cpp:639 -msgid "Event queue overflowed" -msgstr "Fronta událostí byla pÅ™eplnÄ›na" - #: ../src/generic/dbgrptg.cpp:234 msgid "Executable files (*.exe)|*.exe|" msgstr "Spustitelné soubory (*.exe)|*.exe|" @@ -2941,7 +2968,7 @@ msgid "Execute" msgstr "Spustit" -#: ../src/msw/utilsexc.cpp:888 +#: ../src/msw/utilsexc.cpp:887 #, c-format msgid "Execution of command '%s' failed" msgstr "Chyba pÅ™i volání příkazu '%s'" @@ -2996,7 +3023,7 @@ msgid "Failed to allocate colour for OpenGL" msgstr "Nelze pÅ™idÄ›lit barvu pro OpenGL" -#: ../src/unix/displayx11.cpp:288 +#: ../src/unix/displayx11.cpp:292 msgid "Failed to change video mode" msgstr "Nelze zmÄ›nit režim obrazu" @@ -3014,7 +3041,7 @@ msgid "Failed to close file handle" msgstr "Nelze uzavřít soubor." -#: ../src/unix/snglinst.cpp:334 +#: ../src/unix/snglinst.cpp:340 #, c-format msgid "Failed to close lock file '%s'" msgstr "Nelze uzavřít zámkový soubor '%s'" @@ -3069,19 +3096,19 @@ msgid "Failed to create DDE string" msgstr "Nelze vytvoÅ™it DDE Å™etÄ›zec" -#: ../src/msw/mdi.cpp:590 +#: ../src/msw/mdi.cpp:594 msgid "Failed to create MDI parent frame." msgstr "Nelze vytvoÅ™it nadÅ™azené MDI okno." -#: ../src/common/filename.cpp:1080 +#: ../src/common/filename.cpp:1086 msgid "Failed to create a temporary file name" msgstr "Nelze vytvoÅ™it jméno doÄasného souboru" -#: ../src/msw/utilsexc.cpp:235 +#: ../src/msw/utilsexc.cpp:234 msgid "Failed to create an anonymous pipe" msgstr "Nelze vytvoÅ™it anonymní rouru." -#: ../src/msw/ole/automtn.cpp:522 +#: ../src/msw/ole/automtn.cpp:525 #, c-format msgid "Failed to create an instance of \"%s\"" msgstr "Nelze vytvoÅ™it instanci \"%s\"" @@ -3136,7 +3163,7 @@ msgid "Failed to empty the clipboard." msgstr "Nelze vyprázdnit schránku." -#: ../src/unix/displayx11.cpp:265 +#: ../src/unix/displayx11.cpp:266 msgid "Failed to enumerate video modes" msgstr "Nelze vyjmenovat zobrazovací režimy" @@ -3158,7 +3185,7 @@ msgid "Failed to execute curl, please install it in PATH." msgstr "Nelze spustit curl, instalujte ho, prosím, do PATH" -#: ../src/msw/ole/automtn.cpp:505 +#: ../src/msw/ole/automtn.cpp:508 #, c-format msgid "Failed to find CLSID of \"%s\"" msgstr "Nelze najít CLSID \"%s\"" @@ -3173,7 +3200,7 @@ msgid "Failed to get ISP names: %s" msgstr "NepodaÅ™ilo se získat jména ISP: %s" -#: ../src/msw/ole/automtn.cpp:574 +#: ../src/msw/ole/automtn.cpp:577 #, c-format msgid "Failed to get OLE automation interface for \"%s\"" msgstr "Nelze získat rozhraní automatizace OLE pro \"%s\"" @@ -3186,7 +3213,7 @@ msgid "Failed to get the local system time" msgstr "Nelze zjistit místní systémový Äas" -#: ../src/common/filefn.cpp:1453 +#: ../src/common/filefn.cpp:1452 msgid "Failed to get the working directory" msgstr "Nelze zjistit aktuální pracovní adresář" @@ -3207,7 +3234,7 @@ msgid "Failed to initiate dialup connection: %s" msgstr "Nelze zahájit vytáÄené spojení: %s" -#: ../src/gtk/textctrl.cpp:1117 +#: ../src/gtk/textctrl.cpp:1129 msgid "Failed to insert text in the control." msgstr "Do textového pole nelze vložit text." @@ -3220,7 +3247,7 @@ msgid "Failed to install signal handler" msgstr "Nelze instalovat obslužnou rutinu signálu" -#: ../src/unix/threadpsx.cpp:1162 +#: ../src/unix/threadpsx.cpp:1167 msgid "" "Failed to join a thread, potential memory leak detected - please restart the " "program" @@ -3292,7 +3319,7 @@ msgid "Failed to modify descriptor %d in epoll descriptor %d" msgstr "Nelze zmÄ›nit popisovaÄ %d v epoll popisovaÄi %d" -#: ../src/common/filename.cpp:2681 +#: ../src/common/filename.cpp:2687 #, c-format msgid "Failed to modify file times for '%s'" msgstr "Nelze zmÄ›nit hodnoty Äasů souboru '%s'" @@ -3316,7 +3343,7 @@ msgid "Failed to open CHM archive '%s'." msgstr "Nelze otevřít CHM archiv '%s'." -#: ../src/common/utilscmn.cpp:1135 +#: ../src/common/utilscmn.cpp:1142 #, c-format msgid "Failed to open URL \"%s\" in default browser." msgstr "Nelze otevřít URL \"%s\"' ve výchozím prohlížeÄi." @@ -3331,7 +3358,7 @@ msgid "Failed to open display \"%s\"." msgstr "Nelze otevřít zobrazení \"%s\"." -#: ../src/common/filename.cpp:1115 +#: ../src/common/filename.cpp:1121 msgid "Failed to open temporary file." msgstr "Nelze otevřít doÄasný soubor." @@ -3378,7 +3405,7 @@ msgid "Failed to redirect child process input/output" msgstr "NepodaÅ™ilo se pÅ™esmÄ›rovat vstup/výstup synovského procesu" -#: ../src/msw/utilsexc.cpp:697 +#: ../src/msw/utilsexc.cpp:696 msgid "Failed to redirect the child process IO" msgstr "Chyba pÅ™i pÅ™esmÄ›rovávání vstupu a výstupu synovského procesu" @@ -3397,7 +3424,7 @@ msgid "Failed to remove debug report file \"%s\"" msgstr "Nelze odstranit soubor protokolu ladÄ›ní \"%s\"" -#: ../src/unix/snglinst.cpp:322 +#: ../src/unix/snglinst.cpp:328 #, c-format msgid "Failed to remove lock file '%s'" msgstr "Nelze odstranit zámkový soubor '%s'" @@ -3429,7 +3456,7 @@ msgid "Failed to retrieve data from the clipboard." msgstr "Nelze získat data ze schránky." -#: ../src/common/filename.cpp:2777 +#: ../src/common/filename.cpp:2783 #, c-format msgid "Failed to retrieve file times for '%s'" msgstr "Nelze zjistit hodnoty Äasů souboru '%s'" @@ -3478,21 +3505,21 @@ msgid "Failed to set temporary file permissions" msgstr "Nelze nastavit přístupová práva k doÄasnému souboru" -#: ../src/gtk/textctrl.cpp:1058 +#: ../src/gtk/textctrl.cpp:1070 msgid "Failed to set text in the text control." msgstr "Nelze nastavit text v textovém poli." -#: ../src/unix/threadpsx.cpp:1293 +#: ../src/unix/threadpsx.cpp:1298 #, c-format msgid "Failed to set thread concurrency level to %lu" msgstr "Nelze nastavit úroveň souběžnosti vlákna na %lu" -#: ../src/unix/threadpsx.cpp:1377 ../src/unix/threadpsx.cpp:1387 +#: ../src/unix/threadpsx.cpp:1382 ../src/unix/threadpsx.cpp:1392 #, c-format msgid "Failed to set thread priority %d." msgstr "Nelze nastavit prioritu vlákna %d." -#: ../src/unix/utilsunx.cpp:791 +#: ../src/unix/utilsunx.cpp:801 msgid "Failed to set up non-blocking pipe, the program might hang." msgstr "Nelze nastavit neblokující rouru, program se může zaseknout." @@ -3509,7 +3536,7 @@ msgid "Failed to switch wake up pipe to non-blocking mode" msgstr "Nelze pÅ™epnout rouru buzení do neblokovacího režimu" -#: ../src/unix/threadpsx.cpp:1569 +#: ../src/unix/threadpsx.cpp:1574 msgid "Failed to terminate a thread." msgstr "Nelze ukonÄit vlákno." @@ -3522,12 +3549,12 @@ msgid "Failed to terminate the dialup connection: %s" msgstr "Nelze ukonÄit vytáÄené spojení: %s" -#: ../src/common/filename.cpp:2696 +#: ../src/common/filename.cpp:2702 #, c-format msgid "Failed to touch the file '%s'" msgstr "Nelze nastavit Äas na aktuální pro soubor '%s'" -#: ../src/unix/snglinst.cpp:328 +#: ../src/unix/snglinst.cpp:334 #, c-format msgid "Failed to unlock lock file '%s'" msgstr "Nelze odemknout zámkový soubor '%s'" @@ -3592,7 +3619,7 @@ "Soubor '%s' již existuje.\n" "Opravdu ho chcete pÅ™epsat?" -#: ../src/common/filefn.cpp:1207 +#: ../src/common/filefn.cpp:1206 #, c-format msgid "File '%s' couldn't be removed" msgstr "Soubor '%s' nelze odstranit" @@ -3602,11 +3629,11 @@ msgid "File '%s' couldn't be renamed '%s'" msgstr "Soubor '%s' nelze pÅ™ejmenovat na '%s'" -#: ../src/richtext/richtextctrl.cpp:2688 ../src/common/textcmn.cpp:921 +#: ../src/richtext/richtextctrl.cpp:2774 ../src/common/textcmn.cpp:935 msgid "File couldn't be loaded." msgstr "Soubor nelze naÄíst." -#: ../src/msw/filedlg.cpp:458 +#: ../src/msw/filedlg.cpp:462 #, c-format msgid "File dialog failed with error code %0lx." msgstr "Dialogové okno souboru selhalo s kódem chyby %0lx" @@ -3623,7 +3650,7 @@ msgid "Files" msgstr "Soubory" -#: ../src/common/filefn.cpp:1761 +#: ../src/common/filefn.cpp:1760 #, c-format msgid "Files (%s)" msgstr "Soubory (%s)" @@ -3668,7 +3695,7 @@ msgid "Folio, 8 1/2 x 13 in" msgstr "Folio, 8 1/2 x 13 palců" -#: ../src/richtext/richtextformatdlg.cpp:324 ../src/osx/carbon/fontdlg.cpp:473 +#: ../src/richtext/richtextformatdlg.cpp:325 ../src/osx/carbon/fontdlg.cpp:457 #: ../src/common/stockitem.cpp:194 msgid "Font" msgstr "Písmo" @@ -3685,7 +3712,7 @@ msgid "Font st&yle:" msgstr "St&yl písma:" -#: ../src/osx/carbon/fontdlg.cpp:515 +#: ../src/osx/carbon/fontdlg.cpp:499 msgid "Font:" msgstr "Písmo:" @@ -3735,7 +3762,7 @@ msgid "GIF: unknown error!!!" msgstr "GIF: neznámá chyba!!!" -#: ../src/gtk/window.cpp:4288 +#: ../src/gtk/window.cpp:4339 msgid "" "GTK+ installed on this machine is too old to support screen compositing, " "please install GTK+ 2.12 or later." @@ -3803,7 +3830,7 @@ msgid "Greek (ISO-8859-7)" msgstr "Řecky (ISO-8859-7)" -#: ../src/richtext/richtextborderspage.cpp:547 +#: ../src/richtext/richtextborderspage.cpp:569 msgid "Groove" msgstr "Příkop" @@ -3823,7 +3850,7 @@ msgid "HTML Help Project (*.hhp)|*.hhp|" msgstr "Projekt NápovÄ›dy HTML (*.hhp)|*.hhp|" -#: ../src/html/htmlwin.cpp:659 +#: ../src/html/htmlwin.cpp:662 #, c-format msgid "HTML anchor %s does not exist." msgstr "Kotva HTML %s neexistuje." @@ -3881,16 +3908,16 @@ msgid "Help: %s" msgstr "NápovÄ›da: %s" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:649 +#: ../src/osx/menu_osx.cpp:623 #, c-format msgid "Hide %s" msgstr "Skrýt %s" -#: ../src/osx/menu_osx.cpp:604 ../src/osx/menu_osx.cpp:651 +#: ../src/osx/menu_osx.cpp:625 msgid "Hide Others" msgstr "Skrýt ostatní" -#: ../src/generic/infobar.cpp:85 +#: ../src/generic/infobar.cpp:84 msgid "Hide this notification message." msgstr "Skrýt tuto oznamovací zprávu." @@ -3907,26 +3934,26 @@ msgid "How the object will float relative to the text." msgstr "Jak bude text obtékat vzhledem k objektu." -#: ../src/common/imagbmp.cpp:1118 +#: ../src/common/imagbmp.cpp:1122 msgid "ICO: Error in reading mask DIB." msgstr "ICO: Chyba pÅ™i naÄítání DIB masky." -#: ../src/common/imagbmp.cpp:1233 ../src/common/imagbmp.cpp:1294 -#: ../src/common/imagbmp.cpp:1305 ../src/common/imagbmp.cpp:1318 -#: ../src/common/imagbmp.cpp:1363 ../src/common/imagbmp.cpp:1375 -#: ../src/common/imagbmp.cpp:1386 +#: ../src/common/imagbmp.cpp:1237 ../src/common/imagbmp.cpp:1298 +#: ../src/common/imagbmp.cpp:1309 ../src/common/imagbmp.cpp:1322 +#: ../src/common/imagbmp.cpp:1367 ../src/common/imagbmp.cpp:1379 +#: ../src/common/imagbmp.cpp:1390 msgid "ICO: Error writing the image file!" msgstr "ICO: Chyba pÅ™i zapisování obrázku!" -#: ../src/common/imagbmp.cpp:1198 +#: ../src/common/imagbmp.cpp:1202 msgid "ICO: Image too tall for an icon." msgstr "ICO: Obrázek je na ikonu příliÅ¡ vysoký" -#: ../src/common/imagbmp.cpp:1206 +#: ../src/common/imagbmp.cpp:1210 msgid "ICO: Image too wide for an icon." msgstr "ICO: Obrázek je na ikonu příliÅ¡ Å¡iroký" -#: ../src/common/imagbmp.cpp:1466 +#: ../src/common/imagbmp.cpp:1470 msgid "ICO: Invalid icon index." msgstr "ICO: Neplatný index ikony." @@ -3958,7 +3985,7 @@ msgid "ISO-2022-JP" msgstr "ISO-2022-JP" -#: ../src/osx/carbon/dataview.cpp:2420 +#: ../src/osx/carbon/dataview.cpp:2418 msgid "Icon & text renderer cannot render value; value type: " msgstr "VykreslovaÄ ikon a textu nemohl vykreslit hodnotu; typ hodnoty: " @@ -4028,7 +4055,7 @@ msgid "Image is not of type %s." msgstr "Obrázek není typu %s." -#: ../src/msw/textctrl.cpp:399 +#: ../src/msw/textctrl.cpp:413 msgid "" "Impossible to create a rich edit control, using simple text control instead. " "Please reinstall riched32.dll" @@ -4060,7 +4087,7 @@ msgid "Incorrect GIF frame size (%u, %d) for the frame #%u" msgstr "Nesprávné rozmÄ›ry snímku GIF (%u, %d) pro snímek Ä. %u" -#: ../src/msw/ole/automtn.cpp:624 +#: ../src/msw/ole/automtn.cpp:638 msgid "Incorrect number of arguments." msgstr "Nesprávný poÄet argumentů" @@ -4068,7 +4095,7 @@ msgid "Indent" msgstr "Odsazení" -#: ../src/richtext/richtextformatdlg.cpp:330 +#: ../src/richtext/richtextformatdlg.cpp:331 msgid "Indents && Spacing" msgstr "Odsazení && mezery" @@ -4092,23 +4119,23 @@ msgid "Insert" msgstr "Vložit" -#: ../src/richtext/richtextbuffer.cpp:7687 +#: ../src/richtext/richtextbuffer.cpp:7791 msgid "Insert Field" msgstr "Vložit pole" -#: ../src/richtext/richtextbuffer.cpp:7598 -#: ../src/richtext/richtextbuffer.cpp:8551 +#: ../src/richtext/richtextbuffer.cpp:7702 +#: ../src/richtext/richtextbuffer.cpp:8655 msgid "Insert Image" msgstr "Vložit obrázek" -#: ../src/richtext/richtextbuffer.cpp:7645 +#: ../src/richtext/richtextbuffer.cpp:7749 msgid "Insert Object" msgstr "Vložit objekt" -#: ../src/richtext/richtextctrl.cpp:1172 ../src/richtext/richtextctrl.cpp:1362 -#: ../src/richtext/richtextbuffer.cpp:7440 -#: ../src/richtext/richtextbuffer.cpp:7470 -#: ../src/richtext/richtextbuffer.cpp:7514 +#: ../src/richtext/richtextctrl.cpp:1241 ../src/richtext/richtextctrl.cpp:1448 +#: ../src/richtext/richtextbuffer.cpp:7544 +#: ../src/richtext/richtextbuffer.cpp:7574 +#: ../src/richtext/richtextbuffer.cpp:7618 msgid "Insert Text" msgstr "Vložit text" @@ -4117,7 +4144,7 @@ msgid "Inserts a page break before the paragraph." msgstr "Vloží konec stránky pÅ™ed odstavcem." -#: ../src/richtext/richtextborderspage.cpp:549 +#: ../src/richtext/richtextborderspage.cpp:571 msgid "Inset" msgstr "ÄŽolík" @@ -4130,7 +4157,7 @@ msgid "Invalid TIFF image index." msgstr "PoÅ¡kozený index v TIFF obrázku." -#: ../src/osx/carbon/dataview.cpp:1782 ../src/osx/carbon/dataview.cpp:1877 +#: ../src/osx/carbon/dataview.cpp:1780 ../src/osx/carbon/dataview.cpp:1875 msgid "Invalid data view item" msgstr "Neplatná položka zobrazení dat" @@ -4144,12 +4171,12 @@ msgid "Invalid geometry specification '%s'" msgstr "Å patné urÄení geometrie '%s'." -#: ../src/unix/fswatcher_inotify.cpp:298 +#: ../src/unix/fswatcher_inotify.cpp:311 #, c-format msgid "Invalid inotify event for \"%s\"" msgstr "Neplatná událost inotify pro \"%s\"" -#: ../src/unix/snglinst.cpp:306 +#: ../src/unix/snglinst.cpp:312 #, c-format msgid "Invalid lock file '%s'." msgstr "Chybný zamykací soubor '%s'." @@ -4177,7 +4204,7 @@ msgstr "Neplatná hodnota %ld booleovského klíÄe \"%s\"" #: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:333 -#: ../src/osx/carbon/fontdlg.cpp:547 ../src/common/stockitem.cpp:168 +#: ../src/osx/carbon/fontdlg.cpp:531 ../src/common/stockitem.cpp:168 msgid "Italic" msgstr "Kurzíva" @@ -4479,7 +4506,7 @@ msgid "Link contained '//', converted to absolute link." msgstr "Odkaz obsahoval '//', pÅ™eveden na absolutní" -#: ../src/richtext/richtextformatdlg.cpp:349 +#: ../src/richtext/richtextformatdlg.cpp:350 msgid "List Style" msgstr "Styl seznamu" @@ -4497,12 +4524,12 @@ msgid "Lists the available fonts." msgstr "Zobrazí dostupná písma." -#: ../src/common/fldlgcmn.cpp:325 +#: ../src/common/fldlgcmn.cpp:343 #, c-format msgid "Load %s file" msgstr "Otevřít soubor %s" -#: ../src/html/htmlwin.cpp:575 +#: ../src/html/htmlwin.cpp:578 msgid "Loading : " msgstr "NaÄítám : " @@ -4711,11 +4738,11 @@ msgid "MacVietnamese" msgstr "MacVietnamÅ¡tina" -#: ../src/propgrid/advprops.cpp:2031 +#: ../src/propgrid/advprops.cpp:2013 msgid "Make a selection:" msgstr "Provést výbÄ›r:" -#: ../src/richtext/richtextformatdlg.cpp:362 +#: ../src/richtext/richtextformatdlg.cpp:363 #: ../src/richtext/richtextmarginspage.cpp:172 msgid "Margins" msgstr "Okraje" @@ -4754,7 +4781,7 @@ msgid "Metal theme" msgstr "Téma Metal" -#: ../src/msw/ole/automtn.cpp:641 +#: ../src/msw/ole/automtn.cpp:655 msgid "Method or property not found." msgstr "Metoda nebo vlastnost nenalezena." @@ -4770,7 +4797,7 @@ msgid "Min width:" msgstr "Min šířka:" -#: ../src/msw/ole/automtn.cpp:657 +#: ../src/msw/ole/automtn.cpp:671 msgid "Missing a required parameter." msgstr "Chybí požadovaný parametr." @@ -4813,7 +4840,7 @@ msgid "Moves the object to the previous paragraph." msgstr "PÅ™esune objekt do pÅ™edchozího odstavce." -#: ../src/richtext/richtextbuffer.cpp:9345 +#: ../src/richtext/richtextbuffer.cpp:9596 msgid "Multiple Cell Properties" msgstr "Vlastnosti více bunÄ›k" @@ -4849,16 +4876,16 @@ msgid "New &Paragraph Style..." msgstr "&Nový styl odstavce..." -#: ../src/richtext/richtextstyledlg.cpp:603 -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:651 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:817 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:890 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:931 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:606 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:654 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:820 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:893 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:934 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "New Style" msgstr "Nový styl" @@ -4898,19 +4925,19 @@ msgid "No bitmap handler for type %d defined." msgstr "Žádná obslužná rutina bitmapy pro typ %d není stanovena." -#: ../src/osx/carbon/dataview.cpp:1784 +#: ../src/osx/carbon/dataview.cpp:1782 msgid "No column existing." msgstr "Žádný sloupec neexistuje." -#: ../src/osx/carbon/dataview.cpp:1674 +#: ../src/osx/carbon/dataview.cpp:1672 msgid "No column for the specified column existing." msgstr "Žádný sloupec pro zadaný sloupec neexistuje." -#: ../src/osx/carbon/dataview.cpp:1423 +#: ../src/osx/carbon/dataview.cpp:1421 msgid "No column for the specified column position existing." msgstr "Žádný sloupec pro zadanou pozici sloupce neexistuje." -#: ../src/common/utilscmn.cpp:1049 +#: ../src/common/utilscmn.cpp:1056 msgid "No default application configured for HTML files." msgstr "Není nastavena žádná výchozí aplikace pro HTML soubory." @@ -4964,12 +4991,12 @@ msgid "No matching page found yet" msgstr "JeÅ¡tÄ› nebylo nic nalezeno" -#: ../src/osx/carbon/dataview.cpp:1676 ../src/osx/carbon/dataview.cpp:1786 +#: ../src/osx/carbon/dataview.cpp:1674 ../src/osx/carbon/dataview.cpp:1784 msgid "No renderer or invalid renderer type specified for custom data column." msgstr "" "Pro vlastní sloupec dat byl zadán žádný nebo neplatný typ vykreslovaÄe." -#: ../src/osx/carbon/dataview.cpp:1424 +#: ../src/osx/carbon/dataview.cpp:1422 msgid "No renderer specified for column." msgstr "Pro sloupec nebyl urÄen žádný vykreslovaÄ." @@ -4990,7 +5017,7 @@ msgid "No valid mappings found in the file \"%s\"." msgstr "Nenalezeno žádné platné mapování v souboru \"%s\"." -#: ../src/richtext/richtextborderspage.cpp:542 +#: ../src/richtext/richtextborderspage.cpp:564 #: ../src/richtext/richtextsizepage.cpp:248 #: ../src/richtext/richtextsizepage.cpp:252 msgid "None" @@ -5012,7 +5039,7 @@ msgid "Normal font:" msgstr "Normální písmo:" -#: ../src/propgrid/props.cpp:887 +#: ../src/propgrid/props.cpp:897 #, c-format msgid "Not %s" msgstr "Není %s" @@ -5033,7 +5060,7 @@ msgid "Notice" msgstr "Oznámení" -#: ../src/osx/carbon/dataview.cpp:902 +#: ../src/osx/carbon/dataview.cpp:900 msgid "Number of columns could not be determined." msgstr "Nelze urÄit poÄet sloupců." @@ -5044,21 +5071,21 @@ #: ../include/wx/msgdlg.h:273 ../src/richtext/richtextstyledlg.cpp:297 #: ../src/common/stockitem.cpp:178 ../src/msw/msgdlg.cpp:489 -#: ../src/msw/msgdlg.cpp:799 ../src/msw/dialog.cpp:120 +#: ../src/msw/msgdlg.cpp:795 ../src/msw/dialog.cpp:120 #: ../src/gtk1/fontdlg.cpp:138 msgid "OK" msgstr "OK" -#: ../src/msw/ole/automtn.cpp:681 +#: ../src/msw/ole/automtn.cpp:695 #, c-format msgid "OLE Automation error in %s: %s" msgstr "Chyba automatizace OLE v %s: %s" -#: ../include/wx/richtext/richtextimagedlg.h:39 +#: ../include/wx/richtext/richtextimagedlg.h:38 msgid "Object Properties" msgstr "Vlastnosti objektu" -#: ../src/msw/ole/automtn.cpp:649 +#: ../src/msw/ole/automtn.cpp:663 msgid "Object implementation does not support named arguments." msgstr "Zavedení objektu nepodporuje pojmenované argumenty." @@ -5120,16 +5147,16 @@ msgid "Out of window IDs. Recommend shutting down application." msgstr "DoÅ¡la ID oken. DoporuÄujeme zavřít aplikaci." -#: ../src/richtext/richtextborderspage.cpp:400 -#: ../src/richtext/richtextborderspage.cpp:533 +#: ../src/richtext/richtextborderspage.cpp:397 +#: ../src/richtext/richtextborderspage.cpp:555 msgid "Outline" msgstr "Obrys" -#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:572 msgid "Outset" msgstr "Návrší" -#: ../src/msw/ole/automtn.cpp:645 +#: ../src/msw/ole/automtn.cpp:659 msgid "Overflow while coercing argument values." msgstr "PÅ™eteÄení pÅ™i nucení hodnot argumentů." @@ -5342,7 +5369,7 @@ msgid "Passing an unknown object to GetObject" msgstr "PÅ™edávání neznámého objektu do GetObject" -#: ../src/richtext/richtextctrl.cpp:3117 ../src/common/stockitem.cpp:180 +#: ../src/richtext/richtextctrl.cpp:3206 ../src/common/stockitem.cpp:180 #: ../src/stc/stc_i18n.cpp:19 msgid "Paste" msgstr "Vložit" @@ -5360,7 +5387,7 @@ msgid "Permissions" msgstr "Práva" -#: ../src/richtext/richtextbuffer.cpp:11942 +#: ../src/richtext/richtextbuffer.cpp:12271 msgid "Picture Properties" msgstr "Vlastnosti obrázku" @@ -5407,20 +5434,20 @@ msgid "Point Size" msgstr "Velikost bodu" -#: ../src/osx/carbon/dataview.cpp:1278 ../src/osx/carbon/dataview.cpp:1329 -#: ../src/osx/carbon/dataview.cpp:1420 ../src/osx/carbon/dataview.cpp:1443 -#: ../src/osx/carbon/dataview.cpp:1460 ../src/osx/carbon/dataview.cpp:1477 -#: ../src/osx/carbon/dataview.cpp:1670 ../src/osx/carbon/dataview.cpp:1779 -#: ../src/osx/carbon/dataview.cpp:1821 ../src/osx/carbon/dataview.cpp:1874 -#: ../src/osx/carbon/dataview.cpp:1997 +#: ../src/osx/carbon/dataview.cpp:1276 ../src/osx/carbon/dataview.cpp:1327 +#: ../src/osx/carbon/dataview.cpp:1418 ../src/osx/carbon/dataview.cpp:1441 +#: ../src/osx/carbon/dataview.cpp:1458 ../src/osx/carbon/dataview.cpp:1475 +#: ../src/osx/carbon/dataview.cpp:1668 ../src/osx/carbon/dataview.cpp:1777 +#: ../src/osx/carbon/dataview.cpp:1819 ../src/osx/carbon/dataview.cpp:1872 +#: ../src/osx/carbon/dataview.cpp:1995 msgid "Pointer to data view control not set correctly." msgstr "Ukazatel na ovládací prvek data view není správnÄ› nastaven." -#: ../src/osx/carbon/dataview.cpp:1279 ../src/osx/carbon/dataview.cpp:1338 -#: ../src/osx/carbon/dataview.cpp:1421 ../src/osx/carbon/dataview.cpp:1478 -#: ../src/osx/carbon/dataview.cpp:1671 ../src/osx/carbon/dataview.cpp:1780 -#: ../src/osx/carbon/dataview.cpp:1822 ../src/osx/carbon/dataview.cpp:1875 -#: ../src/osx/carbon/dataview.cpp:1998 +#: ../src/osx/carbon/dataview.cpp:1277 ../src/osx/carbon/dataview.cpp:1336 +#: ../src/osx/carbon/dataview.cpp:1419 ../src/osx/carbon/dataview.cpp:1476 +#: ../src/osx/carbon/dataview.cpp:1669 ../src/osx/carbon/dataview.cpp:1778 +#: ../src/osx/carbon/dataview.cpp:1820 ../src/osx/carbon/dataview.cpp:1873 +#: ../src/osx/carbon/dataview.cpp:1996 msgid "Pointer to model not set correctly." msgstr "Ukazatel na model není správnÄ› nastaven." @@ -5440,7 +5467,7 @@ msgid "Preferences" msgstr "PÅ™edvolby" -#: ../src/osx/menu_osx.cpp:643 +#: ../src/osx/menu_osx.cpp:614 msgid "Preferences..." msgstr "PÅ™edvolby..." @@ -5448,7 +5475,7 @@ msgid "Preparing" msgstr "PÅ™ipravování" -#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:576 +#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:560 #: ../src/html/helpwnd.cpp:1235 msgid "Preview:" msgstr "Náhled:" @@ -5564,7 +5591,7 @@ msgstr "Tisk..." #: ../include/wx/richtext/richtextprint.h:109 ../include/wx/prntbase.h:263 -#: ../src/common/docview.cpp:2124 +#: ../src/common/docview.cpp:2114 msgid "Printout" msgstr "Výtisk" @@ -5575,7 +5602,7 @@ msgstr "" "Zpracování protokolu ladÄ›ní selhalo, ponechávám soubory v adresáři \"%s\"." -#: ../src/osx/carbon/dataview.cpp:2472 +#: ../src/osx/carbon/dataview.cpp:2470 msgid "Progress renderer cannot render value type; value type: " msgstr "VykreslovaÄ průbÄ›hu nemůže vykreslit typ hodnoty; typ hodnoty: " @@ -5591,7 +5618,7 @@ msgid "Property" msgstr "Vlastnost" -#: ../src/propgrid/propgrid.cpp:3144 ../src/propgrid/propgrid.cpp:3276 +#: ../src/propgrid/propgrid.cpp:3146 ../src/propgrid/propgrid.cpp:3278 msgid "Property Error" msgstr "Chyba vlastnosti" @@ -5607,7 +5634,7 @@ msgid "Quit" msgstr "UkonÄit" -#: ../src/osx/menu_osx.cpp:610 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:631 #, c-format msgid "Quit %s" msgstr "UkonÄit %s" @@ -5696,7 +5723,7 @@ msgid "Remove" msgstr "Odstranit" -#: ../src/richtext/richtextctrl.cpp:1430 +#: ../src/richtext/richtextctrl.cpp:1516 msgid "Remove Bullet" msgstr "Odstranit odrážku" @@ -5709,11 +5736,11 @@ msgid "Renderer \"%s\" has incompatible version %d.%d and couldn't be loaded." msgstr "VykreslovaÄ \"%s\" má nekompatibilní verzi %d.%d a nemohl být naÄten." -#: ../src/osx/carbon/dataview.cpp:1430 +#: ../src/osx/carbon/dataview.cpp:1428 msgid "Rendering failed." msgstr "Vykreslování selhalo." -#: ../src/richtext/richtextbuffer.cpp:4214 +#: ../src/richtext/richtextbuffer.cpp:4280 msgid "Renumber List" msgstr "Znovu oÄíslovat seznam" @@ -5721,7 +5748,7 @@ msgid "Rep&lace" msgstr "&Nahradit" -#: ../src/richtext/richtextctrl.cpp:3277 ../src/common/stockitem.cpp:188 +#: ../src/richtext/richtextctrl.cpp:3366 ../src/common/stockitem.cpp:188 msgid "Replace" msgstr "Nahradit" @@ -5737,7 +5764,7 @@ msgid "Replace with:" msgstr "Nahradit textem: " -#: ../src/common/valtext.cpp:161 +#: ../src/common/valtext.cpp:163 msgid "Required information entry is empty." msgstr "Požadovaný informaÄní údaj je prázdný." @@ -5750,7 +5777,7 @@ msgid "Revert to Saved" msgstr "Vrátit k uloženému" -#: ../src/richtext/richtextborderspage.cpp:548 +#: ../src/richtext/richtextborderspage.cpp:570 msgid "Ridge" msgstr "Val" @@ -5808,11 +5835,11 @@ msgid "SUBTRACT" msgstr "MÃNUS" -#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2678 +#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2702 msgid "Save" msgstr "Uložit" -#: ../src/common/fldlgcmn.cpp:327 +#: ../src/common/fldlgcmn.cpp:345 #, c-format msgid "Save %s file" msgstr "Uložit soubor %s" @@ -5888,8 +5915,8 @@ msgid "Seek error on file '%s' (large files not supported by stdio)" msgstr "Chyba hledání v souboru '%s' (stdio nepodporuje velké soubory)" -#: ../src/richtext/richtextctrl.cpp:330 ../src/osx/textctrl_osx.cpp:587 -#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2288 +#: ../src/richtext/richtextctrl.cpp:336 ../src/osx/textctrl_osx.cpp:587 +#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2339 msgid "Select &All" msgstr "Vybrat &vÅ¡e" @@ -5934,7 +5961,11 @@ msgid "Separator expected after the option '%s'." msgstr "Za volbou '%s' se oÄekává oddÄ›lovaÄ." -#: ../src/richtext/richtextbuffer.cpp:10513 +#: ../src/osx/menu_osx.cpp:618 +msgid "Services" +msgstr "" + +#: ../src/richtext/richtextbuffer.cpp:10818 msgid "Set Cell Style" msgstr "Nastavit styl buňky" @@ -5942,7 +5973,7 @@ msgid "SetProperty called w/o valid setter" msgstr "SetProperty zavoláno bez platné ÄteÄky" -#: ../src/common/filename.cpp:2632 +#: ../src/common/filename.cpp:2638 msgid "Setting directory access times is not supported under this OS version" msgstr "V této verzi OS není nastavení Äasu přístupů do adresáře podporováno" @@ -5967,7 +5998,7 @@ msgid "Show &hidden files" msgstr "Zobrazit &skryté soubory" -#: ../src/osx/menu_osx.cpp:605 ../src/osx/menu_osx.cpp:652 +#: ../src/osx/menu_osx.cpp:626 msgid "Show All" msgstr "Zobrazit vÅ¡e" @@ -6008,7 +6039,7 @@ msgid "Shows a preview of the font settings." msgstr "Zobrazí náhled nastavení písma." -#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 +#: ../src/osx/carbon/fontdlg.cpp:564 ../src/osx/carbon/fontdlg.cpp:566 msgid "Shows a preview of the font." msgstr "Zobrazí náhled písma." @@ -6030,12 +6061,12 @@ msgid "Single" msgstr "Jednoduché" -#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:356 +#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:357 #: ../src/richtext/richtextsizepage.cpp:299 msgid "Size" msgstr "Velikost" -#: ../src/osx/carbon/fontdlg.cpp:525 +#: ../src/osx/carbon/fontdlg.cpp:509 msgid "Size:" msgstr "Velikost:" @@ -6052,7 +6083,7 @@ msgid "Small C&apitals" msgstr "Malé k&apitálky" -#: ../src/richtext/richtextborderspage.cpp:543 +#: ../src/richtext/richtextborderspage.cpp:565 msgid "Solid" msgstr "Plný" @@ -6064,11 +6095,11 @@ msgid "Sorry, not enough memory to create a preview." msgstr "Je nám líto, pro vytvoÅ™ení náhledu je nedostatek pamÄ›ti." -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "Sorry, that name is taken. Please choose another." msgstr "Je nám líto, toto jméno je zabrané. Vyberte si, prosím, jiné." @@ -6124,15 +6155,15 @@ msgid "String To Colour : Incorrect colour specification : %s" msgstr "Text na barvu: chybná specifikace popisu barvy : %s" -#: ../src/richtext/richtextformatdlg.cpp:318 ../src/propgrid/advprops.cpp:647 +#: ../src/richtext/richtextformatdlg.cpp:319 ../src/propgrid/advprops.cpp:647 msgid "Style" msgstr "Styl" -#: ../include/wx/richtext/richtextstyledlg.h:47 +#: ../include/wx/richtext/richtextstyledlg.h:46 msgid "Style Organiser" msgstr "Organizátor stylů" -#: ../src/osx/carbon/fontdlg.cpp:534 +#: ../src/osx/carbon/fontdlg.cpp:518 msgid "Style:" msgstr "Styl:" @@ -6199,7 +6230,7 @@ msgid "TIFF: Image size is abnormally big." msgstr "TIFF: RozmÄ›r obrázku je abnormálnÄ› velký." -#: ../src/richtext/richtextbuffer.cpp:10794 +#: ../src/richtext/richtextbuffer.cpp:11099 msgid "Table Properties" msgstr "Vlastnosti tabulky" @@ -6211,7 +6242,7 @@ msgid "Tabloid, 11 x 17 in" msgstr "Tabloid, 11 x 17 palců" -#: ../src/richtext/richtextformatdlg.cpp:336 +#: ../src/richtext/richtextformatdlg.cpp:337 msgid "Tabs" msgstr "Panely" @@ -6223,7 +6254,7 @@ msgid "Templates" msgstr "Å ablony" -#: ../src/osx/carbon/dataview.cpp:2373 +#: ../src/osx/carbon/dataview.cpp:2371 msgid "Text renderer cannot render value; value type: " msgstr "VykreslovaÄ textu nemůže hodnotu vykreslit; typ hodnoty:" @@ -6256,6 +6287,26 @@ msgid "The background colour." msgstr "Barva pozadí." +#: ../src/richtext/richtextborderspage.cpp:265 +#: ../src/richtext/richtextborderspage.cpp:267 +#: ../src/richtext/richtextborderspage.cpp:299 +#: ../src/richtext/richtextborderspage.cpp:301 +#: ../src/richtext/richtextborderspage.cpp:333 +#: ../src/richtext/richtextborderspage.cpp:335 +#: ../src/richtext/richtextborderspage.cpp:367 +#: ../src/richtext/richtextborderspage.cpp:369 +#: ../src/richtext/richtextborderspage.cpp:434 +#: ../src/richtext/richtextborderspage.cpp:436 +#: ../src/richtext/richtextborderspage.cpp:468 +#: ../src/richtext/richtextborderspage.cpp:470 +#: ../src/richtext/richtextborderspage.cpp:502 +#: ../src/richtext/richtextborderspage.cpp:504 +#: ../src/richtext/richtextborderspage.cpp:536 +#: ../src/richtext/richtextborderspage.cpp:538 +#, fuzzy +msgid "The border line style." +msgstr "Styl písma" + #: ../src/richtext/richtextmarginspage.cpp:268 #: ../src/richtext/richtextmarginspage.cpp:270 msgid "The bottom margin size." @@ -6300,7 +6351,7 @@ "jinou sadu jako náhradu nebo stisknÄ›te\n" "[Storno], pokud ji nelze nahradit" -#: ../src/msw/ole/dataobj.cpp:367 +#: ../src/msw/ole/dataobj.cpp:394 #, c-format msgid "The clipboard format '%d' doesn't exist." msgstr "Formát schránky '%d' neexistuje." @@ -6370,7 +6421,7 @@ msgid "The font point size." msgstr "Velikost písma v bodech." -#: ../src/osx/carbon/fontdlg.cpp:529 ../src/osx/carbon/fontdlg.cpp:531 +#: ../src/osx/carbon/fontdlg.cpp:513 ../src/osx/carbon/fontdlg.cpp:515 msgid "The font size in points." msgstr "Velikost písma v bodech." @@ -6428,7 +6479,7 @@ msgid "The list item number." msgstr "Číslo položky seznamu." -#: ../src/msw/ole/automtn.cpp:653 +#: ../src/msw/ole/automtn.cpp:667 msgid "The locale ID is unknown." msgstr "ID jazyka je neznámé." @@ -6555,7 +6606,7 @@ msgid "The style preview." msgstr "Náhled stylu." -#: ../src/msw/ole/automtn.cpp:669 +#: ../src/msw/ole/automtn.cpp:683 msgid "The system cannot find the file specified." msgstr "Systém nemůže nalézt uvedený soubor." @@ -6568,7 +6619,7 @@ msgid "The tab positions." msgstr "Pozice tabulátorů." -#: ../src/richtext/richtextctrl.cpp:2705 +#: ../src/richtext/richtextctrl.cpp:2791 msgid "The text couldn't be saved." msgstr "Text nelze uložit." @@ -6607,7 +6658,7 @@ msgid "The wxGtkPrinterDC cannot be used." msgstr "Nelze použít wxGtkPrinterDC." -#: ../src/osx/carbon/dataview.cpp:1340 +#: ../src/osx/carbon/dataview.cpp:1338 msgid "There is no column or renderer for the specified column index." msgstr "Pro zadaný index sloupce neexistuje žádný sloupec nebo vykreslovaÄ." @@ -6632,7 +6683,7 @@ msgid "This platform does not support background transparency." msgstr "Tato platforma nepodporuje průhlednost pozadí." -#: ../src/gtk/window.cpp:4317 +#: ../src/gtk/window.cpp:4368 msgid "" "This program was compiled with a too old version of GTK+, please rebuild " "with GTK+ 2.12 or newer." @@ -6648,7 +6699,7 @@ "Tento systém nepodporuje ovládací prvky pro výbÄ›r data, aktualizujte, " "prosím, VaÅ¡i verzi comctl32.dll" -#: ../src/msw/thread.cpp:1300 +#: ../src/msw/thread.cpp:1295 msgid "" "Thread module initialization failed: cannot store value in thread local " "storage" @@ -6656,11 +6707,11 @@ "Vlákno pro modul se nepodaÅ™ilo zavést: nelze ukládat hodnoty do místního " "úložiÅ¡tÄ› vláken" -#: ../src/unix/threadpsx.cpp:1758 +#: ../src/unix/threadpsx.cpp:1763 msgid "Thread module initialization failed: failed to create thread key" msgstr "Selhalo zavedení modulu s vlákny: nelze vytvoÅ™it klÃ­Ä vlákna" -#: ../src/msw/thread.cpp:1288 +#: ../src/msw/thread.cpp:1283 msgid "" "Thread module initialization failed: impossible to allocate index in thread " "local storage" @@ -6668,7 +6719,7 @@ "Vlákno pro modul se nepodaÅ™ilo zavést: Nelze pÅ™idÄ›lit index do místního " "úložiÅ¡tÄ› vláken" -#: ../src/unix/threadpsx.cpp:1038 +#: ../src/unix/threadpsx.cpp:1043 msgid "Thread priority setting is ignored." msgstr "Nastavení priority vlákna je ignorováno." @@ -6700,11 +6751,11 @@ msgid "To:" msgstr "Do:" -#: ../src/osx/carbon/dataview.cpp:2451 +#: ../src/osx/carbon/dataview.cpp:2449 msgid "Toggle renderer cannot render value; value type: " msgstr "VykreslovaÄ pÅ™epínaÄe nemůže vykreslit hodnotu; typ hodnoty: " -#: ../src/richtext/richtextbuffer.cpp:7983 +#: ../src/richtext/richtextbuffer.cpp:8087 msgid "Too many EndStyle calls!" msgstr "PříliÅ¡ mnoho volání EndStyle!" @@ -6756,7 +6807,7 @@ msgid "Type a size in points." msgstr "Zadejte velikost v bodech." -#: ../src/msw/ole/automtn.cpp:665 +#: ../src/msw/ole/automtn.cpp:679 #, c-format msgid "Type mismatch in argument %u." msgstr "Neshoda typu v argumentu %u." @@ -6817,7 +6868,7 @@ msgid "Unable to close the handle for '%s'" msgstr "Nelze uzavřít popisovaÄ pro '%s'" -#: ../include/wx/msw/private/fswatcher.h:240 +#: ../include/wx/msw/private/fswatcher.h:245 msgid "Unable to create I/O completion port" msgstr "Nelze vytvoÅ™it I/O port dokonÄení." @@ -6833,7 +6884,7 @@ msgid "Unable to create kqueue instance" msgstr "Nelze vytvoÅ™it instanci kqueue" -#: ../include/wx/msw/private/fswatcher.h:229 +#: ../include/wx/msw/private/fswatcher.h:234 msgid "Unable to dequeue completion packet" msgstr "Paket dokonÄení nelze vyÅ™adit z fronty" @@ -6841,7 +6892,7 @@ msgid "Unable to get events from kqueue" msgstr "Nelze získat události z kqueue" -#: ../src/osx/carbon/dataview.cpp:1903 +#: ../src/osx/carbon/dataview.cpp:1901 msgid "Unable to handle native drag&drop data" msgstr "Nelze zacházet s nativními táhni a pusÅ¥ daty" @@ -6858,7 +6909,7 @@ msgid "Unable to open path '%s'" msgstr "Nelze otevřít cestu '%s'" -#: ../src/html/htmlwin.cpp:561 +#: ../src/html/htmlwin.cpp:564 #, c-format msgid "Unable to open requested HTML document: %s" msgstr "Nelze otevřít požadovaný HTML dokument: %s" @@ -6867,11 +6918,11 @@ msgid "Unable to play sound asynchronously." msgstr "Nelze pÅ™ehrát zvuk asynchronnÄ›." -#: ../include/wx/msw/private/fswatcher.h:207 +#: ../include/wx/msw/private/fswatcher.h:212 msgid "Unable to post completion status" msgstr "Nelze poslat stav dokonÄení" -#: ../src/unix/fswatcher_inotify.cpp:530 +#: ../src/unix/fswatcher_inotify.cpp:543 msgid "Unable to read from inotify descriptor" msgstr "Nelze Äíst z popisovaÄe inotify" @@ -6900,7 +6951,7 @@ msgid "Underline" msgstr "Podtržení" -#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:556 +#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:540 #: ../src/propgrid/advprops.cpp:655 msgid "Underlined" msgstr "Podtržené" @@ -6918,7 +6969,7 @@ msgid "Unexpected characters following option '%s'." msgstr "Volbu '%s' následovaly neoÄekávané znaky." -#: ../src/unix/fswatcher_inotify.cpp:261 +#: ../src/unix/fswatcher_inotify.cpp:262 #, c-format msgid "Unexpected event for \"%s\": no matching watch descriptor." msgstr "" @@ -6979,8 +7030,8 @@ msgid "Unindent" msgstr "ZruÅ¡it odsazení" -#: ../src/richtext/richtextborderspage.cpp:373 -#: ../src/richtext/richtextborderspage.cpp:375 +#: ../src/richtext/richtextborderspage.cpp:358 +#: ../src/richtext/richtextborderspage.cpp:360 msgid "Units for the bottom border width." msgstr "Jednotky pro šířku dolního okraje." @@ -6989,8 +7040,8 @@ msgid "Units for the bottom margin." msgstr "Jednotky pro dolní okraj." -#: ../src/richtext/richtextborderspage.cpp:517 -#: ../src/richtext/richtextborderspage.cpp:519 +#: ../src/richtext/richtextborderspage.cpp:527 +#: ../src/richtext/richtextborderspage.cpp:529 msgid "Units for the bottom outline width." msgstr "Jednotky pro šířku dolního obrysu." @@ -7004,8 +7055,8 @@ msgid "Units for the bottom position." msgstr "Jednotky pro dolní pozici." -#: ../src/richtext/richtextborderspage.cpp:283 -#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:256 +#: ../src/richtext/richtextborderspage.cpp:258 msgid "Units for the left border width." msgstr "Jednotky pro šířku levého okraje." @@ -7014,8 +7065,8 @@ msgid "Units for the left margin." msgstr "Jednotky pro levý okraj." +#: ../src/richtext/richtextborderspage.cpp:425 #: ../src/richtext/richtextborderspage.cpp:427 -#: ../src/richtext/richtextborderspage.cpp:429 msgid "Units for the left outline width." msgstr "Jednotky pro šířku levého obrysu." @@ -7059,8 +7110,8 @@ msgid "Units for the object width." msgstr "Jednotky pro šířku objektu." -#: ../src/richtext/richtextborderspage.cpp:313 -#: ../src/richtext/richtextborderspage.cpp:315 +#: ../src/richtext/richtextborderspage.cpp:290 +#: ../src/richtext/richtextborderspage.cpp:292 msgid "Units for the right border width." msgstr "Jednotky pro šířku pravého okraje." @@ -7069,8 +7120,8 @@ msgid "Units for the right margin." msgstr "Jednotky pro pravý okraj." -#: ../src/richtext/richtextborderspage.cpp:457 #: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:461 msgid "Units for the right outline width." msgstr "Jednotky pro šířku pravého obrysu." @@ -7084,8 +7135,8 @@ msgid "Units for the right position." msgstr "Jednotky pro pozici vpravo." -#: ../src/richtext/richtextborderspage.cpp:343 -#: ../src/richtext/richtextborderspage.cpp:345 +#: ../src/richtext/richtextborderspage.cpp:324 +#: ../src/richtext/richtextborderspage.cpp:326 msgid "Units for the top border width." msgstr "Jednotky pro šířku horního okraje." @@ -7094,8 +7145,8 @@ msgid "Units for the top margin." msgstr "Jednotky pro horní okraj." -#: ../src/richtext/richtextborderspage.cpp:487 -#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:493 +#: ../src/richtext/richtextborderspage.cpp:495 msgid "Units for the top outline width." msgstr "Jednotky pro šířku horního obrysu." @@ -7137,11 +7188,11 @@ msgid "Unknown TIFF resolution unit %d ignored" msgstr "Ignorována neznámá jednotka rozliÅ¡ení TIFF %d" -#: ../src/osx/carbon/dataview.cpp:1978 +#: ../src/osx/carbon/dataview.cpp:1976 msgid "Unknown data format" msgstr "Neznámy formát dat" -#: ../src/unix/dlunix.cpp:325 +#: ../src/unix/dlunix.cpp:160 msgid "Unknown dynamic library error" msgstr "Neznámá chyba dynamické knihovny" @@ -7150,12 +7201,12 @@ msgid "Unknown encoding (%d)" msgstr "Neznámé kódování (%d)" -#: ../src/msw/ole/automtn.cpp:677 +#: ../src/msw/ole/automtn.cpp:691 #, c-format msgid "Unknown error %08x" msgstr "Neznámá chyba %08x" -#: ../src/msw/ole/automtn.cpp:636 +#: ../src/msw/ole/automtn.cpp:650 msgid "Unknown exception" msgstr "Neznámá výjimka" @@ -7168,7 +7219,7 @@ msgid "Unknown long option '%s'" msgstr "Neznámá dlouhá volba '%s'" -#: ../src/msw/ole/automtn.cpp:620 +#: ../src/msw/ole/automtn.cpp:634 msgid "Unknown name or named argument." msgstr "Neznámý název nebo pojmenovaný argument." @@ -7226,11 +7277,11 @@ msgid "Use the current alignment setting." msgstr "Použít souÄasné nastavení zarovnání." -#: ../src/osx/carbon/dataview.cpp:2658 ../src/osx/carbon/dataview.cpp:2723 +#: ../src/osx/carbon/dataview.cpp:2656 ../src/osx/carbon/dataview.cpp:2721 msgid "Valid pointer to native data view control does not exist" msgstr "Platný ukazatel na nativní ovládací prvek data view neexistuje" -#: ../src/common/valtext.cpp:174 +#: ../src/common/valtext.cpp:179 msgid "Validation conflict" msgstr "Konflikt validace" @@ -7335,6 +7386,16 @@ msgid "Windows 7" msgstr "Windows 7" +#: ../src/msw/utils.cpp:1308 +#, fuzzy +msgid "Windows 8" +msgstr "Windows 98" + +#: ../src/msw/utils.cpp:1314 +#, fuzzy +msgid "Windows 8.1" +msgstr "Windows 98" + #: ../src/msw/utils.cpp:1234 msgid "Windows 95" msgstr "Windows 95" @@ -7409,7 +7470,7 @@ msgid "Windows ME" msgstr "Windows ME" -#: ../src/msw/utils.cpp:1310 +#: ../src/msw/utils.cpp:1322 #, c-format msgid "Windows NT %lu.%lu" msgstr "Windows NT %lu.%lu" @@ -7426,6 +7487,16 @@ msgid "Windows Server 2008 R2" msgstr "Windows Server 2008 R2" +#: ../src/msw/utils.cpp:1307 +#, fuzzy +msgid "Windows Server 2012" +msgstr "Windows Server 2003" + +#: ../src/msw/utils.cpp:1313 +#, fuzzy +msgid "Windows Server 2012 R2" +msgstr "Windows Server 2008 R2" + #: ../src/common/fmapbase.cpp:166 msgid "Windows Thai (CP 874)" msgstr "Thajské pro Windows (CP 874)" @@ -7512,7 +7583,7 @@ msgid "You cannot add a new directory to this section." msgstr "Do této sekce nemůžete pÅ™idat nový adresář." -#: ../src/propgrid/propgrid.cpp:3258 +#: ../src/propgrid/propgrid.cpp:3260 msgid "You have entered invalid value. Press ESC to cancel editing." msgstr "Zadali jste nesprávnou hodnotu. StisknÄ›te ESC pro zruÅ¡ení úprav." @@ -7668,7 +7739,7 @@ msgid "buffer is too small for Windows directory." msgstr "vyrovnávací paměť pro adresář Windows je příliÅ¡ malá." -#: ../src/msw/utils.cpp:1316 +#: ../src/msw/utils.cpp:1328 #, c-format msgid "build %lu" msgstr "sestavení %lu" @@ -7782,7 +7853,7 @@ msgid "can't seek on file descriptor %d" msgstr "nelze zmÄ›nit pozici pro popisovaÄ souboru %d" -#: ../src/common/textfile.cpp:299 +#: ../src/common/textfile.cpp:270 #, c-format msgid "can't write buffer '%s' to disk." msgstr "nelze zapsat vyrovnávací paměť '%s' na disk." @@ -7804,14 +7875,14 @@ msgid "checksum failure reading tar header block" msgstr "selhání kontrolního souÄtu pÅ™i Ätení bloku tar hlaviÄky" -#: ../src/richtext/richtextborderspage.cpp:280 -#: ../src/richtext/richtextborderspage.cpp:310 -#: ../src/richtext/richtextborderspage.cpp:340 -#: ../src/richtext/richtextborderspage.cpp:370 -#: ../src/richtext/richtextborderspage.cpp:424 -#: ../src/richtext/richtextborderspage.cpp:454 -#: ../src/richtext/richtextborderspage.cpp:484 -#: ../src/richtext/richtextborderspage.cpp:514 +#: ../src/richtext/richtextborderspage.cpp:252 +#: ../src/richtext/richtextborderspage.cpp:286 +#: ../src/richtext/richtextborderspage.cpp:320 +#: ../src/richtext/richtextborderspage.cpp:354 +#: ../src/richtext/richtextborderspage.cpp:421 +#: ../src/richtext/richtextborderspage.cpp:455 +#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:523 #: ../src/richtext/richtextmarginspage.cpp:202 #: ../src/richtext/richtextmarginspage.cpp:227 #: ../src/richtext/richtextmarginspage.cpp:250 @@ -7946,7 +8017,7 @@ msgid "file '%s': unexpected character %c at line %d." msgstr "soubor '%s': neoÄekávaný znak %c na řádku %d." -#: ../src/richtext/richtextbuffer.cpp:8358 +#: ../src/richtext/richtextbuffer.cpp:8462 msgid "files" msgstr "soubory" @@ -7966,12 +8037,12 @@ msgid "fourth" msgstr "Ätvrtého" -#: ../src/common/appbase.cpp:695 +#: ../src/common/appbase.cpp:699 msgid "generate verbose log messages" msgstr "v logu vypisovat podrobné zprávy" -#: ../src/richtext/richtextbuffer.cpp:12212 -#: ../src/richtext/richtextbuffer.cpp:12322 +#: ../src/richtext/richtextbuffer.cpp:12541 +#: ../src/richtext/richtextbuffer.cpp:12651 msgid "image" msgstr "obrázek" @@ -8065,53 +8136,48 @@ msgid "out of memory" msgstr "nedostatek pamÄ›ti." -#: ../src/richtext/richtextsizepage.cpp:340 -#: ../src/richtext/richtextsizepage.cpp:374 -#: ../src/richtext/richtextsizepage.cpp:401 -#: ../src/richtext/richtextsizepage.cpp:428 -#: ../src/richtext/richtextsizepage.cpp:455 -#: ../src/richtext/richtextsizepage.cpp:482 -#: ../src/richtext/richtextsizepage.cpp:556 -#: ../src/richtext/richtextsizepage.cpp:591 -#: ../src/richtext/richtextsizepage.cpp:626 -#: ../src/richtext/richtextsizepage.cpp:661 -msgid "percent" -msgstr "procent" - #: ../src/common/debugrpt.cpp:519 msgid "process context description" msgstr "popis kontextu procesu" #: ../src/richtext/richtextfontpage.cpp:186 #: ../src/richtext/richtextfontpage.cpp:189 +#: ../src/richtext/richtextborderspage.cpp:253 +#: ../src/richtext/richtextborderspage.cpp:287 +#: ../src/richtext/richtextborderspage.cpp:321 +#: ../src/richtext/richtextborderspage.cpp:355 +#: ../src/richtext/richtextborderspage.cpp:422 +#: ../src/richtext/richtextborderspage.cpp:456 +#: ../src/richtext/richtextborderspage.cpp:490 +#: ../src/richtext/richtextborderspage.cpp:524 msgid "pt" msgstr "pt" #: ../src/richtext/richtextfontpage.cpp:187 -#: ../src/richtext/richtextborderspage.cpp:279 -#: ../src/richtext/richtextborderspage.cpp:281 -#: ../src/richtext/richtextborderspage.cpp:282 -#: ../src/richtext/richtextborderspage.cpp:309 -#: ../src/richtext/richtextborderspage.cpp:311 -#: ../src/richtext/richtextborderspage.cpp:312 -#: ../src/richtext/richtextborderspage.cpp:339 -#: ../src/richtext/richtextborderspage.cpp:341 -#: ../src/richtext/richtextborderspage.cpp:342 -#: ../src/richtext/richtextborderspage.cpp:369 -#: ../src/richtext/richtextborderspage.cpp:371 -#: ../src/richtext/richtextborderspage.cpp:372 +#: ../src/richtext/richtextborderspage.cpp:251 +#: ../src/richtext/richtextborderspage.cpp:254 +#: ../src/richtext/richtextborderspage.cpp:255 +#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:288 +#: ../src/richtext/richtextborderspage.cpp:289 +#: ../src/richtext/richtextborderspage.cpp:319 +#: ../src/richtext/richtextborderspage.cpp:322 +#: ../src/richtext/richtextborderspage.cpp:323 +#: ../src/richtext/richtextborderspage.cpp:353 +#: ../src/richtext/richtextborderspage.cpp:356 +#: ../src/richtext/richtextborderspage.cpp:357 +#: ../src/richtext/richtextborderspage.cpp:420 #: ../src/richtext/richtextborderspage.cpp:423 -#: ../src/richtext/richtextborderspage.cpp:425 -#: ../src/richtext/richtextborderspage.cpp:426 -#: ../src/richtext/richtextborderspage.cpp:453 -#: ../src/richtext/richtextborderspage.cpp:455 -#: ../src/richtext/richtextborderspage.cpp:456 -#: ../src/richtext/richtextborderspage.cpp:483 -#: ../src/richtext/richtextborderspage.cpp:485 -#: ../src/richtext/richtextborderspage.cpp:486 -#: ../src/richtext/richtextborderspage.cpp:513 -#: ../src/richtext/richtextborderspage.cpp:515 -#: ../src/richtext/richtextborderspage.cpp:516 +#: ../src/richtext/richtextborderspage.cpp:424 +#: ../src/richtext/richtextborderspage.cpp:454 +#: ../src/richtext/richtextborderspage.cpp:457 +#: ../src/richtext/richtextborderspage.cpp:458 +#: ../src/richtext/richtextborderspage.cpp:488 +#: ../src/richtext/richtextborderspage.cpp:491 +#: ../src/richtext/richtextborderspage.cpp:492 +#: ../src/richtext/richtextborderspage.cpp:522 +#: ../src/richtext/richtextborderspage.cpp:525 +#: ../src/richtext/richtextborderspage.cpp:526 #: ../src/richtext/richtextmarginspage.cpp:201 #: ../src/richtext/richtextmarginspage.cpp:203 #: ../src/richtext/richtextmarginspage.cpp:204 @@ -8211,7 +8277,7 @@ msgid "shift" msgstr "shift" -#: ../src/common/appbase.cpp:685 +#: ../src/common/appbase.cpp:689 msgid "show this help message" msgstr "zobrazí tuto nápovÄ›du" @@ -8231,23 +8297,23 @@ msgid "specify the theme to use" msgstr "urÄí, jaké téma použít" -#: ../src/richtext/richtextbuffer.cpp:8876 +#: ../src/richtext/richtextbuffer.cpp:8983 msgid "standard/circle" msgstr "standardní/kruh" -#: ../src/richtext/richtextbuffer.cpp:8877 +#: ../src/richtext/richtextbuffer.cpp:8984 msgid "standard/circle-outline" msgstr "standardní/obrys kruhu" -#: ../src/richtext/richtextbuffer.cpp:8879 +#: ../src/richtext/richtextbuffer.cpp:8986 msgid "standard/diamond" msgstr "standardní/kosoÄtverec" -#: ../src/richtext/richtextbuffer.cpp:8878 +#: ../src/richtext/richtextbuffer.cpp:8985 msgid "standard/square" msgstr "standardní/Ätverec" -#: ../src/richtext/richtextbuffer.cpp:8880 +#: ../src/richtext/richtextbuffer.cpp:8987 msgid "standard/triangle" msgstr "standardní/trojúhelník" @@ -8380,11 +8446,11 @@ msgid "wxPrintout::GetPageInfo gives a null maxPage." msgstr "wxPrintout::GetPageInfo dává nulový maxPage." -#: ../src/osx/carbon/dataview.cpp:1303 +#: ../src/osx/carbon/dataview.cpp:1301 msgid "wxWidget control pointer is not a data view pointer" msgstr "Ukazatel na ovládací prvek wxWidget není ukazatel na data view" -#: ../src/osx/carbon/dataview.cpp:907 +#: ../src/osx/carbon/dataview.cpp:905 msgid "wxWidget's control not initialized." msgstr "Ovládací prvek WxWidgets není zaveden." @@ -8415,6 +8481,12 @@ msgid "~" msgstr "~" +#~ msgid "Event queue overflowed" +#~ msgstr "Fronta událostí byla pÅ™eplnÄ›na" + +#~ msgid "percent" +#~ msgstr "procent" + #~ msgid "Print preview" #~ msgstr "Náhled tisku" @@ -8511,9 +8583,6 @@ #~ msgid "Paper Size" #~ msgstr "Velikost papíru" -#~ msgid "%s" -#~ msgstr "%s" - #~ msgid "&Goto..." #~ msgstr "&PÅ™ejít..." Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/locale/da.mo and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/locale/da.mo differ diff -Nru wxpython3.0-3.0.0.0+dfsg/locale/da.po wxpython3.0-3.0.1.1+dfsg/locale/da.po --- wxpython3.0-3.0.0.0+dfsg/locale/da.po 2013-12-28 09:36:55.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/locale/da.po 2014-04-17 19:37:43.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: wxWidgets 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-01 19:04+0200\n" +"POT-Creation-Date: 2014-02-21 14:54+0100\n" "PO-Revision-Date: 2006-07-13 19:43+0100\n" "Last-Translator: Morten Ulrich \n" "Language-Team: Dansk \n" @@ -88,6 +88,19 @@ msgid "#9 Envelope, 3 7/8 x 8 7/8 in" msgstr "#9 Konvolut, 3 7/8 x 8 7/8 tomme" +#: ../src/richtext/richtextsizepage.cpp:340 +#: ../src/richtext/richtextsizepage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:401 +#: ../src/richtext/richtextsizepage.cpp:428 +#: ../src/richtext/richtextsizepage.cpp:455 +#: ../src/richtext/richtextsizepage.cpp:482 +#: ../src/richtext/richtextsizepage.cpp:556 +#: ../src/richtext/richtextsizepage.cpp:591 +#: ../src/richtext/richtextsizepage.cpp:626 +#: ../src/richtext/richtextsizepage.cpp:661 +msgid "%" +msgstr "" + #: ../src/html/helpwnd.cpp:1044 #, fuzzy, c-format msgid "%d of %lu" @@ -140,7 +153,7 @@ msgid "%s did not fit the tar header for entry '%s'" msgstr "" -#: ../src/common/fldlgcmn.cpp:106 +#: ../src/common/fldlgcmn.cpp:124 #, c-format msgid "%s files (%s)|%s" msgstr "%s filer (%s)|%s" @@ -206,8 +219,8 @@ msgid "&Bottom" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:359 -#: ../src/richtext/richtextborderspage.cpp:503 +#: ../src/richtext/richtextborderspage.cpp:343 +#: ../src/richtext/richtextborderspage.cpp:512 #: ../src/richtext/richtextmarginspage.cpp:260 #: ../src/richtext/richtextmarginspage.cpp:374 #: ../src/richtext/richtextsizepage.cpp:637 @@ -215,7 +228,7 @@ msgid "&Bottom:" msgstr "" -#: ../include/wx/richtext/richtextbuffer.h:3530 +#: ../include/wx/richtext/richtextbuffer.h:3578 #, fuzzy msgid "&Box" msgstr "&Fed" @@ -230,7 +243,7 @@ msgstr "" #: ../src/generic/wizard.cpp:432 ../src/generic/fontdlgg.cpp:470 -#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:588 +#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:572 #: ../src/common/stockitem.cpp:145 msgid "&Cancel" msgstr "&Afbryd" @@ -239,7 +252,7 @@ msgid "&Cascade" msgstr "&Kaskade" -#: ../include/wx/richtext/richtextbuffer.h:5587 +#: ../include/wx/richtext/richtextbuffer.h:5639 #, fuzzy msgid "&Cell" msgstr "&Afbryd" @@ -274,8 +287,8 @@ msgid "&Convert" msgstr "Indhold" -#: ../src/richtext/richtextctrl.cpp:326 ../src/osx/textctrl_osx.cpp:583 -#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2284 +#: ../src/richtext/richtextctrl.cpp:332 ../src/osx/textctrl_osx.cpp:583 +#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2335 msgid "&Copy" msgstr "&Kopiér" @@ -294,8 +307,8 @@ msgstr "&Debugrapportpreview" #: ../src/richtext/richtexttabspage.cpp:142 -#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:585 -#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2286 +#: ../src/richtext/richtextctrl.cpp:334 ../src/osx/textctrl_osx.cpp:585 +#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2337 msgid "&Delete" msgstr "&Slet" @@ -394,7 +407,7 @@ msgstr "&Vægt:" #: ../src/generic/wizard.cpp:435 ../src/richtext/richtextstyledlg.cpp:303 -#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:785 +#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:776 #: ../src/common/stockitem.cpp:163 ../src/html/helpfrm.cpp:147 msgid "&Help" msgstr "&Hjælp" @@ -453,8 +466,8 @@ msgstr "" #: ../src/richtext/richtextindentspage.cpp:195 -#: ../src/richtext/richtextborderspage.cpp:269 -#: ../src/richtext/richtextborderspage.cpp:413 +#: ../src/richtext/richtextborderspage.cpp:241 +#: ../src/richtext/richtextborderspage.cpp:410 #: ../src/richtext/richtextliststylepage.cpp:381 #: ../src/richtext/richtextmarginspage.cpp:187 #: ../src/richtext/richtextmarginspage.cpp:301 @@ -523,7 +536,7 @@ msgstr "" #: ../src/generic/fontdlgg.cpp:475 ../src/generic/fontdlgg.cpp:482 -#: ../src/osx/carbon/fontdlg.cpp:594 ../src/common/stockitem.cpp:178 +#: ../src/osx/carbon/fontdlg.cpp:578 ../src/common/stockitem.cpp:178 msgid "&OK" msgstr "&OK" @@ -540,12 +553,12 @@ msgid "&Page Break" msgstr "" -#: ../src/richtext/richtextctrl.cpp:327 ../src/osx/textctrl_osx.cpp:584 -#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2285 +#: ../src/richtext/richtextctrl.cpp:333 ../src/osx/textctrl_osx.cpp:584 +#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2336 msgid "&Paste" msgstr "&Sæt ind" -#: ../include/wx/richtext/richtextbuffer.h:4655 +#: ../include/wx/richtext/richtextbuffer.h:4705 msgid "&Picture" msgstr "" @@ -581,7 +594,7 @@ msgid "&Print..." msgstr "&Udskriv..." -#: ../src/richtext/richtextctrl.cpp:332 ../src/richtext/richtextctrl.cpp:4945 +#: ../src/richtext/richtextctrl.cpp:338 ../src/richtext/richtextctrl.cpp:5054 #: ../src/common/stockitem.cpp:184 msgid "&Properties" msgstr "&Egenskaber" @@ -590,9 +603,9 @@ msgid "&Quit" msgstr "&Afslut" -#: ../src/richtext/richtextctrl.cpp:323 ../src/osx/textctrl_osx.cpp:580 +#: ../src/richtext/richtextctrl.cpp:329 ../src/osx/textctrl_osx.cpp:580 #: ../src/common/stockitem.cpp:185 ../src/common/cmdproc.cpp:293 -#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2281 +#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2332 msgid "&Redo" msgstr "&Gentag" @@ -623,8 +636,8 @@ msgstr "Let" #: ../src/richtext/richtextindentspage.cpp:213 -#: ../src/richtext/richtextborderspage.cpp:299 -#: ../src/richtext/richtextborderspage.cpp:443 +#: ../src/richtext/richtextborderspage.cpp:275 +#: ../src/richtext/richtextborderspage.cpp:444 #: ../src/richtext/richtextliststylepage.cpp:399 #: ../src/richtext/richtextmarginspage.cpp:212 #: ../src/richtext/richtextmarginspage.cpp:326 @@ -702,7 +715,12 @@ msgid "&Symbol:" msgstr "&Stilart" -#: ../include/wx/richtext/richtextbuffer.h:5679 +#: ../src/richtext/richtextborderspage.cpp:379 +#: ../src/richtext/richtextborderspage.cpp:548 +msgid "&Synchronize values" +msgstr "" + +#: ../include/wx/richtext/richtextbuffer.h:5733 msgid "&Table" msgstr "" @@ -711,8 +729,8 @@ msgid "&Top" msgstr "&Kopiér" -#: ../src/richtext/richtextborderspage.cpp:329 -#: ../src/richtext/richtextborderspage.cpp:473 +#: ../src/richtext/richtextborderspage.cpp:309 +#: ../src/richtext/richtextborderspage.cpp:478 #: ../src/richtext/richtextmarginspage.cpp:235 #: ../src/richtext/richtextmarginspage.cpp:349 #: ../src/richtext/richtextsizepage.cpp:567 @@ -730,9 +748,9 @@ msgid "&Underlining:" msgstr "&Understreget" -#: ../src/richtext/richtextctrl.cpp:322 ../src/osx/textctrl_osx.cpp:579 +#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:579 #: ../src/common/stockitem.cpp:203 ../src/common/cmdproc.cpp:271 -#: ../src/msw/textctrl.cpp:2280 +#: ../src/msw/textctrl.cpp:2331 msgid "&Undo" msgstr "&Fortryd" @@ -785,8 +803,8 @@ msgid "'%s' has extra '..', ignored." msgstr "'%s' har ekstra '..', ignoreret." -#: ../src/common/valtext.cpp:249 ../src/common/valtext.cpp:251 -#: ../src/common/valtext.cpp:253 ../src/common/valtext.cpp:255 +#: ../src/common/valtext.cpp:165 ../src/common/valtext.cpp:167 +#: ../src/common/valtext.cpp:254 ../src/common/valtext.cpp:256 #, c-format msgid "'%s' is invalid" msgstr "'%s' er ugyldig" @@ -806,27 +824,27 @@ msgid "'%s' is probably a binary buffer." msgstr "'%s' er sandsynligvis en binær buffer." -#: ../src/common/valtext.cpp:247 +#: ../src/common/valtext.cpp:252 #, c-format msgid "'%s' should be numeric." msgstr "'%s' skal være numerisk." -#: ../src/common/valtext.cpp:239 +#: ../src/common/valtext.cpp:244 #, c-format msgid "'%s' should only contain ASCII characters." msgstr "'%s' mÃ¥ kun indeholde ASCII karakterer." -#: ../src/common/valtext.cpp:241 +#: ../src/common/valtext.cpp:246 #, c-format msgid "'%s' should only contain alphabetic characters." msgstr "'%s' mÃ¥ kun indeholde bogstaver." -#: ../src/common/valtext.cpp:243 +#: ../src/common/valtext.cpp:248 #, c-format msgid "'%s' should only contain alphabetic or numeric characters." msgstr "'%s' mÃ¥ kun indeholde bogstaver eller tal." -#: ../src/common/valtext.cpp:245 +#: ../src/common/valtext.cpp:250 #, fuzzy, c-format msgid "'%s' should only contain digits." msgstr "'%s' mÃ¥ kun indeholde ASCII karakterer." @@ -860,7 +878,7 @@ #: ../src/richtext/richtextindentspage.cpp:287 #: ../src/richtext/richtextindentspage.cpp:311 #: ../src/richtext/richtextindentspage.cpp:326 -#: ../src/richtext/richtextformatdlg.cpp:831 +#: ../src/richtext/richtextformatdlg.cpp:867 #: ../src/richtext/richtextfontpage.cpp:331 #: ../src/richtext/richtextfontpage.cpp:335 #: ../src/richtext/richtextfontpage.cpp:339 @@ -886,7 +904,7 @@ msgid "+" msgstr "" -#: ../src/msw/utils.cpp:1324 +#: ../src/msw/utils.cpp:1336 msgid ", 64-bit edition" msgstr "" @@ -994,43 +1012,43 @@ msgid "< &Back" msgstr "< &Tilbage" -#: ../src/osx/carbon/fontdlg.cpp:608 ../src/osx/carbon/fontdlg.cpp:815 -#: ../src/osx/carbon/fontdlg.cpp:835 +#: ../src/osx/carbon/fontdlg.cpp:592 ../src/osx/carbon/fontdlg.cpp:799 +#: ../src/osx/carbon/fontdlg.cpp:819 #, fuzzy msgid "" msgstr "Dekorativ" -#: ../src/osx/carbon/fontdlg.cpp:609 ../src/osx/carbon/fontdlg.cpp:817 -#: ../src/osx/carbon/fontdlg.cpp:837 +#: ../src/osx/carbon/fontdlg.cpp:593 ../src/osx/carbon/fontdlg.cpp:801 +#: ../src/osx/carbon/fontdlg.cpp:821 #, fuzzy msgid "" msgstr "Moderne" -#: ../src/osx/carbon/fontdlg.cpp:607 ../src/osx/carbon/fontdlg.cpp:813 -#: ../src/osx/carbon/fontdlg.cpp:833 +#: ../src/osx/carbon/fontdlg.cpp:591 ../src/osx/carbon/fontdlg.cpp:797 +#: ../src/osx/carbon/fontdlg.cpp:817 #, fuzzy msgid "" msgstr "Roman" -#: ../src/osx/carbon/fontdlg.cpp:610 ../src/osx/carbon/fontdlg.cpp:819 -#: ../src/osx/carbon/fontdlg.cpp:839 +#: ../src/osx/carbon/fontdlg.cpp:594 ../src/osx/carbon/fontdlg.cpp:803 +#: ../src/osx/carbon/fontdlg.cpp:823 #, fuzzy msgid "" msgstr "Script" -#: ../src/osx/carbon/fontdlg.cpp:611 ../src/osx/carbon/fontdlg.cpp:824 -#: ../src/osx/carbon/fontdlg.cpp:843 +#: ../src/osx/carbon/fontdlg.cpp:595 ../src/osx/carbon/fontdlg.cpp:808 +#: ../src/osx/carbon/fontdlg.cpp:827 #, fuzzy msgid "" msgstr "Swiss" -#: ../src/osx/carbon/fontdlg.cpp:612 ../src/osx/carbon/fontdlg.cpp:821 -#: ../src/osx/carbon/fontdlg.cpp:841 +#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:805 +#: ../src/osx/carbon/fontdlg.cpp:825 #, fuzzy msgid "" msgstr "Teletype" -#: ../src/osx/carbon/fontdlg.cpp:606 +#: ../src/osx/carbon/fontdlg.cpp:590 msgid "" msgstr "" @@ -1182,8 +1200,8 @@ msgid "A6 Rotated 148 x 105 mm" msgstr "A5 ark, 148 x 210 mm" -#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:526 -#: ../src/osx/carbon/fontdlg.cpp:339 +#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:527 +#: ../src/osx/carbon/fontdlg.cpp:323 msgid "ABCDEFGabcdefg12345" msgstr "ABCDEFGabcdefg12345" @@ -1195,16 +1213,22 @@ msgid "ASCII" msgstr "ASCII" -#: ../src/osx/menu_osx.cpp:630 ../src/common/stockitem.cpp:139 +#: ../src/common/stockitem.cpp:139 #, fuzzy msgid "About" msgstr "&Om" -#: ../src/generic/aboutdlgg.cpp:140 ../src/msw/aboutdlg.cpp:64 +#: ../src/generic/aboutdlgg.cpp:140 ../src/osx/menu_osx.cpp:603 +#: ../src/msw/aboutdlg.cpp:64 #, fuzzy, c-format msgid "About %s" msgstr "&Om..." +#: ../src/osx/menu_osx.cpp:605 +#, fuzzy +msgid "About..." +msgstr "&Om" + #: ../src/richtext/richtextsizepage.cpp:520 msgid "Absolute" msgstr "" @@ -1218,11 +1242,11 @@ msgid "Add" msgstr "Tilføj" -#: ../src/richtext/richtextbuffer.cpp:10751 +#: ../src/richtext/richtextbuffer.cpp:11056 msgid "Add Column" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10688 +#: ../src/richtext/richtextbuffer.cpp:10993 msgid "Add Row" msgstr "" @@ -1247,11 +1271,11 @@ msgid "Adding book %s" msgstr "Tilføjer bog %s" -#: ../src/osx/carbon/dataview.cpp:1933 +#: ../src/osx/carbon/dataview.cpp:1931 msgid "Adding flavor TEXT failed" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1954 +#: ../src/osx/carbon/dataview.cpp:1952 msgid "Adding flavor utxt failed" msgstr "" @@ -1280,16 +1304,16 @@ msgid "All" msgstr "Alle" -#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:89 +#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:107 #, c-format msgid "All files (%s)|%s" msgstr "Alle filer (%s)|%s" -#: ../include/wx/defs.h:2922 +#: ../include/wx/defs.h:2933 msgid "All files (*)|*" msgstr "Alle filer (*)|*" -#: ../include/wx/defs.h:2919 +#: ../include/wx/defs.h:2930 msgid "All files (*.*)|*.*" msgstr "Alle filer (*)|*.*" @@ -1329,8 +1353,7 @@ msgid "Append log to file '%s' (choosing [No] will overwrite it)?" msgstr "Tilføj log til fil '%s' (valg af [Nej] vil overskrive den)?" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:610 -#: ../src/osx/menu_osx.cpp:649 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:623 ../src/osx/menu_osx.cpp:631 #, fuzzy msgid "Application" msgstr "Program fejl" @@ -1349,7 +1372,7 @@ msgid "Arabic (ISO-8859-6)" msgstr "Arabisk (ISO-8859-6)" -#: ../src/msw/ole/automtn.cpp:661 +#: ../src/msw/ole/automtn.cpp:675 #, fuzzy, c-format msgid "Argument %u not found." msgstr "katalogfil for domæne '%s' blev ikke fundet." @@ -1462,7 +1485,7 @@ msgstr "&Tilbage" #: ../src/richtext/richtextbackgroundpage.cpp:119 -#: ../src/richtext/richtextformatdlg.cpp:374 +#: ../src/richtext/richtextformatdlg.cpp:375 #, fuzzy msgid "Background" msgstr "Baglæns" @@ -1471,7 +1494,7 @@ msgid "Background &colour:" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:406 +#: ../src/osx/carbon/fontdlg.cpp:390 msgid "Background colour" msgstr "" @@ -1492,22 +1515,22 @@ msgid "Bitmap" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2396 +#: ../src/osx/carbon/dataview.cpp:2394 msgid "Bitmap renderer cannot render value; value type: " msgstr "" #: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:337 -#: ../src/osx/carbon/fontdlg.cpp:540 ../src/common/stockitem.cpp:143 +#: ../src/osx/carbon/fontdlg.cpp:524 ../src/common/stockitem.cpp:143 msgid "Bold" msgstr "Fed" -#: ../src/richtext/richtextborderspage.cpp:256 -#: ../src/richtext/richtextborderspage.cpp:389 +#: ../src/richtext/richtextborderspage.cpp:228 +#: ../src/richtext/richtextborderspage.cpp:386 #, fuzzy msgid "Border" msgstr "Moderne" -#: ../src/richtext/richtextformatdlg.cpp:368 +#: ../src/richtext/richtextformatdlg.cpp:369 #, fuzzy msgid "Borders" msgstr "Moderne" @@ -1520,7 +1543,7 @@ msgid "Bottom margin (mm):" msgstr "Bund margin (mm):" -#: ../src/richtext/richtextbuffer.cpp:8919 +#: ../src/richtext/richtextbuffer.cpp:9026 #, fuzzy msgid "Box Properties" msgstr "&Egenskaber" @@ -1543,7 +1566,7 @@ msgid "Bullet style" msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:342 +#: ../src/richtext/richtextformatdlg.cpp:343 msgid "Bullets" msgstr "" @@ -1635,7 +1658,7 @@ msgid "Can't create thread" msgstr "Kan ikke oprette trÃ¥d" -#: ../src/msw/window.cpp:3793 +#: ../src/msw/window.cpp:3787 #, c-format msgid "Can't create window of class %s" msgstr "Kan ikke oprette vindue af klassen %s" @@ -1688,7 +1711,7 @@ msgid "Can't initialize zlib inflate stream." msgstr "Kan ikke initialisere zlib inflate stream." -#: ../src/msw/fswatcher.cpp:432 +#: ../src/msw/fswatcher.cpp:456 #, c-format msgid "Can't monitor non-existent directory \"%s\" for changes." msgstr "" @@ -1758,11 +1781,11 @@ msgid "Cannot create mutex." msgstr "Kan ikke oprette mutex." -#: ../src/osx/carbon/dataview.cpp:895 +#: ../src/osx/carbon/dataview.cpp:893 msgid "Cannot create new column's ID. Probably max. number of columns reached." msgstr "" -#: ../src/common/filefn.cpp:1336 +#: ../src/common/filefn.cpp:1335 #, c-format msgid "Cannot enumerate files '%s'" msgstr "Kan ikke læse fillisten i mappen '%s'" @@ -1781,21 +1804,21 @@ msgid "Cannot find the location of address book file" msgstr "Kan ikke finde placering af adressebog filen" -#: ../src/msw/ole/automtn.cpp:562 +#: ../src/msw/ole/automtn.cpp:565 #, fuzzy, c-format msgid "Cannot get an active instance of \"%s\"" msgstr "Kan ikke finde netværk via modem forbindelse: %s" -#: ../src/unix/threadpsx.cpp:1030 +#: ../src/unix/threadpsx.cpp:1035 #, c-format msgid "Cannot get priority range for scheduling policy %d." msgstr "Kan ikke fÃ¥ prioritetsomrÃ¥de for afviklingsalgoritme %d." -#: ../src/unix/utilsunx.cpp:988 +#: ../src/unix/utilsunx.cpp:998 msgid "Cannot get the hostname" msgstr "Kan ikke finde hostnavn" -#: ../src/unix/utilsunx.cpp:1024 +#: ../src/unix/utilsunx.cpp:1034 msgid "Cannot get the official hostname" msgstr "Kan ikke finde det officielle hostnavn" @@ -1870,12 +1893,12 @@ msgid "Cannot resume thread %lu" msgstr "Kan ikke genoptage trÃ¥d %x" -#: ../src/msw/thread.cpp:923 +#: ../src/msw/thread.cpp:918 #, fuzzy, c-format msgid "Cannot resume thread %lx" msgstr "Kan ikke genoptage trÃ¥d %x" -#: ../src/unix/threadpsx.cpp:1011 +#: ../src/unix/threadpsx.cpp:1016 msgid "Cannot retrieve thread scheduling policy." msgstr "Kan ikke hente trÃ¥dafviklingsalgoritme." @@ -1893,12 +1916,12 @@ msgid "Cannot suspend thread %lu" msgstr "Kan ikke suspendere trÃ¥d %lu" -#: ../src/msw/thread.cpp:907 +#: ../src/msw/thread.cpp:902 #, fuzzy, c-format msgid "Cannot suspend thread %lx" msgstr "Kan ikke suspendere trÃ¥d %x" -#: ../src/msw/thread.cpp:830 +#: ../src/msw/thread.cpp:825 msgid "Cannot wait for thread termination" msgstr "Kan ikke vente pÃ¥ trÃ¥dafslutning" @@ -1910,7 +1933,7 @@ msgid "Categorized Mode" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:9347 +#: ../src/richtext/richtextbuffer.cpp:9598 #, fuzzy msgid "Cell Properties" msgstr "&Egenskaber" @@ -1959,21 +1982,21 @@ msgid "Ch&oose..." msgstr "&GÃ¥ til..." -#: ../src/richtext/richtextbuffer.cpp:4041 +#: ../src/richtext/richtextbuffer.cpp:4107 msgid "Change List Style" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:3392 +#: ../src/richtext/richtextbuffer.cpp:3458 msgid "Change Object Style" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:3658 -#: ../src/richtext/richtextbuffer.cpp:7749 +#: ../src/richtext/richtextbuffer.cpp:3724 +#: ../src/richtext/richtextbuffer.cpp:7853 #, fuzzy msgid "Change Properties" msgstr "&Egenskaber" -#: ../src/richtext/richtextbuffer.cpp:3209 +#: ../src/richtext/richtextbuffer.cpp:3275 msgid "Change Style" msgstr "" @@ -2000,6 +2023,13 @@ msgid "Check to add a right parenthesis." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:381 +#: ../src/richtext/richtextborderspage.cpp:383 +#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:552 +msgid "Check to edit all borders simultaneously." +msgstr "" + #: ../src/richtext/richtextliststylepage.cpp:231 #: ../src/richtext/richtextliststylepage.cpp:233 #: ../src/richtext/richtextbulletspage.cpp:181 @@ -2007,17 +2037,17 @@ msgid "Check to enclose the bullet in parentheses." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 +#: ../src/osx/carbon/fontdlg.cpp:526 ../src/osx/carbon/fontdlg.cpp:528 #, fuzzy msgid "Check to make the font bold." msgstr "Klik for at afbryde skrifttypevalg." -#: ../src/osx/carbon/fontdlg.cpp:549 ../src/osx/carbon/fontdlg.cpp:551 +#: ../src/osx/carbon/fontdlg.cpp:533 ../src/osx/carbon/fontdlg.cpp:535 #, fuzzy msgid "Check to make the font italic." msgstr "Klik for at afbryde skrifttypevalg." -#: ../src/osx/carbon/fontdlg.cpp:558 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 #, fuzzy msgid "Check to make the font underlined." msgstr "NÃ¥r fonten er understreget." @@ -2061,12 +2091,12 @@ msgid "Choose ISP to dial" msgstr "Vælg ISP at ringe til" -#: ../src/propgrid/props.cpp:1643 +#: ../src/propgrid/props.cpp:1653 #, fuzzy msgid "Choose a directory:" msgstr "Opret mappe" -#: ../src/propgrid/props.cpp:1702 +#: ../src/propgrid/props.cpp:1712 #, fuzzy msgid "Choose a file" msgstr "Vælg skrifttype" @@ -2089,7 +2119,7 @@ msgid "Cl&ose" msgstr "L&uk" -#: ../src/msw/ole/automtn.cpp:673 +#: ../src/msw/ole/automtn.cpp:687 #, fuzzy msgid "Class not registered." msgstr "Kan ikke oprette trÃ¥d" @@ -2116,7 +2146,7 @@ msgid "Click to browse for a symbol." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:589 ../src/osx/carbon/fontdlg.cpp:591 +#: ../src/osx/carbon/fontdlg.cpp:573 ../src/osx/carbon/fontdlg.cpp:575 #, fuzzy msgid "Click to cancel changes to the font." msgstr "Klik for at afbryde skrifttypevalg." @@ -2125,7 +2155,7 @@ msgid "Click to cancel the font selection." msgstr "Klik for at afbryde skrifttypevalg." -#: ../src/osx/carbon/fontdlg.cpp:570 ../src/osx/carbon/fontdlg.cpp:572 +#: ../src/osx/carbon/fontdlg.cpp:554 ../src/osx/carbon/fontdlg.cpp:556 #, fuzzy msgid "Click to change the font colour." msgstr "Klik for at afbryde skrifttypevalg." @@ -2154,7 +2184,7 @@ msgid "Click to close this window." msgstr "Luk dette vindue" -#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:598 +#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 #, fuzzy msgid "Click to confirm changes to the font." msgstr "Klik for at bekræfte skifttype valget." @@ -2247,7 +2277,7 @@ msgid "Color" msgstr "F&arve" -#: ../src/richtext/richtextformatdlg.cpp:725 +#: ../src/richtext/richtextformatdlg.cpp:761 #, fuzzy msgid "Colour" msgstr "F&arve" @@ -2257,30 +2287,30 @@ msgid "Colour selection dialog failed with error %0lx." msgstr "Afvikling af kommando '%s' fejlede: %u|" -#: ../src/osx/carbon/fontdlg.cpp:566 +#: ../src/osx/carbon/fontdlg.cpp:550 #, fuzzy msgid "Colour:" msgstr "F&arve" -#: ../src/osx/carbon/dataview.cpp:900 +#: ../src/osx/carbon/dataview.cpp:898 #, fuzzy msgid "Column could not be added." msgstr "Fil kunne ikke læses." -#: ../src/osx/carbon/dataview.cpp:899 +#: ../src/osx/carbon/dataview.cpp:897 msgid "Column description could not be initialized." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1538 ../src/osx/carbon/dataview.cpp:1559 +#: ../src/osx/carbon/dataview.cpp:1536 ../src/osx/carbon/dataview.cpp:1557 #, fuzzy msgid "Column index not found." msgstr "katalogfil for domæne '%s' blev ikke fundet." -#: ../src/osx/carbon/dataview.cpp:1614 +#: ../src/osx/carbon/dataview.cpp:1612 msgid "Column width could not be determined" msgstr "" -#: ../src/osx/carbon/dataview.cpp:901 +#: ../src/osx/carbon/dataview.cpp:899 msgid "Column width could not be set." msgstr "" @@ -2296,7 +2326,7 @@ msgid "Common dialog failed with error code %0lx." msgstr "Afvikling af kommando '%s' fejlede: %u|" -#: ../src/gtk/window.cpp:4306 +#: ../src/gtk/window.cpp:4357 msgid "" "Compositing not supported by this system, please enable it in your Window " "Manager." @@ -2319,11 +2349,11 @@ msgid "Confirm" msgstr "Bekræft" -#: ../src/msw/mimetype.cpp:739 +#: ../src/msw/mimetype.cpp:744 msgid "Confirm registry update" msgstr "Bekræft Registreringsdatabase opdatering" -#: ../src/html/htmlwin.cpp:544 +#: ../src/html/htmlwin.cpp:547 msgid "Connecting..." msgstr "Forbinder..." @@ -2331,7 +2361,7 @@ msgid "Contents" msgstr "Indhold" -#: ../src/common/strconv.cpp:2261 +#: ../src/common/strconv.cpp:2271 #, c-format msgid "Conversion to charset '%s' doesn't work." msgstr "Konvertering til tegnsæt '%s' virker ikke." @@ -2341,7 +2371,7 @@ msgid "Convert" msgstr "Indhold" -#: ../src/html/htmlwin.cpp:1057 +#: ../src/html/htmlwin.cpp:1060 #, c-format msgid "Copied to clipboard:\"%s\"" msgstr "Kopieret til udklipsholder:\"%s\"" @@ -2365,21 +2395,21 @@ msgid "Could not create temporary file '%s'" msgstr "Kan ikke fjerne midlertidig fil '%s'" -#: ../src/osx/carbon/dataview.cpp:1285 ../src/osx/carbon/dataview.cpp:1672 +#: ../src/osx/carbon/dataview.cpp:1283 ../src/osx/carbon/dataview.cpp:1670 #, fuzzy msgid "Could not determine column index." msgstr "Kunne ikke starte udskriftsvisning." -#: ../src/osx/carbon/dataview.cpp:876 +#: ../src/osx/carbon/dataview.cpp:874 msgid "Could not determine column's position" msgstr "" -#: ../src/osx/carbon/dataview.cpp:843 +#: ../src/osx/carbon/dataview.cpp:841 #, fuzzy msgid "Could not determine number of columns." msgstr "Kunne ikke finde resource include file %s." -#: ../src/osx/carbon/dataview.cpp:975 +#: ../src/osx/carbon/dataview.cpp:973 #, fuzzy msgid "Could not determine number of items" msgstr "Kunne ikke finde resource include file %s." @@ -2393,24 +2423,24 @@ msgid "Could not find tab for id" msgstr "Kunne ikke finde tab til id" -#: ../src/osx/carbon/dataview.cpp:2556 ../src/osx/carbon/dataview.cpp:2591 -#: ../src/osx/carbon/dataview.cpp:2615 ../src/osx/carbon/dataview.cpp:2636 -#: ../src/osx/carbon/dataview.cpp:2773 +#: ../src/osx/carbon/dataview.cpp:2554 ../src/osx/carbon/dataview.cpp:2589 +#: ../src/osx/carbon/dataview.cpp:2613 ../src/osx/carbon/dataview.cpp:2634 +#: ../src/osx/carbon/dataview.cpp:2771 #, fuzzy msgid "Could not get header description." msgstr "Kunne ikke starte udskrivning." -#: ../src/osx/carbon/dataview.cpp:1169 ../src/osx/carbon/dataview.cpp:1195 +#: ../src/osx/carbon/dataview.cpp:1167 ../src/osx/carbon/dataview.cpp:1193 #, fuzzy msgid "Could not get items." msgstr "Kan ikke Ã¥bne filen '%s'" -#: ../src/osx/carbon/dataview.cpp:2659 ../src/osx/carbon/dataview.cpp:2724 +#: ../src/osx/carbon/dataview.cpp:2657 ../src/osx/carbon/dataview.cpp:2722 #, fuzzy msgid "Could not get property flags." msgstr "Kan ikke fjerne midlertidig fil '%s'" -#: ../src/osx/carbon/dataview.cpp:726 +#: ../src/osx/carbon/dataview.cpp:724 #, fuzzy msgid "Could not get selected items." msgstr "Kan ikke Ã¥bne filen '%s'" @@ -2420,52 +2450,52 @@ msgid "Could not locate file '%s'." msgstr "Kan ikke Ã¥bne filen '%s'" -#: ../src/osx/carbon/dataview.cpp:845 +#: ../src/osx/carbon/dataview.cpp:843 #, fuzzy msgid "Could not remove column." msgstr "Kunne ikke oprette en markør." -#: ../src/osx/carbon/dataview.cpp:642 +#: ../src/osx/carbon/dataview.cpp:640 #, fuzzy msgid "Could not retrieve number of items" msgstr "Kan ikke fjerne midlertidig fil '%s'" -#: ../src/osx/carbon/dataview.cpp:2572 +#: ../src/osx/carbon/dataview.cpp:2570 #, fuzzy msgid "Could not set alignment." msgstr "Kunne ikke starte udskrivning." -#: ../src/osx/carbon/dataview.cpp:2803 +#: ../src/osx/carbon/dataview.cpp:2801 #, fuzzy msgid "Could not set column width." msgstr "Kunne ikke starte udskriftsvisning." -#: ../src/common/filefn.cpp:1569 +#: ../src/common/filefn.cpp:1568 #, fuzzy msgid "Could not set current working directory" msgstr "Kunne ikke fÃ¥ den aktuelle arbejdsmappe" -#: ../src/osx/carbon/dataview.cpp:2775 +#: ../src/osx/carbon/dataview.cpp:2773 #, fuzzy msgid "Could not set header description." msgstr "Kunne ikke starte udskrivning." -#: ../src/osx/carbon/dataview.cpp:2596 +#: ../src/osx/carbon/dataview.cpp:2594 #, fuzzy msgid "Could not set icon." msgstr "Kunne ikke starte udskrivning." -#: ../src/osx/carbon/dataview.cpp:2617 +#: ../src/osx/carbon/dataview.cpp:2615 #, fuzzy msgid "Could not set maximum width." msgstr "Kunne ikke starte udskrivning." -#: ../src/osx/carbon/dataview.cpp:2638 +#: ../src/osx/carbon/dataview.cpp:2636 #, fuzzy msgid "Could not set minimum width." msgstr "Kunne ikke starte udskrivning." -#: ../src/osx/carbon/dataview.cpp:2664 ../src/osx/carbon/dataview.cpp:2729 +#: ../src/osx/carbon/dataview.cpp:2662 ../src/osx/carbon/dataview.cpp:2727 #, fuzzy msgid "Could not set property flags." msgstr "Kunne ikke starte udskrivning." @@ -2487,8 +2517,8 @@ msgid "Couldn't acquire a mutex lock" msgstr "Kunne ikke fÃ¥ en mutex-lÃ¥s" -#: ../src/msw/imaglist.cpp:166 ../src/msw/imaglist.cpp:197 -#: ../src/msw/imaglist.cpp:209 ../src/msw/dragimag.cpp:193 +#: ../src/msw/imaglist.cpp:189 ../src/msw/imaglist.cpp:226 +#: ../src/msw/imaglist.cpp:238 ../src/msw/dragimag.cpp:193 #: ../src/msw/dragimag.cpp:232 msgid "Couldn't add an image to the image list." msgstr "Kunne ikek tilføje et billede til billedlisten." @@ -2512,11 +2542,11 @@ msgid "Couldn't find symbol '%s' in a dynamic library" msgstr "Kunne ikke finde symbolet '%s' i et dynamisk bibliotek" -#: ../src/gtk/print.cpp:2014 +#: ../src/gtk/print.cpp:2010 msgid "Couldn't get hatch style from wxBrush." msgstr "" -#: ../src/msw/thread.cpp:950 +#: ../src/msw/thread.cpp:945 msgid "Couldn't get the current thread pointer" msgstr "Kunne ikke fÃ¥ nuværende trÃ¥dpointer" @@ -2550,7 +2580,7 @@ msgid "Couldn't open audio: %s" msgstr "Kan ikke Ã¥bne lydfilen '%s'" -#: ../src/msw/ole/dataobj.cpp:350 +#: ../src/msw/ole/dataobj.cpp:377 #, c-format msgid "Couldn't register clipboard format '%s'." msgstr "Kunne ikke registrere udklipsformat %s" @@ -2591,8 +2621,8 @@ msgid "Ctrl+" msgstr "ctrl" -#: ../src/richtext/richtextctrl.cpp:325 ../src/osx/textctrl_osx.cpp:582 -#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2283 +#: ../src/richtext/richtextctrl.cpp:331 ../src/osx/textctrl_osx.cpp:582 +#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2334 msgid "Cu&t" msgstr "&Klip" @@ -2644,23 +2674,23 @@ msgid "DELETE" msgstr "" -#: ../src/common/imagbmp.cpp:1092 +#: ../src/common/imagbmp.cpp:1096 msgid "DIB Header: Encoding doesn't match bitdepth." msgstr "DIB Header: Kodning svarer ikke til bitdybden." -#: ../src/common/imagbmp.cpp:1040 +#: ../src/common/imagbmp.cpp:1044 msgid "DIB Header: Image height > 32767 pixels for file." msgstr "DIB Header: Billedhøjde > 32767 pixels i filen." -#: ../src/common/imagbmp.cpp:1032 +#: ../src/common/imagbmp.cpp:1036 msgid "DIB Header: Image width > 32767 pixels for file." msgstr "DIB Header: Billedbredde > 32767 pixels for filen." -#: ../src/common/imagbmp.cpp:1060 +#: ../src/common/imagbmp.cpp:1064 msgid "DIB Header: Unknown bitdepth in file." msgstr "DIB Header: Ukendt bitdybde i filen." -#: ../src/common/imagbmp.cpp:1074 +#: ../src/common/imagbmp.cpp:1078 msgid "DIB Header: Unknown encoding in file." msgstr "DIB Header: Ukendt kodning i filen." @@ -2677,16 +2707,16 @@ msgid "DOWN" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:545 +#: ../src/richtext/richtextborderspage.cpp:567 #, fuzzy msgid "Dashed" msgstr "Dato" -#: ../src/osx/carbon/dataview.cpp:1921 +#: ../src/osx/carbon/dataview.cpp:1919 msgid "Data object has invalid data format" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2491 +#: ../src/osx/carbon/dataview.cpp:2489 msgid "Date renderer cannot render value; value type: " msgstr "" @@ -2722,7 +2752,7 @@ msgid "Default printer" msgstr "Standardprinter" -#: ../src/richtext/richtextbuffer.cpp:7841 ../src/common/stockitem.cpp:152 +#: ../src/richtext/richtextbuffer.cpp:7945 ../src/common/stockitem.cpp:152 #: ../src/stc/stc_i18n.cpp:20 #, fuzzy msgid "Delete" @@ -2733,22 +2763,22 @@ msgid "Delete A&ll" msgstr "Vælg &alt" -#: ../src/richtext/richtextbuffer.cpp:10637 +#: ../src/richtext/richtextbuffer.cpp:10942 #, fuzzy msgid "Delete Column" msgstr "Markering" -#: ../src/richtext/richtextbuffer.cpp:10587 +#: ../src/richtext/richtextbuffer.cpp:10892 #, fuzzy msgid "Delete Row" msgstr "&Slet" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, fuzzy msgid "Delete Style" msgstr "Slet objekt" -#: ../src/richtext/richtextctrl.cpp:1231 ../src/richtext/richtextctrl.cpp:1452 +#: ../src/richtext/richtextctrl.cpp:1300 ../src/richtext/richtextctrl.cpp:1538 #, fuzzy msgid "Delete Text" msgstr "Slet objekt" @@ -2762,12 +2792,12 @@ msgid "Delete selection" msgstr "Markering" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, fuzzy, c-format msgid "Delete style %s?" msgstr "Slet objekt" -#: ../src/unix/snglinst.cpp:295 +#: ../src/unix/snglinst.cpp:301 #, c-format msgid "Deleted stale lock file '%s'." msgstr "Slettede gammel lockfil '%s'." @@ -2815,12 +2845,12 @@ msgid "Directories" msgstr "Mapper" -#: ../src/common/filefn.cpp:1251 +#: ../src/common/filefn.cpp:1250 #, c-format msgid "Directory '%s' couldn't be created" msgstr "Mappen '%s' kunne ikke oprettes" -#: ../src/common/filefn.cpp:1271 +#: ../src/common/filefn.cpp:1270 #, fuzzy, c-format msgid "Directory '%s' couldn't be deleted" msgstr "Mappen '%s' kunne ikke oprettes" @@ -2853,7 +2883,7 @@ msgid "Displays help as you browse the books on the left." msgstr "" -#: ../src/msw/mimetype.cpp:732 +#: ../src/msw/mimetype.cpp:737 msgid "" "Do you want to overwrite the command used to %s files with extension \"%s" "\" ?\n" @@ -2885,11 +2915,11 @@ msgid "Documentation writers" msgstr "" -#: ../src/common/sizer.cpp:2680 +#: ../src/common/sizer.cpp:2704 msgid "Don't Save" msgstr "Gem ikke" -#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:611 +#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:614 msgid "Done" msgstr "Færdig" @@ -2897,12 +2927,12 @@ msgid "Done." msgstr "Færdig." -#: ../src/richtext/richtextborderspage.cpp:544 +#: ../src/richtext/richtextborderspage.cpp:566 #, fuzzy msgid "Dotted" msgstr "Færdig" -#: ../src/richtext/richtextborderspage.cpp:546 +#: ../src/richtext/richtextborderspage.cpp:568 #, fuzzy msgid "Double" msgstr "Færdig" @@ -2920,7 +2950,7 @@ msgid "Down" msgstr "Ned" -#: ../src/richtext/richtextctrl.cpp:814 +#: ../src/richtext/richtextctrl.cpp:842 msgid "Drag" msgstr "" @@ -2936,7 +2966,7 @@ msgid "ENTER" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:535 +#: ../src/unix/fswatcher_inotify.cpp:548 #, fuzzy msgid "EOF while reading from inotify descriptor" msgstr "kan ikke læse fra fildeskriptor %d" @@ -3007,23 +3037,23 @@ msgid "Enables a background colour." msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:931 +#: ../src/richtext/richtextstyledlg.cpp:934 msgid "Enter a box style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:603 +#: ../src/richtext/richtextstyledlg.cpp:606 msgid "Enter a character style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:817 +#: ../src/richtext/richtextstyledlg.cpp:820 msgid "Enter a list style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:890 +#: ../src/richtext/richtextstyledlg.cpp:893 msgid "Enter a new style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:651 +#: ../src/richtext/richtextstyledlg.cpp:654 msgid "Enter a paragraph style name" msgstr "" @@ -3071,12 +3101,12 @@ msgid "Error creating directory" msgstr "Fejl ved oprettelse af mappe" -#: ../src/common/imagbmp.cpp:1103 +#: ../src/common/imagbmp.cpp:1107 #, fuzzy msgid "Error in reading image DIB." msgstr "Fejl ved læsning af billede DIB ." -#: ../src/propgrid/propgrid.cpp:6563 +#: ../src/propgrid/propgrid.cpp:6565 #, c-format msgid "Error in resource: %s" msgstr "" @@ -3109,10 +3139,6 @@ msgid "Estimated time:" msgstr "AnslÃ¥et tid : " -#: ../src/unix/fswatcher_inotify.cpp:639 -msgid "Event queue overflowed" -msgstr "" - #: ../src/generic/dbgrptg.cpp:234 #, fuzzy msgid "Executable files (*.exe)|*.exe|" @@ -3122,7 +3148,7 @@ msgid "Execute" msgstr "" -#: ../src/msw/utilsexc.cpp:888 +#: ../src/msw/utilsexc.cpp:887 #, c-format msgid "Execution of command '%s' failed" msgstr "Afvikling af kommando '%s' fejlede" @@ -3182,7 +3208,7 @@ msgid "Failed to allocate colour for OpenGL" msgstr "Kunne ikke oprette statusbar." -#: ../src/unix/displayx11.cpp:288 +#: ../src/unix/displayx11.cpp:292 #, fuzzy msgid "Failed to change video mode" msgstr "Kunne ikke lukke filhÃ¥ndtag" @@ -3201,7 +3227,7 @@ msgid "Failed to close file handle" msgstr "Kunne ikke lukke filhÃ¥ndtag" -#: ../src/unix/snglinst.cpp:334 +#: ../src/unix/snglinst.cpp:340 #, c-format msgid "Failed to close lock file '%s'" msgstr "Kunne ikke lukke lockfil '%s'" @@ -3257,20 +3283,20 @@ msgid "Failed to create DDE string" msgstr "Kunne ikke lave DDE streng" -#: ../src/msw/mdi.cpp:590 +#: ../src/msw/mdi.cpp:594 msgid "Failed to create MDI parent frame." msgstr "Kunne ikke oprette MDI forældreramme." -#: ../src/common/filename.cpp:1080 +#: ../src/common/filename.cpp:1086 msgid "Failed to create a temporary file name" msgstr "Kunne ikke lave et midlertidigt filnavn" -#: ../src/msw/utilsexc.cpp:235 +#: ../src/msw/utilsexc.cpp:234 #, fuzzy msgid "Failed to create an anonymous pipe" msgstr "Kunne ikke oprette statusbar." -#: ../src/msw/ole/automtn.cpp:522 +#: ../src/msw/ole/automtn.cpp:525 #, fuzzy, c-format msgid "Failed to create an instance of \"%s\"" msgstr "Kunne ikke oprette folder \"%s\"" @@ -3328,7 +3354,7 @@ msgid "Failed to empty the clipboard." msgstr "Kunne ikke tømme udklipsholder." -#: ../src/unix/displayx11.cpp:265 +#: ../src/unix/displayx11.cpp:266 #, fuzzy msgid "Failed to enumerate video modes" msgstr "Kunne ikke oprette MDI forældreramme." @@ -3352,7 +3378,7 @@ msgid "Failed to execute curl, please install it in PATH." msgstr "Kunne ikke eksekvere curl. Venligst installer den i PATH." -#: ../src/msw/ole/automtn.cpp:505 +#: ../src/msw/ole/automtn.cpp:508 #, fuzzy, c-format msgid "Failed to find CLSID of \"%s\"" msgstr "Kunne ikke Ã¥bne '%s' for %s" @@ -3367,7 +3393,7 @@ msgid "Failed to get ISP names: %s" msgstr "Kunne ikke fÃ¥ ISP navne: %s" -#: ../src/msw/ole/automtn.cpp:574 +#: ../src/msw/ole/automtn.cpp:577 #, fuzzy, c-format msgid "Failed to get OLE automation interface for \"%s\"" msgstr "Kunne ikke oprette folder \"%s\"" @@ -3380,7 +3406,7 @@ msgid "Failed to get the local system time" msgstr "Kunne ikke fÃ¥ lokal systemtid" -#: ../src/common/filefn.cpp:1453 +#: ../src/common/filefn.cpp:1452 msgid "Failed to get the working directory" msgstr "Kunne ikke fÃ¥ den aktuelle arbejdsmappe" @@ -3401,7 +3427,7 @@ msgid "Failed to initiate dialup connection: %s" msgstr "Kunne ikke lukke netværk via modem forbindelse: %s" -#: ../src/gtk/textctrl.cpp:1117 +#: ../src/gtk/textctrl.cpp:1129 #, fuzzy msgid "Failed to insert text in the control." msgstr "Kunne ikke fÃ¥ den aktuelle arbejdsmappe" @@ -3416,7 +3442,7 @@ msgid "Failed to install signal handler" msgstr "Kunne ikke lukke filhÃ¥ndtag" -#: ../src/unix/threadpsx.cpp:1162 +#: ../src/unix/threadpsx.cpp:1167 msgid "" "Failed to join a thread, potential memory leak detected - please restart the " "program" @@ -3488,7 +3514,7 @@ msgid "Failed to modify descriptor %d in epoll descriptor %d" msgstr "" -#: ../src/common/filename.cpp:2681 +#: ../src/common/filename.cpp:2687 #, c-format msgid "Failed to modify file times for '%s'" msgstr "Kunne ikke ændre filtid for '%s'" @@ -3512,7 +3538,7 @@ msgid "Failed to open CHM archive '%s'." msgstr "Kunne ikke Ã¥bne CHM arkiv '%s'." -#: ../src/common/utilscmn.cpp:1135 +#: ../src/common/utilscmn.cpp:1142 #, fuzzy, c-format msgid "Failed to open URL \"%s\" in default browser." msgstr "Kunne ikke Ã¥bne '%s' for %s" @@ -3527,7 +3553,7 @@ msgid "Failed to open display \"%s\"." msgstr "Kunne ikke Ã¥bne '%s' for %s" -#: ../src/common/filename.cpp:1115 +#: ../src/common/filename.cpp:1121 msgid "Failed to open temporary file." msgstr "Kunne ikke Ã¥bne midlertidig fil." @@ -3577,7 +3603,7 @@ msgid "Failed to redirect child process input/output" msgstr "Kunne ikke omdirigere input/output fra underproces" -#: ../src/msw/utilsexc.cpp:697 +#: ../src/msw/utilsexc.cpp:696 #, fuzzy msgid "Failed to redirect the child process IO" msgstr "Kunne ikke omdirigere input/output fra underproces" @@ -3597,7 +3623,7 @@ msgid "Failed to remove debug report file \"%s\"" msgstr "Kunne ikke fjerne lockfilen '%s'" -#: ../src/unix/snglinst.cpp:322 +#: ../src/unix/snglinst.cpp:328 #, c-format msgid "Failed to remove lock file '%s'" msgstr "Kunne ikke fjerne lockfilen '%s'" @@ -3628,7 +3654,7 @@ msgid "Failed to retrieve data from the clipboard." msgstr "Kunne ikke hente data fra udklipsholder." -#: ../src/common/filename.cpp:2777 +#: ../src/common/filename.cpp:2783 #, c-format msgid "Failed to retrieve file times for '%s'" msgstr "Kunne ikke hente filtider for '%s'" @@ -3678,22 +3704,22 @@ msgid "Failed to set temporary file permissions" msgstr "Kunne ikke sætte midlertidige filrettigheder" -#: ../src/gtk/textctrl.cpp:1058 +#: ../src/gtk/textctrl.cpp:1070 #, fuzzy msgid "Failed to set text in the text control." msgstr "Kunne ikke fÃ¥ UTC systemtiden" -#: ../src/unix/threadpsx.cpp:1293 +#: ../src/unix/threadpsx.cpp:1298 #, fuzzy, c-format msgid "Failed to set thread concurrency level to %lu" msgstr "Kunne ikke sætte trÃ¥dprioritet %d." -#: ../src/unix/threadpsx.cpp:1377 ../src/unix/threadpsx.cpp:1387 +#: ../src/unix/threadpsx.cpp:1382 ../src/unix/threadpsx.cpp:1392 #, c-format msgid "Failed to set thread priority %d." msgstr "Kunne ikke sætte trÃ¥dprioritet %d." -#: ../src/unix/utilsunx.cpp:791 +#: ../src/unix/utilsunx.cpp:801 msgid "Failed to set up non-blocking pipe, the program might hang." msgstr "" @@ -3710,7 +3736,7 @@ msgid "Failed to switch wake up pipe to non-blocking mode" msgstr "" -#: ../src/unix/threadpsx.cpp:1569 +#: ../src/unix/threadpsx.cpp:1574 msgid "Failed to terminate a thread." msgstr "Kunne ikke afslutte en trÃ¥d." @@ -3723,12 +3749,12 @@ msgid "Failed to terminate the dialup connection: %s" msgstr "Kunne ikke lukke netværk via modem forbindelse: %s" -#: ../src/common/filename.cpp:2696 +#: ../src/common/filename.cpp:2702 #, c-format msgid "Failed to touch the file '%s'" msgstr "Kunne ikke røre (touch) filen '%s'" -#: ../src/unix/snglinst.cpp:328 +#: ../src/unix/snglinst.cpp:334 #, c-format msgid "Failed to unlock lock file '%s'" msgstr "Kunne ikke lÃ¥se lockfil '%s' op" @@ -3796,7 +3822,7 @@ "Fil '%s' findes allerede.\n" "Vil du erstatte den?" -#: ../src/common/filefn.cpp:1207 +#: ../src/common/filefn.cpp:1206 #, fuzzy, c-format msgid "File '%s' couldn't be removed" msgstr "Mappen '%s' kunne ikke oprettes" @@ -3806,11 +3832,11 @@ msgid "File '%s' couldn't be renamed '%s'" msgstr "Mappen '%s' kunne ikke oprettes" -#: ../src/richtext/richtextctrl.cpp:2688 ../src/common/textcmn.cpp:921 +#: ../src/richtext/richtextctrl.cpp:2774 ../src/common/textcmn.cpp:935 msgid "File couldn't be loaded." msgstr "Fil kunne ikke læses." -#: ../src/msw/filedlg.cpp:458 +#: ../src/msw/filedlg.cpp:462 #, fuzzy, c-format msgid "File dialog failed with error code %0lx." msgstr "Afvikling af kommando '%s' fejlede: %u|" @@ -3827,7 +3853,7 @@ msgid "Files" msgstr "Filer" -#: ../src/common/filefn.cpp:1761 +#: ../src/common/filefn.cpp:1760 #, c-format msgid "Files (%s)" msgstr "Filer (%s)" @@ -3876,7 +3902,7 @@ msgid "Folio, 8 1/2 x 13 in" msgstr "Folio, 8 1/2 x 13 tommer" -#: ../src/richtext/richtextformatdlg.cpp:324 ../src/osx/carbon/fontdlg.cpp:473 +#: ../src/richtext/richtextformatdlg.cpp:325 ../src/osx/carbon/fontdlg.cpp:457 #: ../src/common/stockitem.cpp:194 msgid "Font" msgstr "Skrift" @@ -3895,7 +3921,7 @@ msgid "Font st&yle:" msgstr "Skriftstørrelse:" -#: ../src/osx/carbon/fontdlg.cpp:515 +#: ../src/osx/carbon/fontdlg.cpp:499 #, fuzzy msgid "Font:" msgstr "Skrift" @@ -3947,7 +3973,7 @@ msgid "GIF: unknown error!!!" msgstr "GIF: ukendt fejl!!!" -#: ../src/gtk/window.cpp:4288 +#: ../src/gtk/window.cpp:4339 msgid "" "GTK+ installed on this machine is too old to support screen compositing, " "please install GTK+ 2.12 or later." @@ -4013,7 +4039,7 @@ msgid "Greek (ISO-8859-7)" msgstr "Græsk (ISO-8859-7)" -#: ../src/richtext/richtextborderspage.cpp:547 +#: ../src/richtext/richtextborderspage.cpp:569 msgid "Groove" msgstr "" @@ -4033,7 +4059,7 @@ msgid "HTML Help Project (*.hhp)|*.hhp|" msgstr "HTML Hjælp Projekt (*.hhp)|*.hhp|" -#: ../src/html/htmlwin.cpp:659 +#: ../src/html/htmlwin.cpp:662 #, c-format msgid "HTML anchor %s does not exist." msgstr "HTML anker %s findes ikke." @@ -4092,16 +4118,16 @@ msgid "Help: %s" msgstr "Hjælp: %s" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:649 +#: ../src/osx/menu_osx.cpp:623 #, fuzzy, c-format msgid "Hide %s" msgstr "Hjælp: %s" -#: ../src/osx/menu_osx.cpp:604 ../src/osx/menu_osx.cpp:651 +#: ../src/osx/menu_osx.cpp:625 msgid "Hide Others" msgstr "" -#: ../src/generic/infobar.cpp:85 +#: ../src/generic/infobar.cpp:84 msgid "Hide this notification message." msgstr "" @@ -4118,26 +4144,26 @@ msgid "How the object will float relative to the text." msgstr "" -#: ../src/common/imagbmp.cpp:1118 +#: ../src/common/imagbmp.cpp:1122 msgid "ICO: Error in reading mask DIB." msgstr "ICO: Fejl ved læsning af maske DIB." -#: ../src/common/imagbmp.cpp:1233 ../src/common/imagbmp.cpp:1294 -#: ../src/common/imagbmp.cpp:1305 ../src/common/imagbmp.cpp:1318 -#: ../src/common/imagbmp.cpp:1363 ../src/common/imagbmp.cpp:1375 -#: ../src/common/imagbmp.cpp:1386 +#: ../src/common/imagbmp.cpp:1237 ../src/common/imagbmp.cpp:1298 +#: ../src/common/imagbmp.cpp:1309 ../src/common/imagbmp.cpp:1322 +#: ../src/common/imagbmp.cpp:1367 ../src/common/imagbmp.cpp:1379 +#: ../src/common/imagbmp.cpp:1390 msgid "ICO: Error writing the image file!" msgstr "ICO: Fejl ved skrivning af billedfil!" -#: ../src/common/imagbmp.cpp:1198 +#: ../src/common/imagbmp.cpp:1202 msgid "ICO: Image too tall for an icon." msgstr "ICO: Billede for højt til ikon." -#: ../src/common/imagbmp.cpp:1206 +#: ../src/common/imagbmp.cpp:1210 msgid "ICO: Image too wide for an icon." msgstr "ICO: Billede for bredt til ikon." -#: ../src/common/imagbmp.cpp:1466 +#: ../src/common/imagbmp.cpp:1470 msgid "ICO: Invalid icon index." msgstr "ICO: Ugyldigt ikonindex" @@ -4169,7 +4195,7 @@ msgid "ISO-2022-JP" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2420 +#: ../src/osx/carbon/dataview.cpp:2418 msgid "Icon & text renderer cannot render value; value type: " msgstr "" @@ -4237,7 +4263,7 @@ msgid "Image is not of type %s." msgstr "Billedfilen er ikke af type %d." -#: ../src/msw/textctrl.cpp:399 +#: ../src/msw/textctrl.cpp:413 msgid "" "Impossible to create a rich edit control, using simple text control instead. " "Please reinstall riched32.dll" @@ -4269,7 +4295,7 @@ msgid "Incorrect GIF frame size (%u, %d) for the frame #%u" msgstr "" -#: ../src/msw/ole/automtn.cpp:624 +#: ../src/msw/ole/automtn.cpp:638 msgid "Incorrect number of arguments." msgstr "" @@ -4278,7 +4304,7 @@ msgid "Indent" msgstr "Indryk" -#: ../src/richtext/richtextformatdlg.cpp:330 +#: ../src/richtext/richtextformatdlg.cpp:331 msgid "Indents && Spacing" msgstr "" @@ -4303,25 +4329,25 @@ msgid "Insert" msgstr "Indryk" -#: ../src/richtext/richtextbuffer.cpp:7687 +#: ../src/richtext/richtextbuffer.cpp:7791 #, fuzzy msgid "Insert Field" msgstr "Indryk" -#: ../src/richtext/richtextbuffer.cpp:7598 -#: ../src/richtext/richtextbuffer.cpp:8551 +#: ../src/richtext/richtextbuffer.cpp:7702 +#: ../src/richtext/richtextbuffer.cpp:8655 msgid "Insert Image" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:7645 +#: ../src/richtext/richtextbuffer.cpp:7749 #, fuzzy msgid "Insert Object" msgstr "Indryk" -#: ../src/richtext/richtextctrl.cpp:1172 ../src/richtext/richtextctrl.cpp:1362 -#: ../src/richtext/richtextbuffer.cpp:7440 -#: ../src/richtext/richtextbuffer.cpp:7470 -#: ../src/richtext/richtextbuffer.cpp:7514 +#: ../src/richtext/richtextctrl.cpp:1241 ../src/richtext/richtextctrl.cpp:1448 +#: ../src/richtext/richtextbuffer.cpp:7544 +#: ../src/richtext/richtextbuffer.cpp:7574 +#: ../src/richtext/richtextbuffer.cpp:7618 msgid "Insert Text" msgstr "" @@ -4330,7 +4356,7 @@ msgid "Inserts a page break before the paragraph." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:549 +#: ../src/richtext/richtextborderspage.cpp:571 #, fuzzy msgid "Inset" msgstr "Indryk" @@ -4344,7 +4370,7 @@ msgid "Invalid TIFF image index." msgstr "Ugyldigt TIFF billedindex" -#: ../src/osx/carbon/dataview.cpp:1782 ../src/osx/carbon/dataview.cpp:1877 +#: ../src/osx/carbon/dataview.cpp:1780 ../src/osx/carbon/dataview.cpp:1875 msgid "Invalid data view item" msgstr "" @@ -4358,12 +4384,12 @@ msgid "Invalid geometry specification '%s'" msgstr "Ugyldig geometrispecifikation '%s'" -#: ../src/unix/fswatcher_inotify.cpp:298 +#: ../src/unix/fswatcher_inotify.cpp:311 #, c-format msgid "Invalid inotify event for \"%s\"" msgstr "" -#: ../src/unix/snglinst.cpp:306 +#: ../src/unix/snglinst.cpp:312 #, c-format msgid "Invalid lock file '%s'." msgstr "Ugyldig lockfil '%s'." @@ -4392,7 +4418,7 @@ msgstr "" #: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:333 -#: ../src/osx/carbon/fontdlg.cpp:547 ../src/common/stockitem.cpp:168 +#: ../src/osx/carbon/fontdlg.cpp:531 ../src/common/stockitem.cpp:168 msgid "Italic" msgstr "Kursiv" @@ -4701,7 +4727,7 @@ msgid "Link contained '//', converted to absolute link." msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:349 +#: ../src/richtext/richtextformatdlg.cpp:350 msgid "List Style" msgstr "" @@ -4720,12 +4746,12 @@ msgid "Lists the available fonts." msgstr "Tips ikke tilgængelige, beklager!" -#: ../src/common/fldlgcmn.cpp:325 +#: ../src/common/fldlgcmn.cpp:343 #, c-format msgid "Load %s file" msgstr "Læs %s file" -#: ../src/html/htmlwin.cpp:575 +#: ../src/html/htmlwin.cpp:578 msgid "Loading : " msgstr "Læser : " @@ -4939,12 +4965,12 @@ msgid "MacVietnamese" msgstr "" -#: ../src/propgrid/advprops.cpp:2031 +#: ../src/propgrid/advprops.cpp:2013 #, fuzzy msgid "Make a selection:" msgstr "Markering" -#: ../src/richtext/richtextformatdlg.cpp:362 +#: ../src/richtext/richtextformatdlg.cpp:363 #: ../src/richtext/richtextmarginspage.cpp:172 msgid "Margins" msgstr "" @@ -4986,7 +5012,7 @@ msgid "Metal theme" msgstr "Metal tema" -#: ../src/msw/ole/automtn.cpp:641 +#: ../src/msw/ole/automtn.cpp:655 msgid "Method or property not found." msgstr "" @@ -5003,7 +5029,7 @@ msgid "Min width:" msgstr "" -#: ../src/msw/ole/automtn.cpp:657 +#: ../src/msw/ole/automtn.cpp:671 msgid "Missing a required parameter." msgstr "" @@ -5046,7 +5072,7 @@ msgid "Moves the object to the previous paragraph." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:9345 +#: ../src/richtext/richtextbuffer.cpp:9596 msgid "Multiple Cell Properties" msgstr "" @@ -5084,16 +5110,16 @@ msgid "New &Paragraph Style..." msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:603 -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:651 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:817 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:890 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:931 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:606 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:654 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:820 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:893 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:934 +#: ../src/richtext/richtextstyledlg.cpp:939 #, fuzzy msgid "New Style" msgstr "Nyt objekt" @@ -5134,19 +5160,19 @@ msgid "No bitmap handler for type %d defined." msgstr "Ingen billedrutine defineret for type %d." -#: ../src/osx/carbon/dataview.cpp:1784 +#: ../src/osx/carbon/dataview.cpp:1782 msgid "No column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1674 +#: ../src/osx/carbon/dataview.cpp:1672 msgid "No column for the specified column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1423 +#: ../src/osx/carbon/dataview.cpp:1421 msgid "No column for the specified column position existing." msgstr "" -#: ../src/common/utilscmn.cpp:1049 +#: ../src/common/utilscmn.cpp:1056 msgid "No default application configured for HTML files." msgstr "" @@ -5201,11 +5227,11 @@ msgid "No matching page found yet" msgstr "Fandt ingen passende side endnu" -#: ../src/osx/carbon/dataview.cpp:1676 ../src/osx/carbon/dataview.cpp:1786 +#: ../src/osx/carbon/dataview.cpp:1674 ../src/osx/carbon/dataview.cpp:1784 msgid "No renderer or invalid renderer type specified for custom data column." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1424 +#: ../src/osx/carbon/dataview.cpp:1422 msgid "No renderer specified for column." msgstr "" @@ -5228,7 +5254,7 @@ msgid "No valid mappings found in the file \"%s\"." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:542 +#: ../src/richtext/richtextborderspage.cpp:564 #: ../src/richtext/richtextsizepage.cpp:248 #: ../src/richtext/richtextsizepage.cpp:252 #, fuzzy @@ -5251,7 +5277,7 @@ msgid "Normal font:" msgstr "Normal skrift:" -#: ../src/propgrid/props.cpp:887 +#: ../src/propgrid/props.cpp:897 #, fuzzy, c-format msgid "Not %s" msgstr "&Om..." @@ -5275,7 +5301,7 @@ msgid "Notice" msgstr "&Noter:" -#: ../src/osx/carbon/dataview.cpp:902 +#: ../src/osx/carbon/dataview.cpp:900 #, fuzzy msgid "Number of columns could not be determined." msgstr "Fil kunne ikke læses." @@ -5287,22 +5313,22 @@ #: ../include/wx/msgdlg.h:273 ../src/richtext/richtextstyledlg.cpp:297 #: ../src/common/stockitem.cpp:178 ../src/msw/msgdlg.cpp:489 -#: ../src/msw/msgdlg.cpp:799 ../src/msw/dialog.cpp:120 +#: ../src/msw/msgdlg.cpp:795 ../src/msw/dialog.cpp:120 #: ../src/gtk1/fontdlg.cpp:138 msgid "OK" msgstr "OK" -#: ../src/msw/ole/automtn.cpp:681 +#: ../src/msw/ole/automtn.cpp:695 #, c-format msgid "OLE Automation error in %s: %s" msgstr "" -#: ../include/wx/richtext/richtextimagedlg.h:39 +#: ../include/wx/richtext/richtextimagedlg.h:38 #, fuzzy msgid "Object Properties" msgstr "&Egenskaber" -#: ../src/msw/ole/automtn.cpp:649 +#: ../src/msw/ole/automtn.cpp:663 msgid "Object implementation does not support named arguments." msgstr "" @@ -5365,16 +5391,16 @@ msgid "Out of window IDs. Recommend shutting down application." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:400 -#: ../src/richtext/richtextborderspage.cpp:533 +#: ../src/richtext/richtextborderspage.cpp:397 +#: ../src/richtext/richtextborderspage.cpp:555 msgid "Outline" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:572 msgid "Outset" msgstr "" -#: ../src/msw/ole/automtn.cpp:645 +#: ../src/msw/ole/automtn.cpp:659 msgid "Overflow while coercing argument values." msgstr "" @@ -5608,7 +5634,7 @@ msgid "Passing an unknown object to GetObject" msgstr "" -#: ../src/richtext/richtextctrl.cpp:3117 ../src/common/stockitem.cpp:180 +#: ../src/richtext/richtextctrl.cpp:3206 ../src/common/stockitem.cpp:180 #: ../src/stc/stc_i18n.cpp:19 #, fuzzy msgid "Paste" @@ -5628,7 +5654,7 @@ msgid "Permissions" msgstr "Tilladelser" -#: ../src/richtext/richtextbuffer.cpp:11942 +#: ../src/richtext/richtextbuffer.cpp:12271 #, fuzzy msgid "Picture Properties" msgstr "&Egenskaber" @@ -5679,20 +5705,20 @@ msgid "Point Size" msgstr "Skriftstørrelse:" -#: ../src/osx/carbon/dataview.cpp:1278 ../src/osx/carbon/dataview.cpp:1329 -#: ../src/osx/carbon/dataview.cpp:1420 ../src/osx/carbon/dataview.cpp:1443 -#: ../src/osx/carbon/dataview.cpp:1460 ../src/osx/carbon/dataview.cpp:1477 -#: ../src/osx/carbon/dataview.cpp:1670 ../src/osx/carbon/dataview.cpp:1779 -#: ../src/osx/carbon/dataview.cpp:1821 ../src/osx/carbon/dataview.cpp:1874 -#: ../src/osx/carbon/dataview.cpp:1997 +#: ../src/osx/carbon/dataview.cpp:1276 ../src/osx/carbon/dataview.cpp:1327 +#: ../src/osx/carbon/dataview.cpp:1418 ../src/osx/carbon/dataview.cpp:1441 +#: ../src/osx/carbon/dataview.cpp:1458 ../src/osx/carbon/dataview.cpp:1475 +#: ../src/osx/carbon/dataview.cpp:1668 ../src/osx/carbon/dataview.cpp:1777 +#: ../src/osx/carbon/dataview.cpp:1819 ../src/osx/carbon/dataview.cpp:1872 +#: ../src/osx/carbon/dataview.cpp:1995 msgid "Pointer to data view control not set correctly." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1279 ../src/osx/carbon/dataview.cpp:1338 -#: ../src/osx/carbon/dataview.cpp:1421 ../src/osx/carbon/dataview.cpp:1478 -#: ../src/osx/carbon/dataview.cpp:1671 ../src/osx/carbon/dataview.cpp:1780 -#: ../src/osx/carbon/dataview.cpp:1822 ../src/osx/carbon/dataview.cpp:1875 -#: ../src/osx/carbon/dataview.cpp:1998 +#: ../src/osx/carbon/dataview.cpp:1277 ../src/osx/carbon/dataview.cpp:1336 +#: ../src/osx/carbon/dataview.cpp:1419 ../src/osx/carbon/dataview.cpp:1476 +#: ../src/osx/carbon/dataview.cpp:1669 ../src/osx/carbon/dataview.cpp:1778 +#: ../src/osx/carbon/dataview.cpp:1820 ../src/osx/carbon/dataview.cpp:1873 +#: ../src/osx/carbon/dataview.cpp:1996 msgid "Pointer to model not set correctly." msgstr "" @@ -5714,7 +5740,7 @@ msgid "Preferences" msgstr "&Indstillinger" -#: ../src/osx/menu_osx.cpp:643 +#: ../src/osx/menu_osx.cpp:614 #, fuzzy msgid "Preferences..." msgstr "&Indstillinger" @@ -5723,7 +5749,7 @@ msgid "Preparing" msgstr "" -#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:576 +#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:560 #: ../src/html/helpwnd.cpp:1235 msgid "Preview:" msgstr "Udskriftsvisning:" @@ -5844,7 +5870,7 @@ msgstr "Udskriver..." #: ../include/wx/richtext/richtextprint.h:109 ../include/wx/prntbase.h:263 -#: ../src/common/docview.cpp:2124 +#: ../src/common/docview.cpp:2114 #, fuzzy msgid "Printout" msgstr "Udskriv" @@ -5855,7 +5881,7 @@ "Processing debug report has failed, leaving the files in \"%s\" directory." msgstr "" -#: ../src/osx/carbon/dataview.cpp:2472 +#: ../src/osx/carbon/dataview.cpp:2470 msgid "Progress renderer cannot render value type; value type: " msgstr "" @@ -5873,7 +5899,7 @@ msgid "Property" msgstr "&Egenskaber" -#: ../src/propgrid/propgrid.cpp:3144 ../src/propgrid/propgrid.cpp:3276 +#: ../src/propgrid/propgrid.cpp:3146 ../src/propgrid/propgrid.cpp:3278 #, fuzzy msgid "Property Error" msgstr "Udskriv fejl" @@ -5891,7 +5917,7 @@ msgid "Quit" msgstr "&Afslut" -#: ../src/osx/menu_osx.cpp:610 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:631 #, fuzzy, c-format msgid "Quit %s" msgstr "&Afslut" @@ -5985,7 +6011,7 @@ msgid "Remove" msgstr "Fjern" -#: ../src/richtext/richtextctrl.cpp:1430 +#: ../src/richtext/richtextctrl.cpp:1516 #, fuzzy msgid "Remove Bullet" msgstr "Fjern" @@ -5999,12 +6025,12 @@ msgid "Renderer \"%s\" has incompatible version %d.%d and couldn't be loaded." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1430 +#: ../src/osx/carbon/dataview.cpp:1428 #, fuzzy msgid "Rendering failed." msgstr "Timer oprettelse fejlede" -#: ../src/richtext/richtextbuffer.cpp:4214 +#: ../src/richtext/richtextbuffer.cpp:4280 msgid "Renumber List" msgstr "" @@ -6012,7 +6038,7 @@ msgid "Rep&lace" msgstr "&Erstat" -#: ../src/richtext/richtextctrl.cpp:3277 ../src/common/stockitem.cpp:188 +#: ../src/richtext/richtextctrl.cpp:3366 ../src/common/stockitem.cpp:188 #, fuzzy msgid "Replace" msgstr "&Erstat" @@ -6030,7 +6056,7 @@ msgid "Replace with:" msgstr "Erstat med:" -#: ../src/common/valtext.cpp:161 +#: ../src/common/valtext.cpp:163 msgid "Required information entry is empty." msgstr "" @@ -6043,7 +6069,7 @@ msgid "Revert to Saved" msgstr "Tilbage til original" -#: ../src/richtext/richtextborderspage.cpp:548 +#: ../src/richtext/richtextborderspage.cpp:570 #, fuzzy msgid "Ridge" msgstr "Let" @@ -6103,11 +6129,11 @@ msgid "SUBTRACT" msgstr "" -#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2678 +#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2702 msgid "Save" msgstr "Gem" -#: ../src/common/fldlgcmn.cpp:327 +#: ../src/common/fldlgcmn.cpp:345 #, c-format msgid "Save %s file" msgstr "Gem %s fil" @@ -6186,8 +6212,8 @@ msgid "Seek error on file '%s' (large files not supported by stdio)" msgstr "Søgefejl i fil '%s' (store filer er ikke understøttet af stdio)" -#: ../src/richtext/richtextctrl.cpp:330 ../src/osx/textctrl_osx.cpp:587 -#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2288 +#: ../src/richtext/richtextctrl.cpp:336 ../src/osx/textctrl_osx.cpp:587 +#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2339 msgid "Select &All" msgstr "Vælg &alt" @@ -6233,7 +6259,11 @@ msgid "Separator expected after the option '%s'." msgstr "Separator forventet efter optionen '%s'." -#: ../src/richtext/richtextbuffer.cpp:10513 +#: ../src/osx/menu_osx.cpp:618 +msgid "Services" +msgstr "" + +#: ../src/richtext/richtextbuffer.cpp:10818 #, fuzzy msgid "Set Cell Style" msgstr "Slet objekt" @@ -6243,7 +6273,7 @@ msgid "SetProperty called w/o valid setter" msgstr "GetProperty kaldt uden valid getter" -#: ../src/common/filename.cpp:2632 +#: ../src/common/filename.cpp:2638 msgid "Setting directory access times is not supported under this OS version" msgstr "" @@ -6270,7 +6300,7 @@ msgid "Show &hidden files" msgstr "Vis skjulte filer" -#: ../src/osx/menu_osx.cpp:605 ../src/osx/menu_osx.cpp:652 +#: ../src/osx/menu_osx.cpp:626 #, fuzzy msgid "Show All" msgstr "Vis alle" @@ -6312,7 +6342,7 @@ msgid "Shows a preview of the font settings." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 +#: ../src/osx/carbon/fontdlg.cpp:564 ../src/osx/carbon/fontdlg.cpp:566 msgid "Shows a preview of the font." msgstr "" @@ -6335,12 +6365,12 @@ msgid "Single" msgstr "" -#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:356 +#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:357 #: ../src/richtext/richtextsizepage.cpp:299 msgid "Size" msgstr "Størrelse" -#: ../src/osx/carbon/fontdlg.cpp:525 +#: ../src/osx/carbon/fontdlg.cpp:509 #, fuzzy msgid "Size:" msgstr "Størrelse" @@ -6358,7 +6388,7 @@ msgid "Small C&apitals" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:543 +#: ../src/richtext/richtextborderspage.cpp:565 #, fuzzy msgid "Solid" msgstr "Fed" @@ -6371,11 +6401,11 @@ msgid "Sorry, not enough memory to create a preview." msgstr "Beklager, der er ikke nok hukomelse til Udskriftsvisning." -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "Sorry, that name is taken. Please choose another." msgstr "" @@ -6435,16 +6465,16 @@ msgid "String To Colour : Incorrect colour specification : %s" msgstr "String To Colour : Forkert farvespecifikation : %s" -#: ../src/richtext/richtextformatdlg.cpp:318 ../src/propgrid/advprops.cpp:647 +#: ../src/richtext/richtextformatdlg.cpp:319 ../src/propgrid/advprops.cpp:647 #, fuzzy msgid "Style" msgstr "&Stilart" -#: ../include/wx/richtext/richtextstyledlg.h:47 +#: ../include/wx/richtext/richtextstyledlg.h:46 msgid "Style Organiser" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:534 +#: ../src/osx/carbon/fontdlg.cpp:518 #, fuzzy msgid "Style:" msgstr "&Stilart" @@ -6516,7 +6546,7 @@ msgid "TIFF: Image size is abnormally big." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10794 +#: ../src/richtext/richtextbuffer.cpp:11099 #, fuzzy msgid "Table Properties" msgstr "&Egenskaber" @@ -6530,7 +6560,7 @@ msgid "Tabloid, 11 x 17 in" msgstr "Tabloid, 11 x 17 tommer" -#: ../src/richtext/richtextformatdlg.cpp:336 +#: ../src/richtext/richtextformatdlg.cpp:337 msgid "Tabs" msgstr "" @@ -6542,7 +6572,7 @@ msgid "Templates" msgstr "Skabeloner" -#: ../src/osx/carbon/dataview.cpp:2373 +#: ../src/osx/carbon/dataview.cpp:2371 msgid "Text renderer cannot render value; value type: " msgstr "" @@ -6577,6 +6607,26 @@ msgid "The background colour." msgstr "Fontfarven." +#: ../src/richtext/richtextborderspage.cpp:265 +#: ../src/richtext/richtextborderspage.cpp:267 +#: ../src/richtext/richtextborderspage.cpp:299 +#: ../src/richtext/richtextborderspage.cpp:301 +#: ../src/richtext/richtextborderspage.cpp:333 +#: ../src/richtext/richtextborderspage.cpp:335 +#: ../src/richtext/richtextborderspage.cpp:367 +#: ../src/richtext/richtextborderspage.cpp:369 +#: ../src/richtext/richtextborderspage.cpp:434 +#: ../src/richtext/richtextborderspage.cpp:436 +#: ../src/richtext/richtextborderspage.cpp:468 +#: ../src/richtext/richtextborderspage.cpp:470 +#: ../src/richtext/richtextborderspage.cpp:502 +#: ../src/richtext/richtextborderspage.cpp:504 +#: ../src/richtext/richtextborderspage.cpp:536 +#: ../src/richtext/richtextborderspage.cpp:538 +#, fuzzy +msgid "The border line style." +msgstr "Viser font preview" + #: ../src/richtext/richtextmarginspage.cpp:268 #: ../src/richtext/richtextmarginspage.cpp:270 #, fuzzy @@ -6624,7 +6674,7 @@ "et andet til at erstatte det, eller vælg\n" "[Afbryd] hvis det ikke kan erstattes" -#: ../src/msw/ole/dataobj.cpp:367 +#: ../src/msw/ole/dataobj.cpp:394 #, c-format msgid "The clipboard format '%d' doesn't exist." msgstr "Udklipsholder format '%d' findes ikke." @@ -6692,7 +6742,7 @@ msgid "The font point size." msgstr "Skriftstørrelse:" -#: ../src/osx/carbon/fontdlg.cpp:529 ../src/osx/carbon/fontdlg.cpp:531 +#: ../src/osx/carbon/fontdlg.cpp:513 ../src/osx/carbon/fontdlg.cpp:515 #, fuzzy msgid "The font size in points." msgstr "Skriftstørrelse:" @@ -6756,7 +6806,7 @@ msgid "The list item number." msgstr "" -#: ../src/msw/ole/automtn.cpp:653 +#: ../src/msw/ole/automtn.cpp:667 msgid "The locale ID is unknown." msgstr "" @@ -6889,7 +6939,7 @@ msgid "The style preview." msgstr "Viser font preview" -#: ../src/msw/ole/automtn.cpp:669 +#: ../src/msw/ole/automtn.cpp:683 msgid "The system cannot find the file specified." msgstr "" @@ -6904,7 +6954,7 @@ msgid "The tab positions." msgstr "Skriftstørrelse:" -#: ../src/richtext/richtextctrl.cpp:2705 +#: ../src/richtext/richtextctrl.cpp:2791 msgid "The text couldn't be saved." msgstr "Teksten kunne ikke gemmes." @@ -6946,7 +6996,7 @@ msgid "The wxGtkPrinterDC cannot be used." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1340 +#: ../src/osx/carbon/dataview.cpp:1338 msgid "There is no column or renderer for the specified column index." msgstr "" @@ -6970,7 +7020,7 @@ msgid "This platform does not support background transparency." msgstr "" -#: ../src/gtk/window.cpp:4317 +#: ../src/gtk/window.cpp:4368 msgid "" "This program was compiled with a too old version of GTK+, please rebuild " "with GTK+ 2.12 or newer." @@ -6982,7 +7032,7 @@ "comctl32.dll" msgstr "" -#: ../src/msw/thread.cpp:1300 +#: ../src/msw/thread.cpp:1295 msgid "" "Thread module initialization failed: cannot store value in thread local " "storage" @@ -6990,11 +7040,11 @@ "TrÃ¥dmodul initialisering fejlede: kan ikke gemme værdi i trÃ¥dens private " "lager" -#: ../src/unix/threadpsx.cpp:1758 +#: ../src/unix/threadpsx.cpp:1763 msgid "Thread module initialization failed: failed to create thread key" msgstr "TrÃ¥dmodul initialisering fejlede: kunne ikke oprette trÃ¥dnøgle" -#: ../src/msw/thread.cpp:1288 +#: ../src/msw/thread.cpp:1283 msgid "" "Thread module initialization failed: impossible to allocate index in thread " "local storage" @@ -7002,7 +7052,7 @@ "TrÃ¥dmodul initialisering fejlede: umuligt at allokere index i trÃ¥dens " "private lager." -#: ../src/unix/threadpsx.cpp:1038 +#: ../src/unix/threadpsx.cpp:1043 msgid "Thread priority setting is ignored." msgstr "Prioritetsindstilling for trÃ¥d ignoreret." @@ -7035,11 +7085,11 @@ msgid "To:" msgstr "Til:" -#: ../src/osx/carbon/dataview.cpp:2451 +#: ../src/osx/carbon/dataview.cpp:2449 msgid "Toggle renderer cannot render value; value type: " msgstr "" -#: ../src/richtext/richtextbuffer.cpp:7983 +#: ../src/richtext/richtextbuffer.cpp:8087 msgid "Too many EndStyle calls!" msgstr "" @@ -7096,7 +7146,7 @@ msgid "Type a size in points." msgstr "" -#: ../src/msw/ole/automtn.cpp:665 +#: ../src/msw/ole/automtn.cpp:679 #, c-format msgid "Type mismatch in argument %u." msgstr "" @@ -7158,7 +7208,7 @@ msgid "Unable to close the handle for '%s'" msgstr "Kunne ikke lukke filhÃ¥ndtag" -#: ../include/wx/msw/private/fswatcher.h:240 +#: ../include/wx/msw/private/fswatcher.h:245 #, fuzzy msgid "Unable to create I/O completion port" msgstr "Kunne ikke oprette statusbar." @@ -7178,7 +7228,7 @@ msgid "Unable to create kqueue instance" msgstr "Kunne ikke lave DDE streng" -#: ../include/wx/msw/private/fswatcher.h:229 +#: ../include/wx/msw/private/fswatcher.h:234 msgid "Unable to dequeue completion packet" msgstr "" @@ -7186,7 +7236,7 @@ msgid "Unable to get events from kqueue" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1903 +#: ../src/osx/carbon/dataview.cpp:1901 msgid "Unable to handle native drag&drop data" msgstr "" @@ -7204,7 +7254,7 @@ msgid "Unable to open path '%s'" msgstr "Kunne ikke Ã¥bne CHM arkiv '%s'." -#: ../src/html/htmlwin.cpp:561 +#: ../src/html/htmlwin.cpp:564 #, c-format msgid "Unable to open requested HTML document: %s" msgstr "Kunne ikke Ã¥bne det ønskede HTML-dokument: %s" @@ -7213,11 +7263,11 @@ msgid "Unable to play sound asynchronously." msgstr "Kan ikke afspille lyd asynkront." -#: ../include/wx/msw/private/fswatcher.h:207 +#: ../include/wx/msw/private/fswatcher.h:212 msgid "Unable to post completion status" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:530 +#: ../src/unix/fswatcher_inotify.cpp:543 #, fuzzy msgid "Unable to read from inotify descriptor" msgstr "kan ikke læse fra fildeskriptor %d" @@ -7248,7 +7298,7 @@ msgid "Underline" msgstr "&Understreget" -#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:556 +#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:540 #: ../src/propgrid/advprops.cpp:655 #, fuzzy msgid "Underlined" @@ -7268,7 +7318,7 @@ msgid "Unexpected characters following option '%s'." msgstr "Uventet parameter '%s'" -#: ../src/unix/fswatcher_inotify.cpp:261 +#: ../src/unix/fswatcher_inotify.cpp:262 #, c-format msgid "Unexpected event for \"%s\": no matching watch descriptor." msgstr "" @@ -7332,8 +7382,8 @@ msgid "Unindent" msgstr "Indryk" -#: ../src/richtext/richtextborderspage.cpp:373 -#: ../src/richtext/richtextborderspage.cpp:375 +#: ../src/richtext/richtextborderspage.cpp:358 +#: ../src/richtext/richtextborderspage.cpp:360 msgid "Units for the bottom border width." msgstr "" @@ -7342,8 +7392,8 @@ msgid "Units for the bottom margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:517 -#: ../src/richtext/richtextborderspage.cpp:519 +#: ../src/richtext/richtextborderspage.cpp:527 +#: ../src/richtext/richtextborderspage.cpp:529 msgid "Units for the bottom outline width." msgstr "" @@ -7358,8 +7408,8 @@ msgid "Units for the bottom position." msgstr "Kan ikke vente pÃ¥ trÃ¥dafslutning." -#: ../src/richtext/richtextborderspage.cpp:283 -#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:256 +#: ../src/richtext/richtextborderspage.cpp:258 msgid "Units for the left border width." msgstr "" @@ -7368,8 +7418,8 @@ msgid "Units for the left margin." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:425 #: ../src/richtext/richtextborderspage.cpp:427 -#: ../src/richtext/richtextborderspage.cpp:429 msgid "Units for the left outline width." msgstr "" @@ -7416,8 +7466,8 @@ msgid "Units for the object width." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:313 -#: ../src/richtext/richtextborderspage.cpp:315 +#: ../src/richtext/richtextborderspage.cpp:290 +#: ../src/richtext/richtextborderspage.cpp:292 msgid "Units for the right border width." msgstr "" @@ -7426,8 +7476,8 @@ msgid "Units for the right margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:457 #: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:461 msgid "Units for the right outline width." msgstr "" @@ -7442,8 +7492,8 @@ msgid "Units for the right position." msgstr "Kan ikke vente pÃ¥ trÃ¥dafslutning." -#: ../src/richtext/richtextborderspage.cpp:343 -#: ../src/richtext/richtextborderspage.cpp:345 +#: ../src/richtext/richtextborderspage.cpp:324 +#: ../src/richtext/richtextborderspage.cpp:326 msgid "Units for the top border width." msgstr "" @@ -7453,8 +7503,8 @@ msgid "Units for the top margin." msgstr "Kan ikke vente pÃ¥ trÃ¥dafslutning." -#: ../src/richtext/richtextborderspage.cpp:487 -#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:493 +#: ../src/richtext/richtextborderspage.cpp:495 msgid "Units for the top outline width." msgstr "" @@ -7498,12 +7548,12 @@ msgid "Unknown TIFF resolution unit %d ignored" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1978 +#: ../src/osx/carbon/dataview.cpp:1976 #, fuzzy msgid "Unknown data format" msgstr "IFF: Fejl i IFF billedformat." -#: ../src/unix/dlunix.cpp:325 +#: ../src/unix/dlunix.cpp:160 msgid "Unknown dynamic library error" msgstr "Ukendt dynamisk bibliotek fejl" @@ -7512,12 +7562,12 @@ msgid "Unknown encoding (%d)" msgstr "Ukendt kodning (%d)" -#: ../src/msw/ole/automtn.cpp:677 +#: ../src/msw/ole/automtn.cpp:691 #, fuzzy, c-format msgid "Unknown error %08x" msgstr "Ukendt DDE fejl %08x" -#: ../src/msw/ole/automtn.cpp:636 +#: ../src/msw/ole/automtn.cpp:650 #, fuzzy msgid "Unknown exception" msgstr "Ukendt option '%s'" @@ -7532,7 +7582,7 @@ msgid "Unknown long option '%s'" msgstr "Ukendt lang option '%s'" -#: ../src/msw/ole/automtn.cpp:620 +#: ../src/msw/ole/automtn.cpp:634 msgid "Unknown name or named argument." msgstr "" @@ -7591,11 +7641,11 @@ msgid "Use the current alignment setting." msgstr "" -#: ../src/osx/carbon/dataview.cpp:2658 ../src/osx/carbon/dataview.cpp:2723 +#: ../src/osx/carbon/dataview.cpp:2656 ../src/osx/carbon/dataview.cpp:2721 msgid "Valid pointer to native data view control does not exist" msgstr "" -#: ../src/common/valtext.cpp:174 +#: ../src/common/valtext.cpp:179 msgid "Validation conflict" msgstr "Valideringskonflikt" @@ -7706,6 +7756,16 @@ msgid "Windows 7" msgstr "Windows 95" +#: ../src/msw/utils.cpp:1308 +#, fuzzy +msgid "Windows 8" +msgstr "Windows 98" + +#: ../src/msw/utils.cpp:1314 +#, fuzzy +msgid "Windows 8.1" +msgstr "Windows 98" + #: ../src/msw/utils.cpp:1234 msgid "Windows 95" msgstr "Windows 95" @@ -7784,7 +7844,7 @@ msgid "Windows ME" msgstr "Windows ME" -#: ../src/msw/utils.cpp:1310 +#: ../src/msw/utils.cpp:1322 #, fuzzy, c-format msgid "Windows NT %lu.%lu" msgstr "Windows NT %lu.%lu (build %lu" @@ -7804,6 +7864,16 @@ msgid "Windows Server 2008 R2" msgstr "Windows Server 2003 (build %lu" +#: ../src/msw/utils.cpp:1307 +#, fuzzy +msgid "Windows Server 2012" +msgstr "Windows Server 2003 (build %lu" + +#: ../src/msw/utils.cpp:1313 +#, fuzzy +msgid "Windows Server 2012 R2" +msgstr "Windows Server 2003 (build %lu" + #: ../src/common/fmapbase.cpp:166 msgid "Windows Thai (CP 874)" msgstr "Windows Thai (CP 874)" @@ -7895,7 +7965,7 @@ msgid "You cannot add a new directory to this section." msgstr "Du kan ikke tilføje en mappe til denne sektion." -#: ../src/propgrid/propgrid.cpp:3258 +#: ../src/propgrid/propgrid.cpp:3260 msgid "You have entered invalid value. Press ESC to cancel editing." msgstr "" @@ -8055,7 +8125,7 @@ msgid "buffer is too small for Windows directory." msgstr "" -#: ../src/msw/utils.cpp:1316 +#: ../src/msw/utils.cpp:1328 #, fuzzy, c-format msgid "build %lu" msgstr "Windows XP (build %lu" @@ -8172,7 +8242,7 @@ msgid "can't seek on file descriptor %d" msgstr "kan ikke søge pÃ¥ fildeskriptor %d" -#: ../src/common/textfile.cpp:299 +#: ../src/common/textfile.cpp:270 #, c-format msgid "can't write buffer '%s' to disk." msgstr "kan ikke skrive buffer '%s' til disk." @@ -8194,14 +8264,14 @@ msgid "checksum failure reading tar header block" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:280 -#: ../src/richtext/richtextborderspage.cpp:310 -#: ../src/richtext/richtextborderspage.cpp:340 -#: ../src/richtext/richtextborderspage.cpp:370 -#: ../src/richtext/richtextborderspage.cpp:424 -#: ../src/richtext/richtextborderspage.cpp:454 -#: ../src/richtext/richtextborderspage.cpp:484 -#: ../src/richtext/richtextborderspage.cpp:514 +#: ../src/richtext/richtextborderspage.cpp:252 +#: ../src/richtext/richtextborderspage.cpp:286 +#: ../src/richtext/richtextborderspage.cpp:320 +#: ../src/richtext/richtextborderspage.cpp:354 +#: ../src/richtext/richtextborderspage.cpp:421 +#: ../src/richtext/richtextborderspage.cpp:455 +#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:523 #: ../src/richtext/richtextmarginspage.cpp:202 #: ../src/richtext/richtextmarginspage.cpp:227 #: ../src/richtext/richtextmarginspage.cpp:250 @@ -8339,7 +8409,7 @@ msgid "file '%s': unexpected character %c at line %d." msgstr "fil '%s': uventet karakter %c pÃ¥ linje %d." -#: ../src/richtext/richtextbuffer.cpp:8358 +#: ../src/richtext/richtextbuffer.cpp:8462 #, fuzzy msgid "files" msgstr "Filer" @@ -8361,12 +8431,12 @@ msgid "fourth" msgstr "fjerde" -#: ../src/common/appbase.cpp:695 +#: ../src/common/appbase.cpp:699 msgid "generate verbose log messages" msgstr "lav udførlige logbeskedder" -#: ../src/richtext/richtextbuffer.cpp:12212 -#: ../src/richtext/richtextbuffer.cpp:12322 +#: ../src/richtext/richtextbuffer.cpp:12541 +#: ../src/richtext/richtextbuffer.cpp:12651 #, fuzzy msgid "image" msgstr "Tid" @@ -8465,53 +8535,48 @@ msgid "out of memory" msgstr "GIF: ikke nok hukommelse" -#: ../src/richtext/richtextsizepage.cpp:340 -#: ../src/richtext/richtextsizepage.cpp:374 -#: ../src/richtext/richtextsizepage.cpp:401 -#: ../src/richtext/richtextsizepage.cpp:428 -#: ../src/richtext/richtextsizepage.cpp:455 -#: ../src/richtext/richtextsizepage.cpp:482 -#: ../src/richtext/richtextsizepage.cpp:556 -#: ../src/richtext/richtextsizepage.cpp:591 -#: ../src/richtext/richtextsizepage.cpp:626 -#: ../src/richtext/richtextsizepage.cpp:661 -msgid "percent" -msgstr "" - #: ../src/common/debugrpt.cpp:519 msgid "process context description" msgstr "" #: ../src/richtext/richtextfontpage.cpp:186 #: ../src/richtext/richtextfontpage.cpp:189 +#: ../src/richtext/richtextborderspage.cpp:253 +#: ../src/richtext/richtextborderspage.cpp:287 +#: ../src/richtext/richtextborderspage.cpp:321 +#: ../src/richtext/richtextborderspage.cpp:355 +#: ../src/richtext/richtextborderspage.cpp:422 +#: ../src/richtext/richtextborderspage.cpp:456 +#: ../src/richtext/richtextborderspage.cpp:490 +#: ../src/richtext/richtextborderspage.cpp:524 msgid "pt" msgstr "" #: ../src/richtext/richtextfontpage.cpp:187 -#: ../src/richtext/richtextborderspage.cpp:279 -#: ../src/richtext/richtextborderspage.cpp:281 -#: ../src/richtext/richtextborderspage.cpp:282 -#: ../src/richtext/richtextborderspage.cpp:309 -#: ../src/richtext/richtextborderspage.cpp:311 -#: ../src/richtext/richtextborderspage.cpp:312 -#: ../src/richtext/richtextborderspage.cpp:339 -#: ../src/richtext/richtextborderspage.cpp:341 -#: ../src/richtext/richtextborderspage.cpp:342 -#: ../src/richtext/richtextborderspage.cpp:369 -#: ../src/richtext/richtextborderspage.cpp:371 -#: ../src/richtext/richtextborderspage.cpp:372 +#: ../src/richtext/richtextborderspage.cpp:251 +#: ../src/richtext/richtextborderspage.cpp:254 +#: ../src/richtext/richtextborderspage.cpp:255 +#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:288 +#: ../src/richtext/richtextborderspage.cpp:289 +#: ../src/richtext/richtextborderspage.cpp:319 +#: ../src/richtext/richtextborderspage.cpp:322 +#: ../src/richtext/richtextborderspage.cpp:323 +#: ../src/richtext/richtextborderspage.cpp:353 +#: ../src/richtext/richtextborderspage.cpp:356 +#: ../src/richtext/richtextborderspage.cpp:357 +#: ../src/richtext/richtextborderspage.cpp:420 #: ../src/richtext/richtextborderspage.cpp:423 -#: ../src/richtext/richtextborderspage.cpp:425 -#: ../src/richtext/richtextborderspage.cpp:426 -#: ../src/richtext/richtextborderspage.cpp:453 -#: ../src/richtext/richtextborderspage.cpp:455 -#: ../src/richtext/richtextborderspage.cpp:456 -#: ../src/richtext/richtextborderspage.cpp:483 -#: ../src/richtext/richtextborderspage.cpp:485 -#: ../src/richtext/richtextborderspage.cpp:486 -#: ../src/richtext/richtextborderspage.cpp:513 -#: ../src/richtext/richtextborderspage.cpp:515 -#: ../src/richtext/richtextborderspage.cpp:516 +#: ../src/richtext/richtextborderspage.cpp:424 +#: ../src/richtext/richtextborderspage.cpp:454 +#: ../src/richtext/richtextborderspage.cpp:457 +#: ../src/richtext/richtextborderspage.cpp:458 +#: ../src/richtext/richtextborderspage.cpp:488 +#: ../src/richtext/richtextborderspage.cpp:491 +#: ../src/richtext/richtextborderspage.cpp:492 +#: ../src/richtext/richtextborderspage.cpp:522 +#: ../src/richtext/richtextborderspage.cpp:525 +#: ../src/richtext/richtextborderspage.cpp:526 #: ../src/richtext/richtextmarginspage.cpp:201 #: ../src/richtext/richtextmarginspage.cpp:203 #: ../src/richtext/richtextmarginspage.cpp:204 @@ -8613,7 +8678,7 @@ msgid "shift" msgstr "skift" -#: ../src/common/appbase.cpp:685 +#: ../src/common/appbase.cpp:689 msgid "show this help message" msgstr "vis denne hjælpebesked" @@ -8633,23 +8698,23 @@ msgid "specify the theme to use" msgstr "angiv tema at bruge" -#: ../src/richtext/richtextbuffer.cpp:8876 +#: ../src/richtext/richtextbuffer.cpp:8983 msgid "standard/circle" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8877 +#: ../src/richtext/richtextbuffer.cpp:8984 msgid "standard/circle-outline" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8879 +#: ../src/richtext/richtextbuffer.cpp:8986 msgid "standard/diamond" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8878 +#: ../src/richtext/richtextbuffer.cpp:8985 msgid "standard/square" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8880 +#: ../src/richtext/richtextbuffer.cpp:8987 msgid "standard/triangle" msgstr "" @@ -8784,11 +8849,11 @@ msgid "wxPrintout::GetPageInfo gives a null maxPage." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1303 +#: ../src/osx/carbon/dataview.cpp:1301 msgid "wxWidget control pointer is not a data view pointer" msgstr "" -#: ../src/osx/carbon/dataview.cpp:907 +#: ../src/osx/carbon/dataview.cpp:905 #, fuzzy msgid "wxWidget's control not initialized." msgstr "Kan ikke initialisere display." Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/locale/de.mo and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/locale/de.mo differ diff -Nru wxpython3.0-3.0.0.0+dfsg/locale/de.po wxpython3.0-3.0.1.1+dfsg/locale/de.po --- wxpython3.0-3.0.0.0+dfsg/locale/de.po 2013-12-28 09:37:02.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/locale/de.po 2014-06-24 21:43:33.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: wxWidgets 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-01 19:04+0200\n" +"POT-Creation-Date: 2014-02-21 17:22+0100\n" "PO-Revision-Date: 2012-04-27 17:01+0100\n" "Last-Translator: Dr. Thomas Krebs \n" "Language-Team: wxWidgets Team \n" @@ -48,7 +48,7 @@ msgid " (in module \"%s\")" msgstr "(im Modul \"%s\")" -#: ../src/common/docview.cpp:1624 +#: ../src/common/docview.cpp:1631 msgid " - " msgstr " - " @@ -88,12 +88,25 @@ msgid "#9 Envelope, 3 7/8 x 8 7/8 in" msgstr "#9 Umschlag, 3 7/8 x 8 7/8 Zoll" -#: ../src/html/helpwnd.cpp:1044 +#: ../src/richtext/richtextsizepage.cpp:340 +#: ../src/richtext/richtextsizepage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:401 +#: ../src/richtext/richtextsizepage.cpp:428 +#: ../src/richtext/richtextsizepage.cpp:455 +#: ../src/richtext/richtextsizepage.cpp:482 +#: ../src/richtext/richtextsizepage.cpp:556 +#: ../src/richtext/richtextsizepage.cpp:591 +#: ../src/richtext/richtextsizepage.cpp:626 +#: ../src/richtext/richtextsizepage.cpp:661 +msgid "%" +msgstr "%" + +#: ../src/html/helpwnd.cpp:1045 #, c-format msgid "%d of %lu" msgstr "%d von %lu" -#: ../src/html/helpwnd.cpp:1681 ../src/html/helpwnd.cpp:1719 +#: ../src/html/helpwnd.cpp:1692 ../src/html/helpwnd.cpp:1730 #, c-format msgid "%i of %i" msgstr "%i von %i" @@ -105,12 +118,12 @@ msgstr[0] "%ld Byte" msgstr[1] "%ld Bytes" -#: ../src/html/helpwnd.cpp:1046 +#: ../src/html/helpwnd.cpp:1047 #, c-format msgid "%lu of %lu" msgstr "%lu von %lu" -#: ../src/common/cmdline.cpp:1050 +#: ../src/common/cmdline.cpp:1215 #, c-format msgid "%s (or %s)" msgstr " %s (oder %s)" @@ -140,7 +153,7 @@ msgid "%s did not fit the tar header for entry '%s'" msgstr "%s passte nicht zum tar Kopfeintrag für den Eintrag '%s'" -#: ../src/common/fldlgcmn.cpp:106 +#: ../src/common/fldlgcmn.cpp:124 #, c-format msgid "%s files (%s)|%s" msgstr "%s Dateien (%s)|%s" @@ -183,7 +196,7 @@ msgid "&Back" msgstr "&Zurück" -#: ../src/richtext/richtextstylepage.cpp:113 +#: ../src/richtext/richtextstylepage.cpp:115 msgid "&Based on:" msgstr "&Basierend auf:" @@ -191,7 +204,7 @@ msgid "&Before a paragraph:" msgstr "&Vor einem Absatz:" -#: ../src/richtext/richtextfontpage.cpp:271 +#: ../src/richtext/richtextfontpage.cpp:262 msgid "&Bg colour:" msgstr "&Hg Farbe:" @@ -203,21 +216,21 @@ msgid "&Bottom" msgstr "&Unten" -#: ../src/richtext/richtextborderspage.cpp:359 -#: ../src/richtext/richtextborderspage.cpp:503 -#: ../src/richtext/richtextmarginspage.cpp:260 -#: ../src/richtext/richtextmarginspage.cpp:374 +#: ../src/richtext/richtextborderspage.cpp:347 +#: ../src/richtext/richtextborderspage.cpp:516 +#: ../src/richtext/richtextmarginspage.cpp:259 +#: ../src/richtext/richtextmarginspage.cpp:373 #: ../src/richtext/richtextsizepage.cpp:637 #: ../src/richtext/richtextsizepage.cpp:644 msgid "&Bottom:" msgstr "&Unten:" -#: ../include/wx/richtext/richtextbuffer.h:3530 +#: ../include/wx/richtext/richtextbuffer.h:3641 msgid "&Box" msgstr "&Rahmen" #: ../src/richtext/richtextliststylepage.cpp:210 -#: ../src/richtext/richtextbulletspage.cpp:159 +#: ../src/richtext/richtextbulletspage.cpp:146 msgid "&Bullet style:" msgstr "Stil des &Gliederungspunktes:" @@ -226,7 +239,7 @@ msgstr "&CD-Rom" #: ../src/generic/wizard.cpp:432 ../src/generic/fontdlgg.cpp:470 -#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:588 +#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:572 #: ../src/common/stockitem.cpp:145 msgid "&Cancel" msgstr "Ab&brechen" @@ -235,7 +248,7 @@ msgid "&Cascade" msgstr "Kaskadieren" -#: ../include/wx/richtext/richtextbuffer.h:5587 +#: ../include/wx/richtext/richtextbuffer.h:5717 msgid "&Cell" msgstr "&Zelle" @@ -257,7 +270,7 @@ msgid "&Color" msgstr "&Farbe" -#: ../src/richtext/richtextfontpage.cpp:258 +#: ../src/richtext/richtextfontpage.cpp:249 msgid "&Colour:" msgstr "&Farbe:" @@ -265,8 +278,8 @@ msgid "&Convert" msgstr "&Konvertieren" -#: ../src/richtext/richtextctrl.cpp:326 ../src/osx/textctrl_osx.cpp:583 -#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2284 +#: ../src/richtext/richtextctrl.cpp:332 ../src/osx/textctrl_osx.cpp:583 +#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2335 msgid "&Copy" msgstr "&Kopieren" @@ -282,9 +295,9 @@ msgid "&Debug report preview:" msgstr "Vorschau des Fehlerberichts:" -#: ../src/richtext/richtexttabspage.cpp:142 -#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:585 -#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2286 +#: ../src/richtext/richtexttabspage.cpp:138 +#: ../src/richtext/richtextctrl.cpp:334 ../src/osx/textctrl_osx.cpp:585 +#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2337 msgid "&Delete" msgstr "&Löschen" @@ -352,7 +365,7 @@ msgid "&Font for Level..." msgstr "&Schriftart für Ebene..." -#: ../src/richtext/richtextfontpage.cpp:156 +#: ../src/richtext/richtextfontpage.cpp:147 #: ../src/richtext/richtextsymboldlg.cpp:400 msgid "&Font:" msgstr "&Schriftart:" @@ -375,7 +388,7 @@ msgstr "&Höhe:" #: ../src/generic/wizard.cpp:435 ../src/richtext/richtextstyledlg.cpp:303 -#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:785 +#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:776 #: ../src/common/stockitem.cpp:163 ../src/html/helpfrm.cpp:147 msgid "&Help" msgstr "&Hilfe" @@ -429,11 +442,11 @@ msgstr "&Links" #: ../src/richtext/richtextindentspage.cpp:195 -#: ../src/richtext/richtextborderspage.cpp:269 -#: ../src/richtext/richtextborderspage.cpp:413 +#: ../src/richtext/richtextborderspage.cpp:245 +#: ../src/richtext/richtextborderspage.cpp:414 #: ../src/richtext/richtextliststylepage.cpp:381 -#: ../src/richtext/richtextmarginspage.cpp:187 -#: ../src/richtext/richtextmarginspage.cpp:301 +#: ../src/richtext/richtextmarginspage.cpp:186 +#: ../src/richtext/richtextmarginspage.cpp:300 #: ../src/richtext/richtextsizepage.cpp:532 #: ../src/richtext/richtextsizepage.cpp:539 msgid "&Left:" @@ -459,7 +472,7 @@ msgid "&Network" msgstr "&Netzwerk" -#: ../src/richtext/richtexttabspage.cpp:136 ../src/common/stockitem.cpp:176 +#: ../src/richtext/richtexttabspage.cpp:132 ../src/common/stockitem.cpp:176 msgid "&New" msgstr "&Neu" @@ -476,11 +489,11 @@ msgid "&Next Paragraph" msgstr "&Nächster Absatz" -#: ../src/generic/tipdlg.cpp:276 +#: ../src/generic/tipdlg.cpp:271 msgid "&Next Tip" msgstr "&Nächster Tipp" -#: ../src/richtext/richtextstylepage.cpp:123 +#: ../src/richtext/richtextstylepage.cpp:125 msgid "&Next style:" msgstr "&Nächster Stil:" @@ -492,12 +505,12 @@ msgid "&Notes:" msgstr "Bemerkungen:" -#: ../src/richtext/richtextbulletspage.cpp:264 +#: ../src/richtext/richtextbulletspage.cpp:251 msgid "&Number:" msgstr "&Nummer:" #: ../src/generic/fontdlgg.cpp:475 ../src/generic/fontdlgg.cpp:482 -#: ../src/osx/carbon/fontdlg.cpp:594 ../src/common/stockitem.cpp:178 +#: ../src/osx/carbon/fontdlg.cpp:578 ../src/common/stockitem.cpp:178 msgid "&OK" msgstr "&OK" @@ -514,12 +527,12 @@ msgid "&Page Break" msgstr "&Seitenumbruch" -#: ../src/richtext/richtextctrl.cpp:327 ../src/osx/textctrl_osx.cpp:584 -#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2285 +#: ../src/richtext/richtextctrl.cpp:333 ../src/osx/textctrl_osx.cpp:584 +#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2336 msgid "&Paste" msgstr "Einfügen" -#: ../include/wx/richtext/richtextbuffer.h:4655 +#: ../include/wx/richtext/richtextbuffer.h:4783 msgid "&Picture" msgstr "&Bild" @@ -527,7 +540,7 @@ msgid "&Point size:" msgstr "Schriftgröße in &Punkt:" -#: ../src/richtext/richtexttabspage.cpp:114 +#: ../src/richtext/richtexttabspage.cpp:110 msgid "&Position (tenths of a mm):" msgstr "&Position (Zehntel-mm):" @@ -552,7 +565,7 @@ msgid "&Print..." msgstr "&Drucken..." -#: ../src/richtext/richtextctrl.cpp:332 ../src/richtext/richtextctrl.cpp:4945 +#: ../src/richtext/richtextctrl.cpp:338 ../src/richtext/richtextctrl.cpp:5090 #: ../src/common/stockitem.cpp:184 msgid "&Properties" msgstr "&Eigenschaften" @@ -561,9 +574,9 @@ msgid "&Quit" msgstr "&Beenden" -#: ../src/richtext/richtextctrl.cpp:323 ../src/osx/textctrl_osx.cpp:580 +#: ../src/richtext/richtextctrl.cpp:329 ../src/osx/textctrl_osx.cpp:580 #: ../src/common/stockitem.cpp:185 ../src/common/cmdproc.cpp:293 -#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2281 +#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2332 msgid "&Redo" msgstr "&Wiederholen" @@ -593,11 +606,11 @@ msgstr "&Rechts" #: ../src/richtext/richtextindentspage.cpp:213 -#: ../src/richtext/richtextborderspage.cpp:299 -#: ../src/richtext/richtextborderspage.cpp:443 +#: ../src/richtext/richtextborderspage.cpp:279 +#: ../src/richtext/richtextborderspage.cpp:448 #: ../src/richtext/richtextliststylepage.cpp:399 -#: ../src/richtext/richtextmarginspage.cpp:212 -#: ../src/richtext/richtextmarginspage.cpp:326 +#: ../src/richtext/richtextmarginspage.cpp:211 +#: ../src/richtext/richtextmarginspage.cpp:325 #: ../src/richtext/richtextsizepage.cpp:602 #: ../src/richtext/richtextsizepage.cpp:609 msgid "&Right:" @@ -615,7 +628,7 @@ msgid "&See details" msgstr "&Einzelheiten anzeigen" -#: ../src/generic/tipdlg.cpp:270 +#: ../src/generic/tipdlg.cpp:265 msgid "&Show tips at startup" msgstr "&Tipps beim Programmstart zeigen" @@ -623,7 +636,7 @@ msgid "&Size" msgstr "&Größe" -#: ../src/richtext/richtextfontpage.cpp:168 +#: ../src/richtext/richtextfontpage.cpp:159 msgid "&Size:" msgstr "&Größe:" @@ -644,11 +657,11 @@ msgid "&Stop" msgstr "&Stopp" -#: ../src/richtext/richtextfontpage.cpp:284 ../src/common/stockitem.cpp:199 +#: ../src/richtext/richtextfontpage.cpp:275 ../src/common/stockitem.cpp:199 msgid "&Strikethrough" msgstr "&Durchstreichen" -#: ../src/generic/fontdlgg.cpp:382 ../src/richtext/richtextstylepage.cpp:104 +#: ../src/generic/fontdlgg.cpp:382 ../src/richtext/richtextstylepage.cpp:106 msgid "&Style:" msgstr "&Stil:" @@ -661,11 +674,16 @@ msgstr "&Teilsatz" #: ../src/richtext/richtextliststylepage.cpp:268 -#: ../src/richtext/richtextbulletspage.cpp:222 +#: ../src/richtext/richtextbulletspage.cpp:209 msgid "&Symbol:" msgstr "&Symbol:" -#: ../include/wx/richtext/richtextbuffer.h:5679 +#: ../src/richtext/richtextborderspage.cpp:383 +#: ../src/richtext/richtextborderspage.cpp:552 +msgid "&Synchronize values" +msgstr "&Werte synchronisieren" + +#: ../include/wx/richtext/richtextbuffer.h:5823 msgid "&Table" msgstr "&Tabelle" @@ -673,10 +691,10 @@ msgid "&Top" msgstr "&Oben" -#: ../src/richtext/richtextborderspage.cpp:329 -#: ../src/richtext/richtextborderspage.cpp:473 -#: ../src/richtext/richtextmarginspage.cpp:235 -#: ../src/richtext/richtextmarginspage.cpp:349 +#: ../src/richtext/richtextborderspage.cpp:313 +#: ../src/richtext/richtextborderspage.cpp:482 +#: ../src/richtext/richtextmarginspage.cpp:234 +#: ../src/richtext/richtextmarginspage.cpp:348 #: ../src/richtext/richtextsizepage.cpp:567 #: ../src/richtext/richtextsizepage.cpp:574 msgid "&Top:" @@ -686,13 +704,13 @@ msgid "&Underline" msgstr "&Unterstrichen" -#: ../src/richtext/richtextfontpage.cpp:243 +#: ../src/richtext/richtextfontpage.cpp:234 msgid "&Underlining:" msgstr "&Unterstreichen:" -#: ../src/richtext/richtextctrl.cpp:322 ../src/osx/textctrl_osx.cpp:579 +#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:579 #: ../src/common/stockitem.cpp:203 ../src/common/cmdproc.cpp:271 -#: ../src/msw/textctrl.cpp:2280 +#: ../src/msw/textctrl.cpp:2331 msgid "&Undo" msgstr "&Rückgängig" @@ -736,68 +754,82 @@ msgid "&Yes" msgstr "&Ja" +#: ../src/common/valtext.cpp:256 +#, c-format +msgid "'%s' contains illegal characters" +msgstr "'%s' enthält ungültige Zeichen." + +#: ../src/common/valtext.cpp:254 +#, c-format +msgid "'%s' doesn't consist only of valid characters" +msgstr "'%s' enthält nicht nur gültige Zeichen." + #: ../src/common/config.cpp:523 ../src/msw/regconf.cpp:258 #, c-format msgid "'%s' has extra '..', ignored." msgstr "'%s' hat extra '..', ignoriert." -#: ../src/common/valtext.cpp:249 ../src/common/valtext.cpp:251 -#: ../src/common/valtext.cpp:253 ../src/common/valtext.cpp:255 -#, c-format -msgid "'%s' is invalid" -msgstr "'%s' ist ungültig" - -#: ../src/common/cmdline.cpp:948 ../src/common/cmdline.cpp:966 +#: ../src/common/cmdline.cpp:1107 ../src/common/cmdline.cpp:1125 #, c-format msgid "'%s' is not a correct numeric value for option '%s'." msgstr "'%s' ist kein gültiger numerischer Wert für Option '%s'." -#: ../src/common/translation.cpp:1086 +#: ../src/common/translation.cpp:1087 #, c-format msgid "'%s' is not a valid message catalog." msgstr "'%s' ist kein gültiger Nachrichtenkatalog." +#: ../src/common/valtext.cpp:165 +#, c-format +msgid "'%s' is not one of the valid strings" +msgstr "'%s' ist keine gültige Zeichenkette." + +#: ../src/common/valtext.cpp:167 +#, c-format +msgid "'%s' is one of the invalid strings" +msgstr "'%s' ist eine ungültige Zeichenkette" + #: ../src/common/textbuf.cpp:239 #, c-format msgid "'%s' is probably a binary buffer." msgstr "'%s' ist vermutlich ein Binärpuffer." -#: ../src/common/valtext.cpp:247 +#: ../src/common/valtext.cpp:252 #, c-format msgid "'%s' should be numeric." msgstr "'%s' sollte numerisch sein." -#: ../src/common/valtext.cpp:239 +#: ../src/common/valtext.cpp:244 #, c-format msgid "'%s' should only contain ASCII characters." msgstr "'%s' sollte ausschließlich ASCII-Zeichen enthalten." -#: ../src/common/valtext.cpp:241 +#: ../src/common/valtext.cpp:246 #, c-format msgid "'%s' should only contain alphabetic characters." msgstr "'%s' sollte nur alphabetische Zeichen enthalten." -#: ../src/common/valtext.cpp:243 +#: ../src/common/valtext.cpp:248 #, c-format msgid "'%s' should only contain alphabetic or numeric characters." msgstr "'%s' sollte nur alphanumerische Zeichen enthalten." -#: ../src/common/valtext.cpp:245 +#: ../src/common/valtext.cpp:250 #, c-format msgid "'%s' should only contain digits." msgstr "'%s' sollte ausschließlich Ziffern enthalten." #: ../src/richtext/richtextliststylepage.cpp:229 -#: ../src/richtext/richtextbulletspage.cpp:179 +#: ../src/richtext/richtextbulletspage.cpp:166 msgid "(*)" msgstr "(*)" -#: ../src/html/helpwnd.cpp:976 +#: ../src/html/helpwnd.cpp:977 msgid "(Help)" msgstr "(Hilfe)" #: ../src/richtext/richtextliststylepage.cpp:481 -#: ../src/richtext/richtextbulletspage.cpp:286 +#: ../src/richtext/richtextbulletspage.cpp:273 msgid "(None)" msgstr "(Kein)" @@ -805,8 +837,8 @@ msgid "(Normal text)" msgstr "(Normaler Text)" -#: ../src/html/helpwnd.cpp:426 ../src/html/helpwnd.cpp:1119 -#: ../src/html/helpwnd.cpp:1745 +#: ../src/html/helpwnd.cpp:427 ../src/html/helpwnd.cpp:1120 +#: ../src/html/helpwnd.cpp:1756 msgid "(bookmarks)" msgstr "(Lesezeichen)" @@ -815,10 +847,10 @@ #: ../src/richtext/richtextindentspage.cpp:287 #: ../src/richtext/richtextindentspage.cpp:311 #: ../src/richtext/richtextindentspage.cpp:326 -#: ../src/richtext/richtextformatdlg.cpp:831 -#: ../src/richtext/richtextfontpage.cpp:331 -#: ../src/richtext/richtextfontpage.cpp:335 -#: ../src/richtext/richtextfontpage.cpp:339 +#: ../src/richtext/richtextformatdlg.cpp:887 +#: ../src/richtext/richtextfontpage.cpp:347 +#: ../src/richtext/richtextfontpage.cpp:351 +#: ../src/richtext/richtextfontpage.cpp:355 #: ../src/richtext/richtextliststylepage.cpp:448 #: ../src/richtext/richtextliststylepage.cpp:460 #: ../src/richtext/richtextliststylepage.cpp:461 @@ -826,26 +858,26 @@ msgstr "(Kein)" #: ../src/richtext/richtextliststylepage.cpp:492 -#: ../src/richtext/richtextbulletspage.cpp:297 +#: ../src/richtext/richtextbulletspage.cpp:284 msgid "*" msgstr "*" #: ../src/richtext/richtextliststylepage.cpp:236 -#: ../src/richtext/richtextbulletspage.cpp:186 +#: ../src/richtext/richtextbulletspage.cpp:173 msgid "*)" msgstr "*)" #: ../src/richtext/richtextliststylepage.cpp:495 -#: ../src/richtext/richtextbulletspage.cpp:300 +#: ../src/richtext/richtextbulletspage.cpp:287 msgid "+" msgstr "+" -#: ../src/msw/utils.cpp:1324 +#: ../src/msw/utils.cpp:1336 msgid ", 64-bit edition" msgstr ", 64-bit Edition" #: ../src/richtext/richtextliststylepage.cpp:493 -#: ../src/richtext/richtextbulletspage.cpp:298 +#: ../src/richtext/richtextbulletspage.cpp:285 msgid "-" msgstr "-" @@ -947,37 +979,37 @@ msgid "< &Back" msgstr "< &Zurück" -#: ../src/osx/carbon/fontdlg.cpp:608 ../src/osx/carbon/fontdlg.cpp:815 -#: ../src/osx/carbon/fontdlg.cpp:835 +#: ../src/osx/carbon/fontdlg.cpp:592 ../src/osx/carbon/fontdlg.cpp:798 +#: ../src/osx/carbon/fontdlg.cpp:818 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:609 ../src/osx/carbon/fontdlg.cpp:817 -#: ../src/osx/carbon/fontdlg.cpp:837 +#: ../src/osx/carbon/fontdlg.cpp:593 ../src/osx/carbon/fontdlg.cpp:800 +#: ../src/osx/carbon/fontdlg.cpp:820 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:607 ../src/osx/carbon/fontdlg.cpp:813 -#: ../src/osx/carbon/fontdlg.cpp:833 +#: ../src/osx/carbon/fontdlg.cpp:591 ../src/osx/carbon/fontdlg.cpp:796 +#: ../src/osx/carbon/fontdlg.cpp:816 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:610 ../src/osx/carbon/fontdlg.cpp:819 -#: ../src/osx/carbon/fontdlg.cpp:839 +#: ../src/osx/carbon/fontdlg.cpp:594 ../src/osx/carbon/fontdlg.cpp:802 +#: ../src/osx/carbon/fontdlg.cpp:822 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:611 ../src/osx/carbon/fontdlg.cpp:824 -#: ../src/osx/carbon/fontdlg.cpp:843 +#: ../src/osx/carbon/fontdlg.cpp:595 ../src/osx/carbon/fontdlg.cpp:807 +#: ../src/osx/carbon/fontdlg.cpp:826 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:612 ../src/osx/carbon/fontdlg.cpp:821 -#: ../src/osx/carbon/fontdlg.cpp:841 +#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:804 +#: ../src/osx/carbon/fontdlg.cpp:824 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:606 +#: ../src/osx/carbon/fontdlg.cpp:590 msgid "" msgstr "" @@ -993,24 +1025,24 @@ msgid "" msgstr "" -#: ../src/html/helpwnd.cpp:1279 +#: ../src/html/helpwnd.cpp:1280 msgid "Bold italic face.
    " msgstr "Fette kursive Schrift
    " -#: ../src/html/helpwnd.cpp:1283 +#: ../src/html/helpwnd.cpp:1284 msgid "bold italic underlined
    " msgstr "fett kursiv unterstrichen
    " -#: ../src/html/helpwnd.cpp:1278 +#: ../src/html/helpwnd.cpp:1279 msgid "Bold face. " msgstr "Fette Schrift. " -#: ../src/html/helpwnd.cpp:1277 +#: ../src/html/helpwnd.cpp:1278 msgid "Italic face. " msgstr "Kursive Schrift. " #: ../src/richtext/richtextliststylepage.cpp:494 -#: ../src/richtext/richtextbulletspage.cpp:299 +#: ../src/richtext/richtextbulletspage.cpp:286 msgid ">" msgstr ">" @@ -1028,8 +1060,8 @@ #: ../src/richtext/richtextliststylepage.cpp:304 #: ../src/richtext/richtextliststylepage.cpp:306 -#: ../src/richtext/richtextbulletspage.cpp:257 -#: ../src/richtext/richtextbulletspage.cpp:259 +#: ../src/richtext/richtextbulletspage.cpp:244 +#: ../src/richtext/richtextbulletspage.cpp:246 msgid "A standard bullet name." msgstr "Ein vordefinierter Gliederungspunkt." @@ -1113,8 +1145,8 @@ msgid "A6 Rotated 148 x 105 mm" msgstr "A6 Rotiert 148 x 105 mm" -#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:526 -#: ../src/osx/carbon/fontdlg.cpp:339 +#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:547 +#: ../src/osx/carbon/fontdlg.cpp:323 msgid "ABCDEFGabcdefg12345" msgstr "ABCDEFGabcdefg12345ÄÖÜßäöü" @@ -1126,15 +1158,20 @@ msgid "ASCII" msgstr "ASCII" -#: ../src/osx/menu_osx.cpp:630 ../src/common/stockitem.cpp:139 +#: ../src/common/stockitem.cpp:139 msgid "About" msgstr "Über" -#: ../src/generic/aboutdlgg.cpp:140 ../src/msw/aboutdlg.cpp:64 +#: ../src/generic/aboutdlgg.cpp:140 ../src/osx/menu_osx.cpp:603 +#: ../src/msw/aboutdlg.cpp:64 #, c-format msgid "About %s" msgstr "Über %s" +#: ../src/osx/menu_osx.cpp:605 +msgid "About..." +msgstr "Über..." + #: ../src/richtext/richtextsizepage.cpp:520 msgid "Absolute" msgstr "Absolut" @@ -1147,17 +1184,15 @@ msgid "Add" msgstr "Hinzufügen" -#: ../src/richtext/richtextbuffer.cpp:10751 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:11219 msgid "Add Column" msgstr "Spalte hinzufügen" -#: ../src/richtext/richtextbuffer.cpp:10688 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:11156 msgid "Add Row" msgstr "Zeile hinzufügen" -#: ../src/html/helpwnd.cpp:439 +#: ../src/html/helpwnd.cpp:440 msgid "Add current page to bookmarks" msgstr "Aktuelle HTML-Seite den Lesezeichen hinzufügen" @@ -1178,11 +1213,11 @@ msgid "Adding book %s" msgstr "Buch %s wird hinzugefügt" -#: ../src/osx/carbon/dataview.cpp:1933 +#: ../src/osx/carbon/dataview.cpp:1931 msgid "Adding flavor TEXT failed" msgstr "Das Hinzufügen der Variante TEXT schlug fehl" -#: ../src/osx/carbon/dataview.cpp:1954 +#: ../src/osx/carbon/dataview.cpp:1952 msgid "Adding flavor utxt failed" msgstr "Das Hinzufügen der Variante utxt schlug fehl" @@ -1210,16 +1245,16 @@ msgid "All" msgstr "Alle" -#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:89 +#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:107 #, c-format msgid "All files (%s)|%s" msgstr "Alle Dateien (%s)|%s" -#: ../include/wx/defs.h:2922 +#: ../include/wx/defs.h:2908 msgid "All files (*)|*" msgstr "Alle Dateien (*)|*" -#: ../include/wx/defs.h:2919 +#: ../include/wx/defs.h:2905 msgid "All files (*.*)|*.*" msgstr "Alle Dateien (*.*)|*.*" @@ -1243,6 +1278,11 @@ msgid "Alt+" msgstr "Alt+" +#: ../src/richtext/richtextborderspage.cpp:580 +#: ../src/richtext/richtextborderspage.cpp:582 +msgid "An optional corner radius for adding rounded corners." +msgstr "Optionaler Eckradius, um abgerundete Ecken hinzuzufügen." + #: ../src/common/debugrpt.cpp:581 msgid "And includes the following files:\n" msgstr "Und enthält die folgenden Dateien:\n" @@ -1257,8 +1297,7 @@ msgid "Append log to file '%s' (choosing [No] will overwrite it)?" msgstr "An Logdatei '%s' anhängen ([Nein] wird sie ersetzen)?" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:610 -#: ../src/osx/menu_osx.cpp:649 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:623 ../src/osx/menu_osx.cpp:631 msgid "Application" msgstr "Anwendung" @@ -1267,7 +1306,7 @@ msgstr "Übernehmen" #: ../src/richtext/richtextliststylepage.cpp:482 -#: ../src/richtext/richtextbulletspage.cpp:287 +#: ../src/richtext/richtextbulletspage.cpp:274 msgid "Arabic" msgstr "Arabisch" @@ -1275,7 +1314,7 @@ msgid "Arabic (ISO-8859-6)" msgstr "Arabisch (ISO-8859-6)" -#: ../src/msw/ole/automtn.cpp:661 +#: ../src/msw/ole/automtn.cpp:675 #, c-format msgid "Argument %u not found." msgstr "Hilfeverzeichnis %u nicht gefunden." @@ -1293,8 +1332,8 @@ msgstr "Eigenschaften" #: ../src/richtext/richtextliststylepage.cpp:294 -#: ../src/richtext/richtextbulletspage.cpp:245 -#: ../src/richtext/richtextbulletspage.cpp:247 +#: ../src/richtext/richtextbulletspage.cpp:232 +#: ../src/richtext/richtextbulletspage.cpp:234 msgid "Available fonts." msgstr "Verfügbare Schriftarten." @@ -1350,32 +1389,32 @@ msgid "BACK" msgstr "ZURÜCK" -#: ../src/common/imagbmp.cpp:523 ../src/common/imagbmp.cpp:553 -#: ../src/common/imagbmp.cpp:568 +#: ../src/common/imagbmp.cpp:524 ../src/common/imagbmp.cpp:554 +#: ../src/common/imagbmp.cpp:569 msgid "BMP: Couldn't allocate memory." msgstr "BMP: Speicheranforderung gescheitert." -#: ../src/common/imagbmp.cpp:97 +#: ../src/common/imagbmp.cpp:98 msgid "BMP: Couldn't save invalid image." msgstr "BMP: Konnte ungültiges Bild nicht speichern." -#: ../src/common/imagbmp.cpp:338 +#: ../src/common/imagbmp.cpp:339 msgid "BMP: Couldn't write RGB color map." msgstr "BMP: Konnte RGB Farbtabelle nicht speichern." -#: ../src/common/imagbmp.cpp:473 +#: ../src/common/imagbmp.cpp:474 msgid "BMP: Couldn't write data." msgstr "BMP: Konnte Daten nicht speichern." -#: ../src/common/imagbmp.cpp:239 +#: ../src/common/imagbmp.cpp:240 msgid "BMP: Couldn't write the file (Bitmap) header." msgstr "BMP: Dateikopf (Bitmap) konnte nicht geschrieben werden." -#: ../src/common/imagbmp.cpp:262 +#: ../src/common/imagbmp.cpp:263 msgid "BMP: Couldn't write the file (BitmapInfo) header." msgstr "BMP: Dateikopf (BitmapInfo) konnte nicht geschrieben werden." -#: ../src/common/imagbmp.cpp:133 +#: ../src/common/imagbmp.cpp:134 msgid "BMP: wxImage doesn't have own wxPalette." msgstr "BMP: wxImage hat keine eigene wxPalette." @@ -1384,7 +1423,7 @@ msgstr "Zurück" #: ../src/richtext/richtextbackgroundpage.cpp:119 -#: ../src/richtext/richtextformatdlg.cpp:374 +#: ../src/richtext/richtextformatdlg.cpp:395 msgid "Background" msgstr "Hintergrund" @@ -1392,7 +1431,7 @@ msgid "Background &colour:" msgstr "Hintergrund&farbe:" -#: ../src/osx/carbon/fontdlg.cpp:406 +#: ../src/osx/carbon/fontdlg.cpp:390 msgid "Background colour" msgstr "Hintergrundfarbe" @@ -1409,25 +1448,25 @@ msgstr "Vor einem Absatz:" #: ../src/richtext/richtextliststylepage.cpp:489 -#: ../src/richtext/richtextbulletspage.cpp:294 +#: ../src/richtext/richtextbulletspage.cpp:281 msgid "Bitmap" msgstr "Bitmap" -#: ../src/osx/carbon/dataview.cpp:2396 +#: ../src/osx/carbon/dataview.cpp:2394 msgid "Bitmap renderer cannot render value; value type: " msgstr "Bitmapdarsteller kann den Wert nicht wiedergeben; Typ des Werts:" -#: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:337 -#: ../src/osx/carbon/fontdlg.cpp:540 ../src/common/stockitem.cpp:143 +#: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:353 +#: ../src/osx/carbon/fontdlg.cpp:524 ../src/common/stockitem.cpp:143 msgid "Bold" msgstr "Fett" -#: ../src/richtext/richtextborderspage.cpp:256 -#: ../src/richtext/richtextborderspage.cpp:389 +#: ../src/richtext/richtextborderspage.cpp:232 +#: ../src/richtext/richtextborderspage.cpp:390 msgid "Border" msgstr "Berandung" -#: ../src/richtext/richtextformatdlg.cpp:368 +#: ../src/richtext/richtextformatdlg.cpp:389 msgid "Borders" msgstr "Berandungen" @@ -1439,7 +1478,7 @@ msgid "Bottom margin (mm):" msgstr "Unterer Rand (mm)" -#: ../src/richtext/richtextbuffer.cpp:8919 +#: ../src/richtext/richtextbuffer.cpp:9176 msgid "Box Properties" msgstr "Eigenschaften" @@ -1452,7 +1491,7 @@ msgstr "Durchsuchen" #: ../src/richtext/richtextliststylepage.cpp:245 -#: ../src/richtext/richtextbulletspage.cpp:195 +#: ../src/richtext/richtextbulletspage.cpp:182 msgid "Bullet &Alignment:" msgstr "&Ausrichtung der Gliederungspunkte:" @@ -1460,7 +1499,7 @@ msgid "Bullet style" msgstr "Stil der Gliederungspunkte" -#: ../src/richtext/richtextformatdlg.cpp:342 +#: ../src/richtext/richtextformatdlg.cpp:363 msgid "Bullets" msgstr "Gliederungspunkte" @@ -1520,7 +1559,7 @@ msgid "COMMAND" msgstr "BEFEHL" -#: ../src/richtext/richtextfontpage.cpp:291 +#: ../src/richtext/richtextfontpage.cpp:282 msgid "Ca&pitals" msgstr "Ka&pitalien" @@ -1552,7 +1591,7 @@ msgid "Can't create thread" msgstr "Kann Thread nicht erzeugen" -#: ../src/msw/window.cpp:3793 +#: ../src/msw/window.cpp:3787 #, c-format msgid "Can't create window of class %s" msgstr "Kann kein Fenster der Klasse '%s' anlegen." @@ -1605,7 +1644,7 @@ msgid "Can't initialize zlib inflate stream." msgstr "Kann das komprimieren der zlib-Daten nicht initialisieren" -#: ../src/msw/fswatcher.cpp:432 +#: ../src/msw/fswatcher.cpp:456 #, c-format msgid "Can't monitor non-existent directory \"%s\" for changes." msgstr "" @@ -1678,13 +1717,13 @@ msgid "Cannot create mutex." msgstr "Kann Mutex nicht anlegen." -#: ../src/osx/carbon/dataview.cpp:895 +#: ../src/osx/carbon/dataview.cpp:893 msgid "Cannot create new column's ID. Probably max. number of columns reached." msgstr "" "Es können keine neuen ID Zeilen angelegt werden. Warscheinlich ist die " "maximale Anzahl an Zeilen erreicht." -#: ../src/common/filefn.cpp:1336 +#: ../src/common/filefn.cpp:1328 #, c-format msgid "Cannot enumerate files '%s'" msgstr "Kann Dateien '%s' nicht auflisten" @@ -1703,21 +1742,21 @@ msgid "Cannot find the location of address book file" msgstr "Kann Adressbuchdatei nicht finden" -#: ../src/msw/ole/automtn.cpp:562 +#: ../src/msw/ole/automtn.cpp:565 #, c-format msgid "Cannot get an active instance of \"%s\"" msgstr "Kann kein aktives Exemplar von \"%s\" bekommen" -#: ../src/unix/threadpsx.cpp:1030 +#: ../src/unix/threadpsx.cpp:1035 #, c-format msgid "Cannot get priority range for scheduling policy %d." msgstr "Kein Prioritätsbereich für Scheduling-Verfahren %d ermittelbar." -#: ../src/unix/utilsunx.cpp:988 +#: ../src/unix/utilsunx.cpp:998 msgid "Cannot get the hostname" msgstr "Hostnamen nicht ermittelbar" -#: ../src/unix/utilsunx.cpp:1024 +#: ../src/unix/utilsunx.cpp:1034 msgid "Cannot get the official hostname" msgstr "Offizieller Hostname nicht ermittelbar" @@ -1729,7 +1768,7 @@ msgid "Cannot initialize OLE" msgstr "Kann OLE nicht initialisieren" -#: ../src/common/socket.cpp:847 +#: ../src/common/socket.cpp:852 msgid "Cannot initialize sockets" msgstr "Kann Sockets nicht initialisieren" @@ -1777,7 +1816,7 @@ msgid "Cannot open resources file '%s'." msgstr "Kann die Ressourcendatei '%s' nicht öffnen." -#: ../src/html/helpwnd.cpp:1537 +#: ../src/html/helpwnd.cpp:1548 msgid "Cannot print empty page." msgstr "Leere Seite kann nicht gedruckt werden." @@ -1791,12 +1830,12 @@ msgid "Cannot resume thread %lu" msgstr "Kann Thread %lu nicht fortsetzen." -#: ../src/msw/thread.cpp:923 +#: ../src/msw/thread.cpp:918 #, c-format msgid "Cannot resume thread %lx" msgstr "Kann Thread %lx nicht fortsetzen" -#: ../src/unix/threadpsx.cpp:1011 +#: ../src/unix/threadpsx.cpp:1016 msgid "Cannot retrieve thread scheduling policy." msgstr "Kann Scheduling-Verfahren der Threads nicht ermitteln" @@ -1814,16 +1853,16 @@ msgid "Cannot suspend thread %lu" msgstr "Kann Thread %lu nicht anhalten." -#: ../src/msw/thread.cpp:907 -#, fuzzy, c-format +#: ../src/msw/thread.cpp:902 +#, c-format msgid "Cannot suspend thread %lx" msgstr "Kann Thread %lx nicht anhalten." -#: ../src/msw/thread.cpp:830 +#: ../src/msw/thread.cpp:825 msgid "Cannot wait for thread termination" msgstr "Kann nicht auf Threadende warten" -#: ../src/html/helpwnd.cpp:546 +#: ../src/html/helpwnd.cpp:547 msgid "Case sensitive" msgstr "Groß-/Kleinschreibung" @@ -1831,7 +1870,7 @@ msgid "Categorized Mode" msgstr "Bestimmter Modus" -#: ../src/richtext/richtextbuffer.cpp:9347 +#: ../src/richtext/richtextbuffer.cpp:9748 msgid "Cell Properties" msgstr "Zelleneigenschaften" @@ -1853,7 +1892,7 @@ msgstr "Zentraleuropäisch (ISO-8859-2)" #: ../src/richtext/richtextliststylepage.cpp:250 -#: ../src/richtext/richtextbulletspage.cpp:200 +#: ../src/richtext/richtextbulletspage.cpp:187 msgid "Centre" msgstr "Zentriert" @@ -1869,24 +1908,24 @@ msgstr "Zentriert" #: ../src/richtext/richtextliststylepage.cpp:280 -#: ../src/richtext/richtextbulletspage.cpp:232 +#: ../src/richtext/richtextbulletspage.cpp:219 msgid "Ch&oose..." msgstr "Wä&hle..." -#: ../src/richtext/richtextbuffer.cpp:4041 +#: ../src/richtext/richtextbuffer.cpp:4242 msgid "Change List Style" msgstr "Ändere den Stil der Liste" -#: ../src/richtext/richtextbuffer.cpp:3392 +#: ../src/richtext/richtextbuffer.cpp:3604 msgid "Change Object Style" msgstr "Ändere den Stil des Objektes" -#: ../src/richtext/richtextbuffer.cpp:3658 -#: ../src/richtext/richtextbuffer.cpp:7749 +#: ../src/richtext/richtextbuffer.cpp:3870 +#: ../src/richtext/richtextbuffer.cpp:8003 msgid "Change Properties" msgstr "Ändere Eigenschaften" -#: ../src/richtext/richtextbuffer.cpp:3209 +#: ../src/richtext/richtextbuffer.cpp:3421 msgid "Change Style" msgstr "Ändere Stil" @@ -1903,34 +1942,46 @@ #: ../src/richtext/richtextliststylepage.cpp:224 #: ../src/richtext/richtextliststylepage.cpp:226 -#: ../src/richtext/richtextbulletspage.cpp:174 -#: ../src/richtext/richtextbulletspage.cpp:176 +#: ../src/richtext/richtextbulletspage.cpp:161 +#: ../src/richtext/richtextbulletspage.cpp:163 msgid "Check to add a period after the bullet." msgstr "Klicken um einen Punkt nach dem Gliederungspunkt hinzuzufügen." #: ../src/richtext/richtextliststylepage.cpp:238 #: ../src/richtext/richtextliststylepage.cpp:240 -#: ../src/richtext/richtextbulletspage.cpp:188 -#: ../src/richtext/richtextbulletspage.cpp:190 +#: ../src/richtext/richtextbulletspage.cpp:175 +#: ../src/richtext/richtextbulletspage.cpp:177 msgid "Check to add a right parenthesis." msgstr "Klicken um eine schließende Klammer hinzuzufügen." +#: ../src/richtext/richtextborderspage.cpp:385 +#: ../src/richtext/richtextborderspage.cpp:387 +#: ../src/richtext/richtextborderspage.cpp:554 +#: ../src/richtext/richtextborderspage.cpp:556 +msgid "Check to edit all borders simultaneously." +msgstr "Markieren um alle Ecken gleichzeitig anzupassen." + #: ../src/richtext/richtextliststylepage.cpp:231 #: ../src/richtext/richtextliststylepage.cpp:233 -#: ../src/richtext/richtextbulletspage.cpp:181 -#: ../src/richtext/richtextbulletspage.cpp:183 +#: ../src/richtext/richtextbulletspage.cpp:168 +#: ../src/richtext/richtextbulletspage.cpp:170 msgid "Check to enclose the bullet in parentheses." msgstr "Klicken um den Gliederungspunkt in Klammern zu setzen." -#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 +#: ../src/richtext/richtextfontpage.cpp:315 +#: ../src/richtext/richtextfontpage.cpp:317 +msgid "Check to indicate right-to-left text layout." +msgstr "Markieren um rechts-nach-links-Textausrichtung zu aktivieren." + +#: ../src/osx/carbon/fontdlg.cpp:526 ../src/osx/carbon/fontdlg.cpp:528 msgid "Check to make the font bold." msgstr "Klicken um die Schriftart auf fett zu stellen." -#: ../src/osx/carbon/fontdlg.cpp:549 ../src/osx/carbon/fontdlg.cpp:551 +#: ../src/osx/carbon/fontdlg.cpp:533 ../src/osx/carbon/fontdlg.cpp:535 msgid "Check to make the font italic." msgstr "Klicken um die Schriftart auf kursiv zu stellen." -#: ../src/osx/carbon/fontdlg.cpp:558 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 msgid "Check to make the font underlined." msgstr "Klicken um die Schriftart auf unterstrichen zu stellen." @@ -1939,40 +1990,45 @@ msgid "Check to restart numbering." msgstr "Klicken um die Nummerierung neu zu starten" -#: ../src/richtext/richtextfontpage.cpp:286 -#: ../src/richtext/richtextfontpage.cpp:288 +#: ../src/richtext/richtextfontpage.cpp:277 +#: ../src/richtext/richtextfontpage.cpp:279 msgid "Check to show a line through the text." msgstr "Klicken um eine Linie durch den Text zu ziehen." -#: ../src/richtext/richtextfontpage.cpp:293 -#: ../src/richtext/richtextfontpage.cpp:295 +#: ../src/richtext/richtextfontpage.cpp:284 +#: ../src/richtext/richtextfontpage.cpp:286 msgid "Check to show the text in capitals." msgstr "Markieren um den Text in Großbuchstaben anzuzeigen." -#: ../src/richtext/richtextfontpage.cpp:300 -#: ../src/richtext/richtextfontpage.cpp:302 +#: ../src/richtext/richtextfontpage.cpp:291 +#: ../src/richtext/richtextfontpage.cpp:293 msgid "Check to show the text in small capitals." msgstr "Markieren um den Text in Kapitälchen darzustellen." -#: ../src/richtext/richtextfontpage.cpp:314 -#: ../src/richtext/richtextfontpage.cpp:316 +#: ../src/richtext/richtextfontpage.cpp:305 +#: ../src/richtext/richtextfontpage.cpp:307 msgid "Check to show the text in subscript." msgstr "Klicken um den Text tiefgestellt anzuzeigen." -#: ../src/richtext/richtextfontpage.cpp:307 -#: ../src/richtext/richtextfontpage.cpp:309 +#: ../src/richtext/richtextfontpage.cpp:298 +#: ../src/richtext/richtextfontpage.cpp:300 msgid "Check to show the text in superscript." msgstr "Klicken um den Text hochgestellt anzuzeigen." +#: ../src/richtext/richtextfontpage.cpp:322 +#: ../src/richtext/richtextfontpage.cpp:324 +msgid "Check to suppress hyphenation." +msgstr "Markieren um Silbentrennung zu unterdrücken." + #: ../src/msw/dialup.cpp:784 msgid "Choose ISP to dial" msgstr "Wähle anzuwählenden ISP" -#: ../src/propgrid/props.cpp:1643 +#: ../src/propgrid/props.cpp:1654 msgid "Choose a directory:" msgstr "Verzeichnis wählen:" -#: ../src/propgrid/props.cpp:1702 +#: ../src/propgrid/props.cpp:1713 msgid "Choose a file" msgstr "Datei wählen" @@ -1994,7 +2050,7 @@ msgid "Cl&ose" msgstr "Schließen" -#: ../src/msw/ole/automtn.cpp:673 +#: ../src/msw/ole/automtn.cpp:687 msgid "Class not registered." msgstr "Klasse nicht registriert." @@ -2013,12 +2069,12 @@ #: ../src/richtext/richtextliststylepage.cpp:281 #: ../src/richtext/richtextliststylepage.cpp:283 -#: ../src/richtext/richtextbulletspage.cpp:233 -#: ../src/richtext/richtextbulletspage.cpp:235 +#: ../src/richtext/richtextbulletspage.cpp:220 +#: ../src/richtext/richtextbulletspage.cpp:222 msgid "Click to browse for a symbol." msgstr "Klicken um nach einem Symbol zu navigieren." -#: ../src/osx/carbon/fontdlg.cpp:589 ../src/osx/carbon/fontdlg.cpp:591 +#: ../src/osx/carbon/fontdlg.cpp:573 ../src/osx/carbon/fontdlg.cpp:575 msgid "Click to cancel changes to the font." msgstr "Klicken um die Änderungen der Schriftart zu verwerfen." @@ -2026,17 +2082,17 @@ msgid "Click to cancel the font selection." msgstr "Klicken um Wahl der Schriftart abzubrechen." -#: ../src/osx/carbon/fontdlg.cpp:570 ../src/osx/carbon/fontdlg.cpp:572 +#: ../src/osx/carbon/fontdlg.cpp:554 ../src/osx/carbon/fontdlg.cpp:556 msgid "Click to change the font colour." msgstr "Klicken um die Farbe der Schriftart zu ändern." -#: ../src/richtext/richtextfontpage.cpp:276 -#: ../src/richtext/richtextfontpage.cpp:278 +#: ../src/richtext/richtextfontpage.cpp:267 +#: ../src/richtext/richtextfontpage.cpp:269 msgid "Click to change the text background colour." msgstr "Klicken um die Hintergrundfarbe des Textes zu ändern." -#: ../src/richtext/richtextfontpage.cpp:263 -#: ../src/richtext/richtextfontpage.cpp:265 +#: ../src/richtext/richtextfontpage.cpp:254 +#: ../src/richtext/richtextfontpage.cpp:256 msgid "Click to change the text colour." msgstr "Klicken um die Textfarbe zu ändern." @@ -2050,7 +2106,7 @@ msgid "Click to close this window." msgstr "Klicken um dieses Fenster zu schließen." -#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:598 +#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 msgid "Click to confirm changes to the font." msgstr "Klicken um die Änderungen der Schriftart zu bestätigen." @@ -2079,13 +2135,13 @@ msgid "Click to create a new paragraph style." msgstr "Klicken um einen neuen Absatzstil zu erzeugen." -#: ../src/richtext/richtexttabspage.cpp:137 -#: ../src/richtext/richtexttabspage.cpp:139 +#: ../src/richtext/richtexttabspage.cpp:133 +#: ../src/richtext/richtexttabspage.cpp:135 msgid "Click to create a new tab position." msgstr "Klicken um eine neue Tabulatorposition zu erzeugen." -#: ../src/richtext/richtexttabspage.cpp:149 -#: ../src/richtext/richtexttabspage.cpp:151 +#: ../src/richtext/richtexttabspage.cpp:145 +#: ../src/richtext/richtexttabspage.cpp:147 msgid "Click to delete all tab positions." msgstr "Klicken um alle Tabulatorpositionen zu löschen." @@ -2094,8 +2150,8 @@ msgid "Click to delete the selected style." msgstr "Klicken um den ausgewählten Stil zu löschen." -#: ../src/richtext/richtexttabspage.cpp:143 -#: ../src/richtext/richtexttabspage.cpp:145 +#: ../src/richtext/richtexttabspage.cpp:139 +#: ../src/richtext/richtexttabspage.cpp:141 msgid "Click to delete the selected tab position." msgstr "Klicken um die ausgewählte Tabulatorposition zu löschen." @@ -2133,7 +2189,7 @@ msgid "Color" msgstr "Farbe" -#: ../src/richtext/richtextformatdlg.cpp:725 +#: ../src/richtext/richtextformatdlg.cpp:781 msgid "Colour" msgstr "Farbe" @@ -2142,27 +2198,27 @@ msgid "Colour selection dialog failed with error %0lx." msgstr "Farbauswahldialog schlug mit Fehler %0lx fehl." -#: ../src/osx/carbon/fontdlg.cpp:566 +#: ../src/osx/carbon/fontdlg.cpp:550 msgid "Colour:" msgstr "Farbe:" -#: ../src/osx/carbon/dataview.cpp:900 +#: ../src/osx/carbon/dataview.cpp:898 msgid "Column could not be added." msgstr "Zeile konnte nicht hinzugefügt werden." -#: ../src/osx/carbon/dataview.cpp:899 +#: ../src/osx/carbon/dataview.cpp:897 msgid "Column description could not be initialized." msgstr "Zeilenbeschreibung konnte nicht installiert werden." -#: ../src/osx/carbon/dataview.cpp:1538 ../src/osx/carbon/dataview.cpp:1559 +#: ../src/osx/carbon/dataview.cpp:1536 ../src/osx/carbon/dataview.cpp:1557 msgid "Column index not found." msgstr "Zeilenindex nicht gefunden." -#: ../src/osx/carbon/dataview.cpp:1614 +#: ../src/osx/carbon/dataview.cpp:1612 msgid "Column width could not be determined" msgstr "Zeilenbreite kann nicht bestimmt werden" -#: ../src/osx/carbon/dataview.cpp:901 +#: ../src/osx/carbon/dataview.cpp:899 msgid "Column width could not be set." msgstr "Zeilenbreite kann nicht gesetzt werden." @@ -2180,7 +2236,7 @@ msgid "Common dialog failed with error code %0lx." msgstr "Allgemeiner Dialog schlug fehl mit dem Fehlercode %0lx." -#: ../src/gtk/window.cpp:4306 +#: ../src/gtk/window.cpp:4345 msgid "" "Compositing not supported by this system, please enable it in your Window " "Manager." @@ -2188,7 +2244,7 @@ "Zusammenfügen wird nicht durch dieses System unterstützt, bitte über den " "Fenster Manager einstellen." -#: ../src/html/helpwnd.cpp:1554 +#: ../src/html/helpwnd.cpp:1565 msgid "Compressed HTML Help file (*.chm)|*.chm|" msgstr "Komprimierte HTML-Hilfedatei (*.chm)|*.chm|" @@ -2206,19 +2262,19 @@ msgid "Confirm" msgstr "Bestätigen" -#: ../src/msw/mimetype.cpp:739 +#: ../src/msw/mimetype.cpp:715 msgid "Confirm registry update" msgstr "Aktualisierung der Registry bestätigen" -#: ../src/html/htmlwin.cpp:544 +#: ../src/html/htmlwin.cpp:557 msgid "Connecting..." msgstr "Verbinde..." -#: ../src/html/helpwnd.cpp:482 +#: ../src/html/helpwnd.cpp:483 msgid "Contents" msgstr "Inhalte" -#: ../src/common/strconv.cpp:2261 +#: ../src/common/strconv.cpp:2271 #, c-format msgid "Conversion to charset '%s' doesn't work." msgstr "Konvertierung zum Zeichensatz '%s' funktioniert nicht." @@ -2227,7 +2283,7 @@ msgid "Convert" msgstr "Konvertieren" -#: ../src/html/htmlwin.cpp:1057 +#: ../src/html/htmlwin.cpp:1070 #, c-format msgid "Copied to clipboard:\"%s\"" msgstr "In Zwischenablage kopiert:\"%s\"" @@ -2244,24 +2300,33 @@ msgid "Copy selection" msgstr "Auswahl kopieren" +#: ../src/richtext/richtextborderspage.cpp:569 +#: ../src/richtext/richtextborderspage.cpp:604 +msgid "Corner" +msgstr "Ecke" + +#: ../src/richtext/richtextborderspage.cpp:578 +msgid "Corner &radius:" +msgstr "Eck&radius:" + #: ../src/html/chm.cpp:718 #, c-format msgid "Could not create temporary file '%s'" msgstr "Konnte temporäre Datei %s nicht erzeugen" -#: ../src/osx/carbon/dataview.cpp:1285 ../src/osx/carbon/dataview.cpp:1672 +#: ../src/osx/carbon/dataview.cpp:1283 ../src/osx/carbon/dataview.cpp:1670 msgid "Could not determine column index." msgstr "Konnte Zeilenindex nicht bestimmen." -#: ../src/osx/carbon/dataview.cpp:876 +#: ../src/osx/carbon/dataview.cpp:874 msgid "Could not determine column's position" msgstr "Zeilenposition kann nicht bestimmt werden" -#: ../src/osx/carbon/dataview.cpp:843 +#: ../src/osx/carbon/dataview.cpp:841 msgid "Could not determine number of columns." msgstr "Anzahl an Zeilen konnte nicht ermittelt werden." -#: ../src/osx/carbon/dataview.cpp:975 +#: ../src/osx/carbon/dataview.cpp:973 msgid "Could not determine number of items" msgstr "Konnte Anzahl der Elemente nicht bestimmen" @@ -2274,21 +2339,21 @@ msgid "Could not find tab for id" msgstr "Konnte Seite für ID nicht finden" -#: ../src/osx/carbon/dataview.cpp:2556 ../src/osx/carbon/dataview.cpp:2591 -#: ../src/osx/carbon/dataview.cpp:2615 ../src/osx/carbon/dataview.cpp:2636 -#: ../src/osx/carbon/dataview.cpp:2773 +#: ../src/osx/carbon/dataview.cpp:2554 ../src/osx/carbon/dataview.cpp:2589 +#: ../src/osx/carbon/dataview.cpp:2613 ../src/osx/carbon/dataview.cpp:2634 +#: ../src/osx/carbon/dataview.cpp:2771 msgid "Could not get header description." msgstr "Konnte Kopfzeilenbeschreibung nicht erhalten." -#: ../src/osx/carbon/dataview.cpp:1169 ../src/osx/carbon/dataview.cpp:1195 +#: ../src/osx/carbon/dataview.cpp:1167 ../src/osx/carbon/dataview.cpp:1193 msgid "Could not get items." msgstr "Konnte die Elemente nicht erhalten." -#: ../src/osx/carbon/dataview.cpp:2659 ../src/osx/carbon/dataview.cpp:2724 +#: ../src/osx/carbon/dataview.cpp:2657 ../src/osx/carbon/dataview.cpp:2722 msgid "Could not get property flags." msgstr "Konnte die Eigenschaftsflags nicht erhalten." -#: ../src/osx/carbon/dataview.cpp:726 +#: ../src/osx/carbon/dataview.cpp:724 msgid "Could not get selected items." msgstr "Konnte die ausgewählten Elemente nicht erhalten." @@ -2297,43 +2362,43 @@ msgid "Could not locate file '%s'." msgstr "Konnte Datei %s nicht finden." -#: ../src/osx/carbon/dataview.cpp:845 +#: ../src/osx/carbon/dataview.cpp:843 msgid "Could not remove column." msgstr "Konnte die Zeile nicht entfernen." -#: ../src/osx/carbon/dataview.cpp:642 +#: ../src/osx/carbon/dataview.cpp:640 msgid "Could not retrieve number of items" msgstr "Konnte die Anzahl der Elemente nicht erhalten." -#: ../src/osx/carbon/dataview.cpp:2572 +#: ../src/osx/carbon/dataview.cpp:2570 msgid "Could not set alignment." msgstr "Konnte die Ausrichtung nicht setzen." -#: ../src/osx/carbon/dataview.cpp:2803 +#: ../src/osx/carbon/dataview.cpp:2801 msgid "Could not set column width." msgstr "Konnte die Zeilenbreite nicht setzen." -#: ../src/common/filefn.cpp:1569 +#: ../src/common/filefn.cpp:1554 msgid "Could not set current working directory" msgstr "Konnte das Arbeitsverzeichnis nicht setzen" -#: ../src/osx/carbon/dataview.cpp:2775 +#: ../src/osx/carbon/dataview.cpp:2773 msgid "Could not set header description." msgstr "Konnte die Kopfzeilenbeschreibung nicht setzen." -#: ../src/osx/carbon/dataview.cpp:2596 +#: ../src/osx/carbon/dataview.cpp:2594 msgid "Could not set icon." msgstr "Konnte Sinnbild nicht setzen." -#: ../src/osx/carbon/dataview.cpp:2617 +#: ../src/osx/carbon/dataview.cpp:2615 msgid "Could not set maximum width." msgstr "Konnte die maximale Breite nicht setzen." -#: ../src/osx/carbon/dataview.cpp:2638 +#: ../src/osx/carbon/dataview.cpp:2636 msgid "Could not set minimum width." msgstr "Minimale Breite kann nicht gesetzt werden." -#: ../src/osx/carbon/dataview.cpp:2664 ../src/osx/carbon/dataview.cpp:2729 +#: ../src/osx/carbon/dataview.cpp:2662 ../src/osx/carbon/dataview.cpp:2727 msgid "Could not set property flags." msgstr "Konnte Eigenschaftsflag nicht setzen." @@ -2354,8 +2419,8 @@ msgid "Couldn't acquire a mutex lock" msgstr "Konnte Mutex-Sperre nicht bekommen" -#: ../src/msw/imaglist.cpp:166 ../src/msw/imaglist.cpp:197 -#: ../src/msw/imaglist.cpp:209 ../src/msw/dragimag.cpp:193 +#: ../src/msw/imaglist.cpp:189 ../src/msw/imaglist.cpp:226 +#: ../src/msw/imaglist.cpp:238 ../src/msw/dragimag.cpp:193 #: ../src/msw/dragimag.cpp:232 msgid "Couldn't add an image to the image list." msgstr "Kann Bild nicht zur Liste hinzufügen." @@ -2377,11 +2442,11 @@ msgid "Couldn't find symbol '%s' in a dynamic library" msgstr "Kann Symbol '%s' in der dynamischen Bibliothek nicht finden" -#: ../src/gtk/print.cpp:2014 +#: ../src/gtk/print.cpp:2010 msgid "Couldn't get hatch style from wxBrush." msgstr "Konnte den Schraffurstil von wxBrush nicht erfragen." -#: ../src/msw/thread.cpp:950 +#: ../src/msw/thread.cpp:945 msgid "Couldn't get the current thread pointer" msgstr "Kann den aktuellen Threadzeiger nicht bekommen." @@ -2413,7 +2478,7 @@ msgid "Couldn't open audio: %s" msgstr "Fehler beim Öffnen der Audiodatei: %s" -#: ../src/msw/ole/dataobj.cpp:350 +#: ../src/msw/ole/dataobj.cpp:377 #, c-format msgid "Couldn't register clipboard format '%s'." msgstr "Konnte Zwischenablage-Format '%s' nicht registrieren." @@ -2454,8 +2519,8 @@ msgid "Ctrl+" msgstr "Strg+" -#: ../src/richtext/richtextctrl.cpp:325 ../src/osx/textctrl_osx.cpp:582 -#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2283 +#: ../src/richtext/richtextctrl.cpp:331 ../src/osx/textctrl_osx.cpp:582 +#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2334 msgid "Cu&t" msgstr "Ausschneiden" @@ -2503,23 +2568,23 @@ msgid "DELETE" msgstr "ENTFERNEN" -#: ../src/common/imagbmp.cpp:1092 +#: ../src/common/imagbmp.cpp:1090 msgid "DIB Header: Encoding doesn't match bitdepth." msgstr "DIB-Header: Kodierung entspricht nicht der Bittiefe." -#: ../src/common/imagbmp.cpp:1040 +#: ../src/common/imagbmp.cpp:1038 msgid "DIB Header: Image height > 32767 pixels for file." msgstr "DIB-Header: Bildhöhe > 32767 pixels." -#: ../src/common/imagbmp.cpp:1032 +#: ../src/common/imagbmp.cpp:1030 msgid "DIB Header: Image width > 32767 pixels for file." msgstr "DIB-Header: Bildbreite > 32767 pixels." -#: ../src/common/imagbmp.cpp:1060 +#: ../src/common/imagbmp.cpp:1058 msgid "DIB Header: Unknown bitdepth in file." msgstr "DIB-Header: Unbekannte Bittiefe." -#: ../src/common/imagbmp.cpp:1074 +#: ../src/common/imagbmp.cpp:1072 msgid "DIB Header: Unknown encoding in file." msgstr "DIB-Header: Unbekannte Kodierung." @@ -2535,15 +2600,15 @@ msgid "DOWN" msgstr "RUNTER" -#: ../src/richtext/richtextborderspage.cpp:545 +#: ../src/richtext/richtextborderspage.cpp:616 msgid "Dashed" msgstr "Gestrichelt" -#: ../src/osx/carbon/dataview.cpp:1921 +#: ../src/osx/carbon/dataview.cpp:1919 msgid "Data object has invalid data format" msgstr "Dateiobjekt hat ein ungültiges Dateiformat" -#: ../src/osx/carbon/dataview.cpp:2491 +#: ../src/osx/carbon/dataview.cpp:2489 msgid "Date renderer cannot render value; value type: " msgstr "Datums Renderer kann den Wert nicht darstellen; Wert Typ:" @@ -2576,30 +2641,28 @@ msgid "Default printer" msgstr "Standarddrucker" -#: ../src/richtext/richtextbuffer.cpp:7841 ../src/common/stockitem.cpp:152 +#: ../src/richtext/richtextbuffer.cpp:8095 ../src/common/stockitem.cpp:152 #: ../src/stc/stc_i18n.cpp:20 msgid "Delete" msgstr "Löschen" -#: ../src/richtext/richtexttabspage.cpp:148 +#: ../src/richtext/richtexttabspage.cpp:144 msgid "Delete A&ll" msgstr "A&lles löschen" -#: ../src/richtext/richtextbuffer.cpp:10637 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:11105 msgid "Delete Column" msgstr "Spalte löschen" -#: ../src/richtext/richtextbuffer.cpp:10587 -#, fuzzy +#: ../src/richtext/richtextbuffer.cpp:11055 msgid "Delete Row" msgstr "Zeile löschen" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 msgid "Delete Style" msgstr "Stil löschen" -#: ../src/richtext/richtextctrl.cpp:1231 ../src/richtext/richtextctrl.cpp:1452 +#: ../src/richtext/richtextctrl.cpp:1306 ../src/richtext/richtextctrl.cpp:1544 msgid "Delete Text" msgstr "Text löschen" @@ -2611,12 +2674,12 @@ msgid "Delete selection" msgstr "Auswahl löschen" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, c-format msgid "Delete style %s?" msgstr "Stil %s löschen?" -#: ../src/unix/snglinst.cpp:295 +#: ../src/unix/snglinst.cpp:301 #, c-format msgid "Deleted stale lock file '%s'." msgstr "Ungenutzte Sperr-Datei '%s' wurde gelöscht." @@ -2651,7 +2714,7 @@ "(Remote Access Service) auf dieser Maschine nicht installiert ist. Bitte " "installieren." -#: ../src/generic/tipdlg.cpp:230 +#: ../src/generic/tipdlg.cpp:225 msgid "Did you know..." msgstr "Wussten Sie schon..." @@ -2664,12 +2727,12 @@ msgid "Directories" msgstr "Verzeichnisse" -#: ../src/common/filefn.cpp:1251 +#: ../src/common/filefn.cpp:1243 #, c-format msgid "Directory '%s' couldn't be created" msgstr "Verzeichnis '%s' konnte nicht angelegt werden." -#: ../src/common/filefn.cpp:1271 +#: ../src/common/filefn.cpp:1263 #, c-format msgid "Directory '%s' couldn't be deleted" msgstr "Verzeichnis '%s' konnte nicht gelöscht werden." @@ -2686,7 +2749,7 @@ msgid "Discard changes and reload the last saved version?" msgstr "Änderungen verwerfen und letzte gesicherte Version laden?" -#: ../src/html/helpwnd.cpp:512 +#: ../src/html/helpwnd.cpp:513 msgid "" "Display all index items that contain given substring. Search is case " "insensitive." @@ -2694,17 +2757,17 @@ "Zeige alle Indexelemente an, die den gegebenen Suchbegriff enthalten. Groß-/" "Kleinschreibung wird nicht beachtet." -#: ../src/html/helpwnd.cpp:692 +#: ../src/html/helpwnd.cpp:693 msgid "Display options dialog" msgstr "Einstellungen-Dialog anzeigen" -#: ../src/html/helpwnd.cpp:326 +#: ../src/html/helpwnd.cpp:327 msgid "Displays help as you browse the books on the left." msgstr "" "Anzeigen bieten Unterstützung beim Navigieren der Bücher auf der linken " "Seite." -#: ../src/msw/mimetype.cpp:732 +#: ../src/msw/mimetype.cpp:708 msgid "" "Do you want to overwrite the command used to %s files with extension \"%s" "\" ?\n" @@ -2737,11 +2800,11 @@ msgid "Documentation writers" msgstr "Autoren der Dokumentation" -#: ../src/common/sizer.cpp:2680 +#: ../src/common/sizer.cpp:2684 msgid "Don't Save" msgstr "Nicht speichern" -#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:611 +#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:624 msgid "Done" msgstr "Fertig" @@ -2749,11 +2812,11 @@ msgid "Done." msgstr "Fertig." -#: ../src/richtext/richtextborderspage.cpp:544 +#: ../src/richtext/richtextborderspage.cpp:615 msgid "Dotted" msgstr "Gepunktet" -#: ../src/richtext/richtextborderspage.cpp:546 +#: ../src/richtext/richtextborderspage.cpp:617 msgid "Double" msgstr "Verdoppeln" @@ -2770,7 +2833,7 @@ msgid "Down" msgstr "Herunter" -#: ../src/richtext/richtextctrl.cpp:814 +#: ../src/richtext/richtextctrl.cpp:848 msgid "Drag" msgstr "Freigeben" @@ -2786,7 +2849,7 @@ msgid "ENTER" msgstr "EINGABE" -#: ../src/unix/fswatcher_inotify.cpp:535 +#: ../src/unix/fswatcher_inotify.cpp:548 msgid "EOF while reading from inotify descriptor" msgstr "EOF beim Lesen vom inotify Bezeichner" @@ -2851,23 +2914,23 @@ msgid "Enables a background colour." msgstr "Ermöglicht eine Hintergrundfarbe." -#: ../src/richtext/richtextstyledlg.cpp:931 +#: ../src/richtext/richtextstyledlg.cpp:934 msgid "Enter a box style name" msgstr "Einen Box Stilnamen eingeben" -#: ../src/richtext/richtextstyledlg.cpp:603 +#: ../src/richtext/richtextstyledlg.cpp:606 msgid "Enter a character style name" msgstr "Eingabe eines Zeichenstils" -#: ../src/richtext/richtextstyledlg.cpp:817 +#: ../src/richtext/richtextstyledlg.cpp:820 msgid "Enter a list style name" msgstr "Eingabe eines Listenstils" -#: ../src/richtext/richtextstyledlg.cpp:890 +#: ../src/richtext/richtextstyledlg.cpp:893 msgid "Enter a new style name" msgstr "Einen neuen Stilnamen eingeben" -#: ../src/richtext/richtextstyledlg.cpp:651 +#: ../src/richtext/richtextstyledlg.cpp:654 msgid "Enter a paragraph style name" msgstr "Eingabe eines Absatzstils" @@ -2913,11 +2976,11 @@ msgid "Error creating directory" msgstr "Fehler beim Anlegen des Verzeichnisses" -#: ../src/common/imagbmp.cpp:1103 +#: ../src/common/imagbmp.cpp:1101 msgid "Error in reading image DIB." msgstr "Fehler beim Lesen des DIB-Bildes." -#: ../src/propgrid/propgrid.cpp:6563 +#: ../src/propgrid/propgrid.cpp:6550 #, c-format msgid "Error in resource: %s" msgstr "Fehler in der Ressource: %s" @@ -2946,10 +3009,6 @@ msgid "Estimated time:" msgstr "Geschätzte Zeit:" -#: ../src/unix/fswatcher_inotify.cpp:639 -msgid "Event queue overflowed" -msgstr "Überlauf der Ereigniswarteschlange" - #: ../src/generic/dbgrptg.cpp:234 msgid "Executable files (*.exe)|*.exe|" msgstr "Ausführbare Dateien (*.exe)|*.exe|" @@ -2958,7 +3017,7 @@ msgid "Execute" msgstr "Ausführen" -#: ../src/msw/utilsexc.cpp:888 +#: ../src/msw/utilsexc.cpp:887 #, c-format msgid "Execution of command '%s' failed" msgstr "Befehlsausführung '%s' schlug fehl" @@ -2993,7 +3052,7 @@ msgid "F" msgstr "F" -#: ../src/propgrid/advprops.cpp:640 +#: ../src/propgrid/advprops.cpp:641 msgid "Face Name" msgstr "Schriftartname" @@ -3015,7 +3074,7 @@ msgid "Failed to allocate colour for OpenGL" msgstr "Anforderung von Farbe für OpenGL gescheitert" -#: ../src/unix/displayx11.cpp:288 +#: ../src/unix/displayx11.cpp:292 msgid "Failed to change video mode" msgstr "Änderung des Video-Modus gescheitert" @@ -3033,7 +3092,7 @@ msgid "Failed to close file handle" msgstr "Konnte Datei-Handle nicht schließen." -#: ../src/unix/snglinst.cpp:334 +#: ../src/unix/snglinst.cpp:340 #, c-format msgid "Failed to close lock file '%s'" msgstr "Konnte Sperr-Datei '%s' nicht schließen" @@ -3075,7 +3134,7 @@ msgstr "" "Kopieren des Inhalts des Registrierungsschlüssels '%s' nach '%s' gescheitert" -#: ../src/common/filefn.cpp:1058 +#: ../src/common/filefn.cpp:1051 #, c-format msgid "Failed to copy the file '%s' to '%s'" msgstr "Konnte die Datei '%s' nicht nach '%s' kopieren" @@ -3089,19 +3148,19 @@ msgid "Failed to create DDE string" msgstr "Erstellung der DDE-Zeichenkette gescheitert" -#: ../src/msw/mdi.cpp:590 +#: ../src/msw/mdi.cpp:594 msgid "Failed to create MDI parent frame." msgstr "Erstellung des MDI-Hauptrahmens gescheitert." -#: ../src/common/filename.cpp:1080 +#: ../src/common/filename.cpp:1086 msgid "Failed to create a temporary file name" msgstr "Konnte keinen temporären Dateinamen erstellen." -#: ../src/msw/utilsexc.cpp:235 +#: ../src/msw/utilsexc.cpp:234 msgid "Failed to create an anonymous pipe" msgstr "Konnte keine anonyme Unix-Pipe erstellen" -#: ../src/msw/ole/automtn.cpp:522 +#: ../src/msw/ole/automtn.cpp:525 #, c-format msgid "Failed to create an instance of \"%s\"" msgstr "Erzeugen eines Exemplars von \"%s\" gescheitert." @@ -3133,7 +3192,7 @@ msgid "Failed to create epoll descriptor" msgstr "Epoll Beschreibungselement konnte nicht erzeugt werden" -#: ../src/msw/mimetype.cpp:198 +#: ../src/msw/mimetype.cpp:200 #, c-format msgid "Failed to create registry entry for '%s' files." msgstr "Konnte keinen Registrierungseintrag für '%s'-Dateien erstellen." @@ -3147,7 +3206,7 @@ msgid "Failed to create wake up pipe used by event loop." msgstr "Erzeugung der Weckleitung für die Ereignisschleife gescheitert." -#: ../src/html/winpars.cpp:739 +#: ../src/html/winpars.cpp:730 #, c-format msgid "Failed to display HTML document in %s encoding" msgstr "Konnte HTML-Dokument nicht in der Kodierung %s anzeigen" @@ -3156,7 +3215,7 @@ msgid "Failed to empty the clipboard." msgstr "Konnte Zwischenablage nicht leeren." -#: ../src/unix/displayx11.cpp:265 +#: ../src/unix/displayx11.cpp:266 msgid "Failed to enumerate video modes" msgstr "Auflisten der Video-Modi gescheitert" @@ -3178,7 +3237,7 @@ msgid "Failed to execute curl, please install it in PATH." msgstr "Konnte curl nicht starten, bitte im PATH installieren." -#: ../src/msw/ole/automtn.cpp:505 +#: ../src/msw/ole/automtn.cpp:508 #, c-format msgid "Failed to find CLSID of \"%s\"" msgstr "Konnte CLSID von '%s' nicht finden" @@ -3193,7 +3252,7 @@ msgid "Failed to get ISP names: %s" msgstr "Konnte ISP-Namen '%s' nicht ermitteln" -#: ../src/msw/ole/automtn.cpp:574 +#: ../src/msw/ole/automtn.cpp:577 #, c-format msgid "Failed to get OLE automation interface for \"%s\"" msgstr "Konnte die OLE Automatisierungsschnittstelle für \"%s\" nicht bekommen" @@ -3206,7 +3265,7 @@ msgid "Failed to get the local system time" msgstr "Versuch örtliche Systemzeit zu bekommen, fehlgeschlagen." -#: ../src/common/filefn.cpp:1453 +#: ../src/common/filefn.cpp:1445 msgid "Failed to get the working directory" msgstr "Konnte Arbeitsverzeichnis nicht ermitteln" @@ -3227,7 +3286,7 @@ msgid "Failed to initiate dialup connection: %s" msgstr "Versuch gescheitert, die Einwählverbindung einzuleiten: %s" -#: ../src/gtk/textctrl.cpp:1117 +#: ../src/gtk/textctrl.cpp:1129 msgid "Failed to insert text in the control." msgstr "Einfügen von Text in das Steuerelement fehlgeschlagen." @@ -3240,7 +3299,7 @@ msgid "Failed to install signal handler" msgstr "Konnte Signalbearbeitung nicht installieren" -#: ../src/unix/threadpsx.cpp:1162 +#: ../src/unix/threadpsx.cpp:1167 msgid "" "Failed to join a thread, potential memory leak detected - please restart the " "program" @@ -3312,7 +3371,7 @@ msgid "Failed to modify descriptor %d in epoll descriptor %d" msgstr "Wechsel von Beschreibung %d in Epoll beschreibung %d fehlgeschlagen" -#: ../src/common/filename.cpp:2681 +#: ../src/common/filename.cpp:2687 #, c-format msgid "Failed to modify file times for '%s'" msgstr "Konnte Zugriffszeit von Datei '%s' nicht ändern" @@ -3336,7 +3395,7 @@ msgid "Failed to open CHM archive '%s'." msgstr "CHM-Archiv '%s' lässt sich nicht öffnen." -#: ../src/common/utilscmn.cpp:1135 +#: ../src/common/utilscmn.cpp:1142 #, c-format msgid "Failed to open URL \"%s\" in default browser." msgstr "Konnte die URL \"%s\" nicht im voreingestellten Browser öffnen." @@ -3351,7 +3410,7 @@ msgid "Failed to open display \"%s\"." msgstr "Öffnen des Displays \"%s\" fehlgeschlagen." -#: ../src/common/filename.cpp:1115 +#: ../src/common/filename.cpp:1121 msgid "Failed to open temporary file." msgstr "Konnte temporäre Datei nicht öffnen." @@ -3359,7 +3418,7 @@ msgid "Failed to open the clipboard." msgstr "Konnte Zwischenablage nicht öffnen." -#: ../src/common/translation.cpp:1170 +#: ../src/common/translation.cpp:1171 #, c-format msgid "Failed to parse Plural-Forms: '%s'" msgstr "Analyse der Pluralformen fehlgeschlagen: '%s'" @@ -3398,7 +3457,7 @@ msgid "Failed to redirect child process input/output" msgstr "Umleitung der Ein-/Ausgabe des Unterprozesses gescheitert" -#: ../src/msw/utilsexc.cpp:697 +#: ../src/msw/utilsexc.cpp:696 msgid "Failed to redirect the child process IO" msgstr "Umleitung der Ein-/Ausgabe des Unterprozesses gescheitert" @@ -3418,7 +3477,7 @@ msgid "Failed to remove debug report file \"%s\"" msgstr "Konnte Fehlerberichtsdatei \"%s\" nicht entfernen." -#: ../src/unix/snglinst.cpp:322 +#: ../src/unix/snglinst.cpp:328 #, c-format msgid "Failed to remove lock file '%s'" msgstr "Konnte Sperr-Datei '%s' nicht löschen." @@ -3433,7 +3492,7 @@ msgid "Failed to rename registry value '%s' to '%s'." msgstr "Umbenennen des Registrieungswertes '%s' in '%s' gescheitert" -#: ../src/common/filefn.cpp:1168 +#: ../src/common/filefn.cpp:1161 #, c-format msgid "" "Failed to rename the file '%s' to '%s' because the destination file already " @@ -3451,7 +3510,7 @@ msgid "Failed to retrieve data from the clipboard." msgstr "Konnte Daten von der Zwischenablage nicht bekommen." -#: ../src/common/filename.cpp:2777 +#: ../src/common/filename.cpp:2783 #, c-format msgid "Failed to retrieve file times for '%s'" msgstr "Konnte Zugriffszeit von Datei '%s' nicht ermitteln" @@ -3501,22 +3560,22 @@ msgid "Failed to set temporary file permissions" msgstr "Konnte die Zugriffsrechte der temporären Datei nicht setzen" -#: ../src/gtk/textctrl.cpp:1058 +#: ../src/gtk/textctrl.cpp:1070 msgid "Failed to set text in the text control." msgstr "Setzen von Text in das Text-Steuerelement fehlgeschlagen." -#: ../src/unix/threadpsx.cpp:1293 +#: ../src/unix/threadpsx.cpp:1298 #, c-format msgid "Failed to set thread concurrency level to %lu" msgstr "" "Versuch gescheitert, die Thread-Nebenläufigkeit auf Stufe %lu zu setzen" -#: ../src/unix/threadpsx.cpp:1377 ../src/unix/threadpsx.cpp:1387 +#: ../src/unix/threadpsx.cpp:1382 ../src/unix/threadpsx.cpp:1392 #, c-format msgid "Failed to set thread priority %d." msgstr "Versuch gescheitert, die Thread-Priorität %d zu setzen." -#: ../src/unix/utilsunx.cpp:791 +#: ../src/unix/utilsunx.cpp:801 msgid "Failed to set up non-blocking pipe, the program might hang." msgstr "" "Das Erzeugen einer nicht blockierenden Pipe ist fehlgeschlagen, das Programm " @@ -3536,7 +3595,7 @@ msgstr "" "Fehlgeschlagen die aufweck Pipe in den nicht blockierenden Modus umzuschalten" -#: ../src/unix/threadpsx.cpp:1569 +#: ../src/unix/threadpsx.cpp:1574 msgid "Failed to terminate a thread." msgstr "Versuch den Thread zu beenden, gescheitert." @@ -3549,12 +3608,12 @@ msgid "Failed to terminate the dialup connection: %s" msgstr "Versuch gescheitert, die DFÜ-Verbindung zu beenden: %s" -#: ../src/common/filename.cpp:2696 +#: ../src/common/filename.cpp:2702 #, c-format msgid "Failed to touch the file '%s'" msgstr "Konnte die Datei '%s' nicht 'berühren'" -#: ../src/unix/snglinst.cpp:328 +#: ../src/unix/snglinst.cpp:334 #, c-format msgid "Failed to unlock lock file '%s'" msgstr "Konnte die Sperrung von Datei '%s' nicht aufheben" @@ -3587,7 +3646,7 @@ msgid "False" msgstr "Falsch" -#: ../src/propgrid/advprops.cpp:658 +#: ../src/propgrid/advprops.cpp:659 msgid "Family" msgstr "Familie" @@ -3620,26 +3679,26 @@ "Datei '%s' existiert bereits.\n" "Möchten Sie diese wirklich überschreiben?" -#: ../src/common/filefn.cpp:1207 +#: ../src/common/filefn.cpp:1199 #, c-format msgid "File '%s' couldn't be removed" msgstr "Die Datei '%s' konnte nicht gelöscht werden." -#: ../src/common/filefn.cpp:1187 +#: ../src/common/filefn.cpp:1180 #, c-format msgid "File '%s' couldn't be renamed '%s'" msgstr "Die Datei '%s' konnte nicht nach '%s' umbenannt werden." -#: ../src/richtext/richtextctrl.cpp:2688 ../src/common/textcmn.cpp:921 +#: ../src/richtext/richtextctrl.cpp:2810 ../src/common/textcmn.cpp:935 msgid "File couldn't be loaded." msgstr "Datei konnte nicht geladen werden." -#: ../src/msw/filedlg.cpp:458 +#: ../src/msw/filedlg.cpp:462 #, c-format msgid "File dialog failed with error code %0lx." msgstr "Datei Dialog schlug fehl mit dem Fehlercode %0lx." -#: ../src/common/docview.cpp:1771 +#: ../src/common/docview.cpp:1778 msgid "File error" msgstr "Dateifehler" @@ -3651,7 +3710,7 @@ msgid "Files" msgstr "Dateien" -#: ../src/common/filefn.cpp:1761 +#: ../src/common/filefn.cpp:1746 #, c-format msgid "Files (%s)" msgstr "Dateien (%s)" @@ -3660,7 +3719,7 @@ msgid "Filter" msgstr "Filter" -#: ../src/common/stockitem.cpp:158 ../src/html/helpwnd.cpp:500 +#: ../src/common/stockitem.cpp:158 ../src/html/helpwnd.cpp:501 msgid "Find" msgstr "Suchen" @@ -3676,11 +3735,11 @@ msgid "Fixed" msgstr "Festgesetzt" -#: ../src/html/helpwnd.cpp:1219 +#: ../src/html/helpwnd.cpp:1220 msgid "Fixed font:" msgstr "Schrift fester Breite:" -#: ../src/html/helpwnd.cpp:1282 +#: ../src/html/helpwnd.cpp:1283 msgid "Fixed size face.
    bold italic " msgstr "Schrift fester Breite.
    fett kursiv " @@ -3696,24 +3755,24 @@ msgid "Folio, 8 1/2 x 13 in" msgstr "Folio, 8 1/2 x 13 Zoll" -#: ../src/richtext/richtextformatdlg.cpp:324 ../src/osx/carbon/fontdlg.cpp:473 +#: ../src/richtext/richtextformatdlg.cpp:345 ../src/osx/carbon/fontdlg.cpp:457 #: ../src/common/stockitem.cpp:194 msgid "Font" msgstr "Schriftart" -#: ../src/richtext/richtextfontpage.cpp:230 +#: ../src/richtext/richtextfontpage.cpp:221 msgid "Font &weight:" msgstr "Schrift&dicke:" -#: ../src/html/helpwnd.cpp:1220 +#: ../src/html/helpwnd.cpp:1221 msgid "Font size:" msgstr "Schriftgröße:" -#: ../src/richtext/richtextfontpage.cpp:217 +#: ../src/richtext/richtextfontpage.cpp:208 msgid "Font st&yle:" msgstr "Schrifst&il:" -#: ../src/osx/carbon/fontdlg.cpp:515 +#: ../src/osx/carbon/fontdlg.cpp:499 msgid "Font:" msgstr "Schrift:" @@ -3735,7 +3794,7 @@ msgid "Forward hrefs are not supported" msgstr "Forward hrefs werden nicht unterstützt" -#: ../src/html/helpwnd.cpp:888 +#: ../src/html/helpwnd.cpp:889 #, c-format msgid "Found %i matches" msgstr "Suchbegriff %i mal gefunden" @@ -3764,7 +3823,7 @@ msgid "GIF: unknown error!!!" msgstr "GIF: unbekannter Fehler!" -#: ../src/gtk/window.cpp:4288 +#: ../src/gtk/window.cpp:4327 msgid "" "GTK+ installed on this machine is too old to support screen compositing, " "please install GTK+ 2.12 or later." @@ -3805,15 +3864,15 @@ msgid "GetPropertyCollection called w/o valid collection getter" msgstr "GetPropertyCollection aufgerufen ohne gültigen Collection getter" -#: ../src/html/helpwnd.cpp:673 +#: ../src/html/helpwnd.cpp:674 msgid "Go back" msgstr "Vorherige HTML-Seite zeigen" -#: ../src/html/helpwnd.cpp:674 +#: ../src/html/helpwnd.cpp:675 msgid "Go forward" msgstr "Nächste HTML-Seite zeigen" -#: ../src/html/helpwnd.cpp:676 +#: ../src/html/helpwnd.cpp:677 msgid "Go one level up in document hierarchy" msgstr "In die nächste Dokumentebene gehen" @@ -3833,7 +3892,7 @@ msgid "Greek (ISO-8859-7)" msgstr "Griechisch (ISO-8859-7)" -#: ../src/richtext/richtextborderspage.cpp:547 +#: ../src/richtext/richtextborderspage.cpp:618 msgid "Groove" msgstr "Groove" @@ -3849,16 +3908,16 @@ msgid "HOME" msgstr "POS 1" -#: ../src/html/helpwnd.cpp:1552 +#: ../src/html/helpwnd.cpp:1563 msgid "HTML Help Project (*.hhp)|*.hhp|" msgstr "HTML-Hilfe-Projekt (*.hhp)|*.hhp|" -#: ../src/html/htmlwin.cpp:659 +#: ../src/html/htmlwin.cpp:672 #, c-format msgid "HTML anchor %s does not exist." msgstr "HTML-Anker %s existiert nicht." -#: ../src/html/helpwnd.cpp:1550 +#: ../src/html/helpwnd.cpp:1561 msgid "HTML files (*.html;*.htm)|*.html;*.htm|" msgstr "HTML-Dateien (*.html;*.htm)|*.html;*.htm|" @@ -3876,7 +3935,7 @@ msgid "Help" msgstr "Hilfe" -#: ../src/html/helpwnd.cpp:1213 +#: ../src/html/helpwnd.cpp:1214 msgid "Help Browser Options" msgstr "Hilfe zu den Browser-Einstellungen" @@ -3884,15 +3943,15 @@ msgid "Help Index" msgstr "Hilfeindex" -#: ../src/html/helpwnd.cpp:1534 +#: ../src/html/helpwnd.cpp:1545 msgid "Help Printing" msgstr "Hilfe drucken" -#: ../src/html/helpwnd.cpp:814 +#: ../src/html/helpwnd.cpp:815 msgid "Help Topics" msgstr "Hilfethemen" -#: ../src/html/helpwnd.cpp:1551 +#: ../src/html/helpwnd.cpp:1562 msgid "Help books (*.htb)|*.htb|Help books (*.zip)|*.zip|" msgstr "Hilfe-Bücher (*.htb)|*.htb|Hilfe-Bücher (*.zip)|*.zip|" @@ -3911,16 +3970,16 @@ msgid "Help: %s" msgstr "Hilfe: %s" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:649 +#: ../src/osx/menu_osx.cpp:623 #, c-format msgid "Hide %s" msgstr "Verberge %s" -#: ../src/osx/menu_osx.cpp:604 ../src/osx/menu_osx.cpp:651 +#: ../src/osx/menu_osx.cpp:625 msgid "Hide Others" msgstr "Andere ausblenden" -#: ../src/generic/infobar.cpp:85 +#: ../src/generic/infobar.cpp:84 msgid "Hide this notification message." msgstr "Diese Meldung ausblenden." @@ -3937,26 +3996,26 @@ msgid "How the object will float relative to the text." msgstr "Wie das Objekt relativ zum Text angeordnet wird." -#: ../src/common/imagbmp.cpp:1118 +#: ../src/common/imagbmp.cpp:1116 msgid "ICO: Error in reading mask DIB." msgstr "ICO: Fehler beim Lesen der DIB-Maske." -#: ../src/common/imagbmp.cpp:1233 ../src/common/imagbmp.cpp:1294 -#: ../src/common/imagbmp.cpp:1305 ../src/common/imagbmp.cpp:1318 -#: ../src/common/imagbmp.cpp:1363 ../src/common/imagbmp.cpp:1375 -#: ../src/common/imagbmp.cpp:1386 +#: ../src/common/imagbmp.cpp:1231 ../src/common/imagbmp.cpp:1292 +#: ../src/common/imagbmp.cpp:1303 ../src/common/imagbmp.cpp:1316 +#: ../src/common/imagbmp.cpp:1361 ../src/common/imagbmp.cpp:1373 +#: ../src/common/imagbmp.cpp:1384 msgid "ICO: Error writing the image file!" msgstr "ICO: Schreibfehler beim Speichern." -#: ../src/common/imagbmp.cpp:1198 +#: ../src/common/imagbmp.cpp:1196 msgid "ICO: Image too tall for an icon." msgstr "ICO: Bild zu groß für ein Icon." -#: ../src/common/imagbmp.cpp:1206 +#: ../src/common/imagbmp.cpp:1204 msgid "ICO: Image too wide for an icon." msgstr "ICO: Bild zu breit für ein Icon." -#: ../src/common/imagbmp.cpp:1466 +#: ../src/common/imagbmp.cpp:1464 msgid "ICO: Invalid icon index." msgstr "ICO: Ungültiger Icon-Index." @@ -3988,7 +4047,7 @@ msgid "ISO-2022-JP" msgstr "ISO-2022-JP" -#: ../src/osx/carbon/dataview.cpp:2420 +#: ../src/osx/carbon/dataview.cpp:2418 msgid "Icon & text renderer cannot render value; value type: " msgstr "Bild & Text Renderer kann den Wert nicht darstellen; Wert Typ" @@ -4059,7 +4118,7 @@ msgid "Image is not of type %s." msgstr "Bilddatei hat nicht den Typ %s." -#: ../src/msw/textctrl.cpp:399 +#: ../src/msw/textctrl.cpp:413 msgid "" "Impossible to create a rich edit control, using simple text control instead. " "Please reinstall riched32.dll" @@ -4071,27 +4130,27 @@ msgid "Impossible to get child process input" msgstr "Es war nicht möglich, die Eingabe des Unterprozesses zu verarbeiten" -#: ../src/common/filefn.cpp:1074 +#: ../src/common/filefn.cpp:1067 #, c-format msgid "Impossible to get permissions for file '%s'" msgstr "Konnte nicht die Zugriffsrechte der Datei '%s' ermitteln" -#: ../src/common/filefn.cpp:1088 +#: ../src/common/filefn.cpp:1081 #, c-format msgid "Impossible to overwrite the file '%s'" msgstr "Versuch die Datei '%s' zu überschreiben, gescheitert" -#: ../src/common/filefn.cpp:1142 +#: ../src/common/filefn.cpp:1135 #, c-format msgid "Impossible to set permissions for the file '%s'" msgstr "Konnte die Zugriffsrechte für Datei '%s' nicht setzen" -#: ../src/common/gifdecod.cpp:818 +#: ../src/common/gifdecod.cpp:792 #, c-format msgid "Incorrect GIF frame size (%u, %d) for the frame #%u" msgstr "Ungültige GIF Bildgröße (%u, %d) für das Bild #%u" -#: ../src/msw/ole/automtn.cpp:624 +#: ../src/msw/ole/automtn.cpp:638 msgid "Incorrect number of arguments." msgstr "Fehlerhafte Anzahl von Argumenten" @@ -4099,11 +4158,11 @@ msgid "Indent" msgstr "Einrücken" -#: ../src/richtext/richtextformatdlg.cpp:330 +#: ../src/richtext/richtextformatdlg.cpp:351 msgid "Indents && Spacing" msgstr "Einrückungen && Zeichenabstand" -#: ../src/common/stockitem.cpp:166 ../src/html/helpwnd.cpp:525 +#: ../src/common/stockitem.cpp:166 ../src/html/helpwnd.cpp:526 msgid "Index" msgstr "Index" @@ -4123,23 +4182,23 @@ msgid "Insert" msgstr "Einfügen" -#: ../src/richtext/richtextbuffer.cpp:7687 +#: ../src/richtext/richtextbuffer.cpp:7941 msgid "Insert Field" msgstr "Feld einfügen" -#: ../src/richtext/richtextbuffer.cpp:7598 -#: ../src/richtext/richtextbuffer.cpp:8551 +#: ../src/richtext/richtextbuffer.cpp:7852 +#: ../src/richtext/richtextbuffer.cpp:8805 msgid "Insert Image" msgstr "Bild einfügen" -#: ../src/richtext/richtextbuffer.cpp:7645 +#: ../src/richtext/richtextbuffer.cpp:7899 msgid "Insert Object" msgstr "Objekt einfügen" -#: ../src/richtext/richtextctrl.cpp:1172 ../src/richtext/richtextctrl.cpp:1362 -#: ../src/richtext/richtextbuffer.cpp:7440 -#: ../src/richtext/richtextbuffer.cpp:7470 -#: ../src/richtext/richtextbuffer.cpp:7514 +#: ../src/richtext/richtextctrl.cpp:1247 ../src/richtext/richtextctrl.cpp:1454 +#: ../src/richtext/richtextbuffer.cpp:7694 +#: ../src/richtext/richtextbuffer.cpp:7724 +#: ../src/richtext/richtextbuffer.cpp:7768 msgid "Insert Text" msgstr "Text einfügen" @@ -4148,7 +4207,7 @@ msgid "Inserts a page break before the paragraph." msgstr "Fügt einen Seitenumbruch vor dem Absatz ein." -#: ../src/richtext/richtextborderspage.cpp:549 +#: ../src/richtext/richtextborderspage.cpp:620 msgid "Inset" msgstr "Einfügen" @@ -4161,7 +4220,7 @@ msgid "Invalid TIFF image index." msgstr "Ungültiger Index des TIFF-Bilds." -#: ../src/osx/carbon/dataview.cpp:1782 ../src/osx/carbon/dataview.cpp:1877 +#: ../src/osx/carbon/dataview.cpp:1780 ../src/osx/carbon/dataview.cpp:1875 msgid "Invalid data view item" msgstr "Ungültiges Datenansichtselement" @@ -4175,17 +4234,17 @@ msgid "Invalid geometry specification '%s'" msgstr "Ungültige Angabe '%s' der Fenstergröße" -#: ../src/unix/fswatcher_inotify.cpp:298 +#: ../src/unix/fswatcher_inotify.cpp:311 #, c-format msgid "Invalid inotify event for \"%s\"" msgstr "Ungültiges inotify-Ereignis für \"%s\"" -#: ../src/unix/snglinst.cpp:306 +#: ../src/unix/snglinst.cpp:312 #, c-format msgid "Invalid lock file '%s'." msgstr "Ungültige Sperr-Datei '%s'." -#: ../src/common/translation.cpp:1111 +#: ../src/common/translation.cpp:1112 msgid "Invalid message catalog." msgstr "Ungültiger Nachrichtenkatalog." @@ -4209,8 +4268,8 @@ "Ungültiger Wert %ld für einen booleschen Schlüssel \"%s\" in der " "Konfigurationsdatei." -#: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:333 -#: ../src/osx/carbon/fontdlg.cpp:547 ../src/common/stockitem.cpp:168 +#: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:349 +#: ../src/osx/carbon/fontdlg.cpp:531 ../src/common/stockitem.cpp:168 msgid "Italic" msgstr "Kursiv" @@ -4433,9 +4492,9 @@ #: ../src/richtext/richtextliststylepage.cpp:249 #: ../src/richtext/richtextliststylepage.cpp:252 #: ../src/richtext/richtextliststylepage.cpp:253 -#: ../src/richtext/richtextbulletspage.cpp:199 -#: ../src/richtext/richtextbulletspage.cpp:202 -#: ../src/richtext/richtextbulletspage.cpp:203 +#: ../src/richtext/richtextbulletspage.cpp:186 +#: ../src/richtext/richtextbulletspage.cpp:189 +#: ../src/richtext/richtextbulletspage.cpp:190 #: ../src/richtext/richtextsizepage.cpp:249 msgid "Left" msgstr "Links" @@ -4514,7 +4573,7 @@ msgid "Link contained '//', converted to absolute link." msgstr "Verweis enthielt '//', in absoluten Link umgewandelt." -#: ../src/richtext/richtextformatdlg.cpp:349 +#: ../src/richtext/richtextformatdlg.cpp:370 msgid "List Style" msgstr "Listenstil" @@ -4522,22 +4581,22 @@ msgid "List styles" msgstr "Listenstile" -#: ../src/richtext/richtextfontpage.cpp:206 -#: ../src/richtext/richtextfontpage.cpp:208 +#: ../src/richtext/richtextfontpage.cpp:197 +#: ../src/richtext/richtextfontpage.cpp:199 msgid "Lists font sizes in points." msgstr "Schriftgröße der Listen in Punkt." -#: ../src/richtext/richtextfontpage.cpp:199 -#: ../src/richtext/richtextfontpage.cpp:201 +#: ../src/richtext/richtextfontpage.cpp:190 +#: ../src/richtext/richtextfontpage.cpp:192 msgid "Lists the available fonts." msgstr "Listet die verfügbaren Schriftarten auf." -#: ../src/common/fldlgcmn.cpp:325 +#: ../src/common/fldlgcmn.cpp:330 #, c-format msgid "Load %s file" msgstr "%s-Datei laden" -#: ../src/html/htmlwin.cpp:575 +#: ../src/html/htmlwin.cpp:588 msgid "Loading : " msgstr "Laden: " @@ -4557,12 +4616,12 @@ msgstr "Logtext in Datei '%s' gespeichert." #: ../src/richtext/richtextliststylepage.cpp:484 -#: ../src/richtext/richtextbulletspage.cpp:289 +#: ../src/richtext/richtextbulletspage.cpp:276 msgid "Lower case letters" msgstr "Kleinbuchstaben" #: ../src/richtext/richtextliststylepage.cpp:486 -#: ../src/richtext/richtextbulletspage.cpp:291 +#: ../src/richtext/richtextbulletspage.cpp:278 msgid "Lower case roman numerals" msgstr "Römische Ziffern in Kleinbuchstaben" @@ -4746,12 +4805,12 @@ msgid "MacVietnamese" msgstr "MacVietnamese" -#: ../src/propgrid/advprops.cpp:2031 +#: ../src/propgrid/advprops.cpp:2012 msgid "Make a selection:" msgstr "Bitte auswählen:" -#: ../src/richtext/richtextformatdlg.cpp:362 -#: ../src/richtext/richtextmarginspage.cpp:172 +#: ../src/richtext/richtextformatdlg.cpp:383 +#: ../src/richtext/richtextmarginspage.cpp:171 msgid "Margins" msgstr "Randfiguren" @@ -4789,7 +4848,7 @@ msgid "Metal theme" msgstr "Metal-Thema" -#: ../src/msw/ole/automtn.cpp:641 +#: ../src/msw/ole/automtn.cpp:655 msgid "Method or property not found." msgstr "Methode oder Eigenschaft nicht gefunden." @@ -4805,7 +4864,7 @@ msgid "Min width:" msgstr "Minimale Breite:" -#: ../src/msw/ole/automtn.cpp:657 +#: ../src/msw/ole/automtn.cpp:671 msgid "Missing a required parameter." msgstr "Ein notwendiger Parameter fehlt." @@ -4849,7 +4908,7 @@ msgid "Moves the object to the previous paragraph." msgstr "Verschiebt das Objekt in den vorherigen Absatz." -#: ../src/richtext/richtextbuffer.cpp:9345 +#: ../src/richtext/richtextbuffer.cpp:9746 msgid "Multiple Cell Properties" msgstr "Mehrfache Zelleneigenschaften" @@ -4885,16 +4944,16 @@ msgid "New &Paragraph Style..." msgstr "Neuer &Absatzstil..." -#: ../src/richtext/richtextstyledlg.cpp:603 -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:651 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:817 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:890 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:931 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:606 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:654 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:820 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:893 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:934 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "New Style" msgstr "Neuer Stil" @@ -4911,11 +4970,11 @@ msgid "NewName" msgstr "NeuerName" -#: ../src/generic/tipdlg.cpp:305 +#: ../src/generic/tipdlg.cpp:300 msgid "Next" msgstr "Weiter" -#: ../src/common/prntbase.cpp:1537 ../src/html/helpwnd.cpp:678 +#: ../src/common/prntbase.cpp:1537 ../src/html/helpwnd.cpp:679 msgid "Next page" msgstr "Nächste HTML-Seite zeigen" @@ -4934,19 +4993,19 @@ msgid "No bitmap handler for type %d defined." msgstr "Keine Bildbehandlungsroutine für den Typ %d definiert." -#: ../src/osx/carbon/dataview.cpp:1784 +#: ../src/osx/carbon/dataview.cpp:1782 msgid "No column existing." msgstr "Es existiert keine Zeile" -#: ../src/osx/carbon/dataview.cpp:1674 +#: ../src/osx/carbon/dataview.cpp:1672 msgid "No column for the specified column existing." msgstr "Für die ausgewählte Spalte existiert nicht." -#: ../src/osx/carbon/dataview.cpp:1423 +#: ../src/osx/carbon/dataview.cpp:1421 msgid "No column for the specified column position existing." msgstr "Für die ausgewählte Zeilenposition existiert nicht." -#: ../src/common/utilscmn.cpp:1049 +#: ../src/common/utilscmn.cpp:1056 msgid "No default application configured for HTML files." msgstr "Keine voreingestellte Anwendung für HTML Dateinen." @@ -4997,17 +5056,17 @@ msgid "No image handler for type %s defined." msgstr "Bildformat %s wurde nicht definiert." -#: ../src/html/helpwnd.cpp:871 +#: ../src/html/helpwnd.cpp:872 msgid "No matching page found yet" msgstr "Passende Seite noch nicht gefunden" -#: ../src/osx/carbon/dataview.cpp:1676 ../src/osx/carbon/dataview.cpp:1786 +#: ../src/osx/carbon/dataview.cpp:1674 ../src/osx/carbon/dataview.cpp:1784 msgid "No renderer or invalid renderer type specified for custom data column." msgstr "" "Kein Renderer oder ungültiger Renderer Typ für die benutzte Dateizeile " "aufgeführt" -#: ../src/osx/carbon/dataview.cpp:1424 +#: ../src/osx/carbon/dataview.cpp:1422 msgid "No renderer specified for column." msgstr "Kein Renderer für diese Zeile festgelegt." @@ -5028,7 +5087,7 @@ msgid "No valid mappings found in the file \"%s\"." msgstr "Keine gültige Abbildung in der Datei \"%s\" gefunden." -#: ../src/richtext/richtextborderspage.cpp:542 +#: ../src/richtext/richtextborderspage.cpp:613 #: ../src/richtext/richtextsizepage.cpp:248 #: ../src/richtext/richtextsizepage.cpp:252 msgid "None" @@ -5042,15 +5101,15 @@ msgid "Normal" msgstr "Normal" -#: ../src/html/helpwnd.cpp:1276 +#: ../src/html/helpwnd.cpp:1277 msgid "Normal face
    and underlined. " msgstr "Normaler Zeichensatz
    und unterstrichen " -#: ../src/html/helpwnd.cpp:1218 +#: ../src/html/helpwnd.cpp:1219 msgid "Normal font:" msgstr "Normal Font:" -#: ../src/propgrid/props.cpp:887 +#: ../src/propgrid/props.cpp:898 #, c-format msgid "Not %s" msgstr "Nicht %s" @@ -5059,7 +5118,7 @@ msgid "Not available" msgstr "Nicht verfügbar" -#: ../src/richtext/richtextfontpage.cpp:340 +#: ../src/richtext/richtextfontpage.cpp:356 msgid "Not underlined" msgstr "Nicht unterstrichen" @@ -5071,32 +5130,32 @@ msgid "Notice" msgstr "Bemerkung" -#: ../src/osx/carbon/dataview.cpp:902 +#: ../src/osx/carbon/dataview.cpp:900 msgid "Number of columns could not be determined." msgstr "Anzahl an Zeilen konnte nicht bestimmt werden." #: ../src/richtext/richtextliststylepage.cpp:487 -#: ../src/richtext/richtextbulletspage.cpp:292 +#: ../src/richtext/richtextbulletspage.cpp:279 msgid "Numbered outline" msgstr "Nummerierung umrandet" #: ../include/wx/msgdlg.h:273 ../src/richtext/richtextstyledlg.cpp:297 #: ../src/common/stockitem.cpp:178 ../src/msw/msgdlg.cpp:489 -#: ../src/msw/msgdlg.cpp:799 ../src/msw/dialog.cpp:120 +#: ../src/msw/msgdlg.cpp:795 ../src/msw/dialog.cpp:120 #: ../src/gtk1/fontdlg.cpp:138 msgid "OK" msgstr "OK" -#: ../src/msw/ole/automtn.cpp:681 +#: ../src/msw/ole/automtn.cpp:695 #, c-format msgid "OLE Automation error in %s: %s" msgstr "OLE Automatisierungsfehler in %s: %s" -#: ../include/wx/richtext/richtextimagedlg.h:39 +#: ../include/wx/richtext/richtextimagedlg.h:37 msgid "Object Properties" msgstr "Objekteigenschaften" -#: ../src/msw/ole/automtn.cpp:649 +#: ../src/msw/ole/automtn.cpp:663 msgid "Object implementation does not support named arguments." msgstr "Objektanwendung unterstützt die genannten Argumente nicht." @@ -5104,11 +5163,11 @@ msgid "Objects must have an id attribute" msgstr "Objekte müssen ein ID-Attribut besitzen." -#: ../src/common/docview.cpp:1755 ../src/common/docview.cpp:1797 +#: ../src/common/docview.cpp:1762 ../src/common/docview.cpp:1804 msgid "Open File" msgstr "Datei öffnen" -#: ../src/html/helpwnd.cpp:684 ../src/html/helpwnd.cpp:1557 +#: ../src/html/helpwnd.cpp:685 ../src/html/helpwnd.cpp:1568 msgid "Open HTML document" msgstr "Öffne HTML-Dokument" @@ -5131,17 +5190,17 @@ msgid "Operation not permitted." msgstr "Ausführung nicht erlaubt." -#: ../src/common/cmdline.cpp:735 +#: ../src/common/cmdline.cpp:894 #, c-format msgid "Option '%s' can't be negated" msgstr "Option '%s' konnte nicht negiert werden" -#: ../src/common/cmdline.cpp:899 +#: ../src/common/cmdline.cpp:1058 #, c-format msgid "Option '%s' requires a value." msgstr "Option '%s' erwartet einen Wert." -#: ../src/common/cmdline.cpp:982 +#: ../src/common/cmdline.cpp:1141 #, c-format msgid "Option '%s': '%s' cannot be converted to a date." msgstr "Option '%s': '%s' kann nicht in ein Datum umgewandelt werden." @@ -5158,16 +5217,16 @@ msgid "Out of window IDs. Recommend shutting down application." msgstr "Window IDs ausgeschalten. Vorgeschlagene Auswahl schließen." -#: ../src/richtext/richtextborderspage.cpp:400 -#: ../src/richtext/richtextborderspage.cpp:533 +#: ../src/richtext/richtextborderspage.cpp:401 +#: ../src/richtext/richtextborderspage.cpp:559 msgid "Outline" msgstr "Umrandung" -#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:621 msgid "Outset" msgstr "Beginn" -#: ../src/msw/ole/automtn.cpp:645 +#: ../src/msw/ole/automtn.cpp:659 msgid "Overflow while coercing argument values." msgstr "Ãœberlauf beim Umwandeln der Argumentwerte." @@ -5336,7 +5395,7 @@ msgid "PRINT" msgstr "DRUCKEN" -#: ../src/richtext/richtextmarginspage.cpp:286 +#: ../src/richtext/richtextmarginspage.cpp:285 msgid "Padding" msgstr "Auffüllung" @@ -5380,7 +5439,7 @@ msgid "Passing an unknown object to GetObject" msgstr "Ein unbekanntes Objekt wurde an GetObject übergeben" -#: ../src/richtext/richtextctrl.cpp:3117 ../src/common/stockitem.cpp:180 +#: ../src/richtext/richtextctrl.cpp:3242 ../src/common/stockitem.cpp:180 #: ../src/stc/stc_i18n.cpp:19 msgid "Paste" msgstr "Einfügen" @@ -5390,7 +5449,7 @@ msgstr "Auswahl einfügen" #: ../src/richtext/richtextliststylepage.cpp:222 -#: ../src/richtext/richtextbulletspage.cpp:172 +#: ../src/richtext/richtextbulletspage.cpp:159 msgid "Peri&od" msgstr "P&unkt" @@ -5398,7 +5457,7 @@ msgid "Permissions" msgstr "Zugriffsrechte" -#: ../src/richtext/richtextbuffer.cpp:11942 +#: ../src/richtext/richtextbuffer.cpp:12512 msgid "Picture Properties" msgstr "Bildeigenschaften" @@ -5414,7 +5473,7 @@ msgid "Please choose an existing file." msgstr "Bitte wählen Sie eine bestehende Datei." -#: ../src/html/helpwnd.cpp:813 +#: ../src/html/helpwnd.cpp:814 msgid "Please choose the page to display:" msgstr "Bitte wählen Sie die darzustellende Seite:" @@ -5441,24 +5500,24 @@ msgid "Please wait while printing..." msgstr "Bitte warten Sie während gedruckt wird..." -#: ../src/propgrid/advprops.cpp:631 +#: ../src/propgrid/advprops.cpp:632 msgid "Point Size" msgstr "Schriftgröße in Punkt" -#: ../src/osx/carbon/dataview.cpp:1278 ../src/osx/carbon/dataview.cpp:1329 -#: ../src/osx/carbon/dataview.cpp:1420 ../src/osx/carbon/dataview.cpp:1443 -#: ../src/osx/carbon/dataview.cpp:1460 ../src/osx/carbon/dataview.cpp:1477 -#: ../src/osx/carbon/dataview.cpp:1670 ../src/osx/carbon/dataview.cpp:1779 -#: ../src/osx/carbon/dataview.cpp:1821 ../src/osx/carbon/dataview.cpp:1874 -#: ../src/osx/carbon/dataview.cpp:1997 +#: ../src/osx/carbon/dataview.cpp:1276 ../src/osx/carbon/dataview.cpp:1327 +#: ../src/osx/carbon/dataview.cpp:1418 ../src/osx/carbon/dataview.cpp:1441 +#: ../src/osx/carbon/dataview.cpp:1458 ../src/osx/carbon/dataview.cpp:1475 +#: ../src/osx/carbon/dataview.cpp:1668 ../src/osx/carbon/dataview.cpp:1777 +#: ../src/osx/carbon/dataview.cpp:1819 ../src/osx/carbon/dataview.cpp:1872 +#: ../src/osx/carbon/dataview.cpp:1995 msgid "Pointer to data view control not set correctly." msgstr "Zeiger wurde nicht korrekt auf das Kontrollelement gesetzt." -#: ../src/osx/carbon/dataview.cpp:1279 ../src/osx/carbon/dataview.cpp:1338 -#: ../src/osx/carbon/dataview.cpp:1421 ../src/osx/carbon/dataview.cpp:1478 -#: ../src/osx/carbon/dataview.cpp:1671 ../src/osx/carbon/dataview.cpp:1780 -#: ../src/osx/carbon/dataview.cpp:1822 ../src/osx/carbon/dataview.cpp:1875 -#: ../src/osx/carbon/dataview.cpp:1998 +#: ../src/osx/carbon/dataview.cpp:1277 ../src/osx/carbon/dataview.cpp:1336 +#: ../src/osx/carbon/dataview.cpp:1419 ../src/osx/carbon/dataview.cpp:1476 +#: ../src/osx/carbon/dataview.cpp:1669 ../src/osx/carbon/dataview.cpp:1778 +#: ../src/osx/carbon/dataview.cpp:1820 ../src/osx/carbon/dataview.cpp:1873 +#: ../src/osx/carbon/dataview.cpp:1996 msgid "Pointer to model not set correctly." msgstr "Zeiger wurde nicht korrekt auf das Model gesetzt." @@ -5478,7 +5537,7 @@ msgid "Preferences" msgstr "Einstellungen" -#: ../src/osx/menu_osx.cpp:643 +#: ../src/osx/menu_osx.cpp:614 msgid "Preferences..." msgstr "Einstellungen..." @@ -5486,12 +5545,12 @@ msgid "Preparing" msgstr "Vorbereitung" -#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:576 -#: ../src/html/helpwnd.cpp:1235 +#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/html/helpwnd.cpp:1236 msgid "Preview:" msgstr "Vorschau:" -#: ../src/common/prntbase.cpp:1523 ../src/html/helpwnd.cpp:677 +#: ../src/common/prntbase.cpp:1523 ../src/html/helpwnd.cpp:678 msgid "Previous page" msgstr "Vorherige Seite" @@ -5501,7 +5560,7 @@ msgid "Print" msgstr "Drucken" -#: ../include/wx/prntbase.h:395 ../src/common/docview.cpp:1250 +#: ../include/wx/prntbase.h:395 ../src/common/docview.cpp:1257 msgid "Print Preview" msgstr "Druckvorschau" @@ -5526,7 +5585,7 @@ msgid "Print previe&w..." msgstr "Druck&vorschau..." -#: ../src/common/docview.cpp:1244 +#: ../src/common/docview.cpp:1251 msgid "Print preview creation failed." msgstr "Erzeugung der Druckvorschau fehlgeschlagen" @@ -5538,7 +5597,7 @@ msgid "Print spooling" msgstr "Druckersteuerung" -#: ../src/html/helpwnd.cpp:688 +#: ../src/html/helpwnd.cpp:689 msgid "Print this page" msgstr "Diese Seite drucken" @@ -5602,7 +5661,7 @@ msgstr "Drucke..." #: ../include/wx/richtext/richtextprint.h:109 ../include/wx/prntbase.h:263 -#: ../src/common/docview.cpp:2124 +#: ../src/common/docview.cpp:2121 msgid "Printout" msgstr "Ausdruck" @@ -5614,7 +5673,7 @@ "Bearbeitung des Fehlerberichts fehlgeschlagen, belasse die Dateien im Ordner " "\"%s\"." -#: ../src/osx/carbon/dataview.cpp:2472 +#: ../src/osx/carbon/dataview.cpp:2470 msgid "Progress renderer cannot render value type; value type: " msgstr "Prozess Renderer konnte den Wert nicht darstellen; Wert Typ:" @@ -5630,7 +5689,7 @@ msgid "Property" msgstr "Eigenschaft" -#: ../src/propgrid/propgrid.cpp:3144 ../src/propgrid/propgrid.cpp:3276 +#: ../src/propgrid/propgrid.cpp:3131 ../src/propgrid/propgrid.cpp:3263 msgid "Property Error" msgstr "Eigenschaftsfehler" @@ -5646,7 +5705,7 @@ msgid "Quit" msgstr "Beenden" -#: ../src/osx/menu_osx.cpp:610 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:631 #, c-format msgid "Quit %s" msgstr "%s Beenden" @@ -5716,8 +5775,8 @@ msgid "Registry value '%s' already exists." msgstr "Registrierungswert '%s' bereits vorhanden." -#: ../src/richtext/richtextfontpage.cpp:332 -#: ../src/richtext/richtextfontpage.cpp:336 +#: ../src/richtext/richtextfontpage.cpp:348 +#: ../src/richtext/richtextfontpage.cpp:352 msgid "Regular" msgstr "Regulär" @@ -5737,11 +5796,11 @@ msgid "Remove" msgstr "Entferne" -#: ../src/richtext/richtextctrl.cpp:1430 +#: ../src/richtext/richtextctrl.cpp:1522 msgid "Remove Bullet" msgstr "Gliederungspunkt entfernen" -#: ../src/html/helpwnd.cpp:440 +#: ../src/html/helpwnd.cpp:441 msgid "Remove current page from bookmarks" msgstr "Aktuelle HTML-Seite als Lesezeichen entfernen" @@ -5752,11 +5811,11 @@ "Renderer \"%s\" hat eine ungültige Version %d.%d und kann nicht geladen " "werden." -#: ../src/osx/carbon/dataview.cpp:1430 +#: ../src/osx/carbon/dataview.cpp:1428 msgid "Rendering failed." msgstr "Darstellung gescheitert." -#: ../src/richtext/richtextbuffer.cpp:4214 +#: ../src/richtext/richtextbuffer.cpp:4415 msgid "Renumber List" msgstr "Liste neu nummerieren" @@ -5764,7 +5823,7 @@ msgid "Rep&lace" msgstr "&Ersetzen" -#: ../src/richtext/richtextctrl.cpp:3277 ../src/common/stockitem.cpp:188 +#: ../src/richtext/richtextctrl.cpp:3402 ../src/common/stockitem.cpp:188 msgid "Replace" msgstr "Ersetzen" @@ -5780,7 +5839,7 @@ msgid "Replace with:" msgstr "Ersetzen durch:" -#: ../src/common/valtext.cpp:161 +#: ../src/common/valtext.cpp:163 msgid "Required information entry is empty." msgstr "Erforderlicher Informationseintrag ist leer." @@ -5793,12 +5852,16 @@ msgid "Revert to Saved" msgstr "Rückgängig auf Gespeichertes" -#: ../src/richtext/richtextborderspage.cpp:548 +#: ../src/richtext/richtextborderspage.cpp:619 msgid "Ridge" msgstr "Grat" +#: ../src/richtext/richtextfontpage.cpp:313 +msgid "Rig&ht-to-left" +msgstr "Rec&hts nach links" + #: ../src/richtext/richtextliststylepage.cpp:251 -#: ../src/richtext/richtextbulletspage.cpp:201 +#: ../src/richtext/richtextbulletspage.cpp:188 #: ../src/richtext/richtextsizepage.cpp:250 msgid "Right" msgstr "Rechts" @@ -5819,7 +5882,7 @@ msgstr "Roman" #: ../src/richtext/richtextliststylepage.cpp:299 -#: ../src/richtext/richtextbulletspage.cpp:252 +#: ../src/richtext/richtextbulletspage.cpp:239 msgid "S&tandard bullet name:" msgstr "Vordefinierter Gliederungspunkt:" @@ -5851,11 +5914,11 @@ msgid "SUBTRACT" msgstr "Subtrahieren" -#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2678 +#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2682 msgid "Save" msgstr "Speichern" -#: ../src/common/fldlgcmn.cpp:327 +#: ../src/common/fldlgcmn.cpp:332 #, c-format msgid "Save %s file" msgstr "Datei %s speichern" @@ -5888,12 +5951,12 @@ msgid "Script" msgstr "Skript" -#: ../src/generic/srchctlg.cpp:67 ../src/html/helpwnd.cpp:548 -#: ../src/html/helpwnd.cpp:563 +#: ../src/generic/srchctlg.cpp:67 ../src/html/helpwnd.cpp:549 +#: ../src/html/helpwnd.cpp:564 msgid "Search" msgstr "Suchen" -#: ../src/html/helpwnd.cpp:550 +#: ../src/html/helpwnd.cpp:551 msgid "" "Search contents of help book(s) for all occurrences of the text you typed " "above" @@ -5909,11 +5972,11 @@ msgid "Search for:" msgstr "Suchen nach:" -#: ../src/html/helpwnd.cpp:1065 +#: ../src/html/helpwnd.cpp:1066 msgid "Search in all books" msgstr "Alle Bücher durchsuchen" -#: ../src/html/helpwnd.cpp:870 +#: ../src/html/helpwnd.cpp:871 msgid "Searching..." msgstr "Suchen..." @@ -5933,8 +5996,8 @@ "Positionierungsfehler bei Datei '%s' (große Dateien werden nicht von stdio " "unterstützt)." -#: ../src/richtext/richtextctrl.cpp:330 ../src/osx/textctrl_osx.cpp:587 -#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2288 +#: ../src/richtext/richtextctrl.cpp:336 ../src/osx/textctrl_osx.cpp:587 +#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2339 msgid "Select &All" msgstr "Alles auswählen" @@ -5942,26 +6005,26 @@ msgid "Select All" msgstr "Alles auswählen" -#: ../src/common/docview.cpp:1877 +#: ../src/common/docview.cpp:1884 msgid "Select a document template" msgstr "Dokument-Vorlage wählen" -#: ../src/common/docview.cpp:1951 +#: ../src/common/docview.cpp:1958 msgid "Select a document view" msgstr "Dokument-Anzeige ('View') wählen" -#: ../src/richtext/richtextfontpage.cpp:235 -#: ../src/richtext/richtextfontpage.cpp:237 +#: ../src/richtext/richtextfontpage.cpp:226 +#: ../src/richtext/richtextfontpage.cpp:228 msgid "Select regular or bold." msgstr "Wähle normal oder fett." -#: ../src/richtext/richtextfontpage.cpp:222 -#: ../src/richtext/richtextfontpage.cpp:224 +#: ../src/richtext/richtextfontpage.cpp:213 +#: ../src/richtext/richtextfontpage.cpp:215 msgid "Select regular or italic style." msgstr "Wähle normal oder kursiv." -#: ../src/richtext/richtextfontpage.cpp:248 -#: ../src/richtext/richtextfontpage.cpp:250 +#: ../src/richtext/richtextfontpage.cpp:239 +#: ../src/richtext/richtextfontpage.cpp:241 msgid "Select underlining or no underlining." msgstr "Wähle unterstrichen oder nicht unterstrichen." @@ -5974,12 +6037,16 @@ msgid "Selects the list level to edit." msgstr "Wählt die Listenebene zur Bearbeitung." -#: ../src/common/cmdline.cpp:918 +#: ../src/common/cmdline.cpp:1077 #, c-format msgid "Separator expected after the option '%s'." msgstr "Trennungszeichen nach der Option '%s' erwartet." -#: ../src/richtext/richtextbuffer.cpp:10513 +#: ../src/osx/menu_osx.cpp:618 +msgid "Services" +msgstr "Dienste" + +#: ../src/richtext/richtextbuffer.cpp:10981 msgid "Set Cell Style" msgstr "Stil der Zelle einstellen" @@ -5987,7 +6054,7 @@ msgid "SetProperty called w/o valid setter" msgstr "SetProperty aufgerufen ohne gültigen Setter" -#: ../src/common/filename.cpp:2632 +#: ../src/common/filename.cpp:2638 msgid "Setting directory access times is not supported under this OS version" msgstr "" "Das setzen der Verzeichniszugriffszeit ist auf dieser Betriebssystemversion " @@ -6013,7 +6080,7 @@ msgid "Show &hidden files" msgstr "V&ersteckte Dateien anzeigen" -#: ../src/osx/menu_osx.cpp:605 ../src/osx/menu_osx.cpp:652 +#: ../src/osx/menu_osx.cpp:626 msgid "Show All" msgstr "Alles zeigen" @@ -6021,11 +6088,11 @@ msgid "Show about dialog" msgstr "Zeige den \"Ãœber\"-Dialog" -#: ../src/html/helpwnd.cpp:502 +#: ../src/html/helpwnd.cpp:503 msgid "Show all" msgstr "Alles zeigen" -#: ../src/html/helpwnd.cpp:513 +#: ../src/html/helpwnd.cpp:514 msgid "Show all items in index" msgstr "Alle Themen im Index anzeigen" @@ -6033,7 +6100,7 @@ msgid "Show hidden directories" msgstr "Versteckte Verzeichnisse anzeigen" -#: ../src/html/helpwnd.cpp:671 +#: ../src/html/helpwnd.cpp:672 msgid "Show/hide navigation panel" msgstr "Suchbaum ein-/ausschalten" @@ -6044,17 +6111,17 @@ #: ../src/richtext/richtextliststylepage.cpp:472 #: ../src/richtext/richtextliststylepage.cpp:474 -#: ../src/richtext/richtextbulletspage.cpp:276 -#: ../src/richtext/richtextbulletspage.cpp:278 +#: ../src/richtext/richtextbulletspage.cpp:263 +#: ../src/richtext/richtextbulletspage.cpp:265 msgid "Shows a preview of the bullet settings." msgstr "Zeigt eine Vorschau der Gliederungspunkteinstellungen." -#: ../src/richtext/richtextfontpage.cpp:322 -#: ../src/richtext/richtextfontpage.cpp:324 +#: ../src/richtext/richtextfontpage.cpp:330 +#: ../src/richtext/richtextfontpage.cpp:332 msgid "Shows a preview of the font settings." msgstr "Zeigt eine Vorschau der Schriftarteinstellungen." -#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 +#: ../src/osx/carbon/fontdlg.cpp:564 ../src/osx/carbon/fontdlg.cpp:566 msgid "Shows a preview of the font." msgstr "Zeigt eine Vorschau der Schriftart." @@ -6076,12 +6143,12 @@ msgid "Single" msgstr "Einzel" -#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:356 +#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:377 #: ../src/richtext/richtextsizepage.cpp:299 msgid "Size" msgstr "Größe" -#: ../src/osx/carbon/fontdlg.cpp:525 +#: ../src/osx/carbon/fontdlg.cpp:509 msgid "Size:" msgstr "Größe:" @@ -6094,15 +6161,15 @@ msgid "Slant" msgstr "Geneigt" -#: ../src/richtext/richtextfontpage.cpp:298 +#: ../src/richtext/richtextfontpage.cpp:289 msgid "Small C&apitals" msgstr "Ka&pitälchen" -#: ../src/richtext/richtextborderspage.cpp:543 +#: ../src/richtext/richtextborderspage.cpp:614 msgid "Solid" msgstr "Fett" -#: ../src/common/docview.cpp:1773 +#: ../src/common/docview.cpp:1780 msgid "Sorry, could not open this file." msgstr "Bedauere, diese Datei konnte nicht geöffnet werden." @@ -6110,15 +6177,15 @@ msgid "Sorry, not enough memory to create a preview." msgstr "Nicht genug Speicher für Vorschau." -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "Sorry, that name is taken. Please choose another." msgstr "Bedauere, der Name ist bereits besetzt. Bitte anderen auswählen." -#: ../src/common/docview.cpp:1796 +#: ../src/common/docview.cpp:1803 msgid "Sorry, the format for this file is unknown." msgstr "Bedauere, das Format dieser Datei ist unbekannt." @@ -6140,7 +6207,7 @@ msgstr "Rechtschreibprüfung" #: ../src/richtext/richtextliststylepage.cpp:490 -#: ../src/richtext/richtextbulletspage.cpp:295 +#: ../src/richtext/richtextbulletspage.cpp:282 msgid "Standard" msgstr "Standard" @@ -6170,23 +6237,23 @@ msgid "String To Colour : Incorrect colour specification : %s" msgstr "StringTo Colour: Falsche Farbangabe '%s'" -#: ../src/richtext/richtextformatdlg.cpp:318 ../src/propgrid/advprops.cpp:647 +#: ../src/richtext/richtextformatdlg.cpp:339 ../src/propgrid/advprops.cpp:648 msgid "Style" msgstr "Stil" -#: ../include/wx/richtext/richtextstyledlg.h:47 +#: ../include/wx/richtext/richtextstyledlg.h:46 msgid "Style Organiser" msgstr "Stil-Organisator" -#: ../src/osx/carbon/fontdlg.cpp:534 +#: ../src/osx/carbon/fontdlg.cpp:518 msgid "Style:" msgstr "Stil:" -#: ../src/richtext/richtextfontpage.cpp:312 +#: ../src/richtext/richtextfontpage.cpp:303 msgid "Subscrip&t" msgstr "Tiefgestell&t" -#: ../src/richtext/richtextfontpage.cpp:305 +#: ../src/richtext/richtextfontpage.cpp:296 msgid "Supe&rscript" msgstr "Hochge&stellt" @@ -6198,17 +6265,21 @@ msgid "SuperB/SuperB/A3 305 x 487 mm" msgstr "SuperB/SuperB/A3 305 x 487 mm" +#: ../src/richtext/richtextfontpage.cpp:320 +msgid "Suppress hyphe&nation" +msgstr "Silbe&ntrennung unterdrücken" + #: ../src/generic/fontdlgg.cpp:326 msgid "Swiss" msgstr "Swiss" #: ../src/richtext/richtextliststylepage.cpp:488 -#: ../src/richtext/richtextbulletspage.cpp:293 +#: ../src/richtext/richtextbulletspage.cpp:280 msgid "Symbol" msgstr "Symbol" #: ../src/richtext/richtextliststylepage.cpp:288 -#: ../src/richtext/richtextbulletspage.cpp:240 +#: ../src/richtext/richtextbulletspage.cpp:227 msgid "Symbol &font:" msgstr "Symbolschri&ftart:" @@ -6245,7 +6316,7 @@ msgid "TIFF: Image size is abnormally big." msgstr "TIFF: Bildgröße ist außergewöhnlich groß." -#: ../src/richtext/richtextbuffer.cpp:10794 +#: ../src/richtext/richtextbuffer.cpp:11262 msgid "Table Properties" msgstr "Tabelleneigenschaften" @@ -6257,7 +6328,7 @@ msgid "Tabloid, 11 x 17 in" msgstr "Tabloid, 11 x 17 Zoll" -#: ../src/richtext/richtextformatdlg.cpp:336 +#: ../src/richtext/richtextformatdlg.cpp:357 msgid "Tabs" msgstr "Tabulatoren" @@ -6265,11 +6336,11 @@ msgid "Teletype" msgstr "Schreibmaschine" -#: ../src/common/docview.cpp:1878 +#: ../src/common/docview.cpp:1885 msgid "Templates" msgstr "Vorlagen" -#: ../src/osx/carbon/dataview.cpp:2373 +#: ../src/osx/carbon/dataview.cpp:2371 msgid "Text renderer cannot render value; value type: " msgstr "Text Renderer kann Wert nicht darstellen; Wert Typ:" @@ -6287,8 +6358,8 @@ #: ../src/richtext/richtextliststylepage.cpp:215 #: ../src/richtext/richtextliststylepage.cpp:217 -#: ../src/richtext/richtextbulletspage.cpp:164 -#: ../src/richtext/richtextbulletspage.cpp:166 +#: ../src/richtext/richtextbulletspage.cpp:151 +#: ../src/richtext/richtextbulletspage.cpp:153 msgid "The available bullet styles." msgstr "Die verfügbaren Gliederungspunktstile." @@ -6302,13 +6373,32 @@ msgid "The background colour." msgstr "Die Hintergrundfarbe." -#: ../src/richtext/richtextmarginspage.cpp:268 -#: ../src/richtext/richtextmarginspage.cpp:270 +#: ../src/richtext/richtextborderspage.cpp:269 +#: ../src/richtext/richtextborderspage.cpp:271 +#: ../src/richtext/richtextborderspage.cpp:303 +#: ../src/richtext/richtextborderspage.cpp:305 +#: ../src/richtext/richtextborderspage.cpp:337 +#: ../src/richtext/richtextborderspage.cpp:339 +#: ../src/richtext/richtextborderspage.cpp:371 +#: ../src/richtext/richtextborderspage.cpp:373 +#: ../src/richtext/richtextborderspage.cpp:438 +#: ../src/richtext/richtextborderspage.cpp:440 +#: ../src/richtext/richtextborderspage.cpp:472 +#: ../src/richtext/richtextborderspage.cpp:474 +#: ../src/richtext/richtextborderspage.cpp:506 +#: ../src/richtext/richtextborderspage.cpp:508 +#: ../src/richtext/richtextborderspage.cpp:540 +#: ../src/richtext/richtextborderspage.cpp:542 +msgid "The border line style." +msgstr "Das Rahmenlinien-Format." + +#: ../src/richtext/richtextmarginspage.cpp:267 +#: ../src/richtext/richtextmarginspage.cpp:269 msgid "The bottom margin size." msgstr "Die untere Randgröße." -#: ../src/richtext/richtextmarginspage.cpp:382 -#: ../src/richtext/richtextmarginspage.cpp:384 +#: ../src/richtext/richtextmarginspage.cpp:381 +#: ../src/richtext/richtextmarginspage.cpp:383 msgid "The bottom padding size." msgstr "Die untere Auffüllung." @@ -6323,10 +6413,10 @@ #: ../src/richtext/richtextliststylepage.cpp:256 #: ../src/richtext/richtextliststylepage.cpp:275 #: ../src/richtext/richtextliststylepage.cpp:277 -#: ../src/richtext/richtextbulletspage.cpp:204 -#: ../src/richtext/richtextbulletspage.cpp:206 -#: ../src/richtext/richtextbulletspage.cpp:227 -#: ../src/richtext/richtextbulletspage.cpp:229 +#: ../src/richtext/richtextbulletspage.cpp:191 +#: ../src/richtext/richtextbulletspage.cpp:193 +#: ../src/richtext/richtextbulletspage.cpp:214 +#: ../src/richtext/richtextbulletspage.cpp:216 msgid "The bullet character." msgstr "Die Gliederungspunktzeichen." @@ -6346,13 +6436,13 @@ "einen Ersatzzeichensatz oder 'Abbrechen', \n" "falls er nicht ersetzt werden kann." -#: ../src/msw/ole/dataobj.cpp:367 +#: ../src/msw/ole/dataobj.cpp:394 #, c-format msgid "The clipboard format '%d' doesn't exist." msgstr "Das Format '%d' für die Zwischenablage existiert nicht." -#: ../src/richtext/richtextstylepage.cpp:128 #: ../src/richtext/richtextstylepage.cpp:130 +#: ../src/richtext/richtextstylepage.cpp:132 msgid "The default style for the next paragraph." msgstr "Der voreingestellte Stil für den nächsten Absatz." @@ -6378,7 +6468,7 @@ "\n" "Wollen sie dennoch mit dem Drucken fortfahren?" -#: ../src/common/docview.cpp:1184 +#: ../src/common/docview.cpp:1191 #, c-format msgid "" "The file '%s' doesn't exist and couldn't be opened.\n" @@ -6417,12 +6507,12 @@ msgid "The font point size." msgstr "Die Schriftgröße in Punkt." -#: ../src/osx/carbon/fontdlg.cpp:529 ../src/osx/carbon/fontdlg.cpp:531 +#: ../src/osx/carbon/fontdlg.cpp:513 ../src/osx/carbon/fontdlg.cpp:515 msgid "The font size in points." msgstr "Die Schriftgröße in Punkt." -#: ../src/richtext/richtextfontpage.cpp:190 -#: ../src/richtext/richtextfontpage.cpp:192 +#: ../src/richtext/richtextfontpage.cpp:181 +#: ../src/richtext/richtextfontpage.cpp:183 msgid "The font size units, points or pixels." msgstr "Einheit der Schriftgröße in Punkt oder Pixel." @@ -6434,7 +6524,7 @@ msgid "The font weight." msgstr "Die Schriftdicke." -#: ../src/common/docview.cpp:1465 +#: ../src/common/docview.cpp:1472 #, c-format msgid "The format of file '%s' couldn't be determined." msgstr "Das Format der Datei '%s' konnte nicht bestimmt werden." @@ -6446,13 +6536,13 @@ msgid "The left indent." msgstr "Der Linkseinzug." -#: ../src/richtext/richtextmarginspage.cpp:195 -#: ../src/richtext/richtextmarginspage.cpp:197 +#: ../src/richtext/richtextmarginspage.cpp:194 +#: ../src/richtext/richtextmarginspage.cpp:196 msgid "The left margin size." msgstr "Der linke Rand." -#: ../src/richtext/richtextmarginspage.cpp:309 -#: ../src/richtext/richtextmarginspage.cpp:311 +#: ../src/richtext/richtextmarginspage.cpp:308 +#: ../src/richtext/richtextmarginspage.cpp:310 msgid "The left padding size." msgstr "Die linke Auffüllung." @@ -6470,12 +6560,12 @@ msgid "The line spacing." msgstr "Der Zeilenabstand." -#: ../src/richtext/richtextbulletspage.cpp:268 -#: ../src/richtext/richtextbulletspage.cpp:270 +#: ../src/richtext/richtextbulletspage.cpp:255 +#: ../src/richtext/richtextbulletspage.cpp:257 msgid "The list item number." msgstr "Die Nummer des Listenelements" -#: ../src/msw/ole/automtn.cpp:653 +#: ../src/msw/ole/automtn.cpp:667 msgid "The locale ID is unknown." msgstr "Die lokale ID ist unbekannt." @@ -6545,7 +6635,7 @@ "die vertrauliche Informationen enthalten, nicht ausgewählt sind; sie werden " "dann aus dem Fehlerbericht entfernt.\n" -#: ../src/common/cmdline.cpp:1083 +#: ../src/common/cmdline.cpp:1248 #, c-format msgid "The required parameter '%s' was not specified." msgstr "Der benötigte Parameter '%s' wurde nicht angegeben." @@ -6557,13 +6647,13 @@ msgid "The right indent." msgstr "Der Rechtseinzug." -#: ../src/richtext/richtextmarginspage.cpp:220 -#: ../src/richtext/richtextmarginspage.cpp:222 +#: ../src/richtext/richtextmarginspage.cpp:219 +#: ../src/richtext/richtextmarginspage.cpp:221 msgid "The right margin size." msgstr "Der rechte Rand." -#: ../src/richtext/richtextmarginspage.cpp:334 -#: ../src/richtext/richtextmarginspage.cpp:336 +#: ../src/richtext/richtextmarginspage.cpp:333 +#: ../src/richtext/richtextmarginspage.cpp:335 msgid "The right padding size." msgstr "Die rechte Auffüllung." @@ -6587,13 +6677,13 @@ msgid "The spacing before the paragraph." msgstr "Der Abstand vor einem Absatz." -#: ../src/richtext/richtextstylepage.cpp:108 #: ../src/richtext/richtextstylepage.cpp:110 +#: ../src/richtext/richtextstylepage.cpp:112 msgid "The style name." msgstr "Die Stilname." -#: ../src/richtext/richtextstylepage.cpp:118 #: ../src/richtext/richtextstylepage.cpp:120 +#: ../src/richtext/richtextstylepage.cpp:122 msgid "The style on which this style is based." msgstr "Der Stil auf dem dieser Stil basiert." @@ -6602,30 +6692,30 @@ msgid "The style preview." msgstr "Die Schriftvorschau." -#: ../src/msw/ole/automtn.cpp:669 +#: ../src/msw/ole/automtn.cpp:683 msgid "The system cannot find the file specified." msgstr "Das System kann die aufgeführte Datei nicht finden." -#: ../src/richtext/richtexttabspage.cpp:118 -#: ../src/richtext/richtexttabspage.cpp:120 +#: ../src/richtext/richtexttabspage.cpp:114 +#: ../src/richtext/richtexttabspage.cpp:116 msgid "The tab position." msgstr "Die Tabulatorposition." -#: ../src/richtext/richtexttabspage.cpp:124 +#: ../src/richtext/richtexttabspage.cpp:120 msgid "The tab positions." msgstr "Die Tabulatorpositionen." -#: ../src/richtext/richtextctrl.cpp:2705 +#: ../src/richtext/richtextctrl.cpp:2827 msgid "The text couldn't be saved." msgstr "Der Text konnte nicht gesichert werden." -#: ../src/richtext/richtextmarginspage.cpp:243 -#: ../src/richtext/richtextmarginspage.cpp:245 +#: ../src/richtext/richtextmarginspage.cpp:242 +#: ../src/richtext/richtextmarginspage.cpp:244 msgid "The top margin size." msgstr "Der obere Rand." -#: ../src/richtext/richtextmarginspage.cpp:357 -#: ../src/richtext/richtextmarginspage.cpp:359 +#: ../src/richtext/richtextmarginspage.cpp:356 +#: ../src/richtext/richtextmarginspage.cpp:358 msgid "The top padding size." msgstr "Die obere Füllung." @@ -6636,11 +6726,16 @@ msgid "The top position." msgstr "Abstand nach oben." -#: ../src/common/cmdline.cpp:1061 +#: ../src/common/cmdline.cpp:1226 #, c-format msgid "The value for the option '%s' must be specified." msgstr "Der Wert für die Option '%s' muss angegeben werden." +#: ../src/richtext/richtextborderspage.cpp:588 +#: ../src/richtext/richtextborderspage.cpp:590 +msgid "The value of the corner radius." +msgstr "Wert des Eckradius." + #: ../src/msw/dialup.cpp:452 #, c-format msgid "" @@ -6655,7 +6750,7 @@ msgid "The wxGtkPrinterDC cannot be used." msgstr "wxGtkPrinterDC kann nicht benutzt werden." -#: ../src/osx/carbon/dataview.cpp:1340 +#: ../src/osx/carbon/dataview.cpp:1338 msgid "There is no column or renderer for the specified column index." msgstr "" "Es existiert keine Zeile oder Darstellung für den festgelegten Zeilenindex." @@ -6684,7 +6779,7 @@ msgid "This platform does not support background transparency." msgstr "Diese Platform unterstützt die Hintergrundtransparenz nicht." -#: ../src/gtk/window.cpp:4317 +#: ../src/gtk/window.cpp:4356 msgid "" "This program was compiled with a too old version of GTK+, please rebuild " "with GTK+ 2.12 or newer." @@ -6700,7 +6795,7 @@ "Dieses System unterstützt nicht die Komponente zur Darstellung der " "Datumsauswahl. Installieren Sie bitte eine neuere Version der comctl32.dll." -#: ../src/msw/thread.cpp:1300 +#: ../src/msw/thread.cpp:1295 msgid "" "Thread module initialization failed: cannot store value in thread local " "storage" @@ -6708,13 +6803,13 @@ "Thread-Modul-Initialisierung gescheitert: Wert konnte nicht im lokalen " "Speicherbereich des Thread gespeichert werden" -#: ../src/unix/threadpsx.cpp:1758 +#: ../src/unix/threadpsx.cpp:1763 msgid "Thread module initialization failed: failed to create thread key" msgstr "" "Thread-Modul-Initialisierung gescheitert: Thread-Schlüssel konnte nicht " "erstellt werden" -#: ../src/msw/thread.cpp:1288 +#: ../src/msw/thread.cpp:1283 msgid "" "Thread module initialization failed: impossible to allocate index in thread " "local storage" @@ -6722,7 +6817,7 @@ "Thread-Modul-Initialisierung gescheitert: Index konnte nicht im lokalen " "Speicherbereich des Thread allokiert werden" -#: ../src/unix/threadpsx.cpp:1038 +#: ../src/unix/threadpsx.cpp:1043 msgid "Thread priority setting is ignored." msgstr "Thread-Prioritätseinstellung wird ignoriert" @@ -6744,7 +6839,7 @@ msgid "Timer creation failed." msgstr "Konnte Zeitgeber nicht anlegen." -#: ../src/generic/tipdlg.cpp:220 +#: ../src/generic/tipdlg.cpp:215 msgid "Tip of the Day" msgstr "Tipp des Tages" @@ -6756,11 +6851,11 @@ msgid "To:" msgstr "Bis:" -#: ../src/osx/carbon/dataview.cpp:2451 +#: ../src/osx/carbon/dataview.cpp:2449 msgid "Toggle renderer cannot render value; value type: " msgstr "Umschalt Renderer konnte den Wert nicht darstellen; Wert Typ:" -#: ../src/richtext/richtextbuffer.cpp:7983 +#: ../src/richtext/richtextbuffer.cpp:8237 msgid "Too many EndStyle calls!" msgstr "Zu viele EndStyle-Aufrufe!" @@ -6805,17 +6900,17 @@ msgid "Type" msgstr "Typ" -#: ../src/richtext/richtextfontpage.cpp:160 -#: ../src/richtext/richtextfontpage.cpp:162 +#: ../src/richtext/richtextfontpage.cpp:151 +#: ../src/richtext/richtextfontpage.cpp:153 msgid "Type a font name." msgstr "Schriftart eingeben." -#: ../src/richtext/richtextfontpage.cpp:175 -#: ../src/richtext/richtextfontpage.cpp:177 +#: ../src/richtext/richtextfontpage.cpp:166 +#: ../src/richtext/richtextfontpage.cpp:168 msgid "Type a size in points." msgstr "Größe in Punkt angeben." -#: ../src/msw/ole/automtn.cpp:665 +#: ../src/msw/ole/automtn.cpp:679 #, c-format msgid "Type mismatch in argument %u." msgstr "Typfehler in Argument %u." @@ -6877,7 +6972,7 @@ msgid "Unable to close the handle for '%s'" msgstr "Konnte das Handle für '%s' nicht schließen" -#: ../include/wx/msw/private/fswatcher.h:240 +#: ../include/wx/msw/private/fswatcher.h:245 msgid "Unable to create I/O completion port" msgstr "Konnte den I/O Vervollständigungs-Port nicht erzeugen" @@ -6893,7 +6988,7 @@ msgid "Unable to create kqueue instance" msgstr "Erzeugen der kqueue Instanz fehlgeschlagen" -#: ../include/wx/msw/private/fswatcher.h:229 +#: ../include/wx/msw/private/fswatcher.h:234 msgid "Unable to dequeue completion packet" msgstr "Nicht möglich das Kompletierungspaket aufzulösen" @@ -6901,7 +6996,7 @@ msgid "Unable to get events from kqueue" msgstr "Ereignisse von Kqueue zu erhalten fehlgeschlagen" -#: ../src/osx/carbon/dataview.cpp:1903 +#: ../src/osx/carbon/dataview.cpp:1901 msgid "Unable to handle native drag&drop data" msgstr "Nicht möglich mit ursprüngliche Drag&Drop Daten umzugehen" @@ -6918,7 +7013,7 @@ msgid "Unable to open path '%s'" msgstr "Pfad '%s' lässt sich nicht öffnen" -#: ../src/html/htmlwin.cpp:561 +#: ../src/html/htmlwin.cpp:574 #, c-format msgid "Unable to open requested HTML document: %s" msgstr "Das angeforderte HTML-Dokument konnte nicht geöffnet werden: %s" @@ -6927,11 +7022,11 @@ msgid "Unable to play sound asynchronously." msgstr "Der Klang kann nicht asynchron abgespielt werden." -#: ../include/wx/msw/private/fswatcher.h:207 +#: ../include/wx/msw/private/fswatcher.h:212 msgid "Unable to post completion status" msgstr "Nicht möglich den Ausführungsstatus zu senden" -#: ../src/unix/fswatcher_inotify.cpp:530 +#: ../src/unix/fswatcher_inotify.cpp:543 msgid "Unable to read from inotify descriptor" msgstr "Konnte nicht vom Inotify Beschreibungselement lesen" @@ -6960,8 +7055,8 @@ msgid "Underline" msgstr "Unterstreichen" -#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:556 -#: ../src/propgrid/advprops.cpp:655 +#: ../src/richtext/richtextfontpage.cpp:357 ../src/osx/carbon/fontdlg.cpp:540 +#: ../src/propgrid/advprops.cpp:656 msgid "Underlined" msgstr "Unterstrichen" @@ -6973,18 +7068,18 @@ msgid "Undo last action" msgstr "Letzte Aktion zurücknehmen" -#: ../src/common/cmdline.cpp:864 +#: ../src/common/cmdline.cpp:1023 #, c-format msgid "Unexpected characters following option '%s'." msgstr "Unerwartete Zeichen folgen der Option '%s'." -#: ../src/unix/fswatcher_inotify.cpp:261 +#: ../src/unix/fswatcher_inotify.cpp:262 #, c-format msgid "Unexpected event for \"%s\": no matching watch descriptor." msgstr "" "Unerwartetes Ereignis für \"%s\": Kein passender Ãœberwachungs-Deskriptor." -#: ../src/common/cmdline.cpp:1024 +#: ../src/common/cmdline.cpp:1189 #, c-format msgid "Unexpected parameter '%s'" msgstr "Unerwarteter Parameter '%s'" @@ -7039,23 +7134,23 @@ msgid "Unindent" msgstr "Einrücken aufheben" -#: ../src/richtext/richtextborderspage.cpp:373 -#: ../src/richtext/richtextborderspage.cpp:375 +#: ../src/richtext/richtextborderspage.cpp:362 +#: ../src/richtext/richtextborderspage.cpp:364 msgid "Units for the bottom border width." msgstr "Einheit für die untere Randbreite." -#: ../src/richtext/richtextmarginspage.cpp:278 -#: ../src/richtext/richtextmarginspage.cpp:280 +#: ../src/richtext/richtextmarginspage.cpp:277 +#: ../src/richtext/richtextmarginspage.cpp:279 msgid "Units for the bottom margin." msgstr "Einheiten für den unteren Bundsteg" -#: ../src/richtext/richtextborderspage.cpp:517 -#: ../src/richtext/richtextborderspage.cpp:519 +#: ../src/richtext/richtextborderspage.cpp:531 +#: ../src/richtext/richtextborderspage.cpp:533 msgid "Units for the bottom outline width." msgstr "Einheiten für die untere Umrissbreite." -#: ../src/richtext/richtextmarginspage.cpp:392 -#: ../src/richtext/richtextmarginspage.cpp:394 +#: ../src/richtext/richtextmarginspage.cpp:391 +#: ../src/richtext/richtextmarginspage.cpp:393 msgid "Units for the bottom padding." msgstr "Einheiten für die untere Auffüllung." @@ -7064,23 +7159,28 @@ msgid "Units for the bottom position." msgstr "Einheit für den Abstand nach unten." -#: ../src/richtext/richtextborderspage.cpp:283 -#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:599 +#: ../src/richtext/richtextborderspage.cpp:601 +msgid "Units for the corner radius." +msgstr "Einheit des Eckradius." + +#: ../src/richtext/richtextborderspage.cpp:260 +#: ../src/richtext/richtextborderspage.cpp:262 msgid "Units for the left border width." msgstr "Einheiten für die linke Randbreite." -#: ../src/richtext/richtextmarginspage.cpp:205 -#: ../src/richtext/richtextmarginspage.cpp:207 +#: ../src/richtext/richtextmarginspage.cpp:204 +#: ../src/richtext/richtextmarginspage.cpp:206 msgid "Units for the left margin." msgstr "Einheiten für den linken Bundsteg" -#: ../src/richtext/richtextborderspage.cpp:427 #: ../src/richtext/richtextborderspage.cpp:429 +#: ../src/richtext/richtextborderspage.cpp:431 msgid "Units for the left outline width." msgstr "Einheiten für die linke Umrissbreite." -#: ../src/richtext/richtextmarginspage.cpp:319 -#: ../src/richtext/richtextmarginspage.cpp:321 +#: ../src/richtext/richtextmarginspage.cpp:318 +#: ../src/richtext/richtextmarginspage.cpp:320 msgid "Units for the left padding." msgstr "Einheiten für die linke Auffüllung" @@ -7119,23 +7219,23 @@ msgid "Units for the object width." msgstr "Einheiten für die Objektbreite." -#: ../src/richtext/richtextborderspage.cpp:313 -#: ../src/richtext/richtextborderspage.cpp:315 +#: ../src/richtext/richtextborderspage.cpp:294 +#: ../src/richtext/richtextborderspage.cpp:296 msgid "Units for the right border width." msgstr "Einheiten für die rechte Randbreite." -#: ../src/richtext/richtextmarginspage.cpp:230 -#: ../src/richtext/richtextmarginspage.cpp:232 +#: ../src/richtext/richtextmarginspage.cpp:229 +#: ../src/richtext/richtextmarginspage.cpp:231 msgid "Units for the right margin." msgstr "Einheiten für den rechten Bundsteg." -#: ../src/richtext/richtextborderspage.cpp:457 -#: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:463 +#: ../src/richtext/richtextborderspage.cpp:465 msgid "Units for the right outline width." msgstr "Einheiten für die rechte Umrissbreite." -#: ../src/richtext/richtextmarginspage.cpp:344 -#: ../src/richtext/richtextmarginspage.cpp:346 +#: ../src/richtext/richtextmarginspage.cpp:343 +#: ../src/richtext/richtextmarginspage.cpp:345 msgid "Units for the right padding." msgstr "Einheit für die Auffüllung rechts." @@ -7144,23 +7244,23 @@ msgid "Units for the right position." msgstr "Einheit des Abstands nach rechts." -#: ../src/richtext/richtextborderspage.cpp:343 -#: ../src/richtext/richtextborderspage.cpp:345 +#: ../src/richtext/richtextborderspage.cpp:328 +#: ../src/richtext/richtextborderspage.cpp:330 msgid "Units for the top border width." msgstr "Einheit für die Breite des oberen Randes." -#: ../src/richtext/richtextmarginspage.cpp:253 -#: ../src/richtext/richtextmarginspage.cpp:255 +#: ../src/richtext/richtextmarginspage.cpp:252 +#: ../src/richtext/richtextmarginspage.cpp:254 msgid "Units for the top margin." msgstr "Einheiten für den oberen Rand." -#: ../src/richtext/richtextborderspage.cpp:487 -#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:497 +#: ../src/richtext/richtextborderspage.cpp:499 msgid "Units for the top outline width." msgstr "Einheit für die Breite des obren Umrisses." -#: ../src/richtext/richtextmarginspage.cpp:367 -#: ../src/richtext/richtextmarginspage.cpp:369 +#: ../src/richtext/richtextmarginspage.cpp:366 +#: ../src/richtext/richtextmarginspage.cpp:368 msgid "Units for the top padding." msgstr "Einheit für die obere Auffüllung" @@ -7197,11 +7297,11 @@ msgid "Unknown TIFF resolution unit %d ignored" msgstr "Unbekannter TIFF Auflösungseinheit %d ignoriert" -#: ../src/osx/carbon/dataview.cpp:1978 +#: ../src/osx/carbon/dataview.cpp:1976 msgid "Unknown data format" msgstr "Unbekanntes Datenformat" -#: ../src/unix/dlunix.cpp:325 +#: ../src/unix/dlunix.cpp:160 msgid "Unknown dynamic library error" msgstr "Unbekannter Fehler bei Behandlung dynamischer Bibliothek" @@ -7210,12 +7310,12 @@ msgid "Unknown encoding (%d)" msgstr "Unbekannte Kodierung (%d)" -#: ../src/msw/ole/automtn.cpp:677 +#: ../src/msw/ole/automtn.cpp:691 #, c-format msgid "Unknown error %08x" msgstr "Unbekannter Fehler %08x" -#: ../src/msw/ole/automtn.cpp:636 +#: ../src/msw/ole/automtn.cpp:650 msgid "Unknown exception" msgstr "Unbekannte Ausnahme" @@ -7223,16 +7323,16 @@ msgid "Unknown image data format." msgstr "Unbekanntes Bilddateiformat" -#: ../src/common/cmdline.cpp:749 +#: ../src/common/cmdline.cpp:908 #, c-format msgid "Unknown long option '%s'" msgstr "Unbekannte 'long'-Option '%s'" -#: ../src/msw/ole/automtn.cpp:620 +#: ../src/msw/ole/automtn.cpp:634 msgid "Unknown name or named argument." msgstr "Unbekannter Name oder unbekanntes Argument." -#: ../src/common/cmdline.cpp:764 ../src/common/cmdline.cpp:786 +#: ../src/common/cmdline.cpp:923 ../src/common/cmdline.cpp:945 #, c-format msgid "Unknown option '%s'" msgstr "Unbekannte Option '%s'" @@ -7247,7 +7347,7 @@ msgid "Unnamed command" msgstr "Unbenanntes Kommando" -#: ../src/propgrid/propgrid.cpp:398 +#: ../src/propgrid/propgrid.cpp:397 msgid "Unspecified" msgstr "Nicht angegeben" @@ -7265,16 +7365,16 @@ msgstr "Hoch" #: ../src/richtext/richtextliststylepage.cpp:483 -#: ../src/richtext/richtextbulletspage.cpp:288 +#: ../src/richtext/richtextbulletspage.cpp:275 msgid "Upper case letters" msgstr "Großbuchstaben" #: ../src/richtext/richtextliststylepage.cpp:485 -#: ../src/richtext/richtextbulletspage.cpp:290 +#: ../src/richtext/richtextbulletspage.cpp:277 msgid "Upper case roman numerals" msgstr "Römische Ziffern in Großbuchstaben" -#: ../src/common/cmdline.cpp:1155 +#: ../src/common/cmdline.cpp:1320 #, c-format msgid "Usage: %s" msgstr "Verwendung: %s" @@ -7286,13 +7386,13 @@ msgid "Use the current alignment setting." msgstr "Benutze die aktuellen Einstellungen für die Ausrichtung." -#: ../src/osx/carbon/dataview.cpp:2658 ../src/osx/carbon/dataview.cpp:2723 +#: ../src/osx/carbon/dataview.cpp:2656 ../src/osx/carbon/dataview.cpp:2721 msgid "Valid pointer to native data view control does not exist" msgstr "" "Es existiert kein gültiger Zeiger auf das Kontrollelement zur der " "ursprünglichen Daten" -#: ../src/common/valtext.cpp:174 +#: ../src/common/valtext.cpp:179 msgid "Validation conflict" msgstr "Verifizierungs-Konflikt" @@ -7300,17 +7400,17 @@ msgid "Value" msgstr "Wert" -#: ../src/propgrid/props.cpp:384 +#: ../src/propgrid/props.cpp:385 #, c-format msgid "Value must be %s or higher." msgstr "Wert muss %s oder höher sein." -#: ../src/propgrid/props.cpp:411 +#: ../src/propgrid/props.cpp:412 #, c-format msgid "Value must be %s or less." msgstr "Wert muss %s oder kleiner sein." -#: ../src/propgrid/props.cpp:388 ../src/propgrid/props.cpp:415 +#: ../src/propgrid/props.cpp:389 ../src/propgrid/props.cpp:416 #, c-format msgid "Value must be between %s and %s." msgstr "Wert muss zwischen %s und %s liegen." @@ -7332,7 +7432,7 @@ msgid "View files as a list view" msgstr "Dateien als Liste anzeigen" -#: ../src/common/docview.cpp:1952 +#: ../src/common/docview.cpp:1959 msgid "Views" msgstr "Darstellung" @@ -7358,7 +7458,7 @@ msgid "Warning: " msgstr "Warnung: " -#: ../src/propgrid/advprops.cpp:651 +#: ../src/propgrid/advprops.cpp:652 msgid "Weight" msgstr "Dicke" @@ -7378,7 +7478,7 @@ msgid "Whole word" msgstr "Ganzes Wort" -#: ../src/html/helpwnd.cpp:547 +#: ../src/html/helpwnd.cpp:548 msgid "Whole words only" msgstr "Nur ganze Worte" @@ -7398,6 +7498,14 @@ msgid "Windows 7" msgstr "Windows 7" +#: ../src/msw/utils.cpp:1308 +msgid "Windows 8" +msgstr "Windows 8" + +#: ../src/msw/utils.cpp:1314 +msgid "Windows 8.1" +msgstr "Windows 8.1" + #: ../src/msw/utils.cpp:1234 msgid "Windows 95" msgstr "Windows 95" @@ -7472,7 +7580,7 @@ msgid "Windows ME" msgstr "Windows ME" -#: ../src/msw/utils.cpp:1310 +#: ../src/msw/utils.cpp:1322 #, c-format msgid "Windows NT %lu.%lu" msgstr "Windows NT %lu.%lu" @@ -7489,6 +7597,14 @@ msgid "Windows Server 2008 R2" msgstr "Windows Server 2008 R2" +#: ../src/msw/utils.cpp:1307 +msgid "Windows Server 2012" +msgstr "Windows Server 2012" + +#: ../src/msw/utils.cpp:1313 +msgid "Windows Server 2012 R2" +msgstr "Windows Server 2012 R2" + #: ../src/common/fmapbase.cpp:166 msgid "Windows Thai (CP 874)" msgstr "Windows Thailändisch (CP 874)" @@ -7575,7 +7691,7 @@ msgid "You cannot add a new directory to this section." msgstr "Sie können hier kein neues Verzeichnis anlegen." -#: ../src/propgrid/propgrid.cpp:3258 +#: ../src/propgrid/propgrid.cpp:3245 msgid "You have entered invalid value. Press ESC to cancel editing." msgstr "" "Sie haben einen ungültigen Wert eingegeben. Drücken Sie ESC um die " @@ -7732,7 +7848,7 @@ msgid "bad signature" msgstr "Falsche Unterschrift" -#: ../src/common/zipstrm.cpp:1715 +#: ../src/common/zipstrm.cpp:1678 msgid "bad zipfile offset to entry" msgstr "Falsches Offset zum Einsprung in der Zipdatei." @@ -7748,7 +7864,7 @@ msgid "buffer is too small for Windows directory." msgstr "Puffer zu klein für Windows-Verzeichnis." -#: ../src/msw/utils.cpp:1316 +#: ../src/msw/utils.cpp:1328 #, c-format msgid "build %lu" msgstr "Erzeugungsversion %lu" @@ -7788,7 +7904,7 @@ msgid "can't execute '%s'" msgstr "Kann '%s' nicht ausführen" -#: ../src/common/zipstrm.cpp:1490 +#: ../src/common/zipstrm.cpp:1453 msgid "can't find central directory in zip" msgstr "Kann Zentralverzeichnis im Zip nicht finden." @@ -7862,7 +7978,7 @@ msgid "can't seek on file descriptor %d" msgstr "Kann auf die Dateibeschreibung '%d' nicht suchen" -#: ../src/common/textfile.cpp:299 +#: ../src/common/textfile.cpp:270 #, c-format msgid "can't write buffer '%s' to disk." msgstr "Kann den Puffer '%s' nicht schreiben." @@ -7884,22 +8000,23 @@ msgid "checksum failure reading tar header block" msgstr "Prüfsummenfehler beim Lesen der tar Kopfeintrages" -#: ../src/richtext/richtextborderspage.cpp:280 -#: ../src/richtext/richtextborderspage.cpp:310 -#: ../src/richtext/richtextborderspage.cpp:340 -#: ../src/richtext/richtextborderspage.cpp:370 -#: ../src/richtext/richtextborderspage.cpp:424 -#: ../src/richtext/richtextborderspage.cpp:454 -#: ../src/richtext/richtextborderspage.cpp:484 -#: ../src/richtext/richtextborderspage.cpp:514 -#: ../src/richtext/richtextmarginspage.cpp:202 -#: ../src/richtext/richtextmarginspage.cpp:227 -#: ../src/richtext/richtextmarginspage.cpp:250 -#: ../src/richtext/richtextmarginspage.cpp:275 -#: ../src/richtext/richtextmarginspage.cpp:316 -#: ../src/richtext/richtextmarginspage.cpp:341 -#: ../src/richtext/richtextmarginspage.cpp:364 -#: ../src/richtext/richtextmarginspage.cpp:389 +#: ../src/richtext/richtextborderspage.cpp:256 +#: ../src/richtext/richtextborderspage.cpp:290 +#: ../src/richtext/richtextborderspage.cpp:324 +#: ../src/richtext/richtextborderspage.cpp:358 +#: ../src/richtext/richtextborderspage.cpp:425 +#: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:493 +#: ../src/richtext/richtextborderspage.cpp:527 +#: ../src/richtext/richtextborderspage.cpp:595 +#: ../src/richtext/richtextmarginspage.cpp:201 +#: ../src/richtext/richtextmarginspage.cpp:226 +#: ../src/richtext/richtextmarginspage.cpp:249 +#: ../src/richtext/richtextmarginspage.cpp:274 +#: ../src/richtext/richtextmarginspage.cpp:315 +#: ../src/richtext/richtextmarginspage.cpp:340 +#: ../src/richtext/richtextmarginspage.cpp:363 +#: ../src/richtext/richtextmarginspage.cpp:388 #: ../src/richtext/richtextsizepage.cpp:339 #: ../src/richtext/richtextsizepage.cpp:373 #: ../src/richtext/richtextsizepage.cpp:400 @@ -7925,7 +8042,7 @@ msgid "ctrl" msgstr "strg" -#: ../src/common/cmdline.cpp:1323 +#: ../src/common/cmdline.cpp:1488 msgid "date" msgstr "Datum" @@ -7937,7 +8054,7 @@ msgid "default" msgstr "Standard" -#: ../src/common/cmdline.cpp:1319 +#: ../src/common/cmdline.cpp:1484 msgid "double" msgstr "Doppelte Genauigkeit" @@ -7975,15 +8092,15 @@ msgid "error opening file" msgstr "Fehler beim Öffnen der Datei" -#: ../src/common/zipstrm.cpp:1576 +#: ../src/common/zipstrm.cpp:1539 msgid "error reading zip central directory" msgstr "Fehler beim Lesen des Zentralverzeichnisses im Zip" -#: ../src/common/zipstrm.cpp:1667 +#: ../src/common/zipstrm.cpp:1630 msgid "error reading zip local header" msgstr "Fehler beim Lesen des lokalen Headers in Zipdatei" -#: ../src/common/zipstrm.cpp:2396 +#: ../src/common/zipstrm.cpp:2291 #, c-format msgid "error writing zip entry '%s': bad crc or length" msgstr "" @@ -8028,7 +8145,7 @@ msgid "file '%s': unexpected character %c at line %d." msgstr "Datei '%s': unerwartetes Zeichen %c in Zeile %d." -#: ../src/richtext/richtextbuffer.cpp:8358 +#: ../src/richtext/richtextbuffer.cpp:8612 msgid "files" msgstr "Dateien" @@ -8036,7 +8153,7 @@ msgid "first" msgstr "erste" -#: ../src/html/helpwnd.cpp:1265 +#: ../src/html/helpwnd.cpp:1266 msgid "font size" msgstr "Schriftgröße:" @@ -8048,12 +8165,12 @@ msgid "fourth" msgstr "vierte" -#: ../src/common/appbase.cpp:695 +#: ../src/common/appbase.cpp:699 msgid "generate verbose log messages" msgstr "ausführliche Log-Nachrichten erstellen" -#: ../src/richtext/richtextbuffer.cpp:12212 -#: ../src/richtext/richtextbuffer.cpp:12322 +#: ../src/richtext/richtextbuffer.cpp:12782 +#: ../src/richtext/richtextbuffer.cpp:12892 msgid "image" msgstr "Bild" @@ -8077,7 +8194,7 @@ msgid "invalid message box return value" msgstr "ungültiger 'message box'-Rückgabewert" -#: ../src/common/zipstrm.cpp:1445 +#: ../src/common/zipstrm.cpp:1408 msgid "invalid zip file" msgstr "Ungültige Zip-Datei" @@ -8135,7 +8252,7 @@ msgid "not implemented" msgstr "nicht ausgeführt" -#: ../src/common/cmdline.cpp:1315 +#: ../src/common/cmdline.cpp:1480 msgid "num" msgstr "num" @@ -8147,77 +8264,76 @@ msgid "out of memory" msgstr "nicht genug Speicher" -#: ../src/richtext/richtextsizepage.cpp:340 -#: ../src/richtext/richtextsizepage.cpp:374 -#: ../src/richtext/richtextsizepage.cpp:401 -#: ../src/richtext/richtextsizepage.cpp:428 -#: ../src/richtext/richtextsizepage.cpp:455 -#: ../src/richtext/richtextsizepage.cpp:482 -#: ../src/richtext/richtextsizepage.cpp:556 -#: ../src/richtext/richtextsizepage.cpp:591 -#: ../src/richtext/richtextsizepage.cpp:626 -#: ../src/richtext/richtextsizepage.cpp:661 -msgid "percent" -msgstr "Prozent" - #: ../src/common/debugrpt.cpp:519 msgid "process context description" msgstr "Bearbeite Kontextbeschreibung" -#: ../src/richtext/richtextfontpage.cpp:186 -#: ../src/richtext/richtextfontpage.cpp:189 +#: ../src/richtext/richtextfontpage.cpp:177 +#: ../src/richtext/richtextfontpage.cpp:180 +#: ../src/richtext/richtextborderspage.cpp:257 +#: ../src/richtext/richtextborderspage.cpp:291 +#: ../src/richtext/richtextborderspage.cpp:325 +#: ../src/richtext/richtextborderspage.cpp:359 +#: ../src/richtext/richtextborderspage.cpp:426 +#: ../src/richtext/richtextborderspage.cpp:460 +#: ../src/richtext/richtextborderspage.cpp:494 +#: ../src/richtext/richtextborderspage.cpp:528 +#: ../src/richtext/richtextborderspage.cpp:596 msgid "pt" msgstr "pt" -#: ../src/richtext/richtextfontpage.cpp:187 -#: ../src/richtext/richtextborderspage.cpp:279 -#: ../src/richtext/richtextborderspage.cpp:281 -#: ../src/richtext/richtextborderspage.cpp:282 -#: ../src/richtext/richtextborderspage.cpp:309 -#: ../src/richtext/richtextborderspage.cpp:311 -#: ../src/richtext/richtextborderspage.cpp:312 -#: ../src/richtext/richtextborderspage.cpp:339 -#: ../src/richtext/richtextborderspage.cpp:341 -#: ../src/richtext/richtextborderspage.cpp:342 -#: ../src/richtext/richtextborderspage.cpp:369 -#: ../src/richtext/richtextborderspage.cpp:371 -#: ../src/richtext/richtextborderspage.cpp:372 -#: ../src/richtext/richtextborderspage.cpp:423 -#: ../src/richtext/richtextborderspage.cpp:425 -#: ../src/richtext/richtextborderspage.cpp:426 -#: ../src/richtext/richtextborderspage.cpp:453 -#: ../src/richtext/richtextborderspage.cpp:455 -#: ../src/richtext/richtextborderspage.cpp:456 -#: ../src/richtext/richtextborderspage.cpp:483 -#: ../src/richtext/richtextborderspage.cpp:485 -#: ../src/richtext/richtextborderspage.cpp:486 -#: ../src/richtext/richtextborderspage.cpp:513 -#: ../src/richtext/richtextborderspage.cpp:515 -#: ../src/richtext/richtextborderspage.cpp:516 -#: ../src/richtext/richtextmarginspage.cpp:201 +#: ../src/richtext/richtextfontpage.cpp:178 +#: ../src/richtext/richtextborderspage.cpp:255 +#: ../src/richtext/richtextborderspage.cpp:258 +#: ../src/richtext/richtextborderspage.cpp:259 +#: ../src/richtext/richtextborderspage.cpp:289 +#: ../src/richtext/richtextborderspage.cpp:292 +#: ../src/richtext/richtextborderspage.cpp:293 +#: ../src/richtext/richtextborderspage.cpp:323 +#: ../src/richtext/richtextborderspage.cpp:326 +#: ../src/richtext/richtextborderspage.cpp:327 +#: ../src/richtext/richtextborderspage.cpp:357 +#: ../src/richtext/richtextborderspage.cpp:360 +#: ../src/richtext/richtextborderspage.cpp:361 +#: ../src/richtext/richtextborderspage.cpp:424 +#: ../src/richtext/richtextborderspage.cpp:427 +#: ../src/richtext/richtextborderspage.cpp:428 +#: ../src/richtext/richtextborderspage.cpp:458 +#: ../src/richtext/richtextborderspage.cpp:461 +#: ../src/richtext/richtextborderspage.cpp:462 +#: ../src/richtext/richtextborderspage.cpp:492 +#: ../src/richtext/richtextborderspage.cpp:495 +#: ../src/richtext/richtextborderspage.cpp:496 +#: ../src/richtext/richtextborderspage.cpp:526 +#: ../src/richtext/richtextborderspage.cpp:529 +#: ../src/richtext/richtextborderspage.cpp:530 +#: ../src/richtext/richtextborderspage.cpp:594 +#: ../src/richtext/richtextborderspage.cpp:597 +#: ../src/richtext/richtextborderspage.cpp:598 +#: ../src/richtext/richtextmarginspage.cpp:200 +#: ../src/richtext/richtextmarginspage.cpp:202 #: ../src/richtext/richtextmarginspage.cpp:203 -#: ../src/richtext/richtextmarginspage.cpp:204 -#: ../src/richtext/richtextmarginspage.cpp:226 +#: ../src/richtext/richtextmarginspage.cpp:225 +#: ../src/richtext/richtextmarginspage.cpp:227 #: ../src/richtext/richtextmarginspage.cpp:228 -#: ../src/richtext/richtextmarginspage.cpp:229 -#: ../src/richtext/richtextmarginspage.cpp:249 +#: ../src/richtext/richtextmarginspage.cpp:248 +#: ../src/richtext/richtextmarginspage.cpp:250 #: ../src/richtext/richtextmarginspage.cpp:251 -#: ../src/richtext/richtextmarginspage.cpp:252 -#: ../src/richtext/richtextmarginspage.cpp:274 +#: ../src/richtext/richtextmarginspage.cpp:273 +#: ../src/richtext/richtextmarginspage.cpp:275 #: ../src/richtext/richtextmarginspage.cpp:276 -#: ../src/richtext/richtextmarginspage.cpp:277 -#: ../src/richtext/richtextmarginspage.cpp:315 +#: ../src/richtext/richtextmarginspage.cpp:314 +#: ../src/richtext/richtextmarginspage.cpp:316 #: ../src/richtext/richtextmarginspage.cpp:317 -#: ../src/richtext/richtextmarginspage.cpp:318 -#: ../src/richtext/richtextmarginspage.cpp:340 +#: ../src/richtext/richtextmarginspage.cpp:339 +#: ../src/richtext/richtextmarginspage.cpp:341 #: ../src/richtext/richtextmarginspage.cpp:342 -#: ../src/richtext/richtextmarginspage.cpp:343 -#: ../src/richtext/richtextmarginspage.cpp:363 +#: ../src/richtext/richtextmarginspage.cpp:362 +#: ../src/richtext/richtextmarginspage.cpp:364 #: ../src/richtext/richtextmarginspage.cpp:365 -#: ../src/richtext/richtextmarginspage.cpp:366 -#: ../src/richtext/richtextmarginspage.cpp:388 +#: ../src/richtext/richtextmarginspage.cpp:387 +#: ../src/richtext/richtextmarginspage.cpp:389 #: ../src/richtext/richtextmarginspage.cpp:390 -#: ../src/richtext/richtextmarginspage.cpp:391 #: ../src/richtext/richtextsizepage.cpp:338 #: ../src/richtext/richtextsizepage.cpp:341 #: ../src/richtext/richtextsizepage.cpp:342 @@ -8259,12 +8375,12 @@ msgid "read error" msgstr "Lesefehler" -#: ../src/common/zipstrm.cpp:1882 +#: ../src/common/zipstrm.cpp:1845 #, c-format msgid "reading zip stream (entry %s): bad crc" msgstr "Beim Lesen von Zipstream (Eintrag %s): Falsche Prüfsumme" -#: ../src/common/zipstrm.cpp:1877 +#: ../src/common/zipstrm.cpp:1840 #, c-format msgid "reading zip stream (entry %s): bad length" msgstr "Beim Lesen von Zipstream (Eintrag %s): Falsche Länge" @@ -8293,7 +8409,7 @@ msgid "shift" msgstr "Umschalt" -#: ../src/common/appbase.cpp:685 +#: ../src/common/appbase.cpp:689 msgid "show this help message" msgstr "Zeige diesen Hilfstext" @@ -8313,31 +8429,31 @@ msgid "specify the theme to use" msgstr "geben Sie das zu benutzende Thema an" -#: ../src/richtext/richtextbuffer.cpp:8876 +#: ../src/richtext/richtextbuffer.cpp:9133 msgid "standard/circle" msgstr "Standard/Kreis" -#: ../src/richtext/richtextbuffer.cpp:8877 +#: ../src/richtext/richtextbuffer.cpp:9134 msgid "standard/circle-outline" msgstr "Standard/ Kreisumriss" -#: ../src/richtext/richtextbuffer.cpp:8879 +#: ../src/richtext/richtextbuffer.cpp:9136 msgid "standard/diamond" msgstr "Standard/ Raute" -#: ../src/richtext/richtextbuffer.cpp:8878 +#: ../src/richtext/richtextbuffer.cpp:9135 msgid "standard/square" msgstr "Standard/Quadrat" -#: ../src/richtext/richtextbuffer.cpp:8880 +#: ../src/richtext/richtextbuffer.cpp:9137 msgid "standard/triangle" msgstr "Standard/ Dreieck" -#: ../src/common/zipstrm.cpp:1782 +#: ../src/common/zipstrm.cpp:1745 msgid "stored file length not in Zip header" msgstr "Gespeicherte Dateilänge nicht in Zip-Header" -#: ../src/common/cmdline.cpp:1311 +#: ../src/common/cmdline.cpp:1476 msgid "str" msgstr "str" @@ -8436,12 +8552,12 @@ msgid "unnamed" msgstr "Unbenannt" -#: ../src/common/docview.cpp:1606 +#: ../src/common/docview.cpp:1613 #, c-format msgid "unnamed%d" msgstr "Unbenannt%d" -#: ../src/common/zipstrm.cpp:1796 ../src/common/zipstrm.cpp:2184 +#: ../src/common/zipstrm.cpp:1759 ../src/common/zipstrm.cpp:2079 msgid "unsupported Zip compression method" msgstr "Nicht unterstütztes Zip-Kompressionsformat." @@ -8462,13 +8578,13 @@ msgid "wxPrintout::GetPageInfo gives a null maxPage." msgstr "wxPrintout::GetPageInfo liefert eine NULL maximale Seitengröße." -#: ../src/osx/carbon/dataview.cpp:1303 +#: ../src/osx/carbon/dataview.cpp:1301 msgid "wxWidget control pointer is not a data view pointer" msgstr "" "Zeiger auf ein wxwWidget Kontrollelement ist kein Zeiger auf eine " "Datenanzeige" -#: ../src/osx/carbon/dataview.cpp:907 +#: ../src/osx/carbon/dataview.cpp:905 msgid "wxWidget's control not initialized." msgstr "wxWidget Kontrollelement nicht initialisiert." @@ -8495,10 +8611,16 @@ msgstr "zlib-Fehler %d" #: ../src/richtext/richtextliststylepage.cpp:496 -#: ../src/richtext/richtextbulletspage.cpp:301 +#: ../src/richtext/richtextbulletspage.cpp:288 msgid "~" msgstr "~" +#~ msgid "Event queue overflowed" +#~ msgstr "Ãœberlauf der Ereigniswarteschlange" + +#~ msgid "percent" +#~ msgstr "Prozent" + #~ msgid "Print preview" #~ msgstr "Druck&vorschau" Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/locale/el.mo and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/locale/el.mo differ diff -Nru wxpython3.0-3.0.0.0+dfsg/locale/el.po wxpython3.0-3.0.1.1+dfsg/locale/el.po --- wxpython3.0-3.0.0.0+dfsg/locale/el.po 2013-12-28 09:37:03.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/locale/el.po 2014-04-17 19:37:43.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: wxWidgets 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-01 19:04+0200\n" +"POT-Creation-Date: 2014-02-21 14:54+0100\n" "PO-Revision-Date: 2005-02-16 09:03+0200\n" "Last-Translator: InterZone \n" "Language-Team: Tsolakos Stavros , Nassos Yiannopoulos " @@ -85,6 +85,20 @@ msgid "#9 Envelope, 3 7/8 x 8 7/8 in" msgstr "#9 Φάκελος, 3 7/8 x 8 7/8 ίντσες" +#: ../src/richtext/richtextsizepage.cpp:340 +#: ../src/richtext/richtextsizepage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:401 +#: ../src/richtext/richtextsizepage.cpp:428 +#: ../src/richtext/richtextsizepage.cpp:455 +#: ../src/richtext/richtextsizepage.cpp:482 +#: ../src/richtext/richtextsizepage.cpp:556 +#: ../src/richtext/richtextsizepage.cpp:591 +#: ../src/richtext/richtextsizepage.cpp:626 +#: ../src/richtext/richtextsizepage.cpp:661 +#, fuzzy +msgid "%" +msgstr "%d" + #: ../src/html/helpwnd.cpp:1044 #, fuzzy, c-format msgid "%d of %lu" @@ -137,7 +151,7 @@ msgid "%s did not fit the tar header for entry '%s'" msgstr "" -#: ../src/common/fldlgcmn.cpp:106 +#: ../src/common/fldlgcmn.cpp:124 #, c-format msgid "%s files (%s)|%s" msgstr "%s αÏχεία (%s)|%s" @@ -203,8 +217,8 @@ msgid "&Bottom" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:359 -#: ../src/richtext/richtextborderspage.cpp:503 +#: ../src/richtext/richtextborderspage.cpp:343 +#: ../src/richtext/richtextborderspage.cpp:512 #: ../src/richtext/richtextmarginspage.cpp:260 #: ../src/richtext/richtextmarginspage.cpp:374 #: ../src/richtext/richtextsizepage.cpp:637 @@ -212,7 +226,7 @@ msgid "&Bottom:" msgstr "" -#: ../include/wx/richtext/richtextbuffer.h:3530 +#: ../include/wx/richtext/richtextbuffer.h:3578 #, fuzzy msgid "&Box" msgstr "&Έντονο" @@ -227,7 +241,7 @@ msgstr "" #: ../src/generic/wizard.cpp:432 ../src/generic/fontdlgg.cpp:470 -#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:588 +#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:572 #: ../src/common/stockitem.cpp:145 msgid "&Cancel" msgstr "&ΑκυÏο" @@ -236,7 +250,7 @@ msgid "&Cascade" msgstr "&Επικάλυψη" -#: ../include/wx/richtext/richtextbuffer.h:5587 +#: ../include/wx/richtext/richtextbuffer.h:5639 #, fuzzy msgid "&Cell" msgstr "&ΑκυÏο" @@ -270,8 +284,8 @@ msgid "&Convert" msgstr "ΠεÏιεχόμενα" -#: ../src/richtext/richtextctrl.cpp:326 ../src/osx/textctrl_osx.cpp:583 -#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2284 +#: ../src/richtext/richtextctrl.cpp:332 ../src/osx/textctrl_osx.cpp:583 +#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2335 msgid "&Copy" msgstr "&ΑντιγÏαφή" @@ -290,8 +304,8 @@ msgstr "" #: ../src/richtext/richtexttabspage.cpp:142 -#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:585 -#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2286 +#: ../src/richtext/richtextctrl.cpp:334 ../src/osx/textctrl_osx.cpp:585 +#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2337 msgid "&Delete" msgstr "&ΔιαγÏαφή" @@ -390,7 +404,7 @@ msgstr "&ΒάÏος:" #: ../src/generic/wizard.cpp:435 ../src/richtext/richtextstyledlg.cpp:303 -#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:785 +#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:776 #: ../src/common/stockitem.cpp:163 ../src/html/helpfrm.cpp:147 msgid "&Help" msgstr "&Βοήθεια" @@ -449,8 +463,8 @@ msgstr "" #: ../src/richtext/richtextindentspage.cpp:195 -#: ../src/richtext/richtextborderspage.cpp:269 -#: ../src/richtext/richtextborderspage.cpp:413 +#: ../src/richtext/richtextborderspage.cpp:241 +#: ../src/richtext/richtextborderspage.cpp:410 #: ../src/richtext/richtextliststylepage.cpp:381 #: ../src/richtext/richtextmarginspage.cpp:187 #: ../src/richtext/richtextmarginspage.cpp:301 @@ -520,7 +534,7 @@ msgstr "" #: ../src/generic/fontdlgg.cpp:475 ../src/generic/fontdlgg.cpp:482 -#: ../src/osx/carbon/fontdlg.cpp:594 ../src/common/stockitem.cpp:178 +#: ../src/osx/carbon/fontdlg.cpp:578 ../src/common/stockitem.cpp:178 msgid "&OK" msgstr "&OK" @@ -537,12 +551,12 @@ msgid "&Page Break" msgstr "" -#: ../src/richtext/richtextctrl.cpp:327 ../src/osx/textctrl_osx.cpp:584 -#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2285 +#: ../src/richtext/richtextctrl.cpp:333 ../src/osx/textctrl_osx.cpp:584 +#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2336 msgid "&Paste" msgstr "&Επικόληση" -#: ../include/wx/richtext/richtextbuffer.h:4655 +#: ../include/wx/richtext/richtextbuffer.h:4705 msgid "&Picture" msgstr "" @@ -577,7 +591,7 @@ msgid "&Print..." msgstr "&ΕκτÏπωση..." -#: ../src/richtext/richtextctrl.cpp:332 ../src/richtext/richtextctrl.cpp:4945 +#: ../src/richtext/richtextctrl.cpp:338 ../src/richtext/richtextctrl.cpp:5054 #: ../src/common/stockitem.cpp:184 msgid "&Properties" msgstr "&Ιδιότητες" @@ -586,9 +600,9 @@ msgid "&Quit" msgstr "Έ&ξοδος" -#: ../src/richtext/richtextctrl.cpp:323 ../src/osx/textctrl_osx.cpp:580 +#: ../src/richtext/richtextctrl.cpp:329 ../src/osx/textctrl_osx.cpp:580 #: ../src/common/stockitem.cpp:185 ../src/common/cmdproc.cpp:293 -#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2281 +#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2332 msgid "&Redo" msgstr "&Επανάληψη" @@ -619,8 +633,8 @@ msgstr "Απαλό(light)" #: ../src/richtext/richtextindentspage.cpp:213 -#: ../src/richtext/richtextborderspage.cpp:299 -#: ../src/richtext/richtextborderspage.cpp:443 +#: ../src/richtext/richtextborderspage.cpp:275 +#: ../src/richtext/richtextborderspage.cpp:444 #: ../src/richtext/richtextliststylepage.cpp:399 #: ../src/richtext/richtextmarginspage.cpp:212 #: ../src/richtext/richtextmarginspage.cpp:326 @@ -698,7 +712,12 @@ msgid "&Symbol:" msgstr "&Στυλ:" -#: ../include/wx/richtext/richtextbuffer.h:5679 +#: ../src/richtext/richtextborderspage.cpp:379 +#: ../src/richtext/richtextborderspage.cpp:548 +msgid "&Synchronize values" +msgstr "" + +#: ../include/wx/richtext/richtextbuffer.h:5733 msgid "&Table" msgstr "" @@ -707,8 +726,8 @@ msgid "&Top" msgstr "&ΑντιγÏαφή" -#: ../src/richtext/richtextborderspage.cpp:329 -#: ../src/richtext/richtextborderspage.cpp:473 +#: ../src/richtext/richtextborderspage.cpp:309 +#: ../src/richtext/richtextborderspage.cpp:478 #: ../src/richtext/richtextmarginspage.cpp:235 #: ../src/richtext/richtextmarginspage.cpp:349 #: ../src/richtext/richtextsizepage.cpp:567 @@ -726,9 +745,9 @@ msgid "&Underlining:" msgstr "&ΥπογÏάμμιση" -#: ../src/richtext/richtextctrl.cpp:322 ../src/osx/textctrl_osx.cpp:579 +#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:579 #: ../src/common/stockitem.cpp:203 ../src/common/cmdproc.cpp:271 -#: ../src/msw/textctrl.cpp:2280 +#: ../src/msw/textctrl.cpp:2331 msgid "&Undo" msgstr "&ΑναίÏεση" @@ -780,8 +799,8 @@ msgid "'%s' has extra '..', ignored." msgstr "'%s' πεÏιέχει επιπλέον '..', αγνοήθηκαν." -#: ../src/common/valtext.cpp:249 ../src/common/valtext.cpp:251 -#: ../src/common/valtext.cpp:253 ../src/common/valtext.cpp:255 +#: ../src/common/valtext.cpp:165 ../src/common/valtext.cpp:167 +#: ../src/common/valtext.cpp:254 ../src/common/valtext.cpp:256 #, c-format msgid "'%s' is invalid" msgstr "'%s' δεν ισχÏει" @@ -801,27 +820,27 @@ msgid "'%s' is probably a binary buffer." msgstr "'%s' είναι πιθανόν ένας δυαδικός ( binary ) buffer" -#: ../src/common/valtext.cpp:247 +#: ../src/common/valtext.cpp:252 #, c-format msgid "'%s' should be numeric." msgstr "'%s' Ï€Ïέπει να είναι αÏιθμητικό." -#: ../src/common/valtext.cpp:239 +#: ../src/common/valtext.cpp:244 #, c-format msgid "'%s' should only contain ASCII characters." msgstr "'%s' Ï€Ïέπει να πεÏιέχει ASCII χαÏακτήÏες." -#: ../src/common/valtext.cpp:241 +#: ../src/common/valtext.cpp:246 #, c-format msgid "'%s' should only contain alphabetic characters." msgstr "'%s' Ï€Ïέπει να πεÏιέχει μόνο αλφαβητικοÏÏ‚ χαÏακτήÏες." -#: ../src/common/valtext.cpp:243 +#: ../src/common/valtext.cpp:248 #, c-format msgid "'%s' should only contain alphabetic or numeric characters." msgstr "'%s' Ï€Ïέπει να πεÏιέχει μόνο αλφαβητικοÏÏ‚ ή αÏιθμητικοÏÏ‚ χαÏακτήÏες." -#: ../src/common/valtext.cpp:245 +#: ../src/common/valtext.cpp:250 #, fuzzy, c-format msgid "'%s' should only contain digits." msgstr "'%s' Ï€Ïέπει να πεÏιέχει ASCII χαÏακτήÏες." @@ -855,7 +874,7 @@ #: ../src/richtext/richtextindentspage.cpp:287 #: ../src/richtext/richtextindentspage.cpp:311 #: ../src/richtext/richtextindentspage.cpp:326 -#: ../src/richtext/richtextformatdlg.cpp:831 +#: ../src/richtext/richtextformatdlg.cpp:867 #: ../src/richtext/richtextfontpage.cpp:331 #: ../src/richtext/richtextfontpage.cpp:335 #: ../src/richtext/richtextfontpage.cpp:339 @@ -881,7 +900,7 @@ msgid "+" msgstr "" -#: ../src/msw/utils.cpp:1324 +#: ../src/msw/utils.cpp:1336 msgid ", 64-bit edition" msgstr "" @@ -993,43 +1012,43 @@ msgid "< &Back" msgstr "< &Πίσω" -#: ../src/osx/carbon/fontdlg.cpp:608 ../src/osx/carbon/fontdlg.cpp:815 -#: ../src/osx/carbon/fontdlg.cpp:835 +#: ../src/osx/carbon/fontdlg.cpp:592 ../src/osx/carbon/fontdlg.cpp:799 +#: ../src/osx/carbon/fontdlg.cpp:819 #, fuzzy msgid "" msgstr "Διακοσμητικός" -#: ../src/osx/carbon/fontdlg.cpp:609 ../src/osx/carbon/fontdlg.cpp:817 -#: ../src/osx/carbon/fontdlg.cpp:837 +#: ../src/osx/carbon/fontdlg.cpp:593 ../src/osx/carbon/fontdlg.cpp:801 +#: ../src/osx/carbon/fontdlg.cpp:821 #, fuzzy msgid "" msgstr "ΜοντέÏνο" -#: ../src/osx/carbon/fontdlg.cpp:607 ../src/osx/carbon/fontdlg.cpp:813 -#: ../src/osx/carbon/fontdlg.cpp:833 +#: ../src/osx/carbon/fontdlg.cpp:591 ../src/osx/carbon/fontdlg.cpp:797 +#: ../src/osx/carbon/fontdlg.cpp:817 #, fuzzy msgid "" msgstr "Ρωμαϊκό" -#: ../src/osx/carbon/fontdlg.cpp:610 ../src/osx/carbon/fontdlg.cpp:819 -#: ../src/osx/carbon/fontdlg.cpp:839 +#: ../src/osx/carbon/fontdlg.cpp:594 ../src/osx/carbon/fontdlg.cpp:803 +#: ../src/osx/carbon/fontdlg.cpp:823 #, fuzzy msgid "" msgstr "ΧειÏόγÏαφο(Script)" -#: ../src/osx/carbon/fontdlg.cpp:611 ../src/osx/carbon/fontdlg.cpp:824 -#: ../src/osx/carbon/fontdlg.cpp:843 +#: ../src/osx/carbon/fontdlg.cpp:595 ../src/osx/carbon/fontdlg.cpp:808 +#: ../src/osx/carbon/fontdlg.cpp:827 #, fuzzy msgid "" msgstr "Ελβετικό(Swiss)" -#: ../src/osx/carbon/fontdlg.cpp:612 ../src/osx/carbon/fontdlg.cpp:821 -#: ../src/osx/carbon/fontdlg.cpp:841 +#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:805 +#: ../src/osx/carbon/fontdlg.cpp:825 #, fuzzy msgid "" msgstr "Τηλέτυπο" -#: ../src/osx/carbon/fontdlg.cpp:606 +#: ../src/osx/carbon/fontdlg.cpp:590 msgid "" msgstr "" @@ -1179,8 +1198,8 @@ msgid "A6 Rotated 148 x 105 mm" msgstr "ΦÏλλο A5, 148 x 210 mm" -#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:526 -#: ../src/osx/carbon/fontdlg.cpp:339 +#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:527 +#: ../src/osx/carbon/fontdlg.cpp:323 msgid "ABCDEFGabcdefg12345" msgstr "ΑΒΓΔΕΖαβγδεζ12345" @@ -1192,16 +1211,22 @@ msgid "ASCII" msgstr "ASCII" -#: ../src/osx/menu_osx.cpp:630 ../src/common/stockitem.cpp:139 +#: ../src/common/stockitem.cpp:139 #, fuzzy msgid "About" msgstr "&ΠεÏί" -#: ../src/generic/aboutdlgg.cpp:140 ../src/msw/aboutdlg.cpp:64 +#: ../src/generic/aboutdlgg.cpp:140 ../src/osx/menu_osx.cpp:603 +#: ../src/msw/aboutdlg.cpp:64 #, fuzzy, c-format msgid "About %s" msgstr "&ΠεÏί..." +#: ../src/osx/menu_osx.cpp:605 +#, fuzzy +msgid "About..." +msgstr "&ΠεÏί" + #: ../src/richtext/richtextsizepage.cpp:520 msgid "Absolute" msgstr "" @@ -1215,11 +1240,11 @@ msgid "Add" msgstr "ΠÏοσθήκη" -#: ../src/richtext/richtextbuffer.cpp:10751 +#: ../src/richtext/richtextbuffer.cpp:11056 msgid "Add Column" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10688 +#: ../src/richtext/richtextbuffer.cpp:10993 msgid "Add Row" msgstr "" @@ -1244,11 +1269,11 @@ msgid "Adding book %s" msgstr "ΠÏοσθήκη βιβλίου %s" -#: ../src/osx/carbon/dataview.cpp:1933 +#: ../src/osx/carbon/dataview.cpp:1931 msgid "Adding flavor TEXT failed" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1954 +#: ../src/osx/carbon/dataview.cpp:1952 msgid "Adding flavor utxt failed" msgstr "" @@ -1277,16 +1302,16 @@ msgid "All" msgstr "Όλα" -#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:89 +#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:107 #, c-format msgid "All files (%s)|%s" msgstr "Όλα τα αÏχεία (%s)|%s" -#: ../include/wx/defs.h:2922 +#: ../include/wx/defs.h:2933 msgid "All files (*)|*" msgstr "Όλα τα αÏχεία (*)|*" -#: ../include/wx/defs.h:2919 +#: ../include/wx/defs.h:2930 msgid "All files (*.*)|*.*" msgstr "Όλα τα αÏχεία (*.*)|*.*" @@ -1326,8 +1351,7 @@ "Îα γίνει Ï€ÏοσάÏτηση(append) της καταγÏαφής(log) στο αÏχείο '%s' (Επιλέγοντας " "[Όχι] θα το επικαλÏψει(overwrite));" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:610 -#: ../src/osx/menu_osx.cpp:649 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:623 ../src/osx/menu_osx.cpp:631 #, fuzzy msgid "Application" msgstr "Τμήματα" @@ -1346,7 +1370,7 @@ msgid "Arabic (ISO-8859-6)" msgstr "ΑÏαβικό (ISO-8859-6)" -#: ../src/msw/ole/automtn.cpp:661 +#: ../src/msw/ole/automtn.cpp:675 #, fuzzy, c-format msgid "Argument %u not found." msgstr "αÏχείο καταλόγου για την πεÏιοχή (domain) '%s' δεν βÏέθηκε." @@ -1459,7 +1483,7 @@ msgstr "&Πίσω" #: ../src/richtext/richtextbackgroundpage.cpp:119 -#: ../src/richtext/richtextformatdlg.cpp:374 +#: ../src/richtext/richtextformatdlg.cpp:375 #, fuzzy msgid "Background" msgstr "Πίσω" @@ -1468,7 +1492,7 @@ msgid "Background &colour:" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:406 +#: ../src/osx/carbon/fontdlg.cpp:390 msgid "Background colour" msgstr "" @@ -1489,22 +1513,22 @@ msgid "Bitmap" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2396 +#: ../src/osx/carbon/dataview.cpp:2394 msgid "Bitmap renderer cannot render value; value type: " msgstr "" #: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:337 -#: ../src/osx/carbon/fontdlg.cpp:540 ../src/common/stockitem.cpp:143 +#: ../src/osx/carbon/fontdlg.cpp:524 ../src/common/stockitem.cpp:143 msgid "Bold" msgstr "Έντονο" -#: ../src/richtext/richtextborderspage.cpp:256 -#: ../src/richtext/richtextborderspage.cpp:389 +#: ../src/richtext/richtextborderspage.cpp:228 +#: ../src/richtext/richtextborderspage.cpp:386 #, fuzzy msgid "Border" msgstr "ΜοντέÏνο" -#: ../src/richtext/richtextformatdlg.cpp:368 +#: ../src/richtext/richtextformatdlg.cpp:369 #, fuzzy msgid "Borders" msgstr "ΜοντέÏνο" @@ -1517,7 +1541,7 @@ msgid "Bottom margin (mm):" msgstr "Κάτω πεÏιθώÏιο (mm)" -#: ../src/richtext/richtextbuffer.cpp:8919 +#: ../src/richtext/richtextbuffer.cpp:9026 #, fuzzy msgid "Box Properties" msgstr "&Ιδιότητες" @@ -1540,7 +1564,7 @@ msgid "Bullet style" msgstr "" -#: ../src/richtext/richtextformatdlg.cpp:342 +#: ../src/richtext/richtextformatdlg.cpp:343 msgid "Bullets" msgstr "" @@ -1631,7 +1655,7 @@ msgid "Can't create thread" msgstr "Δεν είναι δυνατή η δημιουÏγία του νήματος εκτέλεσης (thread)" -#: ../src/msw/window.cpp:3793 +#: ../src/msw/window.cpp:3787 #, c-format msgid "Can't create window of class %s" msgstr "Δεν είναι δυνατή η δημιουÏγία παÏαθÏÏου τάξεως %s" @@ -1685,7 +1709,7 @@ msgid "Can't initialize zlib inflate stream." msgstr "Δεν είναι δυνατή η αÏχικοποίηση της Ïοής zlib inflate." -#: ../src/msw/fswatcher.cpp:432 +#: ../src/msw/fswatcher.cpp:456 #, c-format msgid "Can't monitor non-existent directory \"%s\" for changes." msgstr "" @@ -1759,11 +1783,11 @@ msgid "Cannot create mutex." msgstr "Δεν είναι δυνατή η δημιουÏγία του mutex." -#: ../src/osx/carbon/dataview.cpp:895 +#: ../src/osx/carbon/dataview.cpp:893 msgid "Cannot create new column's ID. Probably max. number of columns reached." msgstr "" -#: ../src/common/filefn.cpp:1336 +#: ../src/common/filefn.cpp:1335 #, c-format msgid "Cannot enumerate files '%s'" msgstr "Δεν είναι δυνατή η απαÏίθμηση των αÏχείων '%s'" @@ -1782,21 +1806,21 @@ msgid "Cannot find the location of address book file" msgstr "Δεν είναι δυνατή η εÏÏεση της θέσης του αÏχείου βιβλίου διευθÏνσεων" -#: ../src/msw/ole/automtn.cpp:562 +#: ../src/msw/ole/automtn.cpp:565 #, fuzzy, c-format msgid "Cannot get an active instance of \"%s\"" msgstr "Δεν είναι δυνατή η εÏÏεση της ενεÏÎ³Î¿Ï Ï„Î·Î»ÎµÏ†Ï‰Î½Î¹ÎºÎ®Ï‚ συνδέσεως: %s" -#: ../src/unix/threadpsx.cpp:1030 +#: ../src/unix/threadpsx.cpp:1035 #, fuzzy, c-format msgid "Cannot get priority range for scheduling policy %d." msgstr "Δεν είναι δυνατή η ανάγνωση του εÏÏους Ï€ÏοτεÏαιοτήτων" -#: ../src/unix/utilsunx.cpp:988 +#: ../src/unix/utilsunx.cpp:998 msgid "Cannot get the hostname" msgstr "Δεν είναι δυνατή η ανάγνωση του ονόματος διακομιστή(hostname)" -#: ../src/unix/utilsunx.cpp:1024 +#: ../src/unix/utilsunx.cpp:1034 msgid "Cannot get the official hostname" msgstr "" "Δεν είναι δυνατή η ανάγνωση του επισήμου ονόματος διακομιστή(official " @@ -1875,12 +1899,12 @@ msgid "Cannot resume thread %lu" msgstr "Δεν είναι δυνατή η συνέχιση(resume) του νήματος(thread) %lu" -#: ../src/msw/thread.cpp:923 +#: ../src/msw/thread.cpp:918 #, fuzzy, c-format msgid "Cannot resume thread %lx" msgstr "Δεν είναι δυνατή η συνέχιση(resume) του νήματος(thread) %x" -#: ../src/unix/threadpsx.cpp:1011 +#: ../src/unix/threadpsx.cpp:1016 msgid "Cannot retrieve thread scheduling policy." msgstr "Δεν είναι δυνατή η ανάκτηση της thread scheduling policy." @@ -1900,12 +1924,12 @@ msgid "Cannot suspend thread %lu" msgstr "Δεν είναι δυνατή η αναστολή εκτέλεσης(suspend) του νήματος(thread) %lu" -#: ../src/msw/thread.cpp:907 +#: ../src/msw/thread.cpp:902 #, fuzzy, c-format msgid "Cannot suspend thread %lx" msgstr "Δεν είναι δυνατή η αναστολή εκτέλεσης(suspend) του νήματος(thread) %x" -#: ../src/msw/thread.cpp:830 +#: ../src/msw/thread.cpp:825 msgid "Cannot wait for thread termination" msgstr "" "Δεν είναι δυνατή η αναμονή(wait) για τον τεÏματισμό του νήματος εκτέλεσης" @@ -1919,7 +1943,7 @@ msgid "Categorized Mode" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:9347 +#: ../src/richtext/richtextbuffer.cpp:9598 #, fuzzy msgid "Cell Properties" msgstr "&Ιδιότητες" @@ -1967,21 +1991,21 @@ msgid "Ch&oose..." msgstr "&Μετάβαση..." -#: ../src/richtext/richtextbuffer.cpp:4041 +#: ../src/richtext/richtextbuffer.cpp:4107 msgid "Change List Style" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:3392 +#: ../src/richtext/richtextbuffer.cpp:3458 msgid "Change Object Style" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:3658 -#: ../src/richtext/richtextbuffer.cpp:7749 +#: ../src/richtext/richtextbuffer.cpp:3724 +#: ../src/richtext/richtextbuffer.cpp:7853 #, fuzzy msgid "Change Properties" msgstr "&Ιδιότητες" -#: ../src/richtext/richtextbuffer.cpp:3209 +#: ../src/richtext/richtextbuffer.cpp:3275 msgid "Change Style" msgstr "" @@ -2008,6 +2032,13 @@ msgid "Check to add a right parenthesis." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:381 +#: ../src/richtext/richtextborderspage.cpp:383 +#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:552 +msgid "Check to edit all borders simultaneously." +msgstr "" + #: ../src/richtext/richtextliststylepage.cpp:231 #: ../src/richtext/richtextliststylepage.cpp:233 #: ../src/richtext/richtextbulletspage.cpp:181 @@ -2015,17 +2046,17 @@ msgid "Check to enclose the bullet in parentheses." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 +#: ../src/osx/carbon/fontdlg.cpp:526 ../src/osx/carbon/fontdlg.cpp:528 #, fuzzy msgid "Check to make the font bold." msgstr "Κάνετε κλικ για να ακυÏώσετε την επιλογή γÏαμματοσειÏάς." -#: ../src/osx/carbon/fontdlg.cpp:549 ../src/osx/carbon/fontdlg.cpp:551 +#: ../src/osx/carbon/fontdlg.cpp:533 ../src/osx/carbon/fontdlg.cpp:535 #, fuzzy msgid "Check to make the font italic." msgstr "Κάνετε κλικ για να ακυÏώσετε την επιλογή γÏαμματοσειÏάς." -#: ../src/osx/carbon/fontdlg.cpp:558 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 #, fuzzy msgid "Check to make the font underlined." msgstr "Επιλογή εαν η γÏαμματοσειÏά είναι υπογÏαμμισμένη ή όχι." @@ -2069,12 +2100,12 @@ msgid "Choose ISP to dial" msgstr "Επιλέξτε παÏοχέα Internet για κλήση" -#: ../src/propgrid/props.cpp:1643 +#: ../src/propgrid/props.cpp:1653 #, fuzzy msgid "Choose a directory:" msgstr "ΔημιουÏγία καταλόγου" -#: ../src/propgrid/props.cpp:1702 +#: ../src/propgrid/props.cpp:1712 #, fuzzy msgid "Choose a file" msgstr "Επιλέξτε γÏαμματοσειÏά" @@ -2097,7 +2128,7 @@ msgid "Cl&ose" msgstr "&Κλείσιμο" -#: ../src/msw/ole/automtn.cpp:673 +#: ../src/msw/ole/automtn.cpp:687 #, fuzzy msgid "Class not registered." msgstr "Δεν είναι δυνατή η δημιουÏγία του νήματος εκτέλεσης (thread)" @@ -2124,7 +2155,7 @@ msgid "Click to browse for a symbol." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:589 ../src/osx/carbon/fontdlg.cpp:591 +#: ../src/osx/carbon/fontdlg.cpp:573 ../src/osx/carbon/fontdlg.cpp:575 #, fuzzy msgid "Click to cancel changes to the font." msgstr "Κάνετε κλικ για να ακυÏώσετε την επιλογή γÏαμματοσειÏάς." @@ -2133,7 +2164,7 @@ msgid "Click to cancel the font selection." msgstr "Κάνετε κλικ για να ακυÏώσετε την επιλογή γÏαμματοσειÏάς." -#: ../src/osx/carbon/fontdlg.cpp:570 ../src/osx/carbon/fontdlg.cpp:572 +#: ../src/osx/carbon/fontdlg.cpp:554 ../src/osx/carbon/fontdlg.cpp:556 #, fuzzy msgid "Click to change the font colour." msgstr "Κάνετε κλικ για να ακυÏώσετε την επιλογή γÏαμματοσειÏάς." @@ -2162,7 +2193,7 @@ msgid "Click to close this window." msgstr "Κλείσιμο Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… παÏαθÏÏου." -#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:598 +#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 #, fuzzy msgid "Click to confirm changes to the font." msgstr "Κάνετε κλικ για να επιβεβαιώσετε την επιλογή γÏαμματοσειÏάς." @@ -2255,7 +2286,7 @@ msgid "Color" msgstr "&ΧÏώμα:" -#: ../src/richtext/richtextformatdlg.cpp:725 +#: ../src/richtext/richtextformatdlg.cpp:761 #, fuzzy msgid "Colour" msgstr "&ΧÏώμα:" @@ -2265,30 +2296,30 @@ msgid "Colour selection dialog failed with error %0lx." msgstr "Η εκτέλεση της εντολής '%s' απέτυχε με σφάλμα: %ul" -#: ../src/osx/carbon/fontdlg.cpp:566 +#: ../src/osx/carbon/fontdlg.cpp:550 #, fuzzy msgid "Colour:" msgstr "&ΧÏώμα:" -#: ../src/osx/carbon/dataview.cpp:900 +#: ../src/osx/carbon/dataview.cpp:898 #, fuzzy msgid "Column could not be added." msgstr "Το αÏχείο δεν μπόÏεσε να φοÏτωθεί." -#: ../src/osx/carbon/dataview.cpp:899 +#: ../src/osx/carbon/dataview.cpp:897 msgid "Column description could not be initialized." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1538 ../src/osx/carbon/dataview.cpp:1559 +#: ../src/osx/carbon/dataview.cpp:1536 ../src/osx/carbon/dataview.cpp:1557 #, fuzzy msgid "Column index not found." msgstr "αÏχείο καταλόγου για την πεÏιοχή (domain) '%s' δεν βÏέθηκε." -#: ../src/osx/carbon/dataview.cpp:1614 +#: ../src/osx/carbon/dataview.cpp:1612 msgid "Column width could not be determined" msgstr "" -#: ../src/osx/carbon/dataview.cpp:901 +#: ../src/osx/carbon/dataview.cpp:899 msgid "Column width could not be set." msgstr "" @@ -2304,7 +2335,7 @@ msgid "Common dialog failed with error code %0lx." msgstr "Η εκτέλεση της εντολής '%s' απέτυχε με σφάλμα: %ul" -#: ../src/gtk/window.cpp:4306 +#: ../src/gtk/window.cpp:4357 msgid "" "Compositing not supported by this system, please enable it in your Window " "Manager." @@ -2329,11 +2360,11 @@ msgid "Confirm" msgstr "Επιβεβαίωση" -#: ../src/msw/mimetype.cpp:739 +#: ../src/msw/mimetype.cpp:744 msgid "Confirm registry update" msgstr "Επιβεβαίωση ενημέÏωσης μητÏώου(registry update)" -#: ../src/html/htmlwin.cpp:544 +#: ../src/html/htmlwin.cpp:547 msgid "Connecting..." msgstr "Γίνεται σÏνδεση..." @@ -2341,7 +2372,7 @@ msgid "Contents" msgstr "ΠεÏιεχόμενα" -#: ../src/common/strconv.cpp:2261 +#: ../src/common/strconv.cpp:2271 #, c-format msgid "Conversion to charset '%s' doesn't work." msgstr "Η μετατÏοπή στο σετ χαÏακτήÏων '%s' δεν λειτουÏγεί" @@ -2351,7 +2382,7 @@ msgid "Convert" msgstr "ΠεÏιεχόμενα" -#: ../src/html/htmlwin.cpp:1057 +#: ../src/html/htmlwin.cpp:1060 #, c-format msgid "Copied to clipboard:\"%s\"" msgstr "ΑντιγÏάφηκε στο Ï€ÏόχειÏο:\"%s\"" @@ -2375,21 +2406,21 @@ msgid "Could not create temporary file '%s'" msgstr "Δεν είναι δυνατή η δημιουÏγία του Ï€ÏοσωÏÎ¹Î½Î¿Ï Î±Ïχείου '%s'" -#: ../src/osx/carbon/dataview.cpp:1285 ../src/osx/carbon/dataview.cpp:1672 +#: ../src/osx/carbon/dataview.cpp:1283 ../src/osx/carbon/dataview.cpp:1670 #, fuzzy msgid "Could not determine column index." msgstr "Δεν ήταν δυνατή η εκκίνηση της Ï€Ïοεπισκόπησης εγγÏάφου." -#: ../src/osx/carbon/dataview.cpp:876 +#: ../src/osx/carbon/dataview.cpp:874 msgid "Could not determine column's position" msgstr "" -#: ../src/osx/carbon/dataview.cpp:843 +#: ../src/osx/carbon/dataview.cpp:841 #, fuzzy msgid "Could not determine number of columns." msgstr "Δεν βÏέθηκε το αÏχείο συμπεÏήληψης πόÏων(resource include file) %s." -#: ../src/osx/carbon/dataview.cpp:975 +#: ../src/osx/carbon/dataview.cpp:973 #, fuzzy msgid "Could not determine number of items" msgstr "Δεν βÏέθηκε το αÏχείο συμπεÏήληψης πόÏων(resource include file) %s." @@ -2403,24 +2434,24 @@ msgid "Could not find tab for id" msgstr "Δεν ήταν δυνατή η εÏÏεση tab για το id" -#: ../src/osx/carbon/dataview.cpp:2556 ../src/osx/carbon/dataview.cpp:2591 -#: ../src/osx/carbon/dataview.cpp:2615 ../src/osx/carbon/dataview.cpp:2636 -#: ../src/osx/carbon/dataview.cpp:2773 +#: ../src/osx/carbon/dataview.cpp:2554 ../src/osx/carbon/dataview.cpp:2589 +#: ../src/osx/carbon/dataview.cpp:2613 ../src/osx/carbon/dataview.cpp:2634 +#: ../src/osx/carbon/dataview.cpp:2771 #, fuzzy msgid "Could not get header description." msgstr "Δεν ήταν δυνατή η εκκίνηση της εκτÏπωσης." -#: ../src/osx/carbon/dataview.cpp:1169 ../src/osx/carbon/dataview.cpp:1195 +#: ../src/osx/carbon/dataview.cpp:1167 ../src/osx/carbon/dataview.cpp:1193 #, fuzzy msgid "Could not get items." msgstr "Δεν είναι δυνατός ο εντοπισμός του αÏχείου '%s'." -#: ../src/osx/carbon/dataview.cpp:2659 ../src/osx/carbon/dataview.cpp:2724 +#: ../src/osx/carbon/dataview.cpp:2657 ../src/osx/carbon/dataview.cpp:2722 #, fuzzy msgid "Could not get property flags." msgstr "Δεν είναι δυνατή η δημιουÏγία του Ï€ÏοσωÏÎ¹Î½Î¿Ï Î±Ïχείου '%s'" -#: ../src/osx/carbon/dataview.cpp:726 +#: ../src/osx/carbon/dataview.cpp:724 #, fuzzy msgid "Could not get selected items." msgstr "Δεν είναι δυνατός ο εντοπισμός του αÏχείου '%s'." @@ -2430,52 +2461,52 @@ msgid "Could not locate file '%s'." msgstr "Δεν είναι δυνατός ο εντοπισμός του αÏχείου '%s'." -#: ../src/osx/carbon/dataview.cpp:845 +#: ../src/osx/carbon/dataview.cpp:843 #, fuzzy msgid "Could not remove column." msgstr "Δεν ήταν δυνατή η δημιουÏγία δείκτη ποντικιοÏ." -#: ../src/osx/carbon/dataview.cpp:642 +#: ../src/osx/carbon/dataview.cpp:640 #, fuzzy msgid "Could not retrieve number of items" msgstr "Δεν είναι δυνατή η δημιουÏγία του Ï€ÏοσωÏÎ¹Î½Î¿Ï Î±Ïχείου '%s'" -#: ../src/osx/carbon/dataview.cpp:2572 +#: ../src/osx/carbon/dataview.cpp:2570 #, fuzzy msgid "Could not set alignment." msgstr "Δεν ήταν δυνατή η εκκίνηση της εκτÏπωσης." -#: ../src/osx/carbon/dataview.cpp:2803 +#: ../src/osx/carbon/dataview.cpp:2801 #, fuzzy msgid "Could not set column width." msgstr "Δεν ήταν δυνατή η εκκίνηση της Ï€Ïοεπισκόπησης εγγÏάφου." -#: ../src/common/filefn.cpp:1569 +#: ../src/common/filefn.cpp:1568 #, fuzzy msgid "Could not set current working directory" msgstr "Αποτυχία λήψης καταλόγου εÏγασίας (working directory)" -#: ../src/osx/carbon/dataview.cpp:2775 +#: ../src/osx/carbon/dataview.cpp:2773 #, fuzzy msgid "Could not set header description." msgstr "Δεν ήταν δυνατή η εκκίνηση της εκτÏπωσης." -#: ../src/osx/carbon/dataview.cpp:2596 +#: ../src/osx/carbon/dataview.cpp:2594 #, fuzzy msgid "Could not set icon." msgstr "Δεν ήταν δυνατή η εκκίνηση της εκτÏπωσης." -#: ../src/osx/carbon/dataview.cpp:2617 +#: ../src/osx/carbon/dataview.cpp:2615 #, fuzzy msgid "Could not set maximum width." msgstr "Δεν ήταν δυνατή η εκκίνηση της εκτÏπωσης." -#: ../src/osx/carbon/dataview.cpp:2638 +#: ../src/osx/carbon/dataview.cpp:2636 #, fuzzy msgid "Could not set minimum width." msgstr "Δεν ήταν δυνατή η εκκίνηση της εκτÏπωσης." -#: ../src/osx/carbon/dataview.cpp:2664 ../src/osx/carbon/dataview.cpp:2729 +#: ../src/osx/carbon/dataview.cpp:2662 ../src/osx/carbon/dataview.cpp:2727 #, fuzzy msgid "Could not set property flags." msgstr "Δεν ήταν δυνατή η εκκίνηση της εκτÏπωσης." @@ -2497,8 +2528,8 @@ msgid "Couldn't acquire a mutex lock" msgstr "Δεν ήταν δυνατή η κτήση μιας κλειδαÏιάς mutex" -#: ../src/msw/imaglist.cpp:166 ../src/msw/imaglist.cpp:197 -#: ../src/msw/imaglist.cpp:209 ../src/msw/dragimag.cpp:193 +#: ../src/msw/imaglist.cpp:189 ../src/msw/imaglist.cpp:226 +#: ../src/msw/imaglist.cpp:238 ../src/msw/dragimag.cpp:193 #: ../src/msw/dragimag.cpp:232 msgid "Couldn't add an image to the image list." msgstr "Δεν ήταν δυνατή η Ï€Ïοσθήκη μιας εικόνας στην λίστα εικόνων." @@ -2523,11 +2554,11 @@ msgstr "" "Δεν ήταν δυνατός ο εντοπισμός του συμβόλου '%s' σε μια δυναμική βιβλιοθήκη." -#: ../src/gtk/print.cpp:2014 +#: ../src/gtk/print.cpp:2010 msgid "Couldn't get hatch style from wxBrush." msgstr "" -#: ../src/msw/thread.cpp:950 +#: ../src/msw/thread.cpp:945 msgid "Couldn't get the current thread pointer" msgstr "" "Δεν ήταν δυνατή η ανάκτηση toy Ï„Ïέχοντος δείκτη νήματος εκτέλεσης(thread)" @@ -2564,7 +2595,7 @@ msgid "Couldn't open audio: %s" msgstr "Δεν είναι δυνατό το άνοιγμα του ήχου: %s" -#: ../src/msw/ole/dataobj.cpp:350 +#: ../src/msw/ole/dataobj.cpp:377 #, c-format msgid "Couldn't register clipboard format '%s'." msgstr "" @@ -2607,8 +2638,8 @@ msgid "Ctrl+" msgstr "ctrl" -#: ../src/richtext/richtextctrl.cpp:325 ../src/osx/textctrl_osx.cpp:582 -#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2283 +#: ../src/richtext/richtextctrl.cpp:331 ../src/osx/textctrl_osx.cpp:582 +#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2334 msgid "Cu&t" msgstr "Απο&κοπή" @@ -2660,25 +2691,25 @@ msgid "DELETE" msgstr "" -#: ../src/common/imagbmp.cpp:1092 +#: ../src/common/imagbmp.cpp:1096 msgid "DIB Header: Encoding doesn't match bitdepth." msgstr "DIB Header: Η κωδικοποίηση δεν ταιÏίζει με το βάθος bit." -#: ../src/common/imagbmp.cpp:1040 +#: ../src/common/imagbmp.cpp:1044 msgid "DIB Header: Image height > 32767 pixels for file." msgstr "" "DIB Header: Το Ïψος της εικόνας είναι > 32767 εικονοστοιχεία για το αÏχείο." -#: ../src/common/imagbmp.cpp:1032 +#: ../src/common/imagbmp.cpp:1036 msgid "DIB Header: Image width > 32767 pixels for file." msgstr "" "DIB Header: Το πλάτος της εικόνας είναι > 32767 εικονοστοιχεία για το αÏχείο." -#: ../src/common/imagbmp.cpp:1060 +#: ../src/common/imagbmp.cpp:1064 msgid "DIB Header: Unknown bitdepth in file." msgstr "DIB Header: Αγνωστο βάθος bit στο αÏχείο." -#: ../src/common/imagbmp.cpp:1074 +#: ../src/common/imagbmp.cpp:1078 msgid "DIB Header: Unknown encoding in file." msgstr "DIB Header: Αγνωστη κωδικοποίηση στο αÏχείο." @@ -2695,16 +2726,16 @@ msgid "DOWN" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:545 +#: ../src/richtext/richtextborderspage.cpp:567 #, fuzzy msgid "Dashed" msgstr "ΗμεÏομηνία" -#: ../src/osx/carbon/dataview.cpp:1921 +#: ../src/osx/carbon/dataview.cpp:1919 msgid "Data object has invalid data format" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2491 +#: ../src/osx/carbon/dataview.cpp:2489 msgid "Date renderer cannot render value; value type: " msgstr "" @@ -2739,7 +2770,7 @@ msgid "Default printer" msgstr "ΠÏοκαθοÏισμένος εκτυπωτής" -#: ../src/richtext/richtextbuffer.cpp:7841 ../src/common/stockitem.cpp:152 +#: ../src/richtext/richtextbuffer.cpp:7945 ../src/common/stockitem.cpp:152 #: ../src/stc/stc_i18n.cpp:20 #, fuzzy msgid "Delete" @@ -2750,22 +2781,22 @@ msgid "Delete A&ll" msgstr "Επιλογή &Ολων" -#: ../src/richtext/richtextbuffer.cpp:10637 +#: ../src/richtext/richtextbuffer.cpp:10942 #, fuzzy msgid "Delete Column" msgstr "Τμήματα" -#: ../src/richtext/richtextbuffer.cpp:10587 +#: ../src/richtext/richtextbuffer.cpp:10892 #, fuzzy msgid "Delete Row" msgstr "&ΔιαγÏαφή" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, fuzzy msgid "Delete Style" msgstr "ΔιαγÏαφή στοιχείου" -#: ../src/richtext/richtextctrl.cpp:1231 ../src/richtext/richtextctrl.cpp:1452 +#: ../src/richtext/richtextctrl.cpp:1300 ../src/richtext/richtextctrl.cpp:1538 #, fuzzy msgid "Delete Text" msgstr "ΔιαγÏαφή στοιχείου" @@ -2779,12 +2810,12 @@ msgid "Delete selection" msgstr "Τμήματα" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, fuzzy, c-format msgid "Delete style %s?" msgstr "ΔιαγÏαφή στοιχείου" -#: ../src/unix/snglinst.cpp:295 +#: ../src/unix/snglinst.cpp:301 #, c-format msgid "Deleted stale lock file '%s'." msgstr "ΔιεγÏάφη το απαÏχειομένο(stale) αÏχείο κλειδαÏιά (lock file) '%s'" @@ -2834,12 +2865,12 @@ msgid "Directories" msgstr "Διακοσμητικός" -#: ../src/common/filefn.cpp:1251 +#: ../src/common/filefn.cpp:1250 #, c-format msgid "Directory '%s' couldn't be created" msgstr "Δεν ήταν δυνατή η δημιουÏγία του καταλόγου '%s'" -#: ../src/common/filefn.cpp:1271 +#: ../src/common/filefn.cpp:1270 #, fuzzy, c-format msgid "Directory '%s' couldn't be deleted" msgstr "Δεν ήταν δυνατή η δημιουÏγία του καταλόγου '%s'" @@ -2872,7 +2903,7 @@ msgid "Displays help as you browse the books on the left." msgstr "" -#: ../src/msw/mimetype.cpp:732 +#: ../src/msw/mimetype.cpp:737 msgid "" "Do you want to overwrite the command used to %s files with extension \"%s" "\" ?\n" @@ -2905,11 +2936,11 @@ msgid "Documentation writers" msgstr "" -#: ../src/common/sizer.cpp:2680 +#: ../src/common/sizer.cpp:2704 msgid "Don't Save" msgstr "" -#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:611 +#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:614 msgid "Done" msgstr "Έτοιμο" @@ -2917,12 +2948,12 @@ msgid "Done." msgstr "Έτοιμο." -#: ../src/richtext/richtextborderspage.cpp:544 +#: ../src/richtext/richtextborderspage.cpp:566 #, fuzzy msgid "Dotted" msgstr "Έτοιμο" -#: ../src/richtext/richtextborderspage.cpp:546 +#: ../src/richtext/richtextborderspage.cpp:568 #, fuzzy msgid "Double" msgstr "Έτοιμο" @@ -2940,7 +2971,7 @@ msgid "Down" msgstr "Κάτω" -#: ../src/richtext/richtextctrl.cpp:814 +#: ../src/richtext/richtextctrl.cpp:842 msgid "Drag" msgstr "" @@ -2956,7 +2987,7 @@ msgid "ENTER" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:535 +#: ../src/unix/fswatcher_inotify.cpp:548 #, fuzzy msgid "EOF while reading from inotify descriptor" msgstr "αδÏνατη η ανάγνωση από πεÏiγÏαφέα (descriptor) αÏχείου %d" @@ -3027,25 +3058,25 @@ msgid "Enables a background colour." msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:931 +#: ../src/richtext/richtextstyledlg.cpp:934 #, fuzzy msgid "Enter a box style name" msgstr "Το στυλ της γÏαμματοσειÏάς." -#: ../src/richtext/richtextstyledlg.cpp:603 +#: ../src/richtext/richtextstyledlg.cpp:606 msgid "Enter a character style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:817 +#: ../src/richtext/richtextstyledlg.cpp:820 msgid "Enter a list style name" msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:890 +#: ../src/richtext/richtextstyledlg.cpp:893 #, fuzzy msgid "Enter a new style name" msgstr "Το στυλ της γÏαμματοσειÏάς." -#: ../src/richtext/richtextstyledlg.cpp:651 +#: ../src/richtext/richtextstyledlg.cpp:654 msgid "Enter a paragraph style name" msgstr "" @@ -3094,12 +3125,12 @@ msgid "Error creating directory" msgstr "Σφάλμα κατα τη δημιουÏγία καταλόγου" -#: ../src/common/imagbmp.cpp:1103 +#: ../src/common/imagbmp.cpp:1107 #, fuzzy msgid "Error in reading image DIB." msgstr "Σφάλμα κατά την ανάγνωση εικόνας DIB." -#: ../src/propgrid/propgrid.cpp:6563 +#: ../src/propgrid/propgrid.cpp:6565 #, c-format msgid "Error in resource: %s" msgstr "" @@ -3130,10 +3161,6 @@ msgid "Estimated time:" msgstr "Υπολογισθείς χÏόνος : " -#: ../src/unix/fswatcher_inotify.cpp:639 -msgid "Event queue overflowed" -msgstr "" - #: ../src/generic/dbgrptg.cpp:234 #, fuzzy msgid "Executable files (*.exe)|*.exe|" @@ -3143,7 +3170,7 @@ msgid "Execute" msgstr "" -#: ../src/msw/utilsexc.cpp:888 +#: ../src/msw/utilsexc.cpp:887 #, c-format msgid "Execution of command '%s' failed" msgstr "Η εκτέλεση της εντολής '%s' απέτυχε" @@ -3200,7 +3227,7 @@ msgid "Failed to allocate colour for OpenGL" msgstr "Αποτυχία δημιουÏγίας δείκτη." -#: ../src/unix/displayx11.cpp:288 +#: ../src/unix/displayx11.cpp:292 msgid "Failed to change video mode" msgstr "Αποτυχία αλλαγής της κατάστασης οθόνης" @@ -3218,7 +3245,7 @@ msgid "Failed to close file handle" msgstr "Αποτυχία κλεισίματος του χειÏιστηÏίου του αÏχείου(file handle)" -#: ../src/unix/snglinst.cpp:334 +#: ../src/unix/snglinst.cpp:340 #, c-format msgid "Failed to close lock file '%s'" msgstr "Αποτυχία κλεισίματος του αÏχείου 'κλειδωνιά'(lock file) '%s'" @@ -3276,19 +3303,19 @@ msgid "Failed to create DDE string" msgstr "Απέτυχε η δημιουÏγεία ενός DDE αλφαÏÎ·Î¸Î¼Î¹Ï„Î¹ÎºÎ¿Ï (string)" -#: ../src/msw/mdi.cpp:590 +#: ../src/msw/mdi.cpp:594 msgid "Failed to create MDI parent frame." msgstr "Αποτυχία δημιουÏγίας ενός Î³Î¿Î½ÎµÎ¹ÎºÎ¿Ï Ï€ÎµÏιγÏάμματος (parent frame) MDI." -#: ../src/common/filename.cpp:1080 +#: ../src/common/filename.cpp:1086 msgid "Failed to create a temporary file name" msgstr "Αποτυχία δημιουÏγίας ονόματος Ï€ÏοσωÏÎ¹Î½Î¿Ï Î±Ïχείου" -#: ../src/msw/utilsexc.cpp:235 +#: ../src/msw/utilsexc.cpp:234 msgid "Failed to create an anonymous pipe" msgstr "Αποτυχία δημιουÏγίας ενός ανώνυμου pipe" -#: ../src/msw/ole/automtn.cpp:522 +#: ../src/msw/ole/automtn.cpp:525 #, fuzzy, c-format msgid "Failed to create an instance of \"%s\"" msgstr "Απέτυχε η δημιουÏγία καταλόγου '%s'/.gnome." @@ -3350,7 +3377,7 @@ msgid "Failed to empty the clipboard." msgstr "Αποτυχία αδειάσματος του Ï€ÏοχείÏου (clipboard)." -#: ../src/unix/displayx11.cpp:265 +#: ../src/unix/displayx11.cpp:266 msgid "Failed to enumerate video modes" msgstr "Απέτυχε η απαÏίθμηση των καταστάσεων οθόνης." @@ -3372,7 +3399,7 @@ msgid "Failed to execute curl, please install it in PATH." msgstr "" -#: ../src/msw/ole/automtn.cpp:505 +#: ../src/msw/ole/automtn.cpp:508 #, fuzzy, c-format msgid "Failed to find CLSID of \"%s\"" msgstr "Αποτυχία ανοίγματος του '%s' για το '%s'" @@ -3389,7 +3416,7 @@ msgid "Failed to get ISP names: %s" msgstr "Αποτυχία κατά την λήψη των ονομάτων των ISP: %s" -#: ../src/msw/ole/automtn.cpp:574 +#: ../src/msw/ole/automtn.cpp:577 #, fuzzy, c-format msgid "Failed to get OLE automation interface for \"%s\"" msgstr "Απέτυχε η δημιουÏγία καταλόγου '%s'/.gnome." @@ -3402,7 +3429,7 @@ msgid "Failed to get the local system time" msgstr "Αποτυχία καθοÏÎ¹ÏƒÎ¼Î¿Ï Ï„Î·Ï‚ ÏŽÏας του Ï„Î¿Ï€Î¹ÎºÎ¿Ï ÏƒÏ…ÏƒÏ„Î®Î¼Î±Ï„Î¿Ï‚" -#: ../src/common/filefn.cpp:1453 +#: ../src/common/filefn.cpp:1452 msgid "Failed to get the working directory" msgstr "Αποτυχία λήψης καταλόγου εÏγασίας (working directory)" @@ -3423,7 +3450,7 @@ msgid "Failed to initiate dialup connection: %s" msgstr "Αποτυχία τεÏÎ¼Î±Ï„Î¹ÏƒÎ¼Î¿Ï Ï„Î·Ï‚ σÏνδεσης μέσω τηλεφώνου : %s" -#: ../src/gtk/textctrl.cpp:1117 +#: ../src/gtk/textctrl.cpp:1129 #, fuzzy msgid "Failed to insert text in the control." msgstr "Αποτυχία λήψης καταλόγου εÏγασίας (working directory)" @@ -3438,7 +3465,7 @@ msgid "Failed to install signal handler" msgstr "Αποτυχία κλεισίματος του χειÏιστηÏίου του αÏχείου(file handle)" -#: ../src/unix/threadpsx.cpp:1162 +#: ../src/unix/threadpsx.cpp:1167 msgid "" "Failed to join a thread, potential memory leak detected - please restart the " "program" @@ -3510,7 +3537,7 @@ msgid "Failed to modify descriptor %d in epoll descriptor %d" msgstr "" -#: ../src/common/filename.cpp:2681 +#: ../src/common/filename.cpp:2687 #, c-format msgid "Failed to modify file times for '%s'" msgstr "Αποτυχία Ï„Ïοποποίησης ÏŽÏας του αÏχείου '%s'" @@ -3534,7 +3561,7 @@ msgid "Failed to open CHM archive '%s'." msgstr "Αποτυχία ανοίγματος του arxe;ioy CHM '%s'." -#: ../src/common/utilscmn.cpp:1135 +#: ../src/common/utilscmn.cpp:1142 #, fuzzy, c-format msgid "Failed to open URL \"%s\" in default browser." msgstr "Αποτυχία ανοίγματος του '%s' για το '%s'" @@ -3549,7 +3576,7 @@ msgid "Failed to open display \"%s\"." msgstr "Αποτυχία ανοίγματος του '%s' για το '%s'" -#: ../src/common/filename.cpp:1115 +#: ../src/common/filename.cpp:1121 msgid "Failed to open temporary file." msgstr "Αποτυχία ανοίγματος Ï€ÏοσωÏÎ¹Î½Î¿Ï Î±Ïχείου" @@ -3601,7 +3628,7 @@ "Αποτυχία στην ανακατεÏθυνση της εισόδου/εξόδου διεÏγασίας απογόνου (child " "process input/output)" -#: ../src/msw/utilsexc.cpp:697 +#: ../src/msw/utilsexc.cpp:696 msgid "Failed to redirect the child process IO" msgstr "" "Αποτυχία στην ανακατεÏθυνση του IO διεÏγασίας απογόνου (child process IO)" @@ -3622,7 +3649,7 @@ msgid "Failed to remove debug report file \"%s\"" msgstr "Αποτυχία απομάκÏυνσης του αÏχείου 'κλειδωνιά'(lock file) '%s'" -#: ../src/unix/snglinst.cpp:322 +#: ../src/unix/snglinst.cpp:328 #, c-format msgid "Failed to remove lock file '%s'" msgstr "Αποτυχία απομάκÏυνσης του αÏχείου 'κλειδωνιά'(lock file) '%s'" @@ -3655,7 +3682,7 @@ msgid "Failed to retrieve data from the clipboard." msgstr "Αποτυχία κατά την ανάκτηση δεδομένων από το Ï€ÏόχειÏο (clipboard)." -#: ../src/common/filename.cpp:2777 +#: ../src/common/filename.cpp:2783 #, c-format msgid "Failed to retrieve file times for '%s'" msgstr "Αποτυχία λήψης της ÏŽÏας του αÏχείου '%s'" @@ -3707,22 +3734,22 @@ msgid "Failed to set temporary file permissions" msgstr "Αποτυχία θέσπισης δικαιωμάτων Ï€ÏοσωÏÎ¹Î½Î¿Ï Î±Ïχείου" -#: ../src/gtk/textctrl.cpp:1058 +#: ../src/gtk/textctrl.cpp:1070 #, fuzzy msgid "Failed to set text in the text control." msgstr "Αποτυχία καθοÏÎ¹ÏƒÎ¼Î¿Ï Ï„Î·Ï‚ ÏŽÏας του UTC συστήματος" -#: ../src/unix/threadpsx.cpp:1293 +#: ../src/unix/threadpsx.cpp:1298 #, fuzzy, c-format msgid "Failed to set thread concurrency level to %lu" msgstr "Δεν είναι δυνατή η θέση Ï€ÏοτεÏαιότητας του thread" -#: ../src/unix/threadpsx.cpp:1377 ../src/unix/threadpsx.cpp:1387 +#: ../src/unix/threadpsx.cpp:1382 ../src/unix/threadpsx.cpp:1392 #, fuzzy, c-format msgid "Failed to set thread priority %d." msgstr "Δεν είναι δυνατή η θέση Ï€ÏοτεÏαιότητας του thread" -#: ../src/unix/utilsunx.cpp:791 +#: ../src/unix/utilsunx.cpp:801 msgid "Failed to set up non-blocking pipe, the program might hang." msgstr "" @@ -3739,7 +3766,7 @@ msgid "Failed to switch wake up pipe to non-blocking mode" msgstr "" -#: ../src/unix/threadpsx.cpp:1569 +#: ../src/unix/threadpsx.cpp:1574 msgid "Failed to terminate a thread." msgstr "Αποτυχία τεÏÎ¼Î±Ï„Î¹ÏƒÎ¼Î¿Ï Ï„Î¿Ï… thread" @@ -3752,12 +3779,12 @@ msgid "Failed to terminate the dialup connection: %s" msgstr "Αποτυχία τεÏÎ¼Î±Ï„Î¹ÏƒÎ¼Î¿Ï Ï„Î·Ï‚ σÏνδεσης μέσω τηλεφώνου : %s" -#: ../src/common/filename.cpp:2696 +#: ../src/common/filename.cpp:2702 #, c-format msgid "Failed to touch the file '%s'" msgstr "Αποτυχία αγγίγματος (touch) του αÏχείου '%s'" -#: ../src/unix/snglinst.cpp:328 +#: ../src/unix/snglinst.cpp:334 #, c-format msgid "Failed to unlock lock file '%s'" msgstr "Αποτυχία ξεκλείδωματος του αÏχείου 'κλειδωνιά'(lock file) '%s'" @@ -3827,7 +3854,7 @@ "Το αÏχείο '%s' υπάÏχει ήδη.\n" "Θέλετε να αντικατασταθεί;" -#: ../src/common/filefn.cpp:1207 +#: ../src/common/filefn.cpp:1206 #, fuzzy, c-format msgid "File '%s' couldn't be removed" msgstr "Δεν ήταν δυνατή η δημιουÏγία του καταλόγου '%s'" @@ -3837,11 +3864,11 @@ msgid "File '%s' couldn't be renamed '%s'" msgstr "Δεν ήταν δυνατή η δημιουÏγία του καταλόγου '%s'" -#: ../src/richtext/richtextctrl.cpp:2688 ../src/common/textcmn.cpp:921 +#: ../src/richtext/richtextctrl.cpp:2774 ../src/common/textcmn.cpp:935 msgid "File couldn't be loaded." msgstr "Το αÏχείο δεν μπόÏεσε να φοÏτωθεί." -#: ../src/msw/filedlg.cpp:458 +#: ../src/msw/filedlg.cpp:462 #, fuzzy, c-format msgid "File dialog failed with error code %0lx." msgstr "Η εκτέλεση της εντολής '%s' απέτυχε με σφάλμα: %ul" @@ -3859,7 +3886,7 @@ msgid "Files" msgstr "ΑÏχείο" -#: ../src/common/filefn.cpp:1761 +#: ../src/common/filefn.cpp:1760 #, c-format msgid "Files (%s)" msgstr "ΑÏχεία (%s)" @@ -3909,7 +3936,7 @@ msgid "Folio, 8 1/2 x 13 in" msgstr "Folio, 8 1/2 x 13 ίντσες" -#: ../src/richtext/richtextformatdlg.cpp:324 ../src/osx/carbon/fontdlg.cpp:473 +#: ../src/richtext/richtextformatdlg.cpp:325 ../src/osx/carbon/fontdlg.cpp:457 #: ../src/common/stockitem.cpp:194 msgid "Font" msgstr "" @@ -3928,7 +3955,7 @@ msgid "Font st&yle:" msgstr "Μέγεθος γÏαμματοσειÏάς:" -#: ../src/osx/carbon/fontdlg.cpp:515 +#: ../src/osx/carbon/fontdlg.cpp:499 #, fuzzy msgid "Font:" msgstr "Μέγεθος γÏαμματοσειÏάς:" @@ -3980,7 +4007,7 @@ msgid "GIF: unknown error!!!" msgstr "GIF: άγνωστο λάθος!!!" -#: ../src/gtk/window.cpp:4288 +#: ../src/gtk/window.cpp:4339 msgid "" "GTK+ installed on this machine is too old to support screen compositing, " "please install GTK+ 2.12 or later." @@ -4046,7 +4073,7 @@ msgid "Greek (ISO-8859-7)" msgstr "Ελληνικό (ISO-8859-7)" -#: ../src/richtext/richtextborderspage.cpp:547 +#: ../src/richtext/richtextborderspage.cpp:569 msgid "Groove" msgstr "" @@ -4066,7 +4093,7 @@ msgid "HTML Help Project (*.hhp)|*.hhp|" msgstr "ΕÏγασία HTML βοήθειας (*.hhp)|*.hhp|" -#: ../src/html/htmlwin.cpp:659 +#: ../src/html/htmlwin.cpp:662 #, c-format msgid "HTML anchor %s does not exist." msgstr "Η HTML άγκυÏα %s δεν υπάÏχει." @@ -4124,16 +4151,16 @@ msgid "Help: %s" msgstr "Βοήθεια: %s" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:649 +#: ../src/osx/menu_osx.cpp:623 #, fuzzy, c-format msgid "Hide %s" msgstr "Βοήθεια: %s" -#: ../src/osx/menu_osx.cpp:604 ../src/osx/menu_osx.cpp:651 +#: ../src/osx/menu_osx.cpp:625 msgid "Hide Others" msgstr "" -#: ../src/generic/infobar.cpp:85 +#: ../src/generic/infobar.cpp:84 msgid "Hide this notification message." msgstr "" @@ -4150,26 +4177,26 @@ msgid "How the object will float relative to the text." msgstr "" -#: ../src/common/imagbmp.cpp:1118 +#: ../src/common/imagbmp.cpp:1122 msgid "ICO: Error in reading mask DIB." msgstr "ICO: Σφάλμα στην ανάγνωση μάσκας DIB." -#: ../src/common/imagbmp.cpp:1233 ../src/common/imagbmp.cpp:1294 -#: ../src/common/imagbmp.cpp:1305 ../src/common/imagbmp.cpp:1318 -#: ../src/common/imagbmp.cpp:1363 ../src/common/imagbmp.cpp:1375 -#: ../src/common/imagbmp.cpp:1386 +#: ../src/common/imagbmp.cpp:1237 ../src/common/imagbmp.cpp:1298 +#: ../src/common/imagbmp.cpp:1309 ../src/common/imagbmp.cpp:1322 +#: ../src/common/imagbmp.cpp:1367 ../src/common/imagbmp.cpp:1379 +#: ../src/common/imagbmp.cpp:1390 msgid "ICO: Error writing the image file!" msgstr "ICO: Σφάλμα κατά την εγγÏαφή του αÏχείου εικόνας!" -#: ../src/common/imagbmp.cpp:1198 +#: ../src/common/imagbmp.cpp:1202 msgid "ICO: Image too tall for an icon." msgstr "ICO: Εικόνα Ï€Î¿Î»Ï ÏˆÎ·Î»Î® για εικονίδιο(icon)." -#: ../src/common/imagbmp.cpp:1206 +#: ../src/common/imagbmp.cpp:1210 msgid "ICO: Image too wide for an icon." msgstr "ICO: Εικόνα Ï€Î¿Î»Ï Ï€Î»Î±Ï„Î¹Î¬ για εικονίδιο(icon)." -#: ../src/common/imagbmp.cpp:1466 +#: ../src/common/imagbmp.cpp:1470 msgid "ICO: Invalid icon index." msgstr "ICO: Λανθασμένος δείκτης(index) εικονιδίου(icon)." @@ -4201,7 +4228,7 @@ msgid "ISO-2022-JP" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2420 +#: ../src/osx/carbon/dataview.cpp:2418 msgid "Icon & text renderer cannot render value; value type: " msgstr "" @@ -4264,7 +4291,7 @@ msgid "Image is not of type %s." msgstr "ΑÏχείο εικόνας δεν είναι Ï„Ïπυ %d." -#: ../src/msw/textctrl.cpp:399 +#: ../src/msw/textctrl.cpp:413 msgid "" "Impossible to create a rich edit control, using simple text control instead. " "Please reinstall riched32.dll" @@ -4297,7 +4324,7 @@ msgid "Incorrect GIF frame size (%u, %d) for the frame #%u" msgstr "" -#: ../src/msw/ole/automtn.cpp:624 +#: ../src/msw/ole/automtn.cpp:638 msgid "Incorrect number of arguments." msgstr "" @@ -4305,7 +4332,7 @@ msgid "Indent" msgstr "Στοίχιση" -#: ../src/richtext/richtextformatdlg.cpp:330 +#: ../src/richtext/richtextformatdlg.cpp:331 msgid "Indents && Spacing" msgstr "" @@ -4330,25 +4357,25 @@ msgid "Insert" msgstr "Στοίχιση" -#: ../src/richtext/richtextbuffer.cpp:7687 +#: ../src/richtext/richtextbuffer.cpp:7791 #, fuzzy msgid "Insert Field" msgstr "Στοίχιση" -#: ../src/richtext/richtextbuffer.cpp:7598 -#: ../src/richtext/richtextbuffer.cpp:8551 +#: ../src/richtext/richtextbuffer.cpp:7702 +#: ../src/richtext/richtextbuffer.cpp:8655 msgid "Insert Image" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:7645 +#: ../src/richtext/richtextbuffer.cpp:7749 #, fuzzy msgid "Insert Object" msgstr "Στοίχιση" -#: ../src/richtext/richtextctrl.cpp:1172 ../src/richtext/richtextctrl.cpp:1362 -#: ../src/richtext/richtextbuffer.cpp:7440 -#: ../src/richtext/richtextbuffer.cpp:7470 -#: ../src/richtext/richtextbuffer.cpp:7514 +#: ../src/richtext/richtextctrl.cpp:1241 ../src/richtext/richtextctrl.cpp:1448 +#: ../src/richtext/richtextbuffer.cpp:7544 +#: ../src/richtext/richtextbuffer.cpp:7574 +#: ../src/richtext/richtextbuffer.cpp:7618 msgid "Insert Text" msgstr "" @@ -4357,7 +4384,7 @@ msgid "Inserts a page break before the paragraph." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:549 +#: ../src/richtext/richtextborderspage.cpp:571 #, fuzzy msgid "Inset" msgstr "Στοίχιση" @@ -4371,7 +4398,7 @@ msgid "Invalid TIFF image index." msgstr "Λανθασμένος δείκτης εικόνας TIFF." -#: ../src/osx/carbon/dataview.cpp:1782 ../src/osx/carbon/dataview.cpp:1877 +#: ../src/osx/carbon/dataview.cpp:1780 ../src/osx/carbon/dataview.cpp:1875 msgid "Invalid data view item" msgstr "" @@ -4387,12 +4414,12 @@ msgid "Invalid geometry specification '%s'" msgstr "Λανθασμένος γεωμετÏικός καθοÏισμός(specification) '%s'" -#: ../src/unix/fswatcher_inotify.cpp:298 +#: ../src/unix/fswatcher_inotify.cpp:311 #, c-format msgid "Invalid inotify event for \"%s\"" msgstr "" -#: ../src/unix/snglinst.cpp:306 +#: ../src/unix/snglinst.cpp:312 #, c-format msgid "Invalid lock file '%s'." msgstr "Λανθασμένο αÏχείο κλειδαÏιά (lock file) '%s'." @@ -4421,7 +4448,7 @@ msgstr "" #: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:333 -#: ../src/osx/carbon/fontdlg.cpp:547 ../src/common/stockitem.cpp:168 +#: ../src/osx/carbon/fontdlg.cpp:531 ../src/common/stockitem.cpp:168 msgid "Italic" msgstr "Πλάγια" @@ -4729,7 +4756,7 @@ msgid "Link contained '//', converted to absolute link." msgstr "Η σÏνδεση που πεÏιείχε '//', μετατÏάπηκε σε απόλυτη σÏνδεση." -#: ../src/richtext/richtextformatdlg.cpp:349 +#: ../src/richtext/richtextformatdlg.cpp:350 msgid "List Style" msgstr "" @@ -4748,12 +4775,12 @@ msgid "Lists the available fonts." msgstr "Το Tip δεν είναι διαθέσιμο, συγγνώμη!" -#: ../src/common/fldlgcmn.cpp:325 +#: ../src/common/fldlgcmn.cpp:343 #, c-format msgid "Load %s file" msgstr "ΦόÏτωση %s αÏχείου" -#: ../src/html/htmlwin.cpp:575 +#: ../src/html/htmlwin.cpp:578 msgid "Loading : " msgstr "Γίνεται φόÏτωση : " @@ -4966,12 +4993,12 @@ msgid "MacVietnamese" msgstr "" -#: ../src/propgrid/advprops.cpp:2031 +#: ../src/propgrid/advprops.cpp:2013 #, fuzzy msgid "Make a selection:" msgstr "Τμήματα" -#: ../src/richtext/richtextformatdlg.cpp:362 +#: ../src/richtext/richtextformatdlg.cpp:363 #: ../src/richtext/richtextmarginspage.cpp:172 msgid "Margins" msgstr "" @@ -5013,7 +5040,7 @@ msgid "Metal theme" msgstr "Μεταλλικό θέμα" -#: ../src/msw/ole/automtn.cpp:641 +#: ../src/msw/ole/automtn.cpp:655 msgid "Method or property not found." msgstr "" @@ -5030,7 +5057,7 @@ msgid "Min width:" msgstr "" -#: ../src/msw/ole/automtn.cpp:657 +#: ../src/msw/ole/automtn.cpp:671 msgid "Missing a required parameter." msgstr "" @@ -5073,7 +5100,7 @@ msgid "Moves the object to the previous paragraph." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:9345 +#: ../src/richtext/richtextbuffer.cpp:9596 msgid "Multiple Cell Properties" msgstr "" @@ -5111,16 +5138,16 @@ msgid "New &Paragraph Style..." msgstr "" -#: ../src/richtext/richtextstyledlg.cpp:603 -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:651 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:817 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:890 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:931 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:606 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:654 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:820 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:893 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:934 +#: ../src/richtext/richtextstyledlg.cpp:939 #, fuzzy msgid "New Style" msgstr "Îέο στοιχείο" @@ -5161,19 +5188,19 @@ msgid "No bitmap handler for type %d defined." msgstr "Δεν έχει οÏιστεί χειÏιστής εικόνας για τον Ï„Ïπο %d." -#: ../src/osx/carbon/dataview.cpp:1784 +#: ../src/osx/carbon/dataview.cpp:1782 msgid "No column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1674 +#: ../src/osx/carbon/dataview.cpp:1672 msgid "No column for the specified column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1423 +#: ../src/osx/carbon/dataview.cpp:1421 msgid "No column for the specified column position existing." msgstr "" -#: ../src/common/utilscmn.cpp:1049 +#: ../src/common/utilscmn.cpp:1056 msgid "No default application configured for HTML files." msgstr "" @@ -5232,11 +5259,11 @@ msgid "No matching page found yet" msgstr "Δεν βÏέθηκε ακόμα σελίδα που να ταιÏάζει" -#: ../src/osx/carbon/dataview.cpp:1676 ../src/osx/carbon/dataview.cpp:1786 +#: ../src/osx/carbon/dataview.cpp:1674 ../src/osx/carbon/dataview.cpp:1784 msgid "No renderer or invalid renderer type specified for custom data column." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1424 +#: ../src/osx/carbon/dataview.cpp:1422 msgid "No renderer specified for column." msgstr "" @@ -5258,7 +5285,7 @@ msgid "No valid mappings found in the file \"%s\"." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:542 +#: ../src/richtext/richtextborderspage.cpp:564 #: ../src/richtext/richtextsizepage.cpp:248 #: ../src/richtext/richtextsizepage.cpp:252 #, fuzzy @@ -5281,7 +5308,7 @@ msgid "Normal font:" msgstr "Κανονική γÏαμματοσειÏά:" -#: ../src/propgrid/props.cpp:887 +#: ../src/propgrid/props.cpp:897 #, fuzzy, c-format msgid "Not %s" msgstr "&ΠεÏί..." @@ -5305,7 +5332,7 @@ msgid "Notice" msgstr "&Όχι" -#: ../src/osx/carbon/dataview.cpp:902 +#: ../src/osx/carbon/dataview.cpp:900 #, fuzzy msgid "Number of columns could not be determined." msgstr "Το αÏχείο δεν μπόÏεσε να φοÏτωθεί." @@ -5317,22 +5344,22 @@ #: ../include/wx/msgdlg.h:273 ../src/richtext/richtextstyledlg.cpp:297 #: ../src/common/stockitem.cpp:178 ../src/msw/msgdlg.cpp:489 -#: ../src/msw/msgdlg.cpp:799 ../src/msw/dialog.cpp:120 +#: ../src/msw/msgdlg.cpp:795 ../src/msw/dialog.cpp:120 #: ../src/gtk1/fontdlg.cpp:138 msgid "OK" msgstr "OK" -#: ../src/msw/ole/automtn.cpp:681 +#: ../src/msw/ole/automtn.cpp:695 #, c-format msgid "OLE Automation error in %s: %s" msgstr "" -#: ../include/wx/richtext/richtextimagedlg.h:39 +#: ../include/wx/richtext/richtextimagedlg.h:38 #, fuzzy msgid "Object Properties" msgstr "&Ιδιότητες" -#: ../src/msw/ole/automtn.cpp:649 +#: ../src/msw/ole/automtn.cpp:663 msgid "Object implementation does not support named arguments." msgstr "" @@ -5395,16 +5422,16 @@ msgid "Out of window IDs. Recommend shutting down application." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:400 -#: ../src/richtext/richtextborderspage.cpp:533 +#: ../src/richtext/richtextborderspage.cpp:397 +#: ../src/richtext/richtextborderspage.cpp:555 msgid "Outline" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:572 msgid "Outset" msgstr "" -#: ../src/msw/ole/automtn.cpp:645 +#: ../src/msw/ole/automtn.cpp:659 msgid "Overflow while coercing argument values." msgstr "" @@ -5639,7 +5666,7 @@ msgid "Passing an unknown object to GetObject" msgstr "Δόθηκε ένα άγνωστο αντικείμενο στην GetObject" -#: ../src/richtext/richtextctrl.cpp:3117 ../src/common/stockitem.cpp:180 +#: ../src/richtext/richtextctrl.cpp:3206 ../src/common/stockitem.cpp:180 #: ../src/stc/stc_i18n.cpp:19 #, fuzzy msgid "Paste" @@ -5659,7 +5686,7 @@ msgid "Permissions" msgstr "Δικαιώματα" -#: ../src/richtext/richtextbuffer.cpp:11942 +#: ../src/richtext/richtextbuffer.cpp:12271 #, fuzzy msgid "Picture Properties" msgstr "&Ιδιότητες" @@ -5711,20 +5738,20 @@ msgid "Point Size" msgstr "Μέγεθος κουκίδας:" -#: ../src/osx/carbon/dataview.cpp:1278 ../src/osx/carbon/dataview.cpp:1329 -#: ../src/osx/carbon/dataview.cpp:1420 ../src/osx/carbon/dataview.cpp:1443 -#: ../src/osx/carbon/dataview.cpp:1460 ../src/osx/carbon/dataview.cpp:1477 -#: ../src/osx/carbon/dataview.cpp:1670 ../src/osx/carbon/dataview.cpp:1779 -#: ../src/osx/carbon/dataview.cpp:1821 ../src/osx/carbon/dataview.cpp:1874 -#: ../src/osx/carbon/dataview.cpp:1997 +#: ../src/osx/carbon/dataview.cpp:1276 ../src/osx/carbon/dataview.cpp:1327 +#: ../src/osx/carbon/dataview.cpp:1418 ../src/osx/carbon/dataview.cpp:1441 +#: ../src/osx/carbon/dataview.cpp:1458 ../src/osx/carbon/dataview.cpp:1475 +#: ../src/osx/carbon/dataview.cpp:1668 ../src/osx/carbon/dataview.cpp:1777 +#: ../src/osx/carbon/dataview.cpp:1819 ../src/osx/carbon/dataview.cpp:1872 +#: ../src/osx/carbon/dataview.cpp:1995 msgid "Pointer to data view control not set correctly." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1279 ../src/osx/carbon/dataview.cpp:1338 -#: ../src/osx/carbon/dataview.cpp:1421 ../src/osx/carbon/dataview.cpp:1478 -#: ../src/osx/carbon/dataview.cpp:1671 ../src/osx/carbon/dataview.cpp:1780 -#: ../src/osx/carbon/dataview.cpp:1822 ../src/osx/carbon/dataview.cpp:1875 -#: ../src/osx/carbon/dataview.cpp:1998 +#: ../src/osx/carbon/dataview.cpp:1277 ../src/osx/carbon/dataview.cpp:1336 +#: ../src/osx/carbon/dataview.cpp:1419 ../src/osx/carbon/dataview.cpp:1476 +#: ../src/osx/carbon/dataview.cpp:1669 ../src/osx/carbon/dataview.cpp:1778 +#: ../src/osx/carbon/dataview.cpp:1820 ../src/osx/carbon/dataview.cpp:1873 +#: ../src/osx/carbon/dataview.cpp:1996 msgid "Pointer to model not set correctly." msgstr "" @@ -5746,7 +5773,7 @@ msgid "Preferences" msgstr "&ΠÏοτιμήσεις" -#: ../src/osx/menu_osx.cpp:643 +#: ../src/osx/menu_osx.cpp:614 #, fuzzy msgid "Preferences..." msgstr "&ΠÏοτιμήσεις" @@ -5755,7 +5782,7 @@ msgid "Preparing" msgstr "" -#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:576 +#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:560 #: ../src/html/helpwnd.cpp:1235 msgid "Preview:" msgstr "ΠÏοεπισκόπηση:" @@ -5876,7 +5903,7 @@ msgstr "Γίνεται εκτÏπωση..." #: ../include/wx/richtext/richtextprint.h:109 ../include/wx/prntbase.h:263 -#: ../src/common/docview.cpp:2124 +#: ../src/common/docview.cpp:2114 #, fuzzy msgid "Printout" msgstr "ΕκτÏπωση" @@ -5887,7 +5914,7 @@ "Processing debug report has failed, leaving the files in \"%s\" directory." msgstr "" -#: ../src/osx/carbon/dataview.cpp:2472 +#: ../src/osx/carbon/dataview.cpp:2470 msgid "Progress renderer cannot render value type; value type: " msgstr "" @@ -5905,7 +5932,7 @@ msgid "Property" msgstr "&Ιδιότητες" -#: ../src/propgrid/propgrid.cpp:3144 ../src/propgrid/propgrid.cpp:3276 +#: ../src/propgrid/propgrid.cpp:3146 ../src/propgrid/propgrid.cpp:3278 #, fuzzy msgid "Property Error" msgstr "Σφάλμα ΕκτÏπωσης" @@ -5923,7 +5950,7 @@ msgid "Quit" msgstr "Έ&ξοδος" -#: ../src/osx/menu_osx.cpp:610 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:631 #, fuzzy, c-format msgid "Quit %s" msgstr "Έ&ξοδος" @@ -6018,7 +6045,7 @@ msgid "Remove" msgstr "ΑπομάκÏυνση" -#: ../src/richtext/richtextctrl.cpp:1430 +#: ../src/richtext/richtextctrl.cpp:1516 #, fuzzy msgid "Remove Bullet" msgstr "ΑπομάκÏυνση" @@ -6033,12 +6060,12 @@ msgstr "" "Ο Renderer \"%s\" είναι σε ασÏμβατη έκδοση %d.%d και δεν μποÏεί να φοÏτωθεί." -#: ../src/osx/carbon/dataview.cpp:1430 +#: ../src/osx/carbon/dataview.cpp:1428 #, fuzzy msgid "Rendering failed." msgstr "Η δημιουÏγία timer απέτυχε." -#: ../src/richtext/richtextbuffer.cpp:4214 +#: ../src/richtext/richtextbuffer.cpp:4280 msgid "Renumber List" msgstr "" @@ -6046,7 +6073,7 @@ msgid "Rep&lace" msgstr "&Αντικατάσταση" -#: ../src/richtext/richtextctrl.cpp:3277 ../src/common/stockitem.cpp:188 +#: ../src/richtext/richtextctrl.cpp:3366 ../src/common/stockitem.cpp:188 #, fuzzy msgid "Replace" msgstr "&Αντικατάσταση" @@ -6064,7 +6091,7 @@ msgid "Replace with:" msgstr "Αντικατάσταση με:" -#: ../src/common/valtext.cpp:161 +#: ../src/common/valtext.cpp:163 msgid "Required information entry is empty." msgstr "" @@ -6077,7 +6104,7 @@ msgid "Revert to Saved" msgstr "ΕπαναφοÏά από το αποθηκευμένο" -#: ../src/richtext/richtextborderspage.cpp:548 +#: ../src/richtext/richtextborderspage.cpp:570 #, fuzzy msgid "Ridge" msgstr "Απαλό(light)" @@ -6137,11 +6164,11 @@ msgid "SUBTRACT" msgstr "" -#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2678 +#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2702 msgid "Save" msgstr "Αποθήκευση" -#: ../src/common/fldlgcmn.cpp:327 +#: ../src/common/fldlgcmn.cpp:345 #, c-format msgid "Save %s file" msgstr "Αποθήκευση %s αÏχείου" @@ -6220,8 +6247,8 @@ msgid "Seek error on file '%s' (large files not supported by stdio)" msgstr "" -#: ../src/richtext/richtextctrl.cpp:330 ../src/osx/textctrl_osx.cpp:587 -#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2288 +#: ../src/richtext/richtextctrl.cpp:336 ../src/osx/textctrl_osx.cpp:587 +#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2339 msgid "Select &All" msgstr "Επιλογή &Ολων" @@ -6268,7 +6295,11 @@ msgid "Separator expected after the option '%s'." msgstr "Αναμενόταν διαχωÏιστικό μετά την επιλογή '%s'." -#: ../src/richtext/richtextbuffer.cpp:10513 +#: ../src/osx/menu_osx.cpp:618 +msgid "Services" +msgstr "" + +#: ../src/richtext/richtextbuffer.cpp:10818 #, fuzzy msgid "Set Cell Style" msgstr "ΔιαγÏαφή στοιχείου" @@ -6277,7 +6308,7 @@ msgid "SetProperty called w/o valid setter" msgstr "Η SetProperty κλήθηκε χωÏίς έγκυÏο θέτη" -#: ../src/common/filename.cpp:2632 +#: ../src/common/filename.cpp:2638 msgid "Setting directory access times is not supported under this OS version" msgstr "" @@ -6306,7 +6337,7 @@ msgid "Show &hidden files" msgstr "Εμφάνιση κÏυφών αÏχείων." -#: ../src/osx/menu_osx.cpp:605 ../src/osx/menu_osx.cpp:652 +#: ../src/osx/menu_osx.cpp:626 #, fuzzy msgid "Show All" msgstr "Εμφάνιση όλων" @@ -6348,7 +6379,7 @@ msgid "Shows a preview of the font settings." msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 +#: ../src/osx/carbon/fontdlg.cpp:564 ../src/osx/carbon/fontdlg.cpp:566 msgid "Shows a preview of the font." msgstr "" @@ -6370,12 +6401,12 @@ msgid "Single" msgstr "" -#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:356 +#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:357 #: ../src/richtext/richtextsizepage.cpp:299 msgid "Size" msgstr "Μέγεθος" -#: ../src/osx/carbon/fontdlg.cpp:525 +#: ../src/osx/carbon/fontdlg.cpp:509 #, fuzzy msgid "Size:" msgstr "Μέγεθος" @@ -6393,7 +6424,7 @@ msgid "Small C&apitals" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:543 +#: ../src/richtext/richtextborderspage.cpp:565 #, fuzzy msgid "Solid" msgstr "Έντονο" @@ -6406,11 +6437,11 @@ msgid "Sorry, not enough memory to create a preview." msgstr "Συγγνώμη, δεν υπάÏχει αÏκετή μνήμη για την δημιουÏγία Ï€Ïοεπισκόπησης." -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "Sorry, that name is taken. Please choose another." msgstr "" @@ -6469,16 +6500,16 @@ msgid "String To Colour : Incorrect colour specification : %s" msgstr "String To Colour : Λανθασμένος καθοÏισμός χÏώματος: %s" -#: ../src/richtext/richtextformatdlg.cpp:318 ../src/propgrid/advprops.cpp:647 +#: ../src/richtext/richtextformatdlg.cpp:319 ../src/propgrid/advprops.cpp:647 #, fuzzy msgid "Style" msgstr "&Στυλ:" -#: ../include/wx/richtext/richtextstyledlg.h:47 +#: ../include/wx/richtext/richtextstyledlg.h:46 msgid "Style Organiser" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:534 +#: ../src/osx/carbon/fontdlg.cpp:518 #, fuzzy msgid "Style:" msgstr "&Στυλ:" @@ -6550,7 +6581,7 @@ msgid "TIFF: Image size is abnormally big." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10794 +#: ../src/richtext/richtextbuffer.cpp:11099 #, fuzzy msgid "Table Properties" msgstr "&Ιδιότητες" @@ -6564,7 +6595,7 @@ msgid "Tabloid, 11 x 17 in" msgstr "11 x 17 ίντσες" -#: ../src/richtext/richtextformatdlg.cpp:336 +#: ../src/richtext/richtextformatdlg.cpp:337 msgid "Tabs" msgstr "" @@ -6576,7 +6607,7 @@ msgid "Templates" msgstr "ΠÏότυπα" -#: ../src/osx/carbon/dataview.cpp:2373 +#: ../src/osx/carbon/dataview.cpp:2371 msgid "Text renderer cannot render value; value type: " msgstr "" @@ -6612,6 +6643,26 @@ msgid "The background colour." msgstr "Το χÏώμα της γÏαμματοσειÏάς." +#: ../src/richtext/richtextborderspage.cpp:265 +#: ../src/richtext/richtextborderspage.cpp:267 +#: ../src/richtext/richtextborderspage.cpp:299 +#: ../src/richtext/richtextborderspage.cpp:301 +#: ../src/richtext/richtextborderspage.cpp:333 +#: ../src/richtext/richtextborderspage.cpp:335 +#: ../src/richtext/richtextborderspage.cpp:367 +#: ../src/richtext/richtextborderspage.cpp:369 +#: ../src/richtext/richtextborderspage.cpp:434 +#: ../src/richtext/richtextborderspage.cpp:436 +#: ../src/richtext/richtextborderspage.cpp:468 +#: ../src/richtext/richtextborderspage.cpp:470 +#: ../src/richtext/richtextborderspage.cpp:502 +#: ../src/richtext/richtextborderspage.cpp:504 +#: ../src/richtext/richtextborderspage.cpp:536 +#: ../src/richtext/richtextborderspage.cpp:538 +#, fuzzy +msgid "The border line style." +msgstr "Το στυλ της γÏαμματοσειÏάς." + #: ../src/richtext/richtextmarginspage.cpp:268 #: ../src/richtext/richtextmarginspage.cpp:270 #, fuzzy @@ -6659,7 +6710,7 @@ "ένα άλλο σÏνολο χαÏακτήÏων να το αντικαταστήσει ή διαλέξτε\n" "[ΑκÏÏωση] εάν δεν μποÏεί να αντικατασταθεί" -#: ../src/msw/ole/dataobj.cpp:367 +#: ../src/msw/ole/dataobj.cpp:394 #, c-format msgid "The clipboard format '%d' doesn't exist." msgstr "O Ï„Ïπος Ï€ÏοχείÏου(clipboard format) '%d' δεν υπάÏχει." @@ -6726,7 +6777,7 @@ msgid "The font point size." msgstr "Το μέγεθος κουκίδας γÏαμματοσειÏάς" -#: ../src/osx/carbon/fontdlg.cpp:529 ../src/osx/carbon/fontdlg.cpp:531 +#: ../src/osx/carbon/fontdlg.cpp:513 ../src/osx/carbon/fontdlg.cpp:515 #, fuzzy msgid "The font size in points." msgstr "Το μέγεθος κουκίδας γÏαμματοσειÏάς" @@ -6790,7 +6841,7 @@ msgid "The list item number." msgstr "" -#: ../src/msw/ole/automtn.cpp:653 +#: ../src/msw/ole/automtn.cpp:667 msgid "The locale ID is unknown." msgstr "" @@ -6925,7 +6976,7 @@ msgid "The style preview." msgstr "Εμφανίζει την Ï€Ïοεπισκόπηση της γÏαμματοσειÏάς" -#: ../src/msw/ole/automtn.cpp:669 +#: ../src/msw/ole/automtn.cpp:683 msgid "The system cannot find the file specified." msgstr "" @@ -6940,7 +6991,7 @@ msgid "The tab positions." msgstr "Το μέγεθος κουκίδας γÏαμματοσειÏάς" -#: ../src/richtext/richtextctrl.cpp:2705 +#: ../src/richtext/richtextctrl.cpp:2791 msgid "The text couldn't be saved." msgstr "Το κείμενο δεν μπόÏεσε να αποθυκευτεί." @@ -6983,7 +7034,7 @@ msgid "The wxGtkPrinterDC cannot be used." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1340 +#: ../src/osx/carbon/dataview.cpp:1338 msgid "There is no column or renderer for the specified column index." msgstr "" @@ -7009,7 +7060,7 @@ msgid "This platform does not support background transparency." msgstr "" -#: ../src/gtk/window.cpp:4317 +#: ../src/gtk/window.cpp:4368 msgid "" "This program was compiled with a too old version of GTK+, please rebuild " "with GTK+ 2.12 or newer." @@ -7021,7 +7072,7 @@ "comctl32.dll" msgstr "" -#: ../src/msw/thread.cpp:1300 +#: ../src/msw/thread.cpp:1295 msgid "" "Thread module initialization failed: cannot store value in thread local " "storage" @@ -7029,13 +7080,13 @@ "Η αÏχικοποίηση μονάδας νήματος εκτέλεσης (thread module) απέτυχε: αδÏνατη η " "αποθήκευση τιμής στην τοπική αποθήκευση νήματος (thread local storage)" -#: ../src/unix/threadpsx.cpp:1758 +#: ../src/unix/threadpsx.cpp:1763 msgid "Thread module initialization failed: failed to create thread key" msgstr "" "Η αÏχικοποίηση μονάδας νήματος εκτέλεσης (thread module) απέτυχε: αποτυχία " "δημιουÏγίας ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î½Î®Î¼Î±Ï„Î¿Ï‚ (thread key)" -#: ../src/msw/thread.cpp:1288 +#: ../src/msw/thread.cpp:1283 msgid "" "Thread module initialization failed: impossible to allocate index in thread " "local storage" @@ -7044,7 +7095,7 @@ "δεσμευτεί (allocate) δείκτης (index) στην στην τοπική αποθήκευση νήματος " "(thread local storage)" -#: ../src/unix/threadpsx.cpp:1038 +#: ../src/unix/threadpsx.cpp:1043 msgid "Thread priority setting is ignored." msgstr "Η ÏÏθμιση Ï€ÏοτεÏαιότητας του νήματος εκτέλεσης (thread) αγνοήθηκε. " @@ -7078,11 +7129,11 @@ msgid "To:" msgstr "ΠÏός:" -#: ../src/osx/carbon/dataview.cpp:2451 +#: ../src/osx/carbon/dataview.cpp:2449 msgid "Toggle renderer cannot render value; value type: " msgstr "" -#: ../src/richtext/richtextbuffer.cpp:7983 +#: ../src/richtext/richtextbuffer.cpp:8087 msgid "Too many EndStyle calls!" msgstr "" @@ -7138,7 +7189,7 @@ msgid "Type a size in points." msgstr "" -#: ../src/msw/ole/automtn.cpp:665 +#: ../src/msw/ole/automtn.cpp:679 #, c-format msgid "Type mismatch in argument %u." msgstr "" @@ -7200,7 +7251,7 @@ msgid "Unable to close the handle for '%s'" msgstr "Αποτυχία κλεισίματος του χειÏιστηÏίου του αÏχείου(file handle)" -#: ../include/wx/msw/private/fswatcher.h:240 +#: ../include/wx/msw/private/fswatcher.h:245 #, fuzzy msgid "Unable to create I/O completion port" msgstr "Αποτυχία δημιουÏγίας δείκτη." @@ -7220,7 +7271,7 @@ msgid "Unable to create kqueue instance" msgstr "Απέτυχε η δημιουÏγεία ενός DDE αλφαÏÎ·Î¸Î¼Î¹Ï„Î¹ÎºÎ¿Ï (string)" -#: ../include/wx/msw/private/fswatcher.h:229 +#: ../include/wx/msw/private/fswatcher.h:234 msgid "Unable to dequeue completion packet" msgstr "" @@ -7228,7 +7279,7 @@ msgid "Unable to get events from kqueue" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1903 +#: ../src/osx/carbon/dataview.cpp:1901 msgid "Unable to handle native drag&drop data" msgstr "" @@ -7246,7 +7297,7 @@ msgid "Unable to open path '%s'" msgstr "Αποτυχία ανοίγματος του arxe;ioy CHM '%s'." -#: ../src/html/htmlwin.cpp:561 +#: ../src/html/htmlwin.cpp:564 #, c-format msgid "Unable to open requested HTML document: %s" msgstr "Δεν είναι δυνατό το άνοιγμα εγγÏάφου HTML: %s" @@ -7255,11 +7306,11 @@ msgid "Unable to play sound asynchronously." msgstr "ΑδÏνατη η ασÏγχÏονη αναπαÏαγωγή ήχου." -#: ../include/wx/msw/private/fswatcher.h:207 +#: ../include/wx/msw/private/fswatcher.h:212 msgid "Unable to post completion status" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:530 +#: ../src/unix/fswatcher_inotify.cpp:543 #, fuzzy msgid "Unable to read from inotify descriptor" msgstr "αδÏνατη η ανάγνωση από πεÏiγÏαφέα (descriptor) αÏχείου %d" @@ -7290,7 +7341,7 @@ msgid "Underline" msgstr "&ΥπογÏάμμιση" -#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:556 +#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:540 #: ../src/propgrid/advprops.cpp:655 #, fuzzy msgid "Underlined" @@ -7310,7 +7361,7 @@ msgid "Unexpected characters following option '%s'." msgstr "ΑπÏοσδόκητη παÏάμετÏος '%s'" -#: ../src/unix/fswatcher_inotify.cpp:261 +#: ../src/unix/fswatcher_inotify.cpp:262 #, c-format msgid "Unexpected event for \"%s\": no matching watch descriptor." msgstr "" @@ -7375,8 +7426,8 @@ msgid "Unindent" msgstr "Α&ποστοίχιση" -#: ../src/richtext/richtextborderspage.cpp:373 -#: ../src/richtext/richtextborderspage.cpp:375 +#: ../src/richtext/richtextborderspage.cpp:358 +#: ../src/richtext/richtextborderspage.cpp:360 msgid "Units for the bottom border width." msgstr "" @@ -7385,8 +7436,8 @@ msgid "Units for the bottom margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:517 -#: ../src/richtext/richtextborderspage.cpp:519 +#: ../src/richtext/richtextborderspage.cpp:527 +#: ../src/richtext/richtextborderspage.cpp:529 msgid "Units for the bottom outline width." msgstr "" @@ -7403,8 +7454,8 @@ "Δεν είναι δυνατή η αναμονή(wait) για τον τεÏματισμό του νήματος εκτέλεσης" "(thread)" -#: ../src/richtext/richtextborderspage.cpp:283 -#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:256 +#: ../src/richtext/richtextborderspage.cpp:258 msgid "Units for the left border width." msgstr "" @@ -7413,8 +7464,8 @@ msgid "Units for the left margin." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:425 #: ../src/richtext/richtextborderspage.cpp:427 -#: ../src/richtext/richtextborderspage.cpp:429 msgid "Units for the left outline width." msgstr "" @@ -7465,8 +7516,8 @@ msgid "Units for the object width." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:313 -#: ../src/richtext/richtextborderspage.cpp:315 +#: ../src/richtext/richtextborderspage.cpp:290 +#: ../src/richtext/richtextborderspage.cpp:292 msgid "Units for the right border width." msgstr "" @@ -7475,8 +7526,8 @@ msgid "Units for the right margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:457 #: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:461 msgid "Units for the right outline width." msgstr "" @@ -7493,8 +7544,8 @@ "Δεν είναι δυνατή η αναμονή(wait) για τον τεÏματισμό του νήματος εκτέλεσης" "(thread)" -#: ../src/richtext/richtextborderspage.cpp:343 -#: ../src/richtext/richtextborderspage.cpp:345 +#: ../src/richtext/richtextborderspage.cpp:324 +#: ../src/richtext/richtextborderspage.cpp:326 msgid "Units for the top border width." msgstr "" @@ -7506,8 +7557,8 @@ "Δεν είναι δυνατή η αναμονή(wait) για τον τεÏματισμό του νήματος εκτέλεσης" "(thread)" -#: ../src/richtext/richtextborderspage.cpp:487 -#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:493 +#: ../src/richtext/richtextborderspage.cpp:495 msgid "Units for the top outline width." msgstr "" @@ -7553,12 +7604,12 @@ msgid "Unknown TIFF resolution unit %d ignored" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1978 +#: ../src/osx/carbon/dataview.cpp:1976 #, fuzzy msgid "Unknown data format" msgstr "σφάλμα στη μοÏφή των δεδομένων" -#: ../src/unix/dlunix.cpp:325 +#: ../src/unix/dlunix.cpp:160 msgid "Unknown dynamic library error" msgstr "" @@ -7567,12 +7618,12 @@ msgid "Unknown encoding (%d)" msgstr "’γνωστη κωδικοποίηση (%d)" -#: ../src/msw/ole/automtn.cpp:677 +#: ../src/msw/ole/automtn.cpp:691 #, fuzzy, c-format msgid "Unknown error %08x" msgstr "’γνωστο σφάλμα DDE %08x" -#: ../src/msw/ole/automtn.cpp:636 +#: ../src/msw/ole/automtn.cpp:650 #, fuzzy msgid "Unknown exception" msgstr "’γνωστη επιλογή '%s'" @@ -7587,7 +7638,7 @@ msgid "Unknown long option '%s'" msgstr "’γνωστη επιλογή long '%s'" -#: ../src/msw/ole/automtn.cpp:620 +#: ../src/msw/ole/automtn.cpp:634 msgid "Unknown name or named argument." msgstr "" @@ -7646,11 +7697,11 @@ msgid "Use the current alignment setting." msgstr "" -#: ../src/osx/carbon/dataview.cpp:2658 ../src/osx/carbon/dataview.cpp:2723 +#: ../src/osx/carbon/dataview.cpp:2656 ../src/osx/carbon/dataview.cpp:2721 msgid "Valid pointer to native data view control does not exist" msgstr "" -#: ../src/common/valtext.cpp:174 +#: ../src/common/valtext.cpp:179 msgid "Validation conflict" msgstr "ΣÏγκÏουση επικÏÏωσης (validation conflict)" @@ -7760,6 +7811,16 @@ msgid "Windows 7" msgstr "Windows 95" +#: ../src/msw/utils.cpp:1308 +#, fuzzy +msgid "Windows 8" +msgstr "Windows 98" + +#: ../src/msw/utils.cpp:1314 +#, fuzzy +msgid "Windows 8.1" +msgstr "Windows 98" + #: ../src/msw/utils.cpp:1234 msgid "Windows 95" msgstr "Windows 95" @@ -7838,7 +7899,7 @@ msgid "Windows ME" msgstr "Windows ME" -#: ../src/msw/utils.cpp:1310 +#: ../src/msw/utils.cpp:1322 #, fuzzy, c-format msgid "Windows NT %lu.%lu" msgstr "Windows 9x (%d.%d)" @@ -7858,6 +7919,16 @@ msgid "Windows Server 2008 R2" msgstr "Windows ΕβÏαϊκό (CP 1255)" +#: ../src/msw/utils.cpp:1307 +#, fuzzy +msgid "Windows Server 2012" +msgstr "Windows Ελληνικό (CP 1253)" + +#: ../src/msw/utils.cpp:1313 +#, fuzzy +msgid "Windows Server 2012 R2" +msgstr "Windows ΕβÏαϊκό (CP 1255)" + #: ../src/common/fmapbase.cpp:166 #, fuzzy msgid "Windows Thai (CP 874)" @@ -7950,7 +8021,7 @@ msgid "You cannot add a new directory to this section." msgstr "Δεν μποÏείτε να Ï€Ïοσθέσετε καινοÏÏγιο κατάλογο σε αυτό το τμήμα." -#: ../src/propgrid/propgrid.cpp:3258 +#: ../src/propgrid/propgrid.cpp:3260 msgid "You have entered invalid value. Press ESC to cancel editing." msgstr "" @@ -8124,7 +8195,7 @@ msgid "buffer is too small for Windows directory." msgstr "" -#: ../src/msw/utils.cpp:1316 +#: ../src/msw/utils.cpp:1328 #, c-format msgid "build %lu" msgstr "" @@ -8247,7 +8318,7 @@ msgid "can't seek on file descriptor %d" msgstr "αδÏνατη η αναζήτηση(seek) στον πεÏγÏαφέα(descriptor) αÏχείου %d" -#: ../src/common/textfile.cpp:299 +#: ../src/common/textfile.cpp:270 #, c-format msgid "can't write buffer '%s' to disk." msgstr "αδÏνατη η εγγÏαφή της Ï€ÏοσωÏινής μνήμης (buffer) '%s' στο δίσκο." @@ -8269,14 +8340,14 @@ msgid "checksum failure reading tar header block" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:280 -#: ../src/richtext/richtextborderspage.cpp:310 -#: ../src/richtext/richtextborderspage.cpp:340 -#: ../src/richtext/richtextborderspage.cpp:370 -#: ../src/richtext/richtextborderspage.cpp:424 -#: ../src/richtext/richtextborderspage.cpp:454 -#: ../src/richtext/richtextborderspage.cpp:484 -#: ../src/richtext/richtextborderspage.cpp:514 +#: ../src/richtext/richtextborderspage.cpp:252 +#: ../src/richtext/richtextborderspage.cpp:286 +#: ../src/richtext/richtextborderspage.cpp:320 +#: ../src/richtext/richtextborderspage.cpp:354 +#: ../src/richtext/richtextborderspage.cpp:421 +#: ../src/richtext/richtextborderspage.cpp:455 +#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:523 #: ../src/richtext/richtextmarginspage.cpp:202 #: ../src/richtext/richtextmarginspage.cpp:227 #: ../src/richtext/richtextmarginspage.cpp:250 @@ -8413,7 +8484,7 @@ msgid "file '%s': unexpected character %c at line %d." msgstr "αÏχείο '%s': απÏοσδόκητος χαÏακτήÏας %c στη γÏαμμή %d." -#: ../src/richtext/richtextbuffer.cpp:8358 +#: ../src/richtext/richtextbuffer.cpp:8462 #, fuzzy msgid "files" msgstr "ΑÏχείο" @@ -8434,12 +8505,12 @@ msgid "fourth" msgstr "τέταÏτο" -#: ../src/common/appbase.cpp:695 +#: ../src/common/appbase.cpp:699 msgid "generate verbose log messages" msgstr "δημιουÏγία αναλυτικών (verbose) μηνυμάτων καταγÏαφής (log)" -#: ../src/richtext/richtextbuffer.cpp:12212 -#: ../src/richtext/richtextbuffer.cpp:12322 +#: ../src/richtext/richtextbuffer.cpp:12541 +#: ../src/richtext/richtextbuffer.cpp:12651 #, fuzzy msgid "image" msgstr "ÎÏα" @@ -8535,53 +8606,48 @@ msgid "out of memory" msgstr "ανεπαÏκής μνήμη" -#: ../src/richtext/richtextsizepage.cpp:340 -#: ../src/richtext/richtextsizepage.cpp:374 -#: ../src/richtext/richtextsizepage.cpp:401 -#: ../src/richtext/richtextsizepage.cpp:428 -#: ../src/richtext/richtextsizepage.cpp:455 -#: ../src/richtext/richtextsizepage.cpp:482 -#: ../src/richtext/richtextsizepage.cpp:556 -#: ../src/richtext/richtextsizepage.cpp:591 -#: ../src/richtext/richtextsizepage.cpp:626 -#: ../src/richtext/richtextsizepage.cpp:661 -msgid "percent" -msgstr "" - #: ../src/common/debugrpt.cpp:519 msgid "process context description" msgstr "" #: ../src/richtext/richtextfontpage.cpp:186 #: ../src/richtext/richtextfontpage.cpp:189 +#: ../src/richtext/richtextborderspage.cpp:253 +#: ../src/richtext/richtextborderspage.cpp:287 +#: ../src/richtext/richtextborderspage.cpp:321 +#: ../src/richtext/richtextborderspage.cpp:355 +#: ../src/richtext/richtextborderspage.cpp:422 +#: ../src/richtext/richtextborderspage.cpp:456 +#: ../src/richtext/richtextborderspage.cpp:490 +#: ../src/richtext/richtextborderspage.cpp:524 msgid "pt" msgstr "" #: ../src/richtext/richtextfontpage.cpp:187 -#: ../src/richtext/richtextborderspage.cpp:279 -#: ../src/richtext/richtextborderspage.cpp:281 -#: ../src/richtext/richtextborderspage.cpp:282 -#: ../src/richtext/richtextborderspage.cpp:309 -#: ../src/richtext/richtextborderspage.cpp:311 -#: ../src/richtext/richtextborderspage.cpp:312 -#: ../src/richtext/richtextborderspage.cpp:339 -#: ../src/richtext/richtextborderspage.cpp:341 -#: ../src/richtext/richtextborderspage.cpp:342 -#: ../src/richtext/richtextborderspage.cpp:369 -#: ../src/richtext/richtextborderspage.cpp:371 -#: ../src/richtext/richtextborderspage.cpp:372 +#: ../src/richtext/richtextborderspage.cpp:251 +#: ../src/richtext/richtextborderspage.cpp:254 +#: ../src/richtext/richtextborderspage.cpp:255 +#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:288 +#: ../src/richtext/richtextborderspage.cpp:289 +#: ../src/richtext/richtextborderspage.cpp:319 +#: ../src/richtext/richtextborderspage.cpp:322 +#: ../src/richtext/richtextborderspage.cpp:323 +#: ../src/richtext/richtextborderspage.cpp:353 +#: ../src/richtext/richtextborderspage.cpp:356 +#: ../src/richtext/richtextborderspage.cpp:357 +#: ../src/richtext/richtextborderspage.cpp:420 #: ../src/richtext/richtextborderspage.cpp:423 -#: ../src/richtext/richtextborderspage.cpp:425 -#: ../src/richtext/richtextborderspage.cpp:426 -#: ../src/richtext/richtextborderspage.cpp:453 -#: ../src/richtext/richtextborderspage.cpp:455 -#: ../src/richtext/richtextborderspage.cpp:456 -#: ../src/richtext/richtextborderspage.cpp:483 -#: ../src/richtext/richtextborderspage.cpp:485 -#: ../src/richtext/richtextborderspage.cpp:486 -#: ../src/richtext/richtextborderspage.cpp:513 -#: ../src/richtext/richtextborderspage.cpp:515 -#: ../src/richtext/richtextborderspage.cpp:516 +#: ../src/richtext/richtextborderspage.cpp:424 +#: ../src/richtext/richtextborderspage.cpp:454 +#: ../src/richtext/richtextborderspage.cpp:457 +#: ../src/richtext/richtextborderspage.cpp:458 +#: ../src/richtext/richtextborderspage.cpp:488 +#: ../src/richtext/richtextborderspage.cpp:491 +#: ../src/richtext/richtextborderspage.cpp:492 +#: ../src/richtext/richtextborderspage.cpp:522 +#: ../src/richtext/richtextborderspage.cpp:525 +#: ../src/richtext/richtextborderspage.cpp:526 #: ../src/richtext/richtextmarginspage.cpp:201 #: ../src/richtext/richtextmarginspage.cpp:203 #: ../src/richtext/richtextmarginspage.cpp:204 @@ -8682,7 +8748,7 @@ msgid "shift" msgstr "shift" -#: ../src/common/appbase.cpp:685 +#: ../src/common/appbase.cpp:689 msgid "show this help message" msgstr "εμφάνιση Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… μηνÏματος βοηθείας" @@ -8703,23 +8769,23 @@ msgid "specify the theme to use" msgstr "καθοÏίστε το θέμα που θα χÏησιμοποιηθεί" -#: ../src/richtext/richtextbuffer.cpp:8876 +#: ../src/richtext/richtextbuffer.cpp:8983 msgid "standard/circle" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8877 +#: ../src/richtext/richtextbuffer.cpp:8984 msgid "standard/circle-outline" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8879 +#: ../src/richtext/richtextbuffer.cpp:8986 msgid "standard/diamond" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8878 +#: ../src/richtext/richtextbuffer.cpp:8985 msgid "standard/square" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8880 +#: ../src/richtext/richtextbuffer.cpp:8987 msgid "standard/triangle" msgstr "" @@ -8853,11 +8919,11 @@ msgid "wxPrintout::GetPageInfo gives a null maxPage." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1303 +#: ../src/osx/carbon/dataview.cpp:1301 msgid "wxWidget control pointer is not a data view pointer" msgstr "" -#: ../src/osx/carbon/dataview.cpp:907 +#: ../src/osx/carbon/dataview.cpp:905 #, fuzzy msgid "wxWidget's control not initialized." msgstr "Δεν είναι δυνατή η αÏχικοποίηση απεικόνησης." @@ -9404,9 +9470,6 @@ #~ msgid "mktime() failed" #~ msgstr "η mktime() απέτυχε" -#~ msgid "%d" -#~ msgstr "%d" - #~ msgid "%d...%d" #~ msgstr "%d...%d" Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/locale/es.mo and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/locale/es.mo differ diff -Nru wxpython3.0-3.0.0.0+dfsg/locale/es.po wxpython3.0-3.0.1.1+dfsg/locale/es.po --- wxpython3.0-3.0.0.0+dfsg/locale/es.po 2013-12-28 09:37:04.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/locale/es.po 2014-04-17 19:37:43.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: wxWidgets 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-01 19:04+0200\n" +"POT-Creation-Date: 2014-02-21 14:54+0100\n" "PO-Revision-Date: 2009-03-25 10:12-0000\n" "Last-Translator: Julian Smart \n" "Language-Team: wxWidgets translators \n" @@ -86,6 +86,20 @@ msgid "#9 Envelope, 3 7/8 x 8 7/8 in" msgstr "Sobre #9, 3 7/8 x 8 7/8 in" +#: ../src/richtext/richtextsizepage.cpp:340 +#: ../src/richtext/richtextsizepage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:401 +#: ../src/richtext/richtextsizepage.cpp:428 +#: ../src/richtext/richtextsizepage.cpp:455 +#: ../src/richtext/richtextsizepage.cpp:482 +#: ../src/richtext/richtextsizepage.cpp:556 +#: ../src/richtext/richtextsizepage.cpp:591 +#: ../src/richtext/richtextsizepage.cpp:626 +#: ../src/richtext/richtextsizepage.cpp:661 +#, fuzzy +msgid "%" +msgstr "%s B" + #: ../src/html/helpwnd.cpp:1044 #, fuzzy, c-format msgid "%d of %lu" @@ -138,7 +152,7 @@ msgid "%s did not fit the tar header for entry '%s'" msgstr "%s did not fit the tar header for entry '%s'" -#: ../src/common/fldlgcmn.cpp:106 +#: ../src/common/fldlgcmn.cpp:124 #, c-format msgid "%s files (%s)|%s" msgstr "archivos %s (%s)|%s" @@ -204,8 +218,8 @@ msgid "&Bottom" msgstr "" -#: ../src/richtext/richtextborderspage.cpp:359 -#: ../src/richtext/richtextborderspage.cpp:503 +#: ../src/richtext/richtextborderspage.cpp:343 +#: ../src/richtext/richtextborderspage.cpp:512 #: ../src/richtext/richtextmarginspage.cpp:260 #: ../src/richtext/richtextmarginspage.cpp:374 #: ../src/richtext/richtextsizepage.cpp:637 @@ -213,7 +227,7 @@ msgid "&Bottom:" msgstr "" -#: ../include/wx/richtext/richtextbuffer.h:3530 +#: ../include/wx/richtext/richtextbuffer.h:3578 #, fuzzy msgid "&Box" msgstr "&Negrita" @@ -228,7 +242,7 @@ msgstr "" #: ../src/generic/wizard.cpp:432 ../src/generic/fontdlgg.cpp:470 -#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:588 +#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:572 #: ../src/common/stockitem.cpp:145 msgid "&Cancel" msgstr "&Cancelar" @@ -237,7 +251,7 @@ msgid "&Cascade" msgstr "&Cascada" -#: ../include/wx/richtext/richtextbuffer.h:5587 +#: ../include/wx/richtext/richtextbuffer.h:5639 #, fuzzy msgid "&Cell" msgstr "&Cancelar" @@ -270,8 +284,8 @@ msgid "&Convert" msgstr "Contenidos" -#: ../src/richtext/richtextctrl.cpp:326 ../src/osx/textctrl_osx.cpp:583 -#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2284 +#: ../src/richtext/richtextctrl.cpp:332 ../src/osx/textctrl_osx.cpp:583 +#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2335 msgid "&Copy" msgstr "&Copiar" @@ -290,8 +304,8 @@ msgstr "&Vista previa del informe de depuración:" #: ../src/richtext/richtexttabspage.cpp:142 -#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:585 -#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2286 +#: ../src/richtext/richtextctrl.cpp:334 ../src/osx/textctrl_osx.cpp:585 +#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2337 msgid "&Delete" msgstr "&Eliminar" @@ -386,7 +400,7 @@ msgstr "Peso" #: ../src/generic/wizard.cpp:435 ../src/richtext/richtextstyledlg.cpp:303 -#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:785 +#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:776 #: ../src/common/stockitem.cpp:163 ../src/html/helpfrm.cpp:147 msgid "&Help" msgstr "&Ayuda" @@ -443,8 +457,8 @@ msgstr "&Izquierda" #: ../src/richtext/richtextindentspage.cpp:195 -#: ../src/richtext/richtextborderspage.cpp:269 -#: ../src/richtext/richtextborderspage.cpp:413 +#: ../src/richtext/richtextborderspage.cpp:241 +#: ../src/richtext/richtextborderspage.cpp:410 #: ../src/richtext/richtextliststylepage.cpp:381 #: ../src/richtext/richtextmarginspage.cpp:187 #: ../src/richtext/richtextmarginspage.cpp:301 @@ -513,7 +527,7 @@ msgstr "&Número:" #: ../src/generic/fontdlgg.cpp:475 ../src/generic/fontdlgg.cpp:482 -#: ../src/osx/carbon/fontdlg.cpp:594 ../src/common/stockitem.cpp:178 +#: ../src/osx/carbon/fontdlg.cpp:578 ../src/common/stockitem.cpp:178 msgid "&OK" msgstr "&Aceptar" @@ -531,12 +545,12 @@ msgid "&Page Break" msgstr "" -#: ../src/richtext/richtextctrl.cpp:327 ../src/osx/textctrl_osx.cpp:584 -#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2285 +#: ../src/richtext/richtextctrl.cpp:333 ../src/osx/textctrl_osx.cpp:584 +#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2336 msgid "&Paste" msgstr "&Pegar" -#: ../include/wx/richtext/richtextbuffer.h:4655 +#: ../include/wx/richtext/richtextbuffer.h:4705 msgid "&Picture" msgstr "" @@ -571,7 +585,7 @@ msgid "&Print..." msgstr "Im&primir..." -#: ../src/richtext/richtextctrl.cpp:332 ../src/richtext/richtextctrl.cpp:4945 +#: ../src/richtext/richtextctrl.cpp:338 ../src/richtext/richtextctrl.cpp:5054 #: ../src/common/stockitem.cpp:184 msgid "&Properties" msgstr "&Propiedades" @@ -580,9 +594,9 @@ msgid "&Quit" msgstr "&Salir" -#: ../src/richtext/richtextctrl.cpp:323 ../src/osx/textctrl_osx.cpp:580 +#: ../src/richtext/richtextctrl.cpp:329 ../src/osx/textctrl_osx.cpp:580 #: ../src/common/stockitem.cpp:185 ../src/common/cmdproc.cpp:293 -#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2281 +#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2332 msgid "&Redo" msgstr "&Rehacer" @@ -612,8 +626,8 @@ msgstr "&Derecha" #: ../src/richtext/richtextindentspage.cpp:213 -#: ../src/richtext/richtextborderspage.cpp:299 -#: ../src/richtext/richtextborderspage.cpp:443 +#: ../src/richtext/richtextborderspage.cpp:275 +#: ../src/richtext/richtextborderspage.cpp:444 #: ../src/richtext/richtextliststylepage.cpp:399 #: ../src/richtext/richtextmarginspage.cpp:212 #: ../src/richtext/richtextmarginspage.cpp:326 @@ -687,7 +701,12 @@ msgid "&Symbol:" msgstr "&Símbolo:" -#: ../include/wx/richtext/richtextbuffer.h:5679 +#: ../src/richtext/richtextborderspage.cpp:379 +#: ../src/richtext/richtextborderspage.cpp:548 +msgid "&Synchronize values" +msgstr "" + +#: ../include/wx/richtext/richtextbuffer.h:5733 #, fuzzy msgid "&Table" msgstr "Tabulaciones" @@ -697,8 +716,8 @@ msgid "&Top" msgstr "&Copiar" -#: ../src/richtext/richtextborderspage.cpp:329 -#: ../src/richtext/richtextborderspage.cpp:473 +#: ../src/richtext/richtextborderspage.cpp:309 +#: ../src/richtext/richtextborderspage.cpp:478 #: ../src/richtext/richtextmarginspage.cpp:235 #: ../src/richtext/richtextmarginspage.cpp:349 #: ../src/richtext/richtextsizepage.cpp:567 @@ -715,9 +734,9 @@ msgid "&Underlining:" msgstr "&Subrayado:" -#: ../src/richtext/richtextctrl.cpp:322 ../src/osx/textctrl_osx.cpp:579 +#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:579 #: ../src/common/stockitem.cpp:203 ../src/common/cmdproc.cpp:271 -#: ../src/msw/textctrl.cpp:2280 +#: ../src/msw/textctrl.cpp:2331 msgid "&Undo" msgstr "&Deshacer" @@ -769,8 +788,8 @@ msgid "'%s' has extra '..', ignored." msgstr "'%s' tiene '..' adicional, se ignora." -#: ../src/common/valtext.cpp:249 ../src/common/valtext.cpp:251 -#: ../src/common/valtext.cpp:253 ../src/common/valtext.cpp:255 +#: ../src/common/valtext.cpp:165 ../src/common/valtext.cpp:167 +#: ../src/common/valtext.cpp:254 ../src/common/valtext.cpp:256 #, c-format msgid "'%s' is invalid" msgstr "'%s' es inválido" @@ -790,27 +809,27 @@ msgid "'%s' is probably a binary buffer." msgstr "'%s' es probablemente un archivo binario." -#: ../src/common/valtext.cpp:247 +#: ../src/common/valtext.cpp:252 #, c-format msgid "'%s' should be numeric." msgstr "'%s debe ser numérico." -#: ../src/common/valtext.cpp:239 +#: ../src/common/valtext.cpp:244 #, c-format msgid "'%s' should only contain ASCII characters." msgstr "'%s' debe contener sólo caracteres ASCII." -#: ../src/common/valtext.cpp:241 +#: ../src/common/valtext.cpp:246 #, c-format msgid "'%s' should only contain alphabetic characters." msgstr "'%s' debe contener sólo caracteres de texto." -#: ../src/common/valtext.cpp:243 +#: ../src/common/valtext.cpp:248 #, c-format msgid "'%s' should only contain alphabetic or numeric characters." msgstr "'%s debe contener sólo caracteres alfanuméricos." -#: ../src/common/valtext.cpp:245 +#: ../src/common/valtext.cpp:250 #, fuzzy, c-format msgid "'%s' should only contain digits." msgstr "'%s' debe contener sólo caracteres ASCII." @@ -843,7 +862,7 @@ #: ../src/richtext/richtextindentspage.cpp:287 #: ../src/richtext/richtextindentspage.cpp:311 #: ../src/richtext/richtextindentspage.cpp:326 -#: ../src/richtext/richtextformatdlg.cpp:831 +#: ../src/richtext/richtextformatdlg.cpp:867 #: ../src/richtext/richtextfontpage.cpp:331 #: ../src/richtext/richtextfontpage.cpp:335 #: ../src/richtext/richtextfontpage.cpp:339 @@ -868,7 +887,7 @@ msgid "+" msgstr "+" -#: ../src/msw/utils.cpp:1324 +#: ../src/msw/utils.cpp:1336 msgid ", 64-bit edition" msgstr "" @@ -984,37 +1003,37 @@ msgid "< &Back" msgstr "< &Atrás" -#: ../src/osx/carbon/fontdlg.cpp:608 ../src/osx/carbon/fontdlg.cpp:815 -#: ../src/osx/carbon/fontdlg.cpp:835 +#: ../src/osx/carbon/fontdlg.cpp:592 ../src/osx/carbon/fontdlg.cpp:799 +#: ../src/osx/carbon/fontdlg.cpp:819 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:609 ../src/osx/carbon/fontdlg.cpp:817 -#: ../src/osx/carbon/fontdlg.cpp:837 +#: ../src/osx/carbon/fontdlg.cpp:593 ../src/osx/carbon/fontdlg.cpp:801 +#: ../src/osx/carbon/fontdlg.cpp:821 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:607 ../src/osx/carbon/fontdlg.cpp:813 -#: ../src/osx/carbon/fontdlg.cpp:833 +#: ../src/osx/carbon/fontdlg.cpp:591 ../src/osx/carbon/fontdlg.cpp:797 +#: ../src/osx/carbon/fontdlg.cpp:817 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:610 ../src/osx/carbon/fontdlg.cpp:819 -#: ../src/osx/carbon/fontdlg.cpp:839 +#: ../src/osx/carbon/fontdlg.cpp:594 ../src/osx/carbon/fontdlg.cpp:803 +#: ../src/osx/carbon/fontdlg.cpp:823 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:611 ../src/osx/carbon/fontdlg.cpp:824 -#: ../src/osx/carbon/fontdlg.cpp:843 +#: ../src/osx/carbon/fontdlg.cpp:595 ../src/osx/carbon/fontdlg.cpp:808 +#: ../src/osx/carbon/fontdlg.cpp:827 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:612 ../src/osx/carbon/fontdlg.cpp:821 -#: ../src/osx/carbon/fontdlg.cpp:841 +#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:805 +#: ../src/osx/carbon/fontdlg.cpp:825 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:606 +#: ../src/osx/carbon/fontdlg.cpp:590 msgid "" msgstr "" @@ -1153,8 +1172,8 @@ msgid "A6 Rotated 148 x 105 mm" msgstr "A6 Girada 148 x 105 mm" -#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:526 -#: ../src/osx/carbon/fontdlg.cpp:339 +#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:527 +#: ../src/osx/carbon/fontdlg.cpp:323 msgid "ABCDEFGabcdefg12345" msgstr "ABCDEFGabcdefg12345" @@ -1166,16 +1185,22 @@ msgid "ASCII" msgstr "ASCII" -#: ../src/osx/menu_osx.cpp:630 ../src/common/stockitem.cpp:139 +#: ../src/common/stockitem.cpp:139 #, fuzzy msgid "About" msgstr "&Acerca de" -#: ../src/generic/aboutdlgg.cpp:140 ../src/msw/aboutdlg.cpp:64 +#: ../src/generic/aboutdlgg.cpp:140 ../src/osx/menu_osx.cpp:603 +#: ../src/msw/aboutdlg.cpp:64 #, fuzzy, c-format msgid "About %s" msgstr "Acerca de" +#: ../src/osx/menu_osx.cpp:605 +#, fuzzy +msgid "About..." +msgstr "&Acerca de" + #: ../src/richtext/richtextsizepage.cpp:520 msgid "Absolute" msgstr "" @@ -1189,11 +1214,11 @@ msgid "Add" msgstr "Añadir" -#: ../src/richtext/richtextbuffer.cpp:10751 +#: ../src/richtext/richtextbuffer.cpp:11056 msgid "Add Column" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10688 +#: ../src/richtext/richtextbuffer.cpp:10993 msgid "Add Row" msgstr "" @@ -1218,11 +1243,11 @@ msgid "Adding book %s" msgstr "Añadiendo libro %s" -#: ../src/osx/carbon/dataview.cpp:1933 +#: ../src/osx/carbon/dataview.cpp:1931 msgid "Adding flavor TEXT failed" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1954 +#: ../src/osx/carbon/dataview.cpp:1952 msgid "Adding flavor utxt failed" msgstr "" @@ -1251,16 +1276,16 @@ msgid "All" msgstr "Todo" -#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:89 +#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:107 #, c-format msgid "All files (%s)|%s" msgstr "Todos los archivos (%s)|%s" -#: ../include/wx/defs.h:2922 +#: ../include/wx/defs.h:2933 msgid "All files (*)|*" msgstr "Todos los archivos (*)|*" -#: ../include/wx/defs.h:2919 +#: ../include/wx/defs.h:2930 msgid "All files (*.*)|*.*" msgstr "Todos los archivos (*.*)|*" @@ -1301,8 +1326,7 @@ msgstr "" "¿Añadir el log al archivo '%s'? (elegir [No] sobreescribirá el archivo)?" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:610 -#: ../src/osx/menu_osx.cpp:649 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:623 ../src/osx/menu_osx.cpp:631 #, fuzzy msgid "Application" msgstr "Selección" @@ -1321,7 +1345,7 @@ msgid "Arabic (ISO-8859-6)" msgstr "Arabic (ISO-8859-6)" -#: ../src/msw/ole/automtn.cpp:661 +#: ../src/msw/ole/automtn.cpp:675 #, fuzzy, c-format msgid "Argument %u not found." msgstr "Archivo de ayuda \"%s\" no encontrado." @@ -1432,7 +1456,7 @@ msgstr "&Atrás" #: ../src/richtext/richtextbackgroundpage.cpp:119 -#: ../src/richtext/richtextformatdlg.cpp:374 +#: ../src/richtext/richtextformatdlg.cpp:375 #, fuzzy msgid "Background" msgstr "Color de fondo" @@ -1442,7 +1466,7 @@ msgid "Background &colour:" msgstr "Color de fondo" -#: ../src/osx/carbon/fontdlg.cpp:406 +#: ../src/osx/carbon/fontdlg.cpp:390 msgid "Background colour" msgstr "Color de fondo" @@ -1463,22 +1487,22 @@ msgid "Bitmap" msgstr "Mapa de bits" -#: ../src/osx/carbon/dataview.cpp:2396 +#: ../src/osx/carbon/dataview.cpp:2394 msgid "Bitmap renderer cannot render value; value type: " msgstr "" #: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:337 -#: ../src/osx/carbon/fontdlg.cpp:540 ../src/common/stockitem.cpp:143 +#: ../src/osx/carbon/fontdlg.cpp:524 ../src/common/stockitem.cpp:143 msgid "Bold" msgstr "Gruesa" -#: ../src/richtext/richtextborderspage.cpp:256 -#: ../src/richtext/richtextborderspage.cpp:389 +#: ../src/richtext/richtextborderspage.cpp:228 +#: ../src/richtext/richtextborderspage.cpp:386 #, fuzzy msgid "Border" msgstr "Modern" -#: ../src/richtext/richtextformatdlg.cpp:368 +#: ../src/richtext/richtextformatdlg.cpp:369 #, fuzzy msgid "Borders" msgstr "Modern" @@ -1491,7 +1515,7 @@ msgid "Bottom margin (mm):" msgstr "Margen inferior (mm):" -#: ../src/richtext/richtextbuffer.cpp:8919 +#: ../src/richtext/richtextbuffer.cpp:9026 #, fuzzy msgid "Box Properties" msgstr "&Propiedades" @@ -1514,7 +1538,7 @@ msgid "Bullet style" msgstr "Estilo de viñeta" -#: ../src/richtext/richtextformatdlg.cpp:342 +#: ../src/richtext/richtextformatdlg.cpp:343 msgid "Bullets" msgstr "Viñetas" @@ -1605,7 +1629,7 @@ msgid "Can't create thread" msgstr "No se puede crear el hilo de ejecución" -#: ../src/msw/window.cpp:3793 +#: ../src/msw/window.cpp:3787 #, c-format msgid "Can't create window of class %s" msgstr "No se puede crear la ventana de clase %s" @@ -1658,7 +1682,7 @@ msgid "Can't initialize zlib inflate stream." msgstr "No se puede inicializar el flujo de descompresión de zlib." -#: ../src/msw/fswatcher.cpp:432 +#: ../src/msw/fswatcher.cpp:456 #, c-format msgid "Can't monitor non-existent directory \"%s\" for changes." msgstr "" @@ -1729,11 +1753,11 @@ msgid "Cannot create mutex." msgstr "No se puede crear el mutex" -#: ../src/osx/carbon/dataview.cpp:895 +#: ../src/osx/carbon/dataview.cpp:893 msgid "Cannot create new column's ID. Probably max. number of columns reached." msgstr "" -#: ../src/common/filefn.cpp:1336 +#: ../src/common/filefn.cpp:1335 #, c-format msgid "Cannot enumerate files '%s'" msgstr "No se pueden enumerar los archivos '%s'" @@ -1752,23 +1776,23 @@ msgid "Cannot find the location of address book file" msgstr "No se puede localizar el archivo de libreta de direcciones" -#: ../src/msw/ole/automtn.cpp:562 +#: ../src/msw/ole/automtn.cpp:565 #, fuzzy, c-format msgid "Cannot get an active instance of \"%s\"" msgstr "No se puede encontrar conexión activa: %s" -#: ../src/unix/threadpsx.cpp:1030 +#: ../src/unix/threadpsx.cpp:1035 #, c-format msgid "Cannot get priority range for scheduling policy %d." msgstr "" "No se puede obtener un rango de prioridades para la política de " "planificación %d." -#: ../src/unix/utilsunx.cpp:988 +#: ../src/unix/utilsunx.cpp:998 msgid "Cannot get the hostname" msgstr "No se puede obtener el nombre de la máquina (hostname)" -#: ../src/unix/utilsunx.cpp:1024 +#: ../src/unix/utilsunx.cpp:1034 msgid "Cannot get the official hostname" msgstr "No se puede obtener el nombre oficial de la máquina (hostname)" @@ -1843,12 +1867,12 @@ msgid "Cannot resume thread %lu" msgstr "No se puede continuar el hilo de ejecución %lu" -#: ../src/msw/thread.cpp:923 +#: ../src/msw/thread.cpp:918 #, fuzzy, c-format msgid "Cannot resume thread %lx" msgstr "No se puede continuar hilo de ejecución %x" -#: ../src/unix/threadpsx.cpp:1011 +#: ../src/unix/threadpsx.cpp:1016 msgid "Cannot retrieve thread scheduling policy." msgstr "" "No se puede recuperar la política de planificación de hilos de ejecución." @@ -1867,12 +1891,12 @@ msgid "Cannot suspend thread %lu" msgstr "No se puede suspender el hilo de ejecución %lu" -#: ../src/msw/thread.cpp:907 +#: ../src/msw/thread.cpp:902 #, fuzzy, c-format msgid "Cannot suspend thread %lx" msgstr "No se puede suspender el hilo de ejecución %x" -#: ../src/msw/thread.cpp:830 +#: ../src/msw/thread.cpp:825 msgid "Cannot wait for thread termination" msgstr "No se puede esperar a la finalización del hilo de ejecución" @@ -1884,7 +1908,7 @@ msgid "Categorized Mode" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:9347 +#: ../src/richtext/richtextbuffer.cpp:9598 #, fuzzy msgid "Cell Properties" msgstr "&Propiedades" @@ -1928,22 +1952,22 @@ msgid "Ch&oose..." msgstr "&Elegir..." -#: ../src/richtext/richtextbuffer.cpp:4041 +#: ../src/richtext/richtextbuffer.cpp:4107 msgid "Change List Style" msgstr "Cambiar Estilo de Lista" -#: ../src/richtext/richtextbuffer.cpp:3392 +#: ../src/richtext/richtextbuffer.cpp:3458 #, fuzzy msgid "Change Object Style" msgstr "Cambiar Estilo de Lista" -#: ../src/richtext/richtextbuffer.cpp:3658 -#: ../src/richtext/richtextbuffer.cpp:7749 +#: ../src/richtext/richtextbuffer.cpp:3724 +#: ../src/richtext/richtextbuffer.cpp:7853 #, fuzzy msgid "Change Properties" msgstr "&Propiedades" -#: ../src/richtext/richtextbuffer.cpp:3209 +#: ../src/richtext/richtextbuffer.cpp:3275 msgid "Change Style" msgstr "Cambiar Estilo" @@ -1970,6 +1994,13 @@ msgid "Check to add a right parenthesis." msgstr "Marcar para añadir un paréntesis derecho." +#: ../src/richtext/richtextborderspage.cpp:381 +#: ../src/richtext/richtextborderspage.cpp:383 +#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:552 +msgid "Check to edit all borders simultaneously." +msgstr "" + #: ../src/richtext/richtextliststylepage.cpp:231 #: ../src/richtext/richtextliststylepage.cpp:233 #: ../src/richtext/richtextbulletspage.cpp:181 @@ -1977,15 +2008,15 @@ msgid "Check to enclose the bullet in parentheses." msgstr "Marcar para encerrar la viñeta entre paréntesis." -#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 +#: ../src/osx/carbon/fontdlg.cpp:526 ../src/osx/carbon/fontdlg.cpp:528 msgid "Check to make the font bold." msgstr "Marcar para establecer la fuente negrita." -#: ../src/osx/carbon/fontdlg.cpp:549 ../src/osx/carbon/fontdlg.cpp:551 +#: ../src/osx/carbon/fontdlg.cpp:533 ../src/osx/carbon/fontdlg.cpp:535 msgid "Check to make the font italic." msgstr "Marcar para establecer la fuente cursiva." -#: ../src/osx/carbon/fontdlg.cpp:558 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 msgid "Check to make the font underlined." msgstr "Marcar para establecer la fuente subrayada." @@ -2028,12 +2059,12 @@ msgid "Choose ISP to dial" msgstr "Elegir ISP al que conectar" -#: ../src/propgrid/props.cpp:1643 +#: ../src/propgrid/props.cpp:1653 #, fuzzy msgid "Choose a directory:" msgstr "Crear directorio" -#: ../src/propgrid/props.cpp:1702 +#: ../src/propgrid/props.cpp:1712 #, fuzzy msgid "Choose a file" msgstr "Elegir fuente" @@ -2056,7 +2087,7 @@ msgid "Cl&ose" msgstr "&Cerrar" -#: ../src/msw/ole/automtn.cpp:673 +#: ../src/msw/ole/automtn.cpp:687 #, fuzzy msgid "Class not registered." msgstr "No se puede crear el hilo de ejecución" @@ -2082,7 +2113,7 @@ msgid "Click to browse for a symbol." msgstr "Haga click para buscar un símbolo." -#: ../src/osx/carbon/fontdlg.cpp:589 ../src/osx/carbon/fontdlg.cpp:591 +#: ../src/osx/carbon/fontdlg.cpp:573 ../src/osx/carbon/fontdlg.cpp:575 msgid "Click to cancel changes to the font." msgstr "Haga clic para cancelar los cambios a la fuente." @@ -2090,7 +2121,7 @@ msgid "Click to cancel the font selection." msgstr "Haga clic para cancelar selección de fuente" -#: ../src/osx/carbon/fontdlg.cpp:570 ../src/osx/carbon/fontdlg.cpp:572 +#: ../src/osx/carbon/fontdlg.cpp:554 ../src/osx/carbon/fontdlg.cpp:556 msgid "Click to change the font colour." msgstr "Haga clic para cambiar el color de la fuente." @@ -2115,7 +2146,7 @@ msgid "Click to close this window." msgstr "Haga clic para cerrar esta ventana." -#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:598 +#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 msgid "Click to confirm changes to the font." msgstr "Haga clic para confirmar los cambios a la fuente." @@ -2200,7 +2231,7 @@ msgid "Color" msgstr "Color:" -#: ../src/richtext/richtextformatdlg.cpp:725 +#: ../src/richtext/richtextformatdlg.cpp:761 #, fuzzy msgid "Colour" msgstr "Color:" @@ -2210,29 +2241,29 @@ msgid "Colour selection dialog failed with error %0lx." msgstr "Falló la ejecución del comando '%s' con el error: %ul" -#: ../src/osx/carbon/fontdlg.cpp:566 +#: ../src/osx/carbon/fontdlg.cpp:550 msgid "Colour:" msgstr "Color:" -#: ../src/osx/carbon/dataview.cpp:900 +#: ../src/osx/carbon/dataview.cpp:898 #, fuzzy msgid "Column could not be added." msgstr "No se pudo abrir el archivo." -#: ../src/osx/carbon/dataview.cpp:899 +#: ../src/osx/carbon/dataview.cpp:897 msgid "Column description could not be initialized." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1538 ../src/osx/carbon/dataview.cpp:1559 +#: ../src/osx/carbon/dataview.cpp:1536 ../src/osx/carbon/dataview.cpp:1557 #, fuzzy msgid "Column index not found." msgstr "Archivo de ayuda \"%s\" no encontrado." -#: ../src/osx/carbon/dataview.cpp:1614 +#: ../src/osx/carbon/dataview.cpp:1612 msgid "Column width could not be determined" msgstr "" -#: ../src/osx/carbon/dataview.cpp:901 +#: ../src/osx/carbon/dataview.cpp:899 msgid "Column width could not be set." msgstr "" @@ -2248,7 +2279,7 @@ msgid "Common dialog failed with error code %0lx." msgstr "Falló la ejecución del comando '%s' con el error: %ul" -#: ../src/gtk/window.cpp:4306 +#: ../src/gtk/window.cpp:4357 msgid "" "Compositing not supported by this system, please enable it in your Window " "Manager." @@ -2271,11 +2302,11 @@ msgid "Confirm" msgstr "Confirmar" -#: ../src/msw/mimetype.cpp:739 +#: ../src/msw/mimetype.cpp:744 msgid "Confirm registry update" msgstr "Confirmar actualización del registro" -#: ../src/html/htmlwin.cpp:544 +#: ../src/html/htmlwin.cpp:547 msgid "Connecting..." msgstr "Conectando..." @@ -2283,7 +2314,7 @@ msgid "Contents" msgstr "Contenidos" -#: ../src/common/strconv.cpp:2261 +#: ../src/common/strconv.cpp:2271 #, c-format msgid "Conversion to charset '%s' doesn't work." msgstr "Conversión a juego de caracteres '%s' no funciona." @@ -2293,7 +2324,7 @@ msgid "Convert" msgstr "Contenidos" -#: ../src/html/htmlwin.cpp:1057 +#: ../src/html/htmlwin.cpp:1060 #, c-format msgid "Copied to clipboard:\"%s\"" msgstr "Copiado en el portapapeles:\"%s\"" @@ -2316,21 +2347,21 @@ msgid "Could not create temporary file '%s'" msgstr "No se puedo crear el archivo temporal '%s'" -#: ../src/osx/carbon/dataview.cpp:1285 ../src/osx/carbon/dataview.cpp:1672 +#: ../src/osx/carbon/dataview.cpp:1283 ../src/osx/carbon/dataview.cpp:1670 #, fuzzy msgid "Could not determine column index." msgstr "No puede iniciarse la previsualización del documento." -#: ../src/osx/carbon/dataview.cpp:876 +#: ../src/osx/carbon/dataview.cpp:874 msgid "Could not determine column's position" msgstr "" -#: ../src/osx/carbon/dataview.cpp:843 +#: ../src/osx/carbon/dataview.cpp:841 #, fuzzy msgid "Could not determine number of columns." msgstr "No puede encontrarse el archivo de inclusión de recursos %s." -#: ../src/osx/carbon/dataview.cpp:975 +#: ../src/osx/carbon/dataview.cpp:973 #, fuzzy msgid "Could not determine number of items" msgstr "No puede encontrarse el archivo de inclusión de recursos %s." @@ -2344,24 +2375,24 @@ msgid "Could not find tab for id" msgstr "No se puede encontrar pestaña para id" -#: ../src/osx/carbon/dataview.cpp:2556 ../src/osx/carbon/dataview.cpp:2591 -#: ../src/osx/carbon/dataview.cpp:2615 ../src/osx/carbon/dataview.cpp:2636 -#: ../src/osx/carbon/dataview.cpp:2773 +#: ../src/osx/carbon/dataview.cpp:2554 ../src/osx/carbon/dataview.cpp:2589 +#: ../src/osx/carbon/dataview.cpp:2613 ../src/osx/carbon/dataview.cpp:2634 +#: ../src/osx/carbon/dataview.cpp:2771 #, fuzzy msgid "Could not get header description." msgstr "No se puede iniciar la impresión." -#: ../src/osx/carbon/dataview.cpp:1169 ../src/osx/carbon/dataview.cpp:1195 +#: ../src/osx/carbon/dataview.cpp:1167 ../src/osx/carbon/dataview.cpp:1193 #, fuzzy msgid "Could not get items." msgstr "No se pudo encontrar el archivo '%s'." -#: ../src/osx/carbon/dataview.cpp:2659 ../src/osx/carbon/dataview.cpp:2724 +#: ../src/osx/carbon/dataview.cpp:2657 ../src/osx/carbon/dataview.cpp:2722 #, fuzzy msgid "Could not get property flags." msgstr "No se puedo crear el archivo temporal '%s'" -#: ../src/osx/carbon/dataview.cpp:726 +#: ../src/osx/carbon/dataview.cpp:724 #, fuzzy msgid "Could not get selected items." msgstr "No se pudo encontrar el archivo '%s'." @@ -2371,52 +2402,52 @@ msgid "Could not locate file '%s'." msgstr "No se pudo encontrar el archivo '%s'." -#: ../src/osx/carbon/dataview.cpp:845 +#: ../src/osx/carbon/dataview.cpp:843 #, fuzzy msgid "Could not remove column." msgstr "No se puedo crear el cursor." -#: ../src/osx/carbon/dataview.cpp:642 +#: ../src/osx/carbon/dataview.cpp:640 #, fuzzy msgid "Could not retrieve number of items" msgstr "No se puedo crear el archivo temporal '%s'" -#: ../src/osx/carbon/dataview.cpp:2572 +#: ../src/osx/carbon/dataview.cpp:2570 #, fuzzy msgid "Could not set alignment." msgstr "No se puede iniciar la impresión." -#: ../src/osx/carbon/dataview.cpp:2803 +#: ../src/osx/carbon/dataview.cpp:2801 #, fuzzy msgid "Could not set column width." msgstr "No puede iniciarse la previsualización del documento." -#: ../src/common/filefn.cpp:1569 +#: ../src/common/filefn.cpp:1568 #, fuzzy msgid "Could not set current working directory" msgstr "Error al obtener el directorio de trabajo" -#: ../src/osx/carbon/dataview.cpp:2775 +#: ../src/osx/carbon/dataview.cpp:2773 #, fuzzy msgid "Could not set header description." msgstr "No se puede iniciar la impresión." -#: ../src/osx/carbon/dataview.cpp:2596 +#: ../src/osx/carbon/dataview.cpp:2594 #, fuzzy msgid "Could not set icon." msgstr "No se puede iniciar la impresión." -#: ../src/osx/carbon/dataview.cpp:2617 +#: ../src/osx/carbon/dataview.cpp:2615 #, fuzzy msgid "Could not set maximum width." msgstr "No se puede iniciar la impresión." -#: ../src/osx/carbon/dataview.cpp:2638 +#: ../src/osx/carbon/dataview.cpp:2636 #, fuzzy msgid "Could not set minimum width." msgstr "No se puede iniciar la impresión." -#: ../src/osx/carbon/dataview.cpp:2664 ../src/osx/carbon/dataview.cpp:2729 +#: ../src/osx/carbon/dataview.cpp:2662 ../src/osx/carbon/dataview.cpp:2727 #, fuzzy msgid "Could not set property flags." msgstr "No se puede iniciar la impresión." @@ -2438,8 +2469,8 @@ msgid "Couldn't acquire a mutex lock" msgstr "No se pudo adquirir un bloqueo de mutex" -#: ../src/msw/imaglist.cpp:166 ../src/msw/imaglist.cpp:197 -#: ../src/msw/imaglist.cpp:209 ../src/msw/dragimag.cpp:193 +#: ../src/msw/imaglist.cpp:189 ../src/msw/imaglist.cpp:226 +#: ../src/msw/imaglist.cpp:238 ../src/msw/dragimag.cpp:193 #: ../src/msw/dragimag.cpp:232 msgid "Couldn't add an image to the image list." msgstr "No se puede añadir imagen a lista de imagenes." @@ -2462,11 +2493,11 @@ msgid "Couldn't find symbol '%s' in a dynamic library" msgstr "No se pudo encontrar el símbolo '%s' en la librería dinámica" -#: ../src/gtk/print.cpp:2014 +#: ../src/gtk/print.cpp:2010 msgid "Couldn't get hatch style from wxBrush." msgstr "" -#: ../src/msw/thread.cpp:950 +#: ../src/msw/thread.cpp:945 msgid "Couldn't get the current thread pointer" msgstr "No se pudo obtener el puntero al hilo de ejecución actual" @@ -2500,7 +2531,7 @@ msgid "Couldn't open audio: %s" msgstr "No se pudo abrir el dispositivo de sonido '%s'" -#: ../src/msw/ole/dataobj.cpp:350 +#: ../src/msw/ole/dataobj.cpp:377 #, c-format msgid "Couldn't register clipboard format '%s'." msgstr "No se puede registrar formato de portapapeles '%s'" @@ -2542,8 +2573,8 @@ msgid "Ctrl+" msgstr "Ctrl-" -#: ../src/richtext/richtextctrl.cpp:325 ../src/osx/textctrl_osx.cpp:582 -#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2283 +#: ../src/richtext/richtextctrl.cpp:331 ../src/osx/textctrl_osx.cpp:582 +#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2334 msgid "Cu&t" msgstr "&Cortar" @@ -2594,23 +2625,23 @@ msgid "DELETE" msgstr "BORRAR" -#: ../src/common/imagbmp.cpp:1092 +#: ../src/common/imagbmp.cpp:1096 msgid "DIB Header: Encoding doesn't match bitdepth." msgstr "Cabecera DIB: La codificación no coincide con la profundidad de bits." -#: ../src/common/imagbmp.cpp:1040 +#: ../src/common/imagbmp.cpp:1044 msgid "DIB Header: Image height > 32767 pixels for file." msgstr "Cabecera DIB: Altura de la imagen > 32767 pixels por archivo." -#: ../src/common/imagbmp.cpp:1032 +#: ../src/common/imagbmp.cpp:1036 msgid "DIB Header: Image width > 32767 pixels for file." msgstr "Cabecera DIB: Anchura de imagen > 32767 pixels por archivo." -#: ../src/common/imagbmp.cpp:1060 +#: ../src/common/imagbmp.cpp:1064 msgid "DIB Header: Unknown bitdepth in file." msgstr "Cabecera DIB: Profundidad de color desconocida en archivo." -#: ../src/common/imagbmp.cpp:1074 +#: ../src/common/imagbmp.cpp:1078 msgid "DIB Header: Unknown encoding in file." msgstr "Cabecera DIB: Codificación desconocida en archivo." @@ -2626,15 +2657,15 @@ msgid "DOWN" msgstr "ABAJO" -#: ../src/richtext/richtextborderspage.cpp:545 +#: ../src/richtext/richtextborderspage.cpp:567 msgid "Dashed" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1921 +#: ../src/osx/carbon/dataview.cpp:1919 msgid "Data object has invalid data format" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2491 +#: ../src/osx/carbon/dataview.cpp:2489 msgid "Date renderer cannot render value; value type: " msgstr "" @@ -2668,7 +2699,7 @@ msgid "Default printer" msgstr "Impresora predeterminada" -#: ../src/richtext/richtextbuffer.cpp:7841 ../src/common/stockitem.cpp:152 +#: ../src/richtext/richtextbuffer.cpp:7945 ../src/common/stockitem.cpp:152 #: ../src/stc/stc_i18n.cpp:20 msgid "Delete" msgstr "Eliminar" @@ -2677,21 +2708,21 @@ msgid "Delete A&ll" msgstr "Eliminar &Todo" -#: ../src/richtext/richtextbuffer.cpp:10637 +#: ../src/richtext/richtextbuffer.cpp:10942 #, fuzzy msgid "Delete Column" msgstr "Borrar selección" -#: ../src/richtext/richtextbuffer.cpp:10587 +#: ../src/richtext/richtextbuffer.cpp:10892 #, fuzzy msgid "Delete Row" msgstr "Eliminar" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 msgid "Delete Style" msgstr "Eliminar Estilo" -#: ../src/richtext/richtextctrl.cpp:1231 ../src/richtext/richtextctrl.cpp:1452 +#: ../src/richtext/richtextctrl.cpp:1300 ../src/richtext/richtextctrl.cpp:1538 msgid "Delete Text" msgstr "Eliminar Texto" @@ -2703,12 +2734,12 @@ msgid "Delete selection" msgstr "Borrar selección" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, c-format msgid "Delete style %s?" msgstr "¿Eliminar estilo %s?" -#: ../src/unix/snglinst.cpp:295 +#: ../src/unix/snglinst.cpp:301 #, c-format msgid "Deleted stale lock file '%s'." msgstr "Archivo antiguo de bloqueo '%s' eliminado." @@ -2757,12 +2788,12 @@ msgid "Directories" msgstr "Directorios" -#: ../src/common/filefn.cpp:1251 +#: ../src/common/filefn.cpp:1250 #, c-format msgid "Directory '%s' couldn't be created" msgstr "No pudo crearse directorio '%s'" -#: ../src/common/filefn.cpp:1271 +#: ../src/common/filefn.cpp:1270 #, fuzzy, c-format msgid "Directory '%s' couldn't be deleted" msgstr "No pudo crearse directorio '%s'" @@ -2795,7 +2826,7 @@ msgid "Displays help as you browse the books on the left." msgstr "Muestra la ayuda con el navegador de libros a la izquierda." -#: ../src/msw/mimetype.cpp:732 +#: ../src/msw/mimetype.cpp:737 msgid "" "Do you want to overwrite the command used to %s files with extension \"%s" "\" ?\n" @@ -2830,11 +2861,11 @@ msgid "Documentation writers" msgstr "Documentación por " -#: ../src/common/sizer.cpp:2680 +#: ../src/common/sizer.cpp:2704 msgid "Don't Save" msgstr "No guardar" -#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:611 +#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:614 msgid "Done" msgstr "Hecho" @@ -2842,12 +2873,12 @@ msgid "Done." msgstr "Hecho." -#: ../src/richtext/richtextborderspage.cpp:544 +#: ../src/richtext/richtextborderspage.cpp:566 #, fuzzy msgid "Dotted" msgstr "Hecho" -#: ../src/richtext/richtextborderspage.cpp:546 +#: ../src/richtext/richtextborderspage.cpp:568 #, fuzzy msgid "Double" msgstr "Hecho" @@ -2865,7 +2896,7 @@ msgid "Down" msgstr "Abajo" -#: ../src/richtext/richtextctrl.cpp:814 +#: ../src/richtext/richtextctrl.cpp:842 msgid "Drag" msgstr "" @@ -2881,7 +2912,7 @@ msgid "ENTER" msgstr "INTRO" -#: ../src/unix/fswatcher_inotify.cpp:535 +#: ../src/unix/fswatcher_inotify.cpp:548 #, fuzzy msgid "EOF while reading from inotify descriptor" msgstr "no se puede leer desde el descriptor de archivo %d" @@ -2953,25 +2984,25 @@ msgid "Enables a background colour." msgstr "Color de fondo" -#: ../src/richtext/richtextstyledlg.cpp:931 +#: ../src/richtext/richtextstyledlg.cpp:934 #, fuzzy msgid "Enter a box style name" msgstr "Introduzca un nombre de estilo de lista" -#: ../src/richtext/richtextstyledlg.cpp:603 +#: ../src/richtext/richtextstyledlg.cpp:606 msgid "Enter a character style name" msgstr "Introduzca un nombre de estilo de caracter" -#: ../src/richtext/richtextstyledlg.cpp:817 +#: ../src/richtext/richtextstyledlg.cpp:820 msgid "Enter a list style name" msgstr "Introduzca un nombre de estilo de lista" -#: ../src/richtext/richtextstyledlg.cpp:890 +#: ../src/richtext/richtextstyledlg.cpp:893 #, fuzzy msgid "Enter a new style name" msgstr "Introduzca un nombre de estilo de lista" -#: ../src/richtext/richtextstyledlg.cpp:651 +#: ../src/richtext/richtextstyledlg.cpp:654 msgid "Enter a paragraph style name" msgstr "Introduzca un nombre de estilo de párrafo" @@ -3019,11 +3050,11 @@ msgid "Error creating directory" msgstr "Error creando directorio" -#: ../src/common/imagbmp.cpp:1103 +#: ../src/common/imagbmp.cpp:1107 msgid "Error in reading image DIB." msgstr "Error al leer imagen DIB." -#: ../src/propgrid/propgrid.cpp:6563 +#: ../src/propgrid/propgrid.cpp:6565 #, c-format msgid "Error in resource: %s" msgstr "" @@ -3054,10 +3085,6 @@ msgid "Estimated time:" msgstr "Tiempo estimado : " -#: ../src/unix/fswatcher_inotify.cpp:639 -msgid "Event queue overflowed" -msgstr "" - #: ../src/generic/dbgrptg.cpp:234 #, fuzzy msgid "Executable files (*.exe)|*.exe|" @@ -3067,7 +3094,7 @@ msgid "Execute" msgstr "" -#: ../src/msw/utilsexc.cpp:888 +#: ../src/msw/utilsexc.cpp:887 #, c-format msgid "Execution of command '%s' failed" msgstr "Falló la ejecución del comando '%s'" @@ -3127,7 +3154,7 @@ msgid "Failed to allocate colour for OpenGL" msgstr "Fallo al crear el cursor." -#: ../src/unix/displayx11.cpp:288 +#: ../src/unix/displayx11.cpp:292 msgid "Failed to change video mode" msgstr "Error al cambiar el modo de vídeo" @@ -3145,7 +3172,7 @@ msgid "Failed to close file handle" msgstr "Error al cerrar el manejador del archivo" -#: ../src/unix/snglinst.cpp:334 +#: ../src/unix/snglinst.cpp:340 #, c-format msgid "Failed to close lock file '%s'" msgstr "No se pudo cerrar el archivo de bloqueo '%s'" @@ -3201,19 +3228,19 @@ msgid "Failed to create DDE string" msgstr "Fallo al crear cadena DDE" -#: ../src/msw/mdi.cpp:590 +#: ../src/msw/mdi.cpp:594 msgid "Failed to create MDI parent frame." msgstr "Fallo al crear panel MDI padre" -#: ../src/common/filename.cpp:1080 +#: ../src/common/filename.cpp:1086 msgid "Failed to create a temporary file name" msgstr "No se pudo crear un nombre temporal de archivo" -#: ../src/msw/utilsexc.cpp:235 +#: ../src/msw/utilsexc.cpp:234 msgid "Failed to create an anonymous pipe" msgstr "Fallo al crear canal anónimo" -#: ../src/msw/ole/automtn.cpp:522 +#: ../src/msw/ole/automtn.cpp:525 #, fuzzy, c-format msgid "Failed to create an instance of \"%s\"" msgstr "No se pudo crear el directorio \"%s\"" @@ -3271,7 +3298,7 @@ msgid "Failed to empty the clipboard." msgstr "Fallo al vaciar el portapapeles." -#: ../src/unix/displayx11.cpp:265 +#: ../src/unix/displayx11.cpp:266 msgid "Failed to enumerate video modes" msgstr "Fallo al enumerar los modos de vídeo." @@ -3293,7 +3320,7 @@ msgid "Failed to execute curl, please install it in PATH." msgstr "Fallo al ejecutar bucle, por favor, instálelo en el PATH." -#: ../src/msw/ole/automtn.cpp:505 +#: ../src/msw/ole/automtn.cpp:508 #, fuzzy, c-format msgid "Failed to find CLSID of \"%s\"" msgstr "No se pudo abrir display \"%s\"." @@ -3308,7 +3335,7 @@ msgid "Failed to get ISP names: %s" msgstr "Error al obtener nombres de ISP: %s" -#: ../src/msw/ole/automtn.cpp:574 +#: ../src/msw/ole/automtn.cpp:577 #, fuzzy, c-format msgid "Failed to get OLE automation interface for \"%s\"" msgstr "No se pudo crear el directorio \"%s\"" @@ -3321,7 +3348,7 @@ msgid "Failed to get the local system time" msgstr "Error al obtener el sistema horario local" -#: ../src/common/filefn.cpp:1453 +#: ../src/common/filefn.cpp:1452 msgid "Failed to get the working directory" msgstr "Error al obtener el directorio de trabajo" @@ -3342,7 +3369,7 @@ msgid "Failed to initiate dialup connection: %s" msgstr "Error al terminar la conexión: %s" -#: ../src/gtk/textctrl.cpp:1117 +#: ../src/gtk/textctrl.cpp:1129 msgid "Failed to insert text in the control." msgstr "No se pudo insertar texto en el control." @@ -3356,7 +3383,7 @@ msgid "Failed to install signal handler" msgstr "Error al cerrar el manejador del archivo" -#: ../src/unix/threadpsx.cpp:1162 +#: ../src/unix/threadpsx.cpp:1167 msgid "" "Failed to join a thread, potential memory leak detected - please restart the " "program" @@ -3428,7 +3455,7 @@ msgid "Failed to modify descriptor %d in epoll descriptor %d" msgstr "" -#: ../src/common/filename.cpp:2681 +#: ../src/common/filename.cpp:2687 #, c-format msgid "Failed to modify file times for '%s'" msgstr "No se pudo modificar la horas del archivo para '%s'" @@ -3452,7 +3479,7 @@ msgid "Failed to open CHM archive '%s'." msgstr "Error al abrir el archivo CHM '%s'" -#: ../src/common/utilscmn.cpp:1135 +#: ../src/common/utilscmn.cpp:1142 #, fuzzy, c-format msgid "Failed to open URL \"%s\" in default browser." msgstr "Error al abrir '%s' para '%s'" @@ -3467,7 +3494,7 @@ msgid "Failed to open display \"%s\"." msgstr "No se pudo abrir display \"%s\"." -#: ../src/common/filename.cpp:1115 +#: ../src/common/filename.cpp:1121 msgid "Failed to open temporary file." msgstr "No se pudo abrir archivo temporal." @@ -3517,7 +3544,7 @@ msgid "Failed to redirect child process input/output" msgstr "Error en la redirección de la entrada/salida del proceso hijo" -#: ../src/msw/utilsexc.cpp:697 +#: ../src/msw/utilsexc.cpp:696 msgid "Failed to redirect the child process IO" msgstr "Error en la redirección de la entrada/salida del proceso hijo" @@ -3536,7 +3563,7 @@ msgid "Failed to remove debug report file \"%s\"" msgstr "No se pudo eliminar el archivo de informe de depuración '%s'" -#: ../src/unix/snglinst.cpp:322 +#: ../src/unix/snglinst.cpp:328 #, c-format msgid "Failed to remove lock file '%s'" msgstr "No se pudo quitar el archivo de bloqueo '%s'" @@ -3569,7 +3596,7 @@ msgid "Failed to retrieve data from the clipboard." msgstr "Error al obtener datos del portapapeles." -#: ../src/common/filename.cpp:2777 +#: ../src/common/filename.cpp:2783 #, c-format msgid "Failed to retrieve file times for '%s'" msgstr "No se pudo obtener horas del archivo para '%s'" @@ -3619,21 +3646,21 @@ msgid "Failed to set temporary file permissions" msgstr "No se pudieron cambiar permisos del archivo temporal" -#: ../src/gtk/textctrl.cpp:1058 +#: ../src/gtk/textctrl.cpp:1070 msgid "Failed to set text in the text control." msgstr "No se pudo colocar texto en el control de texto." -#: ../src/unix/threadpsx.cpp:1293 +#: ../src/unix/threadpsx.cpp:1298 #, fuzzy, c-format msgid "Failed to set thread concurrency level to %lu" msgstr "Error al establecer la prioridad del hilo de ejecución %d." -#: ../src/unix/threadpsx.cpp:1377 ../src/unix/threadpsx.cpp:1387 +#: ../src/unix/threadpsx.cpp:1382 ../src/unix/threadpsx.cpp:1392 #, c-format msgid "Failed to set thread priority %d." msgstr "Error al establecer la prioridad del hilo de ejecución %d." -#: ../src/unix/utilsunx.cpp:791 +#: ../src/unix/utilsunx.cpp:801 msgid "Failed to set up non-blocking pipe, the program might hang." msgstr "" @@ -3650,7 +3677,7 @@ msgid "Failed to switch wake up pipe to non-blocking mode" msgstr "" -#: ../src/unix/threadpsx.cpp:1569 +#: ../src/unix/threadpsx.cpp:1574 msgid "Failed to terminate a thread." msgstr "Error al terminar un hilo de ejecución." @@ -3663,12 +3690,12 @@ msgid "Failed to terminate the dialup connection: %s" msgstr "Error al terminar la conexión: %s" -#: ../src/common/filename.cpp:2696 +#: ../src/common/filename.cpp:2702 #, c-format msgid "Failed to touch the file '%s'" msgstr "No se pudo retocar' el archivo '%s'" -#: ../src/unix/snglinst.cpp:328 +#: ../src/unix/snglinst.cpp:334 #, c-format msgid "Failed to unlock lock file '%s'" msgstr "No se pudo desbloquear el archivo de bloqueo '%s'" @@ -3735,7 +3762,7 @@ "El archivo '%s' ya existe.\n" "¿Realmente quiere sobreescribirlo?" -#: ../src/common/filefn.cpp:1207 +#: ../src/common/filefn.cpp:1206 #, fuzzy, c-format msgid "File '%s' couldn't be removed" msgstr "No pudo crearse directorio '%s'" @@ -3745,11 +3772,11 @@ msgid "File '%s' couldn't be renamed '%s'" msgstr "No pudo crearse directorio '%s'" -#: ../src/richtext/richtextctrl.cpp:2688 ../src/common/textcmn.cpp:921 +#: ../src/richtext/richtextctrl.cpp:2774 ../src/common/textcmn.cpp:935 msgid "File couldn't be loaded." msgstr "No se pudo abrir el archivo." -#: ../src/msw/filedlg.cpp:458 +#: ../src/msw/filedlg.cpp:462 #, fuzzy, c-format msgid "File dialog failed with error code %0lx." msgstr "Falló la ejecución del comando '%s' con el error: %ul" @@ -3766,7 +3793,7 @@ msgid "Files" msgstr "Archivos" -#: ../src/common/filefn.cpp:1761 +#: ../src/common/filefn.cpp:1760 #, c-format msgid "Files (%s)" msgstr "Archivos (%s)" @@ -3816,7 +3843,7 @@ msgid "Folio, 8 1/2 x 13 in" msgstr "Folio, 8 1/2 x 13 in" -#: ../src/richtext/richtextformatdlg.cpp:324 ../src/osx/carbon/fontdlg.cpp:473 +#: ../src/richtext/richtextformatdlg.cpp:325 ../src/osx/carbon/fontdlg.cpp:457 #: ../src/common/stockitem.cpp:194 msgid "Font" msgstr "Fuente" @@ -3833,7 +3860,7 @@ msgid "Font st&yle:" msgstr "&Estilo de fuente:" -#: ../src/osx/carbon/fontdlg.cpp:515 +#: ../src/osx/carbon/fontdlg.cpp:499 msgid "Font:" msgstr "Fuente:" @@ -3884,7 +3911,7 @@ msgid "GIF: unknown error!!!" msgstr "¡¡GIF: error desconocido!!" -#: ../src/gtk/window.cpp:4288 +#: ../src/gtk/window.cpp:4339 msgid "" "GTK+ installed on this machine is too old to support screen compositing, " "please install GTK+ 2.12 or later." @@ -3950,7 +3977,7 @@ msgid "Greek (ISO-8859-7)" msgstr "Greek (ISO-8859-7)" -#: ../src/richtext/richtextborderspage.cpp:547 +#: ../src/richtext/richtextborderspage.cpp:569 msgid "Groove" msgstr "" @@ -3970,7 +3997,7 @@ msgid "HTML Help Project (*.hhp)|*.hhp|" msgstr "Proyecto de ayuda HTML (*.hhp)|*.hhp|" -#: ../src/html/htmlwin.cpp:659 +#: ../src/html/htmlwin.cpp:662 #, c-format msgid "HTML anchor %s does not exist." msgstr "El anclaje HTML %s no existe." @@ -4028,16 +4055,16 @@ msgid "Help: %s" msgstr "Ayuda: %s" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:649 +#: ../src/osx/menu_osx.cpp:623 #, fuzzy, c-format msgid "Hide %s" msgstr "Ayuda: %s" -#: ../src/osx/menu_osx.cpp:604 ../src/osx/menu_osx.cpp:651 +#: ../src/osx/menu_osx.cpp:625 msgid "Hide Others" msgstr "" -#: ../src/generic/infobar.cpp:85 +#: ../src/generic/infobar.cpp:84 msgid "Hide this notification message." msgstr "" @@ -4054,26 +4081,26 @@ msgid "How the object will float relative to the text." msgstr "" -#: ../src/common/imagbmp.cpp:1118 +#: ../src/common/imagbmp.cpp:1122 msgid "ICO: Error in reading mask DIB." msgstr "ICO: Error al leer máscara DIB." -#: ../src/common/imagbmp.cpp:1233 ../src/common/imagbmp.cpp:1294 -#: ../src/common/imagbmp.cpp:1305 ../src/common/imagbmp.cpp:1318 -#: ../src/common/imagbmp.cpp:1363 ../src/common/imagbmp.cpp:1375 -#: ../src/common/imagbmp.cpp:1386 +#: ../src/common/imagbmp.cpp:1237 ../src/common/imagbmp.cpp:1298 +#: ../src/common/imagbmp.cpp:1309 ../src/common/imagbmp.cpp:1322 +#: ../src/common/imagbmp.cpp:1367 ../src/common/imagbmp.cpp:1379 +#: ../src/common/imagbmp.cpp:1390 msgid "ICO: Error writing the image file!" msgstr "ICO: ¡Error al escribir el archivo de imagen!" -#: ../src/common/imagbmp.cpp:1198 +#: ../src/common/imagbmp.cpp:1202 msgid "ICO: Image too tall for an icon." msgstr "ICO: Imagen demasiado alta para un icono." -#: ../src/common/imagbmp.cpp:1206 +#: ../src/common/imagbmp.cpp:1210 msgid "ICO: Image too wide for an icon." msgstr "ICO: Imagen demasiado ancha para un icono." -#: ../src/common/imagbmp.cpp:1466 +#: ../src/common/imagbmp.cpp:1470 msgid "ICO: Invalid icon index." msgstr "ICO: Indice de icono no válido." @@ -4105,7 +4132,7 @@ msgid "ISO-2022-JP" msgstr "" -#: ../src/osx/carbon/dataview.cpp:2420 +#: ../src/osx/carbon/dataview.cpp:2418 msgid "Icon & text renderer cannot render value; value type: " msgstr "" @@ -4174,7 +4201,7 @@ msgid "Image is not of type %s." msgstr "El archivo de imagen no es del tipo %s." -#: ../src/msw/textctrl.cpp:399 +#: ../src/msw/textctrl.cpp:413 msgid "" "Impossible to create a rich edit control, using simple text control instead. " "Please reinstall riched32.dll" @@ -4206,7 +4233,7 @@ msgid "Incorrect GIF frame size (%u, %d) for the frame #%u" msgstr "" -#: ../src/msw/ole/automtn.cpp:624 +#: ../src/msw/ole/automtn.cpp:638 msgid "Incorrect number of arguments." msgstr "" @@ -4214,7 +4241,7 @@ msgid "Indent" msgstr "Escalonado" -#: ../src/richtext/richtextformatdlg.cpp:330 +#: ../src/richtext/richtextformatdlg.cpp:331 msgid "Indents && Spacing" msgstr "Espaciado && de Escalonados" @@ -4238,25 +4265,25 @@ msgid "Insert" msgstr "Insertar" -#: ../src/richtext/richtextbuffer.cpp:7687 +#: ../src/richtext/richtextbuffer.cpp:7791 #, fuzzy msgid "Insert Field" msgstr "Insertar Texto" -#: ../src/richtext/richtextbuffer.cpp:7598 -#: ../src/richtext/richtextbuffer.cpp:8551 +#: ../src/richtext/richtextbuffer.cpp:7702 +#: ../src/richtext/richtextbuffer.cpp:8655 msgid "Insert Image" msgstr "Insertar Imagen" -#: ../src/richtext/richtextbuffer.cpp:7645 +#: ../src/richtext/richtextbuffer.cpp:7749 #, fuzzy msgid "Insert Object" msgstr "Insertar Texto" -#: ../src/richtext/richtextctrl.cpp:1172 ../src/richtext/richtextctrl.cpp:1362 -#: ../src/richtext/richtextbuffer.cpp:7440 -#: ../src/richtext/richtextbuffer.cpp:7470 -#: ../src/richtext/richtextbuffer.cpp:7514 +#: ../src/richtext/richtextctrl.cpp:1241 ../src/richtext/richtextctrl.cpp:1448 +#: ../src/richtext/richtextbuffer.cpp:7544 +#: ../src/richtext/richtextbuffer.cpp:7574 +#: ../src/richtext/richtextbuffer.cpp:7618 msgid "Insert Text" msgstr "Insertar Texto" @@ -4266,7 +4293,7 @@ msgid "Inserts a page break before the paragraph." msgstr "El espaciado antes de párrafo." -#: ../src/richtext/richtextborderspage.cpp:549 +#: ../src/richtext/richtextborderspage.cpp:571 #, fuzzy msgid "Inset" msgstr "Insertar" @@ -4280,7 +4307,7 @@ msgid "Invalid TIFF image index." msgstr "Ãndice de imagen TIFF no válido." -#: ../src/osx/carbon/dataview.cpp:1782 ../src/osx/carbon/dataview.cpp:1877 +#: ../src/osx/carbon/dataview.cpp:1780 ../src/osx/carbon/dataview.cpp:1875 msgid "Invalid data view item" msgstr "" @@ -4294,12 +4321,12 @@ msgid "Invalid geometry specification '%s'" msgstr "Especificación de geometría no válida: '%s'" -#: ../src/unix/fswatcher_inotify.cpp:298 +#: ../src/unix/fswatcher_inotify.cpp:311 #, c-format msgid "Invalid inotify event for \"%s\"" msgstr "" -#: ../src/unix/snglinst.cpp:306 +#: ../src/unix/snglinst.cpp:312 #, c-format msgid "Invalid lock file '%s'." msgstr "Archivo de bloqueo '%s' no válido." @@ -4328,7 +4355,7 @@ msgstr "" #: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:333 -#: ../src/osx/carbon/fontdlg.cpp:547 ../src/common/stockitem.cpp:168 +#: ../src/osx/carbon/fontdlg.cpp:531 ../src/common/stockitem.cpp:168 msgid "Italic" msgstr "Itálica" @@ -4632,7 +4659,7 @@ msgid "Link contained '//', converted to absolute link." msgstr "El enlace contiene '//', convertido a enlace absoluto." -#: ../src/richtext/richtextformatdlg.cpp:349 +#: ../src/richtext/richtextformatdlg.cpp:350 msgid "List Style" msgstr "Estilo de Lista" @@ -4650,12 +4677,12 @@ msgid "Lists the available fonts." msgstr "Muestra las fuentes disponibles." -#: ../src/common/fldlgcmn.cpp:325 +#: ../src/common/fldlgcmn.cpp:343 #, c-format msgid "Load %s file" msgstr "Abrir el archivo %s" -#: ../src/html/htmlwin.cpp:575 +#: ../src/html/htmlwin.cpp:578 msgid "Loading : " msgstr "Cargando :" @@ -4870,12 +4897,12 @@ msgid "MacVietnamese" msgstr "" -#: ../src/propgrid/advprops.cpp:2031 +#: ../src/propgrid/advprops.cpp:2013 #, fuzzy msgid "Make a selection:" msgstr "Pegar selección" -#: ../src/richtext/richtextformatdlg.cpp:362 +#: ../src/richtext/richtextformatdlg.cpp:363 #: ../src/richtext/richtextmarginspage.cpp:172 msgid "Margins" msgstr "" @@ -4917,7 +4944,7 @@ msgid "Metal theme" msgstr "Tema Metal" -#: ../src/msw/ole/automtn.cpp:641 +#: ../src/msw/ole/automtn.cpp:655 msgid "Method or property not found." msgstr "" @@ -4934,7 +4961,7 @@ msgid "Min width:" msgstr "" -#: ../src/msw/ole/automtn.cpp:657 +#: ../src/msw/ole/automtn.cpp:671 msgid "Missing a required parameter." msgstr "" @@ -4979,7 +5006,7 @@ msgid "Moves the object to the previous paragraph." msgstr "Ir a la página HTML anterior" -#: ../src/richtext/richtextbuffer.cpp:9345 +#: ../src/richtext/richtextbuffer.cpp:9596 msgid "Multiple Cell Properties" msgstr "" @@ -5017,16 +5044,16 @@ msgid "New &Paragraph Style..." msgstr "Nuevo Estilo de &Párrafo..." -#: ../src/richtext/richtextstyledlg.cpp:603 -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:651 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:817 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:890 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:931 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:606 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:654 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:820 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:893 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:934 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "New Style" msgstr "Nuevo Estilo" @@ -5066,19 +5093,19 @@ msgid "No bitmap handler for type %d defined." msgstr "No hay definido ningún manipulador de imagen para tipo %d." -#: ../src/osx/carbon/dataview.cpp:1784 +#: ../src/osx/carbon/dataview.cpp:1782 msgid "No column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1674 +#: ../src/osx/carbon/dataview.cpp:1672 msgid "No column for the specified column existing." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1423 +#: ../src/osx/carbon/dataview.cpp:1421 msgid "No column for the specified column position existing." msgstr "" -#: ../src/common/utilscmn.cpp:1049 +#: ../src/common/utilscmn.cpp:1056 msgid "No default application configured for HTML files." msgstr "" @@ -5132,11 +5159,11 @@ msgid "No matching page found yet" msgstr "Todavía no se ha encontrado una página con coincidencias" -#: ../src/osx/carbon/dataview.cpp:1676 ../src/osx/carbon/dataview.cpp:1786 +#: ../src/osx/carbon/dataview.cpp:1674 ../src/osx/carbon/dataview.cpp:1784 msgid "No renderer or invalid renderer type specified for custom data column." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1424 +#: ../src/osx/carbon/dataview.cpp:1422 msgid "No renderer specified for column." msgstr "" @@ -5157,7 +5184,7 @@ msgid "No valid mappings found in the file \"%s\"." msgstr "No se han encontrado mapeados válidos en el archivo \"%s\"." -#: ../src/richtext/richtextborderspage.cpp:542 +#: ../src/richtext/richtextborderspage.cpp:564 #: ../src/richtext/richtextsizepage.cpp:248 #: ../src/richtext/richtextsizepage.cpp:252 #, fuzzy @@ -5180,7 +5207,7 @@ msgid "Normal font:" msgstr "Fuente normal:" -#: ../src/propgrid/props.cpp:887 +#: ../src/propgrid/props.cpp:897 #, fuzzy, c-format msgid "Not %s" msgstr "Acerca de" @@ -5203,7 +5230,7 @@ msgid "Notice" msgstr "&Notas:" -#: ../src/osx/carbon/dataview.cpp:902 +#: ../src/osx/carbon/dataview.cpp:900 #, fuzzy msgid "Number of columns could not be determined." msgstr "No se pudo abrir el archivo." @@ -5215,22 +5242,22 @@ #: ../include/wx/msgdlg.h:273 ../src/richtext/richtextstyledlg.cpp:297 #: ../src/common/stockitem.cpp:178 ../src/msw/msgdlg.cpp:489 -#: ../src/msw/msgdlg.cpp:799 ../src/msw/dialog.cpp:120 +#: ../src/msw/msgdlg.cpp:795 ../src/msw/dialog.cpp:120 #: ../src/gtk1/fontdlg.cpp:138 msgid "OK" msgstr "Aceptar" -#: ../src/msw/ole/automtn.cpp:681 +#: ../src/msw/ole/automtn.cpp:695 #, c-format msgid "OLE Automation error in %s: %s" msgstr "" -#: ../include/wx/richtext/richtextimagedlg.h:39 +#: ../include/wx/richtext/richtextimagedlg.h:38 #, fuzzy msgid "Object Properties" msgstr "&Propiedades" -#: ../src/msw/ole/automtn.cpp:649 +#: ../src/msw/ole/automtn.cpp:663 msgid "Object implementation does not support named arguments." msgstr "" @@ -5293,17 +5320,17 @@ msgid "Out of window IDs. Recommend shutting down application." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:400 -#: ../src/richtext/richtextborderspage.cpp:533 +#: ../src/richtext/richtextborderspage.cpp:397 +#: ../src/richtext/richtextborderspage.cpp:555 #, fuzzy msgid "Outline" msgstr "Nivel de &Lista:" -#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:572 msgid "Outset" msgstr "" -#: ../src/msw/ole/automtn.cpp:645 +#: ../src/msw/ole/automtn.cpp:659 msgid "Overflow while coercing argument values." msgstr "" @@ -5518,7 +5545,7 @@ msgid "Passing an unknown object to GetObject" msgstr "Paso de un objeto desconocido a GetObject" -#: ../src/richtext/richtextctrl.cpp:3117 ../src/common/stockitem.cpp:180 +#: ../src/richtext/richtextctrl.cpp:3206 ../src/common/stockitem.cpp:180 #: ../src/stc/stc_i18n.cpp:19 msgid "Paste" msgstr "Pegar" @@ -5536,7 +5563,7 @@ msgid "Permissions" msgstr "Permisos" -#: ../src/richtext/richtextbuffer.cpp:11942 +#: ../src/richtext/richtextbuffer.cpp:12271 #, fuzzy msgid "Picture Properties" msgstr "&Propiedades" @@ -5586,20 +5613,20 @@ msgid "Point Size" msgstr "Tamaño de &punto:" -#: ../src/osx/carbon/dataview.cpp:1278 ../src/osx/carbon/dataview.cpp:1329 -#: ../src/osx/carbon/dataview.cpp:1420 ../src/osx/carbon/dataview.cpp:1443 -#: ../src/osx/carbon/dataview.cpp:1460 ../src/osx/carbon/dataview.cpp:1477 -#: ../src/osx/carbon/dataview.cpp:1670 ../src/osx/carbon/dataview.cpp:1779 -#: ../src/osx/carbon/dataview.cpp:1821 ../src/osx/carbon/dataview.cpp:1874 -#: ../src/osx/carbon/dataview.cpp:1997 +#: ../src/osx/carbon/dataview.cpp:1276 ../src/osx/carbon/dataview.cpp:1327 +#: ../src/osx/carbon/dataview.cpp:1418 ../src/osx/carbon/dataview.cpp:1441 +#: ../src/osx/carbon/dataview.cpp:1458 ../src/osx/carbon/dataview.cpp:1475 +#: ../src/osx/carbon/dataview.cpp:1668 ../src/osx/carbon/dataview.cpp:1777 +#: ../src/osx/carbon/dataview.cpp:1819 ../src/osx/carbon/dataview.cpp:1872 +#: ../src/osx/carbon/dataview.cpp:1995 msgid "Pointer to data view control not set correctly." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1279 ../src/osx/carbon/dataview.cpp:1338 -#: ../src/osx/carbon/dataview.cpp:1421 ../src/osx/carbon/dataview.cpp:1478 -#: ../src/osx/carbon/dataview.cpp:1671 ../src/osx/carbon/dataview.cpp:1780 -#: ../src/osx/carbon/dataview.cpp:1822 ../src/osx/carbon/dataview.cpp:1875 -#: ../src/osx/carbon/dataview.cpp:1998 +#: ../src/osx/carbon/dataview.cpp:1277 ../src/osx/carbon/dataview.cpp:1336 +#: ../src/osx/carbon/dataview.cpp:1419 ../src/osx/carbon/dataview.cpp:1476 +#: ../src/osx/carbon/dataview.cpp:1669 ../src/osx/carbon/dataview.cpp:1778 +#: ../src/osx/carbon/dataview.cpp:1820 ../src/osx/carbon/dataview.cpp:1873 +#: ../src/osx/carbon/dataview.cpp:1996 msgid "Pointer to model not set correctly." msgstr "" @@ -5621,7 +5648,7 @@ msgid "Preferences" msgstr "&Preferencias" -#: ../src/osx/menu_osx.cpp:643 +#: ../src/osx/menu_osx.cpp:614 #, fuzzy msgid "Preferences..." msgstr "&Preferencias" @@ -5630,7 +5657,7 @@ msgid "Preparing" msgstr "" -#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:576 +#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:560 #: ../src/html/helpwnd.cpp:1235 msgid "Preview:" msgstr "Previsualización:" @@ -5751,7 +5778,7 @@ msgstr "Imprimiendo..." #: ../include/wx/richtext/richtextprint.h:109 ../include/wx/prntbase.h:263 -#: ../src/common/docview.cpp:2124 +#: ../src/common/docview.cpp:2114 #, fuzzy msgid "Printout" msgstr "Imprimir" @@ -5764,7 +5791,7 @@ "El procesado del informe de depuración ha fallado, los archivos quedan en el " "directorio \"%s\"." -#: ../src/osx/carbon/dataview.cpp:2472 +#: ../src/osx/carbon/dataview.cpp:2470 msgid "Progress renderer cannot render value type; value type: " msgstr "" @@ -5782,7 +5809,7 @@ msgid "Property" msgstr "&Propiedades" -#: ../src/propgrid/propgrid.cpp:3144 ../src/propgrid/propgrid.cpp:3276 +#: ../src/propgrid/propgrid.cpp:3146 ../src/propgrid/propgrid.cpp:3278 #, fuzzy msgid "Property Error" msgstr "Error de impresión" @@ -5800,7 +5827,7 @@ msgid "Quit" msgstr "&Salir" -#: ../src/osx/menu_osx.cpp:610 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:631 #, fuzzy, c-format msgid "Quit %s" msgstr "&Salir" @@ -5894,7 +5921,7 @@ msgid "Remove" msgstr "Eliminar" -#: ../src/richtext/richtextctrl.cpp:1430 +#: ../src/richtext/richtextctrl.cpp:1516 #, fuzzy msgid "Remove Bullet" msgstr "Eliminar" @@ -5910,12 +5937,12 @@ "El renderizador \"%s\" tiene una versión %d.%d incompatible y no se ha " "podido abrir." -#: ../src/osx/carbon/dataview.cpp:1430 +#: ../src/osx/carbon/dataview.cpp:1428 #, fuzzy msgid "Rendering failed." msgstr "Error en la creación del temporizador" -#: ../src/richtext/richtextbuffer.cpp:4214 +#: ../src/richtext/richtextbuffer.cpp:4280 msgid "Renumber List" msgstr "Renumerar Lista" @@ -5923,7 +5950,7 @@ msgid "Rep&lace" msgstr "&Sustituir" -#: ../src/richtext/richtextctrl.cpp:3277 ../src/common/stockitem.cpp:188 +#: ../src/richtext/richtextctrl.cpp:3366 ../src/common/stockitem.cpp:188 msgid "Replace" msgstr "Sustituir" @@ -5939,7 +5966,7 @@ msgid "Replace with:" msgstr "Sustituir por:" -#: ../src/common/valtext.cpp:161 +#: ../src/common/valtext.cpp:163 msgid "Required information entry is empty." msgstr "" @@ -5952,7 +5979,7 @@ msgid "Revert to Saved" msgstr "Recuperar versión guardada" -#: ../src/richtext/richtextborderspage.cpp:548 +#: ../src/richtext/richtextborderspage.cpp:570 #, fuzzy msgid "Ridge" msgstr "Derecha" @@ -6011,11 +6038,11 @@ msgid "SUBTRACT" msgstr "RESTAR" -#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2678 +#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2702 msgid "Save" msgstr "&Guardar" -#: ../src/common/fldlgcmn.cpp:327 +#: ../src/common/fldlgcmn.cpp:345 #, c-format msgid "Save %s file" msgstr "Guardar el archivo %s" @@ -6096,8 +6123,8 @@ "Error de acceso en el archivo '%s' (los archivos grandes no están soportados " "por stdio)" -#: ../src/richtext/richtextctrl.cpp:330 ../src/osx/textctrl_osx.cpp:587 -#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2288 +#: ../src/richtext/richtextctrl.cpp:336 ../src/osx/textctrl_osx.cpp:587 +#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2339 msgid "Select &All" msgstr "Seleccionar &Todo" @@ -6143,7 +6170,11 @@ msgid "Separator expected after the option '%s'." msgstr "Se esperaba separador después de opción '%s'." -#: ../src/richtext/richtextbuffer.cpp:10513 +#: ../src/osx/menu_osx.cpp:618 +msgid "Services" +msgstr "" + +#: ../src/richtext/richtextbuffer.cpp:10818 #, fuzzy msgid "Set Cell Style" msgstr "Eliminar Estilo" @@ -6152,7 +6183,7 @@ msgid "SetProperty called w/o valid setter" msgstr "Se llamó a SetProperty sin un establecedor válido" -#: ../src/common/filename.cpp:2632 +#: ../src/common/filename.cpp:2638 msgid "Setting directory access times is not supported under this OS version" msgstr "" @@ -6178,7 +6209,7 @@ msgid "Show &hidden files" msgstr "Mostrar archivos &ocultos" -#: ../src/osx/menu_osx.cpp:605 ../src/osx/menu_osx.cpp:652 +#: ../src/osx/menu_osx.cpp:626 #, fuzzy msgid "Show All" msgstr "Mostrar todo" @@ -6220,7 +6251,7 @@ msgid "Shows a preview of the font settings." msgstr "Muestra una vista previa de la fuente." -#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 +#: ../src/osx/carbon/fontdlg.cpp:564 ../src/osx/carbon/fontdlg.cpp:566 msgid "Shows a preview of the font." msgstr "Muestra una vista previa de la fuente." @@ -6242,12 +6273,12 @@ msgid "Single" msgstr "Sencillo" -#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:356 +#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:357 #: ../src/richtext/richtextsizepage.cpp:299 msgid "Size" msgstr "Tamaño" -#: ../src/osx/carbon/fontdlg.cpp:525 +#: ../src/osx/carbon/fontdlg.cpp:509 msgid "Size:" msgstr "Tamaño:" @@ -6265,7 +6296,7 @@ msgid "Small C&apitals" msgstr "Ca&pitulares" -#: ../src/richtext/richtextborderspage.cpp:543 +#: ../src/richtext/richtextborderspage.cpp:565 #, fuzzy msgid "Solid" msgstr "Gruesa" @@ -6278,11 +6309,11 @@ msgid "Sorry, not enough memory to create a preview." msgstr "Memoria insuficiente para crear previsualización." -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "Sorry, that name is taken. Please choose another." msgstr "Lo siento, ese nombre ya está en uso. Por favor, elija otro." @@ -6341,15 +6372,15 @@ msgid "String To Colour : Incorrect colour specification : %s" msgstr "Cadena a Color: Especificación de color '%s' incorrecta." -#: ../src/richtext/richtextformatdlg.cpp:318 ../src/propgrid/advprops.cpp:647 +#: ../src/richtext/richtextformatdlg.cpp:319 ../src/propgrid/advprops.cpp:647 msgid "Style" msgstr "Estilo" -#: ../include/wx/richtext/richtextstyledlg.h:47 +#: ../include/wx/richtext/richtextstyledlg.h:46 msgid "Style Organiser" msgstr "Organizador de Estilos" -#: ../src/osx/carbon/fontdlg.cpp:534 +#: ../src/osx/carbon/fontdlg.cpp:518 msgid "Style:" msgstr "Estilo:" @@ -6418,7 +6449,7 @@ msgid "TIFF: Image size is abnormally big." msgstr "" -#: ../src/richtext/richtextbuffer.cpp:10794 +#: ../src/richtext/richtextbuffer.cpp:11099 #, fuzzy msgid "Table Properties" msgstr "&Propiedades" @@ -6431,7 +6462,7 @@ msgid "Tabloid, 11 x 17 in" msgstr "Tabloide, 11 x 17 in" -#: ../src/richtext/richtextformatdlg.cpp:336 +#: ../src/richtext/richtextformatdlg.cpp:337 msgid "Tabs" msgstr "Tabulaciones" @@ -6443,7 +6474,7 @@ msgid "Templates" msgstr "Plantillas" -#: ../src/osx/carbon/dataview.cpp:2373 +#: ../src/osx/carbon/dataview.cpp:2371 msgid "Text renderer cannot render value; value type: " msgstr "" @@ -6477,6 +6508,26 @@ msgid "The background colour." msgstr "Color de fondo" +#: ../src/richtext/richtextborderspage.cpp:265 +#: ../src/richtext/richtextborderspage.cpp:267 +#: ../src/richtext/richtextborderspage.cpp:299 +#: ../src/richtext/richtextborderspage.cpp:301 +#: ../src/richtext/richtextborderspage.cpp:333 +#: ../src/richtext/richtextborderspage.cpp:335 +#: ../src/richtext/richtextborderspage.cpp:367 +#: ../src/richtext/richtextborderspage.cpp:369 +#: ../src/richtext/richtextborderspage.cpp:434 +#: ../src/richtext/richtextborderspage.cpp:436 +#: ../src/richtext/richtextborderspage.cpp:468 +#: ../src/richtext/richtextborderspage.cpp:470 +#: ../src/richtext/richtextborderspage.cpp:502 +#: ../src/richtext/richtextborderspage.cpp:504 +#: ../src/richtext/richtextborderspage.cpp:536 +#: ../src/richtext/richtextborderspage.cpp:538 +#, fuzzy +msgid "The border line style." +msgstr "El estilo de fuente." + #: ../src/richtext/richtextmarginspage.cpp:268 #: ../src/richtext/richtextmarginspage.cpp:270 #, fuzzy @@ -6524,7 +6575,7 @@ "seleccionar otro conjunto para reemplazarlo o elegir\n" "[Cancelar] si no puede ser reemplazado" -#: ../src/msw/ole/dataobj.cpp:367 +#: ../src/msw/ole/dataobj.cpp:394 #, c-format msgid "The clipboard format '%d' doesn't exist." msgstr "El formato %d del portapapeles no existe." @@ -6590,7 +6641,7 @@ msgid "The font point size." msgstr "Tamaño en puntos:" -#: ../src/osx/carbon/fontdlg.cpp:529 ../src/osx/carbon/fontdlg.cpp:531 +#: ../src/osx/carbon/fontdlg.cpp:513 ../src/osx/carbon/fontdlg.cpp:515 msgid "The font size in points." msgstr "El tamaño de fuente en puntos." @@ -6652,7 +6703,7 @@ msgid "The list item number." msgstr "El número de elemento de la lista." -#: ../src/msw/ole/automtn.cpp:653 +#: ../src/msw/ole/automtn.cpp:667 msgid "The locale ID is unknown." msgstr "" @@ -6788,7 +6839,7 @@ msgid "The style preview." msgstr "La vista previa del estilo." -#: ../src/msw/ole/automtn.cpp:669 +#: ../src/msw/ole/automtn.cpp:683 msgid "The system cannot find the file specified." msgstr "" @@ -6801,7 +6852,7 @@ msgid "The tab positions." msgstr "Las posiciones del tabulador." -#: ../src/richtext/richtextctrl.cpp:2705 +#: ../src/richtext/richtextctrl.cpp:2791 msgid "The text couldn't be saved." msgstr "El texto no pudo ser guardado." @@ -6844,7 +6895,7 @@ msgid "The wxGtkPrinterDC cannot be used." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1340 +#: ../src/osx/carbon/dataview.cpp:1338 msgid "There is no column or renderer for the specified column index." msgstr "" @@ -6870,7 +6921,7 @@ msgid "This platform does not support background transparency." msgstr "" -#: ../src/gtk/window.cpp:4317 +#: ../src/gtk/window.cpp:4368 msgid "" "This program was compiled with a too old version of GTK+, please rebuild " "with GTK+ 2.12 or newer." @@ -6885,7 +6936,7 @@ "El sistema no soporta el control de selección de fecha, sírvase actualizar " "la versión de comctl32.dll" -#: ../src/msw/thread.cpp:1300 +#: ../src/msw/thread.cpp:1295 msgid "" "Thread module initialization failed: cannot store value in thread local " "storage" @@ -6893,13 +6944,13 @@ "Error en la inicialización del módulo de hilos de ejecución: no se pudo " "almacenar valor en el almacen local de hilos" -#: ../src/unix/threadpsx.cpp:1758 +#: ../src/unix/threadpsx.cpp:1763 msgid "Thread module initialization failed: failed to create thread key" msgstr "" "Error en la inicialización del módulo de hilos de ejecución: error al crear " "clave de hilo" -#: ../src/msw/thread.cpp:1288 +#: ../src/msw/thread.cpp:1283 msgid "" "Thread module initialization failed: impossible to allocate index in thread " "local storage" @@ -6907,7 +6958,7 @@ "Error en la inicialización del módulo de hilos de ejecución: imposible " "reservar índice en el almacen local de hilos" -#: ../src/unix/threadpsx.cpp:1038 +#: ../src/unix/threadpsx.cpp:1043 msgid "Thread priority setting is ignored." msgstr "La configuración de la prioridad del hilo de ejecución es ignorada." @@ -6941,11 +6992,11 @@ msgid "To:" msgstr "Hasta:" -#: ../src/osx/carbon/dataview.cpp:2451 +#: ../src/osx/carbon/dataview.cpp:2449 msgid "Toggle renderer cannot render value; value type: " msgstr "" -#: ../src/richtext/richtextbuffer.cpp:7983 +#: ../src/richtext/richtextbuffer.cpp:8087 msgid "Too many EndStyle calls!" msgstr "¡Demasiadas llamadas EndStyle!" @@ -7000,7 +7051,7 @@ msgid "Type a size in points." msgstr "Escribir un tamaño en puntos." -#: ../src/msw/ole/automtn.cpp:665 +#: ../src/msw/ole/automtn.cpp:679 #, c-format msgid "Type mismatch in argument %u." msgstr "" @@ -7061,7 +7112,7 @@ msgid "Unable to close the handle for '%s'" msgstr "Error al cerrar el manejador del archivo" -#: ../include/wx/msw/private/fswatcher.h:240 +#: ../include/wx/msw/private/fswatcher.h:245 #, fuzzy msgid "Unable to create I/O completion port" msgstr "No se pudo crear TextEncodingConverter" @@ -7081,7 +7132,7 @@ msgid "Unable to create kqueue instance" msgstr "No se pudo crear TextEncodingConverter" -#: ../include/wx/msw/private/fswatcher.h:229 +#: ../include/wx/msw/private/fswatcher.h:234 msgid "Unable to dequeue completion packet" msgstr "" @@ -7089,7 +7140,7 @@ msgid "Unable to get events from kqueue" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1903 +#: ../src/osx/carbon/dataview.cpp:1901 msgid "Unable to handle native drag&drop data" msgstr "" @@ -7107,7 +7158,7 @@ msgid "Unable to open path '%s'" msgstr "Error al abrir el archivo CHM '%s'" -#: ../src/html/htmlwin.cpp:561 +#: ../src/html/htmlwin.cpp:564 #, c-format msgid "Unable to open requested HTML document: %s" msgstr "Incapaz de abrir el docuemento HTML pedido: %s" @@ -7116,11 +7167,11 @@ msgid "Unable to play sound asynchronously." msgstr "Imposible reproducir el sonido de forma asíncrona." -#: ../include/wx/msw/private/fswatcher.h:207 +#: ../include/wx/msw/private/fswatcher.h:212 msgid "Unable to post completion status" msgstr "" -#: ../src/unix/fswatcher_inotify.cpp:530 +#: ../src/unix/fswatcher_inotify.cpp:543 #, fuzzy msgid "Unable to read from inotify descriptor" msgstr "no se puede leer desde el descriptor de archivo %d" @@ -7151,7 +7202,7 @@ msgid "Underline" msgstr "Subrayado" -#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:556 +#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:540 #: ../src/propgrid/advprops.cpp:655 msgid "Underlined" msgstr "Subrayado" @@ -7170,7 +7221,7 @@ msgid "Unexpected characters following option '%s'." msgstr "Caracteres inesperadostras la opción '%s' " -#: ../src/unix/fswatcher_inotify.cpp:261 +#: ../src/unix/fswatcher_inotify.cpp:262 #, c-format msgid "Unexpected event for \"%s\": no matching watch descriptor." msgstr "" @@ -7232,8 +7283,8 @@ msgid "Unindent" msgstr "&No escalonado" -#: ../src/richtext/richtextborderspage.cpp:373 -#: ../src/richtext/richtextborderspage.cpp:375 +#: ../src/richtext/richtextborderspage.cpp:358 +#: ../src/richtext/richtextborderspage.cpp:360 msgid "Units for the bottom border width." msgstr "" @@ -7242,8 +7293,8 @@ msgid "Units for the bottom margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:517 -#: ../src/richtext/richtextborderspage.cpp:519 +#: ../src/richtext/richtextborderspage.cpp:527 +#: ../src/richtext/richtextborderspage.cpp:529 msgid "Units for the bottom outline width." msgstr "" @@ -7258,8 +7309,8 @@ msgid "Units for the bottom position." msgstr "No se puede esperar a la finalización del hilo." -#: ../src/richtext/richtextborderspage.cpp:283 -#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:256 +#: ../src/richtext/richtextborderspage.cpp:258 msgid "Units for the left border width." msgstr "" @@ -7268,8 +7319,8 @@ msgid "Units for the left margin." msgstr "" +#: ../src/richtext/richtextborderspage.cpp:425 #: ../src/richtext/richtextborderspage.cpp:427 -#: ../src/richtext/richtextborderspage.cpp:429 msgid "Units for the left outline width." msgstr "" @@ -7318,8 +7369,8 @@ msgid "Units for the object width." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:313 -#: ../src/richtext/richtextborderspage.cpp:315 +#: ../src/richtext/richtextborderspage.cpp:290 +#: ../src/richtext/richtextborderspage.cpp:292 msgid "Units for the right border width." msgstr "" @@ -7328,8 +7379,8 @@ msgid "Units for the right margin." msgstr "" -#: ../src/richtext/richtextborderspage.cpp:457 #: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:461 msgid "Units for the right outline width." msgstr "" @@ -7344,8 +7395,8 @@ msgid "Units for the right position." msgstr "No se puede esperar a la finalización del hilo." -#: ../src/richtext/richtextborderspage.cpp:343 -#: ../src/richtext/richtextborderspage.cpp:345 +#: ../src/richtext/richtextborderspage.cpp:324 +#: ../src/richtext/richtextborderspage.cpp:326 msgid "Units for the top border width." msgstr "" @@ -7355,8 +7406,8 @@ msgid "Units for the top margin." msgstr "No se puede esperar a la finalización del hilo." -#: ../src/richtext/richtextborderspage.cpp:487 -#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:493 +#: ../src/richtext/richtextborderspage.cpp:495 msgid "Units for the top outline width." msgstr "" @@ -7399,12 +7450,12 @@ msgid "Unknown TIFF resolution unit %d ignored" msgstr "" -#: ../src/osx/carbon/dataview.cpp:1978 +#: ../src/osx/carbon/dataview.cpp:1976 #, fuzzy msgid "Unknown data format" msgstr "error en formato de datos" -#: ../src/unix/dlunix.cpp:325 +#: ../src/unix/dlunix.cpp:160 msgid "Unknown dynamic library error" msgstr "Error desconocido de biblioteca dinámica" @@ -7413,12 +7464,12 @@ msgid "Unknown encoding (%d)" msgstr "Codificación desconocida (%d)" -#: ../src/msw/ole/automtn.cpp:677 +#: ../src/msw/ole/automtn.cpp:691 #, fuzzy, c-format msgid "Unknown error %08x" msgstr "Error DDE desconocido %08x" -#: ../src/msw/ole/automtn.cpp:636 +#: ../src/msw/ole/automtn.cpp:650 #, fuzzy msgid "Unknown exception" msgstr "El parámetro '%s' es desconocido" @@ -7433,7 +7484,7 @@ msgid "Unknown long option '%s'" msgstr "El parámetro '%s' de entero largo es desconocido" -#: ../src/msw/ole/automtn.cpp:620 +#: ../src/msw/ole/automtn.cpp:634 msgid "Unknown name or named argument." msgstr "" @@ -7492,11 +7543,11 @@ msgid "Use the current alignment setting." msgstr "Utilizar el alineamiento actual." -#: ../src/osx/carbon/dataview.cpp:2658 ../src/osx/carbon/dataview.cpp:2723 +#: ../src/osx/carbon/dataview.cpp:2656 ../src/osx/carbon/dataview.cpp:2721 msgid "Valid pointer to native data view control does not exist" msgstr "" -#: ../src/common/valtext.cpp:174 +#: ../src/common/valtext.cpp:179 msgid "Validation conflict" msgstr "Conflicto de validación." @@ -7606,6 +7657,16 @@ msgid "Windows 7" msgstr "Windows 95" +#: ../src/msw/utils.cpp:1308 +#, fuzzy +msgid "Windows 8" +msgstr "Windows 98" + +#: ../src/msw/utils.cpp:1314 +#, fuzzy +msgid "Windows 8.1" +msgstr "Windows 98" + #: ../src/msw/utils.cpp:1234 msgid "Windows 95" msgstr "Windows 95" @@ -7684,7 +7745,7 @@ msgid "Windows ME" msgstr "Windows ME" -#: ../src/msw/utils.cpp:1310 +#: ../src/msw/utils.cpp:1322 #, fuzzy, c-format msgid "Windows NT %lu.%lu" msgstr "Windows NT %lu.%lu (build %lu" @@ -7704,6 +7765,16 @@ msgid "Windows Server 2008 R2" msgstr "Windows Server 2003 (build %lu" +#: ../src/msw/utils.cpp:1307 +#, fuzzy +msgid "Windows Server 2012" +msgstr "Windows Server 2003 (build %lu" + +#: ../src/msw/utils.cpp:1313 +#, fuzzy +msgid "Windows Server 2012 R2" +msgstr "Windows Server 2003 (build %lu" + #: ../src/common/fmapbase.cpp:166 msgid "Windows Thai (CP 874)" msgstr "Windows Tailandés (CP 874)" @@ -7795,7 +7866,7 @@ msgid "You cannot add a new directory to this section." msgstr "No puede añadir un nuevo directorio a esta sección." -#: ../src/propgrid/propgrid.cpp:3258 +#: ../src/propgrid/propgrid.cpp:3260 msgid "You have entered invalid value. Press ESC to cancel editing." msgstr "" @@ -7956,7 +8027,7 @@ msgid "buffer is too small for Windows directory." msgstr "el buffer es demasiado pequeño para el directorio Windows." -#: ../src/msw/utils.cpp:1316 +#: ../src/msw/utils.cpp:1328 #, fuzzy, c-format msgid "build %lu" msgstr "Windows XP (build %lu" @@ -8073,7 +8144,7 @@ msgid "can't seek on file descriptor %d" msgstr "no se puede buscar en el descriptor de archivo %d" -#: ../src/common/textfile.cpp:299 +#: ../src/common/textfile.cpp:270 #, c-format msgid "can't write buffer '%s' to disk." msgstr "no se puede guardar el buffer '%s' al disco." @@ -8095,14 +8166,14 @@ msgid "checksum failure reading tar header block" msgstr "fallo de suma de comprobación leyendo bloque de cabecera de tar" -#: ../src/richtext/richtextborderspage.cpp:280 -#: ../src/richtext/richtextborderspage.cpp:310 -#: ../src/richtext/richtextborderspage.cpp:340 -#: ../src/richtext/richtextborderspage.cpp:370 -#: ../src/richtext/richtextborderspage.cpp:424 -#: ../src/richtext/richtextborderspage.cpp:454 -#: ../src/richtext/richtextborderspage.cpp:484 -#: ../src/richtext/richtextborderspage.cpp:514 +#: ../src/richtext/richtextborderspage.cpp:252 +#: ../src/richtext/richtextborderspage.cpp:286 +#: ../src/richtext/richtextborderspage.cpp:320 +#: ../src/richtext/richtextborderspage.cpp:354 +#: ../src/richtext/richtextborderspage.cpp:421 +#: ../src/richtext/richtextborderspage.cpp:455 +#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:523 #: ../src/richtext/richtextmarginspage.cpp:202 #: ../src/richtext/richtextmarginspage.cpp:227 #: ../src/richtext/richtextmarginspage.cpp:250 @@ -8239,7 +8310,7 @@ msgid "file '%s': unexpected character %c at line %d." msgstr "archivo '%s': carácter %c inesperado en línea %d." -#: ../src/richtext/richtextbuffer.cpp:8358 +#: ../src/richtext/richtextbuffer.cpp:8462 msgid "files" msgstr "archivos" @@ -8259,12 +8330,12 @@ msgid "fourth" msgstr "cuarto" -#: ../src/common/appbase.cpp:695 +#: ../src/common/appbase.cpp:699 msgid "generate verbose log messages" msgstr "generar mensajes de log explicativos" -#: ../src/richtext/richtextbuffer.cpp:12212 -#: ../src/richtext/richtextbuffer.cpp:12322 +#: ../src/richtext/richtextbuffer.cpp:12541 +#: ../src/richtext/richtextbuffer.cpp:12651 msgid "image" msgstr "imagen" @@ -8359,53 +8430,48 @@ msgid "out of memory" msgstr "memoria agotada" -#: ../src/richtext/richtextsizepage.cpp:340 -#: ../src/richtext/richtextsizepage.cpp:374 -#: ../src/richtext/richtextsizepage.cpp:401 -#: ../src/richtext/richtextsizepage.cpp:428 -#: ../src/richtext/richtextsizepage.cpp:455 -#: ../src/richtext/richtextsizepage.cpp:482 -#: ../src/richtext/richtextsizepage.cpp:556 -#: ../src/richtext/richtextsizepage.cpp:591 -#: ../src/richtext/richtextsizepage.cpp:626 -#: ../src/richtext/richtextsizepage.cpp:661 -msgid "percent" -msgstr "" - #: ../src/common/debugrpt.cpp:519 msgid "process context description" msgstr "descripción del contexto de proceso" #: ../src/richtext/richtextfontpage.cpp:186 #: ../src/richtext/richtextfontpage.cpp:189 +#: ../src/richtext/richtextborderspage.cpp:253 +#: ../src/richtext/richtextborderspage.cpp:287 +#: ../src/richtext/richtextborderspage.cpp:321 +#: ../src/richtext/richtextborderspage.cpp:355 +#: ../src/richtext/richtextborderspage.cpp:422 +#: ../src/richtext/richtextborderspage.cpp:456 +#: ../src/richtext/richtextborderspage.cpp:490 +#: ../src/richtext/richtextborderspage.cpp:524 msgid "pt" msgstr "" #: ../src/richtext/richtextfontpage.cpp:187 -#: ../src/richtext/richtextborderspage.cpp:279 -#: ../src/richtext/richtextborderspage.cpp:281 -#: ../src/richtext/richtextborderspage.cpp:282 -#: ../src/richtext/richtextborderspage.cpp:309 -#: ../src/richtext/richtextborderspage.cpp:311 -#: ../src/richtext/richtextborderspage.cpp:312 -#: ../src/richtext/richtextborderspage.cpp:339 -#: ../src/richtext/richtextborderspage.cpp:341 -#: ../src/richtext/richtextborderspage.cpp:342 -#: ../src/richtext/richtextborderspage.cpp:369 -#: ../src/richtext/richtextborderspage.cpp:371 -#: ../src/richtext/richtextborderspage.cpp:372 +#: ../src/richtext/richtextborderspage.cpp:251 +#: ../src/richtext/richtextborderspage.cpp:254 +#: ../src/richtext/richtextborderspage.cpp:255 +#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:288 +#: ../src/richtext/richtextborderspage.cpp:289 +#: ../src/richtext/richtextborderspage.cpp:319 +#: ../src/richtext/richtextborderspage.cpp:322 +#: ../src/richtext/richtextborderspage.cpp:323 +#: ../src/richtext/richtextborderspage.cpp:353 +#: ../src/richtext/richtextborderspage.cpp:356 +#: ../src/richtext/richtextborderspage.cpp:357 +#: ../src/richtext/richtextborderspage.cpp:420 #: ../src/richtext/richtextborderspage.cpp:423 -#: ../src/richtext/richtextborderspage.cpp:425 -#: ../src/richtext/richtextborderspage.cpp:426 -#: ../src/richtext/richtextborderspage.cpp:453 -#: ../src/richtext/richtextborderspage.cpp:455 -#: ../src/richtext/richtextborderspage.cpp:456 -#: ../src/richtext/richtextborderspage.cpp:483 -#: ../src/richtext/richtextborderspage.cpp:485 -#: ../src/richtext/richtextborderspage.cpp:486 -#: ../src/richtext/richtextborderspage.cpp:513 -#: ../src/richtext/richtextborderspage.cpp:515 -#: ../src/richtext/richtextborderspage.cpp:516 +#: ../src/richtext/richtextborderspage.cpp:424 +#: ../src/richtext/richtextborderspage.cpp:454 +#: ../src/richtext/richtextborderspage.cpp:457 +#: ../src/richtext/richtextborderspage.cpp:458 +#: ../src/richtext/richtextborderspage.cpp:488 +#: ../src/richtext/richtextborderspage.cpp:491 +#: ../src/richtext/richtextborderspage.cpp:492 +#: ../src/richtext/richtextborderspage.cpp:522 +#: ../src/richtext/richtextborderspage.cpp:525 +#: ../src/richtext/richtextborderspage.cpp:526 #: ../src/richtext/richtextmarginspage.cpp:201 #: ../src/richtext/richtextmarginspage.cpp:203 #: ../src/richtext/richtextmarginspage.cpp:204 @@ -8506,7 +8572,7 @@ msgid "shift" msgstr "mayúsculas" -#: ../src/common/appbase.cpp:685 +#: ../src/common/appbase.cpp:689 msgid "show this help message" msgstr "mostrar este mensaje de ayuda" @@ -8526,25 +8592,25 @@ msgid "specify the theme to use" msgstr "especifique el tema a usar" -#: ../src/richtext/richtextbuffer.cpp:8876 +#: ../src/richtext/richtextbuffer.cpp:8983 #, fuzzy msgid "standard/circle" msgstr "Estándar" -#: ../src/richtext/richtextbuffer.cpp:8877 +#: ../src/richtext/richtextbuffer.cpp:8984 msgid "standard/circle-outline" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8879 +#: ../src/richtext/richtextbuffer.cpp:8986 msgid "standard/diamond" msgstr "" -#: ../src/richtext/richtextbuffer.cpp:8878 +#: ../src/richtext/richtextbuffer.cpp:8985 #, fuzzy msgid "standard/square" msgstr "Estándar" -#: ../src/richtext/richtextbuffer.cpp:8880 +#: ../src/richtext/richtextbuffer.cpp:8987 msgid "standard/triangle" msgstr "" @@ -8678,11 +8744,11 @@ msgid "wxPrintout::GetPageInfo gives a null maxPage." msgstr "" -#: ../src/osx/carbon/dataview.cpp:1303 +#: ../src/osx/carbon/dataview.cpp:1301 msgid "wxWidget control pointer is not a data view pointer" msgstr "" -#: ../src/osx/carbon/dataview.cpp:907 +#: ../src/osx/carbon/dataview.cpp:905 #, fuzzy msgid "wxWidget's control not initialized." msgstr "No se puede inicializar el 'display'." @@ -8777,10 +8843,6 @@ #~ msgid "%.*f kB" #~ msgstr "%.*f kB" -#, fuzzy -#~ msgid "%s" -#~ msgstr "%s B" - #~ msgid "%s B" #~ msgstr "%s B" Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/locale/eu.mo and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/locale/eu.mo differ diff -Nru wxpython3.0-3.0.0.0+dfsg/locale/eu.po wxpython3.0-3.0.1.1+dfsg/locale/eu.po --- wxpython3.0-3.0.0.0+dfsg/locale/eu.po 2013-12-25 00:52:23.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/locale/eu.po 2014-06-24 21:43:33.000000000 +0000 @@ -1,18 +1,18 @@ # Xabier Aramendi , 2011. msgid "" msgstr "" -"Project-Id-Version: wxWidgets 3.0\n" +"Project-Id-Version: wxWidgets\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-01 19:04+0200\n" -"PO-Revision-Date: 2013-11-02 14:37+0100\n" -"Last-Translator: Xabier Aramendi (Azpidatziak) \n" +"POT-Creation-Date: 2014-02-21 17:22+0100\n" +"PO-Revision-Date: 2014-02-21 22:22+0100\n" +"Last-Translator: Xabier Aramendi \n" "Language-Team: (EUS_Xabier Aramendi) \n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 1.5.7\n" +"X-Generator: Poedit 1.6.2\n" #: ../src/common/debugrpt.cpp:591 msgid "" @@ -46,7 +46,7 @@ msgid " (in module \"%s\")" msgstr " (\"%s\" moduloan)" -#: ../src/common/docview.cpp:1624 +#: ../src/common/docview.cpp:1631 msgid " - " msgstr " -" @@ -86,12 +86,25 @@ msgid "#9 Envelope, 3 7/8 x 8 7/8 in" msgstr "#9 Gutunazala, 3 7/8 x 8 7/8 in" -#: ../src/html/helpwnd.cpp:1044 +#: ../src/richtext/richtextsizepage.cpp:340 +#: ../src/richtext/richtextsizepage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:401 +#: ../src/richtext/richtextsizepage.cpp:428 +#: ../src/richtext/richtextsizepage.cpp:455 +#: ../src/richtext/richtextsizepage.cpp:482 +#: ../src/richtext/richtextsizepage.cpp:556 +#: ../src/richtext/richtextsizepage.cpp:591 +#: ../src/richtext/richtextsizepage.cpp:626 +#: ../src/richtext/richtextsizepage.cpp:661 +msgid "%" +msgstr "%" + +#: ../src/html/helpwnd.cpp:1045 #, c-format msgid "%d of %lu" msgstr "%d %lu-tik" -#: ../src/html/helpwnd.cpp:1681 ../src/html/helpwnd.cpp:1719 +#: ../src/html/helpwnd.cpp:1692 ../src/html/helpwnd.cpp:1730 #, c-format msgid "%i of %i" msgstr "%i %i-tik" @@ -103,12 +116,12 @@ msgstr[0] "%ld byte" msgstr[1] "%ld byte" -#: ../src/html/helpwnd.cpp:1046 +#: ../src/html/helpwnd.cpp:1047 #, c-format msgid "%lu of %lu" msgstr "%lu %lu-tik" -#: ../src/common/cmdline.cpp:1050 +#: ../src/common/cmdline.cpp:1215 #, c-format msgid "%s (or %s)" msgstr "%s (edo %s)" @@ -138,7 +151,7 @@ msgid "%s did not fit the tar header for entry '%s'" msgstr "%s-k ez du finkatzen tar idazburua '%s' sarrerarentzat" -#: ../src/common/fldlgcmn.cpp:106 +#: ../src/common/fldlgcmn.cpp:124 #, c-format msgid "%s files (%s)|%s" msgstr "%s agiri (%s)|%s" @@ -154,7 +167,7 @@ #: ../src/richtext/richtextindentspage.cpp:262 msgid "&After a paragraph:" -msgstr "&Esaldia baten ondoren:" +msgstr "&Esaldi baten ondoren:" #: ../src/richtext/richtextindentspage.cpp:128 #: ../src/richtext/richtextliststylepage.cpp:319 @@ -181,7 +194,7 @@ msgid "&Back" msgstr "&Atzera" -#: ../src/richtext/richtextstylepage.cpp:113 +#: ../src/richtext/richtextstylepage.cpp:115 msgid "&Based on:" msgstr "&Honetan ohinarrituta:" @@ -189,7 +202,7 @@ msgid "&Before a paragraph:" msgstr "&Esaldi baten aurretik:" -#: ../src/richtext/richtextfontpage.cpp:271 +#: ../src/richtext/richtextfontpage.cpp:262 msgid "&Bg colour:" msgstr "&Bg margoa:" @@ -201,21 +214,21 @@ msgid "&Bottom" msgstr "&Behean" -#: ../src/richtext/richtextborderspage.cpp:359 -#: ../src/richtext/richtextborderspage.cpp:503 -#: ../src/richtext/richtextmarginspage.cpp:260 -#: ../src/richtext/richtextmarginspage.cpp:374 +#: ../src/richtext/richtextborderspage.cpp:347 +#: ../src/richtext/richtextborderspage.cpp:516 +#: ../src/richtext/richtextmarginspage.cpp:259 +#: ../src/richtext/richtextmarginspage.cpp:373 #: ../src/richtext/richtextsizepage.cpp:637 #: ../src/richtext/richtextsizepage.cpp:644 msgid "&Bottom:" msgstr "&Behean:" -#: ../include/wx/richtext/richtextbuffer.h:3530 +#: ../include/wx/richtext/richtextbuffer.h:3641 msgid "&Box" msgstr "&Kutxa" #: ../src/richtext/richtextliststylepage.cpp:210 -#: ../src/richtext/richtextbulletspage.cpp:159 +#: ../src/richtext/richtextbulletspage.cpp:146 msgid "&Bullet style:" msgstr "&Buleta estiloa:" @@ -224,7 +237,7 @@ msgstr "&CD-Rom" #: ../src/generic/wizard.cpp:432 ../src/generic/fontdlgg.cpp:470 -#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:588 +#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:572 #: ../src/common/stockitem.cpp:145 msgid "&Cancel" msgstr "E&zeztatu" @@ -233,7 +246,7 @@ msgid "&Cascade" msgstr "&Urjauzia" -#: ../include/wx/richtext/richtextbuffer.h:5587 +#: ../include/wx/richtext/richtextbuffer.h:5717 msgid "&Cell" msgstr "%Gelaxka" @@ -255,7 +268,7 @@ msgid "&Color" msgstr "&Margoa" -#: ../src/richtext/richtextfontpage.cpp:258 +#: ../src/richtext/richtextfontpage.cpp:249 msgid "&Colour:" msgstr "&Margoa:" @@ -263,8 +276,8 @@ msgid "&Convert" msgstr "&Bihurtu" -#: ../src/richtext/richtextctrl.cpp:326 ../src/osx/textctrl_osx.cpp:583 -#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2284 +#: ../src/richtext/richtextctrl.cpp:332 ../src/osx/textctrl_osx.cpp:583 +#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2335 msgid "&Copy" msgstr "&Kopiatu" @@ -280,9 +293,9 @@ msgid "&Debug report preview:" msgstr "&Garbiketa jakinarazpen aurreikuspena:" -#: ../src/richtext/richtexttabspage.cpp:142 -#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:585 -#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2286 +#: ../src/richtext/richtexttabspage.cpp:138 +#: ../src/richtext/richtextctrl.cpp:334 ../src/osx/textctrl_osx.cpp:585 +#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2337 msgid "&Delete" msgstr "Ezabatu" @@ -350,7 +363,7 @@ msgid "&Font for Level..." msgstr "&Hizkia Mailarako..." -#: ../src/richtext/richtextfontpage.cpp:156 +#: ../src/richtext/richtextfontpage.cpp:147 #: ../src/richtext/richtextsymboldlg.cpp:400 msgid "&Font:" msgstr "&Hizkia:" @@ -373,7 +386,7 @@ msgstr "&Garaiera:" #: ../src/generic/wizard.cpp:435 ../src/richtext/richtextstyledlg.cpp:303 -#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:785 +#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:776 #: ../src/common/stockitem.cpp:163 ../src/html/helpfrm.cpp:147 msgid "&Help" msgstr "&Laguntza" @@ -427,11 +440,11 @@ msgstr "&Ezkerra" #: ../src/richtext/richtextindentspage.cpp:195 -#: ../src/richtext/richtextborderspage.cpp:269 -#: ../src/richtext/richtextborderspage.cpp:413 +#: ../src/richtext/richtextborderspage.cpp:245 +#: ../src/richtext/richtextborderspage.cpp:414 #: ../src/richtext/richtextliststylepage.cpp:381 -#: ../src/richtext/richtextmarginspage.cpp:187 -#: ../src/richtext/richtextmarginspage.cpp:301 +#: ../src/richtext/richtextmarginspage.cpp:186 +#: ../src/richtext/richtextmarginspage.cpp:300 #: ../src/richtext/richtextsizepage.cpp:532 #: ../src/richtext/richtextsizepage.cpp:539 msgid "&Left:" @@ -457,7 +470,7 @@ msgid "&Network" msgstr "&Sarea" -#: ../src/richtext/richtexttabspage.cpp:136 ../src/common/stockitem.cpp:176 +#: ../src/richtext/richtexttabspage.cpp:132 ../src/common/stockitem.cpp:176 msgid "&New" msgstr "Berria" @@ -474,11 +487,11 @@ msgid "&Next Paragraph" msgstr "&Hurrengo Esaldia" -#: ../src/generic/tipdlg.cpp:276 +#: ../src/generic/tipdlg.cpp:271 msgid "&Next Tip" msgstr "&Hurrengo Idatzia" -#: ../src/richtext/richtextstylepage.cpp:123 +#: ../src/richtext/richtextstylepage.cpp:125 msgid "&Next style:" msgstr "&Hurrengo estiloa:" @@ -490,12 +503,12 @@ msgid "&Notes:" msgstr "&Oharrak:" -#: ../src/richtext/richtextbulletspage.cpp:264 +#: ../src/richtext/richtextbulletspage.cpp:251 msgid "&Number:" msgstr "&Zenbakia:" #: ../src/generic/fontdlgg.cpp:475 ../src/generic/fontdlgg.cpp:482 -#: ../src/osx/carbon/fontdlg.cpp:594 ../src/common/stockitem.cpp:178 +#: ../src/osx/carbon/fontdlg.cpp:578 ../src/common/stockitem.cpp:178 msgid "&OK" msgstr "&Ongi" @@ -512,12 +525,12 @@ msgid "&Page Break" msgstr "&Orrialde Haustea" -#: ../src/richtext/richtextctrl.cpp:327 ../src/osx/textctrl_osx.cpp:584 -#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2285 +#: ../src/richtext/richtextctrl.cpp:333 ../src/osx/textctrl_osx.cpp:584 +#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2336 msgid "&Paste" msgstr "&Itsatsi" -#: ../include/wx/richtext/richtextbuffer.h:4655 +#: ../include/wx/richtext/richtextbuffer.h:4783 msgid "&Picture" msgstr "&Irudia" @@ -525,7 +538,7 @@ msgid "&Point size:" msgstr "&Puntu neurria:" -#: ../src/richtext/richtexttabspage.cpp:114 +#: ../src/richtext/richtexttabspage.cpp:110 msgid "&Position (tenths of a mm):" msgstr "&Kokapena (mm hamarrena):" @@ -550,7 +563,7 @@ msgid "&Print..." msgstr "&Irarkitu..." -#: ../src/richtext/richtextctrl.cpp:332 ../src/richtext/richtextctrl.cpp:4945 +#: ../src/richtext/richtextctrl.cpp:338 ../src/richtext/richtextctrl.cpp:5090 #: ../src/common/stockitem.cpp:184 msgid "&Properties" msgstr "&Ezaugarriak" @@ -559,9 +572,9 @@ msgid "&Quit" msgstr "&Utzi" -#: ../src/richtext/richtextctrl.cpp:323 ../src/osx/textctrl_osx.cpp:580 +#: ../src/richtext/richtextctrl.cpp:329 ../src/osx/textctrl_osx.cpp:580 #: ../src/common/stockitem.cpp:185 ../src/common/cmdproc.cpp:293 -#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2281 +#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2332 msgid "&Redo" msgstr "&Berregin" @@ -591,11 +604,11 @@ msgstr "&Eskuina" #: ../src/richtext/richtextindentspage.cpp:213 -#: ../src/richtext/richtextborderspage.cpp:299 -#: ../src/richtext/richtextborderspage.cpp:443 +#: ../src/richtext/richtextborderspage.cpp:279 +#: ../src/richtext/richtextborderspage.cpp:448 #: ../src/richtext/richtextliststylepage.cpp:399 -#: ../src/richtext/richtextmarginspage.cpp:212 -#: ../src/richtext/richtextmarginspage.cpp:326 +#: ../src/richtext/richtextmarginspage.cpp:211 +#: ../src/richtext/richtextmarginspage.cpp:325 #: ../src/richtext/richtextsizepage.cpp:602 #: ../src/richtext/richtextsizepage.cpp:609 msgid "&Right:" @@ -613,7 +626,7 @@ msgid "&See details" msgstr "&Ikusi xehetasunak" -#: ../src/generic/tipdlg.cpp:270 +#: ../src/generic/tipdlg.cpp:265 msgid "&Show tips at startup" msgstr "&Erakutsi idaztziak hasterakoan" @@ -621,7 +634,7 @@ msgid "&Size" msgstr "&Neurria" -#: ../src/richtext/richtextfontpage.cpp:168 +#: ../src/richtext/richtextfontpage.cpp:159 msgid "&Size:" msgstr "&Neurria:" @@ -642,11 +655,11 @@ msgid "&Stop" msgstr "&Gelditu" -#: ../src/richtext/richtextfontpage.cpp:284 ../src/common/stockitem.cpp:199 +#: ../src/richtext/richtextfontpage.cpp:275 ../src/common/stockitem.cpp:199 msgid "&Strikethrough" msgstr "&Tatxatuta" -#: ../src/generic/fontdlgg.cpp:382 ../src/richtext/richtextstylepage.cpp:104 +#: ../src/generic/fontdlgg.cpp:382 ../src/richtext/richtextstylepage.cpp:106 msgid "&Style:" msgstr "&Estiloa:" @@ -659,11 +672,16 @@ msgstr "&Azpiezarpena:" #: ../src/richtext/richtextliststylepage.cpp:268 -#: ../src/richtext/richtextbulletspage.cpp:222 +#: ../src/richtext/richtextbulletspage.cpp:209 msgid "&Symbol:" msgstr "&Ikurra:" -#: ../include/wx/richtext/richtextbuffer.h:5679 +#: ../src/richtext/richtextborderspage.cpp:383 +#: ../src/richtext/richtextborderspage.cpp:552 +msgid "&Synchronize values" +msgstr "&Aldiberetu balioak" + +#: ../include/wx/richtext/richtextbuffer.h:5823 msgid "&Table" msgstr "&Taula" @@ -671,10 +689,10 @@ msgid "&Top" msgstr "&Goia" -#: ../src/richtext/richtextborderspage.cpp:329 -#: ../src/richtext/richtextborderspage.cpp:473 -#: ../src/richtext/richtextmarginspage.cpp:235 -#: ../src/richtext/richtextmarginspage.cpp:349 +#: ../src/richtext/richtextborderspage.cpp:313 +#: ../src/richtext/richtextborderspage.cpp:482 +#: ../src/richtext/richtextmarginspage.cpp:234 +#: ../src/richtext/richtextmarginspage.cpp:348 #: ../src/richtext/richtextsizepage.cpp:567 #: ../src/richtext/richtextsizepage.cpp:574 msgid "&Top:" @@ -684,13 +702,13 @@ msgid "&Underline" msgstr "&Azpimarratuta" -#: ../src/richtext/richtextfontpage.cpp:243 +#: ../src/richtext/richtextfontpage.cpp:234 msgid "&Underlining:" msgstr "&Azpimarraketa:" -#: ../src/richtext/richtextctrl.cpp:322 ../src/osx/textctrl_osx.cpp:579 +#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:579 #: ../src/common/stockitem.cpp:203 ../src/common/cmdproc.cpp:271 -#: ../src/msw/textctrl.cpp:2280 +#: ../src/msw/textctrl.cpp:2331 msgid "&Undo" msgstr "&Desegin" @@ -734,68 +752,82 @@ msgid "&Yes" msgstr "&Bai" +#: ../src/common/valtext.cpp:256 +#, c-format +msgid "'%s' contains illegal characters" +msgstr "'%s' legezkanpoko hizkiak ditu" + +#: ../src/common/valtext.cpp:254 +#, c-format +msgid "'%s' doesn't consist only of valid characters" +msgstr "'%s' ez dago hizki baliogarriz osatuta bakarrik" + #: ../src/common/config.cpp:523 ../src/msw/regconf.cpp:258 #, c-format msgid "'%s' has extra '..', ignored." msgstr "'%s' estra '..', ezikusita." -#: ../src/common/valtext.cpp:249 ../src/common/valtext.cpp:251 -#: ../src/common/valtext.cpp:253 ../src/common/valtext.cpp:255 -#, c-format -msgid "'%s' is invalid" -msgstr "'%s' baliogabea da" - -#: ../src/common/cmdline.cpp:948 ../src/common/cmdline.cpp:966 +#: ../src/common/cmdline.cpp:1107 ../src/common/cmdline.cpp:1125 #, c-format msgid "'%s' is not a correct numeric value for option '%s'." msgstr "'%s' ez da zenbaki balio zuzena '%s' aukerarako." -#: ../src/common/translation.cpp:1086 +#: ../src/common/translation.cpp:1087 #, c-format msgid "'%s' is not a valid message catalog." msgstr "'%s' ez da mezu katalogo baliozkoa." +#: ../src/common/valtext.cpp:165 +#, c-format +msgid "'%s' is not one of the valid strings" +msgstr "'%s' ez da kate baliogarrietako bat" + +#: ../src/common/valtext.cpp:167 +#, c-format +msgid "'%s' is one of the invalid strings" +msgstr "'%s' kate baliogabeetako bat da" + #: ../src/common/textbuf.cpp:239 #, c-format msgid "'%s' is probably a binary buffer." msgstr "'%s' zihurrenik buffer binario bat da." -#: ../src/common/valtext.cpp:247 +#: ../src/common/valtext.cpp:252 #, c-format msgid "'%s' should be numeric." msgstr "'%s' zenbakizkoa izan behar du." -#: ../src/common/valtext.cpp:239 +#: ../src/common/valtext.cpp:244 #, c-format msgid "'%s' should only contain ASCII characters." msgstr "'%s' ASCII hizkiak bakarrik izan behar ditu." -#: ../src/common/valtext.cpp:241 +#: ../src/common/valtext.cpp:246 #, c-format msgid "'%s' should only contain alphabetic characters." msgstr "'%s' alfabetoko hizkiak bakarrik izan behar ditu." -#: ../src/common/valtext.cpp:243 +#: ../src/common/valtext.cpp:248 #, c-format msgid "'%s' should only contain alphabetic or numeric characters." msgstr "'%s' alfabetoko edo zenbakizko hizkiak bakarrik izan behar ditu." -#: ../src/common/valtext.cpp:245 +#: ../src/common/valtext.cpp:250 #, c-format msgid "'%s' should only contain digits." msgstr "'%s' zenbakiak bakarrik izan behar ditu." #: ../src/richtext/richtextliststylepage.cpp:229 -#: ../src/richtext/richtextbulletspage.cpp:179 +#: ../src/richtext/richtextbulletspage.cpp:166 msgid "(*)" msgstr "(*)" -#: ../src/html/helpwnd.cpp:976 +#: ../src/html/helpwnd.cpp:977 msgid "(Help)" msgstr "(Laguntza)" #: ../src/richtext/richtextliststylepage.cpp:481 -#: ../src/richtext/richtextbulletspage.cpp:286 +#: ../src/richtext/richtextbulletspage.cpp:273 msgid "(None)" msgstr "(Bat ere ez)" @@ -803,8 +835,8 @@ msgid "(Normal text)" msgstr "(Idazki arrunta)" -#: ../src/html/helpwnd.cpp:426 ../src/html/helpwnd.cpp:1119 -#: ../src/html/helpwnd.cpp:1745 +#: ../src/html/helpwnd.cpp:427 ../src/html/helpwnd.cpp:1120 +#: ../src/html/helpwnd.cpp:1756 msgid "(bookmarks)" msgstr "(lastermarkak)" @@ -813,10 +845,10 @@ #: ../src/richtext/richtextindentspage.cpp:287 #: ../src/richtext/richtextindentspage.cpp:311 #: ../src/richtext/richtextindentspage.cpp:326 -#: ../src/richtext/richtextformatdlg.cpp:831 -#: ../src/richtext/richtextfontpage.cpp:331 -#: ../src/richtext/richtextfontpage.cpp:335 -#: ../src/richtext/richtextfontpage.cpp:339 +#: ../src/richtext/richtextformatdlg.cpp:887 +#: ../src/richtext/richtextfontpage.cpp:347 +#: ../src/richtext/richtextfontpage.cpp:351 +#: ../src/richtext/richtextfontpage.cpp:355 #: ../src/richtext/richtextliststylepage.cpp:448 #: ../src/richtext/richtextliststylepage.cpp:460 #: ../src/richtext/richtextliststylepage.cpp:461 @@ -824,26 +856,26 @@ msgstr "(bat ere ez)" #: ../src/richtext/richtextliststylepage.cpp:492 -#: ../src/richtext/richtextbulletspage.cpp:297 +#: ../src/richtext/richtextbulletspage.cpp:284 msgid "*" msgstr "*" #: ../src/richtext/richtextliststylepage.cpp:236 -#: ../src/richtext/richtextbulletspage.cpp:186 +#: ../src/richtext/richtextbulletspage.cpp:173 msgid "*)" msgstr "*)" #: ../src/richtext/richtextliststylepage.cpp:495 -#: ../src/richtext/richtextbulletspage.cpp:300 +#: ../src/richtext/richtextbulletspage.cpp:287 msgid "+" msgstr "+" -#: ../src/msw/utils.cpp:1324 +#: ../src/msw/utils.cpp:1336 msgid ", 64-bit edition" msgstr ", 64-bit edizioa" #: ../src/richtext/richtextliststylepage.cpp:493 -#: ../src/richtext/richtextbulletspage.cpp:298 +#: ../src/richtext/richtextbulletspage.cpp:285 msgid "-" msgstr "-" @@ -945,37 +977,37 @@ msgid "< &Back" msgstr "< &Atzera" -#: ../src/osx/carbon/fontdlg.cpp:608 ../src/osx/carbon/fontdlg.cpp:815 -#: ../src/osx/carbon/fontdlg.cpp:835 +#: ../src/osx/carbon/fontdlg.cpp:592 ../src/osx/carbon/fontdlg.cpp:798 +#: ../src/osx/carbon/fontdlg.cpp:818 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:609 ../src/osx/carbon/fontdlg.cpp:817 -#: ../src/osx/carbon/fontdlg.cpp:837 +#: ../src/osx/carbon/fontdlg.cpp:593 ../src/osx/carbon/fontdlg.cpp:800 +#: ../src/osx/carbon/fontdlg.cpp:820 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:607 ../src/osx/carbon/fontdlg.cpp:813 -#: ../src/osx/carbon/fontdlg.cpp:833 +#: ../src/osx/carbon/fontdlg.cpp:591 ../src/osx/carbon/fontdlg.cpp:796 +#: ../src/osx/carbon/fontdlg.cpp:816 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:610 ../src/osx/carbon/fontdlg.cpp:819 -#: ../src/osx/carbon/fontdlg.cpp:839 +#: ../src/osx/carbon/fontdlg.cpp:594 ../src/osx/carbon/fontdlg.cpp:802 +#: ../src/osx/carbon/fontdlg.cpp:822 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:611 ../src/osx/carbon/fontdlg.cpp:824 -#: ../src/osx/carbon/fontdlg.cpp:843 +#: ../src/osx/carbon/fontdlg.cpp:595 ../src/osx/carbon/fontdlg.cpp:807 +#: ../src/osx/carbon/fontdlg.cpp:826 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:612 ../src/osx/carbon/fontdlg.cpp:821 -#: ../src/osx/carbon/fontdlg.cpp:841 +#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:804 +#: ../src/osx/carbon/fontdlg.cpp:824 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:606 +#: ../src/osx/carbon/fontdlg.cpp:590 msgid "" msgstr "" @@ -991,24 +1023,24 @@ msgid "" msgstr "" -#: ../src/html/helpwnd.cpp:1279 +#: ../src/html/helpwnd.cpp:1280 msgid "Bold italic face.
    " msgstr "Alde etzan lodia.
    " -#: ../src/html/helpwnd.cpp:1283 +#: ../src/html/helpwnd.cpp:1284 msgid "bold italic underlined
    " msgstr "lodi etzana azpimarratuta
    " -#: ../src/html/helpwnd.cpp:1278 +#: ../src/html/helpwnd.cpp:1279 msgid "Bold face. " msgstr "Alde lodia.. " -#: ../src/html/helpwnd.cpp:1277 +#: ../src/html/helpwnd.cpp:1278 msgid "Italic face. " msgstr "Alde etzana. " #: ../src/richtext/richtextliststylepage.cpp:494 -#: ../src/richtext/richtextbulletspage.cpp:299 +#: ../src/richtext/richtextbulletspage.cpp:286 msgid ">" msgstr ">" @@ -1026,8 +1058,8 @@ #: ../src/richtext/richtextliststylepage.cpp:304 #: ../src/richtext/richtextliststylepage.cpp:306 -#: ../src/richtext/richtextbulletspage.cpp:257 -#: ../src/richtext/richtextbulletspage.cpp:259 +#: ../src/richtext/richtextbulletspage.cpp:244 +#: ../src/richtext/richtextbulletspage.cpp:246 msgid "A standard bullet name." msgstr "Buleta izen estandarra." @@ -1111,8 +1143,8 @@ msgid "A6 Rotated 148 x 105 mm" msgstr "A6 Itzulita 148 x 105 mm" -#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:526 -#: ../src/osx/carbon/fontdlg.cpp:339 +#: ../src/generic/fontdlgg.cpp:83 ../src/richtext/richtextformatdlg.cpp:547 +#: ../src/osx/carbon/fontdlg.cpp:323 msgid "ABCDEFGabcdefg12345" msgstr "ABCDEFGabcdefg12345" @@ -1124,15 +1156,20 @@ msgid "ASCII" msgstr "ASCII" -#: ../src/osx/menu_osx.cpp:630 ../src/common/stockitem.cpp:139 +#: ../src/common/stockitem.cpp:139 msgid "About" msgstr "Honi buruz" -#: ../src/generic/aboutdlgg.cpp:140 ../src/msw/aboutdlg.cpp:64 +#: ../src/generic/aboutdlgg.cpp:140 ../src/osx/menu_osx.cpp:603 +#: ../src/msw/aboutdlg.cpp:64 #, c-format msgid "About %s" msgstr "%s-ri buruz" +#: ../src/osx/menu_osx.cpp:605 +msgid "About..." +msgstr "Honi buruz..." + #: ../src/richtext/richtextsizepage.cpp:520 msgid "Absolute" msgstr "Osoa" @@ -1143,19 +1180,19 @@ #: ../src/common/stockitem.cpp:140 msgid "Add" -msgstr "Gehitua" +msgstr "Gehitu" -#: ../src/richtext/richtextbuffer.cpp:10751 +#: ../src/richtext/richtextbuffer.cpp:11219 msgid "Add Column" msgstr "Gehitu Zutabea" -#: ../src/richtext/richtextbuffer.cpp:10688 +#: ../src/richtext/richtextbuffer.cpp:11156 msgid "Add Row" msgstr "Gehitu Lerroa" -#: ../src/html/helpwnd.cpp:439 +#: ../src/html/helpwnd.cpp:440 msgid "Add current page to bookmarks" -msgstr "Gehitu uneko orrialdea lastermarketara" +msgstr "Gehitu oraingo orrialdea lastermarketara" #: ../src/generic/colrdlgg.cpp:283 msgid "Add to custom colours" @@ -1174,11 +1211,11 @@ msgid "Adding book %s" msgstr "%s liburua gehitzen" -#: ../src/osx/carbon/dataview.cpp:1933 +#: ../src/osx/carbon/dataview.cpp:1931 msgid "Adding flavor TEXT failed" msgstr "flavor TEXT gehitze hutsegitea" -#: ../src/osx/carbon/dataview.cpp:1954 +#: ../src/osx/carbon/dataview.cpp:1952 msgid "Adding flavor utxt failed" msgstr "flavor TEXT gehitze hutsegitea" @@ -1206,16 +1243,16 @@ msgid "All" msgstr "Denak" -#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:89 +#: ../src/generic/filectrlg.cpp:1205 ../src/common/fldlgcmn.cpp:107 #, c-format msgid "All files (%s)|%s" msgstr "Agiri denak (%s)|%s" -#: ../include/wx/defs.h:2922 +#: ../include/wx/defs.h:2908 msgid "All files (*)|*" msgstr "Agiri denak (*)|*" -#: ../include/wx/defs.h:2919 +#: ../include/wx/defs.h:2905 msgid "All files (*.*)|*.*" msgstr "Agiri denak (*.*)|*.*" @@ -1239,6 +1276,11 @@ msgid "Alt+" msgstr "Alt+" +#: ../src/richtext/richtextborderspage.cpp:580 +#: ../src/richtext/richtextborderspage.cpp:582 +msgid "An optional corner radius for adding rounded corners." +msgstr "Aukerazko bazterreko erradio bat inguru bazterrak gehitzeko." + #: ../src/common/debugrpt.cpp:581 msgid "And includes the following files:\n" msgstr "Eta hurrengo agiriak ditu:\n" @@ -1253,8 +1295,7 @@ msgid "Append log to file '%s' (choosing [No] will overwrite it)?" msgstr "Oharra eransten '%s' agiriari (hautatzen [Ez] gainidatziko da)? " -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:610 -#: ../src/osx/menu_osx.cpp:649 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:623 ../src/osx/menu_osx.cpp:631 msgid "Application" msgstr "Aplikazioa" @@ -1263,7 +1304,7 @@ msgstr "Ezarri" #: ../src/richtext/richtextliststylepage.cpp:482 -#: ../src/richtext/richtextbulletspage.cpp:287 +#: ../src/richtext/richtextbulletspage.cpp:274 msgid "Arabic" msgstr "Arabiera" @@ -1271,7 +1312,7 @@ msgid "Arabic (ISO-8859-6)" msgstr "Arabiera (ISO-8859-6)" -#: ../src/msw/ole/automtn.cpp:661 +#: ../src/msw/ole/automtn.cpp:675 #, c-format msgid "Argument %u not found." msgstr "%u argumentoa ez da aurkitu." @@ -1289,8 +1330,8 @@ msgstr "Ezaugarriak" #: ../src/richtext/richtextliststylepage.cpp:294 -#: ../src/richtext/richtextbulletspage.cpp:245 -#: ../src/richtext/richtextbulletspage.cpp:247 +#: ../src/richtext/richtextbulletspage.cpp:232 +#: ../src/richtext/richtextbulletspage.cpp:234 msgid "Available fonts." msgstr "Hizki eskuragarriak." @@ -1346,32 +1387,32 @@ msgid "BACK" msgstr "ATZERA" -#: ../src/common/imagbmp.cpp:523 ../src/common/imagbmp.cpp:553 -#: ../src/common/imagbmp.cpp:568 +#: ../src/common/imagbmp.cpp:524 ../src/common/imagbmp.cpp:554 +#: ../src/common/imagbmp.cpp:569 msgid "BMP: Couldn't allocate memory." msgstr "BMP: Ezinezkoa oroimena esleitzea." -#: ../src/common/imagbmp.cpp:97 +#: ../src/common/imagbmp.cpp:98 msgid "BMP: Couldn't save invalid image." msgstr "BMP: Ezinezkoa baliogabeko irudia gordetzea." -#: ../src/common/imagbmp.cpp:338 +#: ../src/common/imagbmp.cpp:339 msgid "BMP: Couldn't write RGB color map." msgstr "BMP: Ezinezkoa RGB margo mapa idaztea." -#: ../src/common/imagbmp.cpp:473 +#: ../src/common/imagbmp.cpp:474 msgid "BMP: Couldn't write data." msgstr "BMP: Ezinezkoa datuak idaztea." -#: ../src/common/imagbmp.cpp:239 +#: ../src/common/imagbmp.cpp:240 msgid "BMP: Couldn't write the file (Bitmap) header." msgstr "BMP: Ezinezkoa agiri idazburua (Bitmapa) idaztea." -#: ../src/common/imagbmp.cpp:262 +#: ../src/common/imagbmp.cpp:263 msgid "BMP: Couldn't write the file (BitmapInfo) header." msgstr "BMP: Ezinezkoa agiri idazburua (BitmapaArgib.) idaztea." -#: ../src/common/imagbmp.cpp:133 +#: ../src/common/imagbmp.cpp:134 msgid "BMP: wxImage doesn't have own wxPalette." msgstr "BMP: wxImagek ez du ber wxPalette." @@ -1380,7 +1421,7 @@ msgstr "Atzera" #: ../src/richtext/richtextbackgroundpage.cpp:119 -#: ../src/richtext/richtextformatdlg.cpp:374 +#: ../src/richtext/richtextformatdlg.cpp:395 msgid "Background" msgstr "Barrena" @@ -1388,7 +1429,7 @@ msgid "Background &colour:" msgstr "Barren &margoa:" -#: ../src/osx/carbon/fontdlg.cpp:406 +#: ../src/osx/carbon/fontdlg.cpp:390 msgid "Background colour" msgstr "Barren margoa" @@ -1405,25 +1446,25 @@ msgstr "Esaldi baten aurretik:" #: ../src/richtext/richtextliststylepage.cpp:489 -#: ../src/richtext/richtextbulletspage.cpp:294 +#: ../src/richtext/richtextbulletspage.cpp:281 msgid "Bitmap" msgstr "Bitmapa" -#: ../src/osx/carbon/dataview.cpp:2396 +#: ../src/osx/carbon/dataview.cpp:2394 msgid "Bitmap renderer cannot render value; value type: " msgstr "Bitmap aurkezleak ezin du balioa aurkeztu; balio mota:" -#: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:337 -#: ../src/osx/carbon/fontdlg.cpp:540 ../src/common/stockitem.cpp:143 +#: ../src/generic/fontdlgg.cpp:333 ../src/richtext/richtextfontpage.cpp:353 +#: ../src/osx/carbon/fontdlg.cpp:524 ../src/common/stockitem.cpp:143 msgid "Bold" msgstr "Lodia" -#: ../src/richtext/richtextborderspage.cpp:256 -#: ../src/richtext/richtextborderspage.cpp:389 +#: ../src/richtext/richtextborderspage.cpp:232 +#: ../src/richtext/richtextborderspage.cpp:390 msgid "Border" msgstr "Hertza" -#: ../src/richtext/richtextformatdlg.cpp:368 +#: ../src/richtext/richtextformatdlg.cpp:389 msgid "Borders" msgstr "Hertzak" @@ -1435,7 +1476,7 @@ msgid "Bottom margin (mm):" msgstr "Beheko bazterra (mm):" -#: ../src/richtext/richtextbuffer.cpp:8919 +#: ../src/richtext/richtextbuffer.cpp:9176 msgid "Box Properties" msgstr "Kutxaren Ezaugarriak" @@ -1448,7 +1489,7 @@ msgstr "Bilatu" #: ../src/richtext/richtextliststylepage.cpp:245 -#: ../src/richtext/richtextbulletspage.cpp:195 +#: ../src/richtext/richtextbulletspage.cpp:182 msgid "Bullet &Alignment:" msgstr "Buleta &Lerrokapena:" @@ -1456,7 +1497,7 @@ msgid "Bullet style" msgstr "Buleta estiloa" -#: ../src/richtext/richtextformatdlg.cpp:342 +#: ../src/richtext/richtextformatdlg.cpp:363 msgid "Bullets" msgstr "Buletak" @@ -1466,7 +1507,7 @@ #: ../src/generic/logg.cpp:520 msgid "C&lear" -msgstr "Ga&rbitu" +msgstr "&Garbitu" #: ../src/generic/fontdlgg.cpp:406 msgid "C&olour:" @@ -1516,7 +1557,7 @@ msgid "COMMAND" msgstr "AGINDUAK" -#: ../src/richtext/richtextfontpage.cpp:291 +#: ../src/richtext/richtextfontpage.cpp:282 msgid "Ca&pitals" msgstr "&Larriak" @@ -1549,7 +1590,7 @@ msgid "Can't create thread" msgstr "Ezin da haria sortu" -#: ../src/msw/window.cpp:3793 +#: ../src/msw/window.cpp:3787 #, c-format msgid "Can't create window of class %s" msgstr "Ezin da %s klasearen leihoa sortu" @@ -1582,12 +1623,12 @@ #: ../src/msw/registry.cpp:1379 #, c-format msgid "Can't export value of unsupported type %d." -msgstr "Ezin da %d hizkimota sostengatugabetik balioa esportatu." +msgstr "Ezin da %d hizkimota sostengugabetik balioa esportatu." #: ../src/common/ffile.cpp:236 #, c-format msgid "Can't find current position in file '%s'" -msgstr "Ezin da aurkitu uneko kokapena '%s' agirian" +msgstr "Ezin da aurkitu oraingo kokapena '%s' agirian" #: ../src/msw/registry.cpp:416 #, c-format @@ -1602,7 +1643,7 @@ msgid "Can't initialize zlib inflate stream." msgstr "Ezin da zlib puztutako jarioa abiatu." -#: ../src/msw/fswatcher.cpp:432 +#: ../src/msw/fswatcher.cpp:456 #, c-format msgid "Can't monitor non-existent directory \"%s\" for changes." msgstr "Ezin da monitorizatu ez-dagoen \"%s\" zuzenbidea aldaketetarako." @@ -1671,12 +1712,12 @@ msgid "Cannot create mutex." msgstr "Ezin da mutex sortu." -#: ../src/osx/carbon/dataview.cpp:895 +#: ../src/osx/carbon/dataview.cpp:893 msgid "Cannot create new column's ID. Probably max. number of columns reached." msgstr "" "Ezin da zutabe ID berririk. Zihurrenik geh. zutabe zenbatekoa erdietsita." -#: ../src/common/filefn.cpp:1336 +#: ../src/common/filefn.cpp:1328 #, c-format msgid "Cannot enumerate files '%s'" msgstr "Ezin dira '%s' agiriak zenbakitu" @@ -1695,21 +1736,21 @@ msgid "Cannot find the location of address book file" msgstr "Ezin da aurkitu helbide liburu agiriaren kokalekua" -#: ../src/msw/ole/automtn.cpp:562 +#: ../src/msw/ole/automtn.cpp:565 #, c-format msgid "Cannot get an active instance of \"%s\"" msgstr "Ezinezkoa \"%s\"-ren eskabide aktibo bat lortzea" -#: ../src/unix/threadpsx.cpp:1030 +#: ../src/unix/threadpsx.cpp:1035 #, c-format msgid "Cannot get priority range for scheduling policy %d." msgstr "Ezin da lortu lehentasun maila %d egitarautzaile itunerako." -#: ../src/unix/utilsunx.cpp:988 +#: ../src/unix/utilsunx.cpp:998 msgid "Cannot get the hostname" msgstr "Ezin da lortu hostalari-izena" -#: ../src/unix/utilsunx.cpp:1024 +#: ../src/unix/utilsunx.cpp:1034 msgid "Cannot get the official hostname" msgstr "Ezin da lortu hostalari-izen ofiziala" @@ -1721,7 +1762,7 @@ msgid "Cannot initialize OLE" msgstr "Ezin da abiatu OLE" -#: ../src/common/socket.cpp:847 +#: ../src/common/socket.cpp:852 msgid "Cannot initialize sockets" msgstr "Ezinezkoa ahoak abiaraztea" @@ -1769,7 +1810,7 @@ msgid "Cannot open resources file '%s'." msgstr "Ezinezkoa '%s' baliabide agiria irekitzea." -#: ../src/html/helpwnd.cpp:1537 +#: ../src/html/helpwnd.cpp:1548 msgid "Cannot print empty page." msgstr "Ezin da irarkitu orrialde hutsa." @@ -1783,12 +1824,12 @@ msgid "Cannot resume thread %lu" msgstr "Ezin da %lu haria kendu" -#: ../src/msw/thread.cpp:923 +#: ../src/msw/thread.cpp:918 #, c-format msgid "Cannot resume thread %lx" msgstr "Ezin da %lx haria kendu" -#: ../src/unix/threadpsx.cpp:1011 +#: ../src/unix/threadpsx.cpp:1016 msgid "Cannot retrieve thread scheduling policy." msgstr "Ezinezkoa hari egitaraupen araudia berreskuratzea." @@ -1806,16 +1847,16 @@ msgid "Cannot suspend thread %lu" msgstr "Ezin da %lu haria utzi" -#: ../src/msw/thread.cpp:907 +#: ../src/msw/thread.cpp:902 #, c-format msgid "Cannot suspend thread %lx" msgstr "Ezin da %lx haria utzi" -#: ../src/msw/thread.cpp:830 +#: ../src/msw/thread.cpp:825 msgid "Cannot wait for thread termination" msgstr "Ezin da hari amaiera itxaron" -#: ../src/html/helpwnd.cpp:546 +#: ../src/html/helpwnd.cpp:547 msgid "Case sensitive" msgstr "Hizki larri-xeheak" @@ -1823,7 +1864,7 @@ msgid "Categorized Mode" msgstr "Kategoriatutako Modua" -#: ../src/richtext/richtextbuffer.cpp:9347 +#: ../src/richtext/richtextbuffer.cpp:9748 msgid "Cell Properties" msgstr "Gelaxka Ezaugarriak" @@ -1845,7 +1886,7 @@ msgstr "Europa Erdialdea (ISO-8859-2)" #: ../src/richtext/richtextliststylepage.cpp:250 -#: ../src/richtext/richtextbulletspage.cpp:200 +#: ../src/richtext/richtextbulletspage.cpp:187 msgid "Centre" msgstr "Erdian" @@ -1861,24 +1902,24 @@ msgstr "Erdiratuta" #: ../src/richtext/richtextliststylepage.cpp:280 -#: ../src/richtext/richtextbulletspage.cpp:232 +#: ../src/richtext/richtextbulletspage.cpp:219 msgid "Ch&oose..." msgstr "&Hautatu..." -#: ../src/richtext/richtextbuffer.cpp:4041 +#: ../src/richtext/richtextbuffer.cpp:4242 msgid "Change List Style" msgstr "Aldatu Zerrenda Estiloa" -#: ../src/richtext/richtextbuffer.cpp:3392 +#: ../src/richtext/richtextbuffer.cpp:3604 msgid "Change Object Style" msgstr "Aldatu Objetu Estiloa" -#: ../src/richtext/richtextbuffer.cpp:3658 -#: ../src/richtext/richtextbuffer.cpp:7749 +#: ../src/richtext/richtextbuffer.cpp:3870 +#: ../src/richtext/richtextbuffer.cpp:8003 msgid "Change Properties" msgstr "Aldatu Ezaugarriak" -#: ../src/richtext/richtextbuffer.cpp:3209 +#: ../src/richtext/richtextbuffer.cpp:3421 msgid "Change Style" msgstr "Aldatu Estiloa" @@ -1894,34 +1935,46 @@ #: ../src/richtext/richtextliststylepage.cpp:224 #: ../src/richtext/richtextliststylepage.cpp:226 -#: ../src/richtext/richtextbulletspage.cpp:174 -#: ../src/richtext/richtextbulletspage.cpp:176 +#: ../src/richtext/richtextbulletspage.cpp:161 +#: ../src/richtext/richtextbulletspage.cpp:163 msgid "Check to add a period after the bullet." msgstr "Hautatu aldi bat gehitzeko buletaren ondoren." #: ../src/richtext/richtextliststylepage.cpp:238 #: ../src/richtext/richtextliststylepage.cpp:240 -#: ../src/richtext/richtextbulletspage.cpp:188 -#: ../src/richtext/richtextbulletspage.cpp:190 +#: ../src/richtext/richtextbulletspage.cpp:175 +#: ../src/richtext/richtextbulletspage.cpp:177 msgid "Check to add a right parenthesis." msgstr "Hautatu eskuin hitzarte bat gehitzeko" +#: ../src/richtext/richtextborderspage.cpp:385 +#: ../src/richtext/richtextborderspage.cpp:387 +#: ../src/richtext/richtextborderspage.cpp:554 +#: ../src/richtext/richtextborderspage.cpp:556 +msgid "Check to edit all borders simultaneously." +msgstr "Hautatu hertz guztiak aldiberean editatzeko" + #: ../src/richtext/richtextliststylepage.cpp:231 #: ../src/richtext/richtextliststylepage.cpp:233 -#: ../src/richtext/richtextbulletspage.cpp:181 -#: ../src/richtext/richtextbulletspage.cpp:183 +#: ../src/richtext/richtextbulletspage.cpp:168 +#: ../src/richtext/richtextbulletspage.cpp:170 msgid "Check to enclose the bullet in parentheses." msgstr "Hautatu buletak hitzartean jartzeko." -#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 +#: ../src/richtext/richtextfontpage.cpp:315 +#: ../src/richtext/richtextfontpage.cpp:317 +msgid "Check to indicate right-to-left text layout." +msgstr "Hautatu eskuin-ezker idazketa antolakuntza adierazteko." + +#: ../src/osx/carbon/fontdlg.cpp:526 ../src/osx/carbon/fontdlg.cpp:528 msgid "Check to make the font bold." msgstr "Hautatu hizkia lodi egiteko." -#: ../src/osx/carbon/fontdlg.cpp:549 ../src/osx/carbon/fontdlg.cpp:551 +#: ../src/osx/carbon/fontdlg.cpp:533 ../src/osx/carbon/fontdlg.cpp:535 msgid "Check to make the font italic." msgstr "Hautatu hizkia etzana egiteko." -#: ../src/osx/carbon/fontdlg.cpp:558 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/osx/carbon/fontdlg.cpp:542 ../src/osx/carbon/fontdlg.cpp:544 msgid "Check to make the font underlined." msgstr "Hautatu hizkia azpimarratua egiteko." @@ -1930,40 +1983,45 @@ msgid "Check to restart numbering." msgstr "Hautatu zenbaketa birrabiarazteko." -#: ../src/richtext/richtextfontpage.cpp:286 -#: ../src/richtext/richtextfontpage.cpp:288 +#: ../src/richtext/richtextfontpage.cpp:277 +#: ../src/richtext/richtextfontpage.cpp:279 msgid "Check to show a line through the text." msgstr "Hautatu erakusteko lerro bat idazkian zehar." -#: ../src/richtext/richtextfontpage.cpp:293 -#: ../src/richtext/richtextfontpage.cpp:295 +#: ../src/richtext/richtextfontpage.cpp:284 +#: ../src/richtext/richtextfontpage.cpp:286 msgid "Check to show the text in capitals." -msgstr "Egiaztatu idazkia hizki larritan erakusteko" +msgstr "Hautatu idazkia hizki larritan erakusteko" -#: ../src/richtext/richtextfontpage.cpp:300 -#: ../src/richtext/richtextfontpage.cpp:302 +#: ../src/richtext/richtextfontpage.cpp:291 +#: ../src/richtext/richtextfontpage.cpp:293 msgid "Check to show the text in small capitals." msgstr "Hautatu idazkia hizki larrietan erakusteko." -#: ../src/richtext/richtextfontpage.cpp:314 -#: ../src/richtext/richtextfontpage.cpp:316 +#: ../src/richtext/richtextfontpage.cpp:305 +#: ../src/richtext/richtextfontpage.cpp:307 msgid "Check to show the text in subscript." msgstr "Hautatu erakusteko idazkia azpieskriptean." -#: ../src/richtext/richtextfontpage.cpp:307 -#: ../src/richtext/richtextfontpage.cpp:309 +#: ../src/richtext/richtextfontpage.cpp:298 +#: ../src/richtext/richtextfontpage.cpp:300 msgid "Check to show the text in superscript." msgstr "Hautatu erakusteko idazkia gaineskriptean." +#: ../src/richtext/richtextfontpage.cpp:322 +#: ../src/richtext/richtextfontpage.cpp:324 +msgid "Check to suppress hyphenation." +msgstr "Hautatu elkarmarratzea kentzeko." + #: ../src/msw/dialup.cpp:784 msgid "Choose ISP to dial" msgstr "Hautatu dialerako ISP-a" -#: ../src/propgrid/props.cpp:1643 +#: ../src/propgrid/props.cpp:1654 msgid "Choose a directory:" msgstr "Hautatu zuzenbide bat:" -#: ../src/propgrid/props.cpp:1702 +#: ../src/propgrid/props.cpp:1713 msgid "Choose a file" msgstr "Hautatu agiri bat" @@ -1985,7 +2043,7 @@ msgid "Cl&ose" msgstr "I&txi" -#: ../src/msw/ole/automtn.cpp:673 +#: ../src/msw/ole/automtn.cpp:687 msgid "Class not registered." msgstr "Klase erregistratu gabe." @@ -2004,12 +2062,12 @@ #: ../src/richtext/richtextliststylepage.cpp:281 #: ../src/richtext/richtextliststylepage.cpp:283 -#: ../src/richtext/richtextbulletspage.cpp:233 -#: ../src/richtext/richtextbulletspage.cpp:235 +#: ../src/richtext/richtextbulletspage.cpp:220 +#: ../src/richtext/richtextbulletspage.cpp:222 msgid "Click to browse for a symbol." msgstr "Klikatu ikur bat bilatzeko." -#: ../src/osx/carbon/fontdlg.cpp:589 ../src/osx/carbon/fontdlg.cpp:591 +#: ../src/osx/carbon/fontdlg.cpp:573 ../src/osx/carbon/fontdlg.cpp:575 msgid "Click to cancel changes to the font." msgstr "Klikatu hizkian aldaketak ezeztatzeko." @@ -2017,17 +2075,17 @@ msgid "Click to cancel the font selection." msgstr "Klikatu hizki hautapena ezeztatzeko." -#: ../src/osx/carbon/fontdlg.cpp:570 ../src/osx/carbon/fontdlg.cpp:572 +#: ../src/osx/carbon/fontdlg.cpp:554 ../src/osx/carbon/fontdlg.cpp:556 msgid "Click to change the font colour." msgstr "Klikatu hizki margoa aldatzeko." -#: ../src/richtext/richtextfontpage.cpp:276 -#: ../src/richtext/richtextfontpage.cpp:278 +#: ../src/richtext/richtextfontpage.cpp:267 +#: ../src/richtext/richtextfontpage.cpp:269 msgid "Click to change the text background colour." msgstr "Klikatu idazki barren margoa aldatzeko." -#: ../src/richtext/richtextfontpage.cpp:263 -#: ../src/richtext/richtextfontpage.cpp:265 +#: ../src/richtext/richtextfontpage.cpp:254 +#: ../src/richtext/richtextfontpage.cpp:256 msgid "Click to change the text colour." msgstr "Klikatu idazki margoa aldatzeko." @@ -2041,14 +2099,14 @@ msgid "Click to close this window." msgstr "Klikatu leiho hau isteko." -#: ../src/osx/carbon/fontdlg.cpp:596 ../src/osx/carbon/fontdlg.cpp:598 +#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 msgid "Click to confirm changes to the font." -msgstr "Klikatu hizkian aldaketak berresteko." +msgstr "Klikatu hizkian aldaketak baieztatzeko." #: ../src/generic/fontdlgg.cpp:477 ../src/generic/fontdlgg.cpp:479 #: ../src/generic/fontdlgg.cpp:484 ../src/generic/fontdlgg.cpp:486 msgid "Click to confirm the font selection." -msgstr "Klikatu hizki hautapena berresteko." +msgstr "Klikatu hizki hautapena baieztatzeko." #: ../src/richtext/richtextstyledlg.cpp:244 #: ../src/richtext/richtextstyledlg.cpp:246 @@ -2070,35 +2128,35 @@ msgid "Click to create a new paragraph style." msgstr "Klikatu esaldi estilo berria sortzeko." -#: ../src/richtext/richtexttabspage.cpp:137 -#: ../src/richtext/richtexttabspage.cpp:139 +#: ../src/richtext/richtexttabspage.cpp:133 +#: ../src/richtext/richtexttabspage.cpp:135 msgid "Click to create a new tab position." -msgstr "Klikatu ezabatzeko fitxa guztien kokapena." +msgstr "Klikatu tab guztien kokapena sortzeko." -#: ../src/richtext/richtexttabspage.cpp:149 -#: ../src/richtext/richtexttabspage.cpp:151 +#: ../src/richtext/richtexttabspage.cpp:145 +#: ../src/richtext/richtexttabspage.cpp:147 msgid "Click to delete all tab positions." -msgstr "Klikatu ezabatzeko fitxa guztien kokapena." +msgstr "Klikatu tab guztien kokapena ezabatzeko ." #: ../src/richtext/richtextstyledlg.cpp:270 #: ../src/richtext/richtextstyledlg.cpp:272 msgid "Click to delete the selected style." -msgstr "Klikatu ezabatzeko hautatutako estiloa." +msgstr "Klikatu hautaturiko estiloa ezabatzeko." -#: ../src/richtext/richtexttabspage.cpp:143 -#: ../src/richtext/richtexttabspage.cpp:145 +#: ../src/richtext/richtexttabspage.cpp:139 +#: ../src/richtext/richtexttabspage.cpp:141 msgid "Click to delete the selected tab position." -msgstr "Klikatu ezabatzeko hautatutako fitxa kokopena." +msgstr "Klikatu hautatutako tab kokopena ezabatzeko." #: ../src/richtext/richtextstyledlg.cpp:264 #: ../src/richtext/richtextstyledlg.cpp:266 msgid "Click to edit the selected style." -msgstr "Klikatu editatzeko hautatutako estiloa " +msgstr "Klikatu hautatutako estiloa editatzeko." #: ../src/richtext/richtextstyledlg.cpp:258 #: ../src/richtext/richtextstyledlg.cpp:260 msgid "Click to rename the selected style." -msgstr "Klikatu birrizendatzeko hautatutako estiloa." +msgstr "Klikatu hautatutako estiloa berrizendatzeko." #: ../src/generic/dbgrptg.cpp:97 ../src/generic/progdlgg.cpp:804 #: ../src/generic/progdlgg.cpp:809 ../src/richtext/richtextstyledlg.cpp:277 @@ -2114,7 +2172,7 @@ #: ../src/common/stockitem.cpp:266 msgid "Close current document" -msgstr "Itxi uneko agiria" +msgstr "Itxi oraingo agiria" #: ../src/generic/logg.cpp:522 msgid "Close this window" @@ -2124,7 +2182,7 @@ msgid "Color" msgstr "Margoa" -#: ../src/richtext/richtextformatdlg.cpp:725 +#: ../src/richtext/richtextformatdlg.cpp:781 msgid "Colour" msgstr "Margoa" @@ -2133,27 +2191,27 @@ msgid "Colour selection dialog failed with error %0lx." msgstr "Margo hautapen elkarrizketa hutsegitea %0lx akatsarekin." -#: ../src/osx/carbon/fontdlg.cpp:566 +#: ../src/osx/carbon/fontdlg.cpp:550 msgid "Colour:" msgstr "Margoa:" -#: ../src/osx/carbon/dataview.cpp:900 +#: ../src/osx/carbon/dataview.cpp:898 msgid "Column could not be added." msgstr "Zutabea ezin da gehitu." -#: ../src/osx/carbon/dataview.cpp:899 +#: ../src/osx/carbon/dataview.cpp:897 msgid "Column description could not be initialized." msgstr "Zutabe azalpena ezin da abiarazi." -#: ../src/osx/carbon/dataview.cpp:1538 ../src/osx/carbon/dataview.cpp:1559 +#: ../src/osx/carbon/dataview.cpp:1536 ../src/osx/carbon/dataview.cpp:1557 msgid "Column index not found." msgstr "Zutabe aurkibidea ez da aurkitu." -#: ../src/osx/carbon/dataview.cpp:1614 +#: ../src/osx/carbon/dataview.cpp:1612 msgid "Column width could not be determined" msgstr "Zutabe zabalera ezin da zehaztu" -#: ../src/osx/carbon/dataview.cpp:901 +#: ../src/osx/carbon/dataview.cpp:899 msgid "Column width could not be set." msgstr "Zutabe zabalera ezin da ezarri." @@ -2170,7 +2228,7 @@ msgid "Common dialog failed with error code %0lx." msgstr "Elkarrizketa arrunt hutsegitea %0lx akats kodearekin." -#: ../src/gtk/window.cpp:4306 +#: ../src/gtk/window.cpp:4345 msgid "" "Compositing not supported by this system, please enable it in your Window " "Manager." @@ -2178,7 +2236,7 @@ "Osaketa ez dago sostengaturik sistema honetan, mesedez gaitu ezazu zure " "Leiho Kudeatzailean." -#: ../src/html/helpwnd.cpp:1554 +#: ../src/html/helpwnd.cpp:1565 msgid "Compressed HTML Help file (*.chm)|*.chm|" msgstr "Konprimitutako HTML Laguntza agiria (*.chm)|*.chm|" @@ -2195,19 +2253,19 @@ msgid "Confirm" msgstr "Baieztatu" -#: ../src/msw/mimetype.cpp:739 +#: ../src/msw/mimetype.cpp:715 msgid "Confirm registry update" msgstr "Baieztatu erregistro eguneraketa" -#: ../src/html/htmlwin.cpp:544 +#: ../src/html/htmlwin.cpp:557 msgid "Connecting..." msgstr "Elkarketatzen..." -#: ../src/html/helpwnd.cpp:482 +#: ../src/html/helpwnd.cpp:483 msgid "Contents" msgstr "Edukiak" -#: ../src/common/strconv.cpp:2261 +#: ../src/common/strconv.cpp:2271 #, c-format msgid "Conversion to charset '%s' doesn't work." msgstr "'%s' hizki-kodera bihurtzeak ez du lanik egiten. " @@ -2216,7 +2274,7 @@ msgid "Convert" msgstr "Bihurtu" -#: ../src/html/htmlwin.cpp:1057 +#: ../src/html/htmlwin.cpp:1070 #, c-format msgid "Copied to clipboard:\"%s\"" msgstr "Gakora kopiatuta:\"%s\"" @@ -2233,24 +2291,33 @@ msgid "Copy selection" msgstr "Kopiatu hautapena" +#: ../src/richtext/richtextborderspage.cpp:569 +#: ../src/richtext/richtextborderspage.cpp:604 +msgid "Corner" +msgstr "Bazterrra" + +#: ../src/richtext/richtextborderspage.cpp:578 +msgid "Corner &radius:" +msgstr "Bazter er&radioa:" + #: ../src/html/chm.cpp:718 #, c-format msgid "Could not create temporary file '%s'" msgstr "Ezin da '%s' aldibaterako agiria sortu" -#: ../src/osx/carbon/dataview.cpp:1285 ../src/osx/carbon/dataview.cpp:1672 +#: ../src/osx/carbon/dataview.cpp:1283 ../src/osx/carbon/dataview.cpp:1670 msgid "Could not determine column index." msgstr "Ezin da zutabe aurkibidea zehaztu." -#: ../src/osx/carbon/dataview.cpp:876 +#: ../src/osx/carbon/dataview.cpp:874 msgid "Could not determine column's position" msgstr "Ezin da zutabeen kokapena zehaztu." -#: ../src/osx/carbon/dataview.cpp:843 +#: ../src/osx/carbon/dataview.cpp:841 msgid "Could not determine number of columns." msgstr "Ezin da zutabe zenbatekoa zehaztu." -#: ../src/osx/carbon/dataview.cpp:975 +#: ../src/osx/carbon/dataview.cpp:973 msgid "Could not determine number of items" msgstr "Ezin da gai zenbatekoa zehaztu" @@ -2261,23 +2328,23 @@ #: ../src/generic/tabg.cpp:1048 msgid "Could not find tab for id" -msgstr "Ezin da id-arentzao fitxa lortu" +msgstr "Ezin da id-arentzako tab aurkitu" -#: ../src/osx/carbon/dataview.cpp:2556 ../src/osx/carbon/dataview.cpp:2591 -#: ../src/osx/carbon/dataview.cpp:2615 ../src/osx/carbon/dataview.cpp:2636 -#: ../src/osx/carbon/dataview.cpp:2773 +#: ../src/osx/carbon/dataview.cpp:2554 ../src/osx/carbon/dataview.cpp:2589 +#: ../src/osx/carbon/dataview.cpp:2613 ../src/osx/carbon/dataview.cpp:2634 +#: ../src/osx/carbon/dataview.cpp:2771 msgid "Could not get header description." msgstr "Ezin da idazburu azalpena lortu." -#: ../src/osx/carbon/dataview.cpp:1169 ../src/osx/carbon/dataview.cpp:1195 +#: ../src/osx/carbon/dataview.cpp:1167 ../src/osx/carbon/dataview.cpp:1193 msgid "Could not get items." msgstr "Ezin dira gaiak lortu." -#: ../src/osx/carbon/dataview.cpp:2659 ../src/osx/carbon/dataview.cpp:2724 +#: ../src/osx/carbon/dataview.cpp:2657 ../src/osx/carbon/dataview.cpp:2722 msgid "Could not get property flags." msgstr "Ezin dira ezaugarri ikurrinak lortu." -#: ../src/osx/carbon/dataview.cpp:726 +#: ../src/osx/carbon/dataview.cpp:724 msgid "Could not get selected items." msgstr "Ezin dira hautatutako gaiak lortu." @@ -2286,43 +2353,43 @@ msgid "Could not locate file '%s'." msgstr "Ezin da '%s' agiria kokatu." -#: ../src/osx/carbon/dataview.cpp:845 +#: ../src/osx/carbon/dataview.cpp:843 msgid "Could not remove column." msgstr "Ezin da zutabea kendu." -#: ../src/osx/carbon/dataview.cpp:642 +#: ../src/osx/carbon/dataview.cpp:640 msgid "Could not retrieve number of items" msgstr "Ezin da gai zenbatekoa berreskuratu" -#: ../src/osx/carbon/dataview.cpp:2572 +#: ../src/osx/carbon/dataview.cpp:2570 msgid "Could not set alignment." msgstr "Ezin da lerrokapena ezarri." -#: ../src/osx/carbon/dataview.cpp:2803 +#: ../src/osx/carbon/dataview.cpp:2801 msgid "Could not set column width." msgstr "Ezin da zutabe zabalera ezarri." -#: ../src/common/filefn.cpp:1569 +#: ../src/common/filefn.cpp:1554 msgid "Could not set current working directory" -msgstr "Ezinezkoa uneko lan zuzenbidea ezartzea" +msgstr "Ezinezkoa oraingo lan zuzenbidea ezartzea" -#: ../src/osx/carbon/dataview.cpp:2775 +#: ../src/osx/carbon/dataview.cpp:2773 msgid "Could not set header description." msgstr "Ezin da idazburu azalpena ezarri." -#: ../src/osx/carbon/dataview.cpp:2596 +#: ../src/osx/carbon/dataview.cpp:2594 msgid "Could not set icon." msgstr "Ezin da ikonoa ezarri" -#: ../src/osx/carbon/dataview.cpp:2617 +#: ../src/osx/carbon/dataview.cpp:2615 msgid "Could not set maximum width." msgstr "Ezin da gehienezkoa zabalera ezarri." -#: ../src/osx/carbon/dataview.cpp:2638 +#: ../src/osx/carbon/dataview.cpp:2636 msgid "Could not set minimum width." msgstr "Ezin da gutxieneko zabalera ezarri." -#: ../src/osx/carbon/dataview.cpp:2664 ../src/osx/carbon/dataview.cpp:2729 +#: ../src/osx/carbon/dataview.cpp:2662 ../src/osx/carbon/dataview.cpp:2727 msgid "Could not set property flags." msgstr "Ezin da ezaugarri ikurrinak ezarri." @@ -2343,8 +2410,8 @@ msgid "Couldn't acquire a mutex lock" msgstr "Ezinezkoa mutex blokeoa lortzea" -#: ../src/msw/imaglist.cpp:166 ../src/msw/imaglist.cpp:197 -#: ../src/msw/imaglist.cpp:209 ../src/msw/dragimag.cpp:193 +#: ../src/msw/imaglist.cpp:189 ../src/msw/imaglist.cpp:226 +#: ../src/msw/imaglist.cpp:238 ../src/msw/dragimag.cpp:193 #: ../src/msw/dragimag.cpp:232 msgid "Couldn't add an image to the image list." msgstr "Ezinezkoa irudia gehitzea irudi zerrendara." @@ -2366,13 +2433,13 @@ msgid "Couldn't find symbol '%s' in a dynamic library" msgstr "Ezinezkoa '%s' ikurra aurkitzea liburutegi dinamikoan" -#: ../src/gtk/print.cpp:2014 +#: ../src/gtk/print.cpp:2010 msgid "Couldn't get hatch style from wxBrush." msgstr "Ezinezkoa itzal estiloa lortzea wxBrush-tik." -#: ../src/msw/thread.cpp:950 +#: ../src/msw/thread.cpp:945 msgid "Couldn't get the current thread pointer" -msgstr "Ezinezkoa uneko hari puntua lortzea" +msgstr "Ezinezkoa oraingo hari puntua lortzea" #: ../src/osx/carbon/overlay.cpp:129 msgid "Couldn't init the context on the overlay window" @@ -2402,7 +2469,7 @@ msgid "Couldn't open audio: %s" msgstr "Ezinezkoa audioa irekitzea: %s" -#: ../src/msw/ole/dataobj.cpp:350 +#: ../src/msw/ole/dataobj.cpp:377 #, c-format msgid "Couldn't register clipboard format '%s'." msgstr "Ezinezkoa '%s' gako heuskarrri erregistratzea." @@ -2442,14 +2509,14 @@ msgid "Ctrl+" msgstr "Ktrl+" -#: ../src/richtext/richtextctrl.cpp:325 ../src/osx/textctrl_osx.cpp:582 -#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2283 +#: ../src/richtext/richtextctrl.cpp:331 ../src/osx/textctrl_osx.cpp:582 +#: ../src/common/stockitem.cpp:151 ../src/msw/textctrl.cpp:2334 msgid "Cu&t" msgstr "Eba&ki" #: ../src/generic/filectrlg.cpp:956 msgid "Current directory:" -msgstr "Uneko zuzenbidea:" +msgstr "Oraingo zuzenbidea:" #: ../src/gtk/print.cpp:759 msgid "Custom size" @@ -2491,23 +2558,23 @@ msgid "DELETE" msgstr "EZABATU" -#: ../src/common/imagbmp.cpp:1092 +#: ../src/common/imagbmp.cpp:1090 msgid "DIB Header: Encoding doesn't match bitdepth." msgstr "DIB Idazburua: Kodeaketak ez du bitsakonera." -#: ../src/common/imagbmp.cpp:1040 +#: ../src/common/imagbmp.cpp:1038 msgid "DIB Header: Image height > 32767 pixels for file." msgstr "DIB Idazburua: Irudi garaiera > 32767 pixel agiriko." -#: ../src/common/imagbmp.cpp:1032 +#: ../src/common/imagbmp.cpp:1030 msgid "DIB Header: Image width > 32767 pixels for file." msgstr "DIB Idazburua: Irudi zabalera > 32767 pixel agiriko." -#: ../src/common/imagbmp.cpp:1060 +#: ../src/common/imagbmp.cpp:1058 msgid "DIB Header: Unknown bitdepth in file." msgstr "DIB Idazburua: Bit-sakonera ezezaguna agirian." -#: ../src/common/imagbmp.cpp:1074 +#: ../src/common/imagbmp.cpp:1072 msgid "DIB Header: Unknown encoding in file." msgstr "DIB Idazburua: Kodeaketa ezezaguna agirian." @@ -2523,15 +2590,15 @@ msgid "DOWN" msgstr "BEHERA" -#: ../src/richtext/richtextborderspage.cpp:545 +#: ../src/richtext/richtextborderspage.cpp:616 msgid "Dashed" msgstr "elkar-marratuta" -#: ../src/osx/carbon/dataview.cpp:1921 +#: ../src/osx/carbon/dataview.cpp:1919 msgid "Data object has invalid data format" msgstr "Datu objetuak baliogabeko datu heuskarria du" -#: ../src/osx/carbon/dataview.cpp:2491 +#: ../src/osx/carbon/dataview.cpp:2489 msgid "Date renderer cannot render value; value type: " msgstr "Datu aurkezleak ezin du balioa aurkeztu; balio mota:" @@ -2564,28 +2631,28 @@ msgid "Default printer" msgstr "Berezko irarkailua" -#: ../src/richtext/richtextbuffer.cpp:7841 ../src/common/stockitem.cpp:152 +#: ../src/richtext/richtextbuffer.cpp:8095 ../src/common/stockitem.cpp:152 #: ../src/stc/stc_i18n.cpp:20 msgid "Delete" msgstr "Ezabatu" -#: ../src/richtext/richtexttabspage.cpp:148 +#: ../src/richtext/richtexttabspage.cpp:144 msgid "Delete A&ll" msgstr "Ezabatu &Denak" -#: ../src/richtext/richtextbuffer.cpp:10637 +#: ../src/richtext/richtextbuffer.cpp:11105 msgid "Delete Column" msgstr "Ezabatu Zutabea" -#: ../src/richtext/richtextbuffer.cpp:10587 +#: ../src/richtext/richtextbuffer.cpp:11055 msgid "Delete Row" msgstr "Ezabatu Lerroa" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 msgid "Delete Style" msgstr "Ezabatu Estiloa" -#: ../src/richtext/richtextctrl.cpp:1231 ../src/richtext/richtextctrl.cpp:1452 +#: ../src/richtext/richtextctrl.cpp:1306 ../src/richtext/richtextctrl.cpp:1544 msgid "Delete Text" msgstr "Ezabatu Idazkia" @@ -2597,12 +2664,12 @@ msgid "Delete selection" msgstr "Ezabatu hautapena" -#: ../src/richtext/richtextstyledlg.cpp:779 +#: ../src/richtext/richtextstyledlg.cpp:782 #, c-format msgid "Delete style %s?" msgstr "%s estiloa ezabatu?" -#: ../src/unix/snglinst.cpp:295 +#: ../src/unix/snglinst.cpp:301 #, c-format msgid "Deleted stale lock file '%s'." msgstr "Ezabatuta hondatutako blokeo agiria '%s'." @@ -2636,7 +2703,7 @@ "Dei eginkizunak ez daude eskuragarri hurreneko sarbide zerbitzua (RAS) ez " "dagoelako ezarrita makina honetan. Mesedez ezarri ezazu." -#: ../src/generic/tipdlg.cpp:230 +#: ../src/generic/tipdlg.cpp:225 msgid "Did you know..." msgstr "Esanahi duzu..." @@ -2649,12 +2716,12 @@ msgid "Directories" msgstr "Zuzenbideak" -#: ../src/common/filefn.cpp:1251 +#: ../src/common/filefn.cpp:1243 #, c-format msgid "Directory '%s' couldn't be created" msgstr "'%s' zuzenbidea ezin da sortu" -#: ../src/common/filefn.cpp:1271 +#: ../src/common/filefn.cpp:1263 #, c-format msgid "Directory '%s' couldn't be deleted" msgstr "%s' zuzenbidea ezin da ezabatu" @@ -2671,7 +2738,7 @@ msgid "Discard changes and reload the last saved version?" msgstr "Baztertu aldaketak eta gertatu gordetako azken bertsioa?" -#: ../src/html/helpwnd.cpp:512 +#: ../src/html/helpwnd.cpp:513 msgid "" "Display all index items that contain given substring. Search is case " "insensitive." @@ -2679,15 +2746,15 @@ "Erakutsi emandako azpikatea duten aurkibideko gai guztiak. Bilaketak hizki " "xehe-larriak bereizten ditu." -#: ../src/html/helpwnd.cpp:692 +#: ../src/html/helpwnd.cpp:693 msgid "Display options dialog" msgstr "Erakutsi aukeren elkarrizketa" -#: ../src/html/helpwnd.cpp:326 +#: ../src/html/helpwnd.cpp:327 msgid "Displays help as you browse the books on the left." msgstr "Laguntza erakusten du ezkerreko liburuetan nabigatzean." -#: ../src/msw/mimetype.cpp:732 +#: ../src/msw/mimetype.cpp:708 msgid "" "Do you want to overwrite the command used to %s files with extension \"%s" "\" ?\n" @@ -2720,11 +2787,11 @@ msgid "Documentation writers" msgstr "Agiri idazleak" -#: ../src/common/sizer.cpp:2680 +#: ../src/common/sizer.cpp:2684 msgid "Don't Save" msgstr "Ez Gorde" -#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:611 +#: ../src/msw/frame.cpp:122 ../src/html/htmlwin.cpp:624 msgid "Done" msgstr "Eginda" @@ -2732,11 +2799,11 @@ msgid "Done." msgstr "Eginda." -#: ../src/richtext/richtextborderspage.cpp:544 +#: ../src/richtext/richtextborderspage.cpp:615 msgid "Dotted" msgstr "Puntukatuta" -#: ../src/richtext/richtextborderspage.cpp:546 +#: ../src/richtext/richtextborderspage.cpp:617 msgid "Double" msgstr "Bikoitza" @@ -2753,7 +2820,7 @@ msgid "Down" msgstr "Behera" -#: ../src/richtext/richtextctrl.cpp:814 +#: ../src/richtext/richtextctrl.cpp:848 msgid "Drag" msgstr "Harrastatu" @@ -2769,7 +2836,7 @@ msgid "ENTER" msgstr "SARTU" -#: ../src/unix/fswatcher_inotify.cpp:535 +#: ../src/unix/fswatcher_inotify.cpp:548 msgid "EOF while reading from inotify descriptor" msgstr "EOF inotify azaltzailetik irakurtzean" @@ -2834,23 +2901,23 @@ msgid "Enables a background colour." msgstr "Gaitu barren margoa." -#: ../src/richtext/richtextstyledlg.cpp:931 +#: ../src/richtext/richtextstyledlg.cpp:934 msgid "Enter a box style name" msgstr "Sartu kutxa estilo izen bat" -#: ../src/richtext/richtextstyledlg.cpp:603 +#: ../src/richtext/richtextstyledlg.cpp:606 msgid "Enter a character style name" msgstr "Sartu hizki estilo izen bat" -#: ../src/richtext/richtextstyledlg.cpp:817 +#: ../src/richtext/richtextstyledlg.cpp:820 msgid "Enter a list style name" msgstr "Sartu zerrenda estilo izen bat" -#: ../src/richtext/richtextstyledlg.cpp:890 +#: ../src/richtext/richtextstyledlg.cpp:893 msgid "Enter a new style name" msgstr "Sartu estilo izen berri bat" -#: ../src/richtext/richtextstyledlg.cpp:651 +#: ../src/richtext/richtextstyledlg.cpp:654 msgid "Enter a paragraph style name" msgstr "Sartu esaldi estilo izena" @@ -2896,11 +2963,11 @@ msgid "Error creating directory" msgstr "Akatsa zuzenbidea irakurtzean" -#: ../src/common/imagbmp.cpp:1103 +#: ../src/common/imagbmp.cpp:1101 msgid "Error in reading image DIB." msgstr "Akatsa DIB irudia irakurtzean." -#: ../src/propgrid/propgrid.cpp:6563 +#: ../src/propgrid/propgrid.cpp:6550 #, c-format msgid "Error in resource: %s" msgstr "Akatsa baliabidean: %s" @@ -2929,10 +2996,6 @@ msgid "Estimated time:" msgstr "Ustezko denbora:" -#: ../src/unix/fswatcher_inotify.cpp:639 -msgid "Event queue overflowed" -msgstr "Gertaera lerroak gainezka eginda" - #: ../src/generic/dbgrptg.cpp:234 msgid "Executable files (*.exe)|*.exe|" msgstr "Agiri exekutagarriak (*.exe)|*.exe|" @@ -2941,7 +3004,7 @@ msgid "Execute" msgstr "Exekutatu" -#: ../src/msw/utilsexc.cpp:888 +#: ../src/msw/utilsexc.cpp:887 #, c-format msgid "Execution of command '%s' failed" msgstr "Hutsegitea '%s' komandoa exekutatzerakoan" @@ -2976,7 +3039,7 @@ msgid "F" msgstr "F" -#: ../src/propgrid/advprops.cpp:640 +#: ../src/propgrid/advprops.cpp:641 msgid "Face Name" msgstr "Aurpegi Izena" @@ -2998,25 +3061,25 @@ msgid "Failed to allocate colour for OpenGL" msgstr "Hutsegitea OpenGL-rako margoa esleitzerakoan" -#: ../src/unix/displayx11.cpp:288 +#: ../src/unix/displayx11.cpp:292 msgid "Failed to change video mode" msgstr "Hutsegitea bideo modua aldatzerakoan" #: ../src/common/image.cpp:3139 #, c-format msgid "Failed to check format of image file \"%s\"." -msgstr "Hutsegitea \"%s\" irudi agiriaren heuskarria egiaztatzean" +msgstr "Hutsegitea \"%s\" irudi agiriaren heuskarria egiaztatzerakoan" #: ../src/common/debugrpt.cpp:244 #, c-format msgid "Failed to clean up debug report directory \"%s\"" -msgstr "Hutsegitea \"%s\" garbiketa jakinarazpen zuzenbidea garbitzean" +msgstr "Hutsegitea \"%s\" garbiketa jakinarazpen zuzenbidea garbitzerakoan" #: ../src/common/filename.cpp:211 msgid "Failed to close file handle" msgstr "Hutsegitea agiri kudeatzailea isterakoan" -#: ../src/unix/snglinst.cpp:334 +#: ../src/unix/snglinst.cpp:340 #, c-format msgid "Failed to close lock file '%s'" msgstr "Hutsegitea '%s' blokeo agiria isterakoan" @@ -3057,7 +3120,7 @@ msgid "Failed to copy the contents of registry key '%s' to '%s'." msgstr "Hutsegitea '%s' erregistro giltzako edukiak '%s'-ra kopiatzerakoan." -#: ../src/common/filefn.cpp:1058 +#: ../src/common/filefn.cpp:1051 #, c-format msgid "Failed to copy the file '%s' to '%s'" msgstr "Hutsegitea '%s' agiria '%s'-ra kopiatzerakoan" @@ -3071,19 +3134,19 @@ msgid "Failed to create DDE string" msgstr "Hutsegitea DDE katea sortzerakoan" -#: ../src/msw/mdi.cpp:590 +#: ../src/msw/mdi.cpp:594 msgid "Failed to create MDI parent frame." msgstr "Hutsegitea MDI gaineko framea sortzerakoan." -#: ../src/common/filename.cpp:1080 +#: ../src/common/filename.cpp:1086 msgid "Failed to create a temporary file name" msgstr "Hutsegitea aldibaterako agiri izena sortzerakoan" -#: ../src/msw/utilsexc.cpp:235 +#: ../src/msw/utilsexc.cpp:234 msgid "Failed to create an anonymous pipe" msgstr "Hutsegitea izengabeko hodia sortzerakoan" -#: ../src/msw/ole/automtn.cpp:522 +#: ../src/msw/ole/automtn.cpp:525 #, c-format msgid "Failed to create an instance of \"%s\"" msgstr "Hutsegitea \"%s\" eskabidea sortzerakoan" @@ -3115,7 +3178,7 @@ msgid "Failed to create epoll descriptor" msgstr "Hutsegitea epoll azaltzailea sortzerakoan" -#: ../src/msw/mimetype.cpp:198 +#: ../src/msw/mimetype.cpp:200 #, c-format msgid "Failed to create registry entry for '%s' files." msgstr "Hutsegitea '%s' agirientzak sarrera erregistroa sortzerakoan." @@ -3132,7 +3195,7 @@ msgstr "" "Hutsegitea gertaera bigiztak erabilitako iratzarpen hodia sortzearakoan." -#: ../src/html/winpars.cpp:739 +#: ../src/html/winpars.cpp:730 #, c-format msgid "Failed to display HTML document in %s encoding" msgstr "Hutsegitea HTML agiria %s kodeaketan erakusterakoan" @@ -3141,9 +3204,9 @@ msgid "Failed to empty the clipboard." msgstr "Hutsegitea gakoa husterakoan." -#: ../src/unix/displayx11.cpp:265 +#: ../src/unix/displayx11.cpp:266 msgid "Failed to enumerate video modes" -msgstr "Hutsegita bideo moduak zenbakitzean" +msgstr "Hutsegita bideo moduak zenbakitzerakoan" #: ../src/msw/dde.cpp:727 msgid "Failed to establish an advise loop with DDE server" @@ -3157,13 +3220,13 @@ #: ../src/unix/utilsunx.cpp:617 #, c-format msgid "Failed to execute '%s'\n" -msgstr "Hutsegitea '%s' exekutatzeraoan\n" +msgstr "Hutsegitea '%s' exekutatzerakoan\n" #: ../src/common/debugrpt.cpp:725 msgid "Failed to execute curl, please install it in PATH." msgstr "Hutsegitea curl exekutatzerakoan, mesedez ezarri HELBURUAN." -#: ../src/msw/ole/automtn.cpp:505 +#: ../src/msw/ole/automtn.cpp:508 #, c-format msgid "Failed to find CLSID of \"%s\"" msgstr "Hutsegitea \"%s\"-ren CLSID bilatzerakoan." @@ -3179,7 +3242,7 @@ msgid "Failed to get ISP names: %s" msgstr "Hutsegitea ISP izenak lortzerakoan: %s" -#: ../src/msw/ole/automtn.cpp:574 +#: ../src/msw/ole/automtn.cpp:577 #, c-format msgid "Failed to get OLE automation interface for \"%s\"" msgstr "Hutsegitea \"%s\"-rentzat OLE berezgaitasun interfazea lortzerakoan" @@ -3192,7 +3255,7 @@ msgid "Failed to get the local system time" msgstr "Hutsegitea tokiko sistema ordua lortzerakoan" -#: ../src/common/filefn.cpp:1453 +#: ../src/common/filefn.cpp:1445 msgid "Failed to get the working directory" msgstr "Hutsegitea lan zuzenbidea lortzerakoan" @@ -3213,7 +3276,7 @@ msgid "Failed to initiate dialup connection: %s" msgstr "Hutsegitea urrutizkin elkarketa hasterakoan: %s" -#: ../src/gtk/textctrl.cpp:1117 +#: ../src/gtk/textctrl.cpp:1129 msgid "Failed to insert text in the control." msgstr "Hutsegitea agintean idazkia sartzerakoan." @@ -3226,7 +3289,7 @@ msgid "Failed to install signal handler" msgstr "Hutsegitea seinale kudeatzeilea ezartzerakoan" -#: ../src/unix/threadpsx.cpp:1162 +#: ../src/unix/threadpsx.cpp:1167 msgid "" "Failed to join a thread, potential memory leak detected - please restart the " "program" @@ -3298,7 +3361,7 @@ msgid "Failed to modify descriptor %d in epoll descriptor %d" msgstr "Hutsegitea %d azaltzailea %d epoll azaltzailean aldatzerakoan" -#: ../src/common/filename.cpp:2681 +#: ../src/common/filename.cpp:2687 #, c-format msgid "Failed to modify file times for '%s'" msgstr "Hutsegitea '%s'-rako agiri denborak aldatzerakoan" @@ -3322,7 +3385,7 @@ msgid "Failed to open CHM archive '%s'." msgstr "Hutsegitea '%s' CHM agiria irekitzerakoan." -#: ../src/common/utilscmn.cpp:1135 +#: ../src/common/utilscmn.cpp:1142 #, c-format msgid "Failed to open URL \"%s\" in default browser." msgstr "Hutsegitea \"%s\" URL-a berezko bilatzailean irekitzerakoan." @@ -3337,7 +3400,7 @@ msgid "Failed to open display \"%s\"." msgstr "Hutsegitea \"%s\" erakustea irekitzerakoan." -#: ../src/common/filename.cpp:1115 +#: ../src/common/filename.cpp:1121 msgid "Failed to open temporary file." msgstr "Hutsegitea aldibaterako agiria irekitzerakoan." @@ -3345,7 +3408,7 @@ msgid "Failed to open the clipboard." msgstr "Hutsegitea gakoa irekitzeakoan." -#: ../src/common/translation.cpp:1170 +#: ../src/common/translation.cpp:1171 #, c-format msgid "Failed to parse Plural-Forms: '%s'" msgstr "Hutsegitea Anitz-Erak aztertzerakoan: '%s'" @@ -3384,7 +3447,7 @@ msgid "Failed to redirect child process input/output" msgstr "Hutsegitea child garapen sarrera/irteera berbideratzean" -#: ../src/msw/utilsexc.cpp:697 +#: ../src/msw/utilsexc.cpp:696 msgid "Failed to redirect the child process IO" msgstr "Hutsegitea child garapen SI berbideratzean" @@ -3403,7 +3466,7 @@ msgid "Failed to remove debug report file \"%s\"" msgstr "Hutsegitea \"%s\" garbiketa jakinarazpen agiria kentzerakoan" -#: ../src/unix/snglinst.cpp:322 +#: ../src/unix/snglinst.cpp:328 #, c-format msgid "Failed to remove lock file '%s'" msgstr "Hutsegitea '%s' blokeo agiria kentzerakoan" @@ -3418,7 +3481,7 @@ msgid "Failed to rename registry value '%s' to '%s'." msgstr "Hutsegitea '%s' erregistro balioa '%s'-ra birrizendatzean." -#: ../src/common/filefn.cpp:1168 +#: ../src/common/filefn.cpp:1161 #, c-format msgid "" "Failed to rename the file '%s' to '%s' because the destination file already " @@ -3436,7 +3499,7 @@ msgid "Failed to retrieve data from the clipboard." msgstr "Hutsegitea gakotik datuak berreskuratzerakoan." -#: ../src/common/filename.cpp:2777 +#: ../src/common/filename.cpp:2783 #, c-format msgid "Failed to retrieve file times for '%s'" msgstr "Hutsegitea '%s'-rako agiri denborak berreskuratzerakoan" @@ -3485,21 +3548,21 @@ msgid "Failed to set temporary file permissions" msgstr "Hutsegitea aldibaterako agiri baimenak ezartzerakoan" -#: ../src/gtk/textctrl.cpp:1058 +#: ../src/gtk/textctrl.cpp:1070 msgid "Failed to set text in the text control." msgstr "Hutsegitea idazki agintean idazkia ezartzerakoan." -#: ../src/unix/threadpsx.cpp:1293 +#: ../src/unix/threadpsx.cpp:1298 #, c-format msgid "Failed to set thread concurrency level to %lu" msgstr "Hutsegitea hari lehentasuna %lu ezartzerakoan." -#: ../src/unix/threadpsx.cpp:1377 ../src/unix/threadpsx.cpp:1387 +#: ../src/unix/threadpsx.cpp:1382 ../src/unix/threadpsx.cpp:1392 #, c-format msgid "Failed to set thread priority %d." msgstr "Hutsegitea %d hari lehentasuna ezartzerakoan." -#: ../src/unix/utilsunx.cpp:791 +#: ../src/unix/utilsunx.cpp:801 msgid "Failed to set up non-blocking pipe, the program might hang." msgstr "" "Hutsegitea ez-blokeo hodia ezartzerakoan, programa blokeatu egin daiteke." @@ -3517,9 +3580,9 @@ msgid "Failed to switch wake up pipe to non-blocking mode" msgstr "Hutsegitea iratzar hodia ez-blokeatzen modura aldatzerakoan" -#: ../src/unix/threadpsx.cpp:1569 +#: ../src/unix/threadpsx.cpp:1574 msgid "Failed to terminate a thread." -msgstr "Hutsegitea hari bat amaitzean." +msgstr "Hutsegitea hari bat amaitzerakoan." #: ../src/msw/dde.cpp:746 msgid "Failed to terminate the advise loop with DDE server" @@ -3530,15 +3593,15 @@ msgid "Failed to terminate the dialup connection: %s" msgstr "Hutsegitea urrutizkin elkarketa amaitzerakoan: %s" -#: ../src/common/filename.cpp:2696 +#: ../src/common/filename.cpp:2702 #, c-format msgid "Failed to touch the file '%s'" -msgstr "Hutsegitea '%s' agiria ikutzean" +msgstr "Hutsegitea '%s' agiria ikutzerakoan" -#: ../src/unix/snglinst.cpp:328 +#: ../src/unix/snglinst.cpp:334 #, c-format msgid "Failed to unlock lock file '%s'" -msgstr "Hutsegitea '%s' blokeo agiria desblokeatzean" +msgstr "Hutsegitea '%s' blokeo agiria desblokeatzerakoan" #: ../src/msw/dde.cpp:314 #, c-format @@ -3553,7 +3616,7 @@ #: ../src/common/fileconf.cpp:1037 msgid "Failed to update user configuration file." -msgstr "Hutsegitea erabiltzaile itxurapen agiria eguneratzean." +msgstr "Hutsegitea erabiltzaile itxurapen agiria eguneratzerakoan." #: ../src/common/debugrpt.cpp:738 #, c-format @@ -3569,7 +3632,7 @@ msgid "False" msgstr "Faltsua" -#: ../src/propgrid/advprops.cpp:658 +#: ../src/propgrid/advprops.cpp:659 msgid "Family" msgstr "Sendia" @@ -3601,26 +3664,26 @@ "'%s' agiria jadanik badago.\n" "Ordeztea nahi duzu?" -#: ../src/common/filefn.cpp:1207 +#: ../src/common/filefn.cpp:1199 #, c-format msgid "File '%s' couldn't be removed" msgstr "'%s' agiria ezin da kendu" -#: ../src/common/filefn.cpp:1187 +#: ../src/common/filefn.cpp:1180 #, c-format msgid "File '%s' couldn't be renamed '%s'" msgstr "'%s' agiria ezin da berrizendatu '%s'" -#: ../src/richtext/richtextctrl.cpp:2688 ../src/common/textcmn.cpp:921 +#: ../src/richtext/richtextctrl.cpp:2810 ../src/common/textcmn.cpp:935 msgid "File couldn't be loaded." msgstr "Agiria ezin da gertatu." -#: ../src/msw/filedlg.cpp:458 +#: ../src/msw/filedlg.cpp:462 #, c-format msgid "File dialog failed with error code %0lx." msgstr "Agiri elkarrizketa hutsegitea %0lx akats kodearekin." -#: ../src/common/docview.cpp:1771 +#: ../src/common/docview.cpp:1778 msgid "File error" msgstr "Agiri akatsa" @@ -3632,7 +3695,7 @@ msgid "Files" msgstr "Agiriak" -#: ../src/common/filefn.cpp:1761 +#: ../src/common/filefn.cpp:1746 #, c-format msgid "Files (%s)" msgstr "Agiriak (%s)" @@ -3641,7 +3704,7 @@ msgid "Filter" msgstr "Iragazkia" -#: ../src/common/stockitem.cpp:158 ../src/html/helpwnd.cpp:500 +#: ../src/common/stockitem.cpp:158 ../src/html/helpwnd.cpp:501 msgid "Find" msgstr "Bilatu" @@ -3657,11 +3720,11 @@ msgid "Fixed" msgstr "Zuzenduta" -#: ../src/html/helpwnd.cpp:1219 +#: ../src/html/helpwnd.cpp:1220 msgid "Fixed font:" msgstr "Zuzendutako hizkia:" -#: ../src/html/helpwnd.cpp:1282 +#: ../src/html/helpwnd.cpp:1283 msgid "Fixed size face.
    bold italic " msgstr "Zuzendutako neurri aldea.
    lodia etzana " @@ -3677,24 +3740,24 @@ msgid "Folio, 8 1/2 x 13 in" msgstr "Folio, 8 1/2 x 13 in" -#: ../src/richtext/richtextformatdlg.cpp:324 ../src/osx/carbon/fontdlg.cpp:473 +#: ../src/richtext/richtextformatdlg.cpp:345 ../src/osx/carbon/fontdlg.cpp:457 #: ../src/common/stockitem.cpp:194 msgid "Font" msgstr "Hizkia" -#: ../src/richtext/richtextfontpage.cpp:230 +#: ../src/richtext/richtextfontpage.cpp:221 msgid "Font &weight:" msgstr "Hizki &zabalera:" -#: ../src/html/helpwnd.cpp:1220 +#: ../src/html/helpwnd.cpp:1221 msgid "Font size:" msgstr "Hizki neurria:" -#: ../src/richtext/richtextfontpage.cpp:217 +#: ../src/richtext/richtextfontpage.cpp:208 msgid "Font st&yle:" msgstr "Hizki es&tiloa:" -#: ../src/osx/carbon/fontdlg.cpp:515 +#: ../src/osx/carbon/fontdlg.cpp:499 msgid "Font:" msgstr "Hizkia:" @@ -3715,7 +3778,7 @@ msgid "Forward hrefs are not supported" msgstr "hrefs bidalketa ez dago sostengaturik" -#: ../src/html/helpwnd.cpp:888 +#: ../src/html/helpwnd.cpp:889 #, c-format msgid "Found %i matches" msgstr "Aurkituta %i bat egite" @@ -3744,7 +3807,7 @@ msgid "GIF: unknown error!!!" msgstr "GIF: akats ezezaguna!!!" -#: ../src/gtk/window.cpp:4288 +#: ../src/gtk/window.cpp:4327 msgid "" "GTK+ installed on this machine is too old to support screen compositing, " "please install GTK+ 2.12 or later." @@ -3784,15 +3847,15 @@ msgid "GetPropertyCollection called w/o valid collection getter" msgstr "GetPropertyCollection w/o baliozko bilduma lortzailea deituta" -#: ../src/html/helpwnd.cpp:673 +#: ../src/html/helpwnd.cpp:674 msgid "Go back" msgstr "Joan atzera" -#: ../src/html/helpwnd.cpp:674 +#: ../src/html/helpwnd.cpp:675 msgid "Go forward" msgstr "Joan aurrera" -#: ../src/html/helpwnd.cpp:676 +#: ../src/html/helpwnd.cpp:677 msgid "Go one level up in document hierarchy" msgstr "Joan maila bat gora agiri hierarkian" @@ -3806,13 +3869,13 @@ #: ../src/generic/aboutdlgg.cpp:76 msgid "Graphics art by " -msgstr "Grafikogilea" +msgstr "Grafiko egilea" #: ../src/common/fmapbase.cpp:154 msgid "Greek (ISO-8859-7)" msgstr "Greziera (ISO-8859-7)" -#: ../src/richtext/richtextborderspage.cpp:547 +#: ../src/richtext/richtextborderspage.cpp:618 msgid "Groove" msgstr "Groove" @@ -3828,22 +3891,22 @@ msgid "HOME" msgstr "HASIERA" -#: ../src/html/helpwnd.cpp:1552 +#: ../src/html/helpwnd.cpp:1563 msgid "HTML Help Project (*.hhp)|*.hhp|" msgstr "HTML Laguntza Egitasmoa (*.hhp)|*.hhp|" -#: ../src/html/htmlwin.cpp:659 +#: ../src/html/htmlwin.cpp:672 #, c-format msgid "HTML anchor %s does not exist." msgstr "HTML %s aingura ez dago." -#: ../src/html/helpwnd.cpp:1550 +#: ../src/html/helpwnd.cpp:1561 msgid "HTML files (*.html;*.htm)|*.html;*.htm|" msgstr "HTML agiriak (*.html;*.htm)|*.html;*.htm|" #: ../src/common/stockitem.cpp:162 msgid "Harddisk" -msgstr "Diska gogorra" +msgstr "Diska-gogorra" #: ../src/common/fmapbase.cpp:155 msgid "Hebrew (ISO-8859-8)" @@ -3855,7 +3918,7 @@ msgid "Help" msgstr "Laguntza" -#: ../src/html/helpwnd.cpp:1213 +#: ../src/html/helpwnd.cpp:1214 msgid "Help Browser Options" msgstr "Laguntza Bilatzaile Aukerak" @@ -3863,15 +3926,15 @@ msgid "Help Index" msgstr "Laguntza Aurkibidea" -#: ../src/html/helpwnd.cpp:1534 +#: ../src/html/helpwnd.cpp:1545 msgid "Help Printing" msgstr "Laguntza Irarketa" -#: ../src/html/helpwnd.cpp:814 +#: ../src/html/helpwnd.cpp:815 msgid "Help Topics" msgstr "Laguntza Gaiak" -#: ../src/html/helpwnd.cpp:1551 +#: ../src/html/helpwnd.cpp:1562 msgid "Help books (*.htb)|*.htb|Help books (*.zip)|*.zip|" msgstr "Laguntza liburuak (*.htb)|*.htb|Laguntza liburuak (*.zip)|*.zip|" @@ -3890,16 +3953,16 @@ msgid "Help: %s" msgstr "Laguntza: %s" -#: ../src/osx/menu_osx.cpp:602 ../src/osx/menu_osx.cpp:649 +#: ../src/osx/menu_osx.cpp:623 #, c-format msgid "Hide %s" msgstr "Ezkutatu %s" -#: ../src/osx/menu_osx.cpp:604 ../src/osx/menu_osx.cpp:651 +#: ../src/osx/menu_osx.cpp:625 msgid "Hide Others" msgstr "Ezkutatu Besteak" -#: ../src/generic/infobar.cpp:85 +#: ../src/generic/infobar.cpp:84 msgid "Hide this notification message." msgstr "Ezkutatu ohar mezu hau." @@ -3916,32 +3979,32 @@ msgid "How the object will float relative to the text." msgstr "Objetua idazkiarekiko nola gain ezarriko den." -#: ../src/common/imagbmp.cpp:1118 +#: ../src/common/imagbmp.cpp:1116 msgid "ICO: Error in reading mask DIB." msgstr "ICO: Akatsa DIB mozorroa irakurtzerakoan." -#: ../src/common/imagbmp.cpp:1233 ../src/common/imagbmp.cpp:1294 -#: ../src/common/imagbmp.cpp:1305 ../src/common/imagbmp.cpp:1318 -#: ../src/common/imagbmp.cpp:1363 ../src/common/imagbmp.cpp:1375 -#: ../src/common/imagbmp.cpp:1386 +#: ../src/common/imagbmp.cpp:1231 ../src/common/imagbmp.cpp:1292 +#: ../src/common/imagbmp.cpp:1303 ../src/common/imagbmp.cpp:1316 +#: ../src/common/imagbmp.cpp:1361 ../src/common/imagbmp.cpp:1373 +#: ../src/common/imagbmp.cpp:1384 msgid "ICO: Error writing the image file!" msgstr "ICO: Akatsa irudi agiria idazterakoan!" -#: ../src/common/imagbmp.cpp:1198 +#: ../src/common/imagbmp.cpp:1196 msgid "ICO: Image too tall for an icon." -msgstr "ICO: Irudi garaiegia ikono batentzat." +msgstr "ICO: Irudi garaiegia ikur batentzat." -#: ../src/common/imagbmp.cpp:1206 +#: ../src/common/imagbmp.cpp:1204 msgid "ICO: Image too wide for an icon." -msgstr "ICO: Irudi zabalegia ikono batentzat." +msgstr "ICO: Irudi zabalegia ikur batentzat." -#: ../src/common/imagbmp.cpp:1466 +#: ../src/common/imagbmp.cpp:1464 msgid "ICO: Invalid icon index." msgstr "ICO: ikono aurkibide baliogabea." #: ../src/common/imagiff.cpp:759 msgid "IFF: data stream seems to be truncated." -msgstr "IFF: datu jarioa etanda dagoela dirudi." +msgstr "IFF: datu jarioa etenda dagoela dirudi." #: ../src/common/imagiff.cpp:743 msgid "IFF: error in IFF image format." @@ -3967,7 +4030,7 @@ msgid "ISO-2022-JP" msgstr "ISO-2022-JP" -#: ../src/osx/carbon/dataview.cpp:2420 +#: ../src/osx/carbon/dataview.cpp:2418 msgid "Icon & text renderer cannot render value; value type: " msgstr "Ikono eta idazki aurkezleak ezin du balioa aurkeztu; balio mota:" @@ -4038,7 +4101,7 @@ msgid "Image is not of type %s." msgstr "Irudia ez da %s motakoa." -#: ../src/msw/textctrl.cpp:399 +#: ../src/msw/textctrl.cpp:413 msgid "" "Impossible to create a rich edit control, using simple text control instead. " "Please reinstall riched32.dll" @@ -4050,27 +4113,27 @@ msgid "Impossible to get child process input" msgstr "Ezinezkoa child garapen sarrera lortu" -#: ../src/common/filefn.cpp:1074 +#: ../src/common/filefn.cpp:1067 #, c-format msgid "Impossible to get permissions for file '%s'" msgstr "Ezinezkoa '%s' agiriarentzat baimenak lortzea" -#: ../src/common/filefn.cpp:1088 +#: ../src/common/filefn.cpp:1081 #, c-format msgid "Impossible to overwrite the file '%s'" msgstr "Ezinezkoa '%s' agiria gainidaztea" -#: ../src/common/filefn.cpp:1142 +#: ../src/common/filefn.cpp:1135 #, c-format msgid "Impossible to set permissions for the file '%s'" msgstr "Ezinezkoa '%s' agiriarentzako baimenak ezartzea" -#: ../src/common/gifdecod.cpp:818 +#: ../src/common/gifdecod.cpp:792 #, c-format msgid "Incorrect GIF frame size (%u, %d) for the frame #%u" msgstr "GIF frame neurri okerra (%u, %d) #%u framean" -#: ../src/msw/ole/automtn.cpp:624 +#: ../src/msw/ole/automtn.cpp:638 msgid "Incorrect number of arguments." msgstr "Argumentu zenbateko okerra." @@ -4078,11 +4141,11 @@ msgid "Indent" msgstr "Elkarmarratxoa" -#: ../src/richtext/richtextformatdlg.cpp:330 +#: ../src/richtext/richtextformatdlg.cpp:351 msgid "Indents && Spacing" msgstr "Elkarmarratxoak eta Tarteak" -#: ../src/common/stockitem.cpp:166 ../src/html/helpwnd.cpp:525 +#: ../src/common/stockitem.cpp:166 ../src/html/helpwnd.cpp:526 msgid "Index" msgstr "Aurkibidea" @@ -4102,23 +4165,23 @@ msgid "Insert" msgstr "Sartu" -#: ../src/richtext/richtextbuffer.cpp:7687 +#: ../src/richtext/richtextbuffer.cpp:7941 msgid "Insert Field" msgstr "Txertatu Eremua" -#: ../src/richtext/richtextbuffer.cpp:7598 -#: ../src/richtext/richtextbuffer.cpp:8551 +#: ../src/richtext/richtextbuffer.cpp:7852 +#: ../src/richtext/richtextbuffer.cpp:8805 msgid "Insert Image" msgstr "Sartu Irudia" -#: ../src/richtext/richtextbuffer.cpp:7645 +#: ../src/richtext/richtextbuffer.cpp:7899 msgid "Insert Object" msgstr "Sartu Objetua" -#: ../src/richtext/richtextctrl.cpp:1172 ../src/richtext/richtextctrl.cpp:1362 -#: ../src/richtext/richtextbuffer.cpp:7440 -#: ../src/richtext/richtextbuffer.cpp:7470 -#: ../src/richtext/richtextbuffer.cpp:7514 +#: ../src/richtext/richtextctrl.cpp:1247 ../src/richtext/richtextctrl.cpp:1454 +#: ../src/richtext/richtextbuffer.cpp:7694 +#: ../src/richtext/richtextbuffer.cpp:7724 +#: ../src/richtext/richtextbuffer.cpp:7768 msgid "Insert Text" msgstr "Sartu Idazkia" @@ -4127,7 +4190,7 @@ msgid "Inserts a page break before the paragraph." msgstr "Orrialde hauste bat txertatzen dut esaldiaren aurretik." -#: ../src/richtext/richtextborderspage.cpp:549 +#: ../src/richtext/richtextborderspage.cpp:620 msgid "Inset" msgstr "Sartu" @@ -4140,7 +4203,7 @@ msgid "Invalid TIFF image index." msgstr "TIFF irudi aurkibide baliogabea." -#: ../src/osx/carbon/dataview.cpp:1782 ../src/osx/carbon/dataview.cpp:1877 +#: ../src/osx/carbon/dataview.cpp:1780 ../src/osx/carbon/dataview.cpp:1875 msgid "Invalid data view item" msgstr "Datu ikus gai baliogabea" @@ -4154,17 +4217,17 @@ msgid "Invalid geometry specification '%s'" msgstr "Geometria zehaztapen baliogabea '%s'" -#: ../src/unix/fswatcher_inotify.cpp:298 +#: ../src/unix/fswatcher_inotify.cpp:311 #, c-format msgid "Invalid inotify event for \"%s\"" msgstr "Inotify gertaera baliogabea \"%s\"" -#: ../src/unix/snglinst.cpp:306 +#: ../src/unix/snglinst.cpp:312 #, c-format msgid "Invalid lock file '%s'." msgstr " '%s' blokeo agiri baliogabea " -#: ../src/common/translation.cpp:1111 +#: ../src/common/translation.cpp:1112 msgid "Invalid message catalog." msgstr "Mezu katalogo baliogabea." @@ -4186,8 +4249,8 @@ msgid "Invalid value %ld for a boolean key \"%s\" in config file." msgstr "Balio baliogabea %ld boolean giltzarakon \"%s\" itxurapen agirian." -#: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:333 -#: ../src/osx/carbon/fontdlg.cpp:547 ../src/common/stockitem.cpp:168 +#: ../src/generic/fontdlgg.cpp:329 ../src/richtext/richtextfontpage.cpp:349 +#: ../src/osx/carbon/fontdlg.cpp:531 ../src/common/stockitem.cpp:168 msgid "Italic" msgstr "Etzana" @@ -4312,7 +4375,7 @@ #: ../src/common/accelcmn.cpp:87 msgid "KP_ENTER" -msgstr "ZT_ENTER" +msgstr "ZT_SARTU" #: ../src/common/accelcmn.cpp:101 msgid "KP_EQUAL" @@ -4324,7 +4387,7 @@ #: ../src/common/accelcmn.cpp:99 msgid "KP_INSERT" -msgstr "ZT_SARTU" +msgstr "ZT_TXERTATU" #: ../src/common/accelcmn.cpp:89 msgid "KP_LEFT" @@ -4408,9 +4471,9 @@ #: ../src/richtext/richtextliststylepage.cpp:249 #: ../src/richtext/richtextliststylepage.cpp:252 #: ../src/richtext/richtextliststylepage.cpp:253 -#: ../src/richtext/richtextbulletspage.cpp:199 -#: ../src/richtext/richtextbulletspage.cpp:202 -#: ../src/richtext/richtextbulletspage.cpp:203 +#: ../src/richtext/richtextbulletspage.cpp:186 +#: ../src/richtext/richtextbulletspage.cpp:189 +#: ../src/richtext/richtextbulletspage.cpp:190 #: ../src/richtext/richtextsizepage.cpp:249 msgid "Left" msgstr "Ezker" @@ -4488,7 +4551,7 @@ msgid "Link contained '//', converted to absolute link." msgstr "Loturak '//' du, lotura osoan bihurtuta." -#: ../src/richtext/richtextformatdlg.cpp:349 +#: ../src/richtext/richtextformatdlg.cpp:370 msgid "List Style" msgstr "Zerrenda Estiloa" @@ -4496,22 +4559,22 @@ msgid "List styles" msgstr "Zerrenda estiloak" -#: ../src/richtext/richtextfontpage.cpp:206 -#: ../src/richtext/richtextfontpage.cpp:208 +#: ../src/richtext/richtextfontpage.cpp:197 +#: ../src/richtext/richtextfontpage.cpp:199 msgid "Lists font sizes in points." msgstr "Hizki neurriak puntutan zerrenda." -#: ../src/richtext/richtextfontpage.cpp:199 -#: ../src/richtext/richtextfontpage.cpp:201 +#: ../src/richtext/richtextfontpage.cpp:190 +#: ../src/richtext/richtextfontpage.cpp:192 msgid "Lists the available fonts." msgstr "Hizki eskuragarrien zerrenda" -#: ../src/common/fldlgcmn.cpp:325 +#: ../src/common/fldlgcmn.cpp:330 #, c-format msgid "Load %s file" msgstr "Gertatu %s agiria" -#: ../src/html/htmlwin.cpp:575 +#: ../src/html/htmlwin.cpp:588 msgid "Loading : " msgstr "Gertatzen :" @@ -4531,12 +4594,12 @@ msgstr "Oharra '%s' agirian gordeta." #: ../src/richtext/richtextliststylepage.cpp:484 -#: ../src/richtext/richtextbulletspage.cpp:289 +#: ../src/richtext/richtextbulletspage.cpp:276 msgid "Lower case letters" msgstr "Hizki xeheak" #: ../src/richtext/richtextliststylepage.cpp:486 -#: ../src/richtext/richtextbulletspage.cpp:291 +#: ../src/richtext/richtextbulletspage.cpp:278 msgid "Lower case roman numerals" msgstr "Zenbaki erromatarrak hizki xehetan" @@ -4720,12 +4783,12 @@ msgid "MacVietnamese" msgstr "MacVietnamera" -#: ../src/propgrid/advprops.cpp:2031 +#: ../src/propgrid/advprops.cpp:2012 msgid "Make a selection:" msgstr "Egin hautapen bat:" -#: ../src/richtext/richtextformatdlg.cpp:362 -#: ../src/richtext/richtextmarginspage.cpp:172 +#: ../src/richtext/richtextformatdlg.cpp:383 +#: ../src/richtext/richtextmarginspage.cpp:171 msgid "Margins" msgstr "Bazterrak" @@ -4763,7 +4826,7 @@ msgid "Metal theme" msgstr "Metal gaia" -#: ../src/msw/ole/automtn.cpp:641 +#: ../src/msw/ole/automtn.cpp:655 msgid "Method or property not found." msgstr "Metodoa edo ezaugarria ez da aurkitu." @@ -4779,7 +4842,7 @@ msgid "Min width:" msgstr "Gutx. zabalera:" -#: ../src/msw/ole/automtn.cpp:657 +#: ../src/msw/ole/automtn.cpp:671 msgid "Missing a required parameter." msgstr "Beharrezko parametroa ez dago:" @@ -4822,7 +4885,7 @@ msgid "Moves the object to the previous paragraph." msgstr "Objetuak aurreko esaldira mugitzen ditu." -#: ../src/richtext/richtextbuffer.cpp:9345 +#: ../src/richtext/richtextbuffer.cpp:9746 msgid "Multiple Cell Properties" msgstr "Gelaxka Anitz Ezaugarriak" @@ -4858,16 +4921,16 @@ msgid "New &Paragraph Style..." msgstr "Esaldi &Estilo Berria..." -#: ../src/richtext/richtextstyledlg.cpp:603 -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:651 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:817 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:890 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:931 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:606 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:654 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:820 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:893 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:934 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "New Style" msgstr "Estilo Berria" @@ -4884,11 +4947,11 @@ msgid "NewName" msgstr "Izen Berria" -#: ../src/generic/tipdlg.cpp:305 +#: ../src/generic/tipdlg.cpp:300 msgid "Next" msgstr "Hurrengoa" -#: ../src/common/prntbase.cpp:1537 ../src/html/helpwnd.cpp:678 +#: ../src/common/prntbase.cpp:1537 ../src/html/helpwnd.cpp:679 msgid "Next page" msgstr "Hurrengo orrialdea" @@ -4907,19 +4970,19 @@ msgid "No bitmap handler for type %d defined." msgstr "Ez da bitmap kudeatzailerik adierazi %d motarako." -#: ../src/osx/carbon/dataview.cpp:1784 +#: ../src/osx/carbon/dataview.cpp:1782 msgid "No column existing." msgstr "Ez dago zutaberik." -#: ../src/osx/carbon/dataview.cpp:1674 +#: ../src/osx/carbon/dataview.cpp:1672 msgid "No column for the specified column existing." msgstr "Ez dago zutaberik adierazitako zutabearentzat." -#: ../src/osx/carbon/dataview.cpp:1423 +#: ../src/osx/carbon/dataview.cpp:1421 msgid "No column for the specified column position existing." msgstr "Ez dago zutaberik adierazitako zutabe kokapenean." -#: ../src/common/utilscmn.cpp:1049 +#: ../src/common/utilscmn.cpp:1056 msgid "No default application configured for HTML files." msgstr "Ez dago berezko aplikaziorik itxuratuta HTML agirientzat." @@ -4969,17 +5032,17 @@ msgid "No image handler for type %s defined." msgstr "Ez da irudi kudeatzailerik adierazi %s motarako." -#: ../src/html/helpwnd.cpp:871 +#: ../src/html/helpwnd.cpp:872 msgid "No matching page found yet" msgstr "Ez da bat datorren orrialderik aurkitu oraindik" -#: ../src/osx/carbon/dataview.cpp:1676 ../src/osx/carbon/dataview.cpp:1786 +#: ../src/osx/carbon/dataview.cpp:1674 ../src/osx/carbon/dataview.cpp:1784 msgid "No renderer or invalid renderer type specified for custom data column." msgstr "" "Ez da aurkezlerik edo baliogabeko aurkezle mota adierazi da egile datu " "zutaberako." -#: ../src/osx/carbon/dataview.cpp:1424 +#: ../src/osx/carbon/dataview.cpp:1422 msgid "No renderer specified for column." msgstr "Ez da aurkezlerik adierazi zutaberako." @@ -5000,7 +5063,7 @@ msgid "No valid mappings found in the file \"%s\"." msgstr "Ez da baliozko mapaketarik aurkitu \"%s\" agirian." -#: ../src/richtext/richtextborderspage.cpp:542 +#: ../src/richtext/richtextborderspage.cpp:613 #: ../src/richtext/richtextsizepage.cpp:248 #: ../src/richtext/richtextsizepage.cpp:252 msgid "None" @@ -5014,15 +5077,15 @@ msgid "Normal" msgstr "Normala" -#: ../src/html/helpwnd.cpp:1276 +#: ../src/html/helpwnd.cpp:1277 msgid "Normal face
    and underlined. " msgstr "Alde arrunta
    eta azpimarratua. " -#: ../src/html/helpwnd.cpp:1218 +#: ../src/html/helpwnd.cpp:1219 msgid "Normal font:" msgstr "Hizki arrunta:" -#: ../src/propgrid/props.cpp:887 +#: ../src/propgrid/props.cpp:898 #, c-format msgid "Not %s" msgstr "Ez %s" @@ -5031,7 +5094,7 @@ msgid "Not available" msgstr "Eskuraezina" -#: ../src/richtext/richtextfontpage.cpp:340 +#: ../src/richtext/richtextfontpage.cpp:356 msgid "Not underlined" msgstr "Ez azpimarratua" @@ -5043,32 +5106,32 @@ msgid "Notice" msgstr "Albistea" -#: ../src/osx/carbon/dataview.cpp:902 +#: ../src/osx/carbon/dataview.cpp:900 msgid "Number of columns could not be determined." msgstr "Zutabe zenbatekoa ezin da zehaztu." #: ../src/richtext/richtextliststylepage.cpp:487 -#: ../src/richtext/richtextbulletspage.cpp:292 +#: ../src/richtext/richtextbulletspage.cpp:279 msgid "Numbered outline" msgstr "Zenbakituriko ingurua" #: ../include/wx/msgdlg.h:273 ../src/richtext/richtextstyledlg.cpp:297 #: ../src/common/stockitem.cpp:178 ../src/msw/msgdlg.cpp:489 -#: ../src/msw/msgdlg.cpp:799 ../src/msw/dialog.cpp:120 +#: ../src/msw/msgdlg.cpp:795 ../src/msw/dialog.cpp:120 #: ../src/gtk1/fontdlg.cpp:138 msgid "OK" msgstr "&Ongi" -#: ../src/msw/ole/automtn.cpp:681 +#: ../src/msw/ole/automtn.cpp:695 #, c-format msgid "OLE Automation error in %s: %s" msgstr "OLE Berezgaitasun akatsa %s: %s" -#: ../include/wx/richtext/richtextimagedlg.h:39 +#: ../include/wx/richtext/richtextimagedlg.h:37 msgid "Object Properties" msgstr "Objetu Ezaugarriak" -#: ../src/msw/ole/automtn.cpp:649 +#: ../src/msw/ole/automtn.cpp:663 msgid "Object implementation does not support named arguments." msgstr "Objetu inplementazioak ez du argumendu izendunik sostengatzen." @@ -5076,11 +5139,11 @@ msgid "Objects must have an id attribute" msgstr "Objetuek id ezaugarria izan behar dute" -#: ../src/common/docview.cpp:1755 ../src/common/docview.cpp:1797 +#: ../src/common/docview.cpp:1762 ../src/common/docview.cpp:1804 msgid "Open File" msgstr "Ireki Agiria" -#: ../src/html/helpwnd.cpp:684 ../src/html/helpwnd.cpp:1557 +#: ../src/html/helpwnd.cpp:685 ../src/html/helpwnd.cpp:1568 msgid "Open HTML document" msgstr "Ireki HTML agiria" @@ -5103,17 +5166,17 @@ msgid "Operation not permitted." msgstr "Eragiketa baimengabea." -#: ../src/common/cmdline.cpp:735 +#: ../src/common/cmdline.cpp:894 #, c-format msgid "Option '%s' can't be negated" msgstr "'%s' aukera ezin da ukatua izan" -#: ../src/common/cmdline.cpp:899 +#: ../src/common/cmdline.cpp:1058 #, c-format msgid "Option '%s' requires a value." msgstr "'%s' aukerak balio bat behar du." -#: ../src/common/cmdline.cpp:982 +#: ../src/common/cmdline.cpp:1141 #, c-format msgid "Option '%s': '%s' cannot be converted to a date." msgstr "'%s' aukera: '%s' ezin du bihurtu data batera." @@ -5130,16 +5193,16 @@ msgid "Out of window IDs. Recommend shutting down application." msgstr "Leiho ID-tik kanpo. Aplikazioa itzaltzea gomendatzen da." -#: ../src/richtext/richtextborderspage.cpp:400 -#: ../src/richtext/richtextborderspage.cpp:533 +#: ../src/richtext/richtextborderspage.cpp:401 +#: ../src/richtext/richtextborderspage.cpp:559 msgid "Outline" msgstr "Ingurua" -#: ../src/richtext/richtextborderspage.cpp:550 +#: ../src/richtext/richtextborderspage.cpp:621 msgid "Outset" msgstr "Hasiera" -#: ../src/msw/ole/automtn.cpp:645 +#: ../src/msw/ole/automtn.cpp:659 msgid "Overflow while coercing argument values." msgstr "Gainezkatzea argumentu balioak behartzean." @@ -5308,7 +5371,7 @@ msgid "PRINT" msgstr "IRARKITU" -#: ../src/richtext/richtextmarginspage.cpp:286 +#: ../src/richtext/richtextmarginspage.cpp:285 msgid "Padding" msgstr "Betegarria" @@ -5352,7 +5415,7 @@ msgid "Passing an unknown object to GetObject" msgstr "Objetu ezezaguna igaro da GetObjectClassInfo-ra" -#: ../src/richtext/richtextctrl.cpp:3117 ../src/common/stockitem.cpp:180 +#: ../src/richtext/richtextctrl.cpp:3242 ../src/common/stockitem.cpp:180 #: ../src/stc/stc_i18n.cpp:19 msgid "Paste" msgstr "Itsatsi" @@ -5362,7 +5425,7 @@ msgstr "Itsati hautapena" #: ../src/richtext/richtextliststylepage.cpp:222 -#: ../src/richtext/richtextbulletspage.cpp:172 +#: ../src/richtext/richtextbulletspage.cpp:159 msgid "Peri&od" msgstr "Al&dia" @@ -5370,7 +5433,7 @@ msgid "Permissions" msgstr "Baimenak" -#: ../src/richtext/richtextbuffer.cpp:11942 +#: ../src/richtext/richtextbuffer.cpp:12512 msgid "Picture Properties" msgstr "Irudiaren Ezaugarriak" @@ -5386,7 +5449,7 @@ msgid "Please choose an existing file." msgstr "Mesedez hautatu dagoen agiri bat." -#: ../src/html/helpwnd.cpp:813 +#: ../src/html/helpwnd.cpp:814 msgid "Please choose the page to display:" msgstr "Mesedez hautatu erakusteko orrialdea:" @@ -5413,24 +5476,24 @@ msgid "Please wait while printing..." msgstr "Mesedez itxaron irarkitzen den bitartean..." -#: ../src/propgrid/advprops.cpp:631 +#: ../src/propgrid/advprops.cpp:632 msgid "Point Size" msgstr "Puntu Neurria" -#: ../src/osx/carbon/dataview.cpp:1278 ../src/osx/carbon/dataview.cpp:1329 -#: ../src/osx/carbon/dataview.cpp:1420 ../src/osx/carbon/dataview.cpp:1443 -#: ../src/osx/carbon/dataview.cpp:1460 ../src/osx/carbon/dataview.cpp:1477 -#: ../src/osx/carbon/dataview.cpp:1670 ../src/osx/carbon/dataview.cpp:1779 -#: ../src/osx/carbon/dataview.cpp:1821 ../src/osx/carbon/dataview.cpp:1874 -#: ../src/osx/carbon/dataview.cpp:1997 +#: ../src/osx/carbon/dataview.cpp:1276 ../src/osx/carbon/dataview.cpp:1327 +#: ../src/osx/carbon/dataview.cpp:1418 ../src/osx/carbon/dataview.cpp:1441 +#: ../src/osx/carbon/dataview.cpp:1458 ../src/osx/carbon/dataview.cpp:1475 +#: ../src/osx/carbon/dataview.cpp:1668 ../src/osx/carbon/dataview.cpp:1777 +#: ../src/osx/carbon/dataview.cpp:1819 ../src/osx/carbon/dataview.cpp:1872 +#: ../src/osx/carbon/dataview.cpp:1995 msgid "Pointer to data view control not set correctly." msgstr "Datu ikuspen kontrolerako punta ez dago ongi ezarrita." -#: ../src/osx/carbon/dataview.cpp:1279 ../src/osx/carbon/dataview.cpp:1338 -#: ../src/osx/carbon/dataview.cpp:1421 ../src/osx/carbon/dataview.cpp:1478 -#: ../src/osx/carbon/dataview.cpp:1671 ../src/osx/carbon/dataview.cpp:1780 -#: ../src/osx/carbon/dataview.cpp:1822 ../src/osx/carbon/dataview.cpp:1875 -#: ../src/osx/carbon/dataview.cpp:1998 +#: ../src/osx/carbon/dataview.cpp:1277 ../src/osx/carbon/dataview.cpp:1336 +#: ../src/osx/carbon/dataview.cpp:1419 ../src/osx/carbon/dataview.cpp:1476 +#: ../src/osx/carbon/dataview.cpp:1669 ../src/osx/carbon/dataview.cpp:1778 +#: ../src/osx/carbon/dataview.cpp:1820 ../src/osx/carbon/dataview.cpp:1873 +#: ../src/osx/carbon/dataview.cpp:1996 msgid "Pointer to model not set correctly." msgstr "Ereduarentzako puntua ez dago ongi ezarrita." @@ -5450,7 +5513,7 @@ msgid "Preferences" msgstr "Hobespenak" -#: ../src/osx/menu_osx.cpp:643 +#: ../src/osx/menu_osx.cpp:614 msgid "Preferences..." msgstr "Hobespenak..." @@ -5458,12 +5521,12 @@ msgid "Preparing" msgstr "Gertatzen" -#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:576 -#: ../src/html/helpwnd.cpp:1235 +#: ../src/generic/fontdlgg.cpp:455 ../src/osx/carbon/fontdlg.cpp:560 +#: ../src/html/helpwnd.cpp:1236 msgid "Preview:" msgstr "Aurreikuspena:" -#: ../src/common/prntbase.cpp:1523 ../src/html/helpwnd.cpp:677 +#: ../src/common/prntbase.cpp:1523 ../src/html/helpwnd.cpp:678 msgid "Previous page" msgstr "Aurreko orrialdea" @@ -5473,7 +5536,7 @@ msgid "Print" msgstr "Irarkitu" -#: ../include/wx/prntbase.h:395 ../src/common/docview.cpp:1250 +#: ../include/wx/prntbase.h:395 ../src/common/docview.cpp:1257 msgid "Print Preview" msgstr "Irarketa Aurreikuspena" @@ -5498,7 +5561,7 @@ msgid "Print previe&w..." msgstr "Irarketa aur&reikuspena..." -#: ../src/common/docview.cpp:1244 +#: ../src/common/docview.cpp:1251 msgid "Print preview creation failed." msgstr "Irarketa aurreikuspena sortzeak huts egin du." @@ -5510,7 +5573,7 @@ msgid "Print spooling" msgstr "Irarketa lerrokapena" -#: ../src/html/helpwnd.cpp:688 +#: ../src/html/helpwnd.cpp:689 msgid "Print this page" msgstr "Irarkitu orrialde hau" @@ -5574,7 +5637,7 @@ msgstr "Irarkitzen..." #: ../include/wx/richtext/richtextprint.h:109 ../include/wx/prntbase.h:263 -#: ../src/common/docview.cpp:2124 +#: ../src/common/docview.cpp:2121 msgid "Printout" msgstr "Irarketa" @@ -5586,7 +5649,7 @@ "Garbiketa jakinarazpen prozesapenak huts egin du, agiria \"%s\" zuzenbidean " "uzten." -#: ../src/osx/carbon/dataview.cpp:2472 +#: ../src/osx/carbon/dataview.cpp:2470 msgid "Progress renderer cannot render value type; value type: " msgstr "Garapen aurkeztzaileak ezin du aurkeztu balio mota; balio mota:" @@ -5602,7 +5665,7 @@ msgid "Property" msgstr "Ezaugarria" -#: ../src/propgrid/propgrid.cpp:3144 ../src/propgrid/propgrid.cpp:3276 +#: ../src/propgrid/propgrid.cpp:3131 ../src/propgrid/propgrid.cpp:3263 msgid "Property Error" msgstr "Ezaugarri Akatsa" @@ -5618,7 +5681,7 @@ msgid "Quit" msgstr "Utzi" -#: ../src/osx/menu_osx.cpp:610 ../src/osx/menu_osx.cpp:657 +#: ../src/osx/menu_osx.cpp:631 #, c-format msgid "Quit %s" msgstr "Utzi %s" @@ -5686,8 +5749,8 @@ msgid "Registry value '%s' already exists." msgstr "'%s' erregistro balioa badago jadanik." -#: ../src/richtext/richtextfontpage.cpp:332 -#: ../src/richtext/richtextfontpage.cpp:336 +#: ../src/richtext/richtextfontpage.cpp:348 +#: ../src/richtext/richtextfontpage.cpp:352 msgid "Regular" msgstr "Arrunta" @@ -5707,13 +5770,13 @@ msgid "Remove" msgstr "Kendu" -#: ../src/richtext/richtextctrl.cpp:1430 +#: ../src/richtext/richtextctrl.cpp:1522 msgid "Remove Bullet" msgstr "Kendu Buleta" -#: ../src/html/helpwnd.cpp:440 +#: ../src/html/helpwnd.cpp:441 msgid "Remove current page from bookmarks" -msgstr "Kendu uneko orrialdea lastermarketatik" +msgstr "Kendu oraingo orrialdea lastermarketatik" #: ../src/common/rendcmn.cpp:194 #, c-format @@ -5721,11 +5784,11 @@ msgstr "" "\"%s\" aurkezlea bateraezina da %d bertsioarekin.%d ezinezkoa gertatzea." -#: ../src/osx/carbon/dataview.cpp:1430 +#: ../src/osx/carbon/dataview.cpp:1428 msgid "Rendering failed." msgstr "Aurkezpen hutsegitea." -#: ../src/richtext/richtextbuffer.cpp:4214 +#: ../src/richtext/richtextbuffer.cpp:4415 msgid "Renumber List" msgstr "Birzenbakitu Zerrenda" @@ -5733,7 +5796,7 @@ msgid "Rep&lace" msgstr "Or&deztu" -#: ../src/richtext/richtextctrl.cpp:3277 ../src/common/stockitem.cpp:188 +#: ../src/richtext/richtextctrl.cpp:3402 ../src/common/stockitem.cpp:188 msgid "Replace" msgstr "Ordeztu" @@ -5749,7 +5812,7 @@ msgid "Replace with:" msgstr "Ordeztu honekin:" -#: ../src/common/valtext.cpp:161 +#: ../src/common/valtext.cpp:163 msgid "Required information entry is empty." msgstr "Beharrezko argibide sarrera hutsik dago." @@ -5762,12 +5825,16 @@ msgid "Revert to Saved" msgstr "Itzuli Gordetakora" -#: ../src/richtext/richtextborderspage.cpp:548 +#: ../src/richtext/richtextborderspage.cpp:619 msgid "Ridge" msgstr "Haria" +#: ../src/richtext/richtextfontpage.cpp:313 +msgid "Rig&ht-to-left" +msgstr "E&skuin-ezker" + #: ../src/richtext/richtextliststylepage.cpp:251 -#: ../src/richtext/richtextbulletspage.cpp:201 +#: ../src/richtext/richtextbulletspage.cpp:188 #: ../src/richtext/richtextsizepage.cpp:250 msgid "Right" msgstr "Eskuin" @@ -5788,7 +5855,7 @@ msgstr "Erromatarra" #: ../src/richtext/richtextliststylepage.cpp:299 -#: ../src/richtext/richtextbulletspage.cpp:252 +#: ../src/richtext/richtextbulletspage.cpp:239 msgid "S&tandard bullet name:" msgstr "B&uleta izen estandarra:" @@ -5820,11 +5887,11 @@ msgid "SUBTRACT" msgstr "KENKETA" -#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2678 +#: ../src/common/stockitem.cpp:190 ../src/common/sizer.cpp:2682 msgid "Save" msgstr "Gorde" -#: ../src/common/fldlgcmn.cpp:327 +#: ../src/common/fldlgcmn.cpp:332 #, c-format msgid "Save %s file" msgstr "Gorde %s agiria" @@ -5843,11 +5910,11 @@ #: ../src/common/stockitem.cpp:267 msgid "Save current document" -msgstr "Gorde uneko agiria" +msgstr "Gorde oraingo agiria" #: ../src/common/stockitem.cpp:268 msgid "Save current document with a different filename" -msgstr "Gorde uneko agiria agirizen ezberdinarekin" +msgstr "Gorde oraingo agiria agirizen ezberdinarekin" #: ../src/generic/logg.cpp:518 msgid "Save log contents to file" @@ -5857,12 +5924,12 @@ msgid "Script" msgstr "Eskripta" -#: ../src/generic/srchctlg.cpp:67 ../src/html/helpwnd.cpp:548 -#: ../src/html/helpwnd.cpp:563 +#: ../src/generic/srchctlg.cpp:67 ../src/html/helpwnd.cpp:549 +#: ../src/html/helpwnd.cpp:564 msgid "Search" msgstr "Bilatu" -#: ../src/html/helpwnd.cpp:550 +#: ../src/html/helpwnd.cpp:551 msgid "" "Search contents of help book(s) for all occurrences of the text you typed " "above" @@ -5878,11 +5945,11 @@ msgid "Search for:" msgstr "Bilatu hau:" -#: ../src/html/helpwnd.cpp:1065 +#: ../src/html/helpwnd.cpp:1066 msgid "Search in all books" msgstr "Bilatu liburu guztietan" -#: ../src/html/helpwnd.cpp:870 +#: ../src/html/helpwnd.cpp:871 msgid "Searching..." msgstr "Bilatzen...." @@ -5901,8 +5968,8 @@ msgstr "" "Bilatu akatsak '%s' agirian (stdiok ez du agiri handiagorik sostengatzen)" -#: ../src/richtext/richtextctrl.cpp:330 ../src/osx/textctrl_osx.cpp:587 -#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2288 +#: ../src/richtext/richtextctrl.cpp:336 ../src/osx/textctrl_osx.cpp:587 +#: ../src/common/stockitem.cpp:192 ../src/msw/textctrl.cpp:2339 msgid "Select &All" msgstr "Hautatu &Denak" @@ -5910,26 +5977,26 @@ msgid "Select All" msgstr "Hautatu Denak" -#: ../src/common/docview.cpp:1877 +#: ../src/common/docview.cpp:1884 msgid "Select a document template" msgstr "Hautatu agiri eredu bat" -#: ../src/common/docview.cpp:1951 +#: ../src/common/docview.cpp:1958 msgid "Select a document view" msgstr "Hautatu agiri ikuspena" -#: ../src/richtext/richtextfontpage.cpp:235 -#: ../src/richtext/richtextfontpage.cpp:237 +#: ../src/richtext/richtextfontpage.cpp:226 +#: ../src/richtext/richtextfontpage.cpp:228 msgid "Select regular or bold." msgstr "Hautatu arrunt edo lodi." -#: ../src/richtext/richtextfontpage.cpp:222 -#: ../src/richtext/richtextfontpage.cpp:224 +#: ../src/richtext/richtextfontpage.cpp:213 +#: ../src/richtext/richtextfontpage.cpp:215 msgid "Select regular or italic style." msgstr "Hautatu arrunt edo etzan estiloa." -#: ../src/richtext/richtextfontpage.cpp:248 -#: ../src/richtext/richtextfontpage.cpp:250 +#: ../src/richtext/richtextfontpage.cpp:239 +#: ../src/richtext/richtextfontpage.cpp:241 msgid "Select underlining or no underlining." msgstr "Hautatu azpimarratuta edo ez azpimarratuta." @@ -5942,12 +6009,16 @@ msgid "Selects the list level to edit." msgstr "Editatzeko zerrenda maila hautatzen du." -#: ../src/common/cmdline.cpp:918 +#: ../src/common/cmdline.cpp:1077 #, c-format msgid "Separator expected after the option '%s'." msgstr "Banantzailea '%s' aukeraren ondoren itxaroten da." -#: ../src/richtext/richtextbuffer.cpp:10513 +#: ../src/osx/menu_osx.cpp:618 +msgid "Services" +msgstr "Zerbitzuak" + +#: ../src/richtext/richtextbuffer.cpp:10981 msgid "Set Cell Style" msgstr "Ezarri Gelaxka estiloa" @@ -5955,7 +6026,7 @@ msgid "SetProperty called w/o valid setter" msgstr "SetProperty w/o baliozko ezartzailea deituta" -#: ../src/common/filename.cpp:2632 +#: ../src/common/filename.cpp:2638 msgid "Setting directory access times is not supported under this OS version" msgstr "" "Zuzenbide sarbide denborak ezartzea ez dago sostengaturik SE bertsio honetan" @@ -5980,7 +6051,7 @@ msgid "Show &hidden files" msgstr "Erakutsi &ezkutuko agiriak" -#: ../src/osx/menu_osx.cpp:605 ../src/osx/menu_osx.cpp:652 +#: ../src/osx/menu_osx.cpp:626 msgid "Show All" msgstr "Erakutsi Denak" @@ -5988,11 +6059,11 @@ msgid "Show about dialog" msgstr "Erakutsi elkarrizketari buruz" -#: ../src/html/helpwnd.cpp:502 +#: ../src/html/helpwnd.cpp:503 msgid "Show all" msgstr "Erakutsi denak" -#: ../src/html/helpwnd.cpp:513 +#: ../src/html/helpwnd.cpp:514 msgid "Show all items in index" msgstr "Erakutsi gai guzitak aurkibidean" @@ -6000,7 +6071,7 @@ msgid "Show hidden directories" msgstr "Erakutsi eztutuko zuzenbideak" -#: ../src/html/helpwnd.cpp:671 +#: ../src/html/helpwnd.cpp:672 msgid "Show/hide navigation panel" msgstr "Erakusi/ezkutatu nabigazio panela" @@ -6011,17 +6082,17 @@ #: ../src/richtext/richtextliststylepage.cpp:472 #: ../src/richtext/richtextliststylepage.cpp:474 -#: ../src/richtext/richtextbulletspage.cpp:276 -#: ../src/richtext/richtextbulletspage.cpp:278 +#: ../src/richtext/richtextbulletspage.cpp:263 +#: ../src/richtext/richtextbulletspage.cpp:265 msgid "Shows a preview of the bullet settings." msgstr "Buleta ezarpenen aurreikuspen bat erakusten du." -#: ../src/richtext/richtextfontpage.cpp:322 -#: ../src/richtext/richtextfontpage.cpp:324 +#: ../src/richtext/richtextfontpage.cpp:330 +#: ../src/richtext/richtextfontpage.cpp:332 msgid "Shows a preview of the font settings." msgstr "Hizki ezarpenen aurreikuspen bat erakusten du." -#: ../src/osx/carbon/fontdlg.cpp:580 ../src/osx/carbon/fontdlg.cpp:582 +#: ../src/osx/carbon/fontdlg.cpp:564 ../src/osx/carbon/fontdlg.cpp:566 msgid "Shows a preview of the font." msgstr "Hizkiaren aurreikuspen bat erakusten du." @@ -6043,12 +6114,12 @@ msgid "Single" msgstr "Bakarra" -#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:356 +#: ../src/generic/filectrlg.cpp:460 ../src/richtext/richtextformatdlg.cpp:377 #: ../src/richtext/richtextsizepage.cpp:299 msgid "Size" msgstr "Neurria" -#: ../src/osx/carbon/fontdlg.cpp:525 +#: ../src/osx/carbon/fontdlg.cpp:509 msgid "Size:" msgstr "Neurria:" @@ -6061,15 +6132,15 @@ msgid "Slant" msgstr "Oker" -#: ../src/richtext/richtextfontpage.cpp:298 +#: ../src/richtext/richtextfontpage.cpp:289 msgid "Small C&apitals" msgstr "&Larri Txikiak" -#: ../src/richtext/richtextborderspage.cpp:543 +#: ../src/richtext/richtextborderspage.cpp:614 msgid "Solid" msgstr "Solidoa" -#: ../src/common/docview.cpp:1773 +#: ../src/common/docview.cpp:1780 msgid "Sorry, could not open this file." msgstr "Barkatu, ezin da agiria hau ireki." @@ -6077,15 +6148,15 @@ msgid "Sorry, not enough memory to create a preview." msgstr "Barkatu, ez dago nahikoa oroimenik aurreikuspen bat sortzeko." -#: ../src/richtext/richtextstyledlg.cpp:608 -#: ../src/richtext/richtextstyledlg.cpp:656 -#: ../src/richtext/richtextstyledlg.cpp:822 -#: ../src/richtext/richtextstyledlg.cpp:898 -#: ../src/richtext/richtextstyledlg.cpp:936 +#: ../src/richtext/richtextstyledlg.cpp:611 +#: ../src/richtext/richtextstyledlg.cpp:659 +#: ../src/richtext/richtextstyledlg.cpp:825 +#: ../src/richtext/richtextstyledlg.cpp:901 +#: ../src/richtext/richtextstyledlg.cpp:939 msgid "Sorry, that name is taken. Please choose another." msgstr "Barkatu, izena hartuta dago. Mesedez hautatu beste bat." -#: ../src/common/docview.cpp:1796 +#: ../src/common/docview.cpp:1803 msgid "Sorry, the format for this file is unknown." msgstr "Barkatu, agiri honentzako heuskarria ezezaguna da." @@ -6107,7 +6178,7 @@ msgstr "Idaz Egiaztapena" #: ../src/richtext/richtextliststylepage.cpp:490 -#: ../src/richtext/richtextbulletspage.cpp:295 +#: ../src/richtext/richtextbulletspage.cpp:282 msgid "Standard" msgstr "Estandarra" @@ -6137,23 +6208,23 @@ msgid "String To Colour : Incorrect colour specification : %s" msgstr "Margoarentzako Katea : margo zehaztapen okerra : %s" -#: ../src/richtext/richtextformatdlg.cpp:318 ../src/propgrid/advprops.cpp:647 +#: ../src/richtext/richtextformatdlg.cpp:339 ../src/propgrid/advprops.cpp:648 msgid "Style" msgstr "Estiloa" -#: ../include/wx/richtext/richtextstyledlg.h:47 +#: ../include/wx/richtext/richtextstyledlg.h:46 msgid "Style Organiser" msgstr "Estilo Antolatzailea" -#: ../src/osx/carbon/fontdlg.cpp:534 +#: ../src/osx/carbon/fontdlg.cpp:518 msgid "Style:" msgstr "Estiloa:" -#: ../src/richtext/richtextfontpage.cpp:312 +#: ../src/richtext/richtextfontpage.cpp:303 msgid "Subscrip&t" msgstr "Azpieskrip&ta" -#: ../src/richtext/richtextfontpage.cpp:305 +#: ../src/richtext/richtextfontpage.cpp:296 msgid "Supe&rscript" msgstr "Gaine&skripta" @@ -6165,17 +6236,21 @@ msgid "SuperB/SuperB/A3 305 x 487 mm" msgstr "SuperB/SuperB/A3 305 x 487 mm" +#: ../src/richtext/richtextfontpage.cpp:320 +msgid "Suppress hyphe&nation" +msgstr "Kendu elkar&marratzea" + #: ../src/generic/fontdlgg.cpp:326 msgid "Swiss" msgstr "Suitzarra" #: ../src/richtext/richtextliststylepage.cpp:488 -#: ../src/richtext/richtextbulletspage.cpp:293 +#: ../src/richtext/richtextbulletspage.cpp:280 msgid "Symbol" msgstr "Ikurra" #: ../src/richtext/richtextliststylepage.cpp:288 -#: ../src/richtext/richtextbulletspage.cpp:240 +#: ../src/richtext/richtextbulletspage.cpp:227 msgid "Symbol &font:" msgstr "Ikur &hizkia:" @@ -6212,7 +6287,7 @@ msgid "TIFF: Image size is abnormally big." msgstr "TIFF: Irudi neurria handiegia da." -#: ../src/richtext/richtextbuffer.cpp:10794 +#: ../src/richtext/richtextbuffer.cpp:11262 msgid "Table Properties" msgstr "Taula Ezaugarriak" @@ -6224,19 +6299,19 @@ msgid "Tabloid, 11 x 17 in" msgstr "Tabloidea, 11 x 17 in" -#: ../src/richtext/richtextformatdlg.cpp:336 +#: ../src/richtext/richtextformatdlg.cpp:357 msgid "Tabs" -msgstr "Fitxak" +msgstr "Hegatsak" #: ../src/generic/fontdlgg.cpp:327 msgid "Teletype" msgstr "Teletipoa" -#: ../src/common/docview.cpp:1878 +#: ../src/common/docview.cpp:1885 msgid "Templates" msgstr "Ereduak" -#: ../src/osx/carbon/dataview.cpp:2373 +#: ../src/osx/carbon/dataview.cpp:2371 msgid "Text renderer cannot render value; value type: " msgstr "Idazki aurkezleak ezin du balioa aurkeztu; balio mota:" @@ -6254,8 +6329,8 @@ #: ../src/richtext/richtextliststylepage.cpp:215 #: ../src/richtext/richtextliststylepage.cpp:217 -#: ../src/richtext/richtextbulletspage.cpp:164 -#: ../src/richtext/richtextbulletspage.cpp:166 +#: ../src/richtext/richtextbulletspage.cpp:151 +#: ../src/richtext/richtextbulletspage.cpp:153 msgid "The available bullet styles." msgstr "Bulet estilo eskuragarriak." @@ -6269,13 +6344,32 @@ msgid "The background colour." msgstr "Barren margoa." -#: ../src/richtext/richtextmarginspage.cpp:268 -#: ../src/richtext/richtextmarginspage.cpp:270 +#: ../src/richtext/richtextborderspage.cpp:269 +#: ../src/richtext/richtextborderspage.cpp:271 +#: ../src/richtext/richtextborderspage.cpp:303 +#: ../src/richtext/richtextborderspage.cpp:305 +#: ../src/richtext/richtextborderspage.cpp:337 +#: ../src/richtext/richtextborderspage.cpp:339 +#: ../src/richtext/richtextborderspage.cpp:371 +#: ../src/richtext/richtextborderspage.cpp:373 +#: ../src/richtext/richtextborderspage.cpp:438 +#: ../src/richtext/richtextborderspage.cpp:440 +#: ../src/richtext/richtextborderspage.cpp:472 +#: ../src/richtext/richtextborderspage.cpp:474 +#: ../src/richtext/richtextborderspage.cpp:506 +#: ../src/richtext/richtextborderspage.cpp:508 +#: ../src/richtext/richtextborderspage.cpp:540 +#: ../src/richtext/richtextborderspage.cpp:542 +msgid "The border line style." +msgstr "Hertzeko lerroaren estiloa." + +#: ../src/richtext/richtextmarginspage.cpp:267 +#: ../src/richtext/richtextmarginspage.cpp:269 msgid "The bottom margin size." msgstr "Behe bazter neurria." -#: ../src/richtext/richtextmarginspage.cpp:382 -#: ../src/richtext/richtextmarginspage.cpp:384 +#: ../src/richtext/richtextmarginspage.cpp:381 +#: ../src/richtext/richtextmarginspage.cpp:383 msgid "The bottom padding size." msgstr "Beheko betegarri neurria." @@ -6290,10 +6384,10 @@ #: ../src/richtext/richtextliststylepage.cpp:256 #: ../src/richtext/richtextliststylepage.cpp:275 #: ../src/richtext/richtextliststylepage.cpp:277 -#: ../src/richtext/richtextbulletspage.cpp:204 -#: ../src/richtext/richtextbulletspage.cpp:206 -#: ../src/richtext/richtextbulletspage.cpp:227 -#: ../src/richtext/richtextbulletspage.cpp:229 +#: ../src/richtext/richtextbulletspage.cpp:191 +#: ../src/richtext/richtextbulletspage.cpp:193 +#: ../src/richtext/richtextbulletspage.cpp:214 +#: ../src/richtext/richtextbulletspage.cpp:216 msgid "The bullet character." msgstr "Buleta ikurra." @@ -6313,13 +6407,13 @@ "beste hizkikode bat ordezteko edo hautatu\n" "[Ezeztatu] ezin bada ordeztu" -#: ../src/msw/ole/dataobj.cpp:367 +#: ../src/msw/ole/dataobj.cpp:394 #, c-format msgid "The clipboard format '%d' doesn't exist." msgstr "'%d' gako heuskarria ez dago." -#: ../src/richtext/richtextstylepage.cpp:128 #: ../src/richtext/richtextstylepage.cpp:130 +#: ../src/richtext/richtextstylepage.cpp:132 msgid "The default style for the next paragraph." msgstr "Berezko estiloa hurrengo esaldirako." @@ -6345,7 +6439,7 @@ "\n" "Horrela ere irarkitzea nahi duzu?" -#: ../src/common/docview.cpp:1184 +#: ../src/common/docview.cpp:1191 #, c-format msgid "" "The file '%s' doesn't exist and couldn't be opened.\n" @@ -6383,12 +6477,12 @@ msgid "The font point size." msgstr "Hizkiaren puntu neurria." -#: ../src/osx/carbon/fontdlg.cpp:529 ../src/osx/carbon/fontdlg.cpp:531 +#: ../src/osx/carbon/fontdlg.cpp:513 ../src/osx/carbon/fontdlg.cpp:515 msgid "The font size in points." msgstr "Hizki neurria puntutan." -#: ../src/richtext/richtextfontpage.cpp:190 -#: ../src/richtext/richtextfontpage.cpp:192 +#: ../src/richtext/richtextfontpage.cpp:181 +#: ../src/richtext/richtextfontpage.cpp:183 msgid "The font size units, points or pixels." msgstr "Hizki neurri batasuna, puntutak edo pixelak." @@ -6400,7 +6494,7 @@ msgid "The font weight." msgstr "Hizkiaren zabalera." -#: ../src/common/docview.cpp:1465 +#: ../src/common/docview.cpp:1472 #, c-format msgid "The format of file '%s' couldn't be determined." msgstr "'%s' agiriaren heuskarria ezin da zehaztu." @@ -6412,13 +6506,13 @@ msgid "The left indent." msgstr "Ezker elkarmarratxoa." -#: ../src/richtext/richtextmarginspage.cpp:195 -#: ../src/richtext/richtextmarginspage.cpp:197 +#: ../src/richtext/richtextmarginspage.cpp:194 +#: ../src/richtext/richtextmarginspage.cpp:196 msgid "The left margin size." msgstr "Ezker bazter neurria." -#: ../src/richtext/richtextmarginspage.cpp:309 -#: ../src/richtext/richtextmarginspage.cpp:311 +#: ../src/richtext/richtextmarginspage.cpp:308 +#: ../src/richtext/richtextmarginspage.cpp:310 msgid "The left padding size." msgstr "Ezkerreko betegarri neurria." @@ -6436,12 +6530,12 @@ msgid "The line spacing." msgstr "Lerro tartea." -#: ../src/richtext/richtextbulletspage.cpp:268 -#: ../src/richtext/richtextbulletspage.cpp:270 +#: ../src/richtext/richtextbulletspage.cpp:255 +#: ../src/richtext/richtextbulletspage.cpp:257 msgid "The list item number." msgstr "Zerrendaren gai zenbatekoa." -#: ../src/msw/ole/automtn.cpp:653 +#: ../src/msw/ole/automtn.cpp:667 msgid "The locale ID is unknown." msgstr "Tokiko ID-a ezezaguna da." @@ -6510,7 +6604,7 @@ "argibide pribatuak baditu,\n" "mesedez ez hautatu itzazu eta jakinarazpenetik kenduko dira.\n" -#: ../src/common/cmdline.cpp:1083 +#: ../src/common/cmdline.cpp:1248 #, c-format msgid "The required parameter '%s' was not specified." msgstr "'%s' beharrezko parametroa ez da adierazi." @@ -6522,13 +6616,13 @@ msgid "The right indent." msgstr "Eskuin elkarmarratxoa." -#: ../src/richtext/richtextmarginspage.cpp:220 -#: ../src/richtext/richtextmarginspage.cpp:222 +#: ../src/richtext/richtextmarginspage.cpp:219 +#: ../src/richtext/richtextmarginspage.cpp:221 msgid "The right margin size." msgstr "Eskuin bazter neurria." -#: ../src/richtext/richtextmarginspage.cpp:334 -#: ../src/richtext/richtextmarginspage.cpp:336 +#: ../src/richtext/richtextmarginspage.cpp:333 +#: ../src/richtext/richtextmarginspage.cpp:335 msgid "The right padding size." msgstr "Eskuineko betegarri neurria." @@ -6552,13 +6646,13 @@ msgid "The spacing before the paragraph." msgstr "Tartea esaldiaren aurretik." -#: ../src/richtext/richtextstylepage.cpp:108 #: ../src/richtext/richtextstylepage.cpp:110 +#: ../src/richtext/richtextstylepage.cpp:112 msgid "The style name." msgstr "Estilo izena." -#: ../src/richtext/richtextstylepage.cpp:118 #: ../src/richtext/richtextstylepage.cpp:120 +#: ../src/richtext/richtextstylepage.cpp:122 msgid "The style on which this style is based." msgstr "Estilo hau ohinarrituta dagoen estiloa." @@ -6567,30 +6661,30 @@ msgid "The style preview." msgstr "Estiloaren aurreikuspena." -#: ../src/msw/ole/automtn.cpp:669 +#: ../src/msw/ole/automtn.cpp:683 msgid "The system cannot find the file specified." msgstr "Sistemak ezin du adierazitako agiria aurkitu." -#: ../src/richtext/richtexttabspage.cpp:118 -#: ../src/richtext/richtexttabspage.cpp:120 +#: ../src/richtext/richtexttabspage.cpp:114 +#: ../src/richtext/richtexttabspage.cpp:116 msgid "The tab position." msgstr "Hegats kokapena." -#: ../src/richtext/richtexttabspage.cpp:124 +#: ../src/richtext/richtexttabspage.cpp:120 msgid "The tab positions." msgstr "Hegats kokapenak." -#: ../src/richtext/richtextctrl.cpp:2705 +#: ../src/richtext/richtextctrl.cpp:2827 msgid "The text couldn't be saved." msgstr "Idazkia ezin da gorde." -#: ../src/richtext/richtextmarginspage.cpp:243 -#: ../src/richtext/richtextmarginspage.cpp:245 +#: ../src/richtext/richtextmarginspage.cpp:242 +#: ../src/richtext/richtextmarginspage.cpp:244 msgid "The top margin size." msgstr "Goi bazter neurria." -#: ../src/richtext/richtextmarginspage.cpp:357 -#: ../src/richtext/richtextmarginspage.cpp:359 +#: ../src/richtext/richtextmarginspage.cpp:356 +#: ../src/richtext/richtextmarginspage.cpp:358 msgid "The top padding size." msgstr "Goiko betegarri neurria." @@ -6601,11 +6695,16 @@ msgid "The top position." msgstr "Goiko kokapena." -#: ../src/common/cmdline.cpp:1061 +#: ../src/common/cmdline.cpp:1226 #, c-format msgid "The value for the option '%s' must be specified." msgstr "'%s' aukerarentzako balioa adierazi behar da." +#: ../src/richtext/richtextborderspage.cpp:588 +#: ../src/richtext/richtextborderspage.cpp:590 +msgid "The value of the corner radius." +msgstr "Bazterreko erradioaren balioa." + #: ../src/msw/dialup.cpp:452 #, c-format msgid "" @@ -6619,7 +6718,7 @@ msgid "The wxGtkPrinterDC cannot be used." msgstr "wxGtkPrinterDC ezin da erabili." -#: ../src/osx/carbon/dataview.cpp:1340 +#: ../src/osx/carbon/dataview.cpp:1338 msgid "There is no column or renderer for the specified column index." msgstr "" "Ez dago zutaberik edo aurkezlerik adierazitako zutabe aurkibidearentzat." @@ -6648,7 +6747,7 @@ msgid "This platform does not support background transparency." msgstr "Plataforma honek ez dut barren gardentasuna sostengatzen." -#: ../src/gtk/window.cpp:4317 +#: ../src/gtk/window.cpp:4356 msgid "" "This program was compiled with a too old version of GTK+, please rebuild " "with GTK+ 2.12 or newer." @@ -6664,7 +6763,7 @@ "Sistemak ez ditu datu aginteak sostengatzen, mesedez eguneratu zure comctl32." "dll bertsioa " -#: ../src/msw/thread.cpp:1300 +#: ../src/msw/thread.cpp:1295 msgid "" "Thread module initialization failed: cannot store value in thread local " "storage" @@ -6672,11 +6771,11 @@ "Hari modulo abiarazpen hutsegitea: ezinezkoa biltegiratzea balioa hariaren " "tokiko biltegian " -#: ../src/unix/threadpsx.cpp:1758 +#: ../src/unix/threadpsx.cpp:1763 msgid "Thread module initialization failed: failed to create thread key" msgstr "Hari modulo abiarazpen hutsegitea: hutsegitea hari giltza sortzerakoan" -#: ../src/msw/thread.cpp:1288 +#: ../src/msw/thread.cpp:1283 msgid "" "Thread module initialization failed: impossible to allocate index in thread " "local storage" @@ -6684,17 +6783,17 @@ "Hari modulo abiarazpen hutsegitea: ezinezkoa aurkibidea esleitzea hariaren " "tokiko biltegian" -#: ../src/unix/threadpsx.cpp:1038 +#: ../src/unix/threadpsx.cpp:1043 msgid "Thread priority setting is ignored." msgstr "Hari lehentasun ezarpena ezikusia da." #: ../src/msw/mdi.cpp:172 msgid "Tile &Horizontally" -msgstr "Eradonki &Etzana" +msgstr "Teila &Etzana" #: ../src/msw/mdi.cpp:173 msgid "Tile &Vertically" -msgstr "Eradonki &Zutia" +msgstr "Teila &Zutia" #: ../src/common/ftp.cpp:202 msgid "Timeout while waiting for FTP server to connect, try passive mode." @@ -6704,9 +6803,9 @@ #: ../src/os2/timer.cpp:99 msgid "Timer creation failed." -msgstr "Denboragaiu sortze hutsegitea." +msgstr "Denboragailu sortze hutsegitea." -#: ../src/generic/tipdlg.cpp:220 +#: ../src/generic/tipdlg.cpp:215 msgid "Tip of the Day" msgstr "Eguneko Gomendioa" @@ -6718,11 +6817,11 @@ msgid "To:" msgstr "Hona:" -#: ../src/osx/carbon/dataview.cpp:2451 +#: ../src/osx/carbon/dataview.cpp:2449 msgid "Toggle renderer cannot render value; value type: " msgstr "Aldatutako aurkezleak ezin du balioa aurkeztu; balio mota:" -#: ../src/richtext/richtextbuffer.cpp:7983 +#: ../src/richtext/richtextbuffer.cpp:8237 msgid "Too many EndStyle calls!" msgstr "EndStyle dei gehiegi!" @@ -6764,17 +6863,17 @@ msgid "Type" msgstr "Idatzi" -#: ../src/richtext/richtextfontpage.cpp:160 -#: ../src/richtext/richtextfontpage.cpp:162 +#: ../src/richtext/richtextfontpage.cpp:151 +#: ../src/richtext/richtextfontpage.cpp:153 msgid "Type a font name." msgstr "Idatzi hizki izen bat." -#: ../src/richtext/richtextfontpage.cpp:175 -#: ../src/richtext/richtextfontpage.cpp:177 +#: ../src/richtext/richtextfontpage.cpp:166 +#: ../src/richtext/richtextfontpage.cpp:168 msgid "Type a size in points." msgstr "Idatzi neurri bat puntutan." -#: ../src/msw/ole/automtn.cpp:665 +#: ../src/msw/ole/automtn.cpp:679 #, c-format msgid "Type mismatch in argument %u." msgstr "Idaz bat ez etortzea %u argumentoan." @@ -6835,7 +6934,7 @@ msgid "Unable to close the handle for '%s'" msgstr "Ezinezkoa '%s'-rako kudeaketa istea" -#: ../include/wx/msw/private/fswatcher.h:240 +#: ../include/wx/msw/private/fswatcher.h:245 msgid "Unable to create I/O completion port" msgstr "Ezinezkoa Sar/Irt osaketa ataka sortzea" @@ -6851,7 +6950,7 @@ msgid "Unable to create kqueue instance" msgstr "Ezinezkoa kqueue eskabidea sortzea" -#: ../include/wx/msw/private/fswatcher.h:229 +#: ../include/wx/msw/private/fswatcher.h:234 msgid "Unable to dequeue completion packet" msgstr "Ezinezkoa osaketa paketea deslerrotzea" @@ -6859,7 +6958,7 @@ msgid "Unable to get events from kqueue" msgstr "Ezinezkoa kqueue-tik gertaera lortzea" -#: ../src/osx/carbon/dataview.cpp:1903 +#: ../src/osx/carbon/dataview.cpp:1901 msgid "Unable to handle native drag&drop data" msgstr "Ezinezkoa jatorrizko arrastatu-eta-askatu datua kudeatzea" @@ -6876,7 +6975,7 @@ msgid "Unable to open path '%s'" msgstr "Ezinezkoa '%s' helburua irekitzea" -#: ../src/html/htmlwin.cpp:561 +#: ../src/html/htmlwin.cpp:574 #, c-format msgid "Unable to open requested HTML document: %s" msgstr "Ezinezkoa eskaturiko HTML agira irekitzea: %s" @@ -6885,11 +6984,11 @@ msgid "Unable to play sound asynchronously." msgstr "Ezinezkoa soinua ezaldiberean irakurtzea." -#: ../include/wx/msw/private/fswatcher.h:207 +#: ../include/wx/msw/private/fswatcher.h:212 msgid "Unable to post completion status" msgstr "Ezinezkoa osaketa egoera aurkeztea" -#: ../src/unix/fswatcher_inotify.cpp:530 +#: ../src/unix/fswatcher_inotify.cpp:543 msgid "Unable to read from inotify descriptor" msgstr "Ezinezkoa inotify azaltzailetik irakurtzea" @@ -6916,10 +7015,10 @@ #: ../src/common/stockitem.cpp:202 msgid "Underline" -msgstr "Azpimarratuta" +msgstr "Azpimarratua" -#: ../src/richtext/richtextfontpage.cpp:341 ../src/osx/carbon/fontdlg.cpp:556 -#: ../src/propgrid/advprops.cpp:655 +#: ../src/richtext/richtextfontpage.cpp:357 ../src/osx/carbon/fontdlg.cpp:540 +#: ../src/propgrid/advprops.cpp:656 msgid "Underlined" msgstr "Azpimarratuta" @@ -6931,17 +7030,17 @@ msgid "Undo last action" msgstr "Desegin azken ekintza" -#: ../src/common/cmdline.cpp:864 +#: ../src/common/cmdline.cpp:1023 #, c-format msgid "Unexpected characters following option '%s'." msgstr "Ustekabeko hizkiak '%s' aukeraren ondoren." -#: ../src/unix/fswatcher_inotify.cpp:261 +#: ../src/unix/fswatcher_inotify.cpp:262 #, c-format msgid "Unexpected event for \"%s\": no matching watch descriptor." msgstr "Ustekabeko gertaera \"%s\": ez dator bat behaketa azaltzailea." -#: ../src/common/cmdline.cpp:1024 +#: ../src/common/cmdline.cpp:1189 #, c-format msgid "Unexpected parameter '%s'" msgstr "Ustekabeko parametroa '%s'" @@ -6996,55 +7095,60 @@ msgid "Unindent" msgstr "Hertzgabe" -#: ../src/richtext/richtextborderspage.cpp:373 -#: ../src/richtext/richtextborderspage.cpp:375 +#: ../src/richtext/richtextborderspage.cpp:362 +#: ../src/richtext/richtextborderspage.cpp:364 msgid "Units for the bottom border width." msgstr "Beheko hertz zabalera unitateak." -#: ../src/richtext/richtextmarginspage.cpp:278 -#: ../src/richtext/richtextmarginspage.cpp:280 +#: ../src/richtext/richtextmarginspage.cpp:277 +#: ../src/richtext/richtextmarginspage.cpp:279 msgid "Units for the bottom margin." msgstr "Beheko bazter unitateak." -#: ../src/richtext/richtextborderspage.cpp:517 -#: ../src/richtext/richtextborderspage.cpp:519 +#: ../src/richtext/richtextborderspage.cpp:531 +#: ../src/richtext/richtextborderspage.cpp:533 msgid "Units for the bottom outline width." msgstr "Beheko inguru zabalera unitateak." -#: ../src/richtext/richtextmarginspage.cpp:392 -#: ../src/richtext/richtextmarginspage.cpp:394 +#: ../src/richtext/richtextmarginspage.cpp:391 +#: ../src/richtext/richtextmarginspage.cpp:393 msgid "Units for the bottom padding." msgstr "Beheko betegarriarentzako unitateak." #: ../src/richtext/richtextsizepage.cpp:664 #: ../src/richtext/richtextsizepage.cpp:666 msgid "Units for the bottom position." -msgstr "Beheko kokapenerako batasunak." +msgstr "Beheko kokapenerako unitateak." -#: ../src/richtext/richtextborderspage.cpp:283 -#: ../src/richtext/richtextborderspage.cpp:285 +#: ../src/richtext/richtextborderspage.cpp:599 +#: ../src/richtext/richtextborderspage.cpp:601 +msgid "Units for the corner radius." +msgstr "Bazterreko erradiorako unitateak." + +#: ../src/richtext/richtextborderspage.cpp:260 +#: ../src/richtext/richtextborderspage.cpp:262 msgid "Units for the left border width." msgstr "Ezker hertz zabalera unitateak." -#: ../src/richtext/richtextmarginspage.cpp:205 -#: ../src/richtext/richtextmarginspage.cpp:207 +#: ../src/richtext/richtextmarginspage.cpp:204 +#: ../src/richtext/richtextmarginspage.cpp:206 msgid "Units for the left margin." msgstr "Ezker bazter unitateak." -#: ../src/richtext/richtextborderspage.cpp:427 #: ../src/richtext/richtextborderspage.cpp:429 +#: ../src/richtext/richtextborderspage.cpp:431 msgid "Units for the left outline width." msgstr "Ezkerreko inguru zabalera unitateak." -#: ../src/richtext/richtextmarginspage.cpp:319 -#: ../src/richtext/richtextmarginspage.cpp:321 +#: ../src/richtext/richtextmarginspage.cpp:318 +#: ../src/richtext/richtextmarginspage.cpp:320 msgid "Units for the left padding." msgstr "Ezkerreko betegarriarentzako unitateak." #: ../src/richtext/richtextsizepage.cpp:559 #: ../src/richtext/richtextsizepage.cpp:561 msgid "Units for the left position." -msgstr "Ezker kokapenerako batasunak." +msgstr "Ezker kokapenerako unitateak." #: ../src/richtext/richtextsizepage.cpp:485 #: ../src/richtext/richtextsizepage.cpp:487 @@ -7076,55 +7180,55 @@ msgid "Units for the object width." msgstr "Objetu zabalera unitateak." -#: ../src/richtext/richtextborderspage.cpp:313 -#: ../src/richtext/richtextborderspage.cpp:315 +#: ../src/richtext/richtextborderspage.cpp:294 +#: ../src/richtext/richtextborderspage.cpp:296 msgid "Units for the right border width." msgstr "Eskuin hertz zabalera unitateak." -#: ../src/richtext/richtextmarginspage.cpp:230 -#: ../src/richtext/richtextmarginspage.cpp:232 +#: ../src/richtext/richtextmarginspage.cpp:229 +#: ../src/richtext/richtextmarginspage.cpp:231 msgid "Units for the right margin." msgstr "Eskuin bazter unitateak." -#: ../src/richtext/richtextborderspage.cpp:457 -#: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:463 +#: ../src/richtext/richtextborderspage.cpp:465 msgid "Units for the right outline width." msgstr "Eskuin inguru zabalera unitateak." -#: ../src/richtext/richtextmarginspage.cpp:344 -#: ../src/richtext/richtextmarginspage.cpp:346 +#: ../src/richtext/richtextmarginspage.cpp:343 +#: ../src/richtext/richtextmarginspage.cpp:345 msgid "Units for the right padding." msgstr "Eskuin betegarriarentzako unitateak." #: ../src/richtext/richtextsizepage.cpp:629 #: ../src/richtext/richtextsizepage.cpp:631 msgid "Units for the right position." -msgstr "Eskuin kokapenerako batasunak." +msgstr "Eskuin kokapenerako unitateak." -#: ../src/richtext/richtextborderspage.cpp:343 -#: ../src/richtext/richtextborderspage.cpp:345 +#: ../src/richtext/richtextborderspage.cpp:328 +#: ../src/richtext/richtextborderspage.cpp:330 msgid "Units for the top border width." msgstr "Goiko hertz zabalera unitateak." -#: ../src/richtext/richtextmarginspage.cpp:253 -#: ../src/richtext/richtextmarginspage.cpp:255 +#: ../src/richtext/richtextmarginspage.cpp:252 +#: ../src/richtext/richtextmarginspage.cpp:254 msgid "Units for the top margin." msgstr "Goiko bazter unitateak." -#: ../src/richtext/richtextborderspage.cpp:487 -#: ../src/richtext/richtextborderspage.cpp:489 +#: ../src/richtext/richtextborderspage.cpp:497 +#: ../src/richtext/richtextborderspage.cpp:499 msgid "Units for the top outline width." msgstr "Goiko inguru zabalera unitateak." -#: ../src/richtext/richtextmarginspage.cpp:367 -#: ../src/richtext/richtextmarginspage.cpp:369 +#: ../src/richtext/richtextmarginspage.cpp:366 +#: ../src/richtext/richtextmarginspage.cpp:368 msgid "Units for the top padding." msgstr "Goiko betegarriarentzako unitateak." #: ../src/richtext/richtextsizepage.cpp:594 #: ../src/richtext/richtextsizepage.cpp:596 msgid "Units for the top position." -msgstr "Goiko kokapenerako batasunak." +msgstr "Goiko kokapenerako unitateak." #: ../src/generic/progdlgg.cpp:382 ../src/generic/progdlgg.cpp:655 msgid "Unknown" @@ -7142,7 +7246,7 @@ #: ../src/common/imagpng.cpp:614 #, c-format msgid "Unknown PNG resolution unit %d" -msgstr "PNG bereizmen batasun ezezaguna %d" +msgstr "PNG bereizmen unitate ezezaguna %d" #: ../src/common/xtixml.cpp:327 #, c-format @@ -7152,13 +7256,13 @@ #: ../src/common/imagtiff.cpp:532 #, c-format msgid "Unknown TIFF resolution unit %d ignored" -msgstr "TIFF bereizmen batasun ezezaguna %d baztertuta" +msgstr "TIFF bereizmen unitate ezezaguna %d baztertuta" -#: ../src/osx/carbon/dataview.cpp:1978 +#: ../src/osx/carbon/dataview.cpp:1976 msgid "Unknown data format" msgstr "Datu heuskarri ezezaguna" -#: ../src/unix/dlunix.cpp:325 +#: ../src/unix/dlunix.cpp:160 msgid "Unknown dynamic library error" msgstr "Liburutegi dinamiko akats ezezaguna" @@ -7167,12 +7271,12 @@ msgid "Unknown encoding (%d)" msgstr "Kodeaketa ezezaguna (%d)" -#: ../src/msw/ole/automtn.cpp:677 +#: ../src/msw/ole/automtn.cpp:691 #, c-format msgid "Unknown error %08x" msgstr "Akats ezezaguna %08x" -#: ../src/msw/ole/automtn.cpp:636 +#: ../src/msw/ole/automtn.cpp:650 msgid "Unknown exception" msgstr "Salbuespen ezezaguna" @@ -7180,16 +7284,16 @@ msgid "Unknown image data format." msgstr "Irudi datu heuskarri ezezaguna" -#: ../src/common/cmdline.cpp:749 +#: ../src/common/cmdline.cpp:908 #, c-format msgid "Unknown long option '%s'" msgstr "Aukera luze ezezaguna '%s'" -#: ../src/msw/ole/automtn.cpp:620 +#: ../src/msw/ole/automtn.cpp:634 msgid "Unknown name or named argument." msgstr "Izen edo izendapen argumentu ezezaguna" -#: ../src/common/cmdline.cpp:764 ../src/common/cmdline.cpp:786 +#: ../src/common/cmdline.cpp:923 ../src/common/cmdline.cpp:945 #, c-format msgid "Unknown option '%s'" msgstr "Aukera ezezaguana '%s'" @@ -7204,7 +7308,7 @@ msgid "Unnamed command" msgstr "Izengabeko agindua" -#: ../src/propgrid/propgrid.cpp:398 +#: ../src/propgrid/propgrid.cpp:397 msgid "Unspecified" msgstr "Zehaztugabea" @@ -7222,16 +7326,16 @@ msgstr "Gora" #: ../src/richtext/richtextliststylepage.cpp:483 -#: ../src/richtext/richtextbulletspage.cpp:288 +#: ../src/richtext/richtextbulletspage.cpp:275 msgid "Upper case letters" msgstr "Hizki larriak" #: ../src/richtext/richtextliststylepage.cpp:485 -#: ../src/richtext/richtextbulletspage.cpp:290 +#: ../src/richtext/richtextbulletspage.cpp:277 msgid "Upper case roman numerals" msgstr "Zenbaki erromatarrak hizki larrietan" -#: ../src/common/cmdline.cpp:1155 +#: ../src/common/cmdline.cpp:1320 #, c-format msgid "Usage: %s" msgstr "Erabilia: %s" @@ -7241,13 +7345,13 @@ #: ../src/richtext/richtextliststylepage.cpp:358 #: ../src/richtext/richtextliststylepage.cpp:360 msgid "Use the current alignment setting." -msgstr "Erabili uneko lerrokapen ezarpena." +msgstr "Erabili oraingo lerrokapen ezarpena." -#: ../src/osx/carbon/dataview.cpp:2658 ../src/osx/carbon/dataview.cpp:2723 +#: ../src/osx/carbon/dataview.cpp:2656 ../src/osx/carbon/dataview.cpp:2721 msgid "Valid pointer to native data view control does not exist" msgstr "Jatorrizko datu ikuspen kontrolerako baliozko punta ez dago" -#: ../src/common/valtext.cpp:174 +#: ../src/common/valtext.cpp:179 msgid "Validation conflict" msgstr "Balioztapen gatazka" @@ -7255,17 +7359,17 @@ msgid "Value" msgstr "Balioa" -#: ../src/propgrid/props.cpp:384 +#: ../src/propgrid/props.cpp:385 #, c-format msgid "Value must be %s or higher." msgstr "Baliloa izan behar da %s edo handiagoa." -#: ../src/propgrid/props.cpp:411 +#: ../src/propgrid/props.cpp:412 #, c-format msgid "Value must be %s or less." msgstr "Balioa izan behar da %s edo txikiagoa." -#: ../src/propgrid/props.cpp:388 ../src/propgrid/props.cpp:415 +#: ../src/propgrid/props.cpp:389 ../src/propgrid/props.cpp:416 #, c-format msgid "Value must be between %s and %s." msgstr "Balioa izan behar da %s eta %s artekoa." @@ -7287,7 +7391,7 @@ msgid "View files as a list view" msgstr "Ikusi agiriak zerrenda bezala" -#: ../src/common/docview.cpp:1952 +#: ../src/common/docview.cpp:1959 msgid "Views" msgstr "Ikus" @@ -7312,7 +7416,7 @@ msgid "Warning: " msgstr "Kontuz:" -#: ../src/propgrid/advprops.cpp:651 +#: ../src/propgrid/advprops.cpp:652 msgid "Weight" msgstr "Zabalera" @@ -7332,7 +7436,7 @@ msgid "Whole word" msgstr "Hitz osoa" -#: ../src/html/helpwnd.cpp:547 +#: ../src/html/helpwnd.cpp:548 msgid "Whole words only" msgstr "Hitz osoak bakarrik" @@ -7352,6 +7456,14 @@ msgid "Windows 7" msgstr "Windows 7" +#: ../src/msw/utils.cpp:1308 +msgid "Windows 8" +msgstr "Windows 8" + +#: ../src/msw/utils.cpp:1314 +msgid "Windows 8.1" +msgstr "Windows 8.1" + #: ../src/msw/utils.cpp:1234 msgid "Windows 95" msgstr "Windows 95" @@ -7426,7 +7538,7 @@ msgid "Windows ME" msgstr "Windows ME" -#: ../src/msw/utils.cpp:1310 +#: ../src/msw/utils.cpp:1322 #, c-format msgid "Windows NT %lu.%lu" msgstr "Windows NT %lu.%lu" @@ -7443,6 +7555,14 @@ msgid "Windows Server 2008 R2" msgstr "Windows Server 2008 R2" +#: ../src/msw/utils.cpp:1307 +msgid "Windows Server 2012" +msgstr "Windows Server 2012" + +#: ../src/msw/utils.cpp:1313 +msgid "Windows Server 2012 R2" +msgstr "Windows Server 2012 R2" + #: ../src/common/fmapbase.cpp:166 msgid "Windows Thai (CP 874)" msgstr "Windows Thailandiera (CP 874)" @@ -7529,7 +7649,7 @@ msgid "You cannot add a new directory to this section." msgstr "Ezin duzu zuzenbide berririk gehitu atal honetara." -#: ../src/propgrid/propgrid.cpp:3258 +#: ../src/propgrid/propgrid.cpp:3245 msgid "You have entered invalid value. Press ESC to cancel editing." msgstr "Balio okerra sartu duzu. Sakatu ESc edizioa ezeztatzeko." @@ -7669,7 +7789,7 @@ msgid "bad signature" msgstr "sinadura okerra" -#: ../src/common/zipstrm.cpp:1715 +#: ../src/common/zipstrm.cpp:1678 msgid "bad zipfile offset to entry" msgstr "zipagiri okerra orekatuta sarrerarako" @@ -7685,7 +7805,7 @@ msgid "buffer is too small for Windows directory." msgstr "bufferra txikiegia da Windowsen zuzenbiderako." -#: ../src/msw/utils.cpp:1316 +#: ../src/msw/utils.cpp:1328 #, c-format msgid "build %lu" msgstr "%lu eraiketa" @@ -7725,7 +7845,7 @@ msgid "can't execute '%s'" msgstr "ezin da '%s' exekutatu" -#: ../src/common/zipstrm.cpp:1490 +#: ../src/common/zipstrm.cpp:1453 msgid "can't find central directory in zip" msgstr "ezin da aurkitu zuzenbide nagusia zip-ean" @@ -7736,7 +7856,8 @@ #: ../src/msw/utils.cpp:373 msgid "can't find user's HOME, using current directory." -msgstr "ezin da aurkitu erabiltzailearen HASIERA, uneko zuzenbidea erabiltzen." +msgstr "" +"ezin da aurkitu erabiltzailearen HASIERA, oraingo zuzenbidea erabiltzen." #: ../src/common/file.cpp:382 #, c-format @@ -7799,7 +7920,7 @@ msgid "can't seek on file descriptor %d" msgstr "ezin da bilatu %d agiri azaltzailean" -#: ../src/common/textfile.cpp:299 +#: ../src/common/textfile.cpp:270 #, c-format msgid "can't write buffer '%s' to disk." msgstr "ezin da idatzi '%s' bufferra diskara" @@ -7821,22 +7942,23 @@ msgid "checksum failure reading tar header block" msgstr "Egiaztapen hutsegitea tar idazburu blokea irakurtzean" -#: ../src/richtext/richtextborderspage.cpp:280 -#: ../src/richtext/richtextborderspage.cpp:310 -#: ../src/richtext/richtextborderspage.cpp:340 -#: ../src/richtext/richtextborderspage.cpp:370 -#: ../src/richtext/richtextborderspage.cpp:424 -#: ../src/richtext/richtextborderspage.cpp:454 -#: ../src/richtext/richtextborderspage.cpp:484 -#: ../src/richtext/richtextborderspage.cpp:514 -#: ../src/richtext/richtextmarginspage.cpp:202 -#: ../src/richtext/richtextmarginspage.cpp:227 -#: ../src/richtext/richtextmarginspage.cpp:250 -#: ../src/richtext/richtextmarginspage.cpp:275 -#: ../src/richtext/richtextmarginspage.cpp:316 -#: ../src/richtext/richtextmarginspage.cpp:341 -#: ../src/richtext/richtextmarginspage.cpp:364 -#: ../src/richtext/richtextmarginspage.cpp:389 +#: ../src/richtext/richtextborderspage.cpp:256 +#: ../src/richtext/richtextborderspage.cpp:290 +#: ../src/richtext/richtextborderspage.cpp:324 +#: ../src/richtext/richtextborderspage.cpp:358 +#: ../src/richtext/richtextborderspage.cpp:425 +#: ../src/richtext/richtextborderspage.cpp:459 +#: ../src/richtext/richtextborderspage.cpp:493 +#: ../src/richtext/richtextborderspage.cpp:527 +#: ../src/richtext/richtextborderspage.cpp:595 +#: ../src/richtext/richtextmarginspage.cpp:201 +#: ../src/richtext/richtextmarginspage.cpp:226 +#: ../src/richtext/richtextmarginspage.cpp:249 +#: ../src/richtext/richtextmarginspage.cpp:274 +#: ../src/richtext/richtextmarginspage.cpp:315 +#: ../src/richtext/richtextmarginspage.cpp:340 +#: ../src/richtext/richtextmarginspage.cpp:363 +#: ../src/richtext/richtextmarginspage.cpp:388 #: ../src/richtext/richtextsizepage.cpp:339 #: ../src/richtext/richtextsizepage.cpp:373 #: ../src/richtext/richtextsizepage.cpp:400 @@ -7862,7 +7984,7 @@ msgid "ctrl" msgstr "ktrl" -#: ../src/common/cmdline.cpp:1323 +#: ../src/common/cmdline.cpp:1488 msgid "date" msgstr "eguna" @@ -7874,7 +7996,7 @@ msgid "default" msgstr "berezkoa" -#: ../src/common/cmdline.cpp:1319 +#: ../src/common/cmdline.cpp:1484 msgid "double" msgstr "bikoitza" @@ -7912,15 +8034,15 @@ msgid "error opening file" msgstr "akatsa agira irakitzean" -#: ../src/common/zipstrm.cpp:1576 +#: ../src/common/zipstrm.cpp:1539 msgid "error reading zip central directory" msgstr "akatsa ziparen zuzenbide nagusia irakurtzean" -#: ../src/common/zipstrm.cpp:1667 +#: ../src/common/zipstrm.cpp:1630 msgid "error reading zip local header" msgstr "akatsa ziparen tokiko idazburua irakurtzen" -#: ../src/common/zipstrm.cpp:2396 +#: ../src/common/zipstrm.cpp:2291 #, c-format msgid "error writing zip entry '%s': bad crc or length" msgstr "akatsa '%s' zip sarrera irakurtzean: crc okerra edo luzeegia" @@ -7963,7 +8085,7 @@ msgid "file '%s': unexpected character %c at line %d." msgstr "'%s' agira: ustekabeko %c hizkia %d lerroan." -#: ../src/richtext/richtextbuffer.cpp:8358 +#: ../src/richtext/richtextbuffer.cpp:8612 msgid "files" msgstr "agiriak" @@ -7971,7 +8093,7 @@ msgid "first" msgstr "lehen" -#: ../src/html/helpwnd.cpp:1265 +#: ../src/html/helpwnd.cpp:1266 msgid "font size" msgstr "hizki neurria" @@ -7983,12 +8105,12 @@ msgid "fourth" msgstr "laugarren" -#: ../src/common/appbase.cpp:695 +#: ../src/common/appbase.cpp:699 msgid "generate verbose log messages" -msgstr "sortu verbose ohar mezuak" +msgstr "sortu ohar mezu berritsuak" -#: ../src/richtext/richtextbuffer.cpp:12212 -#: ../src/richtext/richtextbuffer.cpp:12322 +#: ../src/richtext/richtextbuffer.cpp:12782 +#: ../src/richtext/richtextbuffer.cpp:12892 msgid "image" msgstr "irudia" @@ -8012,7 +8134,7 @@ msgid "invalid message box return value" msgstr "mezu kutxa baliogabea balioa itzultzen" -#: ../src/common/zipstrm.cpp:1445 +#: ../src/common/zipstrm.cpp:1408 msgid "invalid zip file" msgstr "zip agiri baliogabea" @@ -8070,7 +8192,7 @@ msgid "not implemented" msgstr "ez da egin" -#: ../src/common/cmdline.cpp:1315 +#: ../src/common/cmdline.cpp:1480 msgid "num" msgstr "zenb" @@ -8082,77 +8204,76 @@ msgid "out of memory" msgstr "oroimenetik kanpo" -#: ../src/richtext/richtextsizepage.cpp:340 -#: ../src/richtext/richtextsizepage.cpp:374 -#: ../src/richtext/richtextsizepage.cpp:401 -#: ../src/richtext/richtextsizepage.cpp:428 -#: ../src/richtext/richtextsizepage.cpp:455 -#: ../src/richtext/richtextsizepage.cpp:482 -#: ../src/richtext/richtextsizepage.cpp:556 -#: ../src/richtext/richtextsizepage.cpp:591 -#: ../src/richtext/richtextsizepage.cpp:626 -#: ../src/richtext/richtextsizepage.cpp:661 -msgid "percent" -msgstr "ehuneko" - #: ../src/common/debugrpt.cpp:519 msgid "process context description" msgstr "garapen hitzinguru azalpena" -#: ../src/richtext/richtextfontpage.cpp:186 -#: ../src/richtext/richtextfontpage.cpp:189 +#: ../src/richtext/richtextfontpage.cpp:177 +#: ../src/richtext/richtextfontpage.cpp:180 +#: ../src/richtext/richtextborderspage.cpp:257 +#: ../src/richtext/richtextborderspage.cpp:291 +#: ../src/richtext/richtextborderspage.cpp:325 +#: ../src/richtext/richtextborderspage.cpp:359 +#: ../src/richtext/richtextborderspage.cpp:426 +#: ../src/richtext/richtextborderspage.cpp:460 +#: ../src/richtext/richtextborderspage.cpp:494 +#: ../src/richtext/richtextborderspage.cpp:528 +#: ../src/richtext/richtextborderspage.cpp:596 msgid "pt" msgstr "pt" -#: ../src/richtext/richtextfontpage.cpp:187 -#: ../src/richtext/richtextborderspage.cpp:279 -#: ../src/richtext/richtextborderspage.cpp:281 -#: ../src/richtext/richtextborderspage.cpp:282 -#: ../src/richtext/richtextborderspage.cpp:309 -#: ../src/richtext/richtextborderspage.cpp:311 -#: ../src/richtext/richtextborderspage.cpp:312 -#: ../src/richtext/richtextborderspage.cpp:339 -#: ../src/richtext/richtextborderspage.cpp:341 -#: ../src/richtext/richtextborderspage.cpp:342 -#: ../src/richtext/richtextborderspage.cpp:369 -#: ../src/richtext/richtextborderspage.cpp:371 -#: ../src/richtext/richtextborderspage.cpp:372 -#: ../src/richtext/richtextborderspage.cpp:423 -#: ../src/richtext/richtextborderspage.cpp:425 -#: ../src/richtext/richtextborderspage.cpp:426 -#: ../src/richtext/richtextborderspage.cpp:453 -#: ../src/richtext/richtextborderspage.cpp:455 -#: ../src/richtext/richtextborderspage.cpp:456 -#: ../src/richtext/richtextborderspage.cpp:483 -#: ../src/richtext/richtextborderspage.cpp:485 -#: ../src/richtext/richtextborderspage.cpp:486 -#: ../src/richtext/richtextborderspage.cpp:513 -#: ../src/richtext/richtextborderspage.cpp:515 -#: ../src/richtext/richtextborderspage.cpp:516 -#: ../src/richtext/richtextmarginspage.cpp:201 +#: ../src/richtext/richtextfontpage.cpp:178 +#: ../src/richtext/richtextborderspage.cpp:255 +#: ../src/richtext/richtextborderspage.cpp:258 +#: ../src/richtext/richtextborderspage.cpp:259 +#: ../src/richtext/richtextborderspage.cpp:289 +#: ../src/richtext/richtextborderspage.cpp:292 +#: ../src/richtext/richtextborderspage.cpp:293 +#: ../src/richtext/richtextborderspage.cpp:323 +#: ../src/richtext/richtextborderspage.cpp:326 +#: ../src/richtext/richtextborderspage.cpp:327 +#: ../src/richtext/richtextborderspage.cpp:357 +#: ../src/richtext/richtextborderspage.cpp:360 +#: ../src/richtext/richtextborderspage.cpp:361 +#: ../src/richtext/richtextborderspage.cpp:424 +#: ../src/richtext/richtextborderspage.cpp:427 +#: ../src/richtext/richtextborderspage.cpp:428 +#: ../src/richtext/richtextborderspage.cpp:458 +#: ../src/richtext/richtextborderspage.cpp:461 +#: ../src/richtext/richtextborderspage.cpp:462 +#: ../src/richtext/richtextborderspage.cpp:492 +#: ../src/richtext/richtextborderspage.cpp:495 +#: ../src/richtext/richtextborderspage.cpp:496 +#: ../src/richtext/richtextborderspage.cpp:526 +#: ../src/richtext/richtextborderspage.cpp:529 +#: ../src/richtext/richtextborderspage.cpp:530 +#: ../src/richtext/richtextborderspage.cpp:594 +#: ../src/richtext/richtextborderspage.cpp:597 +#: ../src/richtext/richtextborderspage.cpp:598 +#: ../src/richtext/richtextmarginspage.cpp:200 +#: ../src/richtext/richtextmarginspage.cpp:202 #: ../src/richtext/richtextmarginspage.cpp:203 -#: ../src/richtext/richtextmarginspage.cpp:204 -#: ../src/richtext/richtextmarginspage.cpp:226 +#: ../src/richtext/richtextmarginspage.cpp:225 +#: ../src/richtext/richtextmarginspage.cpp:227 #: ../src/richtext/richtextmarginspage.cpp:228 -#: ../src/richtext/richtextmarginspage.cpp:229 -#: ../src/richtext/richtextmarginspage.cpp:249 +#: ../src/richtext/richtextmarginspage.cpp:248 +#: ../src/richtext/richtextmarginspage.cpp:250 #: ../src/richtext/richtextmarginspage.cpp:251 -#: ../src/richtext/richtextmarginspage.cpp:252 -#: ../src/richtext/richtextmarginspage.cpp:274 +#: ../src/richtext/richtextmarginspage.cpp:273 +#: ../src/richtext/richtextmarginspage.cpp:275 #: ../src/richtext/richtextmarginspage.cpp:276 -#: ../src/richtext/richtextmarginspage.cpp:277 -#: ../src/richtext/richtextmarginspage.cpp:315 +#: ../src/richtext/richtextmarginspage.cpp:314 +#: ../src/richtext/richtextmarginspage.cpp:316 #: ../src/richtext/richtextmarginspage.cpp:317 -#: ../src/richtext/richtextmarginspage.cpp:318 -#: ../src/richtext/richtextmarginspage.cpp:340 +#: ../src/richtext/richtextmarginspage.cpp:339 +#: ../src/richtext/richtextmarginspage.cpp:341 #: ../src/richtext/richtextmarginspage.cpp:342 -#: ../src/richtext/richtextmarginspage.cpp:343 -#: ../src/richtext/richtextmarginspage.cpp:363 +#: ../src/richtext/richtextmarginspage.cpp:362 +#: ../src/richtext/richtextmarginspage.cpp:364 #: ../src/richtext/richtextmarginspage.cpp:365 -#: ../src/richtext/richtextmarginspage.cpp:366 -#: ../src/richtext/richtextmarginspage.cpp:388 +#: ../src/richtext/richtextmarginspage.cpp:387 +#: ../src/richtext/richtextmarginspage.cpp:389 #: ../src/richtext/richtextmarginspage.cpp:390 -#: ../src/richtext/richtextmarginspage.cpp:391 #: ../src/richtext/richtextsizepage.cpp:338 #: ../src/richtext/richtextsizepage.cpp:341 #: ../src/richtext/richtextsizepage.cpp:342 @@ -8194,12 +8315,12 @@ msgid "read error" msgstr "irakur akatsa" -#: ../src/common/zipstrm.cpp:1882 +#: ../src/common/zipstrm.cpp:1845 #, c-format msgid "reading zip stream (entry %s): bad crc" msgstr "zip jario irakurtzen (sarrera %s): crc okerra" -#: ../src/common/zipstrm.cpp:1877 +#: ../src/common/zipstrm.cpp:1840 #, c-format msgid "reading zip stream (entry %s): bad length" msgstr "zip jario irakurtzen (sarrera %s): luzera okerra" @@ -8228,7 +8349,7 @@ msgid "shift" msgstr "aldatu" -#: ../src/common/appbase.cpp:685 +#: ../src/common/appbase.cpp:689 msgid "show this help message" msgstr "erakutsi laguntza mezu hau" @@ -8248,31 +8369,31 @@ msgid "specify the theme to use" msgstr "adierazi erabiltzeko gaia" -#: ../src/richtext/richtextbuffer.cpp:8876 +#: ../src/richtext/richtextbuffer.cpp:9133 msgid "standard/circle" msgstr "estandarra/borobila" -#: ../src/richtext/richtextbuffer.cpp:8877 +#: ../src/richtext/richtextbuffer.cpp:9134 msgid "standard/circle-outline" msgstr "estandarra/borobil-ingurua" -#: ../src/richtext/richtextbuffer.cpp:8879 +#: ../src/richtext/richtextbuffer.cpp:9136 msgid "standard/diamond" msgstr "estandarra/diamantea" -#: ../src/richtext/richtextbuffer.cpp:8878 +#: ../src/richtext/richtextbuffer.cpp:9135 msgid "standard/square" msgstr "estandarra/laukia" -#: ../src/richtext/richtextbuffer.cpp:8880 +#: ../src/richtext/richtextbuffer.cpp:9137 msgid "standard/triangle" msgstr "estandarra/hirukia" -#: ../src/common/zipstrm.cpp:1782 +#: ../src/common/zipstrm.cpp:1745 msgid "stored file length not in Zip header" msgstr "bildutako agiri zabalera ez dago Zip idazburuan" -#: ../src/common/cmdline.cpp:1311 +#: ../src/common/cmdline.cpp:1476 msgid "str" msgstr "str" @@ -8371,12 +8492,12 @@ msgid "unnamed" msgstr "izengabea" -#: ../src/common/docview.cpp:1606 +#: ../src/common/docview.cpp:1613 #, c-format msgid "unnamed%d" msgstr "izengabea%d" -#: ../src/common/zipstrm.cpp:1796 ../src/common/zipstrm.cpp:2184 +#: ../src/common/zipstrm.cpp:1759 ../src/common/zipstrm.cpp:2079 msgid "unsupported Zip compression method" msgstr "Zip konpresio metodo sostengatu gabea" @@ -8397,11 +8518,11 @@ msgid "wxPrintout::GetPageInfo gives a null maxPage." msgstr "wxPrintout::GetPageInfok gehOrrialde nuloa ematen du." -#: ../src/osx/carbon/dataview.cpp:1303 +#: ../src/osx/carbon/dataview.cpp:1301 msgid "wxWidget control pointer is not a data view pointer" msgstr "wxWidgeten aginte puntua ez da datu ikus puntua" -#: ../src/osx/carbon/dataview.cpp:907 +#: ../src/osx/carbon/dataview.cpp:905 msgid "wxWidget's control not initialized." msgstr "wxWidgesen agintea hasi gabe." @@ -8428,13 +8549,19 @@ msgstr "zlib akatsa %d" #: ../src/richtext/richtextliststylepage.cpp:496 -#: ../src/richtext/richtextbulletspage.cpp:301 +#: ../src/richtext/richtextbulletspage.cpp:288 msgid "~" msgstr "~" +#~ msgid "Event queue overflowed" +#~ msgstr "Gertaera lerroak gainezka eginda" + #~ msgid "Print preview" #~ msgstr "Irarketa aurreikuspena" +#~ msgid "percent" +#~ msgstr "ehuneko" + #~ msgid "'" #~ msgstr "'" @@ -8522,9 +8649,6 @@ #~ msgid "Paper Size" #~ msgstr "Paper Neurria" -#~ msgid "%s" -#~ msgstr "%s" - #~ msgid "&Goto..." #~ msgstr "&Joan hona..." Binary files /tmp/ruMEEa6dox/wxpython3.0-3.0.0.0+dfsg/locale/fi.mo and /tmp/ToKGRwcBCO/wxpython3.0-3.0.1.1+dfsg/locale/fi.mo differ diff -Nru wxpython3.0-3.0.0.0+dfsg/locale/fi.po wxpython3.0-3.0.1.1+dfsg/locale/fi.po --- wxpython3.0-3.0.0.0+dfsg/locale/fi.po 2013-12-28 09:37:04.000000000 +0000 +++ wxpython3.0-3.0.1.1+dfsg/locale/fi.po 2014-04-17 19:37:43.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: wxWidgets 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-01 19:04+0200\n" +"POT-Creation-Date: 2014-02-21 14:54+0100\n" "PO-Revision-Date: 2012-08-07 13:31+0200\n" "Last-Translator: Jani Kinnunen \n" "Language-Team: Finnish \n" @@ -94,6 +94,20 @@ msgid "#9 Envelope, 3 7/8 x 8 7/8 in" msgstr "#9 kirjekuori, 3 7/8″ x 8 7/8″" +#: ../src/richtext/richtextsizepage.cpp:340 +#: ../src/richtext/richtextsizepage.cpp:374 +#: ../src/richtext/richtextsizepage.cpp:401 +#: ../src/richtext/richtextsizepage.cpp:428 +#: ../src/richtext/richtextsizepage.cpp:455 +#: ../src/richtext/richtextsizepage.cpp:482 +#: ../src/richtext/richtextsizepage.cpp:556 +#: ../src/richtext/richtextsizepage.cpp:591 +#: ../src/richtext/richtextsizepage.cpp:626 +#: ../src/richtext/richtextsizepage.cpp:661 +#, fuzzy +msgid "%" +msgstr "%s" + #: ../src/html/helpwnd.cpp:1044 #, c-format msgid "%d of %lu" @@ -146,7 +160,7 @@ msgid "%s did not fit the tar header for entry '%s'" msgstr "%s ei mahtunut kohteen '%s' tar-otsakkeeseen" -#: ../src/common/fldlgcmn.cpp:106 +#: ../src/common/fldlgcmn.cpp:124 #, c-format msgid "%s files (%s)|%s" msgstr "%s-tiedostot (%s)|%s" @@ -209,8 +223,8 @@ msgid "&Bottom" msgstr "&Alaosa" -#: ../src/richtext/richtextborderspage.cpp:359 -#: ../src/richtext/richtextborderspage.cpp:503 +#: ../src/richtext/richtextborderspage.cpp:343 +#: ../src/richtext/richtextborderspage.cpp:512 #: ../src/richtext/richtextmarginspage.cpp:260 #: ../src/richtext/richtextmarginspage.cpp:374 #: ../src/richtext/richtextsizepage.cpp:637 @@ -218,7 +232,7 @@ msgid "&Bottom:" msgstr "&Alaosa:" -#: ../include/wx/richtext/richtextbuffer.h:3530 +#: ../include/wx/richtext/richtextbuffer.h:3578 #, fuzzy msgid "&Box" msgstr "&Lihavoitu" @@ -233,7 +247,7 @@ msgstr "&CD-ROM" #: ../src/generic/wizard.cpp:432 ../src/generic/fontdlgg.cpp:470 -#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:588 +#: ../src/generic/fontdlgg.cpp:489 ../src/osx/carbon/fontdlg.cpp:572 #: ../src/common/stockitem.cpp:145 msgid "&Cancel" msgstr "&Peruuta" @@ -242,7 +256,7 @@ msgid "&Cascade" msgstr "&Limitä" -#: ../include/wx/richtext/richtextbuffer.h:5587 +#: ../include/wx/richtext/richtextbuffer.h:5639 msgid "&Cell" msgstr "&Solu" @@ -272,8 +286,8 @@ msgid "&Convert" msgstr "&Muunna" -#: ../src/richtext/richtextctrl.cpp:326 ../src/osx/textctrl_osx.cpp:583 -#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2284 +#: ../src/richtext/richtextctrl.cpp:332 ../src/osx/textctrl_osx.cpp:583 +#: ../src/common/stockitem.cpp:150 ../src/msw/textctrl.cpp:2335 msgid "&Copy" msgstr "K&opioi" @@ -290,8 +304,8 @@ msgstr "&Ohjelmavirheilmoituksen esikatselu:" #: ../src/richtext/richtexttabspage.cpp:142 -#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:585 -#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2286 +#: ../src/richtext/richtextctrl.cpp:334 ../src/osx/textctrl_osx.cpp:585 +#: ../src/common/stockitem.cpp:152 ../src/msw/textctrl.cpp:2337 msgid "&Delete" msgstr "&Poista" @@ -383,7 +397,7 @@ msgstr "&Korkeus:" #: ../src/generic/wizard.cpp:435 ../src/richtext/richtextstyledlg.cpp:303 -#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:785 +#: ../src/richtext/richtextsymboldlg.cpp:479 ../src/osx/menu_osx.cpp:776 #: ../src/common/stockitem.cpp:163 ../src/html/helpfrm.cpp:147 msgid "&Help" msgstr "&Ohje" @@ -438,8 +452,8 @@ msgstr "&Vasemmalle" #: ../src/richtext/richtextindentspage.cpp:195 -#: ../src/richtext/richtextborderspage.cpp:269 -#: ../src/richtext/richtextborderspage.cpp:413 +#: ../src/richtext/richtextborderspage.cpp:241 +#: ../src/richtext/richtextborderspage.cpp:410 #: ../src/richtext/richtextliststylepage.cpp:381 #: ../src/richtext/richtextmarginspage.cpp:187 #: ../src/richtext/richtextmarginspage.cpp:301 @@ -506,7 +520,7 @@ msgstr "&Numero:" #: ../src/generic/fontdlgg.cpp:475 ../src/generic/fontdlgg.cpp:482 -#: ../src/osx/carbon/fontdlg.cpp:594 ../src/common/stockitem.cpp:178 +#: ../src/osx/carbon/fontdlg.cpp:578 ../src/common/stockitem.cpp:178 msgid "&OK" msgstr "&OK" @@ -523,12 +537,12 @@ msgid "&Page Break" msgstr "&Sivunvaihto" -#: ../src/richtext/richtextctrl.cpp:327 ../src/osx/textctrl_osx.cpp:584 -#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2285 +#: ../src/richtext/richtextctrl.cpp:333 ../src/osx/textctrl_osx.cpp:584 +#: ../src/common/stockitem.cpp:180 ../src/msw/textctrl.cpp:2336 msgid "&Paste" msgstr "L&iitä" -#: ../include/wx/richtext/richtextbuffer.h:4655 +#: ../include/wx/richtext/richtextbuffer.h:4705 msgid "&Picture" msgstr "&Kuva" @@ -562,7 +576,7 @@ msgid "&Print..." msgstr "&Tulosta..." -#: ../src/richtext/richtextctrl.cpp:332 ../src/richtext/richtextctrl.cpp:4945 +#: ../src/richtext/richtextctrl.cpp:338 ../src/richtext/richtextctrl.cpp:5054 #: ../src/common/stockitem.cpp:184 msgid "&Properties" msgstr "&Ominaisuudet" @@ -571,9 +585,9 @@ msgid "&Quit" msgstr "&Poistu" -#: ../src/richtext/richtextctrl.cpp:323 ../src/osx/textctrl_osx.cpp:580 +#: ../src/richtext/richtextctrl.cpp:329 ../src/osx/textctrl_osx.cpp:580 #: ../src/common/stockitem.cpp:185 ../src/common/cmdproc.cpp:293 -#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2281 +#: ../src/common/cmdproc.cpp:300 ../src/msw/textctrl.cpp:2332 msgid "&Redo" msgstr "&Toista" @@ -603,8 +617,8 @@ msgstr "&Oikealle" #: ../src/richtext/richtextindentspage.cpp:213 -#: ../src/richtext/richtextborderspage.cpp:299 -#: ../src/richtext/richtextborderspage.cpp:443 +#: ../src/richtext/richtextborderspage.cpp:275 +#: ../src/richtext/richtextborderspage.cpp:444 #: ../src/richtext/richtextliststylepage.cpp:399 #: ../src/richtext/richtextmarginspage.cpp:212 #: ../src/richtext/richtextmarginspage.cpp:326 @@ -675,7 +689,12 @@ msgid "&Symbol:" msgstr "&Symbolit:" -#: ../include/wx/richtext/richtextbuffer.h:5679 +#: ../src/richtext/richtextborderspage.cpp:379 +#: ../src/richtext/richtextborderspage.cpp:548 +msgid "&Synchronize values" +msgstr "" + +#: ../include/wx/richtext/richtextbuffer.h:5733 msgid "&Table" msgstr "&Taulukko" @@ -683,8 +702,8 @@ msgid "&Top" msgstr "&Yläosa" -#: ../src/richtext/richtextborderspage.cpp:329 -#: ../src/richtext/richtextborderspage.cpp:473 +#: ../src/richtext/richtextborderspage.cpp:309 +#: ../src/richtext/richtextborderspage.cpp:478 #: ../src/richtext/richtextmarginspage.cpp:235 #: ../src/richtext/richtextmarginspage.cpp:349 #: ../src/richtext/richtextsizepage.cpp:567 @@ -700,9 +719,9 @@ msgid "&Underlining:" msgstr "&Alleviivaus:" -#: ../src/richtext/richtextctrl.cpp:322 ../src/osx/textctrl_osx.cpp:579 +#: ../src/richtext/richtextctrl.cpp:328 ../src/osx/textctrl_osx.cpp:579 #: ../src/common/stockitem.cpp:203 ../src/common/cmdproc.cpp:271 -#: ../src/msw/textctrl.cpp:2280 +#: ../src/msw/textctrl.cpp:2331 msgid "&Undo" msgstr "&Kumoa" @@ -751,8 +770,8 @@ msgid "'%s' has extra '..', ignored." msgstr "â€%s†sisältää ylimääräisen â€..â€, ohitettu." -#: ../src/common/valtext.cpp:249 ../src/common/valtext.cpp:251 -#: ../src/common/valtext.cpp:253 ../src/common/valtext.cpp:255 +#: ../src/common/valtext.cpp:165 ../src/common/valtext.cpp:167 +#: ../src/common/valtext.cpp:254 ../src/common/valtext.cpp:256 #, c-format msgid "'%s' is invalid" msgstr "â€%s†on virheellinen" @@ -772,27 +791,27 @@ msgid "'%s' is probably a binary buffer." msgstr "â€%s†on todennäköisesti binääripuskuri." -#: ../src/common/valtext.cpp:247 +#: ../src/common/valtext.cpp:252 #, c-format msgid "'%s' should be numeric." msgstr "â€%s†on oltava numeerinen." -#: ../src/common/valtext.cpp:239 +#: ../src/common/valtext.cpp:244 #, c-format msgid "'%s' should only contain ASCII characters." msgstr "â€%s†saa sisältää vain ASCII-merkkejä." -#: ../src/common/valtext.cpp:241 +#: ../src/common/valtext.cpp:246 #, c-format msgid "'%s' should only contain alphabetic characters." msgstr "â€%s†saa sisältää vain kirjaimia." -#: ../src/common/valtext.cpp:243 +#: ../src/common/valtext.cpp:248 #, c-format msgid "'%s' should only contain alphabetic or numeric characters." msgstr "â€%s†saa sisältää vain kirjaimia ja numeroita." -#: ../src/common/valtext.cpp:245 +#: ../src/common/valtext.cpp:250 #, c-format msgid "'%s' should only contain digits." msgstr "â€%s†saa sisältää vain ASCII-merkkejä." @@ -825,7 +844,7 @@ #: ../src/richtext/richtextindentspage.cpp:287 #: ../src/richtext/richtextindentspage.cpp:311 #: ../src/richtext/richtextindentspage.cpp:326 -#: ../src/richtext/richtextformatdlg.cpp:831 +#: ../src/richtext/richtextformatdlg.cpp:867 #: ../src/richtext/richtextfontpage.cpp:331 #: ../src/richtext/richtextfontpage.cpp:335 #: ../src/richtext/richtextfontpage.cpp:339 @@ -850,7 +869,7 @@ msgid "+" msgstr "+" -#: ../src/msw/utils.cpp:1324 +#: ../src/msw/utils.cpp:1336 msgid ", 64-bit edition" msgstr ", 64-bittinen versio" @@ -957,37 +976,37 @@ msgid "< &Back" msgstr "< &Takaisin" -#: ../src/osx/carbon/fontdlg.cpp:608 ../src/osx/carbon/fontdlg.cpp:815 -#: ../src/osx/carbon/fontdlg.cpp:835 +#: ../src/osx/carbon/fontdlg.cpp:592 ../src/osx/carbon/fontdlg.cpp:799 +#: ../src/osx/carbon/fontdlg.cpp:819 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:609 ../src/osx/carbon/fontdlg.cpp:817 -#: ../src/osx/carbon/fontdlg.cpp:837 +#: ../src/osx/carbon/fontdlg.cpp:593 ../src/osx/carbon/fontdlg.cpp:801 +#: ../src/osx/carbon/fontdlg.cpp:821 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:607 ../src/osx/carbon/fontdlg.cpp:813 -#: ../src/osx/carbon/fontdlg.cpp:833 +#: ../src/osx/carbon/fontdlg.cpp:591 ../src/osx/carbon/fontdlg.cpp:797 +#: ../src/osx/carbon/fontdlg.cpp:817 msgid "" msgstr "" -#: ../src/osx/carbon/fontdlg.cpp:610 ../src/osx/carbon/fontdlg.cpp:819 -#: ../src/osx/carbon/fontdlg.cpp:839 +#: ../src/osx/carbon/fontdlg.cpp:594 ../src/osx/carbon/fontdlg.cpp:803 +#: ../src/osx/carbon/fontdlg.cpp:823 msgid "" msgstr "