Commit Graph

4197 Commits

Author SHA1 Message Date
Stefan Csomor
a0afe18fcf hint to alpha colours added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-27 09:23:58 +00:00
Stefan Csomor
36d55705af adding alpha channel doc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-27 09:13:44 +00:00
Vadim Zeitlin
dabb05ac5b quote an underscore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-25 17:26:57 +00:00
Vadim Zeitlin
8fe79cfc42 removed extra '}'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-25 17:23:01 +00:00
Vadim Zeitlin
ef5c70f96f Many changes:
- Introduced GTKGetWindow() which returns all GdkWindows associated with the
  given wxWindow
- Renamed IsOwnGtkWindow() to GTKIsOwnWindow() to avoid confusion with the old
  virtual function (the new one is non-virtual and is implemented in terms of
  GTKGetWindow())
- Refactored/simplified event handlers code in gtk/window.cpp
- Fixed some header guards names (__GTKFOO__ -> _WX_GTK_FOO_H_)
- Added GTKUpdateCursor() which sets the current cursor for all windows
  returned by GTKGetWindow()
- Factored out code from many different classes in wxControl::OnInternalIdle()
  which now updates the cursor, checks for internal focus and sends update UI
  events


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-25 12:59:28 +00:00
Vadim Zeitlin
dad0c6d322 clarified LeftIsDown() behaviour for left click events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-23 15:11:35 +00:00
Vadim Zeitlin
c959d91228 documented wxURLDataObject
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-23 13:47:22 +00:00
Vadim Zeitlin
4f92e6ef06 mention wxPathList change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-22 11:42:03 +00:00
Robin Dunn
d4a724d407 Make it possible to tell wxXmlResource which domain to pull
translatable strings from.

Make the wxLocale::GetString methods virtual so they can be overridden
in derived classes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-21 18:27:15 +00:00
Vadim Zeitlin
ab73fe8d1d added stock menu items support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-20 22:24:57 +00:00
Vadim Zeitlin
684e5b95a6 updates for wxDialog affirmative/escape id buttons handling changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-20 10:38:55 +00:00
Julian Smart
23b8a26299 Applied patch [ 1531615 ] size support for wxFileName
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-18 15:30:28 +00:00
Václav Slavík
b98bd6af23 wxPlatformInfo::IsUsingUniversalWidgets() was broken by design, it couldn't work in wxBase shared by 2+ wxCores; fixed by making it non-static and moving its implementation back to wxAppTraits (where its equivalent used to be) and making small API changes implied by that
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-16 17:18:34 +00:00
Václav Slavík
d441742626 fixed syntax errors (incorrect use of _)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-16 16:17:59 +00:00
Václav Slavík
6eb1fe1cc4 documented wxAppTraits::GetPlatformInfo doesn't exist, removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-16 15:42:55 +00:00
Vadim Zeitlin
f2bbd25d26 removed obsolete build files which are likely to confuse more than help people now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-15 13:10:50 +00:00
Vadim Zeitlin
7430e3216b clarify LeftIsDown() description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-15 13:02:02 +00:00
Vadim Zeitlin
8bb6b2c057 wxPlatformInfo (patch 1532064)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-13 21:00:32 +00:00
Vadim Zeitlin
da557e0945 corrected example of GetUserConfigDir() return value under Windows (patch 1538788)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-13 01:20:06 +00:00
Vadim Zeitlin
d1af8e2dd9 added wxDir::FindFirst() (modified patch 1525502)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-13 00:23:58 +00:00
Michael Wetherell
9576853579 Add parameter to the --enable-universal_binary option for the path to the SDK.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-10 13:38:23 +00:00
Kevin Ollivier
c7f200e9c5 Adding technotes about the release system and about adding apps/screenshots to the wxWidgets.org front page
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-10 04:05:50 +00:00
Vadim Zeitlin
e63f19ba93 Added wxID_PAGE_SETUP standard id
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-10 00:14:55 +00:00
Vadim Zeitlin
12dc0a01de do mention AUI in change log
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-10 00:13:21 +00:00
Vadim Zeitlin
034ad06337 invalid size is (size_t)-1, not 0xffffffff; stream returned by GetInputstream() must be destroyed while wxHTTP object is still alive; some English corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-09 21:23:56 +00:00
Václav Slavík
869b59fc91 added wxRect::Inside(wxRect) for testing if a rectangle is completely within another rectangle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-08 14:21:44 +00:00
Vadim Zeitlin
4334c3d5bd updated docs after moving SetDefaultItem() from wxPanel to wxTLW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-07 21:13:43 +00:00
Vadim Zeitlin
29eb129aec mention wxAUI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-07 13:57:58 +00:00
Vadim Zeitlin
1943f68873 clarify GNOME files policy
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-06 23:38:39 +00:00
Vadim Zeitlin
6c15b5dcc7 added GNOME Files link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-06 23:07:06 +00:00
Vadim Zeitlin
76e5ecc583 GNOME software map doesn't exist any more, removed; corrected Freshmeat link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-06 22:46:12 +00:00
Vadim Zeitlin
42cd4d35bc changes since 2.6, not 2.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-06 21:57:51 +00:00
Robin Dunn
a109e12bf3 Add some text about potential incompatibilites with 2.7.x releases
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-06 21:45:39 +00:00
Vadim Zeitlin
7ce6cc9b8e unified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTHELP in a single wxWS_EX_CONTEXTHELP and changed its value to avoid conflict with wxWS_EX_TRANSIENT (this resulted in all progress dialogs having useless context help button in their title bar)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-06 12:56:48 +00:00
Vadim Zeitlin
36d5a0832f filled in the announcement text TODO
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 15:25:31 +00:00
Vadim Zeitlin
50c80a59f9 updated version to 2.70.; corrected URLs and updated change log in the announcement text
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 15:24:46 +00:00
Vadim Zeitlin
83b7b21b1c minor updates to configure and rpm build steps; link to deb docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 14:58:25 +00:00
Vadim Zeitlin
55b43eaa02 undid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it seems that this is not the correct way to do this
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-04 11:10:53 +00:00
Václav Slavík
3c665b38c0 added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss (bug #1153662)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-31 09:40:28 +00:00
Václav Slavík
63e819f298 added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss (bug #1153662)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-31 09:27:54 +00:00
Vadim Zeitlin
b253fb5cea typo (patch 1528925)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 20:47:32 +00:00
Vadim Zeitlin
766571a703 add @DATE@, @TIME@ and @TITLE@ macros to HTML printing (extended/modified patch 1528679)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 20:45:13 +00:00
Vadim Zeitlin
5f6475c145 moved combobox styles from defs.to to combobox.h; added wxTE/wxCB_FILENAME styles (MSW only for now); show them in the widgets sample and use for file/dir pickers text controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 19:19:50 +00:00
Stefan Neis
a1a77e0c4b Added default value for "pos" parameter in constructor and Create function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 14:26:36 +00:00
Vadim Zeitlin
e71c530e03 added HasMultiplePages()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-28 23:46:32 +00:00
Mart Raudsepp
9df58a28b0 Note that wxSlider::Get/SetLineSize is implemented now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-27 05:53:27 +00:00
Vadim Zeitlin
74639764d0 added possibility to strip only mnemonics, not accels, in wxStripMenuCodes(); added wxControl::GetLabelText()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-25 18:40:04 +00:00
Vadim Zeitlin
9ec8311845 document HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-25 00:49:19 +00:00
Vadim Zeitlin
ecd87e5b71 improvements to wxPickerBase default proportion values (patch 1525578)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-25 00:44:41 +00:00
Vadim Zeitlin
4948ebf3ff handlers added using AddHandler() last must have the highest priority (patch 1522807)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-25 00:33:14 +00:00
Vadim Zeitlin
8daf3c3664 wxPathList cleanup by Francesco (patch 1521481)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-25 00:16:55 +00:00
Vadim Zeitlin
da87911d65 generate middle click events (patch 1521314)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-25 00:09:49 +00:00
Vadim Zeitlin
40f5126298 added wxID_HELP_INDEX/SEARCH (part of request 1404089)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-25 00:06:43 +00:00
Vadim Zeitlin
f98377912b optionally count repeating wxLog messages instead of logging all (patch 1520815)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-25 00:04:35 +00:00
Vadim Zeitlin
9f057af5ef wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-24 23:48:06 +00:00
Vadim Zeitlin
3d3f3e3749 allow customization of individual grid lines appearance (patch 1496015)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-24 23:16:37 +00:00
Vadim Zeitlin
afdf936cbc documentation for wxAppTraits (patch 1518295 from Francesco)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-24 18:20:18 +00:00
Vadim Zeitlin
e617d19d32 improved Skip() docs (replaces patch 1516341)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-24 18:05:32 +00:00
Vadim Zeitlin
b9eb3d9de6 added wxID_ANY default value for the id parameter of Create() for consistency with the ctor (request 1481791)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-24 17:44:46 +00:00
Vadim Zeitlin
b8b37cedd3 added HasHandlerForPath() (modified patch 1514524)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-24 17:37:39 +00:00
Vadim Zeitlin
3ab6fcee36 added FindFileInPath() (part of an otherwise rejected patch)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-24 13:34:26 +00:00
Mart Raudsepp
591087eda4 wxPROCESS_ENTER is deprecated in favour of wxTE_PROCESS_ENTER. So use the latter in documentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-24 11:38:06 +00:00
Włodzimierz Skiba
8efb290702 [ 1518434 ] wxSize::Scale with wxScale and wxPoint operators documented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-24 08:26:38 +00:00
Mart Raudsepp
6bd719f16c Escape underscores
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-22 18:47:17 +00:00
Włodzimierz Skiba
21d6b09b10 [ 1523907 ] Remove unnecessary wxComboCtrl window style.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 15:31:10 +00:00
Vadim Zeitlin
e566ccf1ba handle negative time spans correctly in Format()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 15:04:10 +00:00
Vadim Zeitlin
a333edbddf added non-static GetCentury(), removed default value for static GetCentury() parameter which didn't make any sense at all
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 13:40:11 +00:00
Robin Dunn
07880314d4 Translucency --> Transparent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 21:30:08 +00:00
Vadim Zeitlin
cd7e925abb fixed crash in wxDb::Open() in Unicode build due to wrong interpretation of BufferLength argument of SQLDriverConnect()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 10:42:55 +00:00
Włodzimierz Skiba
7dc234d633 [ 1519202 ] wxComboCtrl::SetButtonPosition() to support -1 width/height
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 08:45:12 +00:00
Vadim Zeitlin
27b3bd6a59 fix Open(wxDbConnectInf) when using connection string (patch 1494705)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 23:09:15 +00:00
Robin Dunn
50f3c41d61 Added wxTopLevelWindow::SetTranslucency and CanSetTranslucency, with
implementations (so far) for wxMSW and wxMac.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 03:28:23 +00:00
Václav Slavík
984f1d84fd added default value argument to wxXmlResourceHandler::GetColour()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-15 15:32:57 +00:00
Vadim Zeitlin
41f3015283 fix the bug with the current path being restored if it was under the group being deleted with DeleteGroup(); clarify what happens in this case in the docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-14 22:08:43 +00:00
Vadim Zeitlin
7c5cd6e9ad wxMenu::AppendRadioItem() now implemented under all platforms but wxMotif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-06 00:17:50 +00:00
Włodzimierz Skiba
9804d5404a wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve all book controls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-05 12:21:13 +00:00
Mart Raudsepp
239ef31452 The method is called CreatePopupMenu, not CreatePopupIcon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-04 17:01:12 +00:00
Julian Smart
27b12131a6 wxRichTextCtrl updates and corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-03 21:00:39 +00:00
Stefan Neis
5aeabc1a36 Updated information on concurrent installs.
Made tab usage consistent in description of configure options.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-02 22:07:39 +00:00
Stefan Neis
fe557b48e4 Removed some outdated stuff.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-02 21:57:49 +00:00
Stefan Neis
6a17b868de Fixed typos in comments (patch #1515724)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-02 21:40:38 +00:00
Vadim Zeitlin
2cc1457dd5 added indirect base classes too (patch 1513451)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-02 01:30:14 +00:00
Vadim Zeitlin
bd8bd26a79 Index() is const (patch 1513451)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-02 01:28:35 +00:00
Vadim Zeitlin
7093413895 added ExpandAllChildrne() (patch 1498343)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-02 01:22:42 +00:00
Julian Smart
511c6d9ec1 Corrected GIF
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-01 20:32:34 +00:00
Julian Smart
5f35b46aab First cut at wxRichTextCtrl documentation
Put wxTextAttr into separate file to allow correct ordering


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-01 20:30:58 +00:00
Julian Smart
b3f6656af6 Removed duplicate wxDCClipper documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-01 20:21:49 +00:00
Julian Smart
c851c8b468 Swapped parameters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-01 19:51:14 +00:00
Angel Vidal Veiga
4d8b1e4791 Old socket code has no wxDatagramSocket::Connect() or DisconnecT(), removing from HEAD docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-30 17:32:56 +00:00
Angel Vidal Veiga
033ab32e66 wxDatagramSocket docs added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-30 12:37:30 +00:00
Julian Smart
562b006812 Moved wrongly placed hit test constants
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-29 12:04:19 +00:00
Julian Smart
3b2cb4316b Moved wxRichTextCtrl to its own library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-29 07:16:39 +00:00
Julian Smart
d876667522 Fixed zoom problem (Robert J.Lang)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-28 12:56:05 +00:00
Julian Smart
7f0d9d717d Added support for tabs in wxRichTextCtrl (Ashish More)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-28 10:57:20 +00:00
Vadim Zeitlin
a65ffcb229 use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-27 14:07:45 +00:00
Julian Smart
6334d90353 Added wxPROPSHEET_TREEBOOK option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-27 08:01:54 +00:00
Vadim Zeitlin
58772e4992 picker controls improvements: fixes to valid paths recognition and event generation under GTK (patch 1510064)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-26 01:04:44 +00:00
Vadim Zeitlin
be0ac1819a added SetModified() for people who find it easier to understand than MarkDirty/DiscardEdits (patch 1504449)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-26 00:39:32 +00:00
Vadim Zeitlin
a0d43d79c2 corrected redundant link to wxLogTextCtrl itself in its see also section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-22 00:20:57 +00:00
Włodzimierz Skiba
410bfc9383 [ 1507795 ] Small doc patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-19 09:20:16 +00:00
Vadim Zeitlin
d57725b576 fixed incorrect reference to wxhelpeventorigin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-18 21:40:22 +00:00
Włodzimierz Skiba
103791a6d0 [ 1504474 ] Small hyperlink doc fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-16 09:11:09 +00:00
Michael Wetherell
302b85411f Bourne compatible wx-config changelog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-15 22:18:52 +00:00
Włodzimierz Skiba
0dfff67407 [ 1495657 ] Documentation for wxComboCtrl and wxOwnerDrawnComboBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-14 19:15:29 +00:00
Vadim Zeitlin
d0a84b6338 fill in flags parameter of HitTest() for all book controls; added new wxNB_HITTEST_ONPAGE bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-14 15:54:24 +00:00
Vadim Zeitlin
be0e5d699f made wxTree/ListCtrl::HitTest() const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-14 12:00:57 +00:00
Robin Dunn
f10dc08772 Revert last change, it was unintended
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-14 04:08:33 +00:00
Robin Dunn
c331e19f10 fixed line endings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-14 04:05:05 +00:00
Vadim Zeitlin
f2f8871a2e document wxHelpEvent::Set/GetOrigin()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-13 22:05:23 +00:00
Włodzimierz Skiba
7f9d7dea16 Fixed broken reference.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-13 10:41:37 +00:00
Vadim Zeitlin
36a50ffe73 documented recently added Set/GetItemHelpText() and GetItemFromPoint()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-12 23:57:22 +00:00
Vadim Zeitlin
af266e5bf7 added possibility to specify modules dependencies
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 22:19:12 +00:00
Vadim Zeitlin
dc26eeb36a make it possible to associate context help text with individual radiobox items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 21:13:13 +00:00
Vadim Zeitlin
dc6588e771 made it possible to associate context help to a region of a window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 21:10:32 +00:00
Julian Smart
701e5fd611 Added log for Mac process termination fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-10 08:59:14 +00:00
Robin Dunn
aaa6f9ba6b Applied Patch #1502804: wx*PickerCtrl documentation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 19:10:00 +00:00
Włodzimierz Skiba
d0e834f399 Missing plural.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-07 15:06:08 +00:00
Włodzimierz Skiba
b26f242524 Widgets sample mentioned.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-07 15:02:40 +00:00
Włodzimierz Skiba
5950509243 Use common book flags (and other minor corrections).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-07 14:54:51 +00:00
Vadim Zeitlin
1185254d55 replaced WXTYPE with wxEventType
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-06 01:28:34 +00:00
Vadim Zeitlin
83930b2fd2 Reparent() is available under Mac as well (bug 1500782)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-05 11:55:21 +00:00
Vadim Zeitlin
db67d86dd1 s/wxHyperLinkCtrl/wxHyperlinkCtrl/
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-04 15:14:53 +00:00
Vadim Zeitlin
813210ca7e added hyperlink.tex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-04 15:11:42 +00:00
Vadim Zeitlin
22d8c8bf43 added missing brace after wxTB_NO_TOOLTIPS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-04 15:09:36 +00:00
Vadim Zeitlin
8381106751 fixed typo in HitTest() docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-04 15:04:52 +00:00
Vadim Zeitlin
749704355b clarify global wxConfig object life-management
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-03 14:49:23 +00:00
Vadim Zeitlin
d417574519 added possibility to reorder columns by dragging them (patch 1409677)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-01 00:13:19 +00:00
Vadim Zeitlin
ec376c8fd9 added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329 by Francesco)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-31 23:57:54 +00:00
Vadim Zeitlin
7a0a4c095f corrected header for wxWakeUpIdle()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-31 21:35:38 +00:00
Włodzimierz Skiba
370efbe741 [ 1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style' - with modifications.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-31 18:15:42 +00:00
Vadim Zeitlin
a245fd31a6 mentioned that the handlers should be allocated on the heap also in ClearHandlers() docs (and not only in AddHandle() section)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-30 13:10:30 +00:00
Michael Wetherell
0cc14b9cc5 Warning fixes for VC++ 5.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-29 17:31:31 +00:00
Michael Wetherell
6b8f5d3069 64-bit fix in wxNotebook for Tru64.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-29 17:26:55 +00:00
Michael Wetherell
6624c58882 wxMGL fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-29 17:24:44 +00:00
Michael Wetherell
f5ce6d569c Add url for linux djgpp cross compiler (Cavit Cahit VURAL)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-29 17:20:18 +00:00
Paul Cornett
896395610d mention better gtk wxScrollWinEvent generation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-29 07:33:30 +00:00
Włodzimierz Skiba
98159dd8b6 Source cleaning for new features.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-29 07:31:24 +00:00
Vadim Zeitlin
85ab460e7d miscellaneous wxFont enhancements (patch 1496606):
- made SetFaceName() bool and return false if the face name is not available
- corrected To/FromUserString() to complement each other


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-29 00:03:36 +00:00
Vadim Zeitlin
154b6b0f0e spelling fixes (patch 1495562)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 23:56:51 +00:00
Vadim Zeitlin
f395a825a9 added CollapsePath() (patch 1494638)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 23:54:28 +00:00
Vadim Zeitlin
bd00fe32fb implemented notifications of the child process termination (patch 1494439)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 23:51:23 +00:00
Vadim Zeitlin
ff3e84ffdc File/dir dialog styles and other changes (patch 1488371):
- check invalid combinations of styles in wxFileDialogBase::Create()
- use wxFD_XXX naming convention for wxFileDialog styles
- replaces wxDD_NEW_DIR_BUTTON with wxDD_DIR_MUST_EXIST
- removes #ifdef __WXGTK24__ / #endif blocks from wxGTK code
- removes wxFileDialogBase::Get/SetStyle and wxFileDialogBase::m_fileName
- renames wxDirDialogGTK to wxDirDialog


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 23:32:12 +00:00
Vadim Zeitlin
fd0bab4353 use dynamic array for the page breaks positions (patch 1483976)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 22:56:28 +00:00
Vadim Zeitlin
b219a1a95b added British spellings of the alignment flags (patch 1486478)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 22:37:04 +00:00
Vadim Zeitlin
234fedd2d3 added support for CMYK JPEGs loading (patch 1476078)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 20:08:39 +00:00
Vadim Zeitlin
a4f7b480c1 document that GetSubItemRect() is new since 2.7.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 19:35:56 +00:00
Vadim Zeitlin
164a797204 added wxListCtrl::GetSubItemRect() and subitem hit testing (patch 1476971)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 18:10:10 +00:00
Vadim Zeitlin
17e914373a added wxHyperlinkCtrl (patch 1476781 from Francesco)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 17:41:09 +00:00
Vadim Zeitlin
e978011a40 delete the associated wxStaticBox in wxStaticBoxSizer dtor (patch 1473769)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 17:24:12 +00:00
Vadim Zeitlin
6a1b3ead3f added wxTB_NO_TOOLTIPS (heavily modified patch 1458009)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 17:17:02 +00:00
Vadim Zeitlin
7a828c7ffb wxVsnprintf() implementation with positional parameters support (patch 1462778); disabled for now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 15:18:15 +00:00
Vadim Zeitlin
6540132fa1 wxFontEnumerator::GetFacenames/Encodings() now return arrays and not pointers to them (patch 1483341)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 13:51:34 +00:00
Mart Raudsepp
49b8ffac1a The following methods appear to be new since 2.7.0 (from 64-bit stream patch):
wxLongLong& operator operator=(wxULongLong_t ll)
wxLongLong& operator operator=(long l)
wxLongLong& operator operator=(unsigned long l)
wxLongLong& operator operator=(const wxULongLong & ll)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 10:53:00 +00:00
Mart Raudsepp
b2458f311b wxStringTokenizer::GetLastDelimiter is new since 2.7.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 10:19:23 +00:00
Mart Raudsepp
a06ee28822 GetDocumentsDir, GetResourcesDir and GetLocalizedResourcesDir are new since 2.7.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 10:12:57 +00:00
Mart Raudsepp
d6f2fae8e6 Underscore escaping fix from Angel Vidal Veiga
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 10:03:03 +00:00
Mart Raudsepp
e1d6cd9a03 \newsince{2.7.0} for GetMouseCursor with a note to GetCursor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 09:47:08 +00:00
Mart Raudsepp
0376722f64 newsince for ProcessMouseClick with a note to OnMouseClick in earlier versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 09:41:52 +00:00
Mart Raudsepp
78b5edc517 Add \newsince{2.7.0} to GetAsString and Set(wxString&)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 09:29:53 +00:00
Mart Raudsepp
669b0c0a0b Fix underscore escaping again (one obscure one left in wxmsw.tex)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-28 09:12:42 +00:00
Vadim Zeitlin
3032b7b5c2 moved power functions for MSW from utils.cpp to (new) power.cpp and implemented them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-27 14:29:30 +00:00
Vadim Zeitlin
355debca06 added wxPowerEvent; moved power functions stubs to common/powercmn.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-27 14:09:40 +00:00
Włodzimierz Skiba
6e0f4664cc Correct dll usage for wxDatePickerCtrl under WinCE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-26 23:58:39 +00:00
Vadim Zeitlin
61d702d9e6 mention the addition of the clipboard events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-26 01:12:30 +00:00
Mart Raudsepp
93664d1bff Typo fix (age -> page) and \texttt{NULL} -> \NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-24 23:23:19 +00:00
Włodzimierz Skiba
0a87ef19ce wxToggleButton for wxUniv already introduced.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-24 09:42:25 +00:00
Julian Smart
f56e08c432 Documented wxUniv wxToggleButton addition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-23 20:36:14 +00:00
Vadim Zeitlin
8fa8d158bd document that wxRenderer methods [are supposed to] preserve wxDC attributes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-22 22:03:42 +00:00
Julian Smart
77a1771911 Added Set/GetQuickBestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-18 09:35:25 +00:00
Vadim Zeitlin
a57d600f1a renamed wxComboControl to wxComboCtrl and related wxUSE_XXX and configure switches for consistency with the other ones
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-16 22:57:40 +00:00
Vadim Zeitlin
d18135abbf added documentation of common attributes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-16 13:05:37 +00:00
Mart Raudsepp
9689f522e5 Fix doc bug #1455621 - wxURI documentation has wrong include files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-16 11:53:35 +00:00
Kevin Hock
635f2bad90 Continue reading after checking the pushback buffer if more data is requested. Otherwise, once any data if placed in the pushback buffer, no more data will be read from the socket, even if more data is requested.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-14 19:49:19 +00:00
Vadim Zeitlin
78c9181500 added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT/PASTE) and implemented them for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-12 15:21:41 +00:00
Mart Raudsepp
b44f1ca20b Add some helpref's in the wxPython topic overview. Some of the ones without a helpref in the list are a good
indication of what classes we have undocumented still.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-11 16:46:38 +00:00
Vadim Zeitlin
0bcb13b8ea mention wxComboControl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-08 23:47:26 +00:00
Vadim Zeitlin
c9c537e6b0 better Wait/Delete() docs (patch 1434085)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-06 22:40:19 +00:00
Vadim Zeitlin
f0545c140a docs for Get/SetNativeFontInfoUserDesc() (part of patch 1481722)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-06 20:15:06 +00:00
Vadim Zeitlin
141d782d56 misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag (patch 1478051)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-06 20:10:11 +00:00
Vadim Zeitlin
ddca12cfd9 mention that Wait() relocks the mutex before returning (patch 1482390)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-06 17:29:16 +00:00
Vadim Zeitlin
3affcd078b added wxString::EndsWith() (patch 1483049)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-06 17:27:52 +00:00
Vadim Zeitlin
9b2a74693e allow to specify the value for unknown ids in GetXRCID() (patch 1448981)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-06 16:59:59 +00:00
Vadim Zeitlin
53ee60908a added wxTextAttr::Merge (modified patch 1482719)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-06 16:16:25 +00:00
Vadim Zeitlin
9b7d3c0988 blank lines were ignored in multiline cell labels (replaces patch 1476165)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-06 15:33:23 +00:00
Vadim Zeitlin
caddf9b410 corrected wording of application shutdown logic description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-05 23:58:22 +00:00
Vadim Zeitlin
6f7b61759e mention that timestamp is in ms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-05 19:37:41 +00:00
Vadim Zeitlin
4dfda526ef mention that SetItemToolTip() is for wxMSW and wxGTK2 only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-04 23:31:47 +00:00
Vadim Zeitlin
d64ad2c7e1 added support for radiobox items tooltips in XRC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-04 22:54:17 +00:00
Vadim Zeitlin
d5e20cd8d4 added brief wxRadioBox description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-04 16:17:55 +00:00
Vadim Zeitlin
c670c85582 added Get/SetItemToolTip() (and implemented them for MSW) to allow setting tooltips for the individual radiobox items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-04 16:08:56 +00:00
Vadim Zeitlin
8b4b9395e0 documented GetPathWithSep()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-03 13:12:41 +00:00
Vadim Zeitlin
a16a4ab156 mention that FindToolForPosition() is not implemented under wxGTK; general cleanup (\arg instead of \it, \NULL instead of NULL)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-02 23:43:55 +00:00
Włodzimierz Skiba
90b903c263 Renamed DrawCheckButton due to conflict with existing and public api of wxUniversal port.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 23:54:26 +00:00
Robert Roebling
5b9003ae32 Applied patch to add n bitmaps at once to an image
list of the bitmap is n times as wide as the
    image width of the image list. This was the case
    in the MSW image list before.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 11:58:40 +00:00
Robert Roebling
1219d8a408 wxListBox default cstr doc patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 11:40:56 +00:00
Robert Roebling
434cf5a448 Commit XML doc patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 11:37:12 +00:00
Robert Roebling
1a090517cf int -> unsigned int in wxListBox docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 09:59:07 +00:00
Włodzimierz Skiba
f43255e838 No more avoiding wxSizer::Fit in wxWinCE builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-30 00:20:54 +00:00
Włodzimierz Skiba
979a0320b0 wxTLW::IsAlwaysMaximized() introduction.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-27 17:18:46 +00:00
Robert Roebling
2209baaee3 Committed Jaako's renderer patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-24 16:57:27 +00:00