wxWidgets.git
15 years agoremove obsolete makefiles
Vadim Zeitlin [Thu, 16 Oct 2008 10:02:45 +0000 (10:02 +0000)] 
remove obsolete makefiles

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

15 years agodisable VC6 warning C4284; put all warning disable pragmas together
Vadim Zeitlin [Thu, 16 Oct 2008 09:13:16 +0000 (09:13 +0000)] 
disable VC6 warning C4284; put all warning disable pragmas together

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

15 years agoreverted broken changes from r56345 and r56349
Václav Slavík [Thu, 16 Oct 2008 08:15:56 +0000 (08:15 +0000)] 
reverted broken changes from r56345 and r56349

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

15 years agosimplify code by using wxGTKPrivate::GetButtonWidget()
Paul Cornett [Thu, 16 Oct 2008 03:57:39 +0000 (03:57 +0000)] 
simplify code by using wxGTKPrivate::GetButtonWidget()

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

15 years agocompilation fix for older glib versions after r56345
Václav Slavík [Wed, 15 Oct 2008 21:10:56 +0000 (21:10 +0000)] 
compilation fix for older glib versions after r56345

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

15 years agoreset deferred position/size if the window was moved immediately (#10073)
Vadim Zeitlin [Wed, 15 Oct 2008 21:03:40 +0000 (21:03 +0000)] 
reset deferred position/size if the window was moved immediately (#10073)

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

15 years agoimplement GetSizeAvailableForScrollTarget() in MyScrolledWindow
Vadim Zeitlin [Wed, 15 Oct 2008 19:39:27 +0000 (19:39 +0000)] 
implement GetSizeAvailableForScrollTarget() in MyScrolledWindow

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

15 years agodocument GetSizeAvailableForScrollTarget()
Vadim Zeitlin [Wed, 15 Oct 2008 19:33:00 +0000 (19:33 +0000)] 
document GetSizeAvailableForScrollTarget()

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

15 years agodon't use deprecated gtk_object_sink(), replace it with g_object_ref_sink()
Václav Slavík [Wed, 15 Oct 2008 19:14:46 +0000 (19:14 +0000)] 
don't use deprecated gtk_object_sink(), replace it with g_object_ref_sink()

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

15 years agono need to iterate over all special icon names after a match was found, there won...
Václav Slavík [Wed, 15 Oct 2008 18:49:47 +0000 (18:49 +0000)] 
no need to iterate over all special icon names after a match was found, there won't be another one

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

15 years agoRemoved traces of wxFormBuilder from the screenshotgen utility, cleaned up some depen...
Bryan Petty [Wed, 15 Oct 2008 18:49:22 +0000 (18:49 +0000)] 
Removed traces of wxFormBuilder from the screenshotgen utility, cleaned up some dependencies in headers, and replaced a few sparse tabs with spaces.
Also applied patch #10083 (VC6 build fixes for screenshotgen).

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

15 years agoUpdate make dist
Robert Roebling [Wed, 15 Oct 2008 18:39:21 +0000 (18:39 +0000)] 
Update make dist

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

15 years agoFor some reason, wxMac now requires explicit sizes in this sample
Robert Roebling [Wed, 15 Oct 2008 16:56:14 +0000 (16:56 +0000)] 
For some reason, wxMac now requires explicit sizes in this sample

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

15 years agoAdded wxMac screenshot from wxDataViewTreeCtrl
Robert Roebling [Wed, 15 Oct 2008 16:45:46 +0000 (16:45 +0000)] 
Added wxMac screenshot from wxDataViewTreeCtrl

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

15 years agoRemoved unneeded wxPG_INHERITED_PROPFLAGS
Jaakko Salli [Wed, 15 Oct 2008 16:13:23 +0000 (16:13 +0000)] 
Removed unneeded wxPG_INHERITED_PROPFLAGS

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

15 years agoRemove old workarounds to get cut, copy, and paste working in embedded wxTextCtrl
Jaakko Salli [Wed, 15 Oct 2008 16:07:26 +0000 (16:07 +0000)] 
Remove old workarounds to get cut, copy, and paste working in embedded wxTextCtrl

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

15 years agoadded a test to check if wxHtmlWindow::SelectionToText() inserts \n characters correctly
Václav Slavík [Wed, 15 Oct 2008 15:55:25 +0000 (15:55 +0000)] 
added a test to check if wxHtmlWindow::SelectionToText() inserts \n characters correctly

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

15 years agofixed wxHtmlWindow::SelectionToText() to correctly insert newlines after single-cell...
Václav Slavík [Wed, 15 Oct 2008 15:43:45 +0000 (15:43 +0000)] 
fixed wxHtmlWindow::SelectionToText() to correctly insert newlines after single-cell paragraphs

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

15 years agointerface header revisions
Francesco Montorsi [Wed, 15 Oct 2008 15:36:15 +0000 (15:36 +0000)] 
interface header revisions

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

15 years agoFixed problem with Croation input due to confusion of WXK_... values and character...
Julian Smart [Wed, 15 Oct 2008 14:39:04 +0000 (14:39 +0000)] 
Fixed problem with Croation input due to confusion of WXK_... values and character values.

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

15 years agoupdate XPM variable names for docview sample
Jouk Jansen [Wed, 15 Oct 2008 11:40:55 +0000 (11:40 +0000)] 
update XPM variable names for docview sample

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

15 years agobase new timer expiration time on current time, not on the previous expiration time
Vadim Zeitlin [Wed, 15 Oct 2008 11:39:04 +0000 (11:39 +0000)] 
base new timer expiration time on current time, not on the previous expiration time

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

15 years agocompilation fix for wxUSE_STD_IOSTREAM==0
Vadim Zeitlin [Wed, 15 Oct 2008 11:22:53 +0000 (11:22 +0000)] 
compilation fix for wxUSE_STD_IOSTREAM==0

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

15 years agoAdded wxSearchCtrl, typos corrected
Robert Roebling [Wed, 15 Oct 2008 10:22:23 +0000 (10:22 +0000)] 
Added wxSearchCtrl, typos corrected

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

15 years agoCrop images a little
Robert Roebling [Wed, 15 Oct 2008 09:52:23 +0000 (09:52 +0000)] 
Crop images a little

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

15 years agoAdd appearance tags
Robert Roebling [Wed, 15 Oct 2008 09:49:58 +0000 (09:49 +0000)] 
Add appearance tags

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

15 years agoAdd wxPropertyGrid screenshots
Robert Roebling [Wed, 15 Oct 2008 09:47:37 +0000 (09:47 +0000)] 
Add wxPropertyGrid screenshots

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

15 years agoAdd wxSearchCtrl screenshots
Robert Roebling [Wed, 15 Oct 2008 09:47:03 +0000 (09:47 +0000)] 
Add wxSearchCtrl screenshots

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

15 years agoRepaired togglebutton images
Robert Roebling [Wed, 15 Oct 2008 09:46:42 +0000 (09:46 +0000)] 
Repaired togglebutton images

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

15 years agoMention why fudgefactor for wxODBC position under wxMac is required
Robert Roebling [Wed, 15 Oct 2008 08:37:15 +0000 (08:37 +0000)] 
Mention why fudgefactor for wxODBC position under wxMac is required

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

15 years agooutput the list of the undocumented wx classes
Francesco Montorsi [Tue, 14 Oct 2008 20:08:11 +0000 (20:08 +0000)] 
output the list of the undocumented wx classes

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

15 years agofurther additions to avoid false warnings (ActsAsDefaultCtor, better wxArgumentType...
Francesco Montorsi [Tue, 14 Oct 2008 19:49:48 +0000 (19:49 +0000)] 
further additions to avoid false warnings (ActsAsDefaultCtor, better wxArgumentType::SetDefaultValue)

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

15 years agoenable more wx stuff when using gcc xml
Francesco Montorsi [Tue, 14 Oct 2008 19:48:50 +0000 (19:48 +0000)] 
enable more wx stuff when using gcc xml

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

15 years agomisc fixes to function signatures
Francesco Montorsi [Tue, 14 Oct 2008 19:48:14 +0000 (19:48 +0000)] 
misc fixes to function signatures

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

15 years agoclarify the usage of debug macros, in particular for wxFAIL (which doesn't need ...
Francesco Montorsi [Tue, 14 Oct 2008 19:40:39 +0000 (19:40 +0000)] 
clarify the usage of debug macros, in particular for wxFAIL (which doesn't need () brackets) as reported by Jim Battle

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

15 years agoAdd a fudge factor to the size of wxODBC in wxProperty under
Robert Roebling [Tue, 14 Oct 2008 19:37:51 +0000 (19:37 +0000)] 
Add a fudge factor to the size of wxODBC in wxProperty under
wxMac. I've been unable to find out what shrinks the control
under wxMac.

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

15 years agowxPGProperty::AddChild() can now be used to add normal child properties (previously...
Jaakko Salli [Tue, 14 Oct 2008 17:15:59 +0000 (17:15 +0000)] 
wxPGProperty::AddChild() can now be used to add normal child properties (previously it was only used to add private children of derived property classes such as wxFontProperty and wxFlagsProperty). However, to allow backwards compatibility, SetParentalStyle(wxPG_PROP_MISC_PARENT) needs to be called before doing so. Also done: merged property initialization code from PrepareToAddItem() and PrepareSubProperties() to InitAfterAdded().

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

15 years agofix bugs in FindFirst() (it gets URL, not filename, on input) and FindNext() (which...
Vadim Zeitlin [Tue, 14 Oct 2008 14:13:15 +0000 (14:13 +0000)] 
fix bugs in FindFirst() (it gets URL, not filename, on input) and FindNext() (which always forgot the last match) (fixes #10077)

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

15 years agoadded -1 (a.k.a. --single) command line option
Vadim Zeitlin [Tue, 14 Oct 2008 13:34:02 +0000 (13:34 +0000)] 
added -1 (a.k.a. --single) command line option

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

15 years agono real changes, just come cleanup (use constants instead of hardcoded values; remove...
Vadim Zeitlin [Tue, 14 Oct 2008 13:29:26 +0000 (13:29 +0000)] 
no real changes, just come cleanup (use constants instead of hardcoded values; remove _T()s; don't allocate things on the heap unnecessarily; don't make members public or protected

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

15 years agoCorrect positioning of wxTextCtrl in wxPropertyGrid for wxMac
Robert Roebling [Tue, 14 Oct 2008 12:32:01 +0000 (12:32 +0000)] 
Correct positioning of wxTextCtrl in wxPropertyGrid for wxMac

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

15 years agoadded wxXmlResource::FindXRCIDById() (#10026)
Vadim Zeitlin [Tue, 14 Oct 2008 11:44:10 +0000 (11:44 +0000)] 
added wxXmlResource::FindXRCIDById() (#10026)

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

15 years agoAlso correct wxDList<T>
Robert Roebling [Tue, 14 Oct 2008 09:43:53 +0000 (09:43 +0000)] 
Also correct wxDList<T>

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

15 years agoFix off-by-1 error in wxChoice and wxComboBox (OSX reports 1 as 0)
Robert Roebling [Tue, 14 Oct 2008 09:31:10 +0000 (09:31 +0000)] 
Fix off-by-1 error in wxChoice and wxComboBox (OSX reports 1 as 0)

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

15 years agoCorrected some wxMac images
Robert Roebling [Tue, 14 Oct 2008 09:07:43 +0000 (09:07 +0000)] 
Corrected some wxMac images

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

15 years agofix the bug in insert(end(), value) and added unit test for it
Vadim Zeitlin [Tue, 14 Oct 2008 09:04:52 +0000 (09:04 +0000)] 
fix the bug in insert(end(), value) and added unit test for it

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

15 years agoremove default value for the last parameter of insert(it, idx, value) which allowed...
Vadim Zeitlin [Tue, 14 Oct 2008 08:59:05 +0000 (08:59 +0000)] 
remove default value for the last parameter of insert(it, idx, value) which allowed insert(it, 17) to compile for lists of any type

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

15 years agoShrink screenshots a little
Robert Roebling [Tue, 14 Oct 2008 08:08:59 +0000 (08:08 +0000)] 
Shrink screenshots a little

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

15 years agomake the default value of numeric parameter 0, not 1, to make testing for it more...
Vadim Zeitlin [Mon, 13 Oct 2008 22:25:51 +0000 (22:25 +0000)] 
make the default value of numeric parameter 0, not 1, to make testing for it more natural; also allow passing string parameter to the benchmarks

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

15 years agoadd appearance tag to book controls
Robert Roebling [Mon, 13 Oct 2008 19:55:46 +0000 (19:55 +0000)] 
add appearance tag to book controls

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

15 years agoAdd screenshots for wxNotebook, wxChoicebook, wxListbook
Robert Roebling [Mon, 13 Oct 2008 19:53:10 +0000 (19:53 +0000)] 
Add screenshots for wxNotebook, wxChoicebook, wxListbook

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

15 years agoAdded screenshots for wxSpinCtrlDouble
Robert Roebling [Mon, 13 Oct 2008 19:22:04 +0000 (19:22 +0000)] 
Added screenshots for wxSpinCtrlDouble

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

15 years agoAdd appearance of wxSpinCtrlDouble
Robert Roebling [Mon, 13 Oct 2008 19:13:18 +0000 (19:13 +0000)] 
Add appearance of wxSpinCtrlDouble

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

15 years agoAdd screenshots for wxDataViewTreeCtrl
Robert Roebling [Mon, 13 Oct 2008 18:52:19 +0000 (18:52 +0000)] 
Add screenshots for wxDataViewTreeCtrl

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

15 years agoCorrected library association
Robert Roebling [Mon, 13 Oct 2008 18:50:54 +0000 (18:50 +0000)] 
Corrected library association

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

15 years agoAdded wxDataViewCtrl screenshots
Robert Roebling [Mon, 13 Oct 2008 18:44:11 +0000 (18:44 +0000)] 
Added wxDataViewCtrl screenshots

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

15 years agoAdded documentation screenshots of wxMac controls.
Bryan Petty [Mon, 13 Oct 2008 17:40:26 +0000 (17:40 +0000)] 
Added documentation screenshots of wxMac controls.

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

15 years agofix final note language
Vadim Zeitlin [Mon, 13 Oct 2008 15:27:13 +0000 (15:27 +0000)] 
fix final note language

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

15 years agoremove green colour from literal strings, this is annoyingly distracting for common...
Vadim Zeitlin [Mon, 13 Oct 2008 15:25:37 +0000 (15:25 +0000)] 
remove green colour from literal strings, this is annoyingly distracting for common things like true/false/NULL

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

15 years agomisc fixes of ctor signatures
Francesco Montorsi [Mon, 13 Oct 2008 13:46:42 +0000 (13:46 +0000)] 
misc fixes of ctor signatures

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

15 years agono real changes, just also rename _Read/_Write() to DoRead/DoWrite() and clean them...
Vadim Zeitlin [Mon, 13 Oct 2008 13:24:48 +0000 (13:24 +0000)] 
no real changes, just also rename _Read/_Write() to DoRead/DoWrite() and clean them a little more too

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

15 years agoautomated changes: many (pure) virtual specifiers added
Francesco Montorsi [Mon, 13 Oct 2008 13:24:43 +0000 (13:24 +0000)] 
automated changes: many (pure) virtual specifiers added

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

15 years agoCleanup of wxSocket::_Wait():
Vadim Zeitlin [Mon, 13 Oct 2008 13:00:49 +0000 (13:00 +0000)] 
Cleanup of wxSocket::_Wait():
 - Rename to DoWait() to avoid symbols starting with underscores.
 - Added comments explaining how does it work.
 - Remove the pointless timeout manipulations: GSocket::Select() doesn't
   use timeout (any more?) anyhow.

Also pass GSOCK_LOST_FLAG to DoWait() from WaitForWrite() for the same reasons
it is done in WaitForRead().

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

15 years agoaccess-specifier fixes
Francesco Montorsi [Mon, 13 Oct 2008 11:29:37 +0000 (11:29 +0000)] 
access-specifier fixes

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

15 years agoUse native closure buttons under GTK+
Robert Roebling [Mon, 13 Oct 2008 11:21:37 +0000 (11:21 +0000)] 
Use native closure buttons under GTK+

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

15 years agovirtual/static attributes automated fixes by ifacecheck
Francesco Montorsi [Mon, 13 Oct 2008 11:09:56 +0000 (11:09 +0000)] 
virtual/static attributes automated fixes by ifacecheck

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

15 years agoadd docs for the #define of wxBookCtrl
Francesco Montorsi [Mon, 13 Oct 2008 11:03:01 +0000 (11:03 +0000)] 
add docs for the #define of wxBookCtrl

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

15 years agoCorrect spelling, now use Indices
Robert Roebling [Mon, 13 Oct 2008 10:52:38 +0000 (10:52 +0000)] 
Correct spelling, now use Indices

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

15 years agono need to test that the pointer is non-NULL before deleting it (closes #10070)
Vadim Zeitlin [Mon, 13 Oct 2008 10:35:07 +0000 (10:35 +0000)] 
no need to test that the pointer is non-NULL before deleting it (closes #10070)

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

15 years agorevised the documentation of the book controls; moved common API to wxBookCtrlBase
Francesco Montorsi [Mon, 13 Oct 2008 10:27:19 +0000 (10:27 +0000)] 
revised the documentation of the book controls; moved common API to wxBookCtrlBase

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

15 years agorevised n*h headers
Francesco Montorsi [Mon, 13 Oct 2008 08:55:12 +0000 (08:55 +0000)] 
revised n*h headers

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

15 years agouse wxEmptyString instead of wxString() for default values
Francesco Montorsi [Mon, 13 Oct 2008 08:51:45 +0000 (08:51 +0000)] 
use wxEmptyString instead of wxString() for default values

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

15 years agoremove ugly AD-HOC FIX for wxHyperlinkCtrl; use the generic facilities of RegisterCon...
Francesco Montorsi [Mon, 13 Oct 2008 08:39:10 +0000 (08:39 +0000)] 
remove ugly AD-HOC FIX for wxHyperlinkCtrl; use the generic facilities of RegisterControl() instead (patch by Utensil Candel)

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

15 years agopatch by Utensil Candel to improve wxMac autocapture code
Francesco Montorsi [Mon, 13 Oct 2008 08:32:32 +0000 (08:32 +0000)] 
patch by Utensil Candel to improve wxMac autocapture code

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

15 years agomodified text for wxRichTextCtrl to show more features in less space (modified patch...
Francesco Montorsi [Mon, 13 Oct 2008 08:31:05 +0000 (08:31 +0000)] 
modified text for wxRichTextCtrl to show more features in less space (modified patch by Utensil)

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

15 years agobuild fix (SetBitmaps is only for wxMSW)
Francesco Montorsi [Mon, 13 Oct 2008 08:22:12 +0000 (08:22 +0000)] 
build fix (SetBitmaps is only for wxMSW)

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

15 years agotypo fix
Francesco Montorsi [Mon, 13 Oct 2008 08:11:48 +0000 (08:11 +0000)] 
typo fix

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

15 years agore-enabled all @appearance tags
Francesco Montorsi [Mon, 13 Oct 2008 08:05:18 +0000 (08:05 +0000)] 
re-enabled all @appearance tags

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

15 years agono changes at all, just reformatted to use consistent indentation before the upcoming...
Vadim Zeitlin [Sun, 12 Oct 2008 23:04:33 +0000 (23:04 +0000)] 
no changes at all, just reformatted to use consistent indentation before the upcoming real changes

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

15 years agocreate local event loop for the operations which need it; test reading with wxSOCKET_...
Vadim Zeitlin [Sun, 12 Oct 2008 22:55:56 +0000 (22:55 +0000)] 
create local event loop for the operations which need it; test reading with wxSOCKET_BLOCK flag

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

15 years agouse the currently active event loop for the event dispatching instead of wxYield...
Vadim Zeitlin [Sun, 12 Oct 2008 22:55:14 +0000 (22:55 +0000)] 
use the currently active event loop for the event dispatching instead of wxYield(), this allows to create local event loops when using non-blocking sockets; assert if there is no active event loop under MSW as sockets won't work without it

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

15 years agocompilation fix for PCH-less build
Vadim Zeitlin [Sun, 12 Oct 2008 22:32:41 +0000 (22:32 +0000)] 
compilation fix for PCH-less build

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

15 years agoget rid of unused variable warning
Vadim Zeitlin [Sun, 12 Oct 2008 22:30:04 +0000 (22:30 +0000)] 
get rid of unused variable warning

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

15 years agowxUSE_STL compilation fix
Vadim Zeitlin [Sun, 12 Oct 2008 22:27:49 +0000 (22:27 +0000)] 
wxUSE_STL compilation fix

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

15 years agodon't allocate a too big buffer on stack
Vadim Zeitlin [Sun, 12 Oct 2008 20:57:19 +0000 (20:57 +0000)] 
don't allocate a too big buffer on stack

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

15 years agoadd simple (and disabled by default) wxSocket client test
Vadim Zeitlin [Sun, 12 Oct 2008 20:45:29 +0000 (20:45 +0000)] 
add simple (and disabled by default) wxSocket client test

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

15 years agoCorrect spelling and signature of FixIndexesOfChildren
Robert Roebling [Sun, 12 Oct 2008 18:07:01 +0000 (18:07 +0000)] 
Correct spelling and signature of FixIndexesOfChildren

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

15 years agodon't replace . and .. with the corresponding directoties names in GetLongPath()...
Vadim Zeitlin [Sun, 12 Oct 2008 15:15:32 +0000 (15:15 +0000)] 
don't replace . and .. with the corresponding directoties names in GetLongPath() as this breaks the normalization of file names without wxPATH_NORM_DOTS flag (#9814)

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

15 years agofix off by one bug in the buffer size (fixes #10039)
Vadim Zeitlin [Sun, 12 Oct 2008 14:51:45 +0000 (14:51 +0000)] 
fix off by one bug in the buffer size (fixes #10039)

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

15 years agorenamed the subdirectory to indicate that it contains stock icons
Vadim Zeitlin [Sun, 12 Oct 2008 14:41:48 +0000 (14:41 +0000)] 
renamed the subdirectory to indicate that it contains stock icons

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

15 years agoadd stock images to the stock items page (closes #9533)
Vadim Zeitlin [Sun, 12 Oct 2008 14:24:26 +0000 (14:24 +0000)] 
add stock images to the stock items page (closes #9533)

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

15 years agocompilation fix for PCH-less build
Vadim Zeitlin [Sun, 12 Oct 2008 14:12:57 +0000 (14:12 +0000)] 
compilation fix for PCH-less build

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

15 years agoadd wxGenericStaticText (#9656)
Vadim Zeitlin [Sun, 12 Oct 2008 13:04:00 +0000 (13:04 +0000)] 
add wxGenericStaticText (#9656)

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

15 years agoremoved a warning that should only be a FIXME
Václav Slavík [Sun, 12 Oct 2008 13:03:53 +0000 (13:03 +0000)] 
removed a warning that should only be a FIXME

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

15 years agoadd a unit test for reading non existent values (to check for #10030)
Vadim Zeitlin [Sun, 12 Oct 2008 12:52:43 +0000 (12:52 +0000)] 
add a unit test for reading non existent values (to check for #10030)

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

15 years agoEliminate (or at least reduce) 64-bit build warnings (as described in wxPG sourceforg...
Jaakko Salli [Sun, 12 Oct 2008 12:23:48 +0000 (12:23 +0000)] 
Eliminate (or at least reduce) 64-bit build warnings (as described in wxPG sourceforge bug report #2156069)

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

15 years agoRe-added GetSelectProperty() to wxPropertyGridManager
Jaakko Salli [Sun, 12 Oct 2008 11:29:41 +0000 (11:29 +0000)] 
Re-added GetSelectProperty() to wxPropertyGridManager

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

15 years agoAlso update description text when wxPG_DESCRIPTION window style is toggled
Jaakko Salli [Sun, 12 Oct 2008 11:25:18 +0000 (11:25 +0000)] 
Also update description text when wxPG_DESCRIPTION window style is toggled

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

15 years agoSet focus back to canvas when child editors are being destroyed (fixes wxGTK property...
Jaakko Salli [Sun, 12 Oct 2008 11:13:21 +0000 (11:13 +0000)] 
Set focus back to canvas when child editors are being destroyed (fixes wxGTK property selection focus bug)

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

15 years agoget help frame's icon using wxART_FRAME_ICON wxArtClient hint, not wxART_HELP_BROWSER
Václav Slavík [Sat, 11 Oct 2008 20:17:55 +0000 (20:17 +0000)] 
get help frame's icon using wxART_FRAME_ICON wxArtClient hint, not wxART_HELP_BROWSER

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