Commit Graph

4310 Commits

Author SHA1 Message Date
Vadim Zeitlin
ab3165fb0d replaces some lists with trees (bug 1593248 and more)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-09 11:20:30 +00:00
Michael Wetherell
5d6f17a5b9 Forgot to remove wxBackingFile from the changes.txt. It was kept internal
as it's api will change for read/write and it may be integrated into
wxStreamBuffer.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-09 01:15:26 +00:00
Vadim Zeitlin
9129836e62 wxArrayString::Alloc() shouldn't clear the array contents
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-08 18:52:43 +00:00
Vadim Zeitlin
c751d1d731 fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-07 01:23:18 +00:00
Benjamin Williams
935584030e fixed misspelling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-06 10:12:27 +00:00
Robert Roebling
1fdd3f346c Added wxAUI category.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-04 21:54:15 +00:00
Robert Roebling
34d055c7b6 File rename.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-04 21:41:30 +00:00
Robert Roebling
82e791a67b Removed.
CVtn:~/wxNew/docs/latex/wx> rm paneinfo.tex
l ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-04 21:40:38 +00:00
Robert Roebling
e67635d4ee Renamed AUI tex files.
Documented wxAuiDockArt.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-04 21:38:52 +00:00
Vadim Zeitlin
f86d9a8b21 document GetChildren() (bug 1578143)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-04 21:15:03 +00:00
Vadim Zeitlin
719bc6faad document the problem with using arrays whose element size is larger than the actual size of the elements stored in them (bug 1572314)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-04 12:42:03 +00:00
Vadim Zeitlin
e38f59e899 document WX_PREPEND_ARRAY (part of patch 1590194)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-04 12:18:15 +00:00
Vadim Zeitlin
0817a2c54c corrected documentation of font parameter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 23:36:07 +00:00
Vadim Zeitlin
305329c2f1 use wxNullFont instead of *wxNORMAL_FONT as default parameter for wxFontPickerCtrl/Widget, this fixes compilation with gcc 2.95 and possibly other old compilers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 21:54:13 +00:00
Vadim Zeitlin
3e09f6f1e8 clarify/correct note about VC6 build order problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 21:21:46 +00:00
Vadim Zeitlin
ee0dd1b5e9 restored mention of the other .rsp files removed in last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 21:00:58 +00:00
Vadim Zeitlin
5c97688cf0 update the distribution instructions after switch to new distribution scripts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 20:50:12 +00:00
Robin Dunn
a352e39f43 Removed duplicate (and wrong) helpref
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-03 17:55:10 +00:00
Benjamin Williams
d18514d53f aui documentation updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 21:47:54 +00:00
Julian Smart
b58206c467 Typo correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 15:45:39 +00:00
Stefan Csomor
f20217cf91 first version for docs on graphics classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 14:34:01 +00:00
Stefan Csomor
f43af7fea4 first version for docs on graphics classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 14:28:51 +00:00
Vadim Zeitlin
eda9a7d81a sections cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 20:38:35 +00:00
Robert Roebling
83941c008e Least important change: move AUI docs in alphabetical index.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 19:27:04 +00:00
Benjamin Williams
fbf40a19f5 wxaui docs after big rename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 19:03:05 +00:00
Julian Smart
d742155316 Corrected directory example
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 16:30:22 +00:00
Robert Roebling
175fd114d3 wxMiniFrame's default style is without closebox on
wxGTK and wxMSW, and now on wxMAC as well.
  Document that.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 12:26:12 +00:00
Robert Roebling
c5bad6049f FRM's small wxSize::Scale enhancement.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-01 12:21:36 +00:00
Robert Roebling
b21f4960b1 Return SetSizeHints() in wxWindow to its former
life but still recommend to use SetMinSize()
    and SetMaxSize(). I've already purged wxWidgets
    of any use of this function internally, but
    others may use it still.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 23:14:28 +00:00
Robin Dunn
aef42e1ff6 Add a topc overview about window sizing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 19:30:45 +00:00
Julian Smart
22653452af Add newline at end - necessary for PDF
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 16:37:21 +00:00
Benjamin Williams
2906e7ae5a wxaui documentation updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 15:27:52 +00:00
Julian Smart
751f995440 Version changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 13:25:06 +00:00
Vadim Zeitlin
0df2f30c18 fix refcountlist subsection location
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 11:39:31 +00:00
Robin Dunn
170acdc90e GetBestFittingSize --> GetEffectiveMinSize
SetBestFittingSize --> SetInitialSize
SetBestSize  --> SetInitialSize
SetInitialBestSize --> SetInitialSize


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 08:50:17 +00:00
Julian Smart
477bfb0a7e Updated version number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 08:14:08 +00:00
Benjamin Williams
2cb1b0a805 minor aui doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 08:07:10 +00:00
Julian Smart
d4364294e2 Updated manual version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 08:06:00 +00:00
Michael Wetherell
aa0ff209bc Update docs to mention new filesystem handlers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 07:40:30 +00:00
Vadim Zeitlin
b0b96f667d use wxChar correctly in wxString docs; mark wx1 compatibility functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 00:26:21 +00:00
Julian Smart
9b50920f5e More fun with line endings, to avoid mangling PDF contents
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 23:42:22 +00:00
Vadim Zeitlin
0797d64777 forcefully disable wxUSE_STD_STRING and wxUSE_STL for Digital Mars and Open Watcom
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 23:09:39 +00:00
Vadim Zeitlin
a3ab1c1801 renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and
changed its signature to take a const reference instead of a pointer which
simplifies the code and makes it safer as well


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 22:03:53 +00:00
Vadim Zeitlin
5a70d3f578 remove just added wxCoordRound() (see patch 1586499)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 20:34:25 +00:00
Vadim Zeitlin
912c39325b Various wxCollapsiblePane enhancements (re-patch 1577412):
1. wxUSE_COLLPANE added
2. XRC handler added
3. flicker fixes for the generic version
4. sizing fixes for GTK+ version
5. RTL fixes for the generic version (via wxBoxSizer)
6. better appearance under Mac for the generic version


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 20:08:17 +00:00
Vadim Zeitlin
fea35690f1 Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare
the bitmap to ensure that no other bitmaps are modified; also remove some code
duplication by introducing wxMemoryDCBase (patch 1580745)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 19:41:46 +00:00
Vadim Zeitlin
d2a93a2af3 mention comparison operators changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 19:36:16 +00:00
Vadim Zeitlin
55ccdb93e4 COW cleanup patch (1583966):
1. perform deep comparison for the classes for which it makes sense in the
   ports where this wasn't done yet
2. remove (shallow) comparison operators for the classes for which it does
   not make sense (such as wxBitmap)
3. makes wxBitmap use COW on all ports
4. adds wxObject::IsRefTo()
5. centralizes and improves COW docs


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 19:26:48 +00:00
Julian Smart
36f01cc781 Added page break specification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 17:52:14 +00:00
Vadim Zeitlin
0f11c23345 generate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 16:18:45 +00:00