wxWidgets.git
15 years agojust return false instead of crashing if the document contents can't be converted...
Vadim Zeitlin [Fri, 10 Oct 2008 16:13:53 +0000 (16:13 +0000)] 
just return false instead of crashing if the document contents can't be converted to the target encoding (#10064)

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

15 years agodon't crash when streaming out a wxString into an std::ostream, just set the failbit...
Vadim Zeitlin [Fri, 10 Oct 2008 16:11:40 +0000 (16:11 +0000)] 
don't crash when streaming out a wxString into an std::ostream, just set the failbit instead

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

15 years agouse correct background color when drawing borders
Paul Cornett [Fri, 10 Oct 2008 15:51:09 +0000 (15:51 +0000)] 
use correct background color when drawing borders

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

15 years agoadd a very simple test for Load/Save()
Vadim Zeitlin [Fri, 10 Oct 2008 15:37:50 +0000 (15:37 +0000)] 
add a very simple test for Load/Save()

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

15 years agoGetPendingEditedValue() -> GetUncommittedPropertyValue() (more consistent API naming...
Jaakko Salli [Fri, 10 Oct 2008 15:22:08 +0000 (15:22 +0000)] 
GetPendingEditedValue() -> GetUncommittedPropertyValue() (more consistent API naming. Eg. there is also CommitChangesFromEditor())

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

15 years agoFix crash again
Robert Roebling [Fri, 10 Oct 2008 10:02:35 +0000 (10:02 +0000)] 
Fix crash again

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

15 years agoTrying to make introduction reappear
Robert Roebling [Fri, 10 Oct 2008 08:44:49 +0000 (08:44 +0000)] 
Trying to make introduction reappear

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

15 years agoFix crash with NULL pointer dereferencing
Robert Roebling [Fri, 10 Oct 2008 07:36:36 +0000 (07:36 +0000)] 
Fix crash with NULL pointer dereferencing

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

15 years agoimplement GetSizeAvailableForScrollTarget
Robert Roebling [Thu, 9 Oct 2008 19:18:28 +0000 (19:18 +0000)] 
implement GetSizeAvailableForScrollTarget

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

15 years agoUse g_signal_connect_after for wxRadioButton as well
Robert Roebling [Thu, 9 Oct 2008 18:12:41 +0000 (18:12 +0000)] 
Use g_signal_connect_after for wxRadioButton as well

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

15 years agoBlind guess fix for wxRB_SINGLE
Robert Roebling [Thu, 9 Oct 2008 18:09:11 +0000 (18:09 +0000)] 
Blind guess fix for wxRB_SINGLE

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

15 years agofixed a bug caused by passing a wxChar[] buffer to a function taking a wxString;...
Francesco Montorsi [Thu, 9 Oct 2008 17:00:32 +0000 (17:00 +0000)] 
fixed a bug caused by passing a wxChar[] buffer to a function taking a wxString; the buffer was automatically converted but since it was not NULL-terminated, a crash resulted

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

15 years agodoxygen warning fix
Francesco Montorsi [Thu, 9 Oct 2008 16:42:52 +0000 (16:42 +0000)] 
doxygen warning fix

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

15 years agorevised richtext headers
Francesco Montorsi [Thu, 9 Oct 2008 16:30:57 +0000 (16:30 +0000)] 
revised richtext headers

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

15 years agofix typo (missing P2 argument in template)
Francesco Montorsi [Thu, 9 Oct 2008 14:23:06 +0000 (14:23 +0000)] 
fix typo (missing P2 argument in template)

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

15 years agouse standard tags @class,,@lib,@category for wxScopeGuard, too (to keep the documenta...
Francesco Montorsi [Thu, 9 Oct 2008 13:45:25 +0000 (13:45 +0000)] 
use standard tags @class,,@lib,@category for wxScopeGuard, too (to keep the documentation style uniform)

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

15 years agouse wxScopeGuard instead of an explicit try/catch(...)/throw: this suppresses wxUSE_E...
Vadim Zeitlin [Thu, 9 Oct 2008 11:27:59 +0000 (11:27 +0000)] 
use wxScopeGuard instead of an explicit try/catch(...)/throw: this suppresses wxUSE_EXCEPTIONS tests and also avoids MSVC unreachable code warnings

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

15 years agoadd 3 parameter scope guard; improve its documentation
Vadim Zeitlin [Thu, 9 Oct 2008 11:26:50 +0000 (11:26 +0000)] 
add 3 parameter scope guard; improve its documentation

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

15 years agouse /nologo nmake switch to avoid many annoying copyright notices in output
Vadim Zeitlin [Thu, 9 Oct 2008 09:49:18 +0000 (09:49 +0000)] 
use /nologo nmake switch to avoid many annoying copyright notices in output

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

15 years agoexclude contrib from build for as long as there is no makefile.vc there
Vadim Zeitlin [Thu, 9 Oct 2008 09:48:24 +0000 (09:48 +0000)] 
exclude contrib from build for as long as there is no makefile.vc there

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

15 years agotrying to fix visibility problems for ObjC++ files after bakefile 0.2.4 upgrade
Vadim Zeitlin [Thu, 9 Oct 2008 09:39:31 +0000 (09:39 +0000)] 
trying to fix visibility problems for ObjC++ files after bakefile 0.2.4 upgrade

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

15 years agofix bug in the test in STL build (where std::vector uses operator=() and not copy...
Vadim Zeitlin [Thu, 9 Oct 2008 09:33:13 +0000 (09:33 +0000)] 
fix bug in the test in STL build (where std::vector uses operator=() and not copy ctor to copy objects around, at least with g++)

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

15 years agofix errors due to missing wxPrintf() declaration in STL build
Vadim Zeitlin [Thu, 9 Oct 2008 09:02:27 +0000 (09:02 +0000)] 
fix errors due to missing wxPrintf() declaration in STL build

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

15 years agorebaked with glgrab again
Stefan Csomor [Thu, 9 Oct 2008 07:46:12 +0000 (07:46 +0000)] 
rebaked with glgrab again

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

15 years agoforgot to commit this file ...
Stefan Csomor [Thu, 9 Oct 2008 05:36:34 +0000 (05:36 +0000)] 
forgot to commit this file ...

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

15 years agoAdded test for Select()
Robert Roebling [Wed, 8 Oct 2008 18:55:23 +0000 (18:55 +0000)] 
Added test for Select()

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

15 years agoForgot to set GtkIter stamp in Select() and friends
Robert Roebling [Wed, 8 Oct 2008 18:46:46 +0000 (18:46 +0000)] 
Forgot to set GtkIter stamp in Select() and friends

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

15 years agoRemoved '#ifndef DOXYGEN' sections
Jaakko Salli [Wed, 8 Oct 2008 18:19:02 +0000 (18:19 +0000)] 
Removed '#ifndef DOXYGEN' sections

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

15 years agoRemoved dysfunctional wxPGPropery::PrepareValueForDialogEditing(); Replaced its funct...
Jaakko Salli [Wed, 8 Oct 2008 18:15:10 +0000 (18:15 +0000)] 
Removed dysfunctional wxPGPropery::PrepareValueForDialogEditing(); Replaced its functionality with wxPropertyGrid::GetPendingEditedValue(); Added wxPropertyGrid::PerformValidation() flags so it can be called in generic context.

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

15 years agoFixed header file conflict.
Stefan Neis [Wed, 8 Oct 2008 17:53:03 +0000 (17:53 +0000)] 
Fixed header file conflict.

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

15 years agoRemoved wxPropertyGridInterface::SetPropertyAttributes()
Jaakko Salli [Wed, 8 Oct 2008 17:02:02 +0000 (17:02 +0000)] 
Removed wxPropertyGridInterface::SetPropertyAttributes()

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

15 years agoregenerated after updating to 0.2.4 bakefile.m4
Vadim Zeitlin [Wed, 8 Oct 2008 16:53:42 +0000 (16:53 +0000)] 
regenerated after updating to 0.2.4 bakefile.m4

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

15 years agoadd VC9 project files (closes #9960)
Vadim Zeitlin [Wed, 8 Oct 2008 16:42:00 +0000 (16:42 +0000)] 
add VC9 project files (closes #9960)

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

15 years agoupdate to 0.2.4 version
Vadim Zeitlin [Wed, 8 Oct 2008 16:32:41 +0000 (16:32 +0000)] 
update to 0.2.4 version

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

15 years agoadded wxDC::GetHDC() for backwards compatibility with the existing wxMSW code
Vadim Zeitlin [Wed, 8 Oct 2008 16:09:09 +0000 (16:09 +0000)] 
added wxDC::GetHDC() for backwards compatibility with the existing wxMSW code

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

15 years agoadded propgrid files
Vadim Zeitlin [Wed, 8 Oct 2008 15:58:57 +0000 (15:58 +0000)] 
added propgrid files

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

15 years agorebaked makefiles with 0.2.4 (and now with forgotten files)
Vadim Zeitlin [Wed, 8 Oct 2008 15:47:51 +0000 (15:47 +0000)] 
rebaked makefiles with 0.2.4 (and now with forgotten files)

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

15 years agorebaked makefiles with 0.2.4
Vadim Zeitlin [Wed, 8 Oct 2008 15:44:49 +0000 (15:44 +0000)] 
rebaked makefiles with 0.2.4

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

15 years agofocus propagation, fixes #10047
Stefan Csomor [Wed, 8 Oct 2008 14:35:32 +0000 (14:35 +0000)] 
focus propagation, fixes #10047

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

15 years agoAdded missing include.
Stefan Neis [Wed, 8 Oct 2008 12:13:05 +0000 (12:13 +0000)] 
Added missing include.

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

15 years agoWorkaround for bug in gcc-3.1 through gcc-3.3 in handling deprecation.
Stefan Neis [Wed, 8 Oct 2008 12:11:07 +0000 (12:11 +0000)] 
Workaround for bug in gcc-3.1 through gcc-3.3 in handling deprecation.

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

15 years agoAvoid cyclic includes by forward declaring wxColour.
Stefan Neis [Tue, 7 Oct 2008 22:22:19 +0000 (22:22 +0000)] 
Avoid cyclic includes by forward declaring wxColour.

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

15 years agoadd wx_xrc.bkl bakefile wxpreset to the list of files to install; set Id in the svn...
Francesco Montorsi [Tue, 7 Oct 2008 17:51:13 +0000 (17:51 +0000)] 
add wx_xrc.bkl bakefile wxpreset to the list of files to install; set Id in the svn:keyword for that file

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

15 years agoRemoved SetPropertiesFlag() (high-level function using 'undocumented' wxPGProperty...
Jaakko Salli [Tue, 7 Oct 2008 17:35:06 +0000 (17:35 +0000)] 
Removed SetPropertiesFlag() (high-level function using 'undocumented' wxPGProperty flags, IIRC was mostly used as poor-man's SetEditableState() and possibly for internal use until very recently)

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

15 years agoEliminated last property generation macros from props.h (colour property gen ones...
Jaakko Salli [Tue, 7 Oct 2008 17:28:05 +0000 (17:28 +0000)] 
Eliminated last property generation macros from props.h (colour property gen ones, now use subclassing facilities present in wx(System)ColourProperty)

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

15 years agoremoved duplicated row of bitmap buttons added for error
Francesco Montorsi [Tue, 7 Oct 2008 17:22:26 +0000 (17:22 +0000)] 
removed duplicated row of bitmap buttons added for error

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

15 years agorevised st*.h headers
Francesco Montorsi [Tue, 7 Oct 2008 16:57:34 +0000 (16:57 +0000)] 
revised st*.h headers

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

15 years agoRemoved wxLongStringProperty derived property creator macros (just subclass and imple...
Jaakko Salli [Tue, 7 Oct 2008 16:56:43 +0000 (16:56 +0000)] 
Removed wxLongStringProperty derived property creator macros (just subclass and implement OnButtonClick()); Partially fixed wxPGProperty::PrepareValueForDialogEditing()

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

15 years agoadd missing semicolon; add some @see commands to link wxExecute/wxLaunchDefault*...
Francesco Montorsi [Tue, 7 Oct 2008 16:16:57 +0000 (16:16 +0000)] 
add missing semicolon; add some @see commands to link wxExecute/wxLaunchDefault* functions

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

15 years agodocument that Set/ChangeValue() set the insertion point to 0
Vadim Zeitlin [Tue, 7 Oct 2008 11:34:46 +0000 (11:34 +0000)] 
document that Set/ChangeValue() set the insertion point to 0

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

15 years agoGTK+ version guard
Robert Roebling [Tue, 7 Oct 2008 08:05:07 +0000 (08:05 +0000)] 
GTK+ version guard

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

15 years agoDon't set HINT_COMBO as wxPopupWindow is used for different windows as well
Robert Roebling [Tue, 7 Oct 2008 08:02:45 +0000 (08:02 +0000)] 
Don't set HINT_COMBO as wxPopupWindow is used for different windows as well

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

15 years agoForgot to commit
Robert Roebling [Tue, 7 Oct 2008 08:01:34 +0000 (08:01 +0000)] 
Forgot to commit

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

15 years agoAdd builds for the stable branch, and make the release builds quick builds.
Michael Wetherell [Mon, 6 Oct 2008 23:25:51 +0000 (23:25 +0000)] 
Add builds for the stable branch, and make the release builds quick builds.

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

15 years agoLimit to one build at a time with a lock, share checkout dirs, do full builds
Michael Wetherell [Mon, 6 Oct 2008 20:48:32 +0000 (20:48 +0000)] 
Limit to one build at a time with a lock, share checkout dirs, do full builds
out of tree and use ccache.

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

15 years agoinside <wx-data> we need to use instead of /
Francesco Montorsi [Mon, 6 Oct 2008 20:04:21 +0000 (20:04 +0000)] 
inside <wx-data> we need to use  instead of /

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

15 years agoporting dcscreen blit from 2.8
Stefan Csomor [Mon, 6 Oct 2008 19:48:52 +0000 (19:48 +0000)] 
porting dcscreen blit from 2.8

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

15 years agoMinimize use of editor class macros
Jaakko Salli [Mon, 6 Oct 2008 16:09:36 +0000 (16:09 +0000)] 
Minimize use of editor class macros

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

15 years agoWhen registering editor, try wxRTTI class name in additon to result of wxPGEditor...
Jaakko Salli [Mon, 6 Oct 2008 15:48:27 +0000 (15:48 +0000)] 
When registering editor, try wxRTTI class name in additon to result of wxPGEditor::GetName(). Allows creating custom editors without needing to implement GetName().

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

15 years agoRemove use of wxPG_EDITOR macro
Jaakko Salli [Mon, 6 Oct 2008 15:38:30 +0000 (15:38 +0000)] 
Remove use of wxPG_EDITOR macro

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

15 years agoRemoved GetExpandedProperties() (used to act as poor man's GetEditableState())
Jaakko Salli [Mon, 6 Oct 2008 15:24:05 +0000 (15:24 +0000)] 
Removed GetExpandedProperties() (used to act as poor man's GetEditableState())

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

15 years agoFix RCS-IDs
Jaakko Salli [Mon, 6 Oct 2008 15:14:06 +0000 (15:14 +0000)] 
Fix RCS-IDs

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

15 years agoRemoved wxPropertyGridInterface::ClearPropertyValue() (use SetPropertyValue(defaultVa...
Jaakko Salli [Mon, 6 Oct 2008 15:10:00 +0000 (15:10 +0000)] 
Removed wxPropertyGridInterface::ClearPropertyValue() (use SetPropertyValue(defaultValue) instead)

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

15 years agomake Capture() functions static members of AutoCaptureMechanism; adjusted slightly...
Francesco Montorsi [Mon, 6 Oct 2008 14:48:48 +0000 (14:48 +0000)] 
make Capture() functions static members of AutoCaptureMechanism; adjusted slightly question boxes to fit the default wxGTK width of wxMessageBox

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

15 years agoother cleanup; adjusted english in the UI
Francesco Montorsi [Mon, 6 Oct 2008 14:08:08 +0000 (14:08 +0000)] 
other cleanup; adjusted english in the UI

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

15 years agoimplemented wxMemoryFSHandler::FindFirst/Next()
Vadim Zeitlin [Mon, 6 Oct 2008 13:55:39 +0000 (13:55 +0000)] 
implemented wxMemoryFSHandler::FindFirst/Next()

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

15 years agomade m_Hash object, not a pointer and moved hash declaration into the header as it...
Vadim Zeitlin [Mon, 6 Oct 2008 13:37:04 +0000 (13:37 +0000)] 
made m_Hash object, not a pointer and moved hash declaration into the header as it's needed by the upcoming FindFirst/Next() implementation

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

15 years agoremoved the strange __WXMSW__ test in AddFile(bitmap) -- why should this function...
Vadim Zeitlin [Mon, 6 Oct 2008 13:26:27 +0000 (13:26 +0000)] 
removed the strange __WXMSW__ test in AddFile(bitmap) -- why should this function silently do nothing in this case?

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

15 years agorewrite using type safe wxHashMap instead of wxObject-based wxHashTable
Vadim Zeitlin [Mon, 6 Oct 2008 13:25:04 +0000 (13:25 +0000)] 
rewrite using type safe wxHashMap instead of wxObject-based wxHashTable

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

15 years agoremove erase(const_iterator) overload, it should have never existed as const_iterator...
Vadim Zeitlin [Mon, 6 Oct 2008 13:24:25 +0000 (13:24 +0000)] 
remove erase(const_iterator) overload, it should have never existed as const_iterators can't be used to modify the container

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

15 years agono changes, just some minor cleanup
Vadim Zeitlin [Mon, 6 Oct 2008 13:09:20 +0000 (13:09 +0000)] 
no changes, just some minor cleanup

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

15 years agoMake keyboard input to controls in a wxPopupWindow work in at least some cases, embed...
Robert Roebling [Mon, 6 Oct 2008 12:13:24 +0000 (12:13 +0000)] 
Make keyboard input to controls in a wxPopupWindow work in at least some cases, embedded wxListCtrl still doesn't work, wxVListBox does

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

15 years agomany fixes; now the application correctly starts up
Francesco Montorsi [Mon, 6 Oct 2008 11:53:16 +0000 (11:53 +0000)] 
many fixes; now the application correctly starts up

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

15 years agoWrong order of calls
Robert Roebling [Mon, 6 Oct 2008 11:01:17 +0000 (11:01 +0000)] 
Wrong order of calls

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

15 years agobetter error messages, when possible
Francesco Montorsi [Mon, 6 Oct 2008 11:00:50 +0000 (11:00 +0000)] 
better error messages, when possible

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

15 years agoswitching away from angle brackets includes, deactivating OSX workaround
Stefan Csomor [Mon, 6 Oct 2008 10:41:40 +0000 (10:41 +0000)] 
switching away from angle brackets includes, deactivating OSX workaround

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

15 years agomoving more things to common API between carbon and cocoa, adapting WidthDefault...
Stefan Csomor [Mon, 6 Oct 2008 10:35:36 +0000 (10:35 +0000)] 
moving more things to common API between carbon and cocoa, adapting WidthDefault etc, removing dependencies from wxClientDC from text measuring ops on wxWindow

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

15 years agoadd to utils.bkl the hhp2cached (why wasn't already there?) and screenshotgen utilities
Francesco Montorsi [Mon, 6 Oct 2008 10:00:30 +0000 (10:00 +0000)] 
add to utils.bkl the hhp2cached (why wasn't already there?) and screenshotgen utilities

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

15 years agoadded the automatic screenshot generator utility by Utensil Candel (with some revisio...
Francesco Montorsi [Mon, 6 Oct 2008 09:37:27 +0000 (09:37 +0000)] 
added the automatic screenshot generator utility by Utensil Candel (with some revisions and reorganizations)

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

15 years agolist also headers in the bakefile
Francesco Montorsi [Mon, 6 Oct 2008 09:32:05 +0000 (09:32 +0000)] 
list also headers in the bakefile

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

15 years agorename README to README.txt to be compat with win systems
Francesco Montorsi [Mon, 6 Oct 2008 09:31:44 +0000 (09:31 +0000)] 
rename README to README.txt to be compat with win systems

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

15 years agoset svn properties correctly
Vadim Zeitlin [Mon, 6 Oct 2008 09:29:12 +0000 (09:29 +0000)] 
set svn properties correctly

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

15 years agocorrect the example/documentation of GetDocumentsDir() return value
Vadim Zeitlin [Sun, 5 Oct 2008 22:56:23 +0000 (22:56 +0000)] 
correct the example/documentation of GetDocumentsDir() return value

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

15 years agoFix RCS-IDs
Jaakko Salli [Sun, 5 Oct 2008 18:03:43 +0000 (18:03 +0000)] 
Fix RCS-IDs

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

15 years agoFix RCS-ID
Jaakko Salli [Sun, 5 Oct 2008 17:57:49 +0000 (17:57 +0000)] 
Fix RCS-ID

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

15 years agoBetter use of Connect()
Jaakko Salli [Sun, 5 Oct 2008 17:40:53 +0000 (17:40 +0000)] 
Better use of Connect()

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

15 years agoRCS-IDs
Jaakko Salli [Sun, 5 Oct 2008 17:29:24 +0000 (17:29 +0000)] 
RCS-IDs

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

15 years agoUse wxPGEditor_X instead of wxPGEditor(X), as in new docs
Jaakko Salli [Sun, 5 Oct 2008 14:23:28 +0000 (14:23 +0000)] 
Use wxPGEditor_X instead of wxPGEditor(X), as in new docs

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

15 years agoNeed to call wxVScrolledWindow::UpdateScrollbar() in wxVListBox EVT_SIZE handler...
Jaakko Salli [Sun, 5 Oct 2008 13:56:40 +0000 (13:56 +0000)] 
Need to call wxVScrolledWindow::UpdateScrollbar() in wxVListBox EVT_SIZE handler. Otherwise resizing wxVListBox does not update visible items count.

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

15 years agoother s*h interface revisions
Francesco Montorsi [Sun, 5 Oct 2008 11:24:00 +0000 (11:24 +0000)] 
other s*h interface revisions

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

15 years agoHave GetDescBoxHeight() return value consistent with one given to SetDescBoxHeight...
Jaakko Salli [Sun, 5 Oct 2008 09:47:16 +0000 (09:47 +0000)] 
Have GetDescBoxHeight() return value consistent with one given to SetDescBoxHeight(); In SetDescBoxHeight(), do not call RecalculatePositions() unless box height really changed

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

15 years agoCall RecreateControls() if relevant window style flag was toggled
Jaakko Salli [Sun, 5 Oct 2008 09:45:10 +0000 (09:45 +0000)] 
Call RecreateControls() if relevant window style flag was toggled

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

15 years agoGetEditableState() with DescBoxState flag could assert
Jaakko Salli [Sun, 5 Oct 2008 09:43:51 +0000 (09:43 +0000)] 
GetEditableState() with DescBoxState flag could assert

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

15 years agoadded the possibility to draw grid lines across the entire window
Vadim Zeitlin [Sat, 4 Oct 2008 23:23:01 +0000 (23:23 +0000)] 
added the possibility to draw grid lines across the entire window

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

15 years agofix for doxygen warnings
Francesco Montorsi [Sat, 4 Oct 2008 20:49:51 +0000 (20:49 +0000)] 
fix for doxygen warnings

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

15 years agoAlso use F4 shortcut for textfield + button combination
Robert Roebling [Sat, 4 Oct 2008 19:34:53 +0000 (19:34 +0000)] 
Also use F4 shortcut for textfield + button combination

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

15 years agoMoved list of subclasses away from 'classes overview' corrected some wxGrid overview...
Robert Roebling [Sat, 4 Oct 2008 18:57:47 +0000 (18:57 +0000)] 
Moved list of subclasses away from 'classes overview' corrected some wxGrid overview references

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

15 years agofix usage of MacRegisterDefaultTypeAndCreator
Francesco Montorsi [Sat, 4 Oct 2008 18:41:29 +0000 (18:41 +0000)] 
fix usage of MacRegisterDefaultTypeAndCreator

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

15 years agowxLogError=>LogError (in ifacecheck wxLog facilities are not used - actually I don...
Francesco Montorsi [Sat, 4 Oct 2008 18:41:08 +0000 (18:41 +0000)] 
wxLogError=>LogError (in ifacecheck wxLog facilities are not used - actually I don't even remember why\!); fix wxScrolledT_Helper AD-HOC FIX

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

15 years agofix many doxygen warnings about undocumented parameters
Francesco Montorsi [Sat, 4 Oct 2008 14:52:38 +0000 (14:52 +0000)] 
fix many doxygen warnings about undocumented parameters

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