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 |
|
Václav Slavík
|
40fe5843d2
|
added <cxx-rtti> and <cxx-exceptions>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 22:45:47 +00:00 |
|
Václav Slavík
|
afcc5de1b6
|
fixed single word selection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 22:44:16 +00:00 |
|
Robin Dunn
|
4a65f2c80d
|
Added DoDragOver and DoDropText from Angelo Mandato, and ensured that
my unicode LoadFile/SaveFile changes were in the .in file this time.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 22:28:25 +00:00 |
|
Vadim Zeitlin
|
86c8acb774
|
don't redefine wxUSE_UNICODE if already defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 22:13:45 +00:00 |
|
Robin Dunn
|
94d04b7ed3
|
Always build prntdlgg for wxMSW since it will be needed if
wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW is turned on.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 20:53:18 +00:00 |
|
Robin Dunn
|
b2dfe63f8e
|
SWIGged updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 20:49:47 +00:00 |
|
Robin Dunn
|
62e8fcee74
|
some more test code for the toolbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 20:48:50 +00:00 |
|
Robin Dunn
|
b8be6ceacf
|
Fix for internal compiler error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 20:45:39 +00:00 |
|
Robin Dunn
|
dd9b0a5495
|
Added missing }
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 20:40:41 +00:00 |
|
Robin Dunn
|
0e974385f6
|
Patch #808669 more warngins and unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 17:35:31 +00:00 |
|
Vadim Zeitlin
|
532c773634
|
missing headers for !USE_PCH compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 15:52:34 +00:00 |
|
Julian Smart
|
a47391f3f9
|
Reverted fragment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 15:06:53 +00:00 |
|
Vadim Zeitlin
|
8bd2a80432
|
fix the bug with not skipping events any more after recent changes (stupid, stupid typo)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 14:29:56 +00:00 |
|
Vadim Zeitlin
|
c72b8276c8
|
Julian already applied this patch...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 14:16:37 +00:00 |
|
Julian Smart
|
8a39593ebe
|
Applied patch [ 808050 ] fixes for WXUNIVERSAL and UNICODE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 14:03:09 +00:00 |
|
Julian Smart
|
859e5b177d
|
Applied patch [ 807366 ] fixes for wxrcedit contrib util
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 13:47:05 +00:00 |
|
Julian Smart
|
66b9ec3dab
|
Applied patch [ 807164 ] fixes for core library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 13:42:22 +00:00 |
|
Julian Smart
|
7d418908fe
|
Applied patch [ 804996 ] compatibility of access sample with various settings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 13:36:10 +00:00 |
|