]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
23 years agoAdded accessors for the sub-windows in the wxGrid.
Robin Dunn [Wed, 9 May 2001 22:31:17 +0000 (22:31 +0000)] 
Added accessors for the sub-windows in the wxGrid.

Added methods to get/set the pen width used for the current cell
highlight, bot normal and read-only.

Fixed (I think) the problem of the cell highlight leaving extra lines
behind when the grid lines are turned off

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

23 years agoFixed bug that prevented wxTreeCtrl.OnCompareItems from being called.
Robin Dunn [Wed, 9 May 2001 22:15:05 +0000 (22:15 +0000)] 
Fixed bug that prevented wxTreeCtrl.OnCompareItems from being called.

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

23 years agoUpdate on Client Size determinations
David Webster [Wed, 9 May 2001 13:33:18 +0000 (13:33 +0000)] 
Update on Client Size determinations

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

23 years agoMore scrolling support
David Webster [Wed, 9 May 2001 13:32:50 +0000 (13:32 +0000)] 
More scrolling support

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

23 years agofixed compilation
Vadim Zeitlin [Wed, 9 May 2001 10:19:13 +0000 (10:19 +0000)] 
fixed compilation

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

23 years agoFixing the GetClientsize to deal with OS/2's coordinate system.
David Webster [Wed, 9 May 2001 04:31:30 +0000 (04:31 +0000)] 
Fixing the GetClientsize to deal with OS/2's coordinate system.

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

23 years agofixed wxExecute + DDE bug (merged from 2.2)
Vadim Zeitlin [Wed, 9 May 2001 01:20:04 +0000 (01:20 +0000)] 
fixed wxExecute + DDE bug (merged from 2.2)

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

23 years agoswitched to new XPM code in wxMSW
Václav Slavík [Tue, 8 May 2001 22:44:34 +0000 (22:44 +0000)] 
switched to new XPM code in wxMSW

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

23 years agoapplied patch for runtime loading of hhctrl.ocx
Václav Slavík [Tue, 8 May 2001 22:38:33 +0000 (22:38 +0000)] 
applied patch for runtime loading of hhctrl.ocx
(wxCHMHelpController should work with all compilers, not only MSVC, now)

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

23 years agochanges update
Václav Slavík [Tue, 8 May 2001 22:30:51 +0000 (22:30 +0000)] 
changes update

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

23 years agoremoved wxUSE_XPM_IN_MSW from setup0.h
Václav Slavík [Tue, 8 May 2001 22:30:26 +0000 (22:30 +0000)] 
removed wxUSE_XPM_IN_MSW from setup0.h

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

23 years agoswitched to new XPM code in wxMSW
Václav Slavík [Tue, 8 May 2001 22:29:49 +0000 (22:29 +0000)] 
switched to new XPM code in wxMSW

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

23 years agodlg now centered
Václav Slavík [Tue, 8 May 2001 22:29:38 +0000 (22:29 +0000)] 
dlg now centered

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

23 years agoadded makefile.vc
Václav Slavík [Tue, 8 May 2001 22:29:27 +0000 (22:29 +0000)] 
added makefile.vc

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

23 years agoMSVC fixes for wxEditableListBox (still misteriously gives assertion failure when...
Václav Slavík [Tue, 8 May 2001 22:29:02 +0000 (22:29 +0000)] 
MSVC fixes for wxEditableListBox (still misteriously gives assertion failure when calling wxListCtrl::EditLabel)

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

23 years agofixed missing include
Václav Slavík [Tue, 8 May 2001 22:28:44 +0000 (22:28 +0000)] 
fixed missing include

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

23 years agoremoved MSVC libxpm makefiles
Václav Slavík [Tue, 8 May 2001 22:28:06 +0000 (22:28 +0000)] 
removed MSVC libxpm makefiles

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

23 years agoforgot to check in wxHtmlProcessor::IsEnabled test in wxHtmlWindow::SetPage
Václav Slavík [Tue, 8 May 2001 22:27:09 +0000 (22:27 +0000)] 
forgot to check in wxHtmlProcessor::IsEnabled test in wxHtmlWindow::SetPage

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

23 years agofixed typo in pragma implementation
Václav Slavík [Tue, 8 May 2001 22:26:58 +0000 (22:26 +0000)] 
fixed typo in pragma implementation

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

23 years agoadded wxHtmlProcessor test
Václav Slavík [Tue, 8 May 2001 22:26:39 +0000 (22:26 +0000)] 
added wxHtmlProcessor test

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

23 years agoadded wxLogError to wxCSConv so that it complains if the encoding is unknown
Václav Slavík [Tue, 8 May 2001 22:26:16 +0000 (22:26 +0000)] 
added wxLogError to wxCSConv so that it complains if the encoding is unknown

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

23 years agoremoved now obsoleted commented-out piece of code
Václav Slavík [Tue, 8 May 2001 22:25:33 +0000 (22:25 +0000)] 
removed now obsoleted commented-out piece of code

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

23 years agoShowFullScreen is not MSW-only anymore, updated docs and samples
Václav Slavík [Tue, 8 May 2001 22:25:17 +0000 (22:25 +0000)] 
ShowFullScreen is not MSW-only anymore, updated docs and samples

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

23 years agotest for mousewheel constants separatly
Robin Dunn [Tue, 8 May 2001 19:51:52 +0000 (19:51 +0000)] 
test for mousewheel constants separatly

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

23 years agoSmoe more details for the setup and installer scripts
Robin Dunn [Tue, 8 May 2001 19:27:48 +0000 (19:27 +0000)] 
Smoe more details for the setup and installer scripts

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

23 years agowxRadioBox fixed on mac
Stefan Csomor [Tue, 8 May 2001 19:13:45 +0000 (19:13 +0000)] 
wxRadioBox fixed on mac

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

23 years agofixed wxColour::operator==
Vadim Zeitlin [Tue, 8 May 2001 18:43:54 +0000 (18:43 +0000)] 
fixed wxColour::operator==

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

23 years agoadded const for Mac OS X compilation
Gilles Depeyrot [Tue, 8 May 2001 18:31:36 +0000 (18:31 +0000)] 
added const for Mac OS X compilation

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

23 years agoremoved useless file (notebmac.cpp is the one that is used)
Gilles Depeyrot [Tue, 8 May 2001 18:04:01 +0000 (18:04 +0000)] 
removed useless file (notebmac.cpp is the one that is used)

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

23 years agoRemoved wxXPMHandler
Julian Smart [Tue, 8 May 2001 16:54:22 +0000 (16:54 +0000)] 
Removed wxXPMHandler

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

23 years agochanged port handling
Stefan Csomor [Tue, 8 May 2001 16:08:09 +0000 (16:08 +0000)] 
changed port handling

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

23 years agoadded xpm
Stefan Csomor [Tue, 8 May 2001 15:59:03 +0000 (15:59 +0000)] 
added xpm

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

23 years agotry to autodetect Win32 macros
Vadim Zeitlin [Tue, 8 May 2001 15:12:00 +0000 (15:12 +0000)] 
try to autodetect Win32 macros

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

23 years agoadded CreateFromXpm method that uses image xpm decoder
Gilles Depeyrot [Tue, 8 May 2001 14:07:34 +0000 (14:07 +0000)] 
added CreateFromXpm method that uses image xpm decoder
use of the old xpm library code is conditionned by OBSOLETE_XPM_DATA_HANDLER
which is set be default under Classic Mac OS and not set under Mac OS X

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

23 years agoadded CreateFromXpm method
Gilles Depeyrot [Tue, 8 May 2001 14:01:50 +0000 (14:01 +0000)] 
added CreateFromXpm method

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

23 years agocorrected Mac OS X resource targets
Gilles Depeyrot [Tue, 8 May 2001 14:00:46 +0000 (14:00 +0000)] 
corrected Mac OS X resource targets

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

23 years agoadded definition/initialisation of static class member
Gilles Depeyrot [Tue, 8 May 2001 13:31:17 +0000 (13:31 +0000)] 
added definition/initialisation of static class member

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

23 years agoremoved duplicated friend declaration
Gilles Depeyrot [Tue, 8 May 2001 13:29:54 +0000 (13:29 +0000)] 
removed duplicated friend declaration

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

23 years agoupdated dead-strip linking
Stefan Csomor [Tue, 8 May 2001 11:55:54 +0000 (11:55 +0000)] 
updated dead-strip linking

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

23 years agoupdated opengl
Stefan Csomor [Tue, 8 May 2001 11:51:10 +0000 (11:51 +0000)] 
updated opengl

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

23 years agomac fixes part II
Stefan Csomor [Tue, 8 May 2001 11:49:20 +0000 (11:49 +0000)] 
mac fixes part II

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

23 years agoAdded "set new icon" menu item to taskbar sample; updated some makefiles
Julian Smart [Tue, 8 May 2001 10:11:24 +0000 (10:11 +0000)] 
Added "set new icon" menu item to taskbar sample; updated some makefiles

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

23 years agomac fixes
Stefan Csomor [Tue, 8 May 2001 07:29:46 +0000 (07:29 +0000)] 
mac fixes

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

23 years agofix setting colour for a listctrl item (merged from 2.2)
Vadim Zeitlin [Tue, 8 May 2001 02:21:18 +0000 (02:21 +0000)] 
fix setting colour for a listctrl item (merged from 2.2)

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

23 years agocorrect fix for Maximize() for hidden frames
Vadim Zeitlin [Tue, 8 May 2001 01:09:21 +0000 (01:09 +0000)] 
correct fix for Maximize() for hidden frames

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

23 years agoupdated generated sources for wxMSW
Robin Dunn [Tue, 8 May 2001 00:13:42 +0000 (00:13 +0000)] 
updated generated sources for wxMSW

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

23 years agoFixes for some changed stuff in wxHTML
Robin Dunn [Tue, 8 May 2001 00:08:55 +0000 (00:08 +0000)] 
Fixes for some changed stuff in wxHTML
Fixed an annoying ocmpiler warning in the generated code
Regenerated code for wxGTK

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

23 years agofixed iso8859-15 handling (backmerged from 2.2)
Vadim Zeitlin [Tue, 8 May 2001 00:03:46 +0000 (00:03 +0000)] 
fixed iso8859-15 handling (backmerged from 2.2)

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

23 years agosome updates for new methods, constants, etc.
Robin Dunn [Mon, 7 May 2001 22:30:26 +0000 (22:30 +0000)] 
some updates for new methods, constants, etc.

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

23 years agoMore scrolling work.
David Webster [Mon, 7 May 2001 22:17:12 +0000 (22:17 +0000)] 
More scrolling work.

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

23 years agosupport cygwin as synonim for cygwin32
Vadim Zeitlin [Mon, 7 May 2001 15:52:18 +0000 (15:52 +0000)] 
support cygwin as synonim for cygwin32

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

23 years agoGetSelection() always returns from <= to as wxMSW does
Vadim Zeitlin [Mon, 7 May 2001 15:08:38 +0000 (15:08 +0000)] 
GetSelection() always returns from <= to as wxMSW does

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

23 years agoSome makefile corrections
Julian Smart [Mon, 7 May 2001 14:37:53 +0000 (14:37 +0000)] 
Some makefile corrections

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

23 years agoMisc small mods
Julian Smart [Mon, 7 May 2001 09:57:45 +0000 (09:57 +0000)] 
Misc small mods

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

23 years agoSupport for scrolling
David Webster [Mon, 7 May 2001 04:17:46 +0000 (04:17 +0000)] 
Support for scrolling

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

23 years agooops, forgot to remove temporary debug printf...
Václav Slavík [Sun, 6 May 2001 22:22:47 +0000 (22:22 +0000)] 
oops, forgot to remove temporary debug printf...

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

23 years agowxTAB_TRAVERSAL is default style for wxPanels from XRC
Václav Slavík [Sun, 6 May 2001 22:22:39 +0000 (22:22 +0000)] 
wxTAB_TRAVERSAL is default style for wxPanels from XRC

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

23 years agoadded 'name' to wxEditableListBox ctor
Václav Slavík [Sun, 6 May 2001 22:22:30 +0000 (22:22 +0000)] 
added 'name' to wxEditableListBox ctor

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

23 years agoadded <accel> attribute to wxMenuItem
Václav Slavík [Sun, 6 May 2001 22:22:03 +0000 (22:22 +0000)] 
added <accel> attribute to wxMenuItem

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

23 years agoadded version saving to wxrcedit
Václav Slavík [Sun, 6 May 2001 22:21:43 +0000 (22:21 +0000)] 
added version saving to wxrcedit

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

23 years agoadded version information to XML resources
Václav Slavík [Sun, 6 May 2001 22:21:33 +0000 (22:21 +0000)] 
added version information to XML resources

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

23 years agofixed typo that caused incorrect if there was only one book
Václav Slavík [Sun, 6 May 2001 22:21:18 +0000 (22:21 +0000)] 
fixed typo that caused incorrect if there was only one book

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

23 years agofixed loading of resource from zip files (now handles both .xrc and binary .xmb files)
Václav Slavík [Sun, 6 May 2001 22:21:05 +0000 (22:21 +0000)] 
fixed loading of resource from zip files (now handles both .xrc and binary .xmb files)

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

23 years agoadded clientcontext variable to Open Transport initialisation
Gilles Depeyrot [Sun, 6 May 2001 18:58:51 +0000 (18:58 +0000)] 
added clientcontext variable to Open Transport initialisation

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

23 years agoapplied correction from Marc Newsam in calculations of linesize
Gilles Depeyrot [Sun, 6 May 2001 18:51:22 +0000 (18:51 +0000)] 
applied correction from Marc Newsam in calculations of linesize
tested with the image sample which now produces expected results

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

23 years ago Made the applet code compile under GTK.
Robert Roebling [Sun, 6 May 2001 17:41:54 +0000 (17:41 +0000)] 
  Made the applet code compile under GTK.

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

23 years agoAdded Codewarrior project files for jpeg, png, tiff, and zlib.
Unknown (DM) [Sun, 6 May 2001 05:15:41 +0000 (05:15 +0000)] 
Added Codewarrior project files for jpeg, png, tiff, and zlib.

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

23 years agoMouseWheel stuff
Robin Dunn [Sun, 6 May 2001 05:03:24 +0000 (05:03 +0000)] 
MouseWheel stuff
Added wxToggleButton
other odds and ends

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

23 years agoAdded MouseWheel support to wxSTC
Robin Dunn [Sun, 6 May 2001 01:20:41 +0000 (01:20 +0000)] 
Added MouseWheel support to wxSTC

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

23 years agofixed typo
Robin Dunn [Sun, 6 May 2001 00:26:05 +0000 (00:26 +0000)] 
fixed typo

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

23 years agoFixed HandleMouseWheel to be __WIN32__ sensitive
Robin Dunn [Sun, 6 May 2001 00:25:03 +0000 (00:25 +0000)] 
Fixed HandleMouseWheel to be __WIN32__ sensitive

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

23 years agoupdated VC makefiles to compile expat
Václav Slavík [Sat, 5 May 2001 18:06:16 +0000 (18:06 +0000)] 
updated VC makefiles to compile expat

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

23 years agoreverted the hack for accepting broken HHC files (new wxHF_xxxx flags provide same...
Václav Slavík [Sat, 5 May 2001 18:06:05 +0000 (18:06 +0000)] 
reverted the hack for accepting broken HHC files (new wxHF_xxxx flags provide same features)

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

23 years agoadded new wxHF_xxxx contants to control wxHtmlHelpFrame's appearance (book icons...
Václav Slavík [Sat, 5 May 2001 18:05:57 +0000 (18:05 +0000)] 
added new wxHF_xxxx contants to control wxHtmlHelpFrame's appearance (book icons in contents)

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

23 years agoupdated to show new wxHF_xxxx contants
Václav Slavík [Sat, 5 May 2001 18:05:24 +0000 (18:05 +0000)] 
updated to show new wxHF_xxxx contants

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

23 years agoadded new gizmo: wxEditableListBox
Václav Slavík [Sat, 5 May 2001 18:05:12 +0000 (18:05 +0000)] 
added new gizmo: wxEditableListBox

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

23 years agofixed typo
Václav Slavík [Sat, 5 May 2001 18:04:22 +0000 (18:04 +0000)] 
fixed typo

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

23 years agominor change: buf[(size_t)pos] instead of buf.c_str()[pos]
Václav Slavík [Sat, 5 May 2001 18:04:13 +0000 (18:04 +0000)] 
minor change: buf[(size_t)pos] instead of buf.c_str()[pos]

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

23 years ago1. changed AddSharedProcessor to AddGlobalProcessor
Václav Slavík [Fri, 4 May 2001 23:54:01 +0000 (23:54 +0000)] 
1. changed AddSharedProcessor to AddGlobalProcessor
2. Added wxHtmlProcessor::Enable and IsEnabled
3. fixed fatal bug in wxHtmlWindow::Add[Global]Processor

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

23 years agoapplied patch #421410:
Václav Slavík [Fri, 4 May 2001 23:53:03 +0000 (23:53 +0000)] 
applied patch #421410:
1. Mingw and BCC makefiles
2. compilation fixes

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

23 years agoadded wxHtmlHelpController::GetHelpData and removed SetBookBasePath (you can use...
Václav Slavík [Fri, 4 May 2001 23:52:46 +0000 (23:52 +0000)] 
added wxHtmlHelpController::GetHelpData and removed SetBookBasePath (you can use GetHelpData() for same effect)

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

23 years agoAdded the Carbon precompiled headers
Unknown (DM) [Fri, 4 May 2001 23:36:56 +0000 (23:36 +0000)] 
Added the Carbon precompiled headers

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

23 years agoKeeping these somewhat up to date
David Webster [Fri, 4 May 2001 19:45:10 +0000 (19:45 +0000)] 
Keeping these somewhat up to date

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

23 years agoGot a new version of StructuredText from Zope's CVS.
Robin Dunn [Fri, 4 May 2001 18:28:27 +0000 (18:28 +0000)] 
Got a new version of StructuredText from Zope's CVS.

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

23 years ago*** empty log message ***
Julian Smart [Fri, 4 May 2001 14:50:17 +0000 (14:50 +0000)] 
*** empty log message ***

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

23 years agoReferred reader to install.txt files.
Julian Smart [Fri, 4 May 2001 14:16:59 +0000 (14:16 +0000)] 
Referred reader to install.txt files.

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

23 years agoAdded mac.rsp, zipmac.bat
Julian Smart [Fri, 4 May 2001 10:31:08 +0000 (10:31 +0000)] 
Added mac.rsp, zipmac.bat

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

23 years agoRedirected mouse wheel events from the child grid windows to the
Robin Dunn [Fri, 4 May 2001 07:28:32 +0000 (07:28 +0000)] 
Redirected mouse wheel events from the child grid windows to the
wxGrid so the default behaviour in wxScrolledWindow can take care of
it.

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

23 years agoAdded mouse wheel support for MSW. It generates a wxMouseEvent with a
Robin Dunn [Fri, 4 May 2001 07:26:30 +0000 (07:26 +0000)] 
Added mouse wheel support for MSW.  It generates a wxMouseEvent with a
type of wxEVT_MOUSEWHEEL.

wxMouseEvent has new members and accessors to transport mouse wheel
rotation data.  New members and accessors are documented.

wxGenericScrolledWindow modified to turn mouse wheel events into
scroll actions.

Added wxUSE_MOUSEWHEEL to setup0.h to allow disabling the platform
specific parts.

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

23 years agoFixed Windows DLL link problems with wxHtmlProcessor
Kendall Bennett [Thu, 3 May 2001 20:34:23 +0000 (20:34 +0000)] 
Fixed Windows DLL link problems with wxHtmlProcessor

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

23 years agoMoved wxApplet files to the correct locations.
Kendall Bennett [Thu, 3 May 2001 20:10:52 +0000 (20:10 +0000)] 
Moved wxApplet files to the correct locations.

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

23 years agoOS/2 fix in setdrive.
David Webster [Thu, 3 May 2001 17:43:18 +0000 (17:43 +0000)] 
OS/2 fix in setdrive.

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

23 years agoRemoved tabs from applet sample code.
Kendall Bennett [Thu, 3 May 2001 17:33:55 +0000 (17:33 +0000)] 
Removed tabs from applet sample code.

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

23 years agoRemoved tabs from applet code.
Kendall Bennett [Thu, 3 May 2001 17:33:16 +0000 (17:33 +0000)] 
Removed tabs from applet code.

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

23 years agoRemoved applet code from src directory
Kendall Bennett [Thu, 3 May 2001 17:28:32 +0000 (17:28 +0000)] 
Removed applet code from src directory

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

23 years agoMoved applet code into contrib.
Kendall Bennett [Thu, 3 May 2001 17:20:52 +0000 (17:20 +0000)] 
Moved applet code into contrib.

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

23 years agofix InsertSeparator() (patch 420987)
Vadim Zeitlin [Thu, 3 May 2001 14:41:24 +0000 (14:41 +0000)] 
fix InsertSeparator() (patch 420987)

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

23 years agoChanged WXUNUSED to WXUNUSED_UNLESS_DEBUG
Robin Dunn [Wed, 2 May 2001 23:35:06 +0000 (23:35 +0000)] 
Changed WXUNUSED to WXUNUSED_UNLESS_DEBUG

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

23 years agoswitched wxXML to expat parser ; some minor formatting mods
Václav Slavík [Wed, 2 May 2001 23:09:55 +0000 (23:09 +0000)] 
switched wxXML to expat parser ; some minor formatting mods

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

23 years ago1) some cleanup in wxHtmlWindow, moved private structures out of headers
Václav Slavík [Wed, 2 May 2001 23:08:47 +0000 (23:08 +0000)] 
1) some cleanup in wxHtmlWindow, moved private structures out of headers
2) added wxHtmlProcessor

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