Commit Graph

5122 Commits

Author SHA1 Message Date
Robert Roebling
89969a9128 Templatize wxScopedPtr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-01-07 12:09:22 +00:00
Robert Roebling
a6acecec40 Added docs to wxTrackable and wxWeakRef<T>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-01-07 10:59:02 +00:00
Vadim Zeitlin
71ebd60b06 make wxDateTime::ParseXXX() functions char*-friendly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-01-07 00:17:45 +00:00
Vadim Zeitlin
4b8af4ac87 return false from Dispatch() if gtk_main_quit() was called (patch 1864846)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-01-06 15:26:16 +00:00
Vadim Zeitlin
e2fc2bd51c add wxDL_QUIET flag; use RawGetSymbol() instead of GetSymbol() in wxDL_INIT_FUNC to avoid error messages for missing functions (this is also consistent with wxDL_INIT_FUNC_AW)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-01-06 01:30:58 +00:00
Vadim Zeitlin
17808a7596 move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-01-05 00:21:31 +00:00
Vadim Zeitlin
b9e6623377 don't hardcode 16/32 as sizes for small/normal icons (fixes bug 1862812)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-01-03 01:13:44 +00:00
Vadim Zeitlin
efc5f7eb98 reorder the methods in alphabetical order (patch 1861348)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-01-02 16:53:07 +00:00
Vadim Zeitlin
a05166568c added wxS(); use it in a couple of places
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-01-02 16:31:38 +00:00
Vadim Zeitlin
95883d6c0f CentreOnScreen() is in wxTLW, not wxWindow (bug 1861670)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-01-01 20:04:12 +00:00
Vadim Zeitlin
1cf57808cb fix bug with parsing negative time zones in ParseRfc822Date()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-30 23:35:40 +00:00
Vadim Zeitlin
e8dacf99d8 clarify when wxMaximizeEvent is [not] sent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-30 22:20:58 +00:00
Julian Smart
81d2719d5d Typo correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-30 10:10:13 +00:00
Julian Smart
3aa8e4ea6d Added automatic dialog scrolling ability
Added ability to resize wizard bitmaps automatically
Made it easier to derive from wxWizard and override behaviour,
mainly by making members protected instead of private



git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-29 16:35:39 +00:00
Robert Roebling
99c75ebc5e Patch from Hartwig and me for implementing reorderable dataview columns. Works on OS X and GTK+, breaks OS X a litte
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-26 18:30:56 +00:00
Mart Raudsepp
8d1ed43a7f Update some references of CVS to SVN, more remain that should be changed.
Update the daily makefiles link in winCE project file downloading instructions.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-25 22:51:59 +00:00
Robert Roebling
3776eb6d54 Added a bit of cross-linking in the wxGrid docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-22 20:37:17 +00:00
Robert Roebling
57258eacf0 Added more function groups to wxGrid docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-22 19:55:05 +00:00
Robert Roebling
e483dfcb9d Added API for column reordering
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-22 18:29:14 +00:00
Vadim Zeitlin
1d89da8a5c allow centering wxMessageDialog on its parent window (patch 1836072)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-22 16:52:31 +00:00
Vadim Zeitlin
66a9201df8 implement wxListCtrl::ScrollList() (in report view and vertical direction only) (slightly modified patch 1843647)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-22 15:58:38 +00:00
Vadim Zeitlin
c7a284c79b fixes to wxImage::ResambleBox() (patch 1843902)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-22 15:52:48 +00:00
Vadim Zeitlin
5ec69e9666 made SetCurrent() and SwapBuffers() return boolean status indicator instead of void (slightly modified patch 1844090)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-22 15:48:03 +00:00
Vadim Zeitlin
cab9b205c3 discard any pending messages for the socket being destroyed to avoid the problem with having them delivered to the next socket we create which reuses the same message number (patch 1856012)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-22 14:05:25 +00:00
Vadim Zeitlin
360c6b7edb document HideWithEffect() too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-20 00:47:34 +00:00
Vadim Zeitlin
2804f77d88 more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-19 16:45:08 +00:00
Robert Roebling
33ba5a0562 Added wxDataViewListIndexModel::Reset(), clarified and corrected wxDataViewModel::Cleared(), corrected sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-17 13:56:28 +00:00
Robert Roebling
8b6cf9bf10 Added wxDataViewListIndexModel::RowsDeleted() and various related corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-17 11:28:02 +00:00
Robert Roebling
6af3eec222 Add dataview context menu event definitions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-16 14:48:13 +00:00
Vadim Zeitlin
804eeca5d5 don't misinterpret the time after the date as a weekday (patch 1836708)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-15 21:03:21 +00:00
Vadim Zeitlin
c95e653ca4 don't modify the output variable if ToXXX() fails to convert (modified patch 1849041)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-15 02:45:24 +00:00
Vadim Zeitlin
8b2e0c3ad6 correct wxFooEventHandler name (patch 1851026)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-15 02:23:05 +00:00
Vadim Zeitlin
9135f74e69 mention some of the major changes in 2.9 so far
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-12 18:11:51 +00:00
Vadim Zeitlin
8b9d9fa807 fix wxBitmapToggleButton link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-11 12:21:32 +00:00
Vadim Zeitlin
c2a9fc6aff wxBufferedDC is in wxCore, not wxAdv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-10 12:21:38 +00:00
Robert Roebling
07e9ca2831 document Apple event overrides and their use instead of command line args
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-10 10:44:34 +00:00
Vadim Zeitlin
51048c6200 correct Clone() signature in the example
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-09 22:34:38 +00:00
Robert Roebling
940cc794a7 typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-09 12:47:28 +00:00
Vadim Zeitlin
8aab0891d2 fix bitmaptglbtn.tex link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-08 20:42:32 +00:00
Vadim Zeitlin
c8c49cae11 fix LaTeX errors; set svn properties correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-08 20:41:26 +00:00
Robert Roebling
15f7c30516 Added wxWrapSizer (modified patch: [1826950] Wrapping Sizer) from Arne Steinarson
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-08 11:37:17 +00:00
Robert Roebling
10ff9c616e Document wxBitmapToggleButton, add update UI event in Base class for all toggle buttons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-08 10:36:59 +00:00
Bryan Petty
7e325fb635 Fixed std::cout redirection code example.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-08 09:59:04 +00:00
Vadim Zeitlin
e0fe9238c6 fix another LaTeX error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-07 20:27:25 +00:00
Vadim Zeitlin
c6dcefd2b8 document that output parameter of ToLong/Double() shouldn't be used if the function returns false
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-07 12:04:57 +00:00
Vadim Zeitlin
340fcc68af fix typo in \param (patch 1845351)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-06 14:18:33 +00:00
Julian Smart
c615a3f57b Clarified context menu event behaviour.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-05 08:45:07 +00:00
Václav Slavík
b86c4f960e added <scrollrate> parameter to wxScrolledWindow XRC handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-04 19:03:50 +00:00
Bryan Petty
5e4b470119 Cleaned up LaTeX CSS definitions (these modifications have been used for the online docs since 2.8.0 now with no problems).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-04 17:33:50 +00:00
Robert Roebling
5c04afea29 Mention different internal usage of index list model
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 10:09:44 +00:00
Robert Roebling
1a07a730f0 Add support for wxDC_ROW_LINES for GTK+ and OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 09:44:29 +00:00
Vadim Zeitlin
e2d5abbf52 implemented wxNotificationMessage for wxMSW using wxTaskBarIcon and fallback to generic implementation on older systems; added wxNotificationMessage::SetFlags()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 17:02:30 +00:00
Robert Roebling
959f1933e3 Mention DC change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 13:44:43 +00:00
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