Vadim Zeitlin
|
6f6f938f3a
|
derive wxComboBox from wxItemContainer (via wxComboBoxBase) in wxGTK (patch 802882)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 16:31:06 +00:00 |
|
Vadim Zeitlin
|
a6fc611aa1
|
removed mark #pragmas
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 16:24:38 +00:00 |
|
Vadim Zeitlin
|
df5a063f61
|
destroy the frame if the exception occurs in a dialog shown from it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 16:23:51 +00:00 |
|
Vadim Zeitlin
|
7a9dfa3c40
|
fixed cleanup order to behave correctly in presence of exceptions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 16:21:35 +00:00 |
|
Vadim Zeitlin
|
e490e26798
|
fixed typos which resulted in 2 broken links
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 16:20:43 +00:00 |
|
Vadim Zeitlin
|
fe277be0f1
|
call OnExit() even if an exception has been thrown from OnRun()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 16:18:19 +00:00 |
|
Vadim Zeitlin
|
7e33e48e00
|
mention exceptions changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 16:12:02 +00:00 |
|
Vadim Zeitlin
|
8e91c6f389
|
added minimal support for xlc under Darwin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 15:41:41 +00:00 |
|
Vadim Zeitlin
|
de5eec8ebb
|
compilation fix for xlc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 15:38:43 +00:00 |
|
Vadim Zeitlin
|
af34705c34
|
made globals static to avoid linking problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 15:37:07 +00:00 |
|
Vadim Zeitlin
|
462988d5f9
|
don't use wx/scopeguard.h for OpenWatcom compatibility (grr...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 15:12:39 +00:00 |
|
Mattia Barbon
|
e4ffab299a
|
Compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 13:34:49 +00:00 |
|
Vadim Zeitlin
|
11db7d81d1
|
Unicode compilation fix (bug 809707)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 11:35:06 +00:00 |
|
Vadim Zeitlin
|
cb07c54412
|
(blind) compilation fix after recent KeywordSearch changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 23:53:56 +00:00 |
|
Vadim Zeitlin
|
c45708e75d
|
fixed bug in wxCSConv(encoding) ctor (which I just added)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:35:59 +00:00 |
|
Vadim Zeitlin
|
6a98321125
|
use wxCSConv instead of Win32 API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:34:50 +00:00 |
|
Robin Dunn
|
443c834d8d
|
Check wxSIZE_ALLOW_MINUS_ONE for x and y too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:32:24 +00:00 |
|
Vadim Zeitlin
|
7411f983f1
|
wxTextCtrl::GetValue() lost (replaced with question marks) all characters not in the current encoding -- but now it shouldn't
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:21:48 +00:00 |
|
Vadim Zeitlin
|
8b04d4c451
|
added wxCSConv ctor taking wxFontEncoding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:18:06 +00:00 |
|
Vadim Zeitlin
|
9806a823b0
|
attemps to make wxStreamToTextRedirector work with more (broken) compilers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:17:38 +00:00 |
|
Vadim Zeitlin
|
0bc9347069
|
include wx/encinfo.h, not wx/fontenc.h, now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:15:55 +00:00 |
|
Mattia Barbon
|
ccabcd49c0
|
Try linking wxMotif without -lSM and -lICE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:14:51 +00:00 |
|
Vadim Zeitlin
|
e770e665fa
|
added wx/encinfo.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:09:34 +00:00 |
|
Václav Slavík
|
22fd4d7d5e
|
backported wxZipFSHandler fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:06:04 +00:00 |
|
Vadim Zeitlin
|
48f9e8107a
|
extracted wxNativeEncodingInfo in a separate file to be able to include wx/fontenc.h from wx/strcov.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:04:15 +00:00 |
|
Václav Slavík
|
d73d01b8ed
|
backported intl.cpp fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 21:50:04 +00:00 |
|
Mattia Barbon
|
2fcce89663
|
Compilation fix for wxUSE_DRAG_AND_DROP==0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 21:44:42 +00:00 |
|
Robin Dunn
|
02319c2458
|
Prevent possible divide by zero problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 20:27:11 +00:00 |
|
Robin Dunn
|
1e545382ca
|
Patch #809286 and a couple other minor changes to the stc sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 18:40:13 +00:00 |
|
Robin Dunn
|
854e7dc332
|
SWIGged updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 16:46:57 +00:00 |
|
Robin Dunn
|
36a73f1d03
|
Changes for removing DefaultEncodingIsPC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 16:46:03 +00:00 |
|
Robin Dunn
|
4326f7b7b2
|
Updated version number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 16:44:43 +00:00 |
|
Robin Dunn
|
856036c670
|
Regenerated some contrib makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 16:33:37 +00:00 |
|
Julian Smart
|
6a205442c4
|
Applied patch [ 809066 ] Cleanup for text2rtf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 16:09:29 +00:00 |
|
Mattia Barbon
|
07ee782bb8
|
Do not use wx/wx.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 15:44:28 +00:00 |
|
Vadim Zeitlin
|
1dab049c9e
|
fix for generating set/kill focus events for wxRadioBox (also fixes TABbing in a panel containing a radio box)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 12:06:18 +00:00 |
|
Vadim Zeitlin
|
df0787b662
|
use wxTAB_TRAVERSAL style for panels and frame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 12:04:52 +00:00 |
|
Vadim Zeitlin
|
5a41643a8d
|
linking fix (removed unused virtual methods declarations)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 11:55:32 +00:00 |
|
Julian Smart
|
c27be5db0b
|
Added SQLTCHAR for non-Windows platforms, and added missing
wxFputs to wxchar.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 10:59:14 +00:00 |
|
Robin Dunn
|
f6aa2b2cfb
|
Only process dynamic events if the eventTypes match
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 01:32:44 +00:00 |
|
Vadim Zeitlin
|
759b3c7e2f
|
don't ever define HAVE_THREAD_CLEANUP_FUNCTIONS, the code in threadpsx.cpp doesn't work in this case anyhow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 00:46:44 +00:00 |
|
Vadim Zeitlin
|
ef4f69ec32
|
cleaned up VMS #ifdef mess
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 00:29:31 +00:00 |
|
Vadim Zeitlin
|
63fa42b3be
|
attempt to fix race condition between Delete() and Wait()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 00:19:50 +00:00 |
|
Vadim Zeitlin
|
3e5175b737
|
check whether input stream is readable in OpenFile() (patch 808941)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 00:01:08 +00:00 |
|
Robin Dunn
|
7b443969ac
|
Added some missing constants and fixed GetPoints
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 23:48:29 +00:00 |
|
Vadim Zeitlin
|
71aba8333c
|
fix text scrolling in GTK2 (patch 703988)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 23:48:22 +00:00 |
|
Vadim Zeitlin
|
cc59cd23e6
|
removed bogus #pragma implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 23:45:14 +00:00 |
|
Vadim Zeitlin
|
560e2916a9
|
corrected parsing of dates like 01.02.03 (where year can be confused with the day) in ParseDate()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 22:51:50 +00:00 |
|
Václav Slavík
|
9833a21ac4
|
configurable use of exceptions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 22:46:53 +00:00 |
|
Václav Slavík
|
671a85ea56
|
regenerated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 22:46:21 +00:00 |
|