Václav Slavík
|
f1ad10f373
|
added <font face> support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-24 23:27:20 +00:00 |
|
Robin Dunn
|
194fa2aca0
|
Some little compilation fixes, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-24 18:45:22 +00:00 |
|
Robin Dunn
|
d2103cf2e2
|
Removed all non wx stuff from the glcanvas module since DA's PyOpenGL
is better and compatible with the wxGLCanvas. You can get it at
http://starship.python.net:9673/crew/da/Code/PyOpenGL.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-24 18:44:29 +00:00 |
|
Vadim Zeitlin
|
5e6a0e8315
|
implemented wxLongLong division - seems to work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-24 16:49:57 +00:00 |
|
Julian Smart
|
9434fb903d
|
Added default constructor to wxGLCanvas.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-24 12:28:20 +00:00 |
|
Julian Smart
|
f3314fbcb4
|
Small changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-24 08:16:31 +00:00 |
|
Robin Dunn
|
9c00cfa3e5
|
Wrapper updates for wxHtmlLinkInfo and other changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-24 03:28:55 +00:00 |
|
Robin Dunn
|
f533a674ae
|
fixed mismatched }
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-24 00:16:07 +00:00 |
|
Vadim Zeitlin
|
40973ea5fd
|
removed testing code from wxLongLong
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 23:27:21 +00:00 |
|
Robin Dunn
|
f17fee68ea
|
A bugfix in the wxTreeCtrl.GetItem wrapper
Some test/demo modifications and additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 22:43:59 +00:00 |
|
Robin Dunn
|
ab2208b54e
|
New toolbar wrappers
wxMask demos
GenericButton now derives from wxControl
Lots of small changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 22:37:22 +00:00 |
|
Václav Slavík
|
2463329cd3
|
fixed interpretation of <font size>: was always relative to current size, now conforms to HTML specs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 21:12:33 +00:00 |
|
Václav Slavík
|
846914d18d
|
wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLink now work with wxHtmlLinkInfo instead of wxString (making it ready for frames)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 21:12:23 +00:00 |
|
Václav Slavík
|
f2c2fa4d62
|
wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLink now work with wxHtmlLinkInfo instead of wxString (making it ready for frames) ************** also fixed font size interpretation to conform to HTML (1..6 instead of wrong -2..4)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 21:11:46 +00:00 |
|
Vadim Zeitlin
|
2ea24d9f47
|
tried to implement division of wxLongLongs - doesn't work at all, will finish tonight
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 20:15:40 +00:00 |
|
Robin Dunn
|
b49576e077
|
Linking with the TIFF library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 20:13:49 +00:00 |
|
Robin Dunn
|
0656d2e68d
|
Fixed wxSplitterEvent to set it's id to be the splitter window's id so
events can be caught correctly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 20:12:34 +00:00 |
|
Robin Dunn
|
874a1686d8
|
wxPython doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 20:09:58 +00:00 |
|
Robin Dunn
|
9b3d3bc44b
|
New toolbar wrappers
wxMask demos
GenericButton now derives from wxControl
Lots of small changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 20:05:08 +00:00 |
|
Robin Dunn
|
8d772832a0
|
Added a constructor that allows creation of independent wxControl
(for more easily creating custom controls)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 19:23:13 +00:00 |
|
Robert Roebling
|
17bec151f9
|
Added wxBitmap::GetSubBitmap()
Correct images in gen. dir dlg.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 18:18:43 +00:00 |
|
Václav Slavík
|
8eb2940f7f
|
removed wxITALIC/wxSLANT stuff from wxHTML (no longer neccessary, we have intelligent font matching) - affects SetFonts method of wxHtmlWindow, wxHtmlWinParser and private stuff in wxHtmlHelpFrame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 18:14:26 +00:00 |
|
Václav Slavík
|
921d0fb195
|
wxHtmlFontCell now has member wxFont m_Font instead of wxFont* m_Font (preparation for <font face> support)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 18:14:17 +00:00 |
|
Václav Slavík
|
fe7a2e2529
|
date.cpp and time.cpp removed from CVS (no longer used)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 18:13:35 +00:00 |
|
Vadim Zeitlin
|
e07802fc4a
|
patches for running configure under OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 17:59:26 +00:00 |
|
Vadim Zeitlin
|
c7d68b4b70
|
oops... problem with in Perl source - got mangled by cvs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 15:40:18 +00:00 |
|
Vadim Zeitlin
|
35e20db0ee
|
a small script to show the different between the current file version and its last revision (requires Perl)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 15:34:45 +00:00 |
|
Vadim Zeitlin
|
e2b8b0662c
|
fixes for wxINSTALL_PREFIX definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 14:21:56 +00:00 |
|
Vadim Zeitlin
|
ad0dc53bff
|
patches for BC++ 5.3 from Ricky Gonzales <gonzales@pyramid3.net>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 14:05:21 +00:00 |
|
Jouk Jansen
|
fb10f04c95
|
Committing in .
Patches for VMS
Modified Files:
wxWindows/setup.h_vms wxWindows/include/wx/image.h
wxWindows/src/common/datetime.cpp
wxWindows/src/common/descrip.mms
wxWindows/src/generic/descrip.mms
wxWindows/src/unix/threadpsx.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-23 13:19:09 +00:00 |
|
David Webster
|
73c0666118
|
Update options to the config files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 23:21:47 +00:00 |
|
Vadim Zeitlin
|
9750fc4245
|
1. corrected some owner-drawn buttons bugs
2. added generation of event for EVT_SPINCTRL handler to wxSpinCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 23:00:10 +00:00 |
|
Vadim Zeitlin
|
57160afe2b
|
testing new wxSpinCtrl event and button colours
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 22:58:52 +00:00 |
|
Václav Slavík
|
84b63045ca
|
documented wxHashTable::DeleteContents(bool)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 22:23:35 +00:00 |
|
Václav Slavík
|
e5436d5933
|
added printing classes to HTML section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 22:23:30 +00:00 |
|
Vadim Zeitlin
|
0ddea94696
|
tests for "big" wxTextCtrls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 21:41:34 +00:00 |
|
Vadim Zeitlin
|
b12915c104
|
1. wxBase compiles under BeOS
2. several bugs corrected in wxTextCtrl::Load/SaveFile (wxMSW)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 21:09:32 +00:00 |
|
David Webster
|
e17e2b7c1d
|
Updated Phnghand LoadFile and new makefile for DateTime
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 18:42:00 +00:00 |
|
David Webster
|
738f53e98d
|
Changed Loadfile to be compatable with OS/2 Bitmap handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 18:41:00 +00:00 |
|
David Webster
|
28f5bdb49b
|
Eliminate comma's after last element in an enum
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 18:40:24 +00:00 |
|
Robert Roebling
|
f30933a8c7
|
Reduced spacing in tree ctrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 17:22:54 +00:00 |
|
Robert Roebling
|
00e12320ca
|
Some debug code.
Removed flicker form wxTreeCtrl.
Changes.txt update.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 13:04:54 +00:00 |
|
Vadim Zeitlin
|
b38e2f7dc3
|
more wxDateTime tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 00:16:35 +00:00 |
|
Vadim Zeitlin
|
be4017f89b
|
1. coloured buttons seem to work
2. wxDateTime::ParseFormat() starts to work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-22 00:16:02 +00:00 |
|
David Webster
|
5f287370dd
|
define _timezone for VisualAge
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-21 23:44:08 +00:00 |
|
Václav Slavík
|
1845534dd4
|
fixed typo (const<->cosnt)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-21 22:24:07 +00:00 |
|
Václav Slavík
|
738bfca98d
|
added wxHTML to Classes by Category
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-21 22:23:55 +00:00 |
|
Václav Slavík
|
08d038e7d1
|
fixed horizontal scrollbar bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-21 22:23:45 +00:00 |
|
David Webster
|
610a6ee998
|
Add datetime file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-21 22:22:39 +00:00 |
|
Václav Slavík
|
7618e37465
|
#ifdef wxUSE_TOOLTIPS around tooltips
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-21 20:27:38 +00:00 |
|