Vadim Zeitlin
|
04dbb6467b
|
removed/replaced include 'wx/wx.h'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-05 18:48:48 +00:00 |
|
Václav Slavík
|
367c84b903
|
oops, fixed fatal bug in new HTML parsing code (I wonder why it didn't crash when I played with it yesterday...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-02 13:01:30 +00:00 |
|
Václav Slavík
|
8bd72d9065
|
added convenience accessors to wxHtmlTag and modified wxHTML code to use them; improved colours parsing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-01 18:07:33 +00:00 |
|
Václav Slavík
|
daa616fca0
|
new HTML tags parser and entities substitution code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-01 15:09:35 +00:00 |
|
Václav Slavík
|
a914db0fb3
|
fixed yet another bug in wxHtmlTag's parameters parser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-20 13:16:15 +00:00 |
|
Vadim Zeitlin
|
161f4f7380
|
applied Unicode fixes for mingw32 (patch 429654)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-03 02:58:56 +00:00 |
|
Václav Slavík
|
c989314692
|
-fix for a bug in parsing tag's properties with common suffixes
- some wxT() around char constants
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-19 18:00:28 +00:00 |
|
Václav Slavík
|
5e8e25e729
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-04-29 17:58:12 +00:00 |
|
Václav Slavík
|
b076dc01d2
|
fixed parsing of tags with whitespace around = sign
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-03-09 23:40:36 +00:00 |
|
Václav Slavík
|
4f9297b0ee
|
wxHTML src code indentation now conforms (more) to wxWin coding style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-11-05 14:59:59 +00:00 |
|
Václav Slavík
|
15db3cf513
|
fixed bug in parsing incomplete HTML when the very last tag was not closed with >
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-10-06 20:22:26 +00:00 |
|
Bryan Petty
|
f6bcfd974e
|
merged 2.2 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-07-15 19:51:35 +00:00 |
|
Vadim Zeitlin
|
3096bd2fa7
|
include <wx/...> => include "wx/..."
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-02 15:50:22 +00:00 |
|
Ove Kaaven
|
66a77a748e
|
Well, wxHTML compiles in Unicode mode now. But if it works (without
further changes), it shall be considered proof that there is such a
thing as a divine intervention.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-10-29 03:10:22 +00:00 |
|
Václav Slavík
|
69941f0586
|
making wxHTML 8.3 compliant
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-10-02 18:19:46 +00:00 |
|
Václav Slavík
|
18027d49b9
|
ScanParam has only one parameter now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-08-31 20:05:24 +00:00 |
|
Václav Slavík
|
72aa4a9873
|
wxHtmlTag::ScanParam now returns value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-08-30 22:39:56 +00:00 |
|
Václav Slavík
|
2776d7c3bd
|
malloc() --> new[]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-08-03 23:59:38 +00:00 |
|
Guilhem Lavaux
|
7e1e096097
|
Typos.
Changed the timeout of wxSocketBase from 3600s to 600s
Added #include <stdio.h> in htmltag.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-07-29 17:23:28 +00:00 |
|
Karsten Ballüder
|
4d223b6704
|
Added test for vsscanf. GUESSING IS EVIL! Cannot test, my autoconf is too old.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-07-19 13:03:17 +00:00 |
|
Václav Slavík
|
5526e819ec
|
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-07-07 22:04:58 +00:00 |
|