]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

15 years agoinit the file and dir pickers with dummy files/folders
Francesco Montorsi [Sat, 11 Oct 2008 16:03:59 +0000 (16:03 +0000)] 
init the file and dir pickers with dummy files/folders

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

15 years agofix the menu item bitmaps for wxMSW;
Francesco Montorsi [Sat, 11 Oct 2008 15:55:23 +0000 (15:55 +0000)] 
fix the menu item bitmaps for wxMSW;
fix the name of the screenshot generated for wxHyperlinkCtrl on platforms != wxGTK

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

15 years agoAct as wxMSW and make an assert fail, if the user forgot to give a "type flag" (previ...
Francesco Montorsi [Sat, 11 Oct 2008 15:54:14 +0000 (15:54 +0000)] 
Act as wxMSW and make an assert fail, if the user forgot to give a "type flag" (previously it assumed wxLC_LIST type flag).

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

15 years agoadded automatically generated screenshots of wxMSW controls
Francesco Montorsi [Sat, 11 Oct 2008 15:53:30 +0000 (15:53 +0000)] 
added automatically generated screenshots of wxMSW controls

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

15 years agoadded automatically-generated bitmaps of wxWidgets controls
Francesco Montorsi [Sat, 11 Oct 2008 13:15:06 +0000 (13:15 +0000)] 
added automatically-generated bitmaps of wxWidgets controls

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

15 years agorevised m*h headers
Francesco Montorsi [Sat, 11 Oct 2008 13:10:48 +0000 (13:10 +0000)] 
revised m*h headers

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

15 years agoadding missing cast
Stefan Csomor [Sat, 11 Oct 2008 06:00:17 +0000 (06:00 +0000)] 
adding missing cast

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

15 years agosuperfluous embedding API
Stefan Csomor [Sat, 11 Oct 2008 05:18:26 +0000 (05:18 +0000)] 
superfluous embedding API

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

15 years agofix two bugs: 1) the missing NOT in the if (real) test; 2) the missing +1 in getID...
Francesco Montorsi [Fri, 10 Oct 2008 22:51:26 +0000 (22:51 +0000)] 
fix two bugs: 1) the missing NOT in the if (real) test; 2) the missing +1 in getID() function; add many checks and log messages

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

15 years agoSTL build compilation fix
Vadim Zeitlin [Fri, 10 Oct 2008 21:20:46 +0000 (21:20 +0000)] 
STL build compilation fix

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

15 years agofix C strings comparison in LoadSave() test in STL build
Vadim Zeitlin [Fri, 10 Oct 2008 21:12:51 +0000 (21:12 +0000)] 
fix C strings comparison in LoadSave() test in STL build

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

15 years agofixed the status of the second radio button; now (on wxGTK at least) it appears corre...
Francesco Montorsi [Fri, 10 Oct 2008 20:56:45 +0000 (20:56 +0000)] 
fixed the status of the second radio button; now (on wxGTK at least) it appears correctly as unchecked

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

15 years agofix doxygen warnings
Francesco Montorsi [Fri, 10 Oct 2008 19:14:22 +0000 (19:14 +0000)] 
fix doxygen warnings

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

15 years agogroup hit-test flags into an enum (like I did in docs); this makes easier to document...
Francesco Montorsi [Fri, 10 Oct 2008 19:13:50 +0000 (19:13 +0000)] 
group hit-test flags into an enum (like I did in docs); this makes easier to document them, but is also logically the best thing since wxRichTextBuffer::HitTest is documented to return only _one_ of those flags.

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

15 years agomoving embedding to common API
Stefan Csomor [Fri, 10 Oct 2008 19:01:32 +0000 (19:01 +0000)] 
moving embedding to common API

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

15 years agobetter use of <wx-data>
Francesco Montorsi [Fri, 10 Oct 2008 18:46:13 +0000 (18:46 +0000)] 
better use of <wx-data>

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

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