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
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
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
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
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
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
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
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
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
Václav Slavík
b040e242e7
use AM_ICONV for iconv configure checks
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-22 18:55:06 +00:00
Václav Slavík
a7b09001af
added safety check to wxWindow::ReleaseMouse
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-22 18:53:16 +00:00
Robin Dunn
844a4451f6
Fix for when Set is called with wxSameAs to behave just like calling SameAs()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-22 18:30:54 +00:00
Vadim Zeitlin
516cdd5433
added a hack to work around the dummy kill focus messages under GTK
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-22 15:40:06 +00:00
Vadim Zeitlin
9dcd75f8da
use standard colours in all ports
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-22 15:39:40 +00:00
Vadim Zeitlin
17d61cbfb4
added (dummy) implementation of GetMetric(wxSYS_CURSOR_[XY])
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-22 15:39:13 +00:00
Václav Slavík
1811af8709
clarified legal stuff
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 23:29:38 +00:00
Václav Slavík
8f50c527a8
changed WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 23:29:21 +00:00
Vadim Zeitlin
d5e1f5e06e
compilation fix for Borland (hopefully)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 22:45:50 +00:00
Ron Lee
c9baf9d738
added missing header.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 21:30:45 +00:00
David Webster
81d19f3ea5
New Mod Def file.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 21:25:48 +00:00
Václav Slavík
5397911d62
fixed incorrect positioning of controls in generic wxSpinCtrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 19:03:31 +00:00
Václav Slavík
84c88a17c0
added TAB handling
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 19:03:23 +00:00
Václav Slavík
343e418c21
change WXDEBUG to WXSTDERR
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 19:03:07 +00:00
David Webster
f3e4a2a414
Dialog updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 18:45:09 +00:00
Vadim Zeitlin
bf31fa26c7
added wxGetFontFromUser() similar to wxGetColourFromUser()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 17:53:00 +00:00
Vadim Zeitlin
50e42404fb
added an explicit accessor to query the default key value
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 15:52:03 +00:00
David Webster
c9b9e020ca
Commit of merge
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 14:32:57 +00:00
David Webster
e219d2bfa4
no message
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-21 14:32:35 +00:00
Stefan Neis
2aa607286c
Added missing include for non-precompiled headers.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 22:02:52 +00:00
Stefan Neis
bd1a676876
Added missing include to os2/private.h.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 22:02:00 +00:00
Stefan Neis
d75262dbfe
Fixed apparent typo.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 22:00:45 +00:00
Stefan Neis
a4a162522b
Added various #includes for non-precompiled headers.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 22:00:11 +00:00
Stefan Neis
0e8455c909
New version with latest additions to filelist.txt.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 21:44:23 +00:00
Gilles Depeyrot
6e73695c59
use wxMac provided wxGetOsDescription with Apple DevTools
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 18:22:48 +00:00
Gilles Depeyrot
0e13e96566
added missing include files for Apple DevTools
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 17:52:57 +00:00
Stefan Csomor
7864205179
added shared libs targets
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 16:46:37 +00:00
Stefan Csomor
bec721ec75
added proper bracketing of QDflushing for carbon only
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 16:43:30 +00:00
Stefan Csomor
5dbb17e27f
corrected wxKill signature, added Env methods (returning false)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 16:34:36 +00:00
Stefan Csomor
218f97d382
export statement added
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 16:33:37 +00:00
Stefan Csomor
d09487dd4e
removed non appearance implementations
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 16:32:42 +00:00
Stefan Csomor
d9e054bc61
resource loader structure added for loading menu bar, apple menu will not get multiple entries under classic anymore
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 16:32:03 +00:00
Stefan Csomor
fe3fcb057f
resource loader structure added
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 16:29:47 +00:00
Stefan Csomor
9b59f1a636
removed all resources that are not needed anymore
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-20 16:28:01 +00:00