Robert Roebling
95aefe5124
Fix docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 13:40:43 +00:00
Robert Roebling
6f0a23b86e
Mention wxDataViewTreeCtrl in wxDataViewCtrl docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-01 19:06:10 +00:00
Robert Roebling
a75124d0da
Added wxDataViewTreeCtrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-01 19:01:47 +00:00
Vadim Zeitlin
ddc0ac4ad8
mention wxDC change (more details would be welcome)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-30 20:25:33 +00:00
Václav Slavík
937013e0fd
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK
...
2. use HandleWindowEvent() everywhere as more obvious and convenient shortcut for GetEventHandler()->ProcessEvent(); also for consistency with wxGTK where it's required
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-29 17:00:58 +00:00
Vadim Zeitlin
9b85a91b1e
fix typo in an example (patch 1837973)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-28 02:56:19 +00:00
Vadim Zeitlin
14e8069831
removed extraneous backslash
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-25 23:59:15 +00:00
Vadim Zeitlin
376d7d9764
added Show/HideWithEffect() and implemented them using AnimateWindow() for Win32
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-24 16:15:08 +00:00
Vadim Zeitlin
e36a173933
added wxNotificationMessage and implemented it generically and natively for Maemo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-24 01:56:13 +00:00
Václav Slavík
d2e97367fa
TeX files are not executables
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-23 20:45:24 +00:00
Vadim Zeitlin
c944775f72
added wxWindow::GetPrev/NextSibling()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-20 15:57:51 +00:00
Robert Roebling
b603ea39ca
typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-19 14:34:56 +00:00
Vadim Zeitlin
8575ff507f
experimental IPv6 implementation (patch 1771429)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-18 20:53:33 +00:00
Vadim Zeitlin
8cf304f81b
added public wxInfoMessageBox() (slightly modified patch 1828235)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-18 19:56:03 +00:00
Vadim Zeitlin
e6ef9ea4ed
preserve custom colours between calls to wxGetColourFromUser(), also allow passing a custom wxColourData to it (modified patch 1832582)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-18 19:33:34 +00:00
Vadim Zeitlin
b0006473eb
use newsince{2.9.0}, not {3.0}
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-18 18:36:39 +00:00
Francesco Montorsi
78cb09ec43
wxRichTextAttr does not exist anymore - document instead wxTextAttr
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-18 11:59:47 +00:00
Robert Roebling
f4647740bb
document attributes mechanism
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-18 11:07:33 +00:00
Robert Roebling
eb1c3db2dd
Remove useless GetRowCount
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-18 10:22:58 +00:00
Vadim Zeitlin
2b147f2e19
allow to optionally use vendor name component in standard paths (slightly modified patch 1831308)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-17 14:59:13 +00:00
Vadim Zeitlin
180b5b4827
added vendor display name (for consistency with app display name &c) (patch 1831303)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-17 14:45:53 +00:00
Vadim Zeitlin
d04a9fdfe2
add wxModule::AddDependency(name) overload (patch 1790451)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-17 00:12:01 +00:00
Vadim Zeitlin
08f1c27c39
document Next/PrevControlId() removal (should have been part of r50007)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-16 23:59:30 +00:00
Francesco Montorsi
dd72206610
use docparam instead of simple italic tag for parameter docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-13 20:56:08 +00:00
Francesco Montorsi
c34b5c57d3
add 'Application and process-management classes', 'OpenGL classes', 'Multimedia classes' and 'stc classes' to the categories
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-13 20:54:46 +00:00
Francesco Montorsi
a57f7612b4
document wxDECLARE_APP
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-13 20:50:38 +00:00
Francesco Montorsi
6d98f9631a
document wxFORCE_LINK_THIS_MODULE, wxFORCE_LINK_MODULE, wxIMPLEMENT_APP macros
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-13 20:48:00 +00:00
Francesco Montorsi
9eac91c432
user proper markup for the url to unicode website
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-13 20:46:57 +00:00
Francesco Montorsi
a4d6005e61
small fix to inheritance hierarchy
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-13 20:46:18 +00:00
Francesco Montorsi
6d321f2be6
update the file handling part of the manual; update the Acknowledgement section including a list of the core developers (some of them were missing) and separating them from the list of occasional contributors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-13 20:43:50 +00:00
Francesco Montorsi
90ab648378
keep function description before parameter documentation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-13 20:38:06 +00:00
Vadim Zeitlin
3dce0e4dc3
clarify wxHandleFatalExceptions() availability (bug 1830196)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 12:09:02 +00:00
Václav Slavík
a2b18c5746
renamed wxstd.po to wxstd.pot so that it uses standard gettext extension for catalog templates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 10:12:49 +00:00
Vadim Zeitlin
58b33f504d
move wxGetClientDisplayRect() fix into 2.8.7 section
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 00:22:31 +00:00
Vadim Zeitlin
d1e660b50a
document ItemDeleted()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 11:37:52 +00:00
Vadim Zeitlin
67d3fc4926
added functions for setting the columns order in wxListCtrl (modified patch 1828074)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 00:55:14 +00:00
Vadim Zeitlin
ba1a59622e
cleanup wxURLModule after wxSocketModule to avoid crash when destroying default proxy (patch 1828964)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-09 23:17:49 +00:00
Vadim Zeitlin
7921a093fa
forward ported changes in 2.8.7 from WX_2_8_BRNACH
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-09 20:28:43 +00:00
Vadim Zeitlin
0a7b022960
fixed bugs with moving/centering the file dialog (replaces patch 1825170)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-09 20:02:47 +00:00
Julian Smart
ef26a5c409
Removed no longer needed desktop size hack
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-06 23:05:38 +00:00
Vadim Zeitlin
676c8c1d39
implement wxGetCientDisplayRect() correctly for X11-based ports
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-06 22:27:15 +00:00
Julian Smart
9e967d5417
Moved desktop margin options to a more sensible place
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-06 10:52:14 +00:00
Julian Smart
3ed6c6f4ac
Added sizer.desktopmargin.x, sizer.desktopmargin.y options to allow for desktop decorations in wxSizer::Fit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-06 09:42:28 +00:00
Robert Roebling
700d08c109
[ 1823588 ] gtk filedlg - droping support for gtk 2.2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-05 18:43:14 +00:00
Vadim Zeitlin
e815120e41
fix ReceiveTimeout() reference
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-05 18:22:22 +00:00
Vadim Zeitlin
391e70aeed
update the requirements: OS X >= 10.3, GTK+ >= 2.4
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-05 17:49:27 +00:00
Vadim Zeitlin
0847dca672
implement AutoComplete for wxMSW too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-05 00:44:26 +00:00
Vadim Zeitlin
59396417d3
added wxTextEntry::AutoCompleteFileNames() and implemented it for wxMSW
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-04 23:08:26 +00:00
Vadim Zeitlin
ecaed0bcda
added wxTextEntry::AutoComplete() and implemented it for wxGTK
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-04 22:39:54 +00:00
Vadim Zeitlin
dff6cf576a
implement wxLocale::GetInfo() using CFLocale (modified patch 1760939)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-04 16:01:05 +00:00