Vadim Zeitlin
331abcf7d7
uncomment wxExecute(ASYNC) test now that it's supposed to work
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 23:48:29 +00:00
Vadim Zeitlin
6ed05f194d
also use wx/private/*.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 23:39:41 +00:00
Vadim Zeitlin
2051c39fae
compilation fixes after pen/brush styles changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 23:39:11 +00:00
Václav Slavík
b23bb1f962
fixed TABs positioning inside <pre> so that tags don't throw it apart
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 21:19:09 +00:00
Václav Slavík
37ed592f71
remove needless casting (no real change)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 20:11:55 +00:00
Francesco Montorsi
b02f1c862d
some more comments about wxSortedArrayString::Sort
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 19:06:04 +00:00
Michael Wetherell
ddd3c34768
Send build notification to wx-buildbot mailing list.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 18:18:30 +00:00
Francesco Montorsi
f0a9a84c09
warn the user about using getters of objects in invalid state
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 18:04:00 +00:00
Francesco Montorsi
106ef548fd
add the default ctor
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 18:03:12 +00:00
Vadim Zeitlin
a7d980f639
restore setting m_appName broken by recent change (fixes bug 1921954)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 16:21:51 +00:00
Václav Slavík
f016d3b424
misc wxVector<T> docs fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 14:51:28 +00:00
Václav Slavík
9fa8c9bf96
fixes to wxSharedPtr<T> docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 14:36:04 +00:00
Francesco Montorsi
cc6e1a74b9
further prototype fixes (thanks to ifacecheck)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 14:22:27 +00:00
Francesco Montorsi
1f5c66294a
add to GetToolkitVersion() the = NULL default values for the two arguments: they were documented but not actually implemented
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 14:21:52 +00:00
Václav Slavík
27d335cc23
document standard IDs only in one place, not two; bring the list up to date
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 14:20:26 +00:00
Francesco Montorsi
82c5e9ab46
fix wxBrush for the mac build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-21 09:37:59 +00:00
Francesco Montorsi
8064223b7b
splitted wxApp docs in wxApp+wxAppConsole docs; fix the signature of the documented functions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-20 23:45:15 +00:00
Francesco Montorsi
70f9d2bef3
add the wxAnimation's ctor which automatically loads a file: it was documented but not present in the actual code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-20 22:33:57 +00:00
Francesco Montorsi
3d8662ab0f
fix the signature of the documented functions and document some (relatively) new for wxAcceleratorEntry
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-20 22:32:46 +00:00
Francesco Montorsi
25af884d93
fix header files so that they can be included directly without generating 'undefined reference' errors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-20 18:11:26 +00:00
Francesco Montorsi
483724a1ad
fix a macroscopic error which made Doxygen generate invalid XML
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-20 18:10:49 +00:00
Francesco Montorsi
ac3688c0d8
make the Pen/Brush code backward compatible as discussed on wx-dev; marked the blocks of code to deprecate in future with FUTURE_WXWIN_COMPATIBILITY_3_0; add wxCHECK_MSG in all ports to block Get*() calls on invalid objects (as already is for all other refcounted objects and for most ports)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-20 15:08:51 +00:00
Václav Slavík
7c08b47173
compilation fix for wxUSE_GUI=0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-20 15:06:14 +00:00
Václav Slavík
3c4f71cc3d
removed trailing whitespace in Doxygen files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-20 13:45:17 +00:00
Václav Slavík
7df4c51f60
removed wxAcceleratorTable copy ctor docs, no port implements it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-20 13:40:20 +00:00
Václav Slavík
aa47271c60
forgot to fix one more place where it says accelerator tables can't be used with buttons in wxGTK
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-20 13:19:55 +00:00
Bryan Petty
a055a11641
Finished review/fixes of GDI category of functions and macros.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-20 06:00:05 +00:00
Francesco Montorsi
cb129171c2
further wxPenStyle/wxBrushStyle fixes for builds with compat off (partially by Marcin Wojdyr)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-19 18:28:04 +00:00
Stefan Csomor
96f5888b18
CGFloat
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-19 14:09:44 +00:00
Stefan Csomor
5389e50515
make background colour be the real color, to have inheritance work correctly
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-19 13:26:42 +00:00
Stefan Csomor
e95f52682f
clean include
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-19 13:24:27 +00:00
Stefan Csomor
65bea426fe
have bg style wxBG_STYLE_CUSTOM not skip event
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-19 13:23:41 +00:00
Bryan Petty
1ba0de2efa
Removed docs for old clipboard functions, and reviewed/fixed atomic ops, file & directory, and environment function categories.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-19 08:02:01 +00:00
Bryan Petty
ba2874ff30
Finished review of Dialogs category of functions and macros as well as choicdlg.h (assigned to myself).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 19:30:01 +00:00
Michael Wetherell
0c2d0fcf98
Switch on build breakage email notifications.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 18:24:19 +00:00
Paul Cornett
60854f1ae2
revert removal of wxBU_AUTODRAW, now that it is again available with WXWIN_COMPATIBILITY_2_8==0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 16:25:48 +00:00
Václav Slavík
b1bb04c5a6
made wxAcceleratorTable work with buttons in wxGTK too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 16:21:15 +00:00
Vadim Zeitlin
8cd6a9ad50
added wxSpinCtrlDouble (slightly modified patch 1835864)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 14:04:19 +00:00
Vadim Zeitlin
04edbb2343
provide stubs for Get/SetStippled() to fix the build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 13:27:10 +00:00
Francesco Montorsi
9f91505d95
remove deprecation for wxBU_AUTODRAW; it needs some more work, too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 12:52:11 +00:00
Paul Cornett
edd6813c82
remove duplicate wxTaskBarIconAreaBase::DoPopupMenu, extracting the one-line difference into a new virtual
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 04:06:50 +00:00
Paul Cornett
bcf7614cf3
move wxWindowGTK::DoPopupMenu back to window.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 03:32:27 +00:00
Paul Cornett
3ed946f283
simplify wxEVT_MENU_OPEN/CLOSE generation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 03:01:30 +00:00
Bryan Petty
027c1c27be
Added explicit information about which functions and macros are declared in what headers from last commit.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 01:39:37 +00:00
Bryan Petty
8cd06fb5a2
Finished review of Application Initialization and Termination category of functions and macros.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 01:34:57 +00:00
Bryan Petty
9215c73eaf
Fixed GENERATE_TAGFILE setting after realizing that the setting turns it on, and sets the output file at the same time.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 22:10:18 +00:00
Benjamin Williams
396f85bac5
vista tree crash fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 22:05:01 +00:00
Bryan Petty
2a6585b851
One last navigation tab font adjustment, and made search input only generate for HTML (what's used for daily online docs).
...
All formats default to off, and need to be explicitly turned on in alternate configuration files (settings can be overridden).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 21:14:32 +00:00
Vadim Zeitlin
766aecab3a
use static functions instead of static variables for critical sections to avoid crashing if a log function using a CS is called during static objects initialization
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 21:09:02 +00:00
Robin Dunn
5cfb6fee91
Make some wxDataViewCustomRenderer virtuals consistent across platforms.
...
Add missing WXDLLIMPEXP_ADV.
Add missing impl for wxDataViewEvent::GetPosition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 21:00:06 +00:00