Vadim Zeitlin
207e624382
added a note about wxTreeCtrl::GetFirst/NextItem(id, long) deprecation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-12 19:24:39 +00:00
Václav Slavík
a84e46f231
stream classes docs and code fixes (part of patch 924438)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-11 20:58:56 +00:00
Václav Slavík
4c68a10264
improvements to zlib streams (patch 929416):
...
1. CanHandleGZip static method
2. code cleanup
3. 2.4 compatibility mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-11 19:34:56 +00:00
Václav Slavík
3e0a7f68f9
minor correction
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-11 19:32:52 +00:00
Vadim Zeitlin
910b9fc5c0
added GetEncodingFromName(); documented it and rearranged the methods in alphaabetical order
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-11 10:40:04 +00:00
Vadim Zeitlin
15ad38c34f
added support for koi8-u
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-10 23:43:49 +00:00
Vadim Zeitlin
b8e7b6738f
1. moved InheritAttributes() from wxControl to wxWindow
...
2. made it inherit only the attributes explicitly set for the parent
3. "explicitly set" means set with SetXXX(), not newly added SetDefaultXXX()
4. documented InheritAttributes(), ShouldInheritColours() and SetDefaultXXX()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-08 12:11:22 +00:00
Vadim Zeitlin
26b6f3d3d8
corrected wxEVENT_PROPAGATE_XXX constants names
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-08 10:21:17 +00:00
Robin Dunn
f52e0cf489
Changed name to wxFIXED_MINSIZE since that is more descriptive of what
...
it does. The size can still be changed by the sizer, but it won't
query the minsize if this flag is set.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 23:06:35 +00:00
Robin Dunn
caa251e073
Added wxFIXED_SIZE.
...
Propogated wxSizer::SetItemMinSize to SetSizeHints for window items.
Updated docs for flag parameter to be more readable and understandable.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:21:06 +00:00
Robin Dunn
1ec25e8ff7
Added some convenience inlines
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 05:20:58 +00:00
Robin Dunn
7b0c238d4a
Fixed tex2rtf error
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 05:20:10 +00:00
Vadim Zeitlin
706f14210b
added and documented wxSize::IsFullySpecified() and SetDefaults()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-04 17:24:56 +00:00
Václav Slavík
488e150743
syntax fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 21:12:37 +00:00
Vadim Zeitlin
1b69c81574
added Get(Class)DefaultAttributes()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 00:05:13 +00:00
Vadim Zeitlin
416101beab
documented Set/GetWindowVariant()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 23:14:28 +00:00
Vadim Zeitlin
b76f0023ae
added and documented wxApp::OnExceptionInMainLoop()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 20:49:54 +00:00
Vadim Zeitlin
e1983ab588
implemented Freeze/Thaw() (patch 922156)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 17:10:30 +00:00
Julian Smart
ef3f71c3d8
More installation instruction tweaks
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 16:42:18 +00:00
Julian Smart
4d805cc069
Removed redundant lines
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 10:26:17 +00:00
Julian Smart
61d6643fb5
Added Ryan Wilcox's creator type setting script
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 08:11:16 +00:00
Vadim Zeitlin
5d7e2c447a
added a howto for adding a new encoding to wxWin
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-29 12:02:41 +00:00
Vadim Zeitlin
d09dd96e31
removed separate wxSYS_ICONTITLE_FONT; made it the same as wxSYS_DEFAULT_GUI_FONT
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-29 11:11:59 +00:00
Vadim Zeitlin
395a82b13f
made wxADJUST_MINSIZE default
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-29 10:18:38 +00:00
Vadim Zeitlin
3a5bcc4db0
removed Win16 code (patch 905241), last version with remains of Win16 support tagged with BEFORE_WIN16_REMOVAL
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 13:10:14 +00:00
Julian Smart
a3c4cee78f
Documented UpdateSize function
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 11:57:16 +00:00
Václav Slavík
1e6d9c20fd
unified wxTaskBarIcon behaviour: wxMSW version is not removed automatically when all frames are closed, it must be destroyed explicitly
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 23:20:16 +00:00
Julian Smart
03ca23b6b7
Misc doc fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 20:31:28 +00:00
Vadim Zeitlin
cf9df19136
removed wxMotif::wxMenuItem::DeleteSubMenu()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 17:47:50 +00:00
Václav Slavík
5b2b456fb1
lists rendering fixes (second part of patch 911377)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-21 10:37:21 +00:00
Václav Slavík
c5448f38d7
<div> handling fix (Xavier Nodet)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-17 22:44:32 +00:00
Václav Slavík
ca16b7a98e
improved HTML tables layout code (patch 911377)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-17 20:47:31 +00:00
Robin Dunn
c0831a3c31
Implement wxBitmapButton::DoGetBestSize
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-16 22:17:07 +00:00
Václav Slavík
2367247b6c
*** empty log message ***
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-07 09:59:08 +00:00
Václav Slavík
14ffa74318
minor corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-05 23:13:22 +00:00
Vadim Zeitlin
9a85c87d32
fixed bug with not reading settings from HKLM
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-03 23:02:26 +00:00
Václav Slavík
670ec35765
applied path 906264: test program
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-03 22:56:16 +00:00
Vadim Zeitlin
4e86e9cd19
added wxMenuBar::GetLabelTop() fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-03 22:14:25 +00:00
Julian Smart
3c2544bb70
Added wxSP_NO_XP_THEME style to wxSplitterWindow to switch off
...
theming (some applications look bad without 3D borders)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-03 20:44:37 +00:00
Vadim Zeitlin
a1037371af
wxWindow::Freeze()/Thaw() can now be nested
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-02 18:15:00 +00:00
Vadim Zeitlin
c040ce40a2
updated VC build instructions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-02 18:00:38 +00:00
Vadim Zeitlin
68cb648117
mention Win9x size limitation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-01 20:54:59 +00:00
Vadim Zeitlin
163dc80eff
docs and example for wxDC::DrawPolyPolygon() (patch 882189)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-29 23:31:02 +00:00
Vadim Zeitlin
c5e2dc6f5b
removed erroneous return type from a membersection (patch 905562)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-29 22:26:40 +00:00
Julian Smart
04bf08b7e2
Some doc corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-29 13:02:01 +00:00
Vadim Zeitlin
527bbb3997
mention exit code change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-27 18:09:08 +00:00
Vadim Zeitlin
bc37bb431f
documented OnRun()/OnExit() return values; expanded OnInit()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-27 17:10:38 +00:00
Václav Slavík
ec59d2ccea
fixed typoe
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-27 16:56:52 +00:00
Vadim Zeitlin
06d4e3c226
AddPendingEvent() is not virtual
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-26 22:21:52 +00:00
Julian Smart
c140b7e7c9
Applied patch [ 903619 ] Win64 and Itanium support
...
by Brian Palmer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-25 10:45:02 +00:00