projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
fix for idle processing stopping without processing all pending events, replaces...
[wxWidgets.git]
/
src
/
html
/
htmlpars.cpp
2008-01-02
Václav Slavík
removed wxSTRING_TEXT() macro in favour of wxS()
blob
|
commitdiff
|
raw
2007-10-05
Václav Slavík
use typed containers in wxHtmlParser instead of type...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-28
Václav Slavík
fixed memory leak in RestoreState
blob
|
commitdiff
|
raw
|
diff to current
2007-08-26
Václav Slavík
fixed wxHTML parsing to run in O(n) even in UTF8 build
blob
|
commitdiff
|
raw
|
diff to current
2007-08-22
Václav Slavík
use wxVector<T> instead of OBJARRAY macros for wxHtmlTe...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-22
Václav Slavík
rewrote wxHtmlEntitiesParser::Parse() using iterators...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-22
Václav Slavík
slight optimization for wxHtmlEntitiesParser::GetEntity...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-22
Václav Slavík
fixed wxHtmlParser::SkipCommentTag() to run the initial...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-20
Václav Slavík
marked const wxHtmlEntitiesParser methods as such
blob
|
commitdiff
|
raw
|
diff to current
2007-06-11
Václav Slavík
use wxString argument and not wxChar* in wxHtmlParser...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-15
Václav Slavík
fixed HTML entities parsing broken by wxString changes
blob
|
commitdiff
|
raw
|
diff to current
2007-04-27
Václav Slavík
WX_PRECOMP, not WXPRECOMP
blob
|
commitdiff
|
raw
|
diff to current
2007-04-27
Václav Slavík
PCH-less compilation fixes
blob
|
commitdiff
|
raw
|
diff to current
2007-04-08
Vadim Zeitlin
fix the problem with parsing HTML comments (closes...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-28
Włodzimierz Skiba
Include wx/app.h according to precompiled headers of...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-19
Włodzimierz Skiba
Include wx/dynarray.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-18
Włodzimierz Skiba
wx/wxprec.h already includes wx/defs.h (with other...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-03
Václav Slavík
added ParseInnerSource() to make <pre>-like parsing...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-09
Vadim Zeitlin
corrected test for NUL in wxHtmlEntitiesParser::Parse...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-02
Julian Smart
Worked around a crash in wxHTML on WinCE
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Vadim Zeitlin
first round of Intel compiler warning fixes: down from...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-24
Vadim Zeitlin
added missing consts and pass objects by const referenc...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Włodzimierz Skiba
Source cleaning inspired by and included in patch ...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-14
Włodzimierz Skiba
Fix to bug #1046289. dtor of wxMetaTagParser must be...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-27
Włodzimierz Skiba
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-18
Vadim Zeitlin
use wxLogTrace(htmldebug) instead of wxLogDebug() for...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2004-04-25
Václav Slavík
don't crash if there's no wxFileSystem instance
blob
|
commitdiff
|
raw
|
diff to current
2004-04-17
Robert Roebling
Make wxHTML compile (and work) under CE.
blob
|
commitdiff
|
raw
|
diff to current
2003-08-29
Václav Slavík
Content-Type parsing should be case insensitive
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-08-05
Václav Slavík
no real change, removed commented out code forgotten...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-04
Václav Slavík
added build options sanity checks into all main libraries
blob
|
commitdiff
|
raw
|
diff to current
2003-07-22
Vadim Zeitlin
more warning fixes; removed references to wxToolBarBase...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-13
Vadim Zeitlin
ugly fix for warnings when wxUSE_STL==0 not breaking...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-12
Mattia Barbon
Warning fixes for wxUSE_STL=1.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-10
Vadim Zeitlin
VC++ warning fixes
blob
|
commitdiff
|
raw
|
diff to current
2003-07-10
Mattia Barbon
STL-ification patch for wxMSW and wxGTK.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-10
Václav Slavík
fixed Content-Type lookup
blob
|
commitdiff
|
raw
|
diff to current
2003-02-23
Václav Slavík
fixed parsing of CDATA elements (<script> and <style...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-04
Vadim Zeitlin
merged 2.4 branch into the trunk
blob
|
commitdiff
|
raw
|
diff to current
2002-05-05
Václav Slavík
gcc pragmas fixes
blob
|
commitdiff
|
raw
|
diff to current
2002-01-27
Václav Slavík
new wxHtmlWindow::OnOpeningURL API
blob
|
commitdiff
|
raw
|
diff to current
2002-01-09
Vadim Zeitlin
fixes for the compilation warnings with Sun CC:
blob
|
commitdiff
|
raw
|
diff to current
2001-10-05
Václav Slavík
1) wxHTML now outputs unrecognized entities verbosely
blob
|
commitdiff
|
raw
|
diff to current
2001-09-01
Václav Slavík
fixed memory leaks when parsing
blob
|
commitdiff
|
raw
|
diff to current
2001-08-08
Václav Slavík
fix for nbsp problem and minor parsing flow change
blob
|
commitdiff
|
raw
|
diff to current
2001-07-31
Kendall Bennett
Latest updates from SciTech code tree including numerou...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-20
Václav Slavík
fixed entities parsing under win32
blob
|
commitdiff
|
raw
|
diff to current
2001-07-19
Vadim Zeitlin
VC++ warning fixed
blob
|
commitdiff
|
raw
|
diff to current
2001-07-19
Václav Slavík
new wxHtmlParser core and changes implied by it
blob
|
commitdiff
|
raw
|
diff to current
2001-07-07
Vadim Zeitlin
applied patch 439186 (mingw and VC5 fixes)
blob
|
commitdiff
|
raw
|
diff to current
2001-07-06
David Webster
Missing LINKAGEMODE on static declaration (for OS/2).
blob
|
commitdiff
|
raw
|
diff to current
2001-07-05
Vadim Zeitlin
removed/replaced include 'wx/wx.h'
blob
|
commitdiff
|
raw
|
diff to current
2001-07-02
Václav Slavík
oops, fixed fatal bug in new HTML parsing code (I wonde...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-01
Václav Slavík
new HTML tags parser and entities substitution code
blob
|
commitdiff
|
raw
|
diff to current
2001-04-24
Václav Slavík
implemented (more) correct <pre> handling
blob
|
commitdiff
|
raw
|
diff to current
2000-11-05
Václav Slavík
wxHTML src code indentation now conforms (more) to...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-08
Václav Slavík
yet another fix in wxHtmlParser::DoParsing
blob
|
commitdiff
|
raw
|
diff to current
2000-09-07
Václav Slavík
fixed bug in parsing html strings longer than 1024...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
2000-01-23
Václav Slavík
added wxLogError/Warning into wxHTML
blob
|
commitdiff
|
raw
|
diff to current
1999-11-07
Julian Smart
Various fixes for various compilers...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-02
Vadim Zeitlin
include <wx/...> => include "wx/..."
blob
|
commitdiff
|
raw
|
diff to current
1999-10-27
Václav Slavík
added wxHtmlParser::{Push|Pop}TagHandler
blob
|
commitdiff
|
raw
|
diff to current
1999-10-17
Václav Slavík
HTML_xxxx constants changed to wxHTML_xxxx (with backwa...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-16
Václav Slavík
removed wxVERSION_* macros
blob
|
commitdiff
|
raw
|
diff to current
1999-10-08
Karsten Ballüder
replaced T() makro with wxT() due to namespace probs...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-02
Václav Slavík
making wxHTML 8.3 compliant
blob
|
commitdiff
|
raw
|
diff to current