]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
23 years agofailed attempt to change the default action for GTK dnd (nothing changed finally)
Vadim Zeitlin [Fri, 3 Aug 2001 13:24:23 +0000 (13:24 +0000)] 
failed attempt to change the default action for GTK dnd (nothing changed finally)

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

23 years agoSet/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h...
Václav Slavík [Thu, 2 Aug 2001 23:46:38 +0000 (23:46 +0000)] 
Set/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h (and no, we can't get rid of them completely unless Vadim stops using them in wxUniv)

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

23 years agoSet/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h...
Václav Slavík [Thu, 2 Aug 2001 23:32:27 +0000 (23:32 +0000)] 
Set/GetTitle out of wxWindowBase, forked and put to gtk/window.h and mgl/window.h (and no, we can't get rid of them completely unless Vadim stops using them in wxUniv)

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

23 years agofixed docs to accomodate more strict wxHTML Help controller
Václav Slavík [Thu, 2 Aug 2001 23:31:49 +0000 (23:31 +0000)] 
fixed docs to accomodate more strict wxHTML Help controller

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

23 years ago Fix tree control invalid pointer after drag bug.
Robert Roebling [Thu, 2 Aug 2001 21:37:15 +0000 (21:37 +0000)] 
  Fix tree control invalid pointer after drag bug.

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

23 years agocompilation fix
Vadim Zeitlin [Thu, 2 Aug 2001 20:15:33 +0000 (20:15 +0000)] 
compilation fix

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

23 years agoremember unknown charsets in the config too
Vadim Zeitlin [Thu, 2 Aug 2001 19:20:47 +0000 (19:20 +0000)] 
remember unknown charsets in the config too

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

23 years agoapplied patch 446014 (misc mingw fixes from Mattia)
Vadim Zeitlin [Thu, 2 Aug 2001 19:02:17 +0000 (19:02 +0000)] 
applied patch 446014 (misc mingw fixes from Mattia)

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

23 years agoapplied patch 446010 (unicode compilation fixes)
Vadim Zeitlin [Thu, 2 Aug 2001 18:59:50 +0000 (18:59 +0000)] 
applied patch 446010 (unicode compilation fixes)

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

23 years agoapplied patch 446009 (DLL cross compilation using mingw32)
Vadim Zeitlin [Thu, 2 Aug 2001 18:58:52 +0000 (18:58 +0000)] 
applied patch 446009 (DLL cross compilation using mingw32)

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

23 years agoremoved wxYield call from wxBusyCursorSuspender
Vadim Zeitlin [Thu, 2 Aug 2001 18:26:06 +0000 (18:26 +0000)] 
removed wxYield call from wxBusyCursorSuspender

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

23 years agoCorrections to the VC++ project files
Julian Smart [Thu, 2 Aug 2001 17:20:38 +0000 (17:20 +0000)] 
Corrections to the VC++ project files

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

23 years agoRemoved memory leak
Julian Smart [Thu, 2 Aug 2001 17:16:56 +0000 (17:16 +0000)] 
Removed memory leak

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

23 years agocompilation fix for cygwin/old mingw32 (patch 446700)
Vadim Zeitlin [Thu, 2 Aug 2001 14:57:02 +0000 (14:57 +0000)] 
compilation fix for cygwin/old mingw32 (patch 446700)

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

23 years agoDon't send a focus event if the window is a wxTextCtrl, since it sends
Robin Dunn [Thu, 2 Aug 2001 03:06:24 +0000 (03:06 +0000)] 
Don't send a focus event if the window is a wxTextCtrl, since it sends
it's own focus event later on.

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

23 years agoDon't send a focus event if the window is a wxTextCtrl, since it sends
Robin Dunn [Thu, 2 Aug 2001 03:01:14 +0000 (03:01 +0000)] 
Don't send a focus event if the window is a wxTextCtrl, since it sends
it's own focus event later on.

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

23 years agocompilation fix for VC++
Robin Dunn [Thu, 2 Aug 2001 02:48:01 +0000 (02:48 +0000)] 
compilation fix for VC++

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

23 years agochanged Replace and Remove to always use EM_REPLACESEL instead of
Robin Dunn [Thu, 2 Aug 2001 02:34:44 +0000 (02:34 +0000)] 
changed Replace and Remove to always use EM_REPLACESEL instead of
going through the clipboard

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

23 years agodocumented changes
Václav Slavík [Wed, 1 Aug 2001 23:07:08 +0000 (23:07 +0000)] 
documented changes

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

23 years agoSHARED_LD must be CXX, not CC, otherwise we get unresolved
Václav Slavík [Wed, 1 Aug 2001 23:06:46 +0000 (23:06 +0000)] 
SHARED_LD must be CXX, not CC, otherwise we get unresolved
externals (at least with gcc3) if app binary wasn't linked with CXX. This may
happen for instance when dynamically loading wxPython module.
(Let's change it for all platforms, not only Linux, and see what happens.)

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

23 years agofixed MGL files
Václav Slavík [Wed, 1 Aug 2001 23:06:01 +0000 (23:06 +0000)] 
fixed MGL files

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

23 years agowxMGL update (no, it still doesn't work, I'm backuping it just in case my disk burns)
Václav Slavík [Wed, 1 Aug 2001 22:57:11 +0000 (22:57 +0000)] 
wxMGL update (no, it still doesn't work, I'm backuping it just in case my disk burns)

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

23 years agomore tests
Václav Slavík [Wed, 1 Aug 2001 22:56:40 +0000 (22:56 +0000)] 
more tests

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

23 years agoadded tracing of strconv
Václav Slavík [Wed, 1 Aug 2001 22:56:24 +0000 (22:56 +0000)] 
added tracing of strconv

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

23 years agohopefully fixed bytesex issues in strconv
Václav Slavík [Wed, 1 Aug 2001 22:56:12 +0000 (22:56 +0000)] 
hopefully fixed bytesex issues in strconv

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

23 years agofixed <pre> handling
Václav Slavík [Wed, 1 Aug 2001 22:56:02 +0000 (22:56 +0000)] 
fixed <pre> handling

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

23 years agofixed mgl.t to not include paletteg.o (hey, reading these templates is better than...
Václav Slavík [Wed, 1 Aug 2001 22:55:02 +0000 (22:55 +0000)] 
fixed mgl.t to not include paletteg.o (hey, reading these templates is better than Cryptonomicon...)

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

23 years agofixed MGL files
Václav Slavík [Wed, 1 Aug 2001 22:54:54 +0000 (22:54 +0000)] 
fixed MGL files

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

23 years agoadded mgl.t to makeall.sh
Václav Slavík [Wed, 1 Aug 2001 22:54:43 +0000 (22:54 +0000)] 
added mgl.t to makeall.sh

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

23 years agoadded bmpbase.cpp (forgotten during merge?)
Václav Slavík [Wed, 1 Aug 2001 22:54:24 +0000 (22:54 +0000)] 
added bmpbase.cpp (forgotten during merge?)

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

23 years agofixed overrestrictive test
Václav Slavík [Wed, 1 Aug 2001 22:50:49 +0000 (22:50 +0000)] 
fixed overrestrictive test

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

23 years agocompilation fix
Václav Slavík [Wed, 1 Aug 2001 22:50:31 +0000 (22:50 +0000)] 
compilation fix

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

23 years agocompilation fix (Vadim, is this correct?)
Václav Slavík [Wed, 1 Aug 2001 22:50:20 +0000 (22:50 +0000)] 
compilation fix (Vadim, is this correct?)

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

23 years agoThis time, changed the correct release script.
Julian Smart [Wed, 1 Aug 2001 16:59:09 +0000 (16:59 +0000)] 
This time, changed the correct release script.

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

23 years agoAdded progress dialog to project files; changed version in release script
Julian Smart [Wed, 1 Aug 2001 16:58:20 +0000 (16:58 +0000)] 
Added progress dialog to project files; changed version in release script

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

23 years agoapplied patch 432202 (allow installing in already existing directories)
Vadim Zeitlin [Wed, 1 Aug 2001 15:29:30 +0000 (15:29 +0000)] 
applied patch 432202 (allow installing in already existing directories)

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

23 years agoapplied patch 441270 (fix cygwin wxSplashScreen compilation)
Vadim Zeitlin [Wed, 1 Aug 2001 15:03:04 +0000 (15:03 +0000)] 
applied patch 441270 (fix cygwin wxSplashScreen compilation)

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

23 years agoapplied patch 444915 (warning fixes for gcc 2.95.4)
Vadim Zeitlin [Wed, 1 Aug 2001 15:00:33 +0000 (15:00 +0000)] 
applied patch 444915 (warning fixes for gcc 2.95.4)

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

23 years agoadded wxUSE_FINDREPLDLG
Vadim Zeitlin [Wed, 1 Aug 2001 14:57:32 +0000 (14:57 +0000)] 
added wxUSE_FINDREPLDLG

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

23 years agoadded generic implementation and documentation for wxFindReplaceDialog
Vadim Zeitlin [Wed, 1 Aug 2001 14:55:03 +0000 (14:55 +0000)] 
added generic implementation and documentation for wxFindReplaceDialog

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

23 years agoadded tests for ScrollLines/Pages
Vadim Zeitlin [Wed, 1 Aug 2001 14:53:59 +0000 (14:53 +0000)] 
added tests for ScrollLines/Pages

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

23 years agoremoved KLB mods - but I'm doing this for the last time
Vadim Zeitlin [Wed, 1 Aug 2001 11:45:20 +0000 (11:45 +0000)] 
removed KLB mods - but I'm doing this for the last time

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

23 years agoremoved duplicate typedef
Vadim Zeitlin [Wed, 1 Aug 2001 11:24:30 +0000 (11:24 +0000)] 
removed duplicate typedef

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

23 years agoVain attempts to make kbd navigation work inside find/replace dialog - it
Vadim Zeitlin [Wed, 1 Aug 2001 02:29:35 +0000 (02:29 +0000)] 
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

23 years agowxWindowBase remembers title/label now
Václav Slavík [Tue, 31 Jul 2001 22:44:30 +0000 (22:44 +0000)] 
wxWindowBase remembers title/label now

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

23 years agowxMGL compilation fix that I forgot to chekc in
Václav Slavík [Tue, 31 Jul 2001 22:36:29 +0000 (22:36 +0000)] 
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

23 years agofriend class fix
Václav Slavík [Tue, 31 Jul 2001 22:36:00 +0000 (22:36 +0000)] 
friend class fix

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

23 years agofixed friend class declaration (why the hell did somebody fix it only for his compiler?!)
Václav Slavík [Tue, 31 Jul 2001 22:34:52 +0000 (22:34 +0000)] 
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

23 years agoFixed "Failed to set clipboard data. (error 1418: thread does not have
Robin Dunn [Tue, 31 Jul 2001 21:30:30 +0000 (21:30 +0000)] 
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

23 years agostarted applying patch 410826
Vadim Zeitlin [Tue, 31 Jul 2001 21:29:36 +0000 (21:29 +0000)] 
started applying patch 410826

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

23 years agoAdded regex to the build. New .def file for .dll builds.
David Webster [Tue, 31 Jul 2001 20:57:01 +0000 (20:57 +0000)] 
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

23 years agoTRUE instead of true
David Webster [Tue, 31 Jul 2001 20:56:17 +0000 (20:56 +0000)] 
TRUE instead of true

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

23 years agofixed compilation [warning]
Vadim Zeitlin [Tue, 31 Jul 2001 17:58:21 +0000 (17:58 +0000)] 
fixed compilation [warning]

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

23 years agodeclare and define wxEVT_COMMAND_TEXT_UPDATED even if wxUSE_TEXTCTRL == 0
Vadim Zeitlin [Tue, 31 Jul 2001 17:56:45 +0000 (17:56 +0000)] 
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

23 years agoLatest updates from SciTech code tree including numerous warning fixes for
Kendall Bennett [Tue, 31 Jul 2001 17:50:16 +0000 (17:50 +0000)] 
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

23 years agoApplied patch #445873
Robin Dunn [Mon, 30 Jul 2001 21:37:56 +0000 (21:37 +0000)] 
Applied patch #445873

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

23 years ago1. made ScrollLines/Pages return bool indicating if we scrolled till the
Vadim Zeitlin [Mon, 30 Jul 2001 15:22:38 +0000 (15:22 +0000)] 
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

23 years agoeliminated flicker when selecting items
Vadim Zeitlin [Mon, 30 Jul 2001 13:47:22 +0000 (13:47 +0000)] 
eliminated flicker when selecting items

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

23 years agocompilation fixes for wxGTK
Vadim Zeitlin [Mon, 30 Jul 2001 11:18:12 +0000 (11:18 +0000)] 
compilation fixes for wxGTK

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

23 years agoimplemented ScrollLines/Pages; fixed bug in Thaw()
Vadim Zeitlin [Sun, 29 Jul 2001 23:00:27 +0000 (23:00 +0000)] 
implemented ScrollLines/Pages; fixed bug in Thaw()

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

23 years agodocumented ScrollLines/Pages
Vadim Zeitlin [Sun, 29 Jul 2001 22:51:06 +0000 (22:51 +0000)] 
documented ScrollLines/Pages

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

23 years agoadded ScrollLines/Pages
Vadim Zeitlin [Sun, 29 Jul 2001 22:47:40 +0000 (22:47 +0000)] 
added ScrollLines/Pages

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

23 years ago1. added wxTE_AUTO_URL style and support for it under Win32 (and brief
Vadim Zeitlin [Sun, 29 Jul 2001 22:40:21 +0000 (22:40 +0000)] 
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

23 years agocompilation fix for recent commit
Vadim Zeitlin [Sun, 29 Jul 2001 22:20:50 +0000 (22:20 +0000)] 
compilation fix for recent commit

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

23 years agoadded Freeze/Thaw implementation for Windows
Vadim Zeitlin [Sun, 29 Jul 2001 21:22:12 +0000 (21:22 +0000)] 
added Freeze/Thaw implementation for Windows

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

23 years agoAdded context help stuff to wxPython
Robin Dunn [Sun, 29 Jul 2001 03:06:02 +0000 (03:06 +0000)] 
Added context help stuff to wxPython

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

23 years agowxMGL compilation fix
Václav Slavík [Sat, 28 Jul 2001 22:40:02 +0000 (22:40 +0000)] 
wxMGL compilation fix

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

23 years agowxMGL compilation fixes
Václav Slavík [Sat, 28 Jul 2001 22:39:51 +0000 (22:39 +0000)] 
wxMGL compilation fixes

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

23 years agoVarious tweaks, fixes, and additions
Robin Dunn [Sat, 28 Jul 2001 03:29:34 +0000 (03:29 +0000)] 
Various tweaks, fixes, and additions

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

23 years agoVarious tweaks, fixes, and additions
Robin Dunn [Sat, 28 Jul 2001 03:12:32 +0000 (03:12 +0000)] 
Various tweaks, fixes, and additions

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

23 years agoFixed resource leak for wxListItem
Robin Dunn [Sat, 28 Jul 2001 03:10:39 +0000 (03:10 +0000)] 
Fixed resource leak for wxListItem

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

23 years agoThe installer should also check HKCU for the python install dir, since
Robin Dunn [Sat, 28 Jul 2001 03:07:18 +0000 (03:07 +0000)] 
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

23 years agoA couple fixes for the demo, and some code to show a bug
Robin Dunn [Sat, 28 Jul 2001 03:06:02 +0000 (03:06 +0000)] 
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

23 years agoA couple off-by-one fixes
Robin Dunn [Sat, 28 Jul 2001 02:57:53 +0000 (02:57 +0000)] 
A couple off-by-one fixes

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

23 years agomingw32/cygwin compilation fixes
Vadim Zeitlin [Fri, 27 Jul 2001 20:05:07 +0000 (20:05 +0000)] 
mingw32/cygwin compilation fixes

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

23 years agodon't crash when invalid colour is set as fg/bg colour
Vadim Zeitlin [Fri, 27 Jul 2001 13:30:16 +0000 (13:30 +0000)] 
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

23 years agoAdded fix to send scroll messages from mouse wheel instead of scrolling directly
Julian Smart [Fri, 27 Jul 2001 10:07:46 +0000 (10:07 +0000)] 
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

23 years agoAdded some WXDLLEXPORTs
Robin Dunn [Fri, 27 Jul 2001 02:54:19 +0000 (02:54 +0000)] 
Added some WXDLLEXPORTs

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

23 years ago(bad) fix for asserts and OnIdle events
Vadim Zeitlin [Thu, 26 Jul 2001 18:40:25 +0000 (18:40 +0000)] 
(bad) fix for asserts and OnIdle events

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

23 years agoforgotten method declaration
Vadim Zeitlin [Thu, 26 Jul 2001 18:39:36 +0000 (18:39 +0000)] 
forgotten method declaration

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

23 years agomade the log dialog resizeable (again?)
Vadim Zeitlin [Thu, 26 Jul 2001 16:45:41 +0000 (16:45 +0000)] 
made the log dialog resizeable (again?)

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

23 years agohighlight the focused item in non report mode too
Vadim Zeitlin [Thu, 26 Jul 2001 16:33:19 +0000 (16:33 +0000)] 
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

23 years agofix for (re)positioning the main window when the style changes
Vadim Zeitlin [Thu, 26 Jul 2001 16:19:27 +0000 (16:19 +0000)] 
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

23 years agoavoid nested modal log dialogs
Vadim Zeitlin [Thu, 26 Jul 2001 15:26:02 +0000 (15:26 +0000)] 
avoid nested modal log dialogs

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

23 years agotest for wxLog interaction with wxYield better
Vadim Zeitlin [Thu, 26 Jul 2001 15:09:35 +0000 (15:09 +0000)] 
test for wxLog interaction with wxYield better

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

23 years ago*really* suppress log messages from inside wxYield
Vadim Zeitlin [Thu, 26 Jul 2001 13:21:34 +0000 (13:21 +0000)] 
*really* suppress log messages from inside wxYield

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

23 years ago Fixed problem with missing refresh in wxScrolledWindow::
Robert Roebling [Thu, 26 Jul 2001 11:32:03 +0000 (11:32 +0000)] 
  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

23 years agorespect SetFont/SetXXXColour in wxTextCtrl even when using styles
Vadim Zeitlin [Thu, 26 Jul 2001 09:58:19 +0000 (09:58 +0000)] 
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

23 years agodon't do anything in SetBackgroundColour() if colour is invalid
Vadim Zeitlin [Thu, 26 Jul 2001 09:24:36 +0000 (09:24 +0000)] 
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

23 years agotimestampt trace/debug messages under Unix too, this is useful for debugging
Vadim Zeitlin [Thu, 26 Jul 2001 09:06:35 +0000 (09:06 +0000)] 
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

23 years agoadded demo of the difference Freeze/Thaw makes in wxTextCtrl
Vadim Zeitlin [Thu, 26 Jul 2001 08:59:00 +0000 (08:59 +0000)] 
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

23 years agoadded wxWindow::Freeze/Thaw(), implemented them for wxGTK::wxTextCtrl
Vadim Zeitlin [Thu, 26 Jul 2001 08:33:53 +0000 (08:33 +0000)] 
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

23 years agofix for focus handling when deleting the items
Vadim Zeitlin [Wed, 25 Jul 2001 16:13:32 +0000 (16:13 +0000)] 
fix for focus handling when deleting the items

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

23 years agoTweaks to fl project files
Julian Smart [Wed, 25 Jul 2001 13:17:35 +0000 (13:17 +0000)] 
Tweaks to fl project files

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

23 years agocompilation warning fixed
Vadim Zeitlin [Tue, 24 Jul 2001 19:33:55 +0000 (19:33 +0000)] 
compilation warning fixed

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

23 years agoreverted my previous change to WINVER - it is already defined elsewhere
Vadim Zeitlin [Tue, 24 Jul 2001 17:08:28 +0000 (17:08 +0000)] 
reverted my previous change to WINVER - it is already defined elsewhere

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

23 years agofixed compilation problem with multiple Update()s
Vadim Zeitlin [Tue, 24 Jul 2001 16:19:46 +0000 (16:19 +0000)] 
fixed compilation problem with multiple Update()s

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

23 years agoAdded fl (frame layout) to wxWindows, from source tidied by Hans Van Leemputten ...
Julian Smart [Tue, 24 Jul 2001 15:27:12 +0000 (15:27 +0000)] 
Added fl (frame layout) to wxWindows, from source tidied by Hans Van Leemputten <Hansvl@softhome.net>.

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

23 years agorenamed Number method (should be GetCount)
Gilles Depeyrot [Mon, 23 Jul 2001 20:11:12 +0000 (20:11 +0000)] 
renamed Number method (should be GetCount)

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

23 years agofixed bug with wxPathExists('c:\') yet again
Vadim Zeitlin [Mon, 23 Jul 2001 18:17:28 +0000 (18:17 +0000)] 
fixed bug with wxPathExists('c:\') yet again

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