]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years ago Committing in .
Jouk Jansen [Thu, 12 Jun 2003 11:28:16 +0000 (11:28 +0000)] 
 Committing in .

 OpenVMS compile issues

 Modified Files:
  wxWindows/include/wx/vms_x_fix.h
  wxWindows/samples/image/image.cpp
  wxWindows/src/generic/descrip.mms
  wxWindows/src/motif/clipbrd.cpp
  wxWindows/src/motif/combobox.cpp
  wxWindows/src/motif/scrolbar.cpp
 ----------------------------------------------------------------------

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

21 years agoadded missing selstore.cpp
Vadim Zeitlin [Thu, 12 Jun 2003 08:54:28 +0000 (08:54 +0000)] 
added missing selstore.cpp

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

21 years agofixed warnings about assigning literal strings to char *
Vadim Zeitlin [Wed, 11 Jun 2003 22:21:42 +0000 (22:21 +0000)] 
fixed warnings about assigning literal strings to char *

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

21 years agoWriteString() doesn't append EOL automatically
Vadim Zeitlin [Wed, 11 Jun 2003 22:02:05 +0000 (22:02 +0000)] 
WriteString() doesn't append EOL automatically

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

21 years agodon't ignore wxLC_NO_HEADER style when inserting first column
Vadim Zeitlin [Wed, 11 Jun 2003 21:58:55 +0000 (21:58 +0000)] 
don't ignore wxLC_NO_HEADER style when inserting first column

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

21 years agoapplied SF patch #752538 to implement wxGetOSDirectory() for Mac
Gilles Depeyrot [Wed, 11 Jun 2003 18:17:56 +0000 (18:17 +0000)] 
applied SF patch #752538 to implement wxGetOSDirectory() for Mac

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

21 years agofix SF bug report 751351
Chris Elliott [Wed, 11 Jun 2003 14:44:43 +0000 (14:44 +0000)] 
fix SF bug report 751351

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

21 years agoAllow for multiple CHM controllers in app (don't leak dynamic libs)
Julian Smart [Wed, 11 Jun 2003 14:15:36 +0000 (14:15 +0000)] 
Allow for multiple CHM controllers in app (don't leak dynamic libs)

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

21 years agotrigraph warning fixed
Vadim Zeitlin [Wed, 11 Jun 2003 12:18:46 +0000 (12:18 +0000)] 
trigraph warning fixed

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

21 years agomulti selection test
Vadim Zeitlin [Wed, 11 Jun 2003 11:55:06 +0000 (11:55 +0000)] 
multi selection test

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

21 years agoremoved countItems parameter from ctor -- doesn't work anyhow
Vadim Zeitlin [Wed, 11 Jun 2003 11:47:09 +0000 (11:47 +0000)] 
removed countItems parameter from ctor -- doesn't work anyhow

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

21 years agoimplemented multiple selection
Vadim Zeitlin [Wed, 11 Jun 2003 11:40:37 +0000 (11:40 +0000)] 
implemented multiple selection

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

21 years agoadded RefreshLines()
Vadim Zeitlin [Wed, 11 Jun 2003 11:37:52 +0000 (11:37 +0000)] 
added RefreshLines()

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

21 years agoremoved duplicate code from SetData(), just call AddData()
Vadim Zeitlin [Wed, 11 Jun 2003 11:36:45 +0000 (11:36 +0000)] 
removed duplicate code from SetData(), just call AddData()

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

21 years agomade CopySelection() always available (otherwise it wouldn't compile when wxUSE_CLIPB...
Vadim Zeitlin [Wed, 11 Jun 2003 11:34:44 +0000 (11:34 +0000)] 
made CopySelection() always available (otherwise it wouldn't compile when wxUSE_CLIPBOARD == 0); copy double/triple clicked selection to primary X11 clipboard under Unix as well; minor code cleanup

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

21 years agomerged the confllict resolution (I've fixed the m_format bug independently); no real...
Vadim Zeitlin [Wed, 11 Jun 2003 11:34:26 +0000 (11:34 +0000)] 
merged the confllict resolution (I've fixed the m_format bug independently); no real changes

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

21 years agoa hack to make copying double clicked words to clipboard work
Vadim Zeitlin [Wed, 11 Jun 2003 11:33:48 +0000 (11:33 +0000)] 
a hack to make copying double clicked words to clipboard work

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

21 years agoAdd back #endif
Julian Smart [Wed, 11 Jun 2003 11:11:34 +0000 (11:11 +0000)] 
Add back #endif

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

21 years agomade GetType() inline
Vadim Zeitlin [Wed, 11 Jun 2003 11:02:04 +0000 (11:02 +0000)] 
made GetType() inline

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

21 years agoadded selstore.(h|cpp)
Vadim Zeitlin [Wed, 11 Jun 2003 11:00:09 +0000 (11:00 +0000)] 
added selstore.(h|cpp)

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

21 years agoextracted wxSelectionStore in a separate file
Vadim Zeitlin [Wed, 11 Jun 2003 10:49:53 +0000 (10:49 +0000)] 
extracted wxSelectionStore in a separate file

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

21 years agotry to determine the correct SOCKLEN_T value harder
Vadim Zeitlin [Wed, 11 Jun 2003 10:48:43 +0000 (10:48 +0000)] 
try to determine the correct SOCKLEN_T value harder

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

21 years agoRemoving vestiges of wxUSE_NEW_GRID
Julian Smart [Wed, 11 Jun 2003 10:03:57 +0000 (10:03 +0000)] 
Removing vestiges of wxUSE_NEW_GRID

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

21 years agocorrected error in last fix for insert items
Stefan Csomor [Wed, 11 Jun 2003 08:34:07 +0000 (08:34 +0000)] 
corrected error in last fix for insert items

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

21 years agoEnsure that a wxMenuItem's parent menu is updated if it is removed
Robin Dunn [Tue, 10 Jun 2003 23:48:46 +0000 (23:48 +0000)] 
Ensure that a wxMenuItem's parent menu is updated if it is removed
from one and added to another menu.

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

21 years agofixed Content-Type lookup
Václav Slavík [Tue, 10 Jun 2003 21:23:53 +0000 (21:23 +0000)] 
fixed Content-Type lookup

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

21 years agoApple #pragma implementation fix (Yes, some of us do compile wxGTK on OS X)
David Elliott [Mon, 9 Jun 2003 18:33:02 +0000 (18:33 +0000)] 
Apple #pragma implementation fix (Yes, some of us do compile wxGTK on OS X)

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

21 years agoFixed Refresh to clip update rectangles to the visible area of a
Stefan Neis [Mon, 9 Jun 2003 18:27:31 +0000 (18:27 +0000)] 
Fixed Refresh to clip update rectangles to the visible area of a
        (scrolled) window. If there are many invisible/partly visible
        rectangles in the update region GTK+-1.2.10 starts complaining
        about bad match errors and soon crashes.
Change corresponds to changes on WX_2_4_BRANCH from 1.408.2.21 to 1.408.2.24.

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

21 years agoMoved include to wx/module.h out of #ifndef WX_PRECOMP.
Stefan Neis [Mon, 9 Jun 2003 17:33:39 +0000 (17:33 +0000)] 
Moved include to wx/module.h out of #ifndef WX_PRECOMP.

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

21 years agocompilation fix for VisualAge C++
Václav Slavík [Mon, 9 Jun 2003 17:06:40 +0000 (17:06 +0000)] 
compilation fix for VisualAge C++

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

21 years agoMoved include to wx/module.h out of #ifndef WX_PRECOMP.
Stefan Neis [Mon, 9 Jun 2003 16:35:12 +0000 (16:35 +0000)] 
Moved include to wx/module.h out of #ifndef WX_PRECOMP.

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

21 years agoFixed typos as reported by Adrian Gschwend.
Stefan Neis [Mon, 9 Jun 2003 16:27:04 +0000 (16:27 +0000)] 
Fixed typos as reported by Adrian Gschwend.

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

21 years agoOnly bring the window to the top in Show() if we're a top-level
Julian Smart [Sun, 8 Jun 2003 23:56:27 +0000 (23:56 +0000)] 
Only bring the window to the top in Show() if we're a top-level
window, else we mess up z-order/tab order

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

21 years agocorrected include for Apple's Dev Tools
Stefan Csomor [Sun, 8 Jun 2003 21:39:33 +0000 (21:39 +0000)] 
corrected include for Apple's Dev Tools

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

21 years ago wxMessageDialog and ::wxMessageBox don't support wxCENTRE: remove
Mattia Barbon [Sun, 8 Jun 2003 18:20:24 +0000 (18:20 +0000)] 
  wxMessageDialog and ::wxMessageBox don't support wxCENTRE: remove
it from documentation.

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

21 years agoAdded shaped sample copying
Julian Smart [Sun, 8 Jun 2003 17:49:49 +0000 (17:49 +0000)] 
Added shaped sample copying

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

21 years agoRestored Objective-C typesafety while retaining proper C++ name mangling
David Elliott [Sun, 8 Jun 2003 03:25:42 +0000 (03:25 +0000)] 
Restored Objective-C typesafety while retaining proper C++ name mangling

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

21 years agoMention RFC 1738, in particular file://hostname/path/to/file
David Elliott [Sun, 8 Jun 2003 01:58:10 +0000 (01:58 +0000)] 
Mention RFC 1738, in particular file://hostname/path/to/file

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

21 years agouse 'I' cursor when over text
Václav Slavík [Sat, 7 Jun 2003 23:31:21 +0000 (23:31 +0000)] 
use 'I' cursor when over text

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

21 years agoGetId was accessing the m_format var incorrectly
Stefan Csomor [Sat, 7 Jun 2003 21:55:19 +0000 (21:55 +0000)] 
GetId was accessing the m_format var incorrectly

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

21 years agoAccepts Focus was incorrectly returning FALSE for a panel w/o children on mac because...
Stefan Csomor [Sat, 7 Jun 2003 21:40:32 +0000 (21:40 +0000)] 
Accepts Focus was incorrectly returning FALSE for a panel w/o children on mac because of the two implicit scrollbars...

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

21 years agocast correction Profiler
Stefan Csomor [Sat, 7 Jun 2003 21:04:00 +0000 (21:04 +0000)] 
cast correction Profiler

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

21 years agocleanup
Stefan Csomor [Sat, 7 Jun 2003 21:02:06 +0000 (21:02 +0000)] 
cleanup

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

21 years agoMacHandleControlClick extended by mouseStillDown state for supporting things like...
Stefan Csomor [Sat, 7 Jun 2003 20:58:38 +0000 (20:58 +0000)] 
MacHandleControlClick extended by mouseStillDown state for supporting things like THUMBRELEASE

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

21 years agochanging inheritance and delegation
Stefan Csomor [Sat, 7 Jun 2003 20:34:29 +0000 (20:34 +0000)] 
changing inheritance and delegation

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

21 years agoadapting MacHandleControlClick to know about mouse state
Stefan Csomor [Sat, 7 Jun 2003 20:29:57 +0000 (20:29 +0000)] 
adapting MacHandleControlClick to know about mouse state

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

21 years agorevert my last change
Robin Dunn [Sat, 7 Jun 2003 15:54:41 +0000 (15:54 +0000)] 
revert my last change

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

21 years agoprintf() format warrning fix
Vadim Zeitlin [Sat, 7 Jun 2003 14:39:15 +0000 (14:39 +0000)] 
printf() format warrning fix

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

21 years agoApplied patch [ 748638 ] wxDos2UnixFilename for unicode
Julian Smart [Sat, 7 Jun 2003 13:55:43 +0000 (13:55 +0000)] 
Applied patch [ 748638 ] wxDos2UnixFilename for unicode

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

21 years agoReports suggest that _sometimes_ WS_VSCROLL/WS_HSCROLL
Julian Smart [Sat, 7 Jun 2003 13:22:34 +0000 (13:22 +0000)] 
Reports suggest that _sometimes_ WS_VSCROLL/WS_HSCROLL
are needed. So map wxVSCROLL/wxHSCROLL to these.

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

21 years agoDoGiveHelp() should be defined even if !wxUSE_STATUSBAR
Vadim Zeitlin [Sat, 7 Jun 2003 12:40:34 +0000 (12:40 +0000)] 
DoGiveHelp() should be defined even if !wxUSE_STATUSBAR

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

21 years agono changes
Vadim Zeitlin [Sat, 7 Jun 2003 11:19:28 +0000 (11:19 +0000)] 
no changes

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

21 years ago Make changes to configure to fix mbug noted by David Elliot .
Roger Gammans [Sat, 7 Jun 2003 10:52:20 +0000 (10:52 +0000)] 
 Make changes to configure to fix mbug noted by David Elliot .
  (fix is based on david's patch ).
 Add odbc library status to the summary provided by configure.

 Fix typo it prologio test.

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

21 years agoTypo fixed
Julian Smart [Sat, 7 Jun 2003 10:12:53 +0000 (10:12 +0000)] 
Typo fixed

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

21 years agoFix for [ 748805 ] Assert failure for specified situation in samples/controls
Julian Smart [Sat, 7 Jun 2003 09:59:38 +0000 (09:59 +0000)] 
Fix for [ 748805 ] Assert failure for specified situation in samples/controls

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

21 years agoPlace m_lastDoubleClick initialization inside existing #if wxUSE_CLIPBOARD
David Elliott [Sat, 7 Jun 2003 02:20:20 +0000 (02:20 +0000)] 
Place m_lastDoubleClick initialization inside existing #if wxUSE_CLIPBOARD

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

21 years agoAdded #if wxUSE_DATAOBJ guard around header
David Elliott [Sat, 7 Jun 2003 02:16:44 +0000 (02:16 +0000)] 
Added #if wxUSE_DATAOBJ guard around header

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

21 years agoAdded stub for the new pure virtual DoInsert method
David Elliott [Sat, 7 Jun 2003 01:38:13 +0000 (01:38 +0000)] 
Added stub for the new pure virtual DoInsert method

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

21 years agoinclude "wx/module.h" for wxModule
David Elliott [Sat, 7 Jun 2003 01:34:17 +0000 (01:34 +0000)] 
include "wx/module.h" for wxModule

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

21 years agofix so wxMenu::InsertItem actually inserts rather than overwrites
Robin Dunn [Fri, 6 Jun 2003 23:46:36 +0000 (23:46 +0000)] 
fix so wxMenu::InsertItem actually inserts rather than overwrites

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

21 years agoJust silently return NULL like the other ports
Robin Dunn [Fri, 6 Jun 2003 23:15:50 +0000 (23:15 +0000)] 
Just silently return NULL like the other ports

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

21 years agoDon't get picky about unicode mode. Scintilla doesn't set the mode
Robin Dunn [Fri, 6 Jun 2003 21:34:00 +0000 (21:34 +0000)] 
Don't get picky about unicode mode.  Scintilla doesn't set the mode
for calltip windows anyway.

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

21 years agoInclude module.h
Julian Smart [Fri, 6 Jun 2003 16:32:40 +0000 (16:32 +0000)] 
Include module.h

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

21 years agotypo in the event type name
Vadim Zeitlin [Fri, 6 Jun 2003 15:40:15 +0000 (15:40 +0000)] 
typo in the event type name

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

21 years agoFixed usage
Julian Smart [Fri, 6 Jun 2003 10:46:59 +0000 (10:46 +0000)] 
Fixed usage

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

21 years agoPut terminating NUL in the buffer since MB2WC doesn't do it.
Robin Dunn [Fri, 6 Jun 2003 00:43:21 +0000 (00:43 +0000)] 
Put terminating NUL in the buffer since MB2WC doesn't do it.

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

21 years agoadded wxHW_NO_SELECTION
Václav Slavík [Thu, 5 Jun 2003 21:33:56 +0000 (21:33 +0000)] 
added wxHW_NO_SELECTION

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

21 years agodocumented wxHW_NO_SELECTION
Václav Slavík [Thu, 5 Jun 2003 21:32:56 +0000 (21:32 +0000)] 
documented wxHW_NO_SELECTION

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

21 years agoReverted the warning fix since it breaks MinGW
Julian Smart [Thu, 5 Jun 2003 20:33:17 +0000 (20:33 +0000)] 
Reverted the warning fix since it breaks MinGW

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

21 years agoadded line selection
Václav Slavík [Thu, 5 Jun 2003 20:30:56 +0000 (20:30 +0000)] 
added line selection

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

21 years agoadded text selection
Václav Slavík [Thu, 5 Jun 2003 20:30:22 +0000 (20:30 +0000)] 
added text selection

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

21 years ago Add missing header for wxMotif.
Mattia Barbon [Thu, 5 Jun 2003 18:11:45 +0000 (18:11 +0000)] 
  Add missing header for wxMotif.

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

21 years agoFixed compile warning.
Julian Smart [Thu, 5 Jun 2003 16:08:40 +0000 (16:08 +0000)] 
Fixed compile warning.

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

21 years agoDisable non-standard notebook styles if CommCtl doesn't support them.
Julian Smart [Thu, 5 Jun 2003 13:35:50 +0000 (13:35 +0000)] 
Disable non-standard notebook styles if CommCtl doesn't support them.

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

21 years agoFixed bug [ 749471 ] wxDocument with no command processor
Julian Smart [Thu, 5 Jun 2003 12:03:47 +0000 (12:03 +0000)] 
Fixed bug [ 749471 ] wxDocument with no command processor

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

21 years agoFixed native dialog bug
Julian Smart [Thu, 5 Jun 2003 10:57:59 +0000 (10:57 +0000)] 
Fixed native dialog bug

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

21 years agodoubleclick selects word
Václav Slavík [Wed, 4 Jun 2003 21:42:34 +0000 (21:42 +0000)] 
doubleclick selects word

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

21 years agocasts correction
Stefan Csomor [Wed, 4 Jun 2003 21:26:50 +0000 (21:26 +0000)] 
casts correction

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

21 years agomoving / sizing patch applied
Stefan Csomor [Wed, 4 Jun 2003 21:16:43 +0000 (21:16 +0000)] 
moving / sizing patch applied

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

21 years agosupport undo patch applied
Stefan Csomor [Wed, 4 Jun 2003 21:14:16 +0000 (21:14 +0000)] 
support undo patch applied

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

21 years agowxHtmlWindow uses double buffering now
Václav Slavík [Wed, 4 Jun 2003 19:03:56 +0000 (19:03 +0000)] 
wxHtmlWindow uses double buffering now

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

21 years agoadded selecting-while-dragging
Václav Slavík [Wed, 4 Jun 2003 18:17:04 +0000 (18:17 +0000)] 
added selecting-while-dragging

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

21 years agoDon't divide by zero.
Julian Smart [Wed, 4 Jun 2003 12:53:03 +0000 (12:53 +0000)] 
Don't divide by zero.

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

21 years agomade wxNativePixelFormat usable under Mac
Vadim Zeitlin [Wed, 4 Jun 2003 00:50:18 +0000 (00:50 +0000)] 
made wxNativePixelFormat usable under Mac

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

21 years agocompilation warnings fixed
Vadim Zeitlin [Wed, 4 Jun 2003 00:49:18 +0000 (00:49 +0000)] 
compilation warnings fixed

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

21 years agofixed bug in selection style if selection colours is not constant
Václav Slavík [Wed, 4 Jun 2003 00:18:22 +0000 (00:18 +0000)] 
fixed bug in selection style if selection colours is not constant

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

21 years agonew rendering customization api fixes
Václav Slavík [Tue, 3 Jun 2003 23:32:10 +0000 (23:32 +0000)] 
new rendering customization api fixes

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

21 years agodocumented RefreshAll()
Vadim Zeitlin [Tue, 3 Jun 2003 23:24:01 +0000 (23:24 +0000)] 
documented RefreshAll()

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

21 years agocompilation fixed after recent wxHTML changes
Vadim Zeitlin [Tue, 3 Jun 2003 23:13:41 +0000 (23:13 +0000)] 
compilation fixed after recent wxHTML changes

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

21 years agosigned/unsigned comparison warning fixed
Vadim Zeitlin [Tue, 3 Jun 2003 23:10:51 +0000 (23:10 +0000)] 
signed/unsigned comparison warning fixed

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

21 years ago(hopefully) finished subcell selection
Václav Slavík [Tue, 3 Jun 2003 23:07:52 +0000 (23:07 +0000)] 
(hopefully) finished subcell selection

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

21 years agonew rendering customization API for Vadim
Václav Slavík [Tue, 3 Jun 2003 23:04:59 +0000 (23:04 +0000)] 
new rendering customization API for Vadim

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

21 years agodon't ignore cache hints with from == to
Vadim Zeitlin [Tue, 3 Jun 2003 21:22:35 +0000 (21:22 +0000)] 
don't ignore cache hints with from == to

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

21 years agonew rendering customization API for Vadim
Václav Slavík [Tue, 3 Jun 2003 21:22:08 +0000 (21:22 +0000)] 
new rendering customization API for Vadim

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

21 years agofeeds missed key events back to the control
Stefan Csomor [Tue, 3 Jun 2003 20:32:59 +0000 (20:32 +0000)] 
feeds missed key events back to the control

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

21 years agocorrecting lookup of equal names in different modules
Stefan Csomor [Tue, 3 Jun 2003 20:21:12 +0000 (20:21 +0000)] 
correcting lookup of equal names in different modules

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

21 years agofixed the channel order for Mac (alpha comes first)
Vadim Zeitlin [Tue, 3 Jun 2003 18:52:57 +0000 (18:52 +0000)] 
fixed the channel order for Mac (alpha comes first)

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

21 years agono changes
Vadim Zeitlin [Tue, 3 Jun 2003 18:49:49 +0000 (18:49 +0000)] 
no changes

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

21 years agoMac compilation warnings
Vadim Zeitlin [Tue, 3 Jun 2003 18:47:53 +0000 (18:47 +0000)] 
Mac compilation warnings

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

21 years agoPhase 2 of line ending conversion.
Julian Smart [Tue, 3 Jun 2003 16:32:30 +0000 (16:32 +0000)] 
Phase 2 of line ending conversion.

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