]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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  -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

24 years agoNew wxWin.icc for monolithic build.
David Webster [Mon, 10 Jan 2000 19:06:15 +0000 (19:06 +0000)] 
New wxWin.icc for monolithic build.

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

24 years agoSN: WXPM wants wxUSE_OWNER_DRAWN to be defined to 1 as well.
Stefan Neis [Mon, 10 Jan 2000 17:25:47 +0000 (17:25 +0000)] 
SN: WXPM wants wxUSE_OWNER_DRAWN to be defined to 1 as well.

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

24 years agofixes for 'make install' for wxBase - seems to work
Vadim Zeitlin [Mon, 10 Jan 2000 17:12:43 +0000 (17:12 +0000)] 
fixes for 'make install' for wxBase - seems to work

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

24 years agoSN: Fixes to OS/2 specific problems (use LEX_STEM and PATH_IFS set by configure).
Stefan Neis [Mon, 10 Jan 2000 17:11:19 +0000 (17:11 +0000)] 
SN: Fixes to OS/2 specific problems (use LEX_STEM and PATH_IFS set by configure).
SN: Added support for compiling wxPM with EMX using Unix-Makefiles.

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

24 years agoSN: Several workarounds for OS/2-specific problems.
Stefan Neis [Mon, 10 Jan 2000 17:07:28 +0000 (17:07 +0000)] 
SN: Several workarounds for OS/2-specific problems.
SN: "--with-pm" only allowed on OS/2.

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

24 years agoMakefiles and .rsp file edited for demos/samples
Julian Smart [Mon, 10 Jan 2000 16:56:55 +0000 (16:56 +0000)] 
Makefiles and .rsp file edited for demos/samples

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

24 years agowxAPIENTRY fixes (?)
Vadim Zeitlin [Mon, 10 Jan 2000 15:58:59 +0000 (15:58 +0000)] 
wxAPIENTRY fixes (?)

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

24 years agocheck for wxUSE_DYNLIB_CLASS corrected
Vadim Zeitlin [Mon, 10 Jan 2000 15:29:20 +0000 (15:29 +0000)] 
check for wxUSE_DYNLIB_CLASS corrected

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

24 years ago#define DEBUG_MAIN_THREAD for non __WXDEBUG__ compilation
Bart A.M. Jourquin [Mon, 10 Jan 2000 10:41:04 +0000 (10:41 +0000)] 
#define DEBUG_MAIN_THREAD for non __WXDEBUG__ compilation

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

24 years agoWrong Init was being called in ctor.
Robin Dunn [Mon, 10 Jan 2000 07:21:53 +0000 (07:21 +0000)] 
Wrong Init was being called in ctor.

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

24 years agoImportant changes to avoid dependence on events inside wxSocket
Guillermo Rodriguez Garcia [Mon, 10 Jan 2000 03:54:37 +0000 (03:54 +0000)] 
Important changes to avoid dependence on events inside wxSocket
implementation (should also ease a console only version soon)

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

24 years agoOps, small typo
Guillermo Rodriguez Garcia [Mon, 10 Jan 2000 01:06:50 +0000 (01:06 +0000)] 
Ops, small typo

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

24 years agoFixed from Mumit Khan to allow DLL compilation for mingw32
Guillermo Rodriguez Garcia [Mon, 10 Jan 2000 01:00:13 +0000 (01:00 +0000)] 
Fixed from Mumit Khan to allow DLL compilation for mingw32

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

24 years agoFixes from Mumit Khan to allow DLL compilation; most fixes related to
Guillermo Rodriguez Garcia [Mon, 10 Jan 2000 00:55:05 +0000 (00:55 +0000)] 
Fixes from Mumit Khan to allow DLL compilation; most fixes related to
missing WXDLLEXPORTs

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

24 years ago Themes crash fix.
Robert Roebling [Sun, 9 Jan 2000 16:12:35 +0000 (16:12 +0000)] 
  Themes crash fix.

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

24 years agoSome other mini test I used for wxmedia2
Guilhem Lavaux [Sun, 9 Jan 2000 15:13:57 +0000 (15:13 +0000)] 
Some other mini test I used for wxmedia2

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

24 years agoAdd XPM handlers by default if XPM support is enabled
Guillermo Rodriguez Garcia [Sun, 9 Jan 2000 13:12:28 +0000 (13:12 +0000)] 
Add XPM handlers by default if XPM support is enabled

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

24 years agoWas using CPPFLAGS instead of CFLAGS for C files
Guillermo Rodriguez Garcia [Sun, 9 Jan 2000 13:10:29 +0000 (13:10 +0000)] 
Was using CPPFLAGS instead of CFLAGS for C files

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

24 years agoRemoved mingw32 fix
Guillermo Rodriguez Garcia [Sun, 9 Jan 2000 13:09:28 +0000 (13:09 +0000)] 
Removed mingw32 fix

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

24 years agoadded IsEncodingAvailable and GetAltForEncoding extended by facename argument and...
Václav Slavík [Sat, 8 Jan 2000 23:45:31 +0000 (23:45 +0000)] 
added IsEncodingAvailable and GetAltForEncoding extended by facename argument and added GetAltForEncoding alternative that returns only wxFontEncoding (and thus more useful for wxWin users)

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

24 years agoadd wxFontEncoding member into wxNativeEncodingInfo
Václav Slavík [Sat, 8 Jan 2000 23:45:24 +0000 (23:45 +0000)] 
add wxFontEncoding member into wxNativeEncodingInfo

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

24 years agoBorland #include hack
Václav Slavík [Sat, 8 Jan 2000 23:44:49 +0000 (23:44 +0000)] 
Borland #include hack

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

24 years agotried to correct the colour problems
Vadim Zeitlin [Sat, 8 Jan 2000 22:20:03 +0000 (22:20 +0000)] 
tried to correct the colour problems

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

24 years agoSplit the sample in three source files + three header files, for improved
Guillermo Rodriguez Garcia [Sat, 8 Jan 2000 18:27:19 +0000 (18:27 +0000)] 
Split the sample in three source files + three header files, for improved
clarity. Now there is a 'life' module (main app), a 'game' module (game
logic) and a 'dialogs' module (guess what).

Also, speeded up drawing a lot.

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

24 years ago Applied listbox isselected fix.
Robert Roebling [Sat, 8 Jan 2000 16:53:37 +0000 (16:53 +0000)] 
   Applied listbox isselected fix.

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

24 years ago Themes and threads testing code.
Robert Roebling [Sat, 8 Jan 2000 16:26:41 +0000 (16:26 +0000)] 
  Themes and threads testing code.

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

24 years ago??
Guillermo Rodriguez Garcia [Sat, 8 Jan 2000 16:12:49 +0000 (16:12 +0000)] 
??

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

24 years agoops. SetFocus should be public
Guillermo Rodriguez Garcia [Sat, 8 Jan 2000 16:10:31 +0000 (16:10 +0000)] 
ops. SetFocus should be public

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

24 years agoupdated configure and the makefiles after the samples move
Vadim Zeitlin [Sat, 8 Jan 2000 16:07:56 +0000 (16:07 +0000)] 
updated configure and the makefiles after the samples move

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