Vadim Zeitlin
|
9ac1d38b32
|
removed duplicate typedef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-01 11:24:30 +00:00 |
|
Vadim Zeitlin
|
761989ffb5
|
Vain attempts to make kbd navigation work inside find/replace dialog - it
still doesn't. But at least the dialog itself does work now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-01 02:29:35 +00:00 |
|
Václav Slavík
|
711c76db49
|
wxWindowBase remembers title/label now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-31 22:44:30 +00:00 |
|
Václav Slavík
|
b2a19d941d
|
wxMGL compilation fix that I forgot to chekc in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-31 22:36:29 +00:00 |
|
Václav Slavík
|
3d474bbc2a
|
friend class fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-31 22:36:00 +00:00 |
|
Václav Slavík
|
c7e9e7584f
|
fixed friend class declaration (why the hell did somebody fix it only for his compiler?!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-31 22:34:52 +00:00 |
|
Robin Dunn
|
8215f84b5c
|
Fixed "Failed to set clipboard data. (error 1418: thread does not have
a clipboard open.)" error when using wxTextCtrl::Replace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-31 21:30:30 +00:00 |
|
Vadim Zeitlin
|
c41b00c9f5
|
started applying patch 410826
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-31 21:29:36 +00:00 |
|
David Webster
|
834999c248
|
Added regex to the build. New .def file for .dll builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-31 20:57:01 +00:00 |
|
David Webster
|
03d32695dd
|
TRUE instead of true
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-31 20:56:17 +00:00 |
|
Vadim Zeitlin
|
817ec43a71
|
fixed compilation [warning]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-31 17:58:21 +00:00 |
|
Vadim Zeitlin
|
ad0bae85d8
|
declare and define wxEVT_COMMAND_TEXT_UPDATED even if wxUSE_TEXTCTRL == 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-31 17:56:45 +00:00 |
|
Kendall Bennett
|
d699f48ba3
|
Latest updates from SciTech code tree including numerous warning fixes for
the Watcom and other compilers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-31 17:50:16 +00:00 |
|
Robin Dunn
|
ac6f6ffccf
|
Applied patch #445873
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-30 21:37:56 +00:00 |
|
Vadim Zeitlin
|
9cd6d737d5
|
1. made ScrollLines/Pages return bool indicating if we scrolled till the
end or not
2. implemented them for wxGTK text ctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-30 15:22:38 +00:00 |
|
Vadim Zeitlin
|
68a9ef0ef0
|
eliminated flicker when selecting items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-30 13:47:22 +00:00 |
|
Vadim Zeitlin
|
78bcfcfcb6
|
compilation fixes for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-30 11:18:12 +00:00 |
|
Vadim Zeitlin
|
c0cdd6ccd0
|
implemented ScrollLines/Pages; fixed bug in Thaw()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-29 23:00:27 +00:00 |
|
Vadim Zeitlin
|
70e8189368
|
documented ScrollLines/Pages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-29 22:51:06 +00:00 |
|
Vadim Zeitlin
|
b9b3393e48
|
added ScrollLines/Pages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-29 22:47:40 +00:00 |
|
Vadim Zeitlin
|
c57e33394c
|
1. added wxTE_AUTO_URL style and support for it under Win32 (and brief
mention in docs and tests in the sample)
2. moved wxTextCtrl-specific stuff from defs.h/event.h to textctrl.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-29 22:40:21 +00:00 |
|
Vadim Zeitlin
|
94589c3f4f
|
compilation fix for recent commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-29 22:20:50 +00:00 |
|
Vadim Zeitlin
|
a0e449ff41
|
added Freeze/Thaw implementation for Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-29 21:22:12 +00:00 |
|
Robin Dunn
|
4f3449b432
|
Added context help stuff to wxPython
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-29 03:06:02 +00:00 |
|
Václav Slavík
|
d32cad2cce
|
wxMGL compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-28 22:40:02 +00:00 |
|
Václav Slavík
|
386c70583a
|
wxMGL compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-28 22:39:51 +00:00 |
|
Robin Dunn
|
10be44acb0
|
Various tweaks, fixes, and additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-28 03:29:34 +00:00 |
|
Robin Dunn
|
3a0958b165
|
Various tweaks, fixes, and additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-28 03:12:32 +00:00 |
|
Robin Dunn
|
5597b61e54
|
Fixed resource leak for wxListItem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-28 03:10:39 +00:00 |
|
Robin Dunn
|
30cd05ed0e
|
The installer should also check HKCU for the python install dir, since
ActivePython will use that key.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-28 03:07:18 +00:00 |
|
Robin Dunn
|
2f9be7879e
|
A couple fixes for the demo, and some code to show a bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-28 03:06:02 +00:00 |
|
Robin Dunn
|
afc2b641d3
|
A couple off-by-one fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-28 02:57:53 +00:00 |
|
Vadim Zeitlin
|
82dfea7723
|
mingw32/cygwin compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-27 20:05:07 +00:00 |
|
Vadim Zeitlin
|
71ec83d2fd
|
don't crash when invalid colour is set as fg/bg colour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-27 13:30:16 +00:00 |
|
Julian Smart
|
b6b85bdccb
|
Added fix to send scroll messages from mouse wheel instead of scrolling directly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-27 10:07:46 +00:00 |
|
Robin Dunn
|
f35719ef1d
|
Added some WXDLLEXPORTs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-27 02:54:19 +00:00 |
|
Vadim Zeitlin
|
6d477bb459
|
(bad) fix for asserts and OnIdle events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 18:40:25 +00:00 |
|
Vadim Zeitlin
|
c0f8674c79
|
forgotten method declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 18:39:36 +00:00 |
|
Vadim Zeitlin
|
0b165ed6b2
|
made the log dialog resizeable (again?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 16:45:41 +00:00 |
|
Vadim Zeitlin
|
0e980f9109
|
highlight the focused item in non report mode too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 16:33:19 +00:00 |
|
Vadim Zeitlin
|
a95cdab85c
|
fix for (re)positioning the main window when the style changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 16:19:27 +00:00 |
|
Vadim Zeitlin
|
69c916e921
|
avoid nested modal log dialogs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 15:26:02 +00:00 |
|
Vadim Zeitlin
|
9fe52545f5
|
test for wxLog interaction with wxYield better
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 15:09:35 +00:00 |
|
Vadim Zeitlin
|
406a6f6b65
|
*really* suppress log messages from inside wxYield
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 13:21:34 +00:00 |
|
Robert Roebling
|
ec7482df8b
|
Fixed problem with missing refresh in wxScrolledWindow::
SetScrollbars().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 11:32:03 +00:00 |
|
Vadim Zeitlin
|
1ff4714de0
|
respect SetFont/SetXXXColour in wxTextCtrl even when using styles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 09:58:19 +00:00 |
|
Vadim Zeitlin
|
1f4774338e
|
don't do anything in SetBackgroundColour() if colour is invalid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 09:24:36 +00:00 |
|
Vadim Zeitlin
|
3a57b93d37
|
timestampt trace/debug messages under Unix too, this is useful for debugging
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 09:06:35 +00:00 |
|
Vadim Zeitlin
|
eff005236d
|
added demo of the difference Freeze/Thaw makes in wxTextCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 08:59:00 +00:00 |
|
Vadim Zeitlin
|
0cc7251efe
|
added wxWindow::Freeze/Thaw(), implemented them for wxGTK::wxTextCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-26 08:33:53 +00:00 |
|