Robert Roebling
30be036c6d
Make animation of combo-popdown optional.
...
Replace wxMiniSleep() + wxYield() implemenation
by wxTimer based one.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-26 20:35:57 +00:00
Vadim Zeitlin
7e1897c067
rename UpdatePulse() to Pulse() (forgot to commit with the rest of the changes)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-26 19:11:45 +00:00
Julian Smart
d2d0adc776
Added URL support to attribute objects and to wxRichTextCtrl,
...
generating a wxTextUrlEvent as appropriate.
Added outline list support and updated previews.
Added alignment support for bullets.
Added single right parenthesis support.
Added XML stylesheet reading/writing.
Changed SetBulletSymbol to SetBulletText so it can support
bullet text more generally (e.g. for cached outline list numbering)
Added wxRichTextRenderer to isolate e.g. bullet drawing and make
it customisable.
Added event handler support to wxRichTextBuffer.
Updated documentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-26 06:32:47 +00:00
Vadim Zeitlin
4fa3f8c355
explain more clearly the possible usage scenarios
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-26 00:20:12 +00:00
Kevin Ollivier
64e4759f43
Fix wxBufferedDC so that it adheres to its documented behavior (which is in use in wxPython at least) and make a note about the layout direction assignment.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 20:00:48 +00:00
Robert Roebling
974a12f86a
[ 1584680 ] wxComboCtrl Popup Animation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 19:48:46 +00:00
Vadim Zeitlin
5dafb071ba
use WX_DEFINE_ARRAY_INT for an array of ints (bug 1536482)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:59:07 +00:00
Vadim Zeitlin
6c4fc6a8e3
corrected EVT_NOTIFY[_RANGE] docs (bug 1439078)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:55:13 +00:00
Vadim Zeitlin
79b4c33a16
correct custom event type example and point to the event sample (bug 1338140)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:53:55 +00:00
Vadim Zeitlin
d60156ac9d
corrected order of parameters in ctor (closes 1304320)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:52:12 +00:00
Vadim Zeitlin
9043437f19
explain why wxSpinCtrl may be available on platforms where wxSpinButton isn't
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:42:57 +00:00
Vadim Zeitlin
615c643305
renamed static functions section to global functions one (bug 1244222)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:40:30 +00:00
Vadim Zeitlin
d0ebe20ba4
wxGLCanvas is also available under Mac and other platforms (bug 1241485)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:37:54 +00:00
Vadim Zeitlin
933c79ecc8
document what exactly SetAlignment() expects (bug 1232727) + other minor corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:31:59 +00:00
Vadim Zeitlin
9b2d4f0eda
corrected wxEntry declarations (closes 1222193); added wxEntryStart/Cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:26:55 +00:00
Vadim Zeitlin
5145a8cfe5
correct wxDirExists() parameter type (closes 1220417)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:13:22 +00:00
Vadim Zeitlin
b1c08dbd62
document GetDocManager() (closes 1098861)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:09:10 +00:00
Vadim Zeitlin
9aeb24a0f6
clarify GetWheelRotation() (bug 969231)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:06:43 +00:00
Vadim Zeitlin
c1073b57a7
add a note explaining that sizers should be heap-allocated (bug 965825)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:03:41 +00:00
Vadim Zeitlin
ce4e2041a8
add hyperlink to wxList to GetMenuItems() docs (bug 921322)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-25 00:00:22 +00:00
Robert Roebling
0fbf22dfd7
Add wxCollapsable to classes.tex.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-24 18:07:33 +00:00
Vadim Zeitlin
b42a3531f9
mention that ChangeValue() is for wx 2.7.1+; don't use abbreviations like 'info' instead of 'information' in the manual
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-24 17:58:08 +00:00
Julian Smart
ecf9559d57
Added GetTempDir
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-24 14:26:00 +00:00
Robert Roebling
aad035b2f5
Minor correction.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-24 08:42:38 +00:00
Robert Roebling
4483a3d299
Minor corrections.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-24 08:37:55 +00:00
Vadim Zeitlin
2f483a69c2
added a section about the dialog buttons
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-23 22:57:18 +00:00
Vadim Zeitlin
f9db2cdaff
removed OnOk/Apply/Cancel() documentation, they don't exist any more
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-23 22:56:21 +00:00
Vadim Zeitlin
a4acaafa5f
added wxHAS_XXX section
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-23 21:59:15 +00:00
Robert Roebling
b5f0ae57a4
Document wxAppTraits::GetDesktopEnvironment.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-23 19:35:00 +00:00
Robert Roebling
4ff4d04525
Mention that GTK now supports wxALWAYS_SHOW_SB.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-23 19:00:59 +00:00
Julian Smart
8d7d6deac6
Added GetTempDir
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-23 17:47:02 +00:00
Vadim Zeitlin
550d433e52
cleanup (mainly wrapping lines to be < 80 chars); added IsExpanded()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-22 23:10:07 +00:00
Vadim Zeitlin
3c1f8cb1f5
initial draft of wxCollapsiblePane (patch 1577412 by Francesco)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-22 22:28:37 +00:00
Vadim Zeitlin
9ebb7cade2
added wxSimpleHtmlListBox (patch 1576109 by Francesco)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-22 22:09:16 +00:00
Vadim Zeitlin
16844d1c3a
clarify Skip() meaning even more (latest version of patch 1516341)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-22 20:52:45 +00:00
Vadim Zeitlin
06077aaf2c
add alt popup window style allowing to use keyboard and comboboxes in the popup window and use it for the generic date picker (patch 1582391 from Jaakko)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-22 20:25:08 +00:00
Robert Roebling
8e458bb539
[ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
...
Additionally call UnShare() in it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-21 13:51:38 +00:00
Robert Roebling
d65fd4e93f
Made wxStreamBase::IsOk() virtual;
...
Overrride in file streams to test foe base class and
for correctly opened files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-19 12:30:59 +00:00
Robert Roebling
40131743c6
Ref counting overview.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-18 17:24:55 +00:00
Robert Roebling
a91225b27b
[ 1578529 ] better docs for reference-counted objects
...
This already includes the change for wxBitmap, which
is not COW yet.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-18 17:23:42 +00:00
Robert Roebling
4a10e43b27
Made wxWindow::Update() a little clearer.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-16 18:16:49 +00:00
Robin Dunn
19c9f36f13
Reverted wxBuffered[Paint]DC to nearly the pre 2.7.1 state, kept
...
wxAutoBufferedPaintDC and added wxAutoBufferedPaintDCFactory.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-13 19:14:21 +00:00
Robin Dunn
432efcb004
wxMemoryDC constructor now optionally accepts a wxBitmap parameter,
...
calling SelectObject itself if a valid bitmap is passed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-13 18:48:36 +00:00
Julian Smart
4f88b483b5
Some additions to the wxRichTextCtrl overview.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-12 04:27:35 +00:00
Robert Roebling
3dfd8daff3
[ 1574592 ] Documentation for wxBufferedDC improvements
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-11 19:06:21 +00:00
Julian Smart
b67a86d574
Added newlines to end of files to avoid RTF-for-PDF index getting messed up
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-10 17:46:49 +00:00
Julian Smart
62a268cc71
Added some missing newlines to ends of files (necessary for linear RTF)
...
Added rich text control formatting and symbol dialogs
API changes for wxRichTextCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-10 16:48:47 +00:00
Vadim Zeitlin
b72979e918
real LaTeX fix to last commit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-10 13:53:37 +00:00
Vadim Zeitlin
309b26a7ec
attempt to correct bogus tex2rtf warning about unmatched brackets in htprintmacros.inc
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-10 13:49:17 +00:00
Vadim Zeitlin
2c31c8492d
LaTeX fix to last commit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-10 13:46:18 +00:00