]>
git.saurik.com Git - wxWidgets.git/log
Ron Lee [Mon, 13 Mar 2000 14:34:35 +0000 (14:34 +0000)]
moved wxDash typedef to gdicmn.h
added wxXXXDash, platform dependant types for all ports
made using native dialogs the default in msw/setup0.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6652
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Mon, 13 Mar 2000 13:52:49 +0000 (13:52 +0000)]
Fixed a harmless warning about $d in sprintf and long argument
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6651
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Mon, 13 Mar 2000 13:00:26 +0000 (13:00 +0000)]
Use system default font for all platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6650
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Mon, 13 Mar 2000 12:04:25 +0000 (12:04 +0000)]
More compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6649
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 13 Mar 2000 11:20:59 +0000 (11:20 +0000)]
Added tech note on adding class documentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6648
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 13 Mar 2000 09:45:00 +0000 (09:45 +0000)]
fixed cross-compilation for Windows with mingw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6647
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 13 Mar 2000 08:28:21 +0000 (08:28 +0000)]
remove \r from literal strings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6646
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 13 Mar 2000 08:27:44 +0000 (08:27 +0000)]
check for strtok_r() using C++ compiler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6645
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 13 Mar 2000 06:50:32 +0000 (06:50 +0000)]
Added methods for folding
dropTarget is now allocated with new
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6644
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 13 Mar 2000 05:43:53 +0000 (05:43 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6643
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (NI) [Mon, 13 Mar 2000 02:34:50 +0000 (02:34 +0000)]
someone forgot to clear the m_needUpdating flag, so Splitter-Windows were always redrawn after the first sash move in the OnIdle function, even after the dragging was over\!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6642
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (NI) [Mon, 13 Mar 2000 01:59:16 +0000 (01:59 +0000)]
someone forgot to clear the m_needUpdating flag, so Splitter-Windows were always redrawn after the first sash move in the OnIdle function, even after the dragging was over\!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6641
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 12 Mar 2000 21:26:48 +0000 (21:26 +0000)]
Added debuf printf()s to GSocket,
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6640
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 12 Mar 2000 17:11:54 +0000 (17:11 +0000)]
Some doc updates,
makefile and distrib things.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6639
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Sun, 12 Mar 2000 16:10:13 +0000 (16:10 +0000)]
Latex doc compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6638
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 12 Mar 2000 15:37:49 +0000 (15:37 +0000)]
Corrected scrollwin thumb release event,
Reenabled horizontal scrolling, cannot currently
reproduce misbehaviour.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6637
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 12 Mar 2000 15:04:12 +0000 (15:04 +0000)]
Added project files for STC; fixed wxStringList memory leaks; small doc changes;
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6636
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Sun, 12 Mar 2000 11:49:19 +0000 (11:49 +0000)]
separated wxDash type from platform specific wxGTKDash type
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6635
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 12 Mar 2000 11:29:13 +0000 (11:29 +0000)]
Made iniconf compile on BC++ 5.01 (involved adding Set... accessors to wxConfigBase);
added SafeWord patch to Dialog Editor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6634
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 12 Mar 2000 11:27:01 +0000 (11:27 +0000)]
Added Mmedia makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6633
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mark Johnson [Sun, 12 Mar 2000 09:11:36 +0000 (09:11 +0000)]
dbbrowse.cpp doc.cpp de/dbbrowse.mo de/dbbrowse.po
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6632
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 12 Mar 2000 00:49:42 +0000 (00:49 +0000)]
fixed (rare but fatal) bug in wxWindowDisabler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6631
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 12 Mar 2000 00:26:21 +0000 (00:26 +0000)]
1. wxProgressDialog uses wxWindowDisabler, not (dumb) wxEnableTopLevelWindows
2. some more wxWindowDisabler bugs fixed (updated dialogs sample to test them)
3. Esc won't close the dialogs without cancel button under MSW
4. status bar can be child of windows of clases other than wxFrame
(updated statbar sample to show it)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6630
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 11 Mar 2000 22:38:39 +0000 (22:38 +0000)]
reenabled the old wxGrid.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6629
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 11 Mar 2000 19:31:33 +0000 (19:31 +0000)]
fixed incorrect use of _() where it should be wxT()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6628
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 11 Mar 2000 19:31:19 +0000 (19:31 +0000)]
some != NULL checks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6627
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 11 Mar 2000 19:31:03 +0000 (19:31 +0000)]
fixed DoGetBestSize -- it returned too small bounding box
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6626
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sat, 11 Mar 2000 18:01:18 +0000 (18:01 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6625
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sat, 11 Mar 2000 17:28:36 +0000 (17:28 +0000)]
Added WXUNUSED_GTK and WXUNUSED_GTK_AND_MOTIF
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6624
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 11 Mar 2000 16:38:01 +0000 (16:38 +0000)]
replaced make with $MAKE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6623
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sat, 11 Mar 2000 13:59:41 +0000 (13:59 +0000)]
Added many WXUNUSED, untabified once again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6622
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sat, 11 Mar 2000 13:27:39 +0000 (13:27 +0000)]
Fixed remaining int vs. long warnings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6621
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 11 Mar 2000 12:28:31 +0000 (12:28 +0000)]
fixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_gc_set_hashes, argument 3 gint8* vs. char*
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6620
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 11 Mar 2000 10:49:46 +0000 (10:49 +0000)]
Oops, compile errors...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6619
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 11 Mar 2000 10:12:20 +0000 (10:12 +0000)]
documented wxSpinCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6618
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 11 Mar 2000 10:06:36 +0000 (10:06 +0000)]
documented wxSpinCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6617
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 11 Mar 2000 10:05:40 +0000 (10:05 +0000)]
documented wxFontMapper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6616
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 11 Mar 2000 10:05:23 +0000 (10:05 +0000)]
now compiles with wxBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6615
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 11 Mar 2000 10:05:09 +0000 (10:05 +0000)]
fixed documentation of wxList::Clear behavior after DeleteContents(TRUE)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6614
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 11 Mar 2000 10:05:02 +0000 (10:05 +0000)]
fixed typo : _ instead of wxT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6613
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 11 Mar 2000 09:05:03 +0000 (09:05 +0000)]
Did splitting of wxEntry for wxMSW. Not nearly as complex as wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6612
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 11 Mar 2000 07:32:25 +0000 (07:32 +0000)]
some tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6611
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 11 Mar 2000 07:25:01 +0000 (07:25 +0000)]
Split up wxEntry so wxPython can use the bits it needs instead of
copying code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6610
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 11 Mar 2000 07:24:00 +0000 (07:24 +0000)]
More updates.
Began splitting up wxEntry so wxPython can use the bits it needs
instead of copying code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6609
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 11 Mar 2000 03:20:42 +0000 (03:20 +0000)]
updates to correct build errors (new locations, etc.)
minor bug fixes, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6608
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (NI) [Sat, 11 Mar 2000 03:05:27 +0000 (03:05 +0000)]
small change to avoid floating point exception in wxScrolledWindow::Scroll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6607
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 11 Mar 2000 00:47:45 +0000 (00:47 +0000)]
some warnings fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6606
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 11 Mar 2000 00:47:00 +0000 (00:47 +0000)]
some warnings fixed in the sockets code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6605
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 10 Mar 2000 23:12:50 +0000 (23:12 +0000)]
remove the VisualAge 3.0 hack
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6604
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 10 Mar 2000 23:12:21 +0000 (23:12 +0000)]
Icon bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6603
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 10 Mar 2000 22:24:54 +0000 (22:24 +0000)]
combine minimal with the .dll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6602
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 10 Mar 2000 22:24:07 +0000 (22:24 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6601
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Fri, 10 Mar 2000 22:07:01 +0000 (22:07 +0000)]
Replaced long by wxCoord as used in the other ports.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6600
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Fri, 10 Mar 2000 20:55:15 +0000 (20:55 +0000)]
Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6599
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 10 Mar 2000 19:49:54 +0000 (19:49 +0000)]
Small oops in redrawing code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6598
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Fri, 10 Mar 2000 17:59:20 +0000 (17:59 +0000)]
Updated to reflect latest changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6597
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 10 Mar 2000 17:30:22 +0000 (17:30 +0000)]
Committing menubar changes again after CVS trashed them.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6596
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 10 Mar 2000 17:24:09 +0000 (17:24 +0000)]
Fixed various bugs (from - err - various authors) related
to inserting and replacing menubars etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6595
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 10 Mar 2000 16:09:01 +0000 (16:09 +0000)]
Added icons.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6594
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 10 Mar 2000 16:06:33 +0000 (16:06 +0000)]
Doc corrections, wxMotif toolbar AddControl implementation (untested as yet)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6593
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Fri, 10 Mar 2000 13:57:58 +0000 (13:57 +0000)]
Removed unused parameter addToSelected.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6592
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 10 Mar 2000 13:56:17 +0000 (13:56 +0000)]
OS/2 patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6591
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 10 Mar 2000 13:53:58 +0000 (13:53 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6590
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Fri, 10 Mar 2000 12:27:27 +0000 (12:27 +0000)]
Changed wxGridCellCoords from long to int (get rid of most HP warnings?)
Added Shift/Control+Click handling for labels.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6589
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Fri, 10 Mar 2000 11:33:19 +0000 (11:33 +0000)]
fixed configure script for Solaris
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6588
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 10 Mar 2000 11:18:22 +0000 (11:18 +0000)]
Small fixes for Tex2RTF but alas, we still get memory problems.
Added wxUSE_MFC setting (doesn't include windows.h, removes own memory
tracing); added include <ctype.h> in case where PCH isn't used;
wxExit now exits :-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6587
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 10 Mar 2000 08:18:14 +0000 (08:18 +0000)]
Added GIF files to help sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6586
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Fri, 10 Mar 2000 07:32:25 +0000 (07:32 +0000)]
Fix from Mumit Khan to allow mingw DLL compilation, v.2 :-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6585
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Fri, 10 Mar 2000 07:29:51 +0000 (07:29 +0000)]
Fix from Mumit Khan to allow mingw DLL compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6584
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 10 Mar 2000 06:23:53 +0000 (06:23 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6583
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Fri, 10 Mar 2000 05:54:35 +0000 (05:54 +0000)]
Ups, mismatch between header and source wrt InterruptWait()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6582
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Fri, 10 Mar 2000 05:32:40 +0000 (05:32 +0000)]
Set IPC by default on MSW (need to test recent changes), instead of DDE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6581
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Fri, 10 Mar 2000 05:31:53 +0000 (05:31 +0000)]
Finally deprecated callbacks.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6580
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Fri, 10 Mar 2000 05:30:53 +0000 (05:30 +0000)]
Some parts rewritten to use wxSocket events instead of callbacks, as the
latter will be deprecated soon. Also, some slight bugs fixed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6579
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 10 Mar 2000 02:58:58 +0000 (02:58 +0000)]
Fixes for building the DLL with the new auxillary library names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6578
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Fri, 10 Mar 2000 02:27:48 +0000 (02:27 +0000)]
Compilation fix for Borland. Write 'T' or 'F' to logBuf rather than
bool return values of XXXDown() key query functions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6577
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 10 Mar 2000 01:17:08 +0000 (01:17 +0000)]
changed default image size to 16
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6576
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 10 Mar 2000 01:15:17 +0000 (01:15 +0000)]
1. fixed warning which was hiding a bug in wxGrid::SendEvent()
2. started documenting wxDateTime
3. and wxLongLong
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6575
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Fri, 10 Mar 2000 00:21:25 +0000 (00:21 +0000)]
- Uses wxSocketBase::Destroy() now.
- Fixed a memory leak when connection requests failed.
- Maybe some other (small) bugfix as well.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6574
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Fri, 10 Mar 2000 00:20:00 +0000 (00:20 +0000)]
Bugfix:
GSocket_Shutdown sets m_detected to GSOCK_LOST_FLAG.
This avoids that Wait operations from wxSocket get caught in an endless
loop, if called after wxSocketBase::Close(). Was breaking IPC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6573
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 9 Mar 2000 23:41:57 +0000 (23:41 +0000)]
Help sample should work for .zip help files now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6572
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 9 Mar 2000 23:08:53 +0000 (23:08 +0000)]
Added wxHtmlHelpController version of help file.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6571
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 9 Mar 2000 22:26:41 +0000 (22:26 +0000)]
os2 update. Need initializers like windows, not unix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6570
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 9 Mar 2000 21:15:03 +0000 (21:15 +0000)]
Module definitions files for build VisualAge C++ V3.0 dlls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6569
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 9 Mar 2000 21:12:50 +0000 (21:12 +0000)]
Update for building jpeg as an os2 dll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6568
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 9 Mar 2000 21:12:29 +0000 (21:12 +0000)]
Update for building png as an os2 dll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6567
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 9 Mar 2000 21:12:05 +0000 (21:12 +0000)]
Update for building xpm as an os2 dll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6566
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 9 Mar 2000 21:11:46 +0000 (21:11 +0000)]
Update for building zlib as an os2 dll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6565
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 9 Mar 2000 21:11:21 +0000 (21:11 +0000)]
Update for building tiff as an os2 dll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6564
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 9 Mar 2000 21:10:00 +0000 (21:10 +0000)]
Loads of framework and dll fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6563
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 9 Mar 2000 21:07:55 +0000 (21:07 +0000)]
Updates for build dll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6562
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 9 Mar 2000 21:06:48 +0000 (21:06 +0000)]
More framework fixes and fixes for building dlls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6561
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 9 Mar 2000 20:32:10 +0000 (20:32 +0000)]
fix for resourses compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6560
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 9 Mar 2000 20:18:59 +0000 (20:18 +0000)]
patch from Paul Gammans <paul.gammans@brunel.ac.uk> for cross compiling for MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6559
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 9 Mar 2000 20:15:44 +0000 (20:15 +0000)]
Mmedia, OGL lib directory changes; omitted naughty wxGA_SMOOTH style from wxProgressDialog;
wxMotif toolbar fix; ~wxWindow Motif fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6558
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 9 Mar 2000 20:05:52 +0000 (20:05 +0000)]
wxHtmlHelpController made compatible with other controllers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6557
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 9 Mar 2000 20:04:36 +0000 (20:04 +0000)]
Disabled horizontal report mode scrolling in wxListCtrl
as it skrews up the display,
Corrected disabling the closing of top level window
when there are open (modal) dialogs,
Minor change to redrawing window-less widgets.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6556
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 9 Mar 2000 19:42:06 +0000 (19:42 +0000)]
Initial version of wxStyledTextCtrl, a Scintilla wrapper. There is
still LOTS and LOTS to be done, but this is already very functional.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6555
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 9 Mar 2000 19:35:16 +0000 (19:35 +0000)]
updated from the current sources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6554
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 9 Mar 2000 19:26:18 +0000 (19:26 +0000)]
Oops. Removed duplicate target.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6553
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775