]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years agoInclude imaglist.h
Julian Smart [Fri, 22 Aug 2003 08:41:34 +0000 (08:41 +0000)] 
Include imaglist.h

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

21 years agowxNotebookSizer ctor was missing
Robin Dunn [Fri, 22 Aug 2003 05:48:38 +0000 (05:48 +0000)] 
wxNotebookSizer ctor was missing

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

21 years agolistbkg.cpp, not listbook.cpp
Vadim Zeitlin [Fri, 22 Aug 2003 00:08:15 +0000 (00:08 +0000)] 
listbkg.cpp, not listbook.cpp

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

21 years agoregenerated after listbkg.cpp addition
Vadim Zeitlin [Thu, 21 Aug 2003 23:55:13 +0000 (23:55 +0000)] 
regenerated after listbkg.cpp addition

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

21 years agoregenerated
Václav Slavík [Thu, 21 Aug 2003 23:48:16 +0000 (23:48 +0000)] 
regenerated

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

21 years agoadded wxListbook
Vadim Zeitlin [Thu, 21 Aug 2003 23:16:41 +0000 (23:16 +0000)] 
added wxListbook

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

21 years agoregenerated
Vadim Zeitlin [Thu, 21 Aug 2003 23:16:39 +0000 (23:16 +0000)] 
regenerated

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

21 years agomake it possible to use this sample for wxListbook testing too
Vadim Zeitlin [Thu, 21 Aug 2003 23:12:41 +0000 (23:12 +0000)] 
make it possible to use this sample for wxListbook testing too

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

21 years agoadded checks for wxUSE_LISTBOOK
Vadim Zeitlin [Thu, 21 Aug 2003 23:11:54 +0000 (23:11 +0000)] 
added checks for wxUSE_LISTBOOK

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

21 years agoadded wxBookCtrlSizer; derive wxNotebookSizer from it
Vadim Zeitlin [Thu, 21 Aug 2003 23:09:35 +0000 (23:09 +0000)] 
added wxBookCtrlSizer; derive wxNotebookSizer from it

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

21 years agoensure that GetItemRect() returns the real rect and not 0 even if it's called before...
Vadim Zeitlin [Thu, 21 Aug 2003 23:08:10 +0000 (23:08 +0000)] 
ensure that GetItemRect() returns the real rect and not 0 even if it's called before first OnIdle()

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

21 years agoadded wxListbook
Vadim Zeitlin [Thu, 21 Aug 2003 23:06:36 +0000 (23:06 +0000)] 
added wxListbook

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

21 years ago Warning fixes.
Mattia Barbon [Thu, 21 Aug 2003 22:00:12 +0000 (22:00 +0000)] 
  Warning fixes.

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

21 years agono changes, just resolved conflicts (due to the fact that I had forgotten to commit...
Vadim Zeitlin [Thu, 21 Aug 2003 20:52:02 +0000 (20:52 +0000)] 
no changes, just resolved conflicts (due to the fact that I had forgotten to commit this file before)

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

21 years agocorrected wxUSE_BOOKCTRL test
Vadim Zeitlin [Thu, 21 Aug 2003 20:45:49 +0000 (20:45 +0000)] 
corrected wxUSE_BOOKCTRL test

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

21 years agometadata support for metadata
Stefan Csomor [Thu, 21 Aug 2003 20:27:46 +0000 (20:27 +0000)] 
metadata support for metadata

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

21 years agodestructor should not clear the ControlHandle, otherwise it will not get deleted
Stefan Csomor [Thu, 21 Aug 2003 18:48:18 +0000 (18:48 +0000)] 
destructor should not clear the ControlHandle, otherwise it will not get deleted

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

21 years ago wxMotif warning fixes.
Mattia Barbon [Thu, 21 Aug 2003 15:10:16 +0000 (15:10 +0000)] 
  wxMotif warning fixes.

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

21 years agoregenerated
Václav Slavík [Thu, 21 Aug 2003 14:49:41 +0000 (14:49 +0000)] 
regenerated

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

21 years agobackported HTML tables horizontal size fix
Václav Slavík [Thu, 21 Aug 2003 14:47:05 +0000 (14:47 +0000)] 
backported HTML tables horizontal size fix

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

21 years agohack to at least let the sample start up (it still crashes later) under Mac
Vadim Zeitlin [Thu, 21 Aug 2003 14:44:42 +0000 (14:44 +0000)] 
hack to at least let the sample start up (it still crashes later) under Mac

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

21 years agofixed broken files.bkl
Václav Slavík [Thu, 21 Aug 2003 13:58:50 +0000 (13:58 +0000)] 
fixed broken files.bkl

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

21 years agoadded bookctrl.cpp
Vadim Zeitlin [Thu, 21 Aug 2003 13:29:02 +0000 (13:29 +0000)] 
added bookctrl.cpp

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

21 years agocorrected CHECK in InsertPage()
Vadim Zeitlin [Thu, 21 Aug 2003 13:27:41 +0000 (13:27 +0000)] 
corrected CHECK in InsertPage()

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

21 years agoreplcaeed ints with size_t to match the sources
Vadim Zeitlin [Thu, 21 Aug 2003 13:08:00 +0000 (13:08 +0000)] 
replcaeed ints with size_t to match the sources

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

21 years agocompilation fix
Vadim Zeitlin [Thu, 21 Aug 2003 12:54:31 +0000 (12:54 +0000)] 
compilation fix

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

21 years ago wxGTK compilation fixes.
Mattia Barbon [Thu, 21 Aug 2003 12:44:52 +0000 (12:44 +0000)] 
  wxGTK compilation fixes.

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

21 years ago Compilation fixes for wxMotif.
Mattia Barbon [Thu, 21 Aug 2003 12:38:26 +0000 (12:38 +0000)] 
  Compilation fixes for wxMotif.

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

21 years agoUnicode compilation fixes for OGL
Václav Slavík [Thu, 21 Aug 2003 09:06:58 +0000 (09:06 +0000)] 
Unicode compilation fixes for OGL

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

21 years agoUnicode compilation fixes for OGL (patch #791967)
Václav Slavík [Thu, 21 Aug 2003 09:05:56 +0000 (09:05 +0000)] 
Unicode compilation fixes for OGL (patch #791967)

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

21 years agoUpdated section on XRC-writing tools
Julian Smart [Thu, 21 Aug 2003 08:05:22 +0000 (08:05 +0000)] 
Updated section on XRC-writing tools

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

21 years agoextended RTTI support
Stefan Csomor [Thu, 21 Aug 2003 06:37:30 +0000 (06:37 +0000)] 
extended RTTI support

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

21 years agosupport for RTTI
Stefan Csomor [Thu, 21 Aug 2003 06:33:51 +0000 (06:33 +0000)] 
support for RTTI

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

21 years agoadded support for leaving out <embedded objects> that are created during their parent...
Stefan Csomor [Thu, 21 Aug 2003 06:32:09 +0000 (06:32 +0000)] 
added support for leaving out <embedded objects> that are created during their parent's creation and should not be streamed out separately. Support for empty element tags when reading in

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

21 years agoadded wxDateTime to the streamable custom types
Stefan Csomor [Thu, 21 Aug 2003 06:30:19 +0000 (06:30 +0000)] 
added wxDateTime to the streamable custom types

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

21 years agoadded support for allocation-creation method
Stefan Csomor [Thu, 21 Aug 2003 06:27:11 +0000 (06:27 +0000)] 
added support for allocation-creation method

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

21 years agocreated wxBookCtrl which will be tje base class for wxNotebook and wxListbook; moved...
Vadim Zeitlin [Wed, 20 Aug 2003 22:57:07 +0000 (22:57 +0000)] 
created wxBookCtrl which will be tje base class for wxNotebook and wxListbook; moved almost all of wxNotebookBase code into it

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

21 years agoadded missing headers
Vadim Zeitlin [Wed, 20 Aug 2003 22:51:21 +0000 (22:51 +0000)] 
added missing headers

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

21 years agoSplit src/os2/utils.cpp in two to support non-monolithic builds.
Stefan Neis [Wed, 20 Aug 2003 18:53:31 +0000 (18:53 +0000)] 
Split src/os2/utils.cpp in two to support non-monolithic builds.

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

21 years agoThe default state for the first radio button in a group should be selected
David Elliott [Wed, 20 Aug 2003 17:44:37 +0000 (17:44 +0000)] 
The default state for the first radio button in a group should be selected

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

21 years agoCompilation fixes for gcc-3.2.
Stefan Neis [Wed, 20 Aug 2003 17:02:09 +0000 (17:02 +0000)] 
Compilation fixes for gcc-3.2.

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

21 years ago Keep order of nodes when wxHashMap is resized; this ensures
Mattia Barbon [Wed, 20 Aug 2003 16:59:17 +0000 (16:59 +0000)] 
  Keep order of nodes when wxHashMap is resized; this ensures
that wxHashTable has the same behaviour when wxUSE_STL=1 as
when wxUSE_STL=0.

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

21 years agoFix autoresizingMask when scrolling is used
David Elliott [Wed, 20 Aug 2003 16:02:31 +0000 (16:02 +0000)] 
Fix autoresizingMask when scrolling is used

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

21 years agomore OS/2 fixes
Václav Slavík [Wed, 20 Aug 2003 16:00:55 +0000 (16:00 +0000)] 
more OS/2 fixes

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

21 years agoupdated the RPMs
Václav Slavík [Wed, 20 Aug 2003 15:14:12 +0000 (15:14 +0000)] 
updated the RPMs

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

21 years agocompilation fix
Václav Slavík [Wed, 20 Aug 2003 15:13:09 +0000 (15:13 +0000)] 
compilation fix

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

21 years ago* Use a subclass of NSView for the dummy view which overrides hitTest: to
David Elliott [Wed, 20 Aug 2003 14:45:48 +0000 (14:45 +0000)] 
* Use a subclass of NSView for the dummy view which overrides hitTest: to
  return nil.  That tells Cocoa never to send it any mouse events.
* Set the autoresizingMask of the hidden view on the dummy view
* Added some code to paint green over the dummy view.  It makes debugging
  some things easier.  Change the #undef WXCOCOA_FILL_DUMMY_VIEW to enable.

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

21 years ago(blind) OS/2 build fixes
Václav Slavík [Wed, 20 Aug 2003 13:56:20 +0000 (13:56 +0000)] 
(blind) OS/2 build fixes

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

21 years agoNormal wxWindow::Close() behavior
David Elliott [Wed, 20 Aug 2003 13:37:46 +0000 (13:37 +0000)] 
Normal wxWindow::Close() behavior

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

21 years agoAdded some missing brackets required by autoconf on OS2.
Stefan Neis [Wed, 20 Aug 2003 10:29:08 +0000 (10:29 +0000)] 
Added some missing brackets required by autoconf on OS2.

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

21 years agonew makefiles update
Václav Slavík [Wed, 20 Aug 2003 10:02:17 +0000 (10:02 +0000)] 
new makefiles update

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

21 years agohow to build new RPMs
Václav Slavík [Wed, 20 Aug 2003 09:50:17 +0000 (09:50 +0000)] 
how to build new RPMs

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

21 years agoremoved a typo(?)
Václav Slavík [Wed, 20 Aug 2003 09:39:41 +0000 (09:39 +0000)] 
removed a typo(?)

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

21 years agowxMotif compilation fix
Václav Slavík [Wed, 20 Aug 2003 09:20:28 +0000 (09:20 +0000)] 
wxMotif compilation fix

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

21 years agomore Unicode fixes
Václav Slavík [Wed, 20 Aug 2003 09:01:57 +0000 (09:01 +0000)] 
more Unicode fixes

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

21 years agoUnicode compilation fixes for wxX11
Václav Slavík [Wed, 20 Aug 2003 08:39:47 +0000 (08:39 +0000)] 
Unicode compilation fixes for wxX11

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

21 years agoUnicode compilation fix
Václav Slavík [Wed, 20 Aug 2003 08:13:08 +0000 (08:13 +0000)] 
Unicode compilation fix

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

21 years agoregenerated with ac-2.57
Václav Slavík [Wed, 20 Aug 2003 08:12:06 +0000 (08:12 +0000)] 
regenerated with ac-2.57

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

21 years agothere's no reason why wxrc should link against xrc library, it doesn't need it
Václav Slavík [Wed, 20 Aug 2003 08:10:55 +0000 (08:10 +0000)] 
there's no reason why wxrc should link against xrc library, it doesn't need it

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

21 years ago Fixes for wxHashTable when wxUSE_STL=1:
Mattia Barbon [Tue, 19 Aug 2003 21:17:04 +0000 (21:17 +0000)] 
  Fixes for wxHashTable when wxUSE_STL=1:
wxHashTable must work like an hash_multimap, not an hash_map.
wxHashTable::Delete is supposed to actually delete entries
more tests in console sample.

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

21 years agoswitching to wxEmptyString to satisfy linker after wxxVariant constructor change
Stefan Csomor [Tue, 19 Aug 2003 19:45:52 +0000 (19:45 +0000)] 
switching to wxEmptyString to satisfy linker after wxxVariant constructor change

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

21 years agochanging wxxVariant signature
Stefan Csomor [Tue, 19 Aug 2003 19:44:15 +0000 (19:44 +0000)] 
changing wxxVariant signature

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

21 years agoCorrecting typo
Julian Smart [Tue, 19 Aug 2003 19:27:52 +0000 (19:27 +0000)] 
Correcting typo

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

21 years agocompilation fixes
Václav Slavík [Tue, 19 Aug 2003 18:02:43 +0000 (18:02 +0000)] 
compilation fixes

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

21 years ago<wx-lib>expat</wx-lib> is nonsense
Václav Slavík [Tue, 19 Aug 2003 17:57:40 +0000 (17:57 +0000)] 
<wx-lib>expat</wx-lib> is nonsense

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

21 years agoremoving rtti special functions
Stefan Csomor [Tue, 19 Aug 2003 17:28:34 +0000 (17:28 +0000)] 
removing rtti special functions

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

21 years agowxStrdup(NULL) doesn't work
Václav Slavík [Tue, 19 Aug 2003 17:27:04 +0000 (17:27 +0000)] 
wxStrdup(NULL) doesn't work

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

21 years agoOS/2 doesn't use lib prefix for libraries
Václav Slavík [Tue, 19 Aug 2003 16:58:02 +0000 (16:58 +0000)] 
OS/2 doesn't use lib prefix for libraries

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

21 years agoRTTI extensions
Stefan Csomor [Tue, 19 Aug 2003 16:48:06 +0000 (16:48 +0000)] 
RTTI extensions

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

21 years agoswitching back to normal accessors, workaround not needed anymore
Stefan Csomor [Tue, 19 Aug 2003 16:44:01 +0000 (16:44 +0000)] 
switching back to normal accessors, workaround not needed anymore

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

21 years agoXTI extensions
Stefan Csomor [Tue, 19 Aug 2003 16:40:20 +0000 (16:40 +0000)] 
XTI extensions

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

21 years agoApplied patch [ 778716 ] Fix resolve in smapi.cpp for UNICODE
Julian Smart [Tue, 19 Aug 2003 15:51:04 +0000 (15:51 +0000)] 
Applied patch [ 778716 ] Fix resolve in smapi.cpp for UNICODE

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

21 years agoWarning fixes from ABX
Julian Smart [Tue, 19 Aug 2003 15:40:58 +0000 (15:40 +0000)] 
Warning fixes from ABX

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

21 years agoCBuilder & IDE details Not appropriate for new makefiles
Chris Elliott [Tue, 19 Aug 2003 15:16:42 +0000 (15:16 +0000)] 
CBuilder & IDE details Not appropriate for new makefiles

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

21 years agoCBuilder project creation files Not appropriate for new makefiles
Chris Elliott [Tue, 19 Aug 2003 15:15:47 +0000 (15:15 +0000)] 
CBuilder project creation files Not appropriate for new makefiles

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

21 years agoUse NSBox with the NSBoxSeparator box type
David Elliott [Tue, 19 Aug 2003 14:51:08 +0000 (14:51 +0000)] 
Use NSBox with the NSBoxSeparator box type

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

21 years agoOverride CocoaSetEnabled() to call -[NSControl setEnabled:]
David Elliott [Tue, 19 Aug 2003 14:49:28 +0000 (14:49 +0000)] 
Override CocoaSetEnabled() to call -[NSControl setEnabled:]
Do NOT forget to override this in subclasses which use a Cocoa view
not derived from NSControl.  Crashes will result.

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

21 years agoOverride CocoaSetEnabled() to do nothing. Although static lines are
David Elliott [Tue, 19 Aug 2003 14:47:24 +0000 (14:47 +0000)] 
Override CocoaSetEnabled() to do nothing.  Although static lines are
controls in the wxWindows sense, they are not in the Cocoa sense.

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

21 years agoAdded machinery to Enable/Disable windows. When a window is disabled, it
David Elliott [Tue, 19 Aug 2003 14:45:54 +0000 (14:45 +0000)] 
Added machinery to Enable/Disable windows.  When a window is disabled, it
disables all of its children.  Every window maintains a bool indicating
whether it should be enabled (i.e. Enable() was called on it directly).
When a window is reenabled, it reenables children, but only if they are
actually supposed to be enabled. Override CocoaSetEnabled() in subclasses
to actually enable/disable a Cocoa control.

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

21 years agoFix to remove CW/Mac warning
Julian Smart [Tue, 19 Aug 2003 12:37:36 +0000 (12:37 +0000)] 
Fix to remove CW/Mac warning

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

21 years agounicode fixes, enabling notebook images again
Stefan Csomor [Tue, 19 Aug 2003 10:00:56 +0000 (10:00 +0000)] 
unicode fixes, enabling notebook images again

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

21 years agoUse _NO_THEMES
Julian Smart [Tue, 19 Aug 2003 08:41:17 +0000 (08:41 +0000)] 
Use _NO_THEMES

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

21 years agoWrap NSTableView in an NSScrollView and disable the header
David Elliott [Tue, 19 Aug 2003 04:27:12 +0000 (04:27 +0000)] 
Wrap NSTableView in an NSScrollView and disable the header

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

21 years agoUse bounds rect instead of frame rect when positioning subviews
David Elliott [Tue, 19 Aug 2003 04:10:47 +0000 (04:10 +0000)] 
Use bounds rect instead of frame rect when positioning subviews

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

21 years agoUse setAutoresizingMask: NSViewMinYMargin to keep subviews in the same
David Elliott [Tue, 19 Aug 2003 04:08:27 +0000 (04:08 +0000)] 
Use setAutoresizingMask: NSViewMinYMargin to keep subviews in the same
position relative to the wxWindows coordinate system

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

21 years agouse wxWindowBase::Create() instead of duplicating its code in MacPreControlCreate()
Vadim Zeitlin [Mon, 18 Aug 2003 23:57:34 +0000 (23:57 +0000)] 
use wxWindowBase::Create() instead of duplicating its code in MacPreControlCreate()

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

21 years agoadded missing Create() implementation
Vadim Zeitlin [Mon, 18 Aug 2003 23:56:57 +0000 (23:56 +0000)] 
added missing Create() implementation

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

21 years agono changes
Vadim Zeitlin [Mon, 18 Aug 2003 23:56:42 +0000 (23:56 +0000)] 
no changes

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

21 years agoreturn immediately if the XPM is bad instead of spitting out thousands of error messages
Vadim Zeitlin [Mon, 18 Aug 2003 23:55:17 +0000 (23:55 +0000)] 
return immediately if the XPM is bad instead of spitting out thousands of error messages

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

21 years agocommented out annoying wxLogDebug
Vadim Zeitlin [Mon, 18 Aug 2003 23:54:19 +0000 (23:54 +0000)] 
commented out annoying wxLogDebug

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

21 years agodeleted unused variable
Vadim Zeitlin [Mon, 18 Aug 2003 23:49:48 +0000 (23:49 +0000)] 
deleted unused variable

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

21 years agoSetInitialFrameRect: use frameRect.size.height to calculate frameRect.origin.y
David Elliott [Mon, 18 Aug 2003 19:21:32 +0000 (19:21 +0000)] 
SetInitialFrameRect: use frameRect.size.height to calculate frameRect.origin.y
Fixes bug where size.y!=frameRect.size.height (e.g. it is -1)

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

21 years agoDoMoveWindow: setNeedsDisplay:YES for the superview
David Elliott [Mon, 18 Aug 2003 19:15:53 +0000 (19:15 +0000)] 
DoMoveWindow: setNeedsDisplay:YES for the superview

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

21 years agoOS/2 fix
Václav Slavík [Mon, 18 Aug 2003 18:32:53 +0000 (18:32 +0000)] 
OS/2 fix

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

21 years ago* Implement GetValue() and SetValue().
David Elliott [Mon, 18 Aug 2003 18:27:48 +0000 (18:27 +0000)] 
* Implement GetValue() and SetValue().
* Send event when clicked.
* Implement radio button grouping.

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

21 years agoImplement GetValue() and SetValue() and send an event when clicked
David Elliott [Mon, 18 Aug 2003 18:21:46 +0000 (18:21 +0000)] 
Implement GetValue() and SetValue() and send an event when clicked

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

21 years agoFixed wxX11 compilo
Julian Smart [Mon, 18 Aug 2003 18:19:25 +0000 (18:19 +0000)] 
Fixed wxX11 compilo

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

21 years agoRTTI simplifications
Stefan Csomor [Mon, 18 Aug 2003 09:59:18 +0000 (09:59 +0000)] 
RTTI simplifications

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

21 years agortti api mods added
Stefan Csomor [Mon, 18 Aug 2003 09:57:02 +0000 (09:57 +0000)] 
rtti api mods added

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

21 years agoscope added for keyboard handler
Stefan Csomor [Mon, 18 Aug 2003 09:56:07 +0000 (09:56 +0000)] 
scope added for keyboard handler

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