]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years ago1. cursor fixes: frame does have hand cursor in the controls sample now,
Vadim Zeitlin [Fri, 25 Feb 2000 23:49:41 +0000 (23:49 +0000)] 
1. cursor fixes: frame does have hand cursor in the controls sample now,
   modal dialogs don't have busy cursor even if wxIsBusy()
2. wxTextCtrl sets client data field in the generated events
3. added wxEnhMetaFile::SetClipboard()

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

24 years agoOk. Vidwin works again on Windows.
Guilhem Lavaux [Fri, 25 Feb 2000 21:28:31 +0000 (21:28 +0000)] 
Ok. Vidwin works again on Windows.
Extremely urgent: it must behave the same way as wxVideoXANIM

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

24 years agoReplaced <iostream.h> reference with "wx/ioswrap.h"
George Tasker [Fri, 25 Feb 2000 20:36:32 +0000 (20:36 +0000)] 
Replaced <iostream.h> reference with "wx/ioswrap.h"
Replaced wxMessageBox() with wxLogDebug() calls
When calling GetColumns(), some drivers/datasources would not return a proper value for columnSize.  If columnSize is less than 1, columnSize gets set to bufferLength
Some cout statements in DBDEBUG_CONSOLE were treating char* variables as if they were wxString variables.

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

24 years agoReplaced <iostream.h> reference with "wx/ioswrap.h"
George Tasker [Fri, 25 Feb 2000 20:27:37 +0000 (20:27 +0000)] 
Replaced <iostream.h> reference with "wx/ioswrap.h"
Replaced wxMessageBox() with wxLogDebug() calls
When calling GetColumns(), some drivers/datasources would not return a proper value for columnSize.  If columnSize is less than 1, columnSize gets set to bufferLength

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

24 years agoWX_DECLARE_HASH() macro for type safe hashes
Vadim Zeitlin [Fri, 25 Feb 2000 19:23:11 +0000 (19:23 +0000)] 
WX_DECLARE_HASH() macro for type safe hashes

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

24 years agoRemoved unnecessary code from utilsunx.cpp
Guilhem Lavaux [Fri, 25 Feb 2000 19:07:14 +0000 (19:07 +0000)] 
Removed unnecessary code from utilsunx.cpp
Corrected the support for seeking in wxSoundFileStream.
Added support for seeking in wxMultimediaBoard
Reindentation of the code (conforming or nearly to the coding standard)

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

24 years agoWindows stdio capture is working on my MSVC5. Here is the first
Guilhem Lavaux [Fri, 25 Feb 2000 18:50:38 +0000 (18:50 +0000)] 
Windows stdio capture is working on my MSVC5. Here is the first
alpha release.

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

24 years agoTentative fix for UNICODE
Bart A.M. Jourquin [Fri, 25 Feb 2000 16:27:24 +0000 (16:27 +0000)] 
Tentative fix for UNICODE

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

24 years agoattempts at making wxSocket work with wxBase - it doesn't work but
Vadim Zeitlin [Fri, 25 Feb 2000 16:21:53 +0000 (16:21 +0000)] 
attempts at making wxSocket work with wxBase - it doesn't work but
already compiles :-|

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

24 years agoFixed wxWindow::HandleCommand so multiple toolbars work again (e.g. ogl/studio sample);
Julian Smart [Fri, 25 Feb 2000 16:20:58 +0000 (16:20 +0000)] 
Fixed wxWindow::HandleCommand so multiple toolbars work again (e.g. ogl/studio sample);
added border to OGL studio window

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

24 years agoattempt at fixing LDFLAGS
Vadim Zeitlin [Fri, 25 Feb 2000 15:32:24 +0000 (15:32 +0000)] 
attempt at fixing LDFLAGS

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

24 years agoAdded fix to wxMDIClientWindow to redisplay contents when
Julian Smart [Fri, 25 Feb 2000 15:16:39 +0000 (15:16 +0000)] 
Added fix to wxMDIClientWindow to redisplay contents when
window is repositioned

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

24 years agofix memory allocation problem for strings
Bart A.M. Jourquin [Fri, 25 Feb 2000 15:00:22 +0000 (15:00 +0000)] 
fix memory allocation problem for strings

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

24 years agoassigning values to wxString is better than assigning to 'wxChar *' - editing of...
Vadim Zeitlin [Fri, 25 Feb 2000 14:02:47 +0000 (14:02 +0000)] 
assigning values to wxString is better than assigning to 'wxChar *' - editing of bugs table works

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

24 years agocompatibility/compilation fix
Vadim Zeitlin [Fri, 25 Feb 2000 13:56:52 +0000 (13:56 +0000)] 
compatibility/compilation fix

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

24 years ago dbgrid.cpp dbgrid.h bitmaps/logo.xpm
Mark Johnson [Fri, 25 Feb 2000 12:01:38 +0000 (12:01 +0000)] 
  dbgrid.cpp dbgrid.h bitmaps/logo.xpm

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

24 years agoMajor changes in wxVidXANIM (support for output filtering)
Guilhem Lavaux [Fri, 25 Feb 2000 09:08:52 +0000 (09:08 +0000)] 
Major changes in wxVidXANIM (support for output filtering)
Several API addings
Added process.cpp, process.h and utilsunx.cpp in wxMMedia directory
They should be moved to src/unix, src/common and include/wx to use them

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

24 years agoCorrected an HTML typo
Guillermo Rodriguez Garcia [Fri, 25 Feb 2000 07:13:49 +0000 (07:13 +0000)] 
Corrected an HTML typo

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

24 years agoAdded call to CalcDimensions() at end of wxGrid::Init so that you can,
Michael Bedward [Fri, 25 Feb 2000 06:56:41 +0000 (06:56 +0000)] 
Added call to CalcDimensions() at end of wxGrid::Init so that you can,
for example, put a grid in a dialog, size it and then call CreateGrid
at some later stage.

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

24 years agoVisualge V3.0 fix
David Webster [Fri, 25 Feb 2000 04:19:49 +0000 (04:19 +0000)] 
Visualge V3.0 fix

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

24 years agolatest wxWindow updates
David Webster [Fri, 25 Feb 2000 04:17:55 +0000 (04:17 +0000)] 
latest wxWindow updates

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

24 years agoChange m_SubControls from wxList to wxArrayLong
David Webster [Fri, 25 Feb 2000 04:16:19 +0000 (04:16 +0000)] 
Change m_SubControls from wxList to wxArrayLong

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

24 years agoF2 enables edit in place
Vadim Zeitlin [Fri, 25 Feb 2000 02:29:38 +0000 (02:29 +0000)] 
F2 enables edit in place

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

24 years ago1. corrected problem with label updating in wxProgressDialog
Vadim Zeitlin [Fri, 25 Feb 2000 02:20:44 +0000 (02:20 +0000)] 
1. corrected problem with label updating in wxProgressDialog
2. optical fix in wxTipDlg: use wxTE_RICH control to avoid vert scrollbar
3. put wxProgressDialog demo into dialogs sample, seems more appropriate
4. fixed a serious bug in wxProgressDialog when its parent was not a top
   level window (as in controls sample)
5. fixes in BringWindowToTop() usage in msw/dialog.cpp
6. fixed another serious bug in wxProgressDialog::OnClose()
7. wxDialog restores focus to previously focused window once again
8. attempts at fixing wxBusyCursor with modal dialogs problem - unsuccessful

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

24 years agofix for bug #29 (blank lines in GetLineText)
Vadim Zeitlin [Fri, 25 Feb 2000 00:03:29 +0000 (00:03 +0000)] 
fix for bug #29 (blank lines in GetLineText)

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

24 years agoVery minor changes
Guillermo Rodriguez Garcia [Thu, 24 Feb 2000 23:52:01 +0000 (23:52 +0000)] 
Very minor changes

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

24 years ago1. corrected bug in MDI sample (which resulted in missing horz scrollbar)
Vadim Zeitlin [Thu, 24 Feb 2000 23:40:42 +0000 (23:40 +0000)] 
1. corrected bug in MDI sample (which resulted in missing horz scrollbar)
2. wxRegKey::Rename() added, regtest sample shows copying/moving/renaming keys
   and values now
3. using wxLog() insread of WriteText() contorsions in the listctrl sample,
   show client data from events in the log messages

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

24 years ago1. corrected bug in MDI sample (which resulted in missing horz scrollbar)
Vadim Zeitlin [Thu, 24 Feb 2000 23:33:15 +0000 (23:33 +0000)] 
1. corrected bug in MDI sample (which resulted in missing horz scrollbar)
2. define LVS_EX_FULLROWSELECT ourselves if compiler headers don't
3. wxSafeYield() will only reenable windows which had been enabled, not all
   windows in the application
4. selection in wxTreeCtrl is not broken after dnd operation
5. wxRegKey::Rename() added, regtest sample shows copying/moving/renaming keys
   and values now
6. wxListEvent accessors made const
7. wxListCtrl sets client data field in generated events under MSW too

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

24 years agoFix to MDI to restore 3D border; kludge to OGL Studio sample to redraw
Julian Smart [Thu, 24 Feb 2000 20:18:09 +0000 (20:18 +0000)] 
Fix to MDI to restore 3D border; kludge to OGL Studio sample to redraw
the first client frame properly (need wxWindow::Redraw in wxWin API?)

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

24 years agoAdded a missing wxStream_NOERROR
Guilhem Lavaux [Thu, 24 Feb 2000 19:05:11 +0000 (19:05 +0000)] 
Added a missing wxStream_NOERROR

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

24 years agoCut out some duplicate symbol in datstrm.tex
Guilhem Lavaux [Thu, 24 Feb 2000 18:52:31 +0000 (18:52 +0000)] 
Cut out some duplicate symbol in datstrm.tex

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

24 years ago Minor optical things.
Robert Roebling [Thu, 24 Feb 2000 18:09:48 +0000 (18:09 +0000)] 
  Minor optical things.

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

24 years agoAdded missing SetToolBitmapSize
Julian Smart [Thu, 24 Feb 2000 17:17:43 +0000 (17:17 +0000)] 
Added missing SetToolBitmapSize

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

24 years agowxToolBarSimple fix + OGL studio sample compilation
Julian Smart [Thu, 24 Feb 2000 16:26:20 +0000 (16:26 +0000)] 
wxToolBarSimple fix + OGL studio sample compilation

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

24 years agoSome Motif fixes; makefile fixes; added wxTransferStreamToFile/FileToStream for wxWin
Julian Smart [Thu, 24 Feb 2000 15:04:24 +0000 (15:04 +0000)] 
Some Motif fixes; makefile fixes; added wxTransferStreamToFile/FileToStream for wxWin
streams; fixed wxSP_... ids that clashed with wxTextCtrl; added generic GetPixel implementation for GTK/Motif

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

24 years agoconfigure changes, for wxBase and wx-config
Ron Lee [Thu, 24 Feb 2000 12:20:22 +0000 (12:20 +0000)] 
configure changes, for wxBase and wx-config

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

24 years agoSeveral ugly hacks to get the bugs table and virtual table demos to
Michael Bedward [Thu, 24 Feb 2000 07:42:17 +0000 (07:42 +0000)] 
Several ugly hacks to get the bugs table and virtual table demos to
work under wxMotif.

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

24 years agoadded wxBase & examples & various tweaks
Ron Lee [Thu, 24 Feb 2000 01:15:08 +0000 (01:15 +0000)] 
added wxBase & examples & various tweaks

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

24 years agoReverting to 1.30
George Tasker [Thu, 24 Feb 2000 00:43:40 +0000 (00:43 +0000)] 
Reverting to 1.30

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

24 years agoReverting back to 1.35 as 1.36 does not work with all data sources
George Tasker [Thu, 24 Feb 2000 00:35:28 +0000 (00:35 +0000)] 
Reverting back to 1.35 as 1.36 does not work with all data sources

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

24 years agomwxLog was leaked - fixed
Vadim Zeitlin [Thu, 24 Feb 2000 00:20:45 +0000 (00:20 +0000)] 
mwxLog was leaked - fixed

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

24 years agofix for wxSplitPath(foo/.filename)
Vadim Zeitlin [Thu, 24 Feb 2000 00:08:14 +0000 (00:08 +0000)] 
fix for wxSplitPath(foo/.filename)

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

24 years agowxLogWindow now uses standard menu ids
Vadim Zeitlin [Thu, 24 Feb 2000 00:01:44 +0000 (00:01 +0000)] 
wxLogWindow now uses standard menu ids

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

24 years agoMore wxWindow updates
David Webster [Wed, 23 Feb 2000 23:43:03 +0000 (23:43 +0000)] 
More wxWindow updates

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

24 years agotypo fixed
Vadim Zeitlin [Wed, 23 Feb 2000 23:42:18 +0000 (23:42 +0000)] 
typo fixed

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

24 years ago1. wxGCBoolRenderer looks better under MSW
Vadim Zeitlin [Wed, 23 Feb 2000 23:38:00 +0000 (23:38 +0000)] 
1. wxGCBoolRenderer looks better under MSW
2. wxGCBoolEditor too
3. only alnum keys start editing in-place
4. some memory leaks in wxGrid plugged

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

24 years ago::IsNumber() returned FALSE if a + or - sign was the first character of the string...
George Tasker [Wed, 23 Feb 2000 23:11:53 +0000 (23:11 +0000)] 
::IsNumber() returned FALSE if a + or - sign was the first character of the string.  "-123" should be considered a number

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

24 years agotweaked debian-dist for building wxBase
Ron Lee [Wed, 23 Feb 2000 21:45:01 +0000 (21:45 +0000)] 
tweaked debian-dist for building wxBase

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

24 years agofallback to string changes for number and float editors
Robin Dunn [Wed, 23 Feb 2000 19:27:08 +0000 (19:27 +0000)] 
fallback to string changes for number and float editors

Fixes for DrawGridSpace (it needed moved over/up by one pixel, at
least for MSW)

Editor left active when resizing rows/cols

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

24 years agoremoved the goto provoking HP-UX compiler warnings
Vadim Zeitlin [Wed, 23 Feb 2000 19:23:23 +0000 (19:23 +0000)] 
removed the goto provoking HP-UX compiler warnings

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

24 years agofixed (?) race condition in the sample
Vadim Zeitlin [Wed, 23 Feb 2000 19:04:31 +0000 (19:04 +0000)] 
fixed (?) race condition in the sample

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

24 years agosome more cosmetic fixes for wxLogTrace
Vadim Zeitlin [Wed, 23 Feb 2000 18:54:53 +0000 (18:54 +0000)] 
some more cosmetic fixes for wxLogTrace

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

24 years agotypo fixed
Vadim Zeitlin [Wed, 23 Feb 2000 18:50:56 +0000 (18:50 +0000)] 
typo fixed

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

24 years agowxLogTrace doesn't give messages with two 'Trace' in the beginning
Vadim Zeitlin [Wed, 23 Feb 2000 18:50:12 +0000 (18:50 +0000)] 
wxLogTrace doesn't give messages with two 'Trace' in the beginning

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

24 years agoImproved wxMotif's look.
Stefan Neis [Wed, 23 Feb 2000 18:26:47 +0000 (18:26 +0000)] 
Improved wxMotif's look.

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

24 years agoImproved checkmark on wxMotif.
Stefan Neis [Wed, 23 Feb 2000 17:53:42 +0000 (17:53 +0000)] 
Improved checkmark on wxMotif.

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

24 years ago #ifdeffed new paint clipping :-(
Robert Roebling [Wed, 23 Feb 2000 17:47:43 +0000 (17:47 +0000)] 
  #ifdeffed new paint clipping :-(
  Moved replacement code to printing preview canvas where
    its effect was particularly useful.
  Completed GC pooling.

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

24 years agousing LDFLAGS for the linker
Vadim Zeitlin [Wed, 23 Feb 2000 17:44:56 +0000 (17:44 +0000)] 
using LDFLAGS for the linker

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

24 years agoMisc small changes, some for VC++ 1.5
Julian Smart [Wed, 23 Feb 2000 16:54:18 +0000 (16:54 +0000)] 
Misc small changes, some for VC++ 1.5

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

24 years agofall back on text value if no long/double value could be retrieved from the cell
Vadim Zeitlin [Wed, 23 Feb 2000 16:15:46 +0000 (16:15 +0000)] 
fall back on text value if no long/double value could be retrieved from the cell

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

24 years agoremoved saveValue param in EndEdit()
Vadim Zeitlin [Wed, 23 Feb 2000 15:58:10 +0000 (15:58 +0000)] 
removed saveValue param in EndEdit()

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

24 years agofix for (too big) combobox height
Vadim Zeitlin [Wed, 23 Feb 2000 15:45:36 +0000 (15:45 +0000)] 
fix for (too big) combobox height

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

24 years agocommand events are not redirected to focused window
Vadim Zeitlin [Wed, 23 Feb 2000 15:38:25 +0000 (15:38 +0000)] 
command events are not redirected to focused window

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

24 years agofix to allow non-extension based template choosing to work from Vegh Janos
Vadim Zeitlin [Wed, 23 Feb 2000 15:32:14 +0000 (15:32 +0000)] 
fix to allow non-extension based template choosing to work from Vegh Janos

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

24 years agoAdd exemple for redirecting cout
Sylvain Bougnoux [Wed, 23 Feb 2000 13:17:14 +0000 (13:17 +0000)] 
Add exemple for redirecting cout

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

24 years agoTablesInUse did not have DeleteContents() set to TRUE in __WXDEBUG__ mode
George Tasker [Wed, 23 Feb 2000 12:31:59 +0000 (12:31 +0000)] 
TablesInUse did not have DeleteContents() set to TRUE in __WXDEBUG__ mode

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

24 years agoAdded wxGrid::DrawGridSpace function to suppress junk beyond last
Michael Bedward [Wed, 23 Feb 2000 07:15:04 +0000 (07:15 +0000)] 
Added wxGrid::DrawGridSpace function to suppress junk beyond last
row and col of grid.

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

24 years agoSome mouse events need to be handled even when outside the grid.
Robin Dunn [Wed, 23 Feb 2000 07:03:56 +0000 (07:03 +0000)] 
Some mouse events need to be handled even when outside the grid.

Added flag and accessors to enable/disable the dragging of the grid
lines.

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

24 years agodelay getting the default editor and renderer (by data type) until
Robin Dunn [Wed, 23 Feb 2000 04:45:24 +0000 (04:45 +0000)] 
delay getting the default editor and renderer (by data type) until
actually needed

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

24 years agomultiple/single sel mode can now be toggled from menu
Vadim Zeitlin [Wed, 23 Feb 2000 00:30:59 +0000 (00:30 +0000)] 
multiple/single sel mode can now be toggled from menu

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

24 years agoMore wxWindow updates
David Webster [Tue, 22 Feb 2000 23:06:35 +0000 (23:06 +0000)] 
More wxWindow updates

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

24 years agoadded missing files to life & poem, added wxPython/demo
Ron Lee [Tue, 22 Feb 2000 22:48:00 +0000 (22:48 +0000)] 
added missing files to life & poem, added wxPython/demo

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

24 years ago Playing with scrolling, als fixed redraw
Robert Roebling [Tue, 22 Feb 2000 22:39:55 +0000 (22:39 +0000)] 
   Playing with scrolling, als fixed redraw
    bug in wxGrid (outer regions). You must
    not to maths with update regions within
    an scroll related OnPaint(). Everything
    else is allowed.

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

24 years agofixed divide by zero exception when layouting justified text
Václav Slavík [Tue, 22 Feb 2000 20:09:27 +0000 (20:09 +0000)] 
fixed divide by zero exception when layouting justified text

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

24 years agoone of error messages had way too much spaces in it
Václav Slavík [Tue, 22 Feb 2000 20:09:04 +0000 (20:09 +0000)] 
one of error messages had way too much spaces in it

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

24 years agobetter documented wxListCtrl::GetItem (it was absolutely unclear how to use it)
Václav Slavík [Tue, 22 Feb 2000 20:08:16 +0000 (20:08 +0000)] 
better documented wxListCtrl::GetItem (it was absolutely unclear how to use it)

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

24 years ago1. wxGridCellEditor::SetSize needs to use the wxSIZE_ALLOW_MINUS_ONE
Robin Dunn [Tue, 22 Feb 2000 20:02:48 +0000 (20:02 +0000)] 
1. wxGridCellEditor::SetSize needs to use the wxSIZE_ALLOW_MINUS_ONE
flag otherwise the choice editor will not move to row 1, (the wxRect
given has a -1 y value.)

2. I fixed wxGridCellChoiceEditor::BeginEdit to not only set the
current value into the text field, but also to make it the current
selection in the dropdown.

3. EndEdit was getting called twice for each cell when you leave it
with the TAB or ENTER.  I commented out a call to SaveEditControlValue
in SetCurrentCell to take care of this.  It shouldn't hurt anything
since SaveEditControlValue is also called within the
EnableCellEditControl(FALSE) which gets called next.  If this causes
no problems for anybody it can be removed entirely.

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

24 years agoAVI file playing on Windows is working
Guilhem Lavaux [Tue, 22 Feb 2000 18:20:46 +0000 (18:20 +0000)] 
AVI file playing on Windows is working
Many fixes

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

24 years agoCompilation fixes
Stefan Neis [Tue, 22 Feb 2000 17:25:06 +0000 (17:25 +0000)] 
Compilation fixes

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

24 years agoadded
Karsten Ballüder [Tue, 22 Feb 2000 17:23:26 +0000 (17:23 +0000)] 
added

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

24 years agoGetSubcontrols now returns a reference to an Arraylong
David Webster [Tue, 22 Feb 2000 17:19:38 +0000 (17:19 +0000)] 
GetSubcontrols now returns a reference to an Arraylong

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

24 years agono message
David Webster [Tue, 22 Feb 2000 17:11:02 +0000 (17:11 +0000)] 
no message

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

24 years agoadded combobox editor
Vadim Zeitlin [Tue, 22 Feb 2000 16:57:12 +0000 (16:57 +0000)] 
added combobox editor

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

24 years agocolumn autosizing added
Vadim Zeitlin [Tue, 22 Feb 2000 16:03:54 +0000 (16:03 +0000)] 
column autosizing added

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

24 years ago SetSelection() in wxNotebook now sets the focus,
Robert Roebling [Tue, 22 Feb 2000 15:29:59 +0000 (15:29 +0000)] 
  SetSelection() in wxNotebook now sets the focus,
  SPACE in wxListCtrl now sends Activate in multiple sel mode

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

24 years ago1. corrected bug with LIST_ITEM_ACTIVATED being sent even if second click in
Vadim Zeitlin [Tue, 22 Feb 2000 15:22:21 +0000 (15:22 +0000)] 
1. corrected bug with LIST_ITEM_ACTIVATED being sent even if second click in
   dbl click was on another item
2. moved private classes from listctrl.h -> listctrl.cpp
3. made sample messages include the item index

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

24 years agoadded renderers/editors for long/float, not fully tested yet, but seems to
Vadim Zeitlin [Tue, 22 Feb 2000 14:29:41 +0000 (14:29 +0000)] 
added renderers/editors for long/float, not fully tested yet, but seems to
work - see the demo in the (updated) sample

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

24 years ago dbbrowse.cpp dbbrowse.h
Mark Johnson [Tue, 22 Feb 2000 13:00:06 +0000 (13:00 +0000)] 
  dbbrowse.cpp dbbrowse.h

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

24 years agodon't draw cell highlight over the cell editor (improves wxGCBoolEditor appearance
Vadim Zeitlin [Tue, 22 Feb 2000 11:08:17 +0000 (11:08 +0000)] 
don't draw cell highlight over the cell editor (improves wxGCBoolEditor appearance

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

24 years ago dbbrowse.cpp dbbrowse.h de/dbbrowse.mo de/dbbrowse.po
Mark Johnson [Tue, 22 Feb 2000 10:53:40 +0000 (10:53 +0000)] 
  dbbrowse.cpp dbbrowse.h de/dbbrowse.mo de/dbbrowse.po

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

24 years ago1. wxMenuBar::FindMenu() made "const"
Vadim Zeitlin [Tue, 22 Feb 2000 10:17:32 +0000 (10:17 +0000)] 
1. wxMenuBar::FindMenu() made "const"
2. documented it
3. documented recent change to wxYield()

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

24 years agoattempt at HP-UX compilation fix
Vadim Zeitlin [Tue, 22 Feb 2000 10:09:27 +0000 (10:09 +0000)] 
attempt at HP-UX compilation fix

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

24 years agoadded wxLog::Suspend/Resume and wxYield() uses them now so that it won't flush
Vadim Zeitlin [Tue, 22 Feb 2000 10:00:29 +0000 (10:00 +0000)] 
added wxLog::Suspend/Resume and wxYield() uses them now so that it won't flush
the messages any more

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

24 years agoremoved some default value for wxGrid compatibility ctor resolving ambiguity of writi...
Vadim Zeitlin [Tue, 22 Feb 2000 09:56:22 +0000 (09:56 +0000)] 
removed some default value for wxGrid compatibility ctor resolving ambiguity of writing wxGrid(this, -1)

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

24 years agomoved wxMenuBar::FindMenu(title) from MSW to common code
Vadim Zeitlin [Tue, 22 Feb 2000 09:53:55 +0000 (09:53 +0000)] 
moved wxMenuBar::FindMenu(title) from MSW to common code

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

24 years agoMoved the wxDialog BringWindowToFront fix to Show because it happens in
Julian Smart [Tue, 22 Feb 2000 08:54:05 +0000 (08:54 +0000)] 
Moved the wxDialog BringWindowToFront fix to Show because it happens in
modeless dialogs too, if other windows have been disabled.

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

24 years agono message
David Webster [Tue, 22 Feb 2000 05:34:42 +0000 (05:34 +0000)] 
no message

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

24 years agoAdded view menu items to toggle row and col drag-resizing.
Michael Bedward [Tue, 22 Feb 2000 04:06:58 +0000 (04:06 +0000)] 
Added view menu items to toggle row and col drag-resizing.
Removed setting of cell background colour for the moment.

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

24 years agoAdded functions to enable/disable drag-resizing of rows and cols.
Michael Bedward [Tue, 22 Feb 2000 03:51:43 +0000 (03:51 +0000)] 
Added functions to enable/disable drag-resizing of rows and cols.

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

24 years ago Removed some debug code.
Robert Roebling [Tue, 22 Feb 2000 00:01:03 +0000 (00:01 +0000)] 
  Removed some debug code.

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