]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years agoSN: Removed use of undefined refData
Stefan Neis [Sat, 15 Jan 2000 22:54:38 +0000 (22:54 +0000)] 
SN: Removed use of undefined refData

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

24 years ago1. fixed small bug with toolbar size updates
Vadim Zeitlin [Sat, 15 Jan 2000 22:36:52 +0000 (22:36 +0000)] 
1. fixed small bug with toolbar size updates
2. fixed bug with showing message box from wxApp::OnInit()
3. fixed crash on DDE client disconnection
4. fixed wxExecute() which was broken since quite some time (hidden
   window creation problems) and in wxShell()

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

24 years agocleaned IPC samples a bit
Vadim Zeitlin [Sat, 15 Jan 2000 22:34:29 +0000 (22:34 +0000)] 
cleaned IPC samples a bit

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

24 years agoadded test for text ctrls with the same id
Vadim Zeitlin [Sat, 15 Jan 2000 22:33:35 +0000 (22:33 +0000)] 
added test for text ctrls with the same id

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

24 years agoadded demo for bitmaps of different size
Vadim Zeitlin [Sat, 15 Jan 2000 22:31:16 +0000 (22:31 +0000)] 
added demo for bitmaps of different size

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

24 years agonew sample - shows wxExecute
Vadim Zeitlin [Sat, 15 Jan 2000 22:16:23 +0000 (22:16 +0000)] 
new sample - shows wxExecute

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

24 years agoNo more pnghand.h
Guillermo Rodriguez Garcia [Sat, 15 Jan 2000 21:48:50 +0000 (21:48 +0000)] 
No more pnghand.h

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

24 years agoCompile fix for mingw32
Guillermo Rodriguez Garcia [Sat, 15 Jan 2000 21:48:30 +0000 (21:48 +0000)] 
Compile fix for mingw32

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

24 years agoBug related to icon/bitmap conversion, fix by Mumit Khan
Guillermo Rodriguez Garcia [Sat, 15 Jan 2000 21:45:30 +0000 (21:45 +0000)] 
Bug related to icon/bitmap conversion, fix by Mumit Khan

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

24 years agorenamed to makefile, instead of Makefile
Guillermo Rodriguez Garcia [Sat, 15 Jan 2000 21:36:46 +0000 (21:36 +0000)] 
renamed to makefile, instead of Makefile

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

24 years agoFixes from Mumit Khan
Guillermo Rodriguez Garcia [Sat, 15 Jan 2000 21:32:32 +0000 (21:32 +0000)] 
Fixes from Mumit Khan

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

24 years ago Next try at avoiding too few or too many size events.
Robert Roebling [Sat, 15 Jan 2000 20:06:47 +0000 (20:06 +0000)] 
  Next try at avoiding too few or too many size events.

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

24 years agofixed my previous commit that broke help context/index parser :-(
Václav Slavík [Sat, 15 Jan 2000 16:40:33 +0000 (16:40 +0000)] 
fixed my previous commit that broke help context/index parser :-(

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

24 years ago Slightly better fix for resize problems.
Robert Roebling [Sat, 15 Jan 2000 15:51:11 +0000 (15:51 +0000)] 
  Slightly better fix for resize problems.

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

24 years ago Fixed resize behaviour under certain circumstances.
Robert Roebling [Sat, 15 Jan 2000 14:48:00 +0000 (14:48 +0000)] 
  Fixed resize behaviour under certain circumstances.
  Disabled GUI threading when using GTK < 1.2.4, better
    than crashing.
  Typos corrected.

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

24 years ago Typos in docs.
Robert Roebling [Sat, 15 Jan 2000 11:46:37 +0000 (11:46 +0000)] 
  Typos in docs.
  GetClientSize and related code now queries the size of
    the scrollbar instead of hard coding the values for
    the standard (no-theme) scrollbars.

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

24 years ago black now denotes 0 on mono-bitmaps.
Robert Roebling [Sat, 15 Jan 2000 10:39:27 +0000 (10:39 +0000)] 
  black now denotes 0 on mono-bitmaps.

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

24 years ago16-bit fixes
Julian Smart [Sat, 15 Jan 2000 10:20:46 +0000 (10:20 +0000)] 
16-bit fixes

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

24 years agodrawing mono bitmaps now uses correct colours
Vadim Zeitlin [Sat, 15 Jan 2000 01:52:55 +0000 (01:52 +0000)] 
drawing mono bitmaps now uses correct colours

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

24 years agoinversed wxImage for the mono bitmap
Vadim Zeitlin [Sat, 15 Jan 2000 01:52:26 +0000 (01:52 +0000)] 
inversed wxImage for the mono bitmap

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

24 years agouse HWND in HandleCommand() to let buggy programs using duplicate ids for controls...
Vadim Zeitlin [Sat, 15 Jan 2000 00:17:06 +0000 (00:17 +0000)] 
use HWND in HandleCommand() to let buggy programs using duplicate ids for controls work

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

24 years agoSN: Derive wxSpinButton from wxSpinButtonBase instead of wxControl.
Stefan Neis [Fri, 14 Jan 2000 23:08:42 +0000 (23:08 +0000)] 
SN: Derive wxSpinButton from wxSpinButtonBase instead of wxControl.

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

24 years agoSN: Removed second of two declarations declaring wxMDIChildFrame friend of
Stefan Neis [Fri, 14 Jan 2000 23:06:22 +0000 (23:06 +0000)] 
SN: Removed second of two declarations declaring wxMDIChildFrame friend of
        wxMDIParentFrame.

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

24 years agoSN: Don't include (non-existing) pmstddlg.h for EMX
Stefan Neis [Fri, 14 Jan 2000 23:04:16 +0000 (23:04 +0000)] 
SN: Don't include (non-existing) pmstddlg.h for EMX

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

24 years agoSN: Added a forward declaration of class wxOwnerDrawn (needed by gcc)
Stefan Neis [Fri, 14 Jan 2000 23:02:22 +0000 (23:02 +0000)] 
SN: Added a forward declaration of class wxOwnerDrawn (needed by gcc)

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

24 years agoSN: Added a 'wxDefaultValidator' where it seems to be needed after
Stefan Neis [Fri, 14 Jan 2000 22:57:03 +0000 (22:57 +0000)] 
SN: Added a 'wxDefaultValidator' where it seems to be needed after
        a change to CreateControl-API

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

24 years agoSN: Fixed inlcudes for EMX, commented out lines like "cout << something;"
Stefan Neis [Fri, 14 Jan 2000 22:55:24 +0000 (22:55 +0000)] 
SN: Fixed inlcudes for EMX, commented out lines like "cout << something;"
        (If you want them in the code, please also include iostream.h).

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

24 years agoSN: Disable some features not supported by EMX (#ifndef __EMX__)
Stefan Neis [Fri, 14 Jan 2000 22:51:34 +0000 (22:51 +0000)] 
SN: Disable some features not supported by EMX (#ifndef __EMX__)

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

24 years agoSN: Added #pragma implementation. Make it compile even if wxOwnerDrawn == 0
Stefan Neis [Fri, 14 Jan 2000 22:50:09 +0000 (22:50 +0000)] 
SN: Added #pragma implementation. Make it compile even if wxOwnerDrawn == 0

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

24 years agoSN: Added #pragma implementation needed by GCC - expect more to come
Stefan Neis [Fri, 14 Jan 2000 22:45:47 +0000 (22:45 +0000)] 
SN: Added #pragma implementation needed by GCC - expect more to come
       but it seems to work right now.

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

24 years agoSN: Use wxDummyChar only if __VISAGECPP__ is defined.
Stefan Neis [Fri, 14 Jan 2000 22:37:39 +0000 (22:37 +0000)] 
SN: Use wxDummyChar only if __VISAGECPP__ is defined.
        Changed #ifdef wxUSE_UNICODE in ~wxApp() to #if wxUSE_UNICODE

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

24 years agoSN: Added suitable includes for EMX (#ifdef'ed __EMX__),
Stefan Neis [Fri, 14 Jan 2000 22:30:03 +0000 (22:30 +0000)] 
SN: Added suitable includes for EMX (#ifdef'ed __EMX__),
        removed include to wx/defs.h (seems to be unnecessary and
        gcc chokes on C files containing C++ features (such as 'class')

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

24 years agoSN: Replaced more ':' in VPATH statements by PATH_IFS (to make
Stefan Neis [Fri, 14 Jan 2000 22:24:27 +0000 (22:24 +0000)] 
SN: Replaced more ':' in VPATH statements by PATH_IFS (to make
        wxGTK/wxMotif/wxPM compile without editing generated Makefiles
        on OS/2), including a ':' in a comment, so this time this
        hopefully will not break anything.

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

24 years agofixed typos
Václav Slavík [Fri, 14 Jan 2000 21:43:50 +0000 (21:43 +0000)] 
fixed typos

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

24 years agojust changed background color from that ugly green to something else ;-)
Václav Slavík [Fri, 14 Jan 2000 21:43:36 +0000 (21:43 +0000)] 
just changed background color from that ugly green to something else ;-)

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

24 years agoupdated obsolete info in about box..
Václav Slavík [Fri, 14 Jan 2000 21:41:56 +0000 (21:41 +0000)] 
updated obsolete info in about box..

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

24 years agocode fragment that adds one more line to each html page for better look was moved...
Václav Slavík [Fri, 14 Jan 2000 21:41:45 +0000 (21:41 +0000)] 
code fragment that adds one more line to each html page for better look was moved to wxHtmlWindow so that it does not affect m_Cell->GetHeight()

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

24 years agoupdated list of supported tags (wxHTML)
Václav Slavík [Fri, 14 Jan 2000 21:41:36 +0000 (21:41 +0000)] 
updated list of supported tags (wxHTML)

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

24 years agooptimized wxHtmlContainerCell - now proceeds layouting only when neccessary (will...
Václav Slavík [Fri, 14 Jan 2000 21:41:17 +0000 (21:41 +0000)] 
optimized wxHtmlContainerCell - now proceeds layouting only when neccessary (will speed-up window resizing of pages with many constant-width tables)

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

24 years agooptimized wxHtmlContainerCell - now proceeds layouting only when neccessary (will...
Václav Slavík [Fri, 14 Jan 2000 21:41:09 +0000 (21:41 +0000)] 
optimized wxHtmlContainerCell - now proceeds layouting only when neccessary (will speed-up window resizing of pages with many constant-width tables)
;; also added much larger (complete?) table of &nbsp;-like substitutions

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

24 years agoremoved a condition (l. 124) that always eval to true
Václav Slavík [Fri, 14 Jan 2000 21:40:56 +0000 (21:40 +0000)] 
removed a condition (l. 124) that always eval to true

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

24 years agowxHtmlWindow's flags is now wxHSCROLL | wxVSCROLL
Václav Slavík [Fri, 14 Jan 2000 21:40:41 +0000 (21:40 +0000)] 
wxHtmlWindow's flags is now wxHSCROLL | wxVSCROLL

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

24 years agoadded <address>, <code>, <kbd>, <samp>, <small>, <big> tags
Václav Slavík [Fri, 14 Jan 2000 21:40:34 +0000 (21:40 +0000)] 
added <address>, <code>, <kbd>, <samp>, <small>, <big> tags

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

24 years ago image to bitmap rewrite,
Robert Roebling [Fri, 14 Jan 2000 20:29:01 +0000 (20:29 +0000)] 
  image to bitmap rewrite,
  ViewStart() renamed GetViewStart()

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

24 years agoAdded a lot of comments
Guilhem Lavaux [Fri, 14 Jan 2000 18:21:30 +0000 (18:21 +0000)] 
Added a lot of comments

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

24 years agoFurther fixes to Dialog Editor; additions to .dsp files
Julian Smart [Fri, 14 Jan 2000 17:55:49 +0000 (17:55 +0000)] 
Further fixes to Dialog Editor; additions to .dsp files

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

24 years ago Updated "make dist",
Robert Roebling [Fri, 14 Jan 2000 17:08:42 +0000 (17:08 +0000)] 
  Updated "make dist",
  Extended scroll sub sample to demonstrate how
   wxGrid might work.

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

24 years ago Typo in image sample (displayed PNM, not TIFF).
Robert Roebling [Fri, 14 Jan 2000 15:35:40 +0000 (15:35 +0000)] 
  Typo in image sample (displayed PNM, not TIFF).

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

24 years ago TIFF fix.
Robert Roebling [Fri, 14 Jan 2000 14:27:09 +0000 (14:27 +0000)] 
  TIFF fix.

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

24 years ago.RC file with OS/2 stuff in it.
David Webster [Fri, 14 Jan 2000 13:37:21 +0000 (13:37 +0000)] 
.RC file with OS/2 stuff in it.

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

24 years agoAdded a comment about the 'UpdateWindow' issue in SetScrollBars()
Guillermo Rodriguez Garcia [Fri, 14 Jan 2000 11:45:41 +0000 (11:45 +0000)] 
Added a comment about the 'UpdateWindow' issue in SetScrollBars()

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

24 years agowxSocekt now uses wxPostEvent.
Guillermo Rodriguez Garcia [Fri, 14 Jan 2000 10:04:12 +0000 (10:04 +0000)] 
wxSocekt now uses wxPostEvent.
Added preliminary wxDatagramSocket support (still incomplete)

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

24 years agoMumit Khan's patches for cross compilation
Guillermo Rodriguez Garcia [Fri, 14 Jan 2000 10:01:56 +0000 (10:01 +0000)] 
Mumit Khan's patches for cross compilation

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

24 years agoadded the fix to autoconf hack
Vadim Zeitlin [Fri, 14 Jan 2000 00:34:55 +0000 (00:34 +0000)] 
added the fix to autoconf hack

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

24 years agoThis commit was generated by cvs2svn to compensate for changes in r5380,
Ryan Norton [Fri, 14 Jan 2000 00:20:46 +0000 (00:20 +0000)] 
This commit was generated by cvs2svn to compensate for changes in r5380,
which included commits to RCS files with non-trunk default branches.

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

24 years agoInitial revision
Vadim Zeitlin [Fri, 14 Jan 2000 00:20:44 +0000 (00:20 +0000)] 
Initial revision

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

24 years ago1. some warnings fixed in forty
Vadim Zeitlin [Fri, 14 Jan 2000 00:17:41 +0000 (00:17 +0000)] 
1. some warnings fixed in forty
2. added test for a would-ve client data bug in wxTextCtrl
3. added support for metafiels to the dnd sample

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

24 years ago1. added wxEnhMetaFileXXX classes
Vadim Zeitlin [Thu, 13 Jan 2000 23:39:48 +0000 (23:39 +0000)] 
1. added wxEnhMetaFileXXX classes
2. fixed/added copy/paste for metafiles

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

24 years agoLINKAGEMODE under OS/2 is only applicable for VisualAge, not EMX or Watcom
David Webster [Thu, 13 Jan 2000 20:31:20 +0000 (20:31 +0000)] 
LINKAGEMODE under OS/2 is only applicable for VisualAge, not EMX or Watcom

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

24 years agoChanged wxWindowBase foreground to use wxSystemSettings, and changed wxTextCtrl
Julian Smart [Thu, 13 Jan 2000 14:26:30 +0000 (14:26 +0000)] 
Changed wxWindowBase foreground to use wxSystemSettings, and changed wxTextCtrl
to only be grey for single-line read-only controls.

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

24 years agoSet RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but...); fixed a
Julian Smart [Thu, 13 Jan 2000 13:17:19 +0000 (13:17 +0000)] 
Set RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but...); fixed a
Dialog Editor crash problem; made wxStaticBitmap movable again

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

24 years agomac updates and msw bitmapdrawing on printer
Stefan Csomor [Thu, 13 Jan 2000 11:07:58 +0000 (11:07 +0000)] 
mac updates and msw bitmapdrawing on printer

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

24 years agoFixed read-only colour for wxTextCtrl (TODO: wxComboBox) and fixed makeproj
Julian Smart [Thu, 13 Jan 2000 10:41:43 +0000 (10:41 +0000)] 
Fixed read-only colour for wxTextCtrl (TODO: wxComboBox) and fixed makeproj
in line with recent sample changes

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

24 years agoRemoved ::UpdateWindow from scrolwin.cpp; corrected default extension appending;
Julian Smart [Thu, 13 Jan 2000 09:40:24 +0000 (09:40 +0000)] 
Removed ::UpdateWindow from scrolwin.cpp; corrected default extension appending;
corrected bug in dcprint.cpp that tried to access deleted memory

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

24 years ago Committing in .
Jouk Jansen [Thu, 13 Jan 2000 09:03:13 +0000 (09:03 +0000)] 
 Committing in .

 Update of VMS compile support

 Modified Files:
  wxWindows/descrip.mms wxWindows/setup.h_vms
  wxWindows/src/common/descrip.mms
 ----------------------------------------------------------------------

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

24 years agocw pro 5.3 adaptions
Stefan Csomor [Thu, 13 Jan 2000 07:58:45 +0000 (07:58 +0000)] 
cw pro 5.3 adaptions

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

24 years agoa base for geometry operations
Stefan Csomor [Thu, 13 Jan 2000 07:58:07 +0000 (07:58 +0000)] 
a base for geometry operations

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

24 years agoadaptions for CW Pro 5.3 on mac
Stefan Csomor [Thu, 13 Jan 2000 07:57:22 +0000 (07:57 +0000)] 
adaptions for CW Pro 5.3 on mac

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

24 years agolast line missing
Guillermo Rodriguez Garcia [Thu, 13 Jan 2000 01:10:59 +0000 (01:10 +0000)] 
last line missing

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

24 years agoA few more fixes from Mumit Khan
Guillermo Rodriguez Garcia [Thu, 13 Jan 2000 01:07:28 +0000 (01:07 +0000)] 
A few more fixes from Mumit Khan

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

24 years agosome compilation fixes for mingw32 and not only
Vadim Zeitlin [Wed, 12 Jan 2000 21:23:26 +0000 (21:23 +0000)] 
some compilation fixes for mingw32 and not only

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

24 years agofix for red to blue mapping in toolbar buttons
Robin Dunn [Wed, 12 Jan 2000 20:43:09 +0000 (20:43 +0000)] 
fix for red to blue mapping in toolbar buttons

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

24 years agoMade filter index zero-based
Julian Smart [Wed, 12 Jan 2000 20:02:15 +0000 (20:02 +0000)] 
Made filter index zero-based

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

24 years ago Chnages to mono-bitmap code.
Robert Roebling [Wed, 12 Jan 2000 17:57:18 +0000 (17:57 +0000)] 
  Chnages to mono-bitmap code.
  Added ConvertToMonoBitmap() to wxImage.
  Minor changes to forty.

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

24 years agofixed 'make install' I had broken previously
Vadim Zeitlin [Wed, 12 Jan 2000 16:13:29 +0000 (16:13 +0000)] 
fixed 'make install' I had broken previously

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

24 years agocall to tr fixed
Vadim Zeitlin [Wed, 12 Jan 2000 15:14:01 +0000 (15:14 +0000)] 
call to tr fixed

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

24 years agoadded wxUSE_NOTEBOOK to include/wx/msw/setup0.h, removed wxUSE_RADIOBUTTON (we
Vadim Zeitlin [Wed, 12 Jan 2000 15:10:47 +0000 (15:10 +0000)] 
added wxUSE_NOTEBOOK to include/wx/msw/setup0.h, removed wxUSE_RADIOBUTTON (we
already have RADIOBTN)

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

24 years agoregenerated from template
Vadim Zeitlin [Wed, 12 Jan 2000 14:56:47 +0000 (14:56 +0000)] 
regenerated from template

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

24 years agoclarification of PAGE_CHANGING event
Vadim Zeitlin [Wed, 12 Jan 2000 14:52:04 +0000 (14:52 +0000)] 
clarification of PAGE_CHANGING event

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

24 years agocompilation fix for non-threaded compilation (threads are still broken
Karsten Ballüder [Wed, 12 Jan 2000 11:56:30 +0000 (11:56 +0000)] 
compilation fix for non-threaded compilation (threads are still broken
anyway!)

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

24 years agoadded wxHtmlLinkInfo::GetHtmlCell so that you know where it came from
Václav Slavík [Wed, 12 Jan 2000 08:27:07 +0000 (08:27 +0000)] 
added wxHtmlLinkInfo::GetHtmlCell so that you know where it came from

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

24 years agoFixes to allow DLL compilation
Guillermo Rodriguez Garcia [Wed, 12 Jan 2000 01:19:23 +0000 (01:19 +0000)] 
Fixes to allow DLL compilation

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

24 years agoChanged \ to /
Guillermo Rodriguez Garcia [Wed, 12 Jan 2000 01:14:13 +0000 (01:14 +0000)] 
Changed \ to /

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

24 years agoAdded missing WXDLLEXPORTs
Guillermo Rodriguez Garcia [Wed, 12 Jan 2000 01:13:25 +0000 (01:13 +0000)] 
Added missing WXDLLEXPORTs

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

24 years agoPatches for DLL compilation & libtiff
Guillermo Rodriguez Garcia [Wed, 12 Jan 2000 01:11:04 +0000 (01:11 +0000)] 
Patches for DLL compilation & libtiff

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

24 years agoadded mouse event member into wxHtmlLinkInfo. wxHtmlWindow::OnLinkClicked now takes...
Václav Slavík [Tue, 11 Jan 2000 23:30:43 +0000 (23:30 +0000)] 
added mouse event member into wxHtmlLinkInfo. wxHtmlWindow::OnLinkClicked now takes const wxHtmlLinkInfo& argument

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

24 years agoadded mouse event member into wxHtmlLinkInfo. wxHtmlWindow::OnLinkClicked now takes...
Václav Slavík [Tue, 11 Jan 2000 23:30:02 +0000 (23:30 +0000)] 
added mouse event member into wxHtmlLinkInfo. wxHtmlWindow::OnLinkClicked now takes const wxHtmlLinkInfo& argument and wxHtmlCell::OnMouseClicked takes wxMouseEvent instead of three bools

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

24 years agofixed refresh problem with holidays in wxCalendarCtrl
Vadim Zeitlin [Tue, 11 Jan 2000 19:12:47 +0000 (19:12 +0000)] 
fixed refresh problem with holidays in wxCalendarCtrl

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

24 years agoBug fix in GetLabelFromText
Bart A.M. Jourquin [Tue, 11 Jan 2000 16:41:42 +0000 (16:41 +0000)] 
Bug fix in GetLabelFromText

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

24 years agoAdding GetCount() to wxHashTable
Bart A.M. Jourquin [Tue, 11 Jan 2000 16:27:31 +0000 (16:27 +0000)] 
Adding GetCount() to wxHashTable

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

24 years agoFix bug in GetLableFromText
Bart A.M. Jourquin [Tue, 11 Jan 2000 16:26:44 +0000 (16:26 +0000)] 
Fix bug in GetLableFromText

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

24 years agoAdding GetCount() to wxHashTable
Bart A.M. Jourquin [Tue, 11 Jan 2000 16:19:35 +0000 (16:19 +0000)] 
Adding GetCount() to wxHashTable

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

24 years agoEnableTool() should be called after Realize()
Vadim Zeitlin [Tue, 11 Jan 2000 14:10:24 +0000 (14:10 +0000)] 
EnableTool() should be called after Realize()

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

24 years agowxMenuItem::GetLabelFromText() added/documented, bug in wxMenu::FindItem() fixed
Vadim Zeitlin [Tue, 11 Jan 2000 13:58:41 +0000 (13:58 +0000)] 
wxMenuItem::GetLabelFromText() added/documented, bug in wxMenu::FindItem() fixed

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

24 years agoReplaced typo that had wxCALLBACK being redefined. wxSTDCALL should have been the...
George Tasker [Tue, 11 Jan 2000 12:56:58 +0000 (12:56 +0000)] 
Replaced typo that had wxCALLBACK being redefined.  wxSTDCALL should have been the the #define used, not wxCALLBACK

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

24 years agoMumit Khan's fixes to allow DLL compilation
Guillermo Rodriguez Garcia [Tue, 11 Jan 2000 02:59:25 +0000 (02:59 +0000)] 
Mumit Khan's fixes to allow DLL compilation

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

24 years agoNo #if wxUSE_DRAG_AND_DROP around the wxMetafileDataObject class, so compilation...
George Tasker [Mon, 10 Jan 2000 23:58:16 +0000 (23:58 +0000)] 
No #if wxUSE_DRAG_AND_DROP around the wxMetafileDataObject class, so compilation failed if wxUSE_DRAG_AND_DROP was 0 and wxUSE_METAFILE was 1

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

24 years agoMSW Caret is now destroyed and recreated when resized.
Robin Dunn [Mon, 10 Jan 2000 23:01:19 +0000 (23:01 +0000)] 
MSW Caret is now destroyed and recreated when resized.

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

24 years agoincremented version number for DLL
Robin Dunn [Mon, 10 Jan 2000 22:59:20 +0000 (22:59 +0000)] 
incremented version number for DLL

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

24 years agoNew VA 4.0 .icc file the minimal sample
David Webster [Mon, 10 Jan 2000 19:07:10 +0000 (19:07 +0000)] 
New VA 4.0 .icc file the minimal sample

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