wxWidgets.git
17 years agoupdate from suzumizaki (patch 1522241)
Vadim Zeitlin [Tue, 25 Jul 2006 00:23:38 +0000 (00:23 +0000)] 
update from suzumizaki (patch 1522241)

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

17 years agomake wxGetKeyState() work for non-modifier keys; corrected some key mappings (patch...
Vadim Zeitlin [Tue, 25 Jul 2006 00:19:46 +0000 (00:19 +0000)] 
make wxGetKeyState() work for non-modifier keys; corrected some key mappings (patch 1521490)

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

17 years agowxPathList cleanup by Francesco (patch 1521481)
Vadim Zeitlin [Tue, 25 Jul 2006 00:16:55 +0000 (00:16 +0000)] 
wxPathList cleanup by Francesco (patch 1521481)

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

17 years agogenerate middle click events (patch 1521314)
Vadim Zeitlin [Tue, 25 Jul 2006 00:09:49 +0000 (00:09 +0000)] 
generate middle click events (patch 1521314)

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

17 years agoadded wxID_HELP_INDEX/SEARCH (part of request 1404089)
Vadim Zeitlin [Tue, 25 Jul 2006 00:06:43 +0000 (00:06 +0000)] 
added wxID_HELP_INDEX/SEARCH (part of request 1404089)

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

17 years agooptionally count repeating wxLog messages instead of logging all (patch 1520815)
Vadim Zeitlin [Tue, 25 Jul 2006 00:04:35 +0000 (00:04 +0000)] 
optionally count repeating wxLog messages instead of logging all (patch 1520815)

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

17 years agodon't send duplicate set/kill focus events when the text control part of the control...
Vadim Zeitlin [Mon, 24 Jul 2006 23:51:43 +0000 (23:51 +0000)] 
don't send duplicate set/kill focus events when the text control part of the control gets/loses focus

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

17 years agowxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)
Vadim Zeitlin [Mon, 24 Jul 2006 23:48:06 +0000 (23:48 +0000)] 
wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)

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

17 years agoallow customization of individual grid lines appearance (patch 1496015)
Vadim Zeitlin [Mon, 24 Jul 2006 23:16:37 +0000 (23:16 +0000)] 
allow customization of individual grid lines appearance (patch 1496015)

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

17 years agofixed typos in last check in
Vadim Zeitlin [Mon, 24 Jul 2006 18:30:43 +0000 (18:30 +0000)] 
fixed typos in last check in

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

17 years agoprotect gs_allThreads with a mutex (modified patch 1518719)
Vadim Zeitlin [Mon, 24 Jul 2006 18:26:26 +0000 (18:26 +0000)] 
protect gs_allThreads with a mutex (modified patch 1518719)

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

17 years agodocumentation for wxAppTraits (patch 1518295 from Francesco)
Vadim Zeitlin [Mon, 24 Jul 2006 18:20:18 +0000 (18:20 +0000)] 
documentation for wxAppTraits (patch 1518295 from Francesco)

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

17 years agodo nothing in Refresh() if the control is frozen
Vadim Zeitlin [Mon, 24 Jul 2006 18:18:34 +0000 (18:18 +0000)] 
do nothing in Refresh() if the control is frozen

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

17 years agocall DoDirtyProcessing() from OnIdle() instead of using wxYield() (patch 1518119)
Vadim Zeitlin [Mon, 24 Jul 2006 18:12:23 +0000 (18:12 +0000)] 
call DoDirtyProcessing() from OnIdle() instead of using wxYield() (patch 1518119)

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

17 years agocheck that the stream is valid before using it in Load() and Save() (patch 1516432)
Vadim Zeitlin [Mon, 24 Jul 2006 18:06:57 +0000 (18:06 +0000)] 
check that the stream is valid before using it in Load() and Save() (patch 1516432)

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

17 years agoimproved Skip() docs (replaces patch 1516341)
Vadim Zeitlin [Mon, 24 Jul 2006 18:05:32 +0000 (18:05 +0000)] 
improved Skip() docs (replaces patch 1516341)

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

17 years agoadd default value for the encoding parameter of wxMacCFStringHolder() instead of...
Vadim Zeitlin [Mon, 24 Jul 2006 18:01:39 +0000 (18:01 +0000)] 
add default value for the encoding parameter of wxMacCFStringHolder() instead of passing wxLocale::GetSystemEncoding() which doesn't work when wxUSE_INTL == 0 to it in many places (replaces 2nd part of patch 1501724)

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

17 years agoadded wxID_ANY default value for the id parameter of Create() for consistency with...
Vadim Zeitlin [Mon, 24 Jul 2006 17:44:46 +0000 (17:44 +0000)] 
added wxID_ANY default value for the id parameter of Create() for consistency with the ctor (request 1481791)

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

17 years agoadded HasHandlerForPath() (modified patch 1514524)
Vadim Zeitlin [Mon, 24 Jul 2006 17:37:39 +0000 (17:37 +0000)] 
added HasHandlerForPath() (modified patch 1514524)

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

17 years agowxUSE_GUI == 0 compilation fix (patch 1501724)
Vadim Zeitlin [Mon, 24 Jul 2006 17:13:38 +0000 (17:13 +0000)] 
wxUSE_GUI == 0 compilation fix (patch 1501724)

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

17 years agoadded static casts to void * for pointers used with format specifier to silence...
Vadim Zeitlin [Mon, 24 Jul 2006 17:05:46 +0000 (17:05 +0000)] 
added static casts to void * for pointers used with  format specifier to silence stupid gcc pedantic warning (bug 1500717)

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

17 years agofloating panes now respect wxPaneInfo::HasCloseButton()
Benjamin Williams [Mon, 24 Jul 2006 16:00:37 +0000 (16:00 +0000)] 
floating panes now respect wxPaneInfo::HasCloseButton()

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

17 years agoadded test pane which has no close button
Benjamin Williams [Mon, 24 Jul 2006 15:57:44 +0000 (15:57 +0000)] 
added test pane which has no close button

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

17 years agouse sample.rc
Vadim Zeitlin [Mon, 24 Jul 2006 15:01:14 +0000 (15:01 +0000)] 
use sample.rc

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

17 years agominor refactoring of OnEraseBackground()
Vadim Zeitlin [Mon, 24 Jul 2006 14:57:57 +0000 (14:57 +0000)] 
minor refactoring of OnEraseBackground()

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

17 years agoWarning fix.
Włodzimierz Skiba [Mon, 24 Jul 2006 14:07:50 +0000 (14:07 +0000)] 
Warning fix.

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

17 years agoWarning fix, minor source cleaning and better !PCH support.
Włodzimierz Skiba [Mon, 24 Jul 2006 14:04:31 +0000 (14:04 +0000)] 
Warning fix, minor source cleaning and better !PCH support.

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

17 years agos_verComCtl doesn't change (during program lifetime)
Vadim Zeitlin [Mon, 24 Jul 2006 13:49:02 +0000 (13:49 +0000)] 
s_verComCtl doesn't change (during program lifetime)

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

17 years agoFix toolbar background painting whem comctl32 < 6
Jamie Gadd [Mon, 24 Jul 2006 13:45:31 +0000 (13:45 +0000)] 
Fix toolbar background painting whem comctl32 < 6

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

17 years agowxAUI: remove spurious semicolons
Alex Bligh [Mon, 24 Jul 2006 13:45:18 +0000 (13:45 +0000)] 
wxAUI: remove spurious semicolons

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

17 years agoinstall help provider to allow testing helptext tags in XRC
Vadim Zeitlin [Mon, 24 Jul 2006 13:39:10 +0000 (13:39 +0000)] 
install help provider to allow testing helptext tags in XRC

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

17 years agodon't use obsolete wxNO_FULL_REPAINT_ON_RESIZE flag; don't use unnecessary wxCLIP_CHI...
Vadim Zeitlin [Mon, 24 Jul 2006 13:38:12 +0000 (13:38 +0000)] 
don't use obsolete wxNO_FULL_REPAINT_ON_RESIZE flag; don't use unnecessary wxCLIP_CHILDREN one

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

17 years agoadded code to test UI updating of menu items in MDI apps
Vadim Zeitlin [Mon, 24 Jul 2006 13:36:22 +0000 (13:36 +0000)] 
added code to test UI updating of menu items in MDI apps

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

17 years agoadded FindFileInPath() (part of an otherwise rejected patch)
Vadim Zeitlin [Mon, 24 Jul 2006 13:34:26 +0000 (13:34 +0000)] 
added FindFileInPath() (part of an otherwise rejected patch)

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

17 years agowxPROCESS_ENTER is deprecated in favour of wxTE_PROCESS_ENTER. So use the latter...
Mart Raudsepp [Mon, 24 Jul 2006 11:38:06 +0000 (11:38 +0000)] 
wxPROCESS_ENTER is deprecated in favour of wxTE_PROCESS_ENTER. So use the latter in documentation.

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

17 years agowxString::IsEmpty() => empty()
Benjamin Williams [Mon, 24 Jul 2006 11:32:42 +0000 (11:32 +0000)] 
wxString::IsEmpty() => empty()

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

17 years agofixed variable name
Benjamin Williams [Mon, 24 Jul 2006 11:30:27 +0000 (11:30 +0000)] 
fixed variable name

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

17 years agotab draw happens right away when you set the caption
Benjamin Williams [Mon, 24 Jul 2006 09:44:19 +0000 (09:44 +0000)] 
tab draw happens right away when you set the caption

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

17 years agodrawing improvements; empty caption w/ tab drawing looks better
Benjamin Williams [Mon, 24 Jul 2006 09:28:59 +0000 (09:28 +0000)] 
drawing improvements; empty caption w/ tab drawing looks better

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

17 years agotabmdi menu fix
Benjamin Williams [Mon, 24 Jul 2006 08:40:08 +0000 (08:40 +0000)] 
tabmdi menu fix

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

17 years ago[ 1518434 ] wxSize::Scale with wxScale and wxPoint operators documented
Włodzimierz Skiba [Mon, 24 Jul 2006 08:26:38 +0000 (08:26 +0000)] 
[ 1518434 ] wxSize::Scale with wxScale and wxPoint operators documented

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

17 years ago[ 1517666 ] suppression of wxVsnprintf() warnings - with little extensions.
Włodzimierz Skiba [Mon, 24 Jul 2006 07:48:24 +0000 (07:48 +0000)] 
[ 1517666 ] suppression of wxVsnprintf() warnings - with little extensions.

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

17 years agoWarning fix.
Włodzimierz Skiba [Mon, 24 Jul 2006 07:46:05 +0000 (07:46 +0000)] 
Warning fix.

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

17 years agoremoved some commented-out code
Benjamin Williams [Mon, 24 Jul 2006 07:16:20 +0000 (07:16 +0000)] 
removed some commented-out code

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

17 years agoPCH build fix.
Włodzimierz Skiba [Mon, 24 Jul 2006 07:02:24 +0000 (07:02 +0000)] 
PCH build fix.

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

17 years agoSource cleaning.
Włodzimierz Skiba [Mon, 24 Jul 2006 06:30:49 +0000 (06:30 +0000)] 
Source cleaning.

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

17 years agoPer Robert R, apply: [ 1484667 ] Make wxWindow::Update() update native controls
Alex Bligh [Sun, 23 Jul 2006 20:56:08 +0000 (20:56 +0000)] 
Per Robert R, apply: [ 1484667 ] Make wxWindow::Update() update native controls

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

17 years agowxAUI: wrap calls to SetTransparent/CanSetTransparent so file can easily be used...
Alex Bligh [Sun, 23 Jul 2006 14:03:37 +0000 (14:03 +0000)] 
wxAUI: wrap calls to SetTransparent/CanSetTransparent so file can easily be used with 2.6

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

17 years agoUse wxCHECK_VERSION not wxABI_VERSION to avoid xrc loader bug
Alex Bligh [Sun, 23 Jul 2006 13:52:40 +0000 (13:52 +0000)] 
Use wxCHECK_VERSION not wxABI_VERSION to avoid xrc loader bug

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

17 years agoAdd ability to test tab stops. Very slightly modified patch from #1518114 (Tim Kosse)
Mart Raudsepp [Sun, 23 Jul 2006 12:07:56 +0000 (12:07 +0000)] 
Add ability to test tab stops. Very slightly modified patch from #1518114 (Tim Kosse)

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

17 years agowxAUI: Don't fade venetian blind effect by default
Alex Bligh [Sun, 23 Jul 2006 11:39:13 +0000 (11:39 +0000)] 
wxAUI: Don't fade venetian blind effect by default

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

17 years agoAdded color setting tool to the RichTextCtrl sample
Robin Dunn [Sat, 22 Jul 2006 23:05:30 +0000 (23:05 +0000)] 
Added color setting tool to the RichTextCtrl sample

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

17 years agosome test code
Robin Dunn [Sat, 22 Jul 2006 23:04:08 +0000 (23:04 +0000)] 
some test code

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

17 years agoAdded support for the wxAUI Notebook
Robin Dunn [Sat, 22 Jul 2006 23:02:47 +0000 (23:02 +0000)] 
Added support for the wxAUI Notebook

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

17 years agoChange the other OnAssert --> OnAssertFailure
Robin Dunn [Sat, 22 Jul 2006 23:01:44 +0000 (23:01 +0000)] 
Change the other OnAssert --> OnAssertFailure

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

17 years agoSome changes needed for wxPython
Robin Dunn [Sat, 22 Jul 2006 22:32:25 +0000 (22:32 +0000)] 
Some changes needed for wxPython

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

17 years agoAlso need to override Show
Robin Dunn [Sat, 22 Jul 2006 22:31:07 +0000 (22:31 +0000)] 
Also need to override Show

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

17 years agoadded some font measuring to wxAuiMultiNotebook
Benjamin Williams [Sat, 22 Jul 2006 18:51:14 +0000 (18:51 +0000)] 
added some font measuring to wxAuiMultiNotebook

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

17 years agoEscape underscores
Mart Raudsepp [Sat, 22 Jul 2006 18:47:17 +0000 (18:47 +0000)] 
Escape underscores

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

17 years agoAdd support for transparent hint windows under GTK
Alex Bligh [Sat, 22 Jul 2006 17:30:28 +0000 (17:30 +0000)] 
Add support for transparent hint windows under GTK

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

17 years agoDon't handle WM_PRINTCLIENT anymore, manually draw the static box label background...
Jamie Gadd [Sat, 22 Jul 2006 17:20:05 +0000 (17:20 +0000)] 
Don't handle WM_PRINTCLIENT anymore, manually draw the static box label background instead.

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

17 years agowxAUI: Do not leak a wxFrame if transparency is not supported
Alex Bligh [Sat, 22 Jul 2006 16:41:14 +0000 (16:41 +0000)] 
wxAUI: Do not leak a wxFrame if transparency is not supported

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

17 years agoadded auibook.cpp and tabmdi.cpp to build scripts
Benjamin Williams [Sat, 22 Jul 2006 14:00:57 +0000 (14:00 +0000)] 
added auibook.cpp and tabmdi.cpp to build scripts

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

17 years agoFix redraw problems with hint rectangle when there is no transparency
Alex Bligh [Sat, 22 Jul 2006 13:58:53 +0000 (13:58 +0000)] 
Fix redraw problems with hint rectangle when there is no transparency

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

17 years agomore compile fixes on wxGTK; auibook.h and tabmdi.h are now uncommented in aui.h
Benjamin Williams [Sat, 22 Jul 2006 13:14:07 +0000 (13:14 +0000)] 
more compile fixes on wxGTK; auibook.h and tabmdi.h are now uncommented in aui.h

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

17 years agocompile fixes on wxGTK
Benjamin Williams [Sat, 22 Jul 2006 13:12:49 +0000 (13:12 +0000)] 
compile fixes on wxGTK

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

17 years agoClean up wxOwnerDrawnComboBox XRC handler as suggested by abxabx fixing bug
Alex Bligh [Sat, 22 Jul 2006 12:47:44 +0000 (12:47 +0000)] 
Clean up wxOwnerDrawnComboBox XRC handler as suggested by abxabx fixing bug
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1487463&group_id=9863

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

18 years agoadded some overrides to wxTabFrame to remove errors
Benjamin Williams [Sat, 22 Jul 2006 07:34:45 +0000 (07:34 +0000)] 
added some overrides to wxTabFrame to remove errors

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

18 years agofixing this conversion (was essentially a no-op under NON-UNICODE)
Stefan Csomor [Sat, 22 Jul 2006 07:20:59 +0000 (07:20 +0000)] 
fixing this conversion (was essentially a no-op under NON-UNICODE)

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

18 years agoadding back-conversion to filenames (wide composed)
Stefan Csomor [Sat, 22 Jul 2006 07:18:32 +0000 (07:18 +0000)] 
adding back-conversion to filenames (wide composed)

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

18 years agoDocstrings and other fixes from David Hughes
Robin Dunn [Fri, 21 Jul 2006 16:10:42 +0000 (16:10 +0000)] 
Docstrings and other fixes from David Hughes

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

18 years agoPDA adjustements
Włodzimierz Skiba [Fri, 21 Jul 2006 15:28:50 +0000 (15:28 +0000)] 
PDA adjustements

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

18 years agoFix typo
Alex Bligh [Fri, 21 Jul 2006 15:05:44 +0000 (15:05 +0000)] 
Fix typo

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

18 years agoupdated header file name in source
Benjamin Williams [Fri, 21 Jul 2006 14:55:21 +0000 (14:55 +0000)] 
updated header file name in source

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

18 years agorenamed notebook.h to auibook.h
Benjamin Williams [Fri, 21 Jul 2006 14:49:23 +0000 (14:49 +0000)] 
renamed notebook.h to auibook.h

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

18 years agorenamed notebook.cpp to auibook.cpp
Benjamin Williams [Fri, 21 Jul 2006 14:48:06 +0000 (14:48 +0000)] 
renamed notebook.cpp to auibook.cpp

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

18 years agoadded corresponding notebook.h and tabmdi.h to aui
Benjamin Williams [Fri, 21 Jul 2006 13:36:21 +0000 (13:36 +0000)] 
added corresponding notebook.h and tabmdi.h to aui

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

18 years agoadded notebook.cpp and tabmdi.cpp
Benjamin Williams [Fri, 21 Jul 2006 13:35:00 +0000 (13:35 +0000)] 
added notebook.cpp and tabmdi.cpp

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

18 years ago revert change to bakefile list
Chris Elliott [Fri, 21 Jul 2006 12:01:21 +0000 (12:01 +0000)] 
 revert change to bakefile list

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

18 years agouse Bakefiles in CVS tree
Chris Elliott [Fri, 21 Jul 2006 10:45:39 +0000 (10:45 +0000)] 
use Bakefiles in CVS tree

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

18 years agouse local scripts not the newly downloaded CVS
Chris Elliott [Fri, 21 Jul 2006 09:10:35 +0000 (09:10 +0000)] 
use local scripts not the newly downloaded CVS

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

18 years agoDon't check with CanSetTransparent from within SetTransparent if the former is suppos...
Mart Raudsepp [Fri, 21 Jul 2006 01:49:18 +0000 (01:49 +0000)] 
Don't check with CanSetTransparent from within SetTransparent if the former is supposed to be pessimistic and
latter optimistic about actual visual result.

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

18 years agoout typemap for wxMemorySize
Robin Dunn [Thu, 20 Jul 2006 20:55:59 +0000 (20:55 +0000)] 
out typemap for wxMemorySize

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

18 years agoFollow lib dependancy.
Włodzimierz Skiba [Thu, 20 Jul 2006 20:01:31 +0000 (20:01 +0000)] 
Follow lib dependancy.

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

18 years agoFollow lib dependancy.
Włodzimierz Skiba [Thu, 20 Jul 2006 17:28:18 +0000 (17:28 +0000)] 
Follow lib dependancy.

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

18 years agoWarning fixes.
Włodzimierz Skiba [Thu, 20 Jul 2006 17:26:52 +0000 (17:26 +0000)] 
Warning fixes.

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

18 years ago[ 1523907 ] Remove unnecessary wxComboCtrl window style.
Włodzimierz Skiba [Thu, 20 Jul 2006 15:31:10 +0000 (15:31 +0000)] 
[ 1523907 ] Remove unnecessary wxComboCtrl window style.

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

18 years agomade RE match the otional tag name after the sticky flags
Vadim Zeitlin [Thu, 20 Jul 2006 15:25:26 +0000 (15:25 +0000)] 
made RE match the otional tag name after the sticky flags

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

18 years agofix RE
Chris Elliott [Thu, 20 Jul 2006 15:12:34 +0000 (15:12 +0000)] 
fix RE

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

18 years agoadded more time span formatting tests
Vadim Zeitlin [Thu, 20 Jul 2006 15:11:18 +0000 (15:11 +0000)] 
added more time span formatting tests

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

18 years agohandle negative time spans correctly in Format()
Vadim Zeitlin [Thu, 20 Jul 2006 15:04:10 +0000 (15:04 +0000)] 
handle negative time spans correctly in Format()

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

18 years agoReuse common sample resources. Remove unused files.
Włodzimierz Skiba [Thu, 20 Jul 2006 14:55:38 +0000 (14:55 +0000)] 
Reuse common sample resources. Remove unused files.

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

18 years ago[ 1524693 ] wxOwnerDrawnComboBox focus paint fix.
Włodzimierz Skiba [Thu, 20 Jul 2006 14:37:47 +0000 (14:37 +0000)] 
[ 1524693 ] wxOwnerDrawnComboBox focus paint fix.

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

18 years agoWarning fix.
Włodzimierz Skiba [Thu, 20 Jul 2006 14:01:57 +0000 (14:01 +0000)] 
Warning fix.

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

18 years agofixed TestTimeFormat() test: and can use 2 digit years which broke dates comparison...
Vadim Zeitlin [Thu, 20 Jul 2006 13:41:49 +0000 (13:41 +0000)] 
fixed TestTimeFormat() test:  and  can use 2 digit years which broke dates comparison for dates not in this (nor last) century

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

18 years agoadded non-static GetCentury(), removed default value for static GetCentury() paramete...
Vadim Zeitlin [Thu, 20 Jul 2006 13:40:11 +0000 (13:40 +0000)] 
added non-static GetCentury(), removed default value for static GetCentury() parameter which didn't make any sense at all

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

18 years agoadded wxTimeSpan::Format() test
Vadim Zeitlin [Thu, 20 Jul 2006 13:20:00 +0000 (13:20 +0000)] 
added wxTimeSpan::Format() test

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

18 years agoReuse common sample resources. Little code cleanup. Removed unused files.
Włodzimierz Skiba [Thu, 20 Jul 2006 11:57:15 +0000 (11:57 +0000)] 
Reuse common sample resources. Little code cleanup. Removed unused files.

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

18 years agoremove file lists on exit
Chris Elliott [Thu, 20 Jul 2006 11:14:38 +0000 (11:14 +0000)] 
remove file lists on exit

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

18 years agorestore snapshot and remove 2 toplevels dirs from tarball
Chris Elliott [Thu, 20 Jul 2006 10:52:18 +0000 (10:52 +0000)] 
restore snapshot and remove 2 toplevels dirs from tarball

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