Vadim Zeitlin
9cf2855015
handle 646 charset under Solaris as US-ASCII
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 14:30:30 +00:00
Vadim Zeitlin
307fd9567e
don't crash, even if used incorrectly
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 14:30:11 +00:00
Vadim Zeitlin
cafbf6fb1f
fixes to handling of the 7 bit ASCII encoding
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 14:29:33 +00:00
Vadim Zeitlin
1c405bb510
oops, fixed typo breaking iconv constness detection in the previous commit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 12:24:44 +00:00
Vadim Zeitlin
22c3fb2ba3
changes to allow making samples/demos with non GNU make as well
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 11:59:25 +00:00
Vadim Zeitlin
b7043674e7
don't output the entire iconv() declaration in configure messages, looks ugly and is useless anyhow
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 11:54:25 +00:00
Vadim Zeitlin
27fd024644
inserted @IF_GNU_MAKE@ to allow building with other make versions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 11:31:21 +00:00
Jouk Jansen
35e92fbf1b
Committing in .
...
Compile update for OpenVMS
Modified Files:
wxWindows/setup.h_vms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 06:58:11 +00:00
David Webster
2c1e8f2ec2
Child positioning fixes and font adjustments
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 04:48:36 +00:00
Vadim Zeitlin
9866d9c299
commented out many OnXXX() functions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 00:36:43 +00:00
Vadim Zeitlin
c27c87be69
corrected a few bugs in OnGetItemXXX() docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 00:36:17 +00:00
Vadim Zeitlin
5ef056a333
removed inexisting Index() version
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 00:35:59 +00:00
Václav Slavík
01357b50cd
reverted from wxStrdup back to strdup -- sorry SC, you have to find a better fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-25 00:08:07 +00:00
David Webster
e1146627e2
Fixing font utilities
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 23:24:32 +00:00
David Webster
59d77e8381
Removed a conflict indicator...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 23:22:26 +00:00
David Webster
2fe57169b5
Final OS/2 Native Font implementation changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 23:21:27 +00:00
Robin Dunn
e1a93f46d5
Ensure that endPos > startPos in a couple methods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 22:47:42 +00:00
Václav Slavík
89a2818048
updates to XRC resources compiler
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 21:14:52 +00:00
Václav Slavík
480505bc6d
1. added encodings handling to XRC, so that it is possible
...
to load resources that don't use English+wxLocale for i18n
2. expat interface can now read non-utf-8 encodings as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 21:14:42 +00:00
Václav Slavík
cc30b233fb
added encodings handling to XRC, so that it is possible to load resources that don't use English+wxLocale for i18n
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 21:14:31 +00:00
Václav Slavík
4f61e22c77
iconv-based conversion works again, after being broken for a while
...
(the code always felt back to wxEncodingConverter)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 21:14:21 +00:00
Václav Slavík
c44fdc9401
added dummy <style> handler in order to hide CSS code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 21:13:38 +00:00
Václav Slavík
8e1aefe0f2
fixes to
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 21:11:46 +00:00
Vadim Zeitlin
fec679a4a7
fixed typo in EVT_WIZARD_HELP definition (patch from Kevin Burge)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 21:00:58 +00:00
David Webster
e3bfcacf3a
Change up font selection process
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 05:45:40 +00:00
David Webster
f138704e73
Revert back to standard point size for fonts in OS/2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 05:43:29 +00:00
Robin Dunn
6c5ae2d2a6
Demo cleanup and path issues.
...
other tweaks.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-24 01:24:39 +00:00
David Webster
e58dab20ce
Lots of fixes for OS/2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 23:12:33 +00:00
Julian Smart
bd330a69c9
Commented out deprecated classes: wxProp and wxTab classes; moved some chapters
...
into topics; removed double-quotes around Hello World section title;
some XRC doc additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 22:10:02 +00:00
Julian Smart
db0faf5895
Added missing 'break' which caused spurious </FONT></TD> markup before
...
list items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 21:58:14 +00:00
Vadim Zeitlin
414eab6de6
don't test for VPATH support for GNU make - this is waste of time
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 17:47:58 +00:00
Vadim Zeitlin
04e7a2161c
cache the results of checks for make VPATH support and its GNUishness
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 17:35:51 +00:00
Vadim Zeitlin
613d09959e
allow building wxWin with non-GNU make (which doesn't support -include)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 17:25:39 +00:00
Vadim Zeitlin
74ede4ebf0
replaced non existing wxTE_HSCROLL style with wxHSCROLL
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 15:58:39 +00:00
Vadim Zeitlin
d5f648a9d1
added 2nd wxEvent ctor argument
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 15:49:03 +00:00
Julian Smart
d958c9bd17
Added first cut at XRC docs; added font spec for wxWindows manual (new Tex2RTF feature!);
...
removed section on porting from 1.x.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 15:17:44 +00:00
Julian Smart
bebc39e35d
Added #include "wx/utils.h" to make it compile for wxBase under Unix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 14:21:52 +00:00
David Webster
7d9211596f
Fontutil wxFillLogFont change.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 14:04:56 +00:00
Vadim Zeitlin
65d877d2b7
typos due to much cut-and-paste: colour -> font in the docs and comment
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 12:06:33 +00:00
Vadim Zeitlin
caa6e137ba
recognize 646 charset as US-ASCII (this is how it is used by Solaris)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 12:02:40 +00:00
Julian Smart
273b399fe9
Some comments modified to help with documentation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 11:55:09 +00:00
David Webster
828621c2ea
More bug fix updates.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 05:48:58 +00:00
Václav Slavík
995c1788f5
added wxGenericDirCtrl handler to XRC
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 00:15:13 +00:00
Václav Slavík
6302ab2fa9
fixed typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 00:14:31 +00:00
Václav Slavík
1c2e6a2812
added length argument to wxString::wxString(wchar_t*), just like in case of wxChar* one
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 00:14:10 +00:00
Václav Slavík
4fd5055c0d
fixed .cached files on big endian machines and cleaned the code up
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-23 00:13:27 +00:00
David Webster
54ffa10747
OS/2 bug fixes and new mod file
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-22 23:19:28 +00:00
David Webster
0c53263298
Font change for OS/2 to a smaller font.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-22 23:18:38 +00:00
David Webster
f140b3520b
OS/2 bug fix updates.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-22 23:17:55 +00:00
Julian Smart
4805d825f8
Added screenshot and a few lines of explanation.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-22 22:37:13 +00:00