Vadim Zeitlin
|
f14217abb4
|
render <TH> contents in bold, as all the browsers do
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-24 18:10:43 +00:00 |
|
Vadim Zeitlin
|
c0c133e13b
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-08 11:45:59 +00:00 |
|
Václav Slavík
|
55ad60c94c
|
wxHTML: don't include extra whitespace in table cells
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-30 07:24:36 +00:00 |
|
Václav Slavík
|
e388dc214c
|
check tables width parameter for invalid values
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-04 09:36:33 +00:00 |
|
Václav Slavík
|
6987a0c480
|
fixed cellpadding when printing (bug #1795572)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-27 09:05:47 +00:00 |
|
Vadim Zeitlin
|
7ed0328efd
|
expand the table cells to fill the entire table width (patch 1722794)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-16 11:19:46 +00:00 |
|
Vadim Zeitlin
|
884898a79a
|
apply the table bg colour between the cells too (patch 1713170)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-05-11 23:11:04 +00:00 |
|
Václav Slavík
|
b4f4d3dd61
|
WX_PRECOMP, not WXPRECOMP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-27 21:35:43 +00:00 |
|
Václav Slavík
|
193d0c9310
|
PCH-less compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-27 21:32:40 +00:00 |
|
Vadim Zeitlin
|
d3c7fc996a
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-05 20:47:48 +00:00 |
|
Włodzimierz Skiba
|
93763ad5ba
|
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-04-18 08:11:26 +00:00 |
|
Václav Slavík
|
3bc7a423ad
|
fixed layout of tables that are first element on a page
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-11-17 23:37:27 +00:00 |
|
Mart Raudsepp
|
8907154c1a
|
Nuke #pragma implementation/interface's
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-09-23 12:56:45 +00:00 |
|
Włodzimierz Skiba
|
d1da887276
|
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-27 19:15:07 +00:00 |
|
Julian Smart
|
655719367a
|
Use old licence name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-23 20:53:33 +00:00 |
|
Julian Smart
|
77ffb5937e
|
Name and version changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-23 14:56:36 +00:00 |
|
Vadim Zeitlin
|
25c71cccb5
|
fixes for warnings about implicit double -> int conversions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-18 11:16:29 +00:00 |
|
Václav Slavík
|
ca16b7a98e
|
improved HTML tables layout code (patch 911377)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-17 20:47:31 +00:00 |
|
Václav Slavík
|
14f355c2b5
|
added support for gcc precompiled headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-09 12:46:53 +00:00 |
|
Václav Slavík
|
8c571f4650
|
tables can no longer be smaller than sum of their columns
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-07-16 13:00:58 +00:00 |
|
Vadim Zeitlin
|
22f3361e1c
|
use DECLARE_NO_COPY_CLASS() where applicable (patch 633384)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-01-02 23:38:11 +00:00 |
|
Vadim Zeitlin
|
2b5f62a0b2
|
merged 2.4 branch into the trunk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-12-04 14:11:26 +00:00 |
|
Václav Slavík
|
2755d43750
|
fixes to HTML tables alignment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-02-10 23:43:34 +00:00 |
|
Václav Slavík
|
5ce3910231
|
fixed m_OldAlign hiding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-12 00:50:59 +00:00 |
|
Václav Slavík
|
fbe77ceae5
|
fix for colspan or rowspan = 0 in HTML tables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-27 22:26:14 +00:00 |
|
Václav Slavík
|
026d1fac66
|
tables code fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-26 14:50:20 +00:00 |
|
Václav Slavík
|
79d6c01818
|
beginnings of HTML4 tables layouter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-25 23:14:21 +00:00 |
|
Václav Slavík
|
211dfeddfc
|
new wxHtmlParser core and changes implied by it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-19 22:31:00 +00:00 |
|
Václav Slavík
|
b0bdbbfe11
|
fixes for tables renderer: now recognizes missing border property correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-10 22:38:21 +00:00 |
|
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
|
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
|
d361bbff17
|
fixed handling of HTML tables with empty row(s)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-01 15:07:26 +00:00 |
|
Václav Slavík
|
2fa3b70778
|
wxHTML: fixed bug in tables rendering when rowspan was used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-03-18 23:34:17 +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 |
|
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 |
|
Ove Kaaven
|
0413cec527
|
Unicode compilation fixes for BC++ 5
(BC++ 5 mostly doesn't cope with the wxString == char* operation)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 18:58:57 +00:00 |
|
Václav Slavík
|
c88293a404
|
cleaned some relics - mod_* instead of m_* in wxHTML modules
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-20 12:47:50 +00:00 |
|
Václav Slavík
|
edbd0635f2
|
new wxHTML printing code ; parser now supports scaling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-11 21:50:44 +00:00 |
|
Václav Slavík
|
a97a264f73
|
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
|
1999-12-05 19:31:39 +00:00 |
|
Václav Slavík
|
80eab46937
|
fixed bug that caused wxHtmlWindow to segfault on html tables with cell(s) with rowspan>=3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-23 20:09:18 +00:00 |
|
Václav Slavík
|
01325161d5
|
cosmetic changes : indentation etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-06 15:41:14 +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
|
314260fbd0
|
wxUSE_HTML was missiing at some places
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-10-18 19:46:54 +00:00 |
|
Václav Slavík
|
efba2b89f1
|
HTML_xxxx constants changed to wxHTML_xxxx (with backward compatibility through WXWIN_COMPATIBILITY_2)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-10-17 20:52:29 +00:00 |
|
Václav Slavík
|
2136a764e5
|
fixed bug in tables when border=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-10-08 15:24:58 +00:00 |
|
Vadim Zeitlin
|
9b64e79868
|
some fixes after global _T() => T() change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-10-07 14:07:48 +00:00 |
|
Vadim Zeitlin
|
e90c1d2a19
|
many changes; major ones:
1. start of !wxUSE_GUI support
2. _T() macro renamed to T()
3. wxConvertWX2MB and MB2WX macro added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-10-04 20:15:38 +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 |
|