wxWidgets.git
20 years agoremoved BuildRequires: wx-base-devel from RPM .spec files
Václav Slavík [Sat, 30 Aug 2003 12:30:09 +0000 (12:30 +0000)] 
removed BuildRequires: wx-base-devel from RPM .spec files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago$ causes diff problems here
Václav Slavík [Sat, 30 Aug 2003 10:28:29 +0000 (10:28 +0000)] 
$ causes diff problems here

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomoved compat content to formats, there will be more wx-specific formats
Václav Slavík [Sat, 30 Aug 2003 10:12:50 +0000 (10:12 +0000)] 
moved compat content to formats, there will be more wx-specific formats

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomoved compat content to formats, there will be more wx-specific formats
Václav Slavík [Sat, 30 Aug 2003 10:02:28 +0000 (10:02 +0000)] 
moved compat content to formats, there will be more wx-specific formats

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoremoved caching from wxInternetFSHandler
Václav Slavík [Fri, 29 Aug 2003 22:54:45 +0000 (22:54 +0000)] 
removed caching from wxInternetFSHandler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Fixed bug introduced in fs_zip.cpp when replacing wxHashTableLong
Mattia Barbon [Fri, 29 Aug 2003 20:10:32 +0000 (20:10 +0000)] 
  Fixed bug introduced in fs_zip.cpp when replacing wxHashTableLong
with wxHashMap.
  Made wxHashMap constructor explicit to prevent similar errors.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded WX_IMPLEMENT_PROPERTY
Stefan Csomor [Fri, 29 Aug 2003 19:07:58 +0000 (19:07 +0000)] 
added WX_IMPLEMENT_PROPERTY

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoRename some of the Cocoa methods to reflect that they are implemented
David Elliott [Fri, 29 Aug 2003 14:59:04 +0000 (14:59 +0000)] 
Rename some of the Cocoa methods to reflect that they are implemented
by the NSWindow delegate.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoImplement windowShouldClose: in delegate instead of class poser
David Elliott [Fri, 29 Aug 2003 14:15:59 +0000 (14:15 +0000)] 
Implement windowShouldClose: in delegate instead of class poser

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoUse a delegate instead of manually adding notifications. Not only is this
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

20 years agoContent-Type parsing should be case insensitive
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

20 years agoimplemented IsModified() and DiscardEdits()
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

20 years agodon't reset timer interval to 0 in Stop(), this prevents Start(-1) from working
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

20 years ago Added X11 headers used by wxMotif. Removed nonexistsnt
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

20 years ago Don't crash in wxControl::GetLabel when getting the label
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

20 years ago wxString::rfind fixed for wxUSE_STL=0 from Robert Vazan.
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

20 years ago wxHashMap does not take the key type as constructor argument.
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

20 years agocorrection for include name
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

20 years agoswitched to using bakefile_gen
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

20 years agogl lib dependency fixes
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

20 years ago_UNICODE instead of wxUSE_UNICODE=1
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

20 years agoadded bakefile_gen support
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

20 years agodata copying fixes for configtool
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

20 years agorenamed netutils.bkl to net.bkl, to simplify bakefile_gen use
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

20 years agoadded hardcoded values for project files, so that they don't have to be passed on...
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

20 years agoSend all menu item actions to a dedicated target. This is to ensure
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

20 years agomake dist fixes belong here
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

20 years ago* Clean up the includes and use wxprec.h
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

20 years agoCreateToolBar/SetToolBar wrapped in #if wxUSE_TOOLBAR
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

20 years ago-1 , -1 for SetSelection improved
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

20 years agounknown container now accepts wxNO_FULL_REPAINT_ON_RESIZE flag (John Anderson)
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

20 years agowxCheckList -> wxCheckListBox
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

20 years agoCopy some missing samples, and contrib for Motif/Mac
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

20 years agoDo archive name case conversion for wxMac and wxMotif
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

20 years agoDon't treat OS/2 as a Unix-like system in this particular file.
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

20 years agoWX_EVENT_PROPERTY instead of WX_DELEGATE
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

20 years agoNever use unix/mimetype.h on OS/2. I'm not exactly sure, if that's the
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

20 years agoWant to use wxDir::HasSubDirs on OS/2 with gcc, too.
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

20 years agowxUSE_UNICODE=1 -> _UNICODE
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

20 years agowxLayout.cpp is data file as well
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

20 years agoevent exposure
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

20 years agoevent exposure
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

20 years agoadded support for range types to runtime depersister
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

20 years agoadded range of types to delegate type info
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

20 years agoadded range of types for delegate type info
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

20 years agoconstness for accessors of enum data
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

20 years agochanged getters for enum to const, GetEventClass to the delegate
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

20 years agoLatest distutils
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

20 years agoWXMAKINGDLL --> WXMAKINGDLL_CORE and also fixed name of resources file
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

20 years agoBetter #if checks for mac in ProcessPlatformProperty
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

20 years ago__WINDOWS__, not __WXMSW__
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

20 years agoupdate docs for d_mars
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

20 years agofix for d_mars 8.35
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

20 years agoSend activate/deactivate events for become/resign key
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

20 years agoAdded a notification observer for NSWindow. Observe the become key and
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

20 years agofix makefile (changed filelist)
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

20 years agofix minor change to Borland intall instructions
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

20 years agofix minor change to Borland intall instructions
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

20 years agoremove references to Borland IDE and Cbuilder files
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

20 years agoMinor tweak
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

20 years agoNo change
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

20 years agotypo corrected
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

20 years agounicode fixes
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

20 years agounicode fixes
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

20 years agoCompile extended RTTI in BC++
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

20 years agoUnicode fixes
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

20 years agounicode fixes
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

20 years agounicode fixes
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

20 years agoSome cleanup
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

20 years agoUnicode fixes
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

20 years agounicode adaptions, menu support
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

20 years agounicode and linkage corrections
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

20 years agoremoving unnecessary specializations
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

20 years agolinkage and unicode corrections
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

20 years agoRTTI accessors for menus
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

20 years agostatic debug build is the default now
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

20 years agoNew default configuration is debug/static
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

20 years agoremoved dependencies from VC++ projects, they break static libs
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

20 years agoadded IMPLEMENT_APP_CONSOLE
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

20 years agoavoid a bug in Carbon headers
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

20 years agoUnicode compatibility
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

20 years agoUnicode fix; removed old project files
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

20 years agoFixed Unicode glitch
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

20 years agoNeeded adv library for xrcdemo
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

20 years agoFixed redefinition of i
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

20 years agocompilation fix for wxUSE_UNICODE_MSLU
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

20 years agoUnicode fixes
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

20 years agoinclude expat in distribution tarballs
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

20 years agothere's no such thing as <typeinfo.h>
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

20 years agofix typo in Borland build instructions
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

20 years agorevert instructions for makefile.sc as new makefiles not ready
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

20 years agoMade CCS_VERT definition more general
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

20 years agoWinCE fixes
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

20 years agoFixes for WinCE
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

20 years agoAdded WinCE files
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

20 years agoRemoved redundant file
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

20 years agoAdded some missing settings
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

20 years agoReverted changes in accessible.tex that caused syntax error
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

20 years agoCorrected typos
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

20 years agoAdded readme copying to tardist
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