wxWidgets.git
15 years agoadded wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that...
Vadim Zeitlin [Wed, 29 Oct 2008 16:23:25 +0000 (16:23 +0000)] 
added wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that the "Save" menu item is enabled for new documents, even although they're not modified yet (otherwise the standard Ctrl-S key doesn't work in this case which is pretty annoying)

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

15 years agodocument wxDocument::GetDocumentSaved()
Vadim Zeitlin [Wed, 29 Oct 2008 16:15:03 +0000 (16:15 +0000)] 
document wxDocument::GetDocumentSaved()

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

15 years agofix assert when adding an entry to an already full file history (closes #10118)
Vadim Zeitlin [Wed, 29 Oct 2008 16:04:06 +0000 (16:04 +0000)] 
fix assert when adding an entry to an already full file history (closes #10118)

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

15 years agofix typos
Francesco Montorsi [Wed, 29 Oct 2008 16:00:56 +0000 (16:00 +0000)] 
fix typos

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

15 years agoautomated ifacecheck fixes
Francesco Montorsi [Wed, 29 Oct 2008 15:34:31 +0000 (15:34 +0000)] 
automated ifacecheck fixes

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

15 years agoadd WX_CLEAR_ARRAY test
Vadim Zeitlin [Wed, 29 Oct 2008 12:33:34 +0000 (12:33 +0000)] 
add WX_CLEAR_ARRAY test

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

15 years agono changes, just use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT
Vadim Zeitlin [Wed, 29 Oct 2008 12:25:32 +0000 (12:25 +0000)] 
no changes, just use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT

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

15 years agoUpdate OpenVMS compile support (problem cairo logical)
Jouk Jansen [Wed, 29 Oct 2008 07:53:45 +0000 (07:53 +0000)] 
Update OpenVMS compile support (problem cairo logical)

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

15 years agoadded some 'wxString::' portions to make referenced functions auto-linked by Doxygen
Francesco Montorsi [Tue, 28 Oct 2008 15:58:51 +0000 (15:58 +0000)] 
added some 'wxString::' portions to make referenced functions auto-linked by Doxygen

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

15 years agoautomated ifacecheck fixed
Francesco Montorsi [Tue, 28 Oct 2008 15:36:26 +0000 (15:36 +0000)] 
automated ifacecheck fixed

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

15 years agofixed a missing ampersand
Francesco Montorsi [Tue, 28 Oct 2008 15:34:46 +0000 (15:34 +0000)] 
fixed a missing ampersand

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

15 years agomove wxVListBoxNameStr into vlbox.cpp source file (as for all other wxWidgets *NameStr
Francesco Montorsi [Tue, 28 Oct 2008 15:03:37 +0000 (15:03 +0000)] 
move wxVListBoxNameStr into vlbox.cpp source file (as for all other wxWidgets *NameStr

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

15 years agomake IsKindOf() taking a const wxClassInfo* instead of a wxClassInfo*, just like...
Francesco Montorsi [Tue, 28 Oct 2008 14:54:40 +0000 (14:54 +0000)] 
make IsKindOf() taking a const wxClassInfo* instead of a wxClassInfo*, just like the homonym method in wxClassInfo

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

15 years agoifacecheck fixes
Francesco Montorsi [Tue, 28 Oct 2008 14:29:36 +0000 (14:29 +0000)] 
ifacecheck fixes

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

15 years agofixed interpretation of line breaks in <pre> to conform to the spec (#10120)
Václav Slavík [Tue, 28 Oct 2008 10:04:36 +0000 (10:04 +0000)] 
fixed interpretation of line breaks in <pre> to conform to the spec (#10120)

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

15 years agono real changes, just reformat before starting really modifying
Vadim Zeitlin [Tue, 28 Oct 2008 00:02:38 +0000 (00:02 +0000)] 
no real changes, just reformat before starting really modifying

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

15 years agodon't sleep too long to avoid missing the timers; added a simple test for timer event...
Vadim Zeitlin [Mon, 27 Oct 2008 22:04:42 +0000 (22:04 +0000)] 
don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps

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

15 years agoautomated ifacecheck fixes
Francesco Montorsi [Mon, 27 Oct 2008 21:26:54 +0000 (21:26 +0000)] 
automated ifacecheck fixes

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

15 years agoother ifacecheck fixes
Francesco Montorsi [Mon, 27 Oct 2008 21:18:55 +0000 (21:18 +0000)] 
other ifacecheck fixes

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

15 years agofixed some false positives; fixed method declaration-position detection also for...
Francesco Montorsi [Mon, 27 Oct 2008 21:16:01 +0000 (21:16 +0000)] 
fixed some false positives; fixed method declaration-position detection also for operators

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

15 years agodon't save the initial selection if it's invalid in CBN_DROPDOWN (refixes #8474 witho...
Vadim Zeitlin [Mon, 27 Oct 2008 18:47:07 +0000 (18:47 +0000)] 
don't save the initial selection if it's invalid in CBN_DROPDOWN (refixes #8474 without breaking #9995)

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

15 years agodisable workaround for lack of alpha support in native static bitmap control for...
Vadim Zeitlin [Mon, 27 Oct 2008 18:15:19 +0000 (18:15 +0000)] 
disable workaround for lack of alpha support in native static bitmap control for WinCE, apparently it breaks the display (#10093)

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

15 years agoother ifacecheck fixes, resulting in removal of the non-existing functions wxDatagram...
Francesco Montorsi [Mon, 27 Oct 2008 17:12:27 +0000 (17:12 +0000)] 
other ifacecheck fixes, resulting in removal of the non-existing functions wxDatagramSocket::ReceiveFrom() and wxCloseEvent::SetForce()

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

15 years agono real change; moved wxDataObject and wxDataFormat class declarations after all...
Francesco Montorsi [Mon, 27 Oct 2008 17:08:44 +0000 (17:08 +0000)] 
no real change; moved wxDataObject and wxDataFormat class declarations after all their derived classes, at the end of the file

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

15 years agoAdded similar assignment operator as well
Jaakko Salli [Mon, 27 Oct 2008 16:50:45 +0000 (16:50 +0000)] 
Added similar assignment operator as well

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

15 years agoAdded wxPropertyGridConstIterator(const wxPropertyGridIterator&) copy ctor
Jaakko Salli [Mon, 27 Oct 2008 16:47:35 +0000 (16:47 +0000)] 
Added wxPropertyGridConstIterator(const wxPropertyGridIterator&) copy ctor

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

15 years agofix handling of errors in wxConditionInternal::Wait() and WaitTimeout() (#10111)
Vadim Zeitlin [Mon, 27 Oct 2008 16:46:43 +0000 (16:46 +0000)] 
fix handling of errors in wxConditionInternal::Wait() and WaitTimeout() (#10111)

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

15 years agorebaked using bakefile 0.2.5
Vadim Zeitlin [Mon, 27 Oct 2008 16:40:51 +0000 (16:40 +0000)] 
rebaked using bakefile 0.2.5

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

15 years agoRemoved dummy wxFont == operator implementation (IIRC was needed to compile with...
Jaakko Salli [Mon, 27 Oct 2008 16:26:46 +0000 (16:26 +0000)] 
Removed dummy wxFont == operator implementation (IIRC was needed to compile with some old version of wx)

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

15 years agoSet cursor to <from> in wxTextCtrk::SetSelection
Robert Roebling [Mon, 27 Oct 2008 14:29:16 +0000 (14:29 +0000)] 
Set cursor to <from> in wxTextCtrk::SetSelection

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

15 years agoDisable focus out events during menu popup
Robert Roebling [Mon, 27 Oct 2008 14:19:18 +0000 (14:19 +0000)] 
Disable focus out events during menu popup

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

15 years agoAdded method to disable focus_out handling temporarily
Robert Roebling [Mon, 27 Oct 2008 14:02:54 +0000 (14:02 +0000)] 
Added method to disable focus_out handling temporarily

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

15 years agoother interface revisions of html headers
Francesco Montorsi [Sat, 25 Oct 2008 20:44:52 +0000 (20:44 +0000)] 
other interface revisions of html headers

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

15 years agorename ca@valencian description to "Valencian (Southern Catalan)" at translators...
Vadim Zeitlin [Sat, 25 Oct 2008 15:48:52 +0000 (15:48 +0000)] 
rename ca@valencian description to "Valencian (Southern Catalan)" at translators request

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

15 years agosome fixes from Robert Millan
Vadim Zeitlin [Sat, 25 Oct 2008 15:45:18 +0000 (15:45 +0000)] 
some fixes from Robert Millan

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

15 years agoinitial Valencian (Southern Catalan) translation from Robert Millan
Vadim Zeitlin [Fri, 24 Oct 2008 20:45:06 +0000 (20:45 +0000)] 
initial Valencian (Southern Catalan) translation from Robert Millan

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

15 years agofix a couple of typos pointed out by a translator
Vadim Zeitlin [Thu, 23 Oct 2008 14:53:01 +0000 (14:53 +0000)] 
fix a couple of typos pointed out by a translator

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

15 years agoadded Vietnamese translations
Vadim Zeitlin [Thu, 23 Oct 2008 14:33:29 +0000 (14:33 +0000)] 
added Vietnamese translations

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

15 years agofirst part of revisions of html/h* interface headers
Francesco Montorsi [Thu, 23 Oct 2008 13:55:07 +0000 (13:55 +0000)] 
first part of revisions of html/h* interface headers

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

15 years agoremove references to tex2rtf; it's not part of wxWidgets anymore
Francesco Montorsi [Thu, 23 Oct 2008 13:54:17 +0000 (13:54 +0000)] 
remove references to tex2rtf; it's not part of wxWidgets anymore

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

15 years agouse hex escapes instead of 8 bit characaters (#10105)
Vadim Zeitlin [Thu, 23 Oct 2008 13:08:02 +0000 (13:08 +0000)] 
use hex escapes instead of 8 bit characaters (#10105)

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

15 years agogive credit for wxGrid column move hint improvement
Vadim Zeitlin [Thu, 23 Oct 2008 11:47:12 +0000 (11:47 +0000)] 
give credit for wxGrid column move hint improvement

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

15 years agocompilation fix for operator=() with DMC
Vadim Zeitlin [Wed, 22 Oct 2008 23:14:48 +0000 (23:14 +0000)] 
compilation fix for operator=() with DMC

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

15 years agofixed doxygen warnings; also restyled (partially) the interface headers to conform...
Francesco Montorsi [Wed, 22 Oct 2008 20:48:31 +0000 (20:48 +0000)] 
fixed doxygen warnings; also restyled (partially) the interface headers to conform to wx doc style

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

15 years agointerface revisions
Francesco Montorsi [Wed, 22 Oct 2008 20:03:19 +0000 (20:03 +0000)] 
interface revisions

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

15 years agoadd a new beginEventTable{2} overload for those classes which fires events using...
Francesco Montorsi [Wed, 22 Oct 2008 20:02:59 +0000 (20:02 +0000)] 
add a new beginEventTable{2} overload for those classes which fires events using more than 1 event class; remove the <br> from beginEventTable{} macros to make the event blocks more compact

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

15 years ago Ticket #10108 (bitmap from wxImage depth regression)
Robert Roebling [Wed, 22 Oct 2008 16:58:51 +0000 (16:58 +0000)] 
 Ticket #10108 (bitmap from wxImage depth regression)

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

15 years agoMerged wxBaseEnumPropertyClass (intermediate property class with obsolete purpose...
Jaakko Salli [Wed, 22 Oct 2008 15:23:07 +0000 (15:23 +0000)] 
Merged wxBaseEnumPropertyClass (intermediate property class with obsolete purpose) to wxEnumPropertyClass

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

15 years agoCorrect TAB handling for generic wxDataViewCtrl
Robert Roebling [Tue, 21 Oct 2008 19:10:25 +0000 (19:10 +0000)] 
Correct TAB handling for generic wxDataViewCtrl

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

15 years agoRemove wxLog hack and put all controls in a panel to test TAB traversal
Robert Roebling [Tue, 21 Oct 2008 18:33:31 +0000 (18:33 +0000)] 
Remove wxLog hack and put all controls in a panel to test TAB traversal

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

15 years agoRemoved deprecated functions wxPGChoices::HasValue(), HasValues()
Jaakko Salli [Tue, 21 Oct 2008 15:17:06 +0000 (15:17 +0000)] 
Removed deprecated functions wxPGChoices::HasValue(), HasValues()

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

15 years agoAdded workaround for wxGTK tab traversal problem
Jaakko Salli [Tue, 21 Oct 2008 14:35:17 +0000 (14:35 +0000)] 
Added workaround for wxGTK tab traversal problem

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

15 years agoUser should no longer be able to modify disabled or read only child properties by...
Jaakko Salli [Mon, 20 Oct 2008 17:01:17 +0000 (17:01 +0000)] 
User should no longer be able to modify disabled or read only child properties by editing their parent (wxPG sf bug #2181860)

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

15 years agofix for assert failure when first paint event occurs before first idle event, #10085
Paul Cornett [Mon, 20 Oct 2008 16:50:20 +0000 (16:50 +0000)] 
fix for assert failure when first paint event occurs before first idle event, #10085

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

15 years agogtk1.x has less native functions than gtk2.x
Jouk Jansen [Mon, 20 Oct 2008 14:12:40 +0000 (14:12 +0000)] 
gtk1.x has less native functions than gtk2.x

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

15 years agoBetter size for screenshot of wxListCtrl
Robert Roebling [Mon, 20 Oct 2008 12:04:56 +0000 (12:04 +0000)] 
Better size for screenshot of wxListCtrl

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

15 years agoCorrcted wxListCtrl image
Robert Roebling [Mon, 20 Oct 2008 12:04:16 +0000 (12:04 +0000)] 
Corrcted wxListCtrl image

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

15 years agoFix wxListCtrl::Insert() bug reported by Riccardo Cohen
Robert Roebling [Mon, 20 Oct 2008 11:33:58 +0000 (11:33 +0000)] 
Fix wxListCtrl::Insert() bug reported by Riccardo Cohen

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

15 years agouse wxRegKey::QueryDefaultValue() explicitly to fix DMC compilation
Vadim Zeitlin [Mon, 20 Oct 2008 11:08:05 +0000 (11:08 +0000)] 
use wxRegKey::QueryDefaultValue() explicitly to fix DMC compilation

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

15 years agoa couple of more left over Borland unused variable/code warnings fixes
Vadim Zeitlin [Mon, 20 Oct 2008 10:52:17 +0000 (10:52 +0000)] 
a couple of more left over Borland unused variable/code warnings fixes

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

15 years agoslightly better error reporting (could still be improved)
Vadim Zeitlin [Mon, 20 Oct 2008 10:43:17 +0000 (10:43 +0000)] 
slightly better error reporting (could still be improved)

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

15 years ago2006 version of Borland compiler still doesn't grok operator?: involving wxStrings
Vadim Zeitlin [Mon, 20 Oct 2008 10:31:29 +0000 (10:31 +0000)] 
2006 version of Borland compiler still doesn't grok operator?: involving wxStrings

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

15 years agofix more Borland release build warnings about unused variable/code without effect
Vadim Zeitlin [Mon, 20 Oct 2008 10:30:49 +0000 (10:30 +0000)] 
fix more Borland release build warnings about unused variable/code without effect

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

15 years agoavoid an unnecessary and unused (resulting in release build warning) variable in...
Vadim Zeitlin [Mon, 20 Oct 2008 09:57:34 +0000 (09:57 +0000)] 
avoid an unnecessary and unused (resulting in release build warning) variable in GetMimeTypeFromExt()

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

15 years agowork around Borland compilation errors
Vadim Zeitlin [Mon, 20 Oct 2008 09:00:19 +0000 (09:00 +0000)] 
work around Borland compilation errors

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

15 years agofix virtual function hiding warnings introduced to changing wxSockAddress argument...
Vadim Zeitlin [Mon, 20 Oct 2008 08:59:45 +0000 (08:59 +0000)] 
fix virtual function hiding warnings introduced to changing wxSockAddress argument of Connect() to be passed by const reference

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

15 years agouse renderer for drawing the item background on ports other than GTK2 and Mac too...
Vadim Zeitlin [Mon, 20 Oct 2008 08:58:52 +0000 (08:58 +0000)] 
use renderer for drawing the item background on ports other than GTK2 and Mac too (why not?)

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

15 years agoremove unused abits variable from DoLoadDib()
Vadim Zeitlin [Mon, 20 Oct 2008 08:51:30 +0000 (08:51 +0000)] 
remove unused abits variable from DoLoadDib()

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

15 years agoCompilation fix for gcc-4 and newer.
Stefan Neis [Mon, 20 Oct 2008 06:55:10 +0000 (06:55 +0000)] 
Compilation fix for gcc-4 and newer.

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

15 years agoAdd more bakefile files to make dist
Robert Roebling [Sun, 19 Oct 2008 20:18:42 +0000 (20:18 +0000)] 
Add more bakefile files to make dist

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

15 years agoAdded src/msw/version.rc to make win-dist
Robert Roebling [Sun, 19 Oct 2008 19:23:21 +0000 (19:23 +0000)] 
Added src/msw/version.rc to make win-dist

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

15 years agodoxygen warnings and formatting fixes
Francesco Montorsi [Sun, 19 Oct 2008 16:07:00 +0000 (16:07 +0000)] 
doxygen warnings and formatting fixes

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

15 years agofixed the anchor names for @section used in interface headers; documented the general...
Francesco Montorsi [Sun, 19 Oct 2008 15:30:20 +0000 (15:30 +0000)] 
fixed the anchor names for @section used in interface headers; documented the general rules used for its naming

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

15 years agointerface revisions
Francesco Montorsi [Sun, 19 Oct 2008 15:14:14 +0000 (15:14 +0000)] 
interface revisions

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

15 years agocorrect some wording of recent changes
Vadim Zeitlin [Sun, 19 Oct 2008 14:00:14 +0000 (14:00 +0000)] 
correct some wording of recent changes

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

15 years agomentioned the new doc format
Francesco Montorsi [Sun, 19 Oct 2008 13:13:31 +0000 (13:13 +0000)] 
mentioned the new doc format

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

15 years agointerface revisions
Francesco Montorsi [Sun, 19 Oct 2008 12:49:07 +0000 (12:49 +0000)] 
interface revisions

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

15 years agoCompilation fix for gcc-4 and newer.
Stefan Neis [Sun, 19 Oct 2008 12:34:13 +0000 (12:34 +0000)] 
Compilation fix for gcc-4 and newer.

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

15 years agoChanged argument of wxPropertyGrid::OnCustomEditorEvent() from wxCommandEvent to...
Jaakko Salli [Sun, 19 Oct 2008 11:48:49 +0000 (11:48 +0000)] 
Changed argument of wxPropertyGrid::OnCustomEditorEvent() from wxCommandEvent to wxEvent

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

15 years agoIn wxPropertyGridManager, alphabetic mode is now sorted even if wxPG_AUTO_SORT flag...
Jaakko Salli [Sun, 19 Oct 2008 11:29:36 +0000 (11:29 +0000)] 
In wxPropertyGridManager, alphabetic mode is now sorted even if wxPG_AUTO_SORT flag is absent (fixes wxPG sf bug #2162053)

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

15 years agoFixed wxSystemColourProperty::ValueToString(). It now once again properly formats...
Jaakko Salli [Sun, 19 Oct 2008 11:16:29 +0000 (11:16 +0000)] 
Fixed wxSystemColourProperty::ValueToString(). It now once again properly formats custom colour selection as (R, G, B) when displayed.

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

15 years agoremove extraneous returns
Vadim Zeitlin [Sun, 19 Oct 2008 10:16:47 +0000 (10:16 +0000)] 
remove extraneous returns

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

15 years agoConnect wxEVT_KEY_DOWN for both editor controls
Jaakko Salli [Sat, 18 Oct 2008 16:32:59 +0000 (16:32 +0000)] 
Connect wxEVT_KEY_DOWN for both editor controls

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

15 years agoDo not skip key events so eagerly
Jaakko Salli [Sat, 18 Oct 2008 16:09:48 +0000 (16:09 +0000)] 
Do not skip key events so eagerly

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

15 years agoadapting to API change from GetContentAreaInset to GetContentArea, fixes #10071
Stefan Csomor [Sat, 18 Oct 2008 16:09:33 +0000 (16:09 +0000)] 
adapting to API change from GetContentAreaInset to GetContentArea, fixes #10071

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

15 years agoForgot event.Skip()
Jaakko Salli [Sat, 18 Oct 2008 15:27:58 +0000 (15:27 +0000)] 
Forgot event.Skip()

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

15 years agoRemoved unused data
Jaakko Salli [Sat, 18 Oct 2008 15:23:42 +0000 (15:23 +0000)] 
Removed unused data

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

15 years agoSimplistic tab support is now default (tab focuses editor if unfocused, otherwise...
Jaakko Salli [Sat, 18 Oct 2008 15:11:44 +0000 (15:11 +0000)] 
Simplistic tab support is now default (tab focuses editor if unfocused, otherwise goes out of grid), no longer recognizes wxTAB_TRAVERSAL, unified key handling code

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

15 years agoAllow create of 24-bit bitmap, use Pixbuf when not a 24-bit visual
Robert Roebling [Sat, 18 Oct 2008 14:32:56 +0000 (14:32 +0000)] 
Allow create of 24-bit bitmap, use Pixbuf when not a 24-bit visual

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

15 years agoremove assert from GetSizeAvailableForScrollTarget
Vadim Zeitlin [Sat, 18 Oct 2008 13:50:10 +0000 (13:50 +0000)] 
remove assert from GetSizeAvailableForScrollTarget

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

15 years agointerface revisions
Francesco Montorsi [Fri, 17 Oct 2008 20:55:12 +0000 (20:55 +0000)] 
interface revisions

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

15 years agorevision of wxLocale; documented the list of language constants into the wxLanguage...
Francesco Montorsi [Fri, 17 Oct 2008 20:27:36 +0000 (20:27 +0000)] 
revision of wxLocale; documented the list of language constants into the wxLanguage enum; modified genlang.py to generate a .h with doxygen comments and removed generation of a .tex script; moved docs for wxXlocale to the right header (xlocale.h)

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

15 years agowxPGProperty::GenerateComposedValue() -> protected DoGenerateComposedValue(), added...
Jaakko Salli [Fri, 17 Oct 2008 16:46:38 +0000 (16:46 +0000)] 
wxPGProperty::GenerateComposedValue() -> protected DoGenerateComposedValue(), added simple public GenerateComposedValue()

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

15 years agohandle error in GetDataSize()
Vadim Zeitlin [Fri, 17 Oct 2008 13:54:05 +0000 (13:54 +0000)] 
handle error in GetDataSize()

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

15 years agoOpenVMS compile support update for wxX11
Jouk Jansen [Fri, 17 Oct 2008 12:47:13 +0000 (12:47 +0000)] 
OpenVMS compile support update for wxX11

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

15 years agoUpdates for make dist for OSX_CARBON
Robert Roebling [Fri, 17 Oct 2008 12:39:21 +0000 (12:39 +0000)] 
Updates for make dist for OSX_CARBON

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

15 years agosignificantly optimize wxCSConv::To/FromWChar(NULL) performance by simply using a...
Vadim Zeitlin [Fri, 17 Oct 2008 12:25:47 +0000 (12:25 +0000)] 
significantly optimize wxCSConv::To/FromWChar(NULL) performance by simply using a bigger temporary buffer

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

15 years agoadd a simple benchmark for wx and iconv converters benchmarking
Vadim Zeitlin [Fri, 17 Oct 2008 12:24:24 +0000 (12:24 +0000)] 
add a simple benchmark for wx and iconv converters benchmarking

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

15 years agocompilation fix for include wx/generic/stattextg.h before/without including wx/statte...
Vadim Zeitlin [Fri, 17 Oct 2008 12:02:47 +0000 (12:02 +0000)] 
compilation fix for include wx/generic/stattextg.h before/without including wx/stattext.h in PCH-less wxUniv build

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

15 years agoUse xpms for checked/unchecked states instead of drawing them (yielded junk)
Robert Roebling [Fri, 17 Oct 2008 11:58:39 +0000 (11:58 +0000)] 
Use xpms for checked/unchecked states instead of drawing them (yielded junk)

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