wxWidgets.git
24 years agoOS/2 linkage specification on METHODDEF macro
David Webster [Fri, 30 Jul 1999 21:46:24 +0000 (21:46 +0000)] 
OS/2 linkage specification on METHODDEF macro

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

24 years agono more assert failure in GetSelection() if there is no selection
Vadim Zeitlin [Fri, 30 Jul 1999 18:32:17 +0000 (18:32 +0000)] 
no more assert failure in GetSelection() if there is no selection

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

24 years agolink fix for no sockets compilation
Vadim Zeitlin [Fri, 30 Jul 1999 18:03:23 +0000 (18:03 +0000)] 
link fix for no sockets compilation

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

24 years agoRenamed GSocket_SetBlocking to GSocket_SetNonBlocking and *Fallback to *Callback
Guilhem Lavaux [Fri, 30 Jul 1999 17:54:18 +0000 (17:54 +0000)] 
Renamed GSocket_SetBlocking to GSocket_SetNonBlocking and *Fallback to *Callback
Added GSocket_SetTimeout
Added timeout support in wxSocket (as it was in previous releases)
Updated documentation

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

24 years agoa small fix to wxWindow::Centre
Vadim Zeitlin [Fri, 30 Jul 1999 17:31:31 +0000 (17:31 +0000)] 
a small fix to wxWindow::Centre

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

24 years agoexplicit compilation fix
Vadim Zeitlin [Fri, 30 Jul 1999 17:02:44 +0000 (17:02 +0000)] 
explicit compilation fix

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

24 years ago Some more doc beauty,
Robert Roebling [Fri, 30 Jul 1999 13:16:45 +0000 (13:16 +0000)] 
  Some more doc beauty,
  Typo in wxDataStream,

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

24 years ago Doc corrections,
Robert Roebling [Fri, 30 Jul 1999 12:02:28 +0000 (12:02 +0000)] 
  Doc corrections,
  made wxHTML a chapter
  GUI thread work

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

24 years agowxPython documentation updates
Robin Dunn [Fri, 30 Jul 1999 04:31:52 +0000 (04:31 +0000)] 
wxPython documentation updates

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

24 years agofixed compiler error
Robin Dunn [Fri, 30 Jul 1999 04:28:24 +0000 (04:28 +0000)] 
fixed compiler error

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

24 years agoFixed m_majorDim bug a bit more (was still getting divide by zero error)
Michael Bedward [Fri, 30 Jul 1999 04:20:07 +0000 (04:20 +0000)] 
Fixed m_majorDim bug a bit more (was still getting divide by zero error)

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

24 years agoAdded KeyRelease case to switch in wxTranslateKeyEvent so that wxApp::CheckForKeyUp...
Michael Bedward [Fri, 30 Jul 1999 04:01:08 +0000 (04:01 +0000)] 
Added KeyRelease case to switch in wxTranslateKeyEvent so that wxApp::CheckForKeyUp will work

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

24 years agoAdded wxApp::CheckForKeyUp MB
Michael Bedward [Fri, 30 Jul 1999 03:55:59 +0000 (03:55 +0000)] 
Added wxApp::CheckForKeyUp MB

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

24 years agoAdded wxApp::CheckForKeyUp
Michael Bedward [Fri, 30 Jul 1999 03:50:03 +0000 (03:50 +0000)] 
Added wxApp::CheckForKeyUp

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

24 years ago#warning is a compilation error, not warning
Vadim Zeitlin [Thu, 29 Jul 1999 23:38:06 +0000 (23:38 +0000)] 
#warning is a compilation error, not warning

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

24 years ago Testing vaious makefile/configure schemes.
Robert Roebling [Thu, 29 Jul 1999 22:18:41 +0000 (22:18 +0000)] 
  Testing vaious makefile/configure schemes.

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

24 years ago Now its possible to run wxHTML without wxSockets
Robert Roebling [Thu, 29 Jul 1999 19:52:37 +0000 (19:52 +0000)] 
  Now its possible to run wxHTML without wxSockets
    if wxUSE_FS_ZIP = 1, wxUSE_HTML = 1
  Fixed typo in filelist
  Compile fix for spinbutton,

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

24 years agoTypos.
Guilhem Lavaux [Thu, 29 Jul 1999 17:23:28 +0000 (17:23 +0000)] 
Typos.
Changed the timeout of wxSocketBase from 3600s to 600s
Added #include <stdio.h> in htmltag.cpp

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

24 years agoAdded #include <stddef.h> as it is needed by ANSI.
Guilhem Lavaux [Thu, 29 Jul 1999 17:15:50 +0000 (17:15 +0000)] 
Added #include <stddef.h> as it is needed by ANSI.

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

24 years agofix for HP-UX
Karsten Ballüder [Thu, 29 Jul 1999 16:12:23 +0000 (16:12 +0000)] 
fix for HP-UX

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

24 years agofixed busy cursor
Karsten Ballüder [Thu, 29 Jul 1999 13:47:18 +0000 (13:47 +0000)] 
fixed busy cursor

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

24 years ago Compile fixes and typos corrected.
Robert Roebling [Thu, 29 Jul 1999 13:43:08 +0000 (13:43 +0000)] 
  Compile fixes and typos corrected.

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

24 years ago Makefile changes
Robert Roebling [Thu, 29 Jul 1999 12:51:29 +0000 (12:51 +0000)] 
  Makefile changes

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

24 years agoProgressDialog was *comletely* broken!
Karsten Ballüder [Thu, 29 Jul 1999 12:51:12 +0000 (12:51 +0000)] 
ProgressDialog was *comletely* broken!

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

24 years agoFixed missing header.
Karsten Ballüder [Thu, 29 Jul 1999 12:21:50 +0000 (12:21 +0000)] 
Fixed missing header.

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

24 years agoBy assigning wxEmptyString instead of NULL to m_commandString,
Ove Kaaven [Thu, 29 Jul 1999 10:16:49 +0000 (10:16 +0000)] 
By assigning wxEmptyString instead of NULL to m_commandString,
I hope to reduce the number of crash-on-startup events

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

24 years agoPut strmbfrd.tex back into classes.tex since it was finally checked in.
Robin Dunn [Thu, 29 Jul 1999 06:41:52 +0000 (06:41 +0000)] 
Put strmbfrd.tex back into classes.tex since it was finally checked in.

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

24 years ago*** empty log message ***
David Webster [Thu, 29 Jul 1999 05:27:19 +0000 (05:27 +0000)] 
*** empty log message ***

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

24 years ago*** empty log message ***
David Webster [Thu, 29 Jul 1999 05:11:30 +0000 (05:11 +0000)] 
*** empty log message ***

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

24 years ago*** empty log message ***
David Webster [Thu, 29 Jul 1999 04:56:34 +0000 (04:56 +0000)] 
*** empty log message ***

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

24 years ago I had to remove (Robin's) makefile creation clause
Robert Roebling [Thu, 29 Jul 1999 01:21:05 +0000 (01:21 +0000)] 
  I had to remove (Robin's) makefile creation clause
    from the makefiles, because these deleted my
    makefiles
  Small fixes for templates

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

24 years agom_clientData conflict fixed
Vadim Zeitlin [Wed, 28 Jul 1999 22:53:33 +0000 (22:53 +0000)] 
m_clientData conflict fixed

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

24 years agoSetIcon added
Vadim Zeitlin [Wed, 28 Jul 1999 22:38:39 +0000 (22:38 +0000)] 
SetIcon added

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

24 years agocompilation fix
Vadim Zeitlin [Wed, 28 Jul 1999 22:28:44 +0000 (22:28 +0000)] 
compilation fix

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

24 years agostring and m_majorDim == 0 bugs fixed
Vadim Zeitlin [Wed, 28 Jul 1999 22:27:44 +0000 (22:27 +0000)] 
string and m_majorDim == 0 bugs fixed

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

24 years ago Added tmake template for simple wxGTK makefile
Robert Roebling [Wed, 28 Jul 1999 22:18:58 +0000 (22:18 +0000)] 
  Added tmake template for simple wxGTK makefile
  Updated filelist.t for wxGTK
  Compile fixes for MingGW32

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

24 years agoChanges necessary to make In Place Edit work and look a lot nicer for
Robin Dunn [Wed, 28 Jul 1999 21:59:08 +0000 (21:59 +0000)] 
Changes necessary to make In Place Edit work and look a lot nicer for
MSW and GTK, and hopefully make it easy to make the same tweaks for
other ports.  There are still some very minor anomalies (changing
colors of the grid doesn't change the IPE control, etc.) but it is
definitely useable now.

The IPE control now gets the fore/background color of the cell.

Changed how the current cell highlight is drawn so mulitple clicks in
a single cell don't leave the highlight in an inconsistent state for
GTK.

Changed a dangerous static variable to a member variable.

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

24 years ago1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN messages (and unnecessary
Vadim Zeitlin [Wed, 28 Jul 1999 21:01:04 +0000 (21:01 +0000)] 
1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN messages (and unnecessary
   old code which didn't send them anyhow removed). It also allows to veto the
   changes, but this feature is not portable and as such is not documented.
2. wxBitmapBuuton doesn't lose its bitmap any more
3. wxImage::ConvertToBitmap() doesn't crash if image is !Ok() but just
   returns wxNullBitmap.
4. wxProgressDialog looks much nicer under Windows and its estimated/elapsed/
   remaining time fields actually show some non random numbers now
5. MDI client window doesn't flicker because wxMDIParentFrame doesn't position
   it at (0, 0) first before moving it to correct location
6. other minor fixes...

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

24 years agoAdded wxInternetFilesystemModule to fs_inet.cpp
Guilhem Lavaux [Wed, 28 Jul 1999 17:29:59 +0000 (17:29 +0000)] 
Added wxInternetFilesystemModule to fs_inet.cpp
Fixed PROXY support in wxURL, wxHTTP. You can set the environement variable
HTTP_PROXY now.
Fixed parsing of content type in wxHtmlFilter
Added commments to gsocket.c
wxURL parses the URL only once now.

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

24 years agoAdded another missing file (wxBufferedStreams doc)
Guilhem Lavaux [Wed, 28 Jul 1999 17:16:59 +0000 (17:16 +0000)] 
Added another missing file (wxBufferedStreams doc)

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

24 years agoHm... /P1024 instead of /P512 ...? (At least that makes it work for me)
Ove Kaaven [Wed, 28 Jul 1999 12:11:58 +0000 (12:11 +0000)] 
Hm... /P1024 instead of /P512 ...? (At least that makes it work for me)

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

24 years agoFixed some stupid TEX errors...
Robin Dunn [Wed, 28 Jul 1999 05:52:04 +0000 (05:52 +0000)] 
Fixed some stupid TEX errors...

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

24 years agoIf somebody ever decides to actually check in fsfile.tex and
Robin Dunn [Wed, 28 Jul 1999 05:49:51 +0000 (05:49 +0000)] 
If somebody ever decides to actually check in fsfile.tex and
strmbfrd.tex then they an uncomment them back in.  I'm tired of the
errors...

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

24 years ago*** empty log message ***
David Webster [Wed, 28 Jul 1999 04:16:50 +0000 (04:16 +0000)] 
*** empty log message ***

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

24 years ago*** empty log message ***
David Webster [Wed, 28 Jul 1999 04:02:37 +0000 (04:02 +0000)] 
*** empty log message ***

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

24 years ago*** empty log message ***
David Webster [Wed, 28 Jul 1999 03:38:12 +0000 (03:38 +0000)] 
*** empty log message ***

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

24 years ago Corrected some more docs,
Robert Roebling [Tue, 27 Jul 1999 21:46:34 +0000 (21:46 +0000)] 
  Corrected some more docs,
  Corrected size of spinbutton
  wxWindow::PopUp() now doesn't return control
    to the program until the menu disappears as
    it is documented and done by wxMSW

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

24 years ago Small distrib updates,
Robert Roebling [Tue, 27 Jul 1999 20:23:13 +0000 (20:23 +0000)] 
  Small distrib updates,
  tried to find a bug in html which was somewhere else,
  added wxYield() call to wxBeginBusyCursor() which
    should make the cursor appear immediately,
  corrected wxMiniFrame so that clicking on the titlebar
    makes it come to the front
  Used CreateBase() in all controls

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

24 years agowxMotif fixes and common fixes for socket compilation
Vadim Zeitlin [Tue, 27 Jul 1999 20:12:16 +0000 (20:12 +0000)] 
wxMotif fixes and common fixes for socket compilation

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

24 years agomissing wxMSW files
Vadim Zeitlin [Tue, 27 Jul 1999 20:09:15 +0000 (20:09 +0000)] 
missing wxMSW files

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

24 years agoChanged void GSocket_Init() to bool GSocket_Init()
Guilhem Lavaux [Tue, 27 Jul 1999 17:22:30 +0000 (17:22 +0000)] 
Changed void GSocket_Init() to bool GSocket_Init()

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

24 years agoAdded Makefile for gcc-win
J. Russell Smyth [Tue, 27 Jul 1999 17:05:05 +0000 (17:05 +0000)] 
Added Makefile for gcc-win

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

24 years agoModified dialog size under MSW to look better ( button was cut off)
J. Russell Smyth [Tue, 27 Jul 1999 17:03:21 +0000 (17:03 +0000)] 
Modified dialog size under MSW to look better ( button was cut off)

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

24 years agoAdded the forgotten file txtstrm.tex
Guilhem Lavaux [Tue, 27 Jul 1999 17:02:58 +0000 (17:02 +0000)] 
Added the forgotten file txtstrm.tex

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

24 years agowxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW
Vadim Zeitlin [Tue, 27 Jul 1999 15:15:36 +0000 (15:15 +0000)] 
wxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW

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

24 years agowxMSW modules now has png and zlib
Vadim Zeitlin [Tue, 27 Jul 1999 14:38:30 +0000 (14:38 +0000)] 
wxMSW modules now has png and zlib

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

24 years agominor fix
Harco de Hilster [Tue, 27 Jul 1999 14:14:27 +0000 (14:14 +0000)] 
minor fix

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

24 years agowxGTK compilation fixes
Vadim Zeitlin [Tue, 27 Jul 1999 14:09:25 +0000 (14:09 +0000)] 
wxGTK compilation fixes

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

24 years ago wxSocket compilation
Robert Roebling [Tue, 27 Jul 1999 13:25:16 +0000 (13:25 +0000)] 
  wxSocket compilation

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

24 years agochar -> wxChar
Ove Kaaven [Tue, 27 Jul 1999 06:52:32 +0000 (06:52 +0000)] 
char -> wxChar

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

24 years agoAdded another button to show wxBitmapButton problem
Robin Dunn [Tue, 27 Jul 1999 04:51:03 +0000 (04:51 +0000)] 
Added another button to show wxBitmapButton problem

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

24 years ago1. wxChoice and wxComboBox support client data under MSW
Vadim Zeitlin [Mon, 26 Jul 1999 23:02:32 +0000 (23:02 +0000)] 
1. wxChoice and wxComboBox support client data under MSW
2. control creation streamlined under MSW

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

24 years agouse of div_t.quot and div_t.rem were changed to / and %
Unknown (AN) [Mon, 26 Jul 1999 19:22:21 +0000 (19:22 +0000)] 
use of div_t.quot and div_t.rem were changed to / and %

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

24 years ago Next take at radioboxes
Robert Roebling [Mon, 26 Jul 1999 19:03:53 +0000 (19:03 +0000)] 
  Next take at radioboxes

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

24 years ago TreeCtrl:
Robert Roebling [Mon, 26 Jul 1999 18:32:59 +0000 (18:32 +0000)] 
  TreeCtrl:
    Size calculation for bold items
    Reduced height per item by 2 pixels

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

24 years ago Added test for wxRA_SPECIFY_COLS
Robert Roebling [Mon, 26 Jul 1999 17:16:08 +0000 (17:16 +0000)] 
  Added test for wxRA_SPECIFY_COLS

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

24 years ago Typos in documentation
Robert Roebling [Mon, 26 Jul 1999 16:06:20 +0000 (16:06 +0000)] 
  Typos in documentation
  list and tree ctrl now actually set the text themselves
    and no longer crash
  various compile fixes

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

24 years agodestructor for wxMenu deletes menu now
Karsten Ballüder [Mon, 26 Jul 1999 15:49:28 +0000 (15:49 +0000)] 
destructor for wxMenu deletes menu now

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

24 years ago Added more docs for the new events, derived from wxNotifyEvents.
Robert Roebling [Mon, 26 Jul 1999 14:28:25 +0000 (14:28 +0000)] 
  Added more docs for the new events, derived from wxNotifyEvents.
  Added docs for wxScrollWinEvent and corrected docs referring
    to wxScrollEvent etc.
  wxTreeCtrl's and wxListCtrl's ::EditLabel() returns void.

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

24 years agomore fixes for Borland and OLE files
Vadim Zeitlin [Mon, 26 Jul 1999 13:27:31 +0000 (13:27 +0000)] 
more fixes for Borland and OLE files

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

24 years agoMore _T()... trying to get to that clipboard sample
Ove Kaaven [Mon, 26 Jul 1999 11:37:53 +0000 (11:37 +0000)] 
More _T()... trying to get to that clipboard sample

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

24 years agoautomtn.cpp removed for Borland compilation
Vadim Zeitlin [Mon, 26 Jul 1999 11:28:18 +0000 (11:28 +0000)] 
automtn.cpp removed for Borland compilation

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

24 years agoJust a _T()
Ove Kaaven [Mon, 26 Jul 1999 11:19:46 +0000 (11:19 +0000)] 
Just a _T()

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

24 years agono more \& in radio buttons labels
Vadim Zeitlin [Mon, 26 Jul 1999 11:01:58 +0000 (11:01 +0000)] 
no more \& in radio buttons labels

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

24 years agoDocumented help API extension and fixed gsocket compilation.
Karsten Ballüder [Mon, 26 Jul 1999 10:49:50 +0000 (10:49 +0000)] 
Documented help API extension and fixed gsocket compilation.

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

24 years agocompile fix
Vadim Zeitlin [Mon, 26 Jul 1999 10:48:56 +0000 (10:48 +0000)] 
compile fix

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

24 years agoEditLabel fixes (wxMSW/wxGTK synchronised, docs updated)
Vadim Zeitlin [Mon, 26 Jul 1999 10:46:55 +0000 (10:46 +0000)] 
EditLabel fixes (wxMSW/wxGTK synchronised, docs updated)

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

24 years agoMore asserts and stuff
Ove Kaaven [Mon, 26 Jul 1999 10:41:38 +0000 (10:41 +0000)] 
More asserts and stuff

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

24 years agoMake this compile in Unicode mode
Ove Kaaven [Mon, 26 Jul 1999 10:32:42 +0000 (10:32 +0000)] 
Make this compile in Unicode mode

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

24 years agoMore asserts (well, checks) without _T()
Ove Kaaven [Mon, 26 Jul 1999 10:06:23 +0000 (10:06 +0000)] 
More asserts (well, checks) without _T()

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

24 years agoCentre() supports wxCENTER_FRAME flag now
Vadim Zeitlin [Mon, 26 Jul 1999 09:46:53 +0000 (09:46 +0000)] 
Centre() supports wxCENTER_FRAME flag now

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

24 years agoThe modules file containing the definition of the CVS modules.
Karsten Ballüder [Mon, 26 Jul 1999 09:38:53 +0000 (09:38 +0000)] 
The modules file containing the definition of the CVS modules.

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

24 years agofixes for PS and OLE files for Borland makefiles
Vadim Zeitlin [Sun, 25 Jul 1999 21:29:59 +0000 (21:29 +0000)] 
fixes for PS and OLE files for Borland makefiles

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

24 years ago Distrib things
Robert Roebling [Sun, 25 Jul 1999 17:11:17 +0000 (17:11 +0000)] 
  Distrib things
  Corrected wxPrivateDataObject a little
  Corrected wxRadioButton
  Corrected wrong defines of wxRadioBox styles

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

24 years ago Added wxStaticBitmap::SetIcon()
Robert Roebling [Sun, 25 Jul 1999 14:38:28 +0000 (14:38 +0000)] 
  Added wxStaticBitmap::SetIcon()
  wxDC now inits with a WHITE_BRUSH as wxMSW seems to
   do the same
  small doc updates

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

24 years agoAdded GSocket_Init and GSocket_Cleanup
Guilhem Lavaux [Sun, 25 Jul 1999 14:26:15 +0000 (14:26 +0000)] 
Added GSocket_Init and GSocket_Cleanup
Added wxSocketModule to socket.cpp to call GSocket_Init and GSocket_Cleanup

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

24 years ago Re-Added wxStream::StreamSize()
Robert Roebling [Sun, 25 Jul 1999 12:59:58 +0000 (12:59 +0000)] 
  Re-Added wxStream::StreamSize()
  Added in-place editting to wxTreeCtrl,
    modified wxListCtrl in-place editting
  Corrected behaviour of wxToolBar::Toggle() to not
    send messages and to report the correct state
  Removed many #include "wx/wx.h" to speed up
   compilation
 Some more compile fixes and tests.

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

24 years agofixed static members
Václav Slavík [Sun, 25 Jul 1999 12:21:23 +0000 (12:21 +0000)] 
fixed static members

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

24 years agohtml filters has const methods now
Václav Slavík [Sun, 25 Jul 1999 12:20:58 +0000 (12:20 +0000)] 
html filters has const methods now

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

24 years agoUnicode compilation fix, just for kicks (was bored after missing some
Ove Kaaven [Sun, 25 Jul 1999 11:44:08 +0000 (11:44 +0000)] 
Unicode compilation fix, just for kicks (was bored after missing some
libraries needed to compile current cvs of abiword)

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

24 years agoOne sample a day keeps stagnation away
Ove Kaaven [Sun, 25 Jul 1999 06:04:20 +0000 (06:04 +0000)] 
One sample a day keeps stagnation away

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

24 years agoUnicode compilation fix
Ove Kaaven [Sun, 25 Jul 1999 05:41:29 +0000 (05:41 +0000)] 
Unicode compilation fix

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

24 years agooops... compilation fix
Vadim Zeitlin [Sat, 24 Jul 1999 23:19:03 +0000 (23:19 +0000)] 
oops... compilation fix

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

24 years agowxDialog::IsModal() works
Vadim Zeitlin [Sat, 24 Jul 1999 23:16:35 +0000 (23:16 +0000)] 
wxDialog::IsModal() works

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

24 years agohelp classes compilation fixes
Vadim Zeitlin [Sat, 24 Jul 1999 23:12:39 +0000 (23:12 +0000)] 
help classes compilation fixes

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

24 years agowxHTML compilation fixes
Vadim Zeitlin [Sat, 24 Jul 1999 22:44:22 +0000 (22:44 +0000)] 
wxHTML compilation fixes

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

24 years agominor fix to find contents file alright
Karsten Ballüder [Sat, 24 Jul 1999 22:38:00 +0000 (22:38 +0000)] 
minor fix to find contents file alright

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

24 years agofix for C files
Vadim Zeitlin [Sat, 24 Jul 1999 22:17:19 +0000 (22:17 +0000)] 
fix for C files

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

24 years agocompilation fix
Vadim Zeitlin [Sat, 24 Jul 1999 22:05:21 +0000 (22:05 +0000)] 
compilation fix

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

24 years agocompilation fixes and minor improvements
Karsten Ballüder [Sat, 24 Jul 1999 20:28:36 +0000 (20:28 +0000)] 
compilation fixes and minor improvements

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