Václav Slavík
094eb71aa4
XMLID->XRCID, XMLCTRL->XRCCTRL
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 23:51:05 +00:00
Václav Slavík
5ed345b7ed
XMLID->XRCID, XMLCTRL->XRCCTRL
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 23:42:16 +00:00
Václav Slavík
20e453de9b
use correct encoding in wxrcedit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 23:40:57 +00:00
Václav Slavík
1419ea47dd
implemented writing in original encoding
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 23:40:43 +00:00
Václav Slavík
a679e1298b
A couple of fixes to wxMGL's wxWindow:
...
1. fixed caret interference when painting the window
2. now calls SetFocus when you click on a window that doesn't have focus
3. hopefully correct translations of event for OnKeyDown vs. OnKey
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 23:40:12 +00:00
Václav Slavík
187c183c6a
fixes to WXK_PRIOR/WXK_PAGEUP handling in wxUniv
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 23:38:53 +00:00
Václav Slavík
ca5b5b49c8
small m_blinkedOut consistency corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 23:37:58 +00:00
Václav Slavík
ecde6016ef
calling wxWindow::Update from wxWindowDC ctor wasn't good idea, interacts with carets...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 23:37:47 +00:00
Václav Slavík
9dc14ebce0
added skeleton of Port notes section
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 23:37:06 +00:00
Julian Smart
1c0c339c2d
Added first cut at sizer topic, based on Robert's manual and
...
individual class reference docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 19:58:13 +00:00
Robert Roebling
2c990ec083
wxMiniFrame works again.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 19:54:13 +00:00
Václav Slavík
31f3405236
added wxHtmlWindow::OnOpeningURL
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 19:03:23 +00:00
Václav Slavík
6cc4e6b81a
new wxHtmlWindow::OnOpeningURL API
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 19:03:10 +00:00
Václav Slavík
d2b0092bed
moved wxHtmlWindow flags out of defs.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 19:02:32 +00:00
Václav Slavík
b79e32cce7
wxUSE_MIMETYPE in src/unix/mimetype.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 19:02:14 +00:00
Vadim Zeitlin
526dbb9590
set extra margins to be 0 by default, not 50
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 13:58:35 +00:00
Julian Smart
b4bfa4522e
Applied patch to implement wxChoice::SetString and to not send leave events
...
when window is captured.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 10:05:49 +00:00
Václav Slavík
9006f25eba
prevent crash when trying to set global cursor too early
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 00:48:16 +00:00
Václav Slavík
45681cd72d
ensure minimal mime support in wxHTML even without wxMimeTypesMananger
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 00:48:08 +00:00
Václav Slavík
b6e8d5a362
fixed rendering artifact in wxCaret
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 00:47:48 +00:00
Václav Slavík
350d006427
update the screen before gaining access to wxWindowDC
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 00:47:13 +00:00
Václav Slavík
869dabf8c3
move caret notification after sending the focus event
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 00:46:32 +00:00
Václav Slavík
072a81babe
(hacky) fix for bg colour handling in wxUniv's win32 theme
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-27 00:45:24 +00:00
Vadim Zeitlin
8a9d5e5a73
removed assert(size != 0) from wxArrayString::Alloc(size) as it was inconsistent with wxArray::Alloc() and wxString::Alloc()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 23:53:47 +00:00
Vadim Zeitlin
9cf8de4c74
implemented IsFixedWidth() correctly for MSW
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 22:29:37 +00:00
Vadim Zeitlin
4ec6efd6ab
use DEFAULT_CHARSET instead of ANSI_CHARSET
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 22:25:14 +00:00
Julian Smart
c72e7103e4
Changed test for INT32 to work with latest Cygwin. But might break other versions :-(
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 22:25:06 +00:00
Gilles Depeyrot
f63fb56d5e
added missing return values
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 22:11:02 +00:00
Gilles Depeyrot
2f056c85d1
tweaked conditional compilation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 22:05:56 +00:00
Vadim Zeitlin
e32d659d4d
compilation fixes after previous check in (sorry)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 22:05:19 +00:00
Gilles Depeyrot
4ed09051a2
added include needed for ProjectBuilder
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 22:04:08 +00:00
Gilles Depeyrot
0615b5e72a
corrected conditional compilation to take wxUSE_POSTSCRIPT into account
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 22:02:08 +00:00
Gilles Depeyrot
853e3ce974
added missing public in declaration of wxMacToolTipTimer class
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 22:01:05 +00:00
Gilles Depeyrot
434c9eb58a
corrected includes when wxUSE_CMDLINE_PARSER is 0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 21:59:52 +00:00
Vadim Zeitlin
2db300c664
Win16 compilation fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 21:59:13 +00:00
Julian Smart
d8908b52e6
Small doc changes and added missing files.lst to contrib.rsp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 21:52:55 +00:00
Vadim Zeitlin
3ffbc733a2
patch to fix various filename-related functions for cygwin
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 17:02:45 +00:00
Vadim Zeitlin
217f9d0767
fixed handling of "a:\" command line arguments, added comment explaining how the conversion from string to arguments array is supposed to work
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 12:50:06 +00:00
Vadim Zeitlin
734eda8ab9
fixed crash in wxGetCharacterSet when not using iconv
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 12:31:55 +00:00
Julian Smart
83665b8122
Moved setup.h out of the way
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 10:59:51 +00:00
Vadim Zeitlin
ae1d0c6c46
fixed bug in wxGrid dimensions calculation (Staffan Ulfberg)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 01:33:47 +00:00
Vadim Zeitlin
dd0fba48ac
fixed typo in dtor docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 00:54:53 +00:00
Václav Slavík
8f4fcc4ee0
wxFileCtrl::Update was hiding wxWindow::Update
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 00:24:30 +00:00
Václav Slavík
497b78dfac
workaround for MGL's weirdness: won't render rectangles of w=1 or h=1
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 00:24:16 +00:00
Václav Slavík
69830d1f58
hide mouse when using wxScreenDC in wxMGL
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 00:24:06 +00:00
Václav Slavík
f16ba4e6fa
don't use GTK specific code in wxListCtrl when building wxUniv
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 00:23:02 +00:00
Václav Slavík
1483041dab
fix for wxSYS_COLOUR_LISTBOX representation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 00:22:23 +00:00
Václav Slavík
81809c07b4
don't check for libjpeg,libtiff and libpng when building wxMGL,
...
they are part of libmgl and we want to reuse them (for two reasons: one, they are
dynamically loaded at runtime; and two, we get symbols conflicts otherwise
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 00:21:42 +00:00
Václav Slavík
bdffd806c3
modified wxPNGHandler to not use png_struct.jmpbuf
...
(its size is compiler-dependant, so it wasn't possible to use libpng as a DLL,
and that's a problem since MGL exports it's own libpng)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 00:19:53 +00:00
Václav Slavík
b9c98327f7
compilation fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-26 00:19:17 +00:00