Commit Graph

2273 Commits

Author SHA1 Message Date
Vadim Zeitlin
050a132772 typo in last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-02 10:38:15 +00:00
Vadim Zeitlin
15d0695440 added wxPLURAL() macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-01 21:16:30 +00:00
Václav Slavík
5e9ddd4520 pretified libs.bmp/gif: use antialiasing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-01 13:46:50 +00:00
Julian Smart
4acaa5e2fe Added documentation for wxWindowCreateEvent, wxWindowDestroyEvent
Added missing event to wxTreeEvent doc


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-01 09:56:43 +00:00
Vadim Zeitlin
3c96417a09 send wxEVT_SCROLL_CHANGED when using mouse wheel as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 15:33:43 +00:00
Vadim Zeitlin
effdccd8fd wxStandardPaths methods are not static; documented Get()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 15:25:35 +00:00
Vadim Zeitlin
cbc855087f added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_ENDSCROLL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 15:22:10 +00:00
Vadim Zeitlin
2d918775fa document that SetCurrent() must be called on a visible window; assert that this is the case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 15:01:31 +00:00
Julian Smart
3103e8a97e Typo correction patch [ 1208110 ] Lots of typo corrections
Olly Betts


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 09:20:43 +00:00
Julian Smart
a6905d8b55 Version number updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 09:06:27 +00:00
Vadim Zeitlin
d5df691802 documented WX_PRECOMP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-27 16:20:10 +00:00
Julian Smart
5a00666114 wxTR_TWIST_BUTTONS style no longer used in wxTreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 15:49:01 +00:00
Julian Smart
304945f5f7 Manual speak with forked tongue
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 14:55:43 +00:00
Vadim Zeitlin
06e317a336 document Cmp[NoCase]() overloads taking wxString too (bug 1198423)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-22 16:56:10 +00:00
Julian Smart
0db776b480 Removed reference to module file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-22 13:36:34 +00:00
Vadim Zeitlin
4bcfcdef85 wxCloseEvent::GetLoggingOff() is for [query] end session events only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-22 11:21:21 +00:00
Kevin Hock
3faa8195d7 wxSTAY_ON_TOP is available on all 3 major platforms now, remove Windows-only note
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 04:20:49 +00:00
Kevin Hock
6eb7ee61da Update description of ITEM_MENU to reflect its increased usefulness
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 03:02:30 +00:00
Vadim Zeitlin
bdbe28fa38 added wxEvtHandler::Disconnect(evtType, ...) overload
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 22:40:09 +00:00
Julian Smart
a6de457450 Updated and removed unnecessary graphics
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 19:47:04 +00:00
Julian Smart
466daaeb58 Removed redundant file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 15:04:44 +00:00
Julian Smart
5a7b6f80e7 Removed more traces of wxrcedit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 13:58:18 +00:00
Julian Smart
17bcb99892 Removed redundant files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 17:25:32 +00:00
Włodzimierz Skiba
c40aba837b wxHtmlContainerCell::GetFirstCell was replaced with wxHtmlCell::GetFirstChild.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-13 18:43:38 +00:00
Kevin Hock
217db7656b Updated docs to accurately define wxHIDE_READONLY, and note that it is deprecated in 2.6.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-12 03:34:55 +00:00
Václav Slavík
de279b5406 the manual contained wrong licence wording inconsistent with any other sources, including licence.txt; fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-01 22:39:52 +00:00
Julian Smart
8e44f3caab Worked around an apparent bug in Windows whereby some deferred positioning
failed: specifically when changing a position from x, to y, to x again.
Added deferred positioning to wxRadioBox, wxSlider and wxSpinCtrl and thereby
eliminated some refresh glitches when resizing.
Eliminated further refresh glitches caused by wxRadioBox (to nearby controls)
by refreshing parent when the radio box moves.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-28 14:45:09 +00:00
Ryan Norton
498a1eeb8d Add wxLaunchDefaultBrowser, note wxGetKeyState change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-21 20:13:44 +00:00
Kevin Hock
6421f57a54 Added Ryan Norton and myself to the list of contributors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-19 18:26:46 +00:00
Vadim Zeitlin
5051821172 corrected wxMMedia description (forgot to commit before)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 16:36:06 +00:00
Vadim Zeitlin
aa6c5dae62 documented new AddFile() behaviour with abs paths
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 16:35:04 +00:00
Julian Smart
2f0e16e186 wxHelpController now wxCHMHelpController on Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-17 10:54:56 +00:00
Vadim Zeitlin
51f1a29543 updated from libs.dia
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-16 11:28:02 +00:00
Julian Smart
dd57356cc4 Manul version number update
Script updates


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-15 15:16:46 +00:00
Kevin Hock
15c8d3b6c8 Typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-14 04:27:55 +00:00
Julian Smart
5fae57de3a wxBestHelpController now used as default on Windows
Change log updates


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-13 18:52:43 +00:00
Robert Roebling
0f6858b69e Apply Mart R.'s patch for improved font width
handling and minor doc corrections.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-13 13:53:19 +00:00
Vadim Zeitlin
671bf007dd added wxMedia
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-13 13:34:13 +00:00
Vadim Zeitlin
aecb6b18b4 added wxQA
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-13 13:05:06 +00:00
Julian Smart
ddc229bec1 A word about context help on Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-11 13:30:25 +00:00
Vadim Zeitlin
3fb3e5e595 documented AddText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-10 22:11:28 +00:00
Vadim Zeitlin
7c2cb1f4bd documented wxSL_BOTTOM, clarified the others
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-10 18:09:24 +00:00
Robin Dunn
3d70763cd8 PythonNote corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-09 20:04:48 +00:00
Ryan Norton
40ca944974 Various underscore doc fixes and some wxXCharBuffer documentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-08 19:11:58 +00:00
Michael Wetherell
43e8916ff3 Documentation fixes, patch 1179223 by Andreas Mohr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-08 14:34:30 +00:00
Julian Smart
f98488c8ca wxWinCE notes updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-06 21:17:06 +00:00
Vadim Zeitlin
dd932cbe1c added GetVisibleBegin/End() to complement/replace GetFirst/LastVisibleLine() and use them in the code to fix problems when the control is empty and GetLastVisibleLine() returns (size_t)-1 (closes bug 1176561)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-05 22:43:41 +00:00
Włodzimierz Skiba
da865fdd32 Deprecate wxPathExists, make wxDirExists used everywhere, minor source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-05 16:10:48 +00:00
Ryan Norton
749a05ee85 [ 1176516 ] argv datatype has changed (char in docs but really wxChar)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-05 15:55:05 +00:00
Julian Smart
3a40452d78 Missing arguments fixed
Need for blank last line comes back to haunt us again


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-03 12:01:02 +00:00