]>
git.saurik.com Git - wxWidgets.git/log
Robert Roebling [Wed, 8 Dec 1999 11:35:20 +0000 (11:35 +0000)]
Documented wxFFile and wxFFileStream and Co.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4871
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Wed, 8 Dec 1999 09:58:42 +0000 (09:58 +0000)]
Fixed wxInputStream::Ungetch behaviour so that if you
a) unget a buffer (AAABBB)
b) read some data (AAA)
c) unget a second buffer (CCC)
it works OK now (you will get CCCBBB, instead of
CCCAAABBB as before)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4870
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 8 Dec 1999 08:28:29 +0000 (08:28 +0000)]
Stream error testing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4869
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 8 Dec 1999 08:28:22 +0000 (08:28 +0000)]
compilation fix (long -> wxCoord)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4868
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 8 Dec 1999 08:26:45 +0000 (08:26 +0000)]
fixing compile problems for people who don't look at the rebuild logs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4867
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 8 Dec 1999 08:19:45 +0000 (08:19 +0000)]
1. many DrawRotatedText() corrections (gtk)
2. compilation fix for window.cpp (!HAVE_XIM)
3. mentioned wxGTK slider limitations in the docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4866
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 8 Dec 1999 07:54:58 +0000 (07:54 +0000)]
patch from Ricky Gonzales <gonzales@pyramid3.net> for the Unicode support for BC 5.02+
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4865
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 7 Dec 1999 18:58:53 +0000 (18:58 +0000)]
XIM support things.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4864
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 7 Dec 1999 18:20:01 +0000 (18:20 +0000)]
bitmap mask tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4863
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 7 Dec 1999 17:54:04 +0000 (17:54 +0000)]
Correction to position of rotated text.
Apps no longer give warnings if only a
dialog pops up (top level windows == 0)
before main loop.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4862
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Tue, 7 Dec 1999 16:11:43 +0000 (16:11 +0000)]
Fixed XIM compilation, but doesn't work yet.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4861
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 7 Dec 1999 15:47:55 +0000 (15:47 +0000)]
wxListCtrl sends event directly again. Also fixed problem
of list otem status not being up-to-date when events
get sent.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4860
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Tue, 7 Dec 1999 15:24:38 +0000 (15:24 +0000)]
HAVE_GDK_XIM -> HAVE_XIM
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4859
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 7 Dec 1999 15:18:22 +0000 (15:18 +0000)]
wxMimeTypeManager::EnumAll() seems to work, couple of minor corrections to the MIME code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4858
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Tue, 7 Dec 1999 15:06:51 +0000 (15:06 +0000)]
Test for XIM support in gdk added, relevant code for window.cpp follows this
evening.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4857
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 7 Dec 1999 14:54:32 +0000 (14:54 +0000)]
Minor optical changes to toolbar and wxHelpFrame.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4856
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 7 Dec 1999 14:15:23 +0000 (14:15 +0000)]
small cosmetic fix for wxListCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4855
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 7 Dec 1999 12:24:57 +0000 (12:24 +0000)]
Compile fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4854
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 7 Dec 1999 11:59:07 +0000 (11:59 +0000)]
Added wxUSE_SPINCTRL,
Added various HAVE_XIM patches.
Added forty's headers to list of installed files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4853
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 7 Dec 1999 10:47:21 +0000 (10:47 +0000)]
Various things related to wxFileDialog and attributes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4852
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 7 Dec 1999 09:35:42 +0000 (09:35 +0000)]
doc view code inteprets wxSTREAM_EOF as correct,
Added wxMask( bitmap, colour ).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4851
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 7 Dec 1999 00:48:45 +0000 (00:48 +0000)]
1. wxFileDialog patch for multiple selection applied (with some small changes),
added demo for it in the sample and documented
2. wxMimeTypeManager works a bit better under Windows (doesn't ignore the
extensions without filetypes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4850
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 7 Dec 1999 00:09:40 +0000 (00:09 +0000)]
1. fixes for DrawRotatedText(), drawing sample extended to show it
2. implemented colour/font support for wxTreeCtrl items
3. corrected a bug in wxListCtrl colour/font support code, the items should
now be deleted ok
4. SetProcessAffinityMask() correction, wxThread::SetConcurrency() kind of
works (difficult to test on a UP machine)
5. wxMimeType::EnumAllFileTypes() added, works (somewhat) under MSW
6. made default fonts under MSW 10 points and not 12 - this is the standard
size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4849
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 6 Dec 1999 23:47:52 +0000 (23:47 +0000)]
wxDC new virtual function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4848
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 6 Dec 1999 18:16:37 +0000 (18:16 +0000)]
Added tests for buffered streams.
Made wxBufferedOutputStream call Sync() in
the destructor and SeekO().
Documented this.
Use buffered streams in wxImage. Seems to
significantly speed-up the sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4847
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Dec 1999 17:56:59 +0000 (17:56 +0000)]
compile fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4846
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Dec 1999 17:54:50 +0000 (17:54 +0000)]
enumerating all MIME types (half finished, doesn't work yet)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4845
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Dec 1999 17:40:39 +0000 (17:40 +0000)]
DrawRotatedText() for MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4844
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Dec 1999 16:22:32 +0000 (16:22 +0000)]
fixed LaTex error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4843
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 6 Dec 1999 16:16:14 +0000 (16:16 +0000)]
Patch for stream.cpp for non-flushable stream,
Corrected stream corruption for Umgetch()/SeekI() conflict,
Docs for streams,
Changed interpreteation og non-standard height in wxCombo,
Other minor changes,
Removed library name setting for Debian again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4842
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Dec 1999 14:14:19 +0000 (14:14 +0000)]
wxSetlocale() doesn't always return NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4841
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Dec 1999 14:06:21 +0000 (14:06 +0000)]
implemented GetCPUCount() and SetConcurrency() for Win32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4840
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Dec 1999 13:18:14 +0000 (13:18 +0000)]
wxTreeCtrl has colours and fonts too now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4839
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Dec 1999 12:44:49 +0000 (12:44 +0000)]
1. test for thr_setconcurrency() added to configure
2. wxListCtrl headers always black
3. some warnings in dcpsg.cpp corrected
4. returning FALSE from OnPrintPage() should abort printing now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4838
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Dec 1999 12:31:04 +0000 (12:31 +0000)]
wxThread::GetCPUCount() and SetConcurrency() added and documented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4837
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 6 Dec 1999 12:12:36 +0000 (12:12 +0000)]
Inexplicable removal of wxRadioBox::MSWWindowProc reversed, so wxRadioBox
works in Dialog Editor again. Compile error in Dialog Editor fixed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4836
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Dec 1999 10:43:35 +0000 (10:43 +0000)]
generic wxListCtrl colour/font setting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4835
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Dec 1999 09:51:40 +0000 (09:51 +0000)]
Added DrawRotatedText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4834
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 6 Dec 1999 09:35:27 +0000 (09:35 +0000)]
Rotated text patch from Hans-Joachim Baader (with some corrections)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4833
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 6 Dec 1999 05:01:46 +0000 (05:01 +0000)]
some os/2 icon-bitmap fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4832
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Sun, 5 Dec 1999 21:23:52 +0000 (21:23 +0000)]
bitmap and image updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4831
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 5 Dec 1999 19:38:19 +0000 (19:38 +0000)]
added bookmarks support (strange thing : red color in wbkdel.bmp is somehow misinterpreted by either wxBitmap or win32 libs and is not displayed correctly :-((
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4830
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 5 Dec 1999 19:36:20 +0000 (19:36 +0000)]
added bookmarks support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4829
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 5 Dec 1999 19:32:21 +0000 (19:32 +0000)]
fixed bug in SetFonts (caused segfault in wxHtmlHelpFrame)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4828
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 5 Dec 1999 19:31:39 +0000 (19:31 +0000)]
fixed incorrect rendering of tables with cellspacing and cellpadding and colspan/rowspan
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4827
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 5 Dec 1999 19:30:45 +0000 (19:30 +0000)]
[gtk] fixed bug that caused segfaults in wxYield when wxToolBar has non-button control (m_item was no defined, rather then being set to NULL)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4826
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 5 Dec 1999 10:07:00 +0000 (10:07 +0000)]
wxChoice/wxComboBox background colour change (to get back to where we were);
and .dsp file updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4825
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 5 Dec 1999 00:20:58 +0000 (00:20 +0000)]
wxListCtrl custom drawing seems to work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4824
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 4 Dec 1999 22:57:59 +0000 (22:57 +0000)]
compilation fixes for the wxListItemAttr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4823
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 4 Dec 1999 22:34:54 +0000 (22:34 +0000)]
1. wxGetOsDescription() function added
2. wxApp::GetComCtlVersion() slightly updated
3. wxToolBar::AddControl() should work on all systems, DeleteTool() added
4. wxListCtrl custom draw changes (custom colours/fonts)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4822
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 4 Dec 1999 16:40:27 +0000 (16:40 +0000)]
Change to wxMenuBar::Remove(),
"make dist" knows about src/tiff now,
configure has a new shared library thing which Debian seems to require.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4821
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 4 Dec 1999 14:51:40 +0000 (14:51 +0000)]
EMX compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4820
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 4 Dec 1999 14:43:44 +0000 (14:43 +0000)]
new wxMenu(Bar) dynamic menu(bar) management functions documented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4819
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 4 Dec 1999 14:10:31 +0000 (14:10 +0000)]
wxMenu::Insert() seems to work, bug in wxMenuBase::Insert() is corrected
(inserting an item at pos == GetCount() should be the same as appending and
not an error)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4818
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 4 Dec 1999 13:43:59 +0000 (13:43 +0000)]
wxMenuBar::Insert() seems to work!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4817
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 4 Dec 1999 13:28:26 +0000 (13:28 +0000)]
Documented wxStopWatch and wxToolBar::AddControl().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4816
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 4 Dec 1999 12:14:38 +0000 (12:14 +0000)]
debug check for infinite loop in InitializeClasses() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4815
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 4 Dec 1999 11:56:28 +0000 (11:56 +0000)]
Two missing #includes in image code.
Corrected item coloring in wxListCtrl report mode (incl sample).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4814
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 4 Dec 1999 10:37:39 +0000 (10:37 +0000)]
String changes for translations,
Made wxBitmap derive from wxGDIObject,
Removed #ifdefs around destrctors for GDI lists (wxBrushList etc),
Created wxEVT_COMMAND_SPINCTRL_UPDATE with obvious usage.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4813
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 3 Dec 1999 22:23:58 +0000 (22:23 +0000)]
Bitmap coding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4812
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 3 Dec 1999 21:27:57 +0000 (21:27 +0000)]
wxDateTime...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4811
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 3 Dec 1999 21:27:34 +0000 (21:27 +0000)]
test for timegm() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4810
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 3 Dec 1999 19:37:15 +0000 (19:37 +0000)]
code cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4809
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 3 Dec 1999 19:36:47 +0000 (19:36 +0000)]
Testing wxListBox.Delete
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4808
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 3 Dec 1999 19:36:21 +0000 (19:36 +0000)]
Split out the changelog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4807
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 3 Dec 1999 15:17:38 +0000 (15:17 +0000)]
wxMSW update for CW, wxMac updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4806
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 3 Dec 1999 15:11:12 +0000 (15:11 +0000)]
wxMSW update for CW, wxMac updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4805
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 3 Dec 1999 14:50:12 +0000 (14:50 +0000)]
fixes for icon-inherits-from-bitmap mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4804
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 3 Dec 1999 14:49:23 +0000 (14:49 +0000)]
wxMSW update for CW, wxMac updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4803
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 3 Dec 1999 14:40:17 +0000 (14:40 +0000)]
wxMSW update for CW, wxMac updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4802
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 3 Dec 1999 14:30:39 +0000 (14:30 +0000)]
wxMSW update for CW, wxMac updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4801
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Fri, 3 Dec 1999 05:03:55 +0000 (05:03 +0000)]
bitmap and image updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4800
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 2 Dec 1999 23:32:25 +0000 (23:32 +0000)]
Catching up to latest thread changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4799
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 2 Dec 1999 17:59:35 +0000 (17:59 +0000)]
more threds fixes, more threads tests - seems to work ok for non GUI case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4798
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 2 Dec 1999 16:52:22 +0000 (16:52 +0000)]
a small compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4797
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 2 Dec 1999 16:52:03 +0000 (16:52 +0000)]
a small compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4796
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 2 Dec 1999 16:32:16 +0000 (16:32 +0000)]
wxUSE_CONFIG_NATIVE fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4795
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 2 Dec 1999 14:47:49 +0000 (14:47 +0000)]
mingw32 compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4794
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 2 Dec 1999 01:01:26 +0000 (01:01 +0000)]
even more wxDateTime work (completely broken for now, but support for the
full date range almost finished)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4793
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 1 Dec 1999 22:29:02 +0000 (22:29 +0000)]
cosmetic changes in help browser settings dlg; fixed problem with Borland C++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4792
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 1 Dec 1999 22:15:53 +0000 (22:15 +0000)]
1. more wxDateTime work
2. some thread corrections (not fixing the deadlock with Delete() :-( )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4791
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 1 Dec 1999 22:07:25 +0000 (22:07 +0000)]
sorting test added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4790
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 1 Dec 1999 18:16:53 +0000 (18:16 +0000)]
fixed process termination handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4789
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 1 Dec 1999 18:05:54 +0000 (18:05 +0000)]
rtf cut&paste works now, html export fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4788
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 1 Dec 1999 16:59:01 +0000 (16:59 +0000)]
Typos in sizer docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4787
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 1 Dec 1999 15:34:16 +0000 (15:34 +0000)]
Disabling PNG, TIFF and JPEG works now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4786
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 1 Dec 1999 15:23:56 +0000 (15:23 +0000)]
1. wxMotif::wxFrame derives from wxFrameBase now
2. wxFrame::GetClientAreaOrigin() made common to all ports and documented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4785
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 1 Dec 1999 14:08:42 +0000 (14:08 +0000)]
Applied patch for multiple file selection, documented.
Fixed some compilation warnings,
Minor change to OpenGL code.
Documented wxImageHandler::GetImageCount() and related.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4784
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Wed, 1 Dec 1999 14:03:20 +0000 (14:03 +0000)]
Added wxODBC_FWD_ONLY_CURSORS define
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4783
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Wed, 1 Dec 1999 01:45:29 +0000 (01:45 +0000)]
wxTreeCtrl::IsVisible() fix fix - a (LPARAM) typecast was lost in the last checkin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4782
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 30 Nov 1999 22:21:18 +0000 (22:21 +0000)]
one day people will stop putting C++ comments in C files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4781
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 30 Nov 1999 22:14:31 +0000 (22:14 +0000)]
wxTreeCtrl::IsVisible() fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4780
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 30 Nov 1999 21:55:00 +0000 (21:55 +0000)]
wxDateTime starting to work, more tests for it and for threads in console sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4779
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 30 Nov 1999 20:24:00 +0000 (20:24 +0000)]
a test file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4778
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 30 Nov 1999 20:21:55 +0000 (20:21 +0000)]
Various small fixes and tweaks
Added wxIntersectRect helper function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4777
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 30 Nov 1999 18:42:35 +0000 (18:42 +0000)]
Made db.h compile (removed this wxODBC_ONLY_FARWRD_XXXXXX),
Added sources for TIFF 3.5.2 from libtiff.org.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4776
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 30 Nov 1999 18:23:57 +0000 (18:23 +0000)]
Various small fixes and tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4775
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 30 Nov 1999 17:24:14 +0000 (17:24 +0000)]
Compile fix for GIF decoder,
Added image index to loadfile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4774
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Tue, 30 Nov 1999 14:40:57 +0000 (14:40 +0000)]
Doesn't reset the stream pos to 0 in CanRead().
Please note that the PCX handler still cannot read images
embedded in streams because it has to check for some things
at the END of the file before proceeding!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4773
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Tue, 30 Nov 1999 14:38:42 +0000 (14:38 +0000)]
Fix to work with images embedded in streams (doesn't reset pos to 0)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4772
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775