]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years agoStuff needed for the font sample to build with VC++
Robin Dunn [Sat, 6 Nov 1999 08:01:42 +0000 (08:01 +0000)] 
Stuff needed for the font sample to build with VC++

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

24 years agoadded a WXDLLEXPORT
Robin Dunn [Sat, 6 Nov 1999 08:00:29 +0000 (08:00 +0000)] 
added a WXDLLEXPORT

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

24 years agoadded fontenum.cpp for MSW
Robin Dunn [Sat, 6 Nov 1999 07:59:50 +0000 (07:59 +0000)] 
added fontenum.cpp for MSW

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

24 years ago1. wxFontMapper seems to work for wxMSW
Vadim Zeitlin [Sat, 6 Nov 1999 00:43:31 +0000 (00:43 +0000)] 
1. wxFontMapper seems to work for wxMSW
2. font functions moved into a separate file, duplicated code in font.cpp
   and fontdlg.cpp removed
3. wxCustomDataObject docs finished

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

24 years agofixed memory leak in wxFilesystemHandler
Václav Slavík [Sat, 6 Nov 1999 00:14:25 +0000 (00:14 +0000)] 
fixed memory leak in wxFilesystemHandler

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

24 years agofixed some clipping related bugs in wxHTML priting
Václav Slavík [Sat, 6 Nov 1999 00:13:28 +0000 (00:13 +0000)] 
fixed some clipping related bugs in wxHTML priting

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

24 years agoChange the const global wxDefaultValidator to a pointer for VisualAge
David Webster [Fri, 5 Nov 1999 22:09:37 +0000 (22:09 +0000)] 
Change the const global wxDefaultValidator to a pointer for VisualAge

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

24 years agowXMotif compilation fixes
Vadim Zeitlin [Fri, 5 Nov 1999 19:36:35 +0000 (19:36 +0000)] 
wXMotif compilation fixes

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

24 years ago(start of) wxCustomDataObject docs
Vadim Zeitlin [Fri, 5 Nov 1999 19:19:58 +0000 (19:19 +0000)] 
(start of) wxCustomDataObject docs

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

24 years ago1. wxFontMapper almost finished
Vadim Zeitlin [Fri, 5 Nov 1999 19:03:19 +0000 (19:03 +0000)] 
1. wxFontMapper almost finished
2. font helper functions are now in separate files, not utilsunx.cpp

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

24 years agoIncremented the version number used in the DLL filename to match version.h
Robin Dunn [Fri, 5 Nov 1999 18:47:26 +0000 (18:47 +0000)] 
Incremented the version number used in the DLL filename to match version.h

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

24 years ago This window positioning setting works on AfterStep
Robert Roebling [Fri, 5 Nov 1999 18:25:40 +0000 (18:25 +0000)] 
  This window positioning setting works on AfterStep
    and almost on KDE 1.0, so lets leave it here.

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

24 years agoanother operator needed for __alpha__
Karsten Ballüder [Fri, 5 Nov 1999 17:04:13 +0000 (17:04 +0000)] 
another operator needed for __alpha__

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

24 years ago Added IsTopLevel() as a virtual function.
Robert Roebling [Fri, 5 Nov 1999 15:54:10 +0000 (15:54 +0000)] 
  Added IsTopLevel() as a virtual function.
  Added fontenum.hto filelist.txt,
  Changed window positioning code again,
  some more related things.

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

24 years agoCleaned up paint DC cache in ~wxPaintDC to avoid spurious memory warning
Julian Smart [Fri, 5 Nov 1999 15:04:31 +0000 (15:04 +0000)] 
Cleaned up paint DC cache in ~wxPaintDC to avoid spurious memory warning

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

24 years agofontmap.h/cpp and fontutil.h/cpp added
Vadim Zeitlin [Fri, 5 Nov 1999 14:41:46 +0000 (14:41 +0000)] 
fontmap.h/cpp and fontutil.h/cpp added

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

24 years agocompilation fixes for GTK+ <= 1.2.3
Vadim Zeitlin [Fri, 5 Nov 1999 13:04:13 +0000 (13:04 +0000)] 
compilation fixes for GTK+ <= 1.2.3

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

24 years agofixed menu accelerators
Karsten Ballüder [Fri, 5 Nov 1999 10:56:38 +0000 (10:56 +0000)] 
fixed menu accelerators

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

24 years agoadded missing event.Skip(), now menus work properly
Karsten Ballüder [Fri, 5 Nov 1999 09:56:19 +0000 (09:56 +0000)] 
added missing event.Skip(), now menus work properly

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

24 years agoCW5.2 Pro Adaptions, wxMac starting to move in
Stefan Csomor [Fri, 5 Nov 1999 09:16:09 +0000 (09:16 +0000)] 
CW5.2 Pro Adaptions, wxMac starting to move in

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

24 years agoChange a Popup menu from using a callback to using events. Can't test
Robin Dunn [Fri, 5 Nov 1999 06:56:53 +0000 (06:56 +0000)] 
Change a Popup menu from using a callback to using events.  Can't test
it right now but it compiles.

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

24 years agoRetyping some lines in tfontenc.tex seemed to remove a strange WinHelp compile
Julian Smart [Thu, 4 Nov 1999 20:43:52 +0000 (20:43 +0000)] 
Retyping some lines in tfontenc.tex seemed to remove a strange WinHelp compile
problem...

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

24 years ago1. wxFontMapper starts to materialise
Vadim Zeitlin [Thu, 4 Nov 1999 20:40:41 +0000 (20:40 +0000)] 
1. wxFontMapper starts to materialise
2. wxFontEnumerator corrections: EnumerateFamilies => EnumerateFacenames

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

24 years agoSome doc changes
Julian Smart [Thu, 4 Nov 1999 20:04:04 +0000 (20:04 +0000)] 
Some doc changes

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

24 years ago Window placement changes. Pure guessing.
Robert Roebling [Thu, 4 Nov 1999 19:47:03 +0000 (19:47 +0000)] 
  Window placement changes. Pure guessing.

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

24 years agowxUSE_RADIOBOX/SLIDER/SPINCTRL added
Vadim Zeitlin [Thu, 4 Nov 1999 18:20:35 +0000 (18:20 +0000)] 
wxUSE_RADIOBOX/SLIDER/SPINCTRL added

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

24 years ago Minor doc updates.
Robert Roebling [Thu, 4 Nov 1999 17:49:21 +0000 (17:49 +0000)] 
  Minor doc updates.

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

24 years agomore samples are being built and samples/Makefiles uses SAMPLES_SUBDIRS
Vadim Zeitlin [Thu, 4 Nov 1999 16:52:23 +0000 (16:52 +0000)] 
more samples are being built and samples/Makefiles uses SAMPLES_SUBDIRS
determined by configure which avoids trying to build the samples which won't
compile anyhow

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

24 years ago2.2 release should happen in 1999, not 2000 :-)
Václav Slavík [Thu, 4 Nov 1999 16:35:06 +0000 (16:35 +0000)] 
2.2 release should happen in 1999, not 2000 :-)

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

24 years agobug with object being passed through ... corrected
Vadim Zeitlin [Thu, 4 Nov 1999 16:33:09 +0000 (16:33 +0000)] 
bug with object being passed through ... corrected

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

24 years agocompilation fixes
Vadim Zeitlin [Thu, 4 Nov 1999 15:59:39 +0000 (15:59 +0000)] 
compilation fixes

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

24 years agocompilation fix
Vadim Zeitlin [Thu, 4 Nov 1999 15:49:20 +0000 (15:49 +0000)] 
compilation fix

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

24 years agomodification to AXP hack
Karsten Ballüder [Thu, 4 Nov 1999 13:02:26 +0000 (13:02 +0000)] 
modification to AXP hack

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

24 years agomade new operator __alpha__ dependent
Karsten Ballüder [Thu, 4 Nov 1999 09:43:42 +0000 (09:43 +0000)] 
made new operator __alpha__ dependent

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

24 years agoadded operator[](unsigned int) const -- testing it now on Linux/axp,
Karsten Ballüder [Thu, 4 Nov 1999 09:27:36 +0000 (09:27 +0000)] 
added operator[](unsigned int) const -- testing it now on Linux/axp,
solaris, linux/i386

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

24 years ago1. wxFileDataObject fixes from Ricky Gonzales - seems to work, so demo added
Vadim Zeitlin [Thu, 4 Nov 1999 02:39:19 +0000 (02:39 +0000)] 
1. wxFileDataObject fixes from Ricky Gonzales - seems to work, so demo added
   to the dnd sample and documented
2. wxLogTextCtrl gets status messages too (were just eaten)
3. wxWindow::Enable() goes down recursively
4. attempts at fixing wxButton::SetBackgroundColour() - didn't work :-(

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

24 years agowxFontEnumerator docs
Vadim Zeitlin [Wed, 3 Nov 1999 23:51:07 +0000 (23:51 +0000)] 
wxFontEnumerator docs

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

24 years agoadded frame icon for HTMLhelp frame
Václav Slavík [Wed, 3 Nov 1999 22:40:48 +0000 (22:40 +0000)] 
added frame icon for HTMLhelp frame

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

24 years agowxHTML now supports not only "&nbsp;"-like specials but "&nbsp " as well
Václav Slavík [Wed, 3 Nov 1999 22:39:51 +0000 (22:39 +0000)] 
wxHTML now supports not only "&nbsp;"-like specials but "&nbsp " as well

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

24 years agosaving customization now works fine
Václav Slavík [Wed, 3 Nov 1999 22:39:13 +0000 (22:39 +0000)] 
saving customization now works fine

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

24 years agoAdded makefile.g95
Guilhem Lavaux [Wed, 3 Nov 1999 18:09:06 +0000 (18:09 +0000)] 
Added makefile.g95
Added some commentary in sndwin.cpp

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

24 years ago Some menu things.
Robert Roebling [Wed, 3 Nov 1999 17:48:23 +0000 (17:48 +0000)] 
  Some menu things.

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

24 years ago A bit more testing.
Robert Roebling [Wed, 3 Nov 1999 15:55:14 +0000 (15:55 +0000)] 
  A bit more testing.

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

24 years agoAdded a border around dialogs. Has anyone got a better solution?
Karsten Ballüder [Wed, 3 Nov 1999 15:53:18 +0000 (15:53 +0000)] 
Added a border around dialogs. Has  anyone got a better solution?

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

24 years agofixed rounding error problem in wxPostscriptDC::SetFont when DC's user scale was...
Václav Slavík [Wed, 3 Nov 1999 15:33:25 +0000 (15:33 +0000)] 
fixed rounding error problem in wxPostscriptDC::SetFont when DC's user scale was != 1 ; this fixes AFM problem with wxLayout

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

24 years agowxPostScriptDC::CanGetTextExtent now returns TRUE - bugfix
Václav Slavík [Wed, 3 Nov 1999 15:32:10 +0000 (15:32 +0000)] 
wxPostScriptDC::CanGetTextExtent now returns TRUE - bugfix

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

24 years ago wxDialog now stays on top of its parent.
Robert Roebling [Wed, 3 Nov 1999 14:24:42 +0000 (14:24 +0000)] 
  wxDialog now stays on top of its parent.

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

24 years agoImproved tests for networks. Compiles.
Karsten Ballüder [Wed, 3 Nov 1999 12:59:59 +0000 (12:59 +0000)] 
Improved tests for networks. Compiles.
PLEASE TEST ON AS MANY PLATFORMS AS POSSIBLE!
I can only test it on Linux, have no dialup running on Solaris, know nothing
about other Unixes. If there's a problem: mailto:karsten@phy.hw.ac.uk

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

24 years agomore asserts
Karsten Ballüder [Wed, 3 Nov 1999 10:33:47 +0000 (10:33 +0000)] 
more asserts

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

24 years agoChanged \\ to \ again
Julian Smart [Wed, 3 Nov 1999 10:09:05 +0000 (10:09 +0000)] 
Changed \\ to \ again

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

24 years agoAdded check for sel == -1
Julian Smart [Wed, 3 Nov 1999 10:08:03 +0000 (10:08 +0000)] 
Added check for sel == -1

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

24 years ago*** empty log message ***
David Webster [Wed, 3 Nov 1999 05:54:29 +0000 (05:54 +0000)] 
*** empty log message ***

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

24 years agoAdded generic/tabg to the GTK distribution. It was missing.
Unknown (CR) [Wed, 3 Nov 1999 05:10:58 +0000 (05:10 +0000)] 
Added generic/tabg to the GTK distribution. It was missing.

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

24 years agoFixed .Position -> .GetPosition for wxMouseEvent
Unknown (CR) [Wed, 3 Nov 1999 03:52:47 +0000 (03:52 +0000)] 
Fixed .Position -> .GetPosition for wxMouseEvent

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

24 years agoFixed inverse masking on MSW imagelist
Unknown (CR) [Wed, 3 Nov 1999 03:52:12 +0000 (03:52 +0000)] 
Fixed inverse masking on MSW imagelist

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

24 years agoreadded clipboard support to richedit sample and fixed a fatal bug in
Vadim Zeitlin [Wed, 3 Nov 1999 01:13:04 +0000 (01:13 +0000)] 
readded clipboard support to richedit sample and fixed a fatal bug in
wxCustomDataObject (uninitialized m_data) which this allowed to discover

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

24 years agosmall corrections for dnd code and added wxFileDataObject demo to the sample
Vadim Zeitlin [Wed, 3 Nov 1999 00:32:11 +0000 (00:32 +0000)] 
small corrections for dnd code and added wxFileDataObject demo to the sample
(wxMSW only)

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

24 years agomore dnd/clipboard docs
Vadim Zeitlin [Wed, 3 Nov 1999 00:29:20 +0000 (00:29 +0000)] 
more dnd/clipboard docs

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

24 years agofixed compilation under GCC 2.95 - 'export' was used as variable name and GCC complai...
Václav Slavík [Tue, 2 Nov 1999 23:24:26 +0000 (23:24 +0000)] 
fixed compilation under GCC 2.95 - 'export' was used as variable name and GCC complained about export being a keyword

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

24 years agoAFM metrics were searched in /afm instead of /share/wx/afm ; did not try all AFM...
Václav Slavík [Tue, 2 Nov 1999 23:23:24 +0000 (23:23 +0000)] 
AFM metrics were searched in /afm instead of /share/wx/afm ; did not try all AFM locations correctly

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

24 years agofixed ^M at ends of lines
Václav Slavík [Tue, 2 Nov 1999 23:21:44 +0000 (23:21 +0000)] 
fixed ^M at ends of lines

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

24 years agosome files I forgot to add previously...
Vadim Zeitlin [Tue, 2 Nov 1999 22:47:19 +0000 (22:47 +0000)] 
some files I forgot to add previously...

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

24 years agoUpdates for VA 4.0
David Webster [Tue, 2 Nov 1999 22:41:55 +0000 (22:41 +0000)] 
Updates for VA 4.0

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

24 years agoSmall compile fixes
Julian Smart [Tue, 2 Nov 1999 20:47:02 +0000 (20:47 +0000)] 
Small compile fixes

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

24 years agowarnings (and may be a bug) corrected
Vadim Zeitlin [Tue, 2 Nov 1999 19:21:33 +0000 (19:21 +0000)] 
warnings (and may be a bug) corrected

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

24 years agoanother compilation fix
Vadim Zeitlin [Tue, 2 Nov 1999 19:18:44 +0000 (19:18 +0000)] 
another compilation fix

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

24 years agomissing -D_REENTRANT for HP-UX/Solaris finally seems to be fixed
Vadim Zeitlin [Tue, 2 Nov 1999 18:58:22 +0000 (18:58 +0000)] 
missing -D_REENTRANT for HP-UX/Solaris finally seems to be fixed

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

24 years agoanother compilation fix
Vadim Zeitlin [Tue, 2 Nov 1999 18:48:40 +0000 (18:48 +0000)] 
another compilation fix

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

24 years agoand the compilation fix for the warning fixes
Vadim Zeitlin [Tue, 2 Nov 1999 18:46:56 +0000 (18:46 +0000)] 
and the compilation fix for the warning fixes

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

24 years agoand the compilation fix for the warning fixes
Vadim Zeitlin [Tue, 2 Nov 1999 18:46:33 +0000 (18:46 +0000)] 
and the compilation fix for the warning fixes

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

24 years agomany warnings fixed (from HP-UX compilation log)
Vadim Zeitlin [Tue, 2 Nov 1999 18:41:23 +0000 (18:41 +0000)] 
many warnings fixed (from HP-UX compilation log)

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

24 years ago wxDialogs now use GTK_WINDOW_DIALOG,
Robert Roebling [Tue, 2 Nov 1999 18:11:18 +0000 (18:11 +0000)] 
  wxDialogs now use GTK_WINDOW_DIALOG,
  Corrected cursor setting bug with right aligned checkboxes,
  Disabled code in ~wxView that unset the m_currentView,
  One more thing I forgot.

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

24 years agodisabled the old odbc code
Vadim Zeitlin [Tue, 2 Nov 1999 17:56:56 +0000 (17:56 +0000)] 
disabled the old odbc code

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

24 years agobug corrected
Vadim Zeitlin [Tue, 2 Nov 1999 17:39:20 +0000 (17:39 +0000)] 
bug corrected

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

24 years agowxMotif compiles (and runs minimal sample) again after wxMenu changes
Vadim Zeitlin [Tue, 2 Nov 1999 17:23:29 +0000 (17:23 +0000)] 
wxMotif compiles (and runs minimal sample) again after wxMenu changes

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

24 years agotest
Karsten Ballüder [Tue, 2 Nov 1999 16:52:51 +0000 (16:52 +0000)] 
test

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

24 years agotesting cvs
Karsten Ballüder [Tue, 2 Nov 1999 16:51:22 +0000 (16:51 +0000)] 
testing cvs

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

24 years agoAC_X_XTRA restored
Vadim Zeitlin [Tue, 2 Nov 1999 16:46:55 +0000 (16:46 +0000)] 
AC_X_XTRA restored

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

24 years agoUnicode fixes
Vadim Zeitlin [Tue, 2 Nov 1999 16:27:42 +0000 (16:27 +0000)] 
Unicode fixes

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

24 years agoadditions for wxFileDataObject from Ricky Gonzales <gonzales@pyramid3.net>
Vadim Zeitlin [Tue, 2 Nov 1999 16:20:40 +0000 (16:20 +0000)] 
additions for wxFileDataObject from Ricky Gonzales <gonzales@pyramid3.net>

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

24 years agomore tests
Vadim Zeitlin [Tue, 2 Nov 1999 16:17:16 +0000 (16:17 +0000)] 
more tests

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

24 years agowxMenuItem::IsChecked() corrected
Vadim Zeitlin [Tue, 2 Nov 1999 16:07:24 +0000 (16:07 +0000)] 
wxMenuItem::IsChecked() corrected

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

24 years agoend label edit patch from Ricky Gonzales <gonzales@pyramid3.net>
Vadim Zeitlin [Tue, 2 Nov 1999 16:05:25 +0000 (16:05 +0000)] 
end label edit patch from Ricky Gonzales <gonzales@pyramid3.net>

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

24 years agobug in wxMenuBase::FindChildItem() corrected
Vadim Zeitlin [Tue, 2 Nov 1999 15:57:07 +0000 (15:57 +0000)] 
bug in wxMenuBase::FindChildItem() corrected

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

24 years agoinclude <wx/...> => include "wx/..."
Vadim Zeitlin [Tue, 2 Nov 1999 15:50:22 +0000 (15:50 +0000)] 
include <wx/...> => include "wx/..."

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

24 years agowxGTK compiles (and seems to work) again after wxMenu changes
Vadim Zeitlin [Tue, 2 Nov 1999 15:21:40 +0000 (15:21 +0000)] 
wxGTK compiles (and seems to work) again after wxMenu changes

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

24 years agoMore defines to get error codes out of OS/2 headers
David Webster [Tue, 2 Nov 1999 14:44:23 +0000 (14:44 +0000)] 
More defines to get error codes out of OS/2 headers

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

24 years agoProcess/thread work and API fix into network APIs
David Webster [Tue, 2 Nov 1999 14:42:09 +0000 (14:42 +0000)] 
Process/thread work and API fix into network APIs

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

24 years agoAdded missing CPPFLAGS
Karsten Ballüder [Tue, 2 Nov 1999 14:41:28 +0000 (14:41 +0000)] 
Added missing CPPFLAGS

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

24 years agoSome doc fixes
Julian Smart [Tue, 2 Nov 1999 14:04:44 +0000 (14:04 +0000)] 
Some doc fixes

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

24 years agoAdded wxINSTALL_PREFIX define to makefile and made dcpsg.cpp use it to
Karsten Ballüder [Tue, 2 Nov 1999 12:36:14 +0000 (12:36 +0000)] 
Added wxINSTALL_PREFIX define to makefile and made dcpsg.cpp use it to
find the correct location of AFM files.

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

24 years agoSome doc corrections
Julian Smart [Tue, 2 Nov 1999 10:02:01 +0000 (10:02 +0000)] 
Some doc corrections

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

24 years agowxMenu implementations
David Webster [Tue, 2 Nov 1999 04:38:14 +0000 (04:38 +0000)] 
wxMenu implementations

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

24 years agothread #ifdefs for WXPM
David Webster [Tue, 2 Nov 1999 04:37:45 +0000 (04:37 +0000)] 
thread #ifdefs for WXPM

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

24 years agonew wxMenu stuff and thread implementations
David Webster [Tue, 2 Nov 1999 04:36:20 +0000 (04:36 +0000)] 
new wxMenu stuff and thread implementations

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

24 years agocompilation fixes
Vadim Zeitlin [Tue, 2 Nov 1999 01:31:51 +0000 (01:31 +0000)] 
compilation fixes

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

24 years agotypo fixed
Vadim Zeitlin [Tue, 2 Nov 1999 01:27:42 +0000 (01:27 +0000)] 
typo fixed

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

24 years ago1. wxMenu changes: wxMenuBase appears, several new functions for dynamic menu
Vadim Zeitlin [Tue, 2 Nov 1999 01:25:43 +0000 (01:25 +0000)] 
1. wxMenu changes: wxMenuBase appears, several new functions for dynamic menu
   handling as well
2. new sample: menu
3. small corrections to wxFileHistory made possible by wxMenu changes
4. ugly fix for panel loaded from resources and TABbing
5. wxDataObject &c doc updates

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

24 years agonew docs for wxsocket in 2.1.10
Guillermo Rodriguez Garcia [Tue, 2 Nov 1999 00:44:10 +0000 (00:44 +0000)] 
new docs for wxsocket in 2.1.10

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

24 years agoTidied some docs, made VC++ 6 DLL compilation work with wxvc_dll.dsp,
Julian Smart [Mon, 1 Nov 1999 20:36:43 +0000 (20:36 +0000)] 
Tidied some docs, made VC++ 6 DLL compilation work with wxvc_dll.dsp,
removed wxvc6.dsp, updated projgen, small fixes for OGL

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