]>
git.saurik.com Git - wxWidgets.git/log
David Elliott [Fri, 29 Aug 2003 14:10:23 +0000 (14:10 +0000)]
Use a delegate instead of manually adding notifications. Not only is this
less code, but a delegate will be required for future functionality.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23294
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 29 Aug 2003 09:59:00 +0000 (09:59 +0000)]
Content-Type parsing should be case insensitive
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23293
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Aug 2003 00:11:09 +0000 (00:11 +0000)]
implemented IsModified() and DiscardEdits()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23291
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Aug 2003 00:05:49 +0000 (00:05 +0000)]
don't reset timer interval to 0 in Stop(), this prevents Start(-1) from working
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23290
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 28 Aug 2003 20:55:23 +0000 (20:55 +0000)]
Added X11 headers used by wxMotif. Removed nonexistsnt
wx/motif/settings.h. Only affects "make install" correctness.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23289
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 28 Aug 2003 20:39:37 +0000 (20:39 +0000)]
Don't crash in wxControl::GetLabel when getting the label
fails (perhaps because the widget is not realized?).
Correct wxRTTI information for wxFrame: it derives from
wxTopLevelWindow, not wxWindow.
Don't try setting Widget size to 0, because it will fail: set
it to 1 instead which is exactly as sensible, but does not crash.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23288
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 28 Aug 2003 20:32:06 +0000 (20:32 +0000)]
wxString::rfind fixed for wxUSE_STL=0 from Robert Vazan.
Added missing wxArrayString::reserve.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23287
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 28 Aug 2003 20:26:53 +0000 (20:26 +0000)]
wxHashMap does not take the key type as constructor argument.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23286
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 28 Aug 2003 20:24:01 +0000 (20:24 +0000)]
correction for include name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23285
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 28 Aug 2003 20:23:28 +0000 (20:23 +0000)]
switched to using bakefile_gen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23284
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 28 Aug 2003 19:59:30 +0000 (19:59 +0000)]
gl lib dependency fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23283
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 28 Aug 2003 19:56:55 +0000 (19:56 +0000)]
_UNICODE instead of wxUSE_UNICODE=1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23282
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 28 Aug 2003 19:51:53 +0000 (19:51 +0000)]
added bakefile_gen support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23281
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 28 Aug 2003 19:18:06 +0000 (19:18 +0000)]
data copying fixes for configtool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23280
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 28 Aug 2003 18:07:06 +0000 (18:07 +0000)]
renamed netutils.bkl to net.bkl, to simplify bakefile_gen use
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23279
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 28 Aug 2003 18:06:46 +0000 (18:06 +0000)]
added hardcoded values for project files, so that they don't have to be passed on command line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23278
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Thu, 28 Aug 2003 17:49:51 +0000 (17:49 +0000)]
Send all menu item actions to a dedicated target. This is to ensure
the actions always make it to the proper wxFrame.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23277
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 28 Aug 2003 17:13:21 +0000 (17:13 +0000)]
make dist fixes belong here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23276
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Thu, 28 Aug 2003 16:37:18 +0000 (16:37 +0000)]
* Clean up the includes and use wxprec.h
* Wrap toolbar related code in wxUSE_TOOLBAR
* m_frameToolBar was used where m_frameStatusBar should have been.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23275
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Thu, 28 Aug 2003 16:34:26 +0000 (16:34 +0000)]
CreateToolBar/SetToolBar wrapped in #if wxUSE_TOOLBAR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23274
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 28 Aug 2003 14:42:02 +0000 (14:42 +0000)]
-1 , -1 for SetSelection improved
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23272
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 28 Aug 2003 10:40:43 +0000 (10:40 +0000)]
unknown container now accepts wxNO_FULL_REPAINT_ON_RESIZE flag (John Anderson)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23270
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 28 Aug 2003 09:36:54 +0000 (09:36 +0000)]
wxCheckList -> wxCheckListBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23269
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 27 Aug 2003 21:27:25 +0000 (21:27 +0000)]
Copy some missing samples, and contrib for Motif/Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23267
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 27 Aug 2003 20:22:13 +0000 (20:22 +0000)]
Do archive name case conversion for wxMac and wxMotif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23266
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Wed, 27 Aug 2003 18:57:17 +0000 (18:57 +0000)]
Don't treat OS/2 as a Unix-like system in this particular file.
This also simplifies some of the #ifdef statments. :-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23265
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 27 Aug 2003 18:42:14 +0000 (18:42 +0000)]
WX_EVENT_PROPERTY instead of WX_DELEGATE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23264
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Wed, 27 Aug 2003 18:39:24 +0000 (18:39 +0000)]
Never use unix/mimetype.h on OS/2. I'm not exactly sure, if that's the
right thing to do for the X11 ports when running them on OS/2, though.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23263
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Wed, 27 Aug 2003 18:19:20 +0000 (18:19 +0000)]
Want to use wxDir::HasSubDirs on OS/2 with gcc, too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23262
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 27 Aug 2003 18:09:15 +0000 (18:09 +0000)]
wxUSE_UNICODE=1 -> _UNICODE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23261
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 27 Aug 2003 18:08:18 +0000 (18:08 +0000)]
wxLayout.cpp is data file as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23260
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 27 Aug 2003 17:53:15 +0000 (17:53 +0000)]
event exposure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23259
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 27 Aug 2003 17:29:58 +0000 (17:29 +0000)]
event exposure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23258
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 27 Aug 2003 17:11:39 +0000 (17:11 +0000)]
added support for range types to runtime depersister
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23257
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 27 Aug 2003 17:05:59 +0000 (17:05 +0000)]
added range of types to delegate type info
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23256
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 27 Aug 2003 17:02:51 +0000 (17:02 +0000)]
added range of types for delegate type info
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23255
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 27 Aug 2003 12:17:42 +0000 (12:17 +0000)]
constness for accessors of enum data
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23254
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 27 Aug 2003 08:10:02 +0000 (08:10 +0000)]
changed getters for enum to const, GetEventClass to the delegate
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23253
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 27 Aug 2003 00:20:37 +0000 (00:20 +0000)]
Latest distutils
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23252
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 26 Aug 2003 21:21:50 +0000 (21:21 +0000)]
WXMAKINGDLL --> WXMAKINGDLL_CORE and also fixed name of resources file
in multi-lib builds (so it doesn't look for "_core" in the name.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23251
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 26 Aug 2003 21:19:30 +0000 (21:19 +0000)]
Better #if checks for mac in ProcessPlatformProperty
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23250
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 26 Aug 2003 20:56:20 +0000 (20:56 +0000)]
__WINDOWS__, not __WXMSW__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23249
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Tue, 26 Aug 2003 19:35:48 +0000 (19:35 +0000)]
update docs for d_mars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23244
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Tue, 26 Aug 2003 19:32:45 +0000 (19:32 +0000)]
fix for d_mars 8.35
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23243
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 26 Aug 2003 19:30:10 +0000 (19:30 +0000)]
Send activate/deactivate events for become/resign key
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23242
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Tue, 26 Aug 2003 19:28:35 +0000 (19:28 +0000)]
Added a notification observer for NSWindow. Observe the become key and
resign key notifications. (window activation in wxWindows parlance)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23241
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Tue, 26 Aug 2003 19:28:25 +0000 (19:28 +0000)]
fix makefile (changed filelist)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23240
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Tue, 26 Aug 2003 09:07:01 +0000 (09:07 +0000)]
fix minor change to Borland intall instructions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23239
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Tue, 26 Aug 2003 08:28:41 +0000 (08:28 +0000)]
fix minor change to Borland intall instructions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23238
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Tue, 26 Aug 2003 08:21:09 +0000 (08:21 +0000)]
remove references to Borland IDE and Cbuilder files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23237
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 26 Aug 2003 02:27:43 +0000 (02:27 +0000)]
Minor tweak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23236
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 26 Aug 2003 01:32:14 +0000 (01:32 +0000)]
No change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23234
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 26 Aug 2003 01:22:01 +0000 (01:22 +0000)]
typo corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23233
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 26 Aug 2003 01:12:29 +0000 (01:12 +0000)]
unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23232
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 26 Aug 2003 00:59:04 +0000 (00:59 +0000)]
unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23231
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 26 Aug 2003 00:44:06 +0000 (00:44 +0000)]
Compile extended RTTI in BC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23230
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 26 Aug 2003 00:42:42 +0000 (00:42 +0000)]
Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23229
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 26 Aug 2003 00:39:07 +0000 (00:39 +0000)]
unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23228
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 26 Aug 2003 00:28:38 +0000 (00:28 +0000)]
unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23227
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 26 Aug 2003 00:23:34 +0000 (00:23 +0000)]
Some cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23226
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 26 Aug 2003 00:02:19 +0000 (00:02 +0000)]
Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23225
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 25 Aug 2003 23:33:36 +0000 (23:33 +0000)]
unicode adaptions, menu support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23224
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 25 Aug 2003 23:31:41 +0000 (23:31 +0000)]
unicode and linkage corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23223
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 25 Aug 2003 23:31:19 +0000 (23:31 +0000)]
removing unnecessary specializations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23222
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 25 Aug 2003 23:29:55 +0000 (23:29 +0000)]
linkage and unicode corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23221
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 25 Aug 2003 23:26:49 +0000 (23:26 +0000)]
RTTI accessors for menus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23220
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 25 Aug 2003 23:18:45 +0000 (23:18 +0000)]
static debug build is the default now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23219
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 21:15:24 +0000 (21:15 +0000)]
New default configuration is debug/static
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23218
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 25 Aug 2003 21:01:05 +0000 (21:01 +0000)]
removed dependencies from VC++ projects, they break static libs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23217
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 25 Aug 2003 20:48:47 +0000 (20:48 +0000)]
added IMPLEMENT_APP_CONSOLE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23216
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 25 Aug 2003 20:22:05 +0000 (20:22 +0000)]
avoid a bug in Carbon headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23214
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 19:40:30 +0000 (19:40 +0000)]
Unicode compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23213
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 18:56:26 +0000 (18:56 +0000)]
Unicode fix; removed old project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23212
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 18:51:55 +0000 (18:51 +0000)]
Fixed Unicode glitch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23211
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 18:48:04 +0000 (18:48 +0000)]
Needed adv library for xrcdemo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23210
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 18:42:38 +0000 (18:42 +0000)]
Fixed redefinition of i
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23209
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 25 Aug 2003 17:33:58 +0000 (17:33 +0000)]
compilation fix for wxUSE_UNICODE_MSLU
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23208
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 17:24:20 +0000 (17:24 +0000)]
Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23207
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 25 Aug 2003 16:30:17 +0000 (16:30 +0000)]
include expat in distribution tarballs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23206
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 25 Aug 2003 15:41:25 +0000 (15:41 +0000)]
there's no such thing as <typeinfo.h>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23205
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Mon, 25 Aug 2003 15:04:43 +0000 (15:04 +0000)]
fix typo in Borland build instructions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23204
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Mon, 25 Aug 2003 15:03:29 +0000 (15:03 +0000)]
revert instructions for makefile.sc as new makefiles not ready
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23203
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 14:20:26 +0000 (14:20 +0000)]
Made CCS_VERT definition more general
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23201
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 14:15:20 +0000 (14:15 +0000)]
WinCE fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23200
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 14:10:25 +0000 (14:10 +0000)]
Fixes for WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23199
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 13:28:48 +0000 (13:28 +0000)]
Added WinCE files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23198
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 13:07:40 +0000 (13:07 +0000)]
Removed redundant file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23197
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 13:02:20 +0000 (13:02 +0000)]
Added some missing settings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23196
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 11:27:56 +0000 (11:27 +0000)]
Reverted changes in accessible.tex that caused syntax error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23195
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 09:56:53 +0000 (09:56 +0000)]
Corrected typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23193
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 09:56:20 +0000 (09:56 +0000)]
Added readme copying to tardist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23192
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 09:32:13 +0000 (09:32 +0000)]
Minor change in case m_log is null
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23191
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 25 Aug 2003 08:13:13 +0000 (08:13 +0000)]
Correction for Unicode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23190
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 25 Aug 2003 07:34:58 +0000 (07:34 +0000)]
generic template must not carry linkage clause
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23189
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 24 Aug 2003 23:42:33 +0000 (23:42 +0000)]
adding style to constructors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23188
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 24 Aug 2003 23:41:36 +0000 (23:41 +0000)]
adding style to constructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23187
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 24 Aug 2003 23:41:05 +0000 (23:41 +0000)]
switching to registry based type info
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23186
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 24 Aug 2003 23:39:37 +0000 (23:39 +0000)]
adaption custom types to new macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23185
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 24 Aug 2003 23:36:46 +0000 (23:36 +0000)]
switching type info to registration base and lazy lookup (multi-lib-linkage problems with old approach)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23184
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 24 Aug 2003 22:59:36 +0000 (22:59 +0000)]
Corrected sample.r name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23183
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775