Commit Graph

3442 Commits

Author SHA1 Message Date
Mart Raudsepp
c894d475da No default args in headers for SetSizeHints minimal size. Fixed docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-03 13:00:24 +00:00
Vadim Zeitlin
adfa6f1a48 made more clear that GetItemRect() returns physical coords
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-02 22:15:36 +00:00
Kevin Hock
e6d5afb5b9 Fix BOTTOM events to use BOTTOM in their description instead of TOP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-02 21:18:29 +00:00
Włodzimierz Skiba
ff782aec70 DMC/PCH info.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-30 15:24:18 +00:00
Mart Raudsepp
90c7e645b6 Note on need for build environment support for PCH in case of some compilers (GCC notably).
TODO: Clarify later once things are more clear.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-30 11:59:45 +00:00
Mart Raudsepp
e6e86d52fd Add wxArray, wxArrayString, wxDateEvent and wxSplitterEvent into the classes by category listing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-27 15:45:25 +00:00
Mart Raudsepp
15f7744be8 Link fix in XML Resource overview.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-27 13:11:12 +00:00
Mart Raudsepp
35e47decef Remove references to wxValidator in wxSpinButton docs - no validator param. Closes patch #1227956
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-27 12:37:54 +00:00
Mattia Barbon
af90bd4880 Documented wxListItemAttr.
Clarified that item data is asociated with a wxListCtrl
item and not with subitems.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-26 13:51:29 +00:00
Václav Slavík
763b330106 rolled back exceptions handling patch, it relied on incorrect assumption about vtables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 16:17:02 +00:00
Julian Smart
1d89c6a711 Clarified wx[NO_]FULL_REPAINT_ON_RESIZE docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 09:57:09 +00:00
Julian Smart
67598dc41c Corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 09:55:35 +00:00
Kevin Hock
fc7d8071d0 Removed duplicate end list tag. Whoops, sorry.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-22 17:04:00 +00:00
Kevin Hock
6bce97562e Document EVT_TREE_STATE_IMAGE_CLICK (Windows only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-22 16:49:49 +00:00
Vadim Zeitlin
e76d701b8b wxDragImage is not in wxAdv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-21 21:31:33 +00:00
Chris Elliott
87b72f94f3 Fix Error between Get and Set
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-20 14:43:52 +00:00
Václav Slavík
924b84ab94 changed exceptions handling to work under wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-20 08:20:50 +00:00
Vadim Zeitlin
40786029bd documented that wxFileModificationTime() returns 0 (and not a more natural -1) if an error occurs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-19 23:50:43 +00:00
Vadim Zeitlin
0a936028d4 fixed typo in GetSelEnd() which made that the function didn't work (bug 1219791)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-17 21:41:39 +00:00
Włodzimierz Skiba
fd725bce37 Patch #1222244: Fixes for bug #1212853 with unit test.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-17 11:29:55 +00:00
Vadim Zeitlin
1a64b24d3e documented wxScopeGuard; this class is too useful to not use it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-16 23:46:33 +00:00
Julian Smart
8af56e0827 Change log update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-16 16:17:50 +00:00
Włodzimierz Skiba
af5d391cee Due to wxStringBase::CopyBeforeWrite() we need to resend modified 'multiline' text.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-14 18:19:47 +00:00
Vadim Zeitlin
f6becba596 always set flat toolbar style, even under XP with themes: this is necessary or separators aren't shown at all
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-09 20:18:29 +00:00
Vadim Zeitlin
889e597c1d added tech note for MSW programmers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-08 21:42:39 +00:00
Vadim Zeitlin
f3886d3710 DECLARE_DYNAMIC_CLASS() requires a default ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-06 11:52:24 +00:00
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
Julian Smart
ce71cac3dd Added changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-02 08:52:14 +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
ce08fb6f7c Fix wrong deletion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-27 09:48:26 +00:00
Julian Smart
7529250b88 Removed ugly separators toolbars again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-27 09:14:58 +00:00
Robin Dunn
5a60b5f041 When converting a wxIcon to a bitmap check if the icon has an alpha
channel and set the bitmap to use it.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 17:06:58 +00:00
Julian Smart
3bf93e1e9a Some change logs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 16:13:17 +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
3ffc1e864a Add wxSTAY_ON_TOP for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 04:17:11 +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