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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

15 years agoallow windows which are placed inside wxStaticBoxes to be built as children of the...
Francesco Montorsi [Sat, 25 Apr 2009 10:49:36 +0000 (10:49 +0000)] 
allow windows which are placed inside wxStaticBoxes to be built as children of the wxStaticBox itself rather than forcing users to build them as siblings of the static box (closes #9859)

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

15 years agoadd 2.9.0 branch builds
Vadim Zeitlin [Fri, 24 Apr 2009 23:32:20 +0000 (23:32 +0000)] 
add 2.9.0 branch builds

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

15 years agocorrection to last commit: Korean and Romanian translations will only be in 2.9.1...
Vadim Zeitlin [Fri, 24 Apr 2009 21:17:05 +0000 (21:17 +0000)] 
correction to last commit: Korean and Romanian translations will only be in 2.9.1, not 2.9.0

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

15 years agofix push/pop mechanism after r58786; add a few notes about the stack mechanism both...
Francesco Montorsi [Fri, 24 Apr 2009 21:14:59 +0000 (21:14 +0000)] 
fix push/pop mechanism after r58786; add a few notes about the stack mechanism both in the docs and in the public header (see #10733)

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

15 years agoadded Korean and Romanian translations
Vadim Zeitlin [Fri, 24 Apr 2009 21:14:02 +0000 (21:14 +0000)] 
added Korean and Romanian translations

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

15 years agoupdate bakefile to 0.2.6
Chris Elliott [Fri, 24 Apr 2009 10:36:24 +0000 (10:36 +0000)] 
update bakefile to 0.2.6

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

15 years agobuild a 2.9.x windows setup file and chm and htb sets of docs
Chris Elliott [Fri, 24 Apr 2009 09:45:48 +0000 (09:45 +0000)] 
build a 2.9.x windows setup file and chm and htb sets of docs

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

15 years agoNew dev.
Michael Wetherell [Fri, 24 Apr 2009 07:40:54 +0000 (07:40 +0000)] 
New dev.

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

15 years agoUse a hidden window to catch the timer messages instead of a timer proc. This fixes...
Robin Dunn [Fri, 24 Apr 2009 05:03:42 +0000 (05:03 +0000)] 
Use a hidden window to catch the timer messages instead of a timer proc.  This fixes an obscure problem where a new activation context is ignored while in the scop of the timer callback.  wxPython needs the activation context to always be active.

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

15 years agoanother typo correction; provide GNU gettext link
Vadim Zeitlin [Thu, 23 Apr 2009 15:52:07 +0000 (15:52 +0000)] 
another typo correction; provide GNU gettext link

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

15 years agofix links and references to cvs (closes #10729)
Vadim Zeitlin [Thu, 23 Apr 2009 15:50:40 +0000 (15:50 +0000)] 
fix links and references to cvs (closes #10729)

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

15 years agoState fix
Julian Smart [Wed, 22 Apr 2009 14:00:16 +0000 (14:00 +0000)] 
State fix

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

15 years agoRemoved redundant/harmful no anti-aliasing on Mac
Julian Smart [Wed, 22 Apr 2009 07:59:19 +0000 (07:59 +0000)] 
Removed redundant/harmful no anti-aliasing on Mac

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

15 years agocorrect the assert added by r60056 to not trigger in non-report modes (see #10687)
Vadim Zeitlin [Tue, 21 Apr 2009 17:58:35 +0000 (17:58 +0000)] 
correct the assert added by r60056 to not trigger in non-report modes (see #10687)

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

15 years agoavoid multiline strings in AC_CONFIG_COMMANDS as it seems to result in problems with...
Vadim Zeitlin [Tue, 21 Apr 2009 17:33:56 +0000 (17:33 +0000)] 
avoid multiline strings in AC_CONFIG_COMMANDS as it seems to result in problems with /bin/dash (see #10724)

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

15 years agodon't readd items in SetImageList() after changing the control mode, they are suppose...
Vadim Zeitlin [Tue, 21 Apr 2009 17:31:03 +0000 (17:31 +0000)] 
don't readd items in SetImageList() after changing the control mode, they are supposed to be preserved by wxListCtrl itself (correction for #9484)

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

15 years agoadd test checking that switching mode doesn't change the controls contents (see ...
Vadim Zeitlin [Tue, 21 Apr 2009 17:19:08 +0000 (17:19 +0000)] 
add test checking that switching mode doesn't change the controls contents (see #9484)

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

15 years agoadding me to author, updating date
Stefan Csomor [Tue, 21 Apr 2009 14:32:07 +0000 (14:32 +0000)] 
adding me to author, updating date

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

15 years agobuild fix for wxMac
Francesco Montorsi [Tue, 21 Apr 2009 12:18:41 +0000 (12:18 +0000)] 
build fix for wxMac

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

15 years agouse :: when referring to wxDefaultSize or wxDefaultPosition
Francesco Montorsi [Tue, 21 Apr 2009 11:21:36 +0000 (11:21 +0000)] 
use :: when referring to wxDefaultSize or wxDefaultPosition

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

15 years agoimplement tooltips for wxStatusBar panes whose contents were ellipsized; introduce...
Francesco Montorsi [Tue, 21 Apr 2009 11:10:44 +0000 (11:10 +0000)] 
implement tooltips for wxStatusBar panes whose contents were ellipsized; introduce wxST_SHOW_TIPS and wxST_DEFAULT_STYLE styles

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

15 years agono real change; just add the standard separator where it's missing
Francesco Montorsi [Tue, 21 Apr 2009 00:05:14 +0000 (00:05 +0000)] 
no real change; just add the standard separator where it's missing

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

15 years agofix confusion in IsSameAs() docs (closes #10722)
Vadim Zeitlin [Tue, 21 Apr 2009 00:05:06 +0000 (00:05 +0000)] 
fix confusion in IsSameAs() docs (closes #10722)

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

15 years agoinclude windows.h instead of basetsd.h directly as this doesn't seem to be supported...
Vadim Zeitlin [Mon, 20 Apr 2009 23:42:04 +0000 (23:42 +0000)] 
include windows.h instead of basetsd.h directly as this doesn't seem to be supported by mingw64

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

15 years agocontent must be changeable by wx even though control may be disabled
Stefan Csomor [Mon, 20 Apr 2009 19:23:57 +0000 (19:23 +0000)] 
content must be changeable by wx even though control may be disabled

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

15 years agouse WX_PIZZA(...) to deference pointers only when we are sure that the pointer is...
Francesco Montorsi [Mon, 20 Apr 2009 18:49:20 +0000 (18:49 +0000)] 
use WX_PIZZA(...) to deference pointers only when we are sure that the pointer is non-NULL

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

15 years agofixing param
Stefan Csomor [Mon, 20 Apr 2009 04:47:14 +0000 (04:47 +0000)] 
fixing param

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

15 years agoDocument CreateMeasuringContext now that it is available for all wxGC impls.
Kevin Ollivier [Sun, 19 Apr 2009 19:51:08 +0000 (19:51 +0000)] 
Document CreateMeasuringContext now that it is available for all wxGC impls.

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

15 years agoname wxStaticBoxSizer; some other minor wording clarifications
Francesco Montorsi [Sun, 19 Apr 2009 19:46:36 +0000 (19:46 +0000)] 
name wxStaticBoxSizer; some other minor wording clarifications

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

15 years agogrouping is not allowed for enum values
Francesco Montorsi [Sun, 19 Apr 2009 13:29:19 +0000 (13:29 +0000)] 
grouping is not allowed for enum values

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

15 years agoinitialize m_hFont in the beginning of wxFontRefData::Init() to avoid freeing invalid...
Vadim Zeitlin [Sat, 18 Apr 2009 12:27:31 +0000 (12:27 +0000)] 
initialize m_hFont in the beginning of wxFontRefData::Init() to avoid freeing invalid font handle in SetXXX() called afterwards; removed hard TABs

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

15 years agoblind fix for eVC compilation with wxEVENTS_COMPATIBILITY_2_8==0 (hopefully closes...
Vadim Zeitlin [Sat, 18 Apr 2009 12:23:51 +0000 (12:23 +0000)] 
blind fix for eVC compilation with wxEVENTS_COMPATIBILITY_2_8==0 (hopefully closes #10714)

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

15 years agouse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT whenever possible to see more...
Vadim Zeitlin [Sat, 18 Apr 2009 12:19:38 +0000 (12:19 +0000)] 
use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT whenever possible to see more information about the test failures

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

15 years agoremoving overloads to avoid 'hidden method' warning
Stefan Csomor [Sat, 18 Apr 2009 11:10:40 +0000 (11:10 +0000)] 
removing overloads to avoid 'hidden method' warning

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

15 years agoRe-added support for property attribute wxPG_BOOL_USE_DOUBLE_CLICK_CYCLING (lines...
Jaakko Salli [Sat, 18 Apr 2009 10:34:03 +0000 (10:34 +0000)] 
Re-added support for property attribute wxPG_BOOL_USE_DOUBLE_CLICK_CYCLING (lines required to support it were accidentally removed at some point)

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

15 years agoQuick (temporary) fix for some spurious splitter movement
Jaakko Salli [Sat, 18 Apr 2009 10:20:18 +0000 (10:20 +0000)] 
Quick (temporary) fix for some spurious splitter movement

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

15 years agoFixed fallback font used in wxFontProperty::OnSetValue()
Jaakko Salli [Sat, 18 Apr 2009 09:56:09 +0000 (09:56 +0000)] 
Fixed fallback font used in wxFontProperty::OnSetValue()

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

15 years agoUse wxStdDialogButtonSizer in editor dialogs of wxLongStringProperty and wxArrayStrin...
Jaakko Salli [Sat, 18 Apr 2009 09:43:18 +0000 (09:43 +0000)] 
Use wxStdDialogButtonSizer in editor dialogs of wxLongStringProperty and wxArrayStringProperty

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

15 years agoblind wxOS2 build fix
Francesco Montorsi [Sat, 18 Apr 2009 08:08:56 +0000 (08:08 +0000)] 
blind wxOS2 build fix

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

15 years agowrong override params
Stefan Csomor [Fri, 17 Apr 2009 18:25:40 +0000 (18:25 +0000)] 
wrong override params

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

15 years agoDon't attempt to do measuring when the window hasn't been created fully yet
Julian Smart [Fri, 17 Apr 2009 16:12:00 +0000 (16:12 +0000)] 
Don't attempt to do measuring when the window hasn't been created fully yet

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

15 years agouse "ul" suffix instead of cast to unsigned long; this is not only shorter but also...
Vadim Zeitlin [Fri, 17 Apr 2009 13:06:27 +0000 (13:06 +0000)] 
use "ul" suffix instead of cast to unsigned long; this is not only shorter but also avoids gcc warning about working correctly only in C90

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

15 years agoreally fix compilation with wxEVENTS_COMPATIBILITY_2_8 after r60212
Vadim Zeitlin [Fri, 17 Apr 2009 00:35:58 +0000 (00:35 +0000)] 
really fix compilation with wxEVENTS_COMPATIBILITY_2_8 after r60212

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

15 years agocompilation fix for wxEVENTS_COMPATIBILITY_2_8 build after r60212
Vadim Zeitlin [Thu, 16 Apr 2009 22:41:52 +0000 (22:41 +0000)] 
compilation fix for wxEVENTS_COMPATIBILITY_2_8 build after r60212

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

15 years agoadded failing compilation test for the case of missing handler in Bind() call
Vadim Zeitlin [Thu, 16 Apr 2009 21:33:37 +0000 (21:33 +0000)] 
added failing compilation test for the case of missing handler in Bind() call

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

15 years agoremove wxNewEventFunctor() overload which allowed calls to "Bind(evt, &WrongClass...
Vadim Zeitlin [Thu, 16 Apr 2009 21:23:28 +0000 (21:23 +0000)] 
remove wxNewEventFunctor() overload which allowed calls to "Bind(evt, &WrongClass::method)" to compile

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

15 years agowxFlagsProperty now automatically relays wxBOOL_USE_CHECKBOX and wxBOOL_USE_DOUBLE_CL...
Jaakko Salli [Thu, 16 Apr 2009 19:28:39 +0000 (19:28 +0000)] 
wxFlagsProperty now automatically relays wxBOOL_USE_CHECKBOX and wxBOOL_USE_DOUBLE_CLICK_CYCLING to child bool properties (closes #10690)

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

15 years agoRemoved unneeded includes
Jaakko Salli [Thu, 16 Apr 2009 18:21:10 +0000 (18:21 +0000)] 
Removed unneeded includes

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

15 years agoadd Bind() test
Vadim Zeitlin [Thu, 16 Apr 2009 16:34:35 +0000 (16:34 +0000)] 
add Bind() test

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

15 years agorebake after the addition of graphics/measuring.cpp
Vadim Zeitlin [Thu, 16 Apr 2009 14:49:28 +0000 (14:49 +0000)] 
rebake after the addition of graphics/measuring.cpp

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