David Webster
|
f1633a8f6a
|
Resource file updates and setup to configure for generic dirdlg.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-25 22:48:13 +00:00 |
|
David Webster
|
957aea456c
|
OS/2 does not have a native dirdlg, use generic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-25 22:47:37 +00:00 |
|
Vadim Zeitlin
|
d7cff34d1f
|
fix a crash when dismissing the popup window because of a key press
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-25 16:02:21 +00:00 |
|
Vadim Zeitlin
|
2e36d5cf81
|
added and documented wxWindow::RemoveEventHandler()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-25 16:01:15 +00:00 |
|
Julian Smart
|
170a35e364
|
Re-added a minimal setup.h file that includes wx/msw/setup.h on Windows,
complains on Unix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-25 14:38:45 +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 |
|
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 |
|
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
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
David Webster
|
1d3d992e5c
|
More resource files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-21 19:57:54 +00:00 |
|
David Webster
|
98b67b810e
|
More resource files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-21 19:51:49 +00:00 |
|
Václav Slavík
|
70c2fde399
|
fixed crash in wxSpinCtrl under wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-21 19:03:40 +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 |
|
Stefan Neis
|
74707ecf7c
|
- Added definition for struct SPBCDATA (missing in EMX).
- Added forward declaration of wxString.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 21:53:18 +00:00 |
|
Stefan Neis
|
0fe5619d25
|
Fixed compilation problems with gcc on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 21:50:56 +00:00 |
|
Stefan Neis
|
84dd58ce98
|
Added wchar handling for EMX (gcc on OS/2).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 21:47:45 +00:00 |
|
Stefan Csomor
|
fa15551ceb
|
new static structure for using the correct resource file (needed for shared lib)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 16:14:11 +00:00 |
|
Stefan Csomor
|
dde587d9bd
|
export statement needed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 16:13:05 +00:00 |
|
Stefan Csomor
|
ac398c14e9
|
preparation for separated menu items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 16:12:22 +00:00 |
|
Stefan Csomor
|
9e336cc243
|
changed the usage of the member vars to be more consistent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 16:11:37 +00:00 |
|
Stefan Csomor
|
d1a8631363
|
added new constructor for wxpython
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 16:10:45 +00:00 |
|
Stefan Csomor
|
f7c1de78f2
|
prefix files for shared library targets on cw mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 16:09:58 +00:00 |
|
Stefan Csomor
|
ab1437caac
|
under metrowerks mac strdup is not exported
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 16:09:06 +00:00 |
|
Stefan Csomor
|
724f720f89
|
correct import and export statements for metrowerks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 16:06:55 +00:00 |
|
Stefan Csomor
|
f305525708
|
changed to wxStrdup, since strdup is not guaranteed to be defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 16:06:13 +00:00 |
|
Stefan Csomor
|
ff297bdd57
|
new headers for new shared lib targets on codewarrior
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 16:05:07 +00:00 |
|
Vadim Zeitlin
|
0e0bc92190
|
added Append(wxArrayString) to wxItemContainer (and so to wxChoice, wxComboBox, wxListBox, ...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 15:20:57 +00:00 |
|
Vadim Zeitlin
|
0fe1f685b4
|
tried to make wxArrayString(bool autosort) ctor more explicit, e.g. prevent it from being used in implicit conversions from char * to wxArrayString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 15:20:17 +00:00 |
|
Vadim Zeitlin
|
fb42d7c3b4
|
added support for wxArrayString data in wxVariant
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-20 15:19:04 +00:00 |
|
Václav Slavík
|
53cf79fa4b
|
rewrote wxGenericFileDialog to use sizers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-19 23:23:51 +00:00 |
|
Václav Slavík
|
04db5c3f8f
|
implemented URLs blocking in wxHtmlWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-19 23:23:15 +00:00 |
|
Vadim Zeitlin
|
dafbe8c0af
|
added the possibility to hide the tip window automatically when the mouse leave the specified rectangle; fixed a few bugs with the window not disappearing automatically
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-19 21:49:39 +00:00 |
|
Vadim Zeitlin
|
a83e14751f
|
compilation/linking fixes for DoCaptureMouse() change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-19 19:39:53 +00:00 |
|
Vadim Zeitlin
|
4116c22156
|
Capture/ReleaseMouse() prefixed with Do for the other ports (OS/2, MGL, Motif, Mac)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-19 19:38:46 +00:00 |
|
Vadim Zeitlin
|
94633ad9f1
|
maintaint the mouse capture stack in all ports, not just wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-19 19:31:19 +00:00 |
|
Gilles Depeyrot
|
1d63fd6bce
|
renamed wxLogXXX functions with va_list argument to wxVLogXXX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-19 15:30:39 +00:00 |
|
Gilles Depeyrot
|
3fe34ed0ab
|
changed 'extern inline' to extern only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-19 15:10:30 +00:00 |
|
Václav Slavík
|
546b00063e
|
slight corrections, moved bwd compat macros to the end of the file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-18 23:16:16 +00:00 |
|
Vadim Zeitlin
|
409d5a5860
|
better native font support for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-18 20:01:49 +00:00 |
|
David Webster
|
b4b830ec00
|
Compile in IFF stuff.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-18 16:57:51 +00:00 |
|
David Webster
|
289b295104
|
Various OS/2 changes to keep up with general library changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-18 16:57:12 +00:00 |
|