]>
git.saurik.com Git - wxWidgets.git/log
David Elliott [Thu, 12 Jun 2003 13:41:05 +0000 (13:41 +0000)]
Make wxMDIParentFrame a regular top level window
- Override DoGetClientSize for wxMDIClientWindow instead of wxMDIParentFrame
- Do not override OnSize for wxMDIParentFrame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21075
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Thu, 12 Jun 2003 12:32:22 +0000 (12:32 +0000)]
fix Borland makefile for xrc as per SF report 747099
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21074
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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