projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added wxDataViewCustomRenderer::RenderText() for renderer simple text in platform...
[wxWidgets.git]
/
src
/
html
/
2007-10-05
Václav Slavík
use typed containers in wxHtmlParser instead of type...
tree
|
commitdiff
2007-09-27
Václav Slavík
fixed cellpadding when printing (bug #1795572)
tree
|
commitdiff
2007-09-21
Julian Smart
Size of help window tabs reduced to prevent ugly overlap
tree
|
commitdiff
2007-09-16
Vadim Zeitlin
expand the table cells to fill the entire table width...
tree
|
commitdiff
2007-08-31
Václav Slavík
fixed badly named wxHtmlTag::GetParam() argument: with_...
tree
|
commitdiff
2007-08-29
Julian Smart
Avoid crash if user aborts the print
tree
|
commitdiff
2007-08-28
Václav Slavík
fixed memory leak in RestoreState
tree
|
commitdiff
2007-08-26
Václav Slavík
fixed wxHTML parsing to run in O(n) even in UTF8 build
tree
|
commitdiff
2007-08-22
Václav Slavík
use wxVector<T> instead of OBJARRAY macros for wxHtmlTe...
tree
|
commitdiff
2007-08-22
Václav Slavík
don't derive wxHtmlTag and wxHtmlTagsCache from wxObjec...
tree
|
commitdiff
2007-08-22
Václav Slavík
rewrote wxHtmlEntitiesParser::Parse() using iterators...
tree
|
commitdiff
2007-08-22
Václav Slavík
slight optimization for wxHtmlEntitiesParser::GetEntity...
tree
|
commitdiff
2007-08-22
Václav Slavík
fixed wxHtmlParser::SkipCommentTag() to run the initial...
tree
|
commitdiff
2007-08-21
Václav Slavík
use wxVector<T> instead of homegrown growing array...
tree
|
commitdiff
2007-08-20
Václav Slavík
don't recompute nonbreakable space character every...
tree
|
commitdiff
2007-08-20
Václav Slavík
marked const wxHtmlEntitiesParser methods as such
tree
|
commitdiff
2007-08-08
Julian Smart
Made wxBORDER_THEME the same as wxBORDER_DEFAULT
tree
|
commitdiff
2007-07-07
Václav Slavík
fixed dereferencing of invalid pointers
tree
|
commitdiff
2007-06-28
Václav Slavík
dont use wxChar* arguments in wxHTML API
tree
|
commitdiff
2007-06-17
Václav Slavík
when selecting text in wxHTML, selecting half a charact...
tree
|
commitdiff
2007-06-17
Václav Slavík
fixed selecting part of word from right to left in...
tree
|
commitdiff
2007-06-17
Václav Slavík
determine wxFSFile's MIME type when wxFSFile::GetMimeTy...
tree
|
commitdiff
2007-06-11
Václav Slavík
use wxString argument and not wxChar* in wxHtmlParser...
tree
|
commitdiff
2007-06-05
Václav Slavík
don't crash when using wxHtmlWidgetCell in wxHtmlListBox
tree
|
commitdiff
2007-05-16
Václav Slavík
Do not follow HTML links if selecting text (patch ...
tree
|
commitdiff
2007-05-15
Václav Slavík
fixed HTML entities parsing broken by wxString changes
tree
|
commitdiff
2007-05-11
Vadim Zeitlin
apply the table bg colour between the cells too (patch...
tree
|
commitdiff
2007-05-05
Robert Roebling
Compilo.
tree
|
commitdiff
2007-05-05
Robert Roebling
Compilo.
tree
|
commitdiff
2007-04-27
Václav Slavík
WX_PRECOMP, not WXPRECOMP
tree
|
commitdiff
2007-04-27
Václav Slavík
PCH-less compilation fixes
tree
|
commitdiff
2007-04-20
Vadim Zeitlin
create the spin control with the correct range instead...
tree
|
commitdiff
2007-04-11
Vadim Zeitlin
don't use obsolete functions (mostly copystring() and...
tree
|
commitdiff
2007-04-08
Vadim Zeitlin
fix the problem with parsing HTML comments (closes...
tree
|
commitdiff
2007-04-04
Vadim Zeitlin
call SetEventObject() for wxHtmlLinkEvents we generate
tree
|
commitdiff
2007-03-29
Vadim Zeitlin
fix memory leak when handling background attribute...
tree
|
commitdiff
2007-03-17
Vadim Zeitlin
fix extra indentation in wxHTML_ALIGN_JUSTIFY display...
tree
|
commitdiff
2007-03-17
Václav Slavík
first phase of transition to unified Unicode build:
tree
|
commitdiff
2007-03-11
Václav Slavík
VC6 compilation fix
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
tree
|
commitdiff
2007-03-02
Julian Smart
Fixed premature exit of helpview sample and utility
tree
|
commitdiff
2007-01-07
Vadim Zeitlin
corrected message about page number overflow
tree
|
commitdiff
2006-12-06
Kevin Ollivier
Fix eating of key events (cleaner impl will come after...
tree
|
commitdiff
2006-10-31
Václav Slavík
fixed: clicking on links in the help view did nothing
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
generate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow
tree
|
commitdiff
2006-10-29
Vadim Zeitlin
renamed OnLinkClicked() event handler to avoid hiding...
tree
|
commitdiff
2006-10-29
Vadim Zeitlin
search in the index case-insensitively in FindPageByNam...
tree
|
commitdiff
2006-10-29
Václav Slavík
add events API to wxHtmlWindow (patch #1504493 by Franc...
tree
|
commitdiff
2006-10-29
Václav Slavík
compilation fix
tree
|
commitdiff
2006-10-27
Kevin Ollivier
Don't use the superview when converting.
tree
|
commitdiff
2006-10-27
Michael Wetherell
Use wxFS_SEEKABLE when opening images since some image...
tree
|
commitdiff
2006-10-24
Robin Dunn
Pass the config object into the wxHtmlHelpFrame so...
tree
|
commitdiff
2006-10-19
Kevin Ollivier
Several wxWebKitCtrl enhancements/fixes. Including:
tree
|
commitdiff
2006-10-09
Vadim Zeitlin
added wxAnimationCtrl (patch 1570325)
tree
|
commitdiff
2006-10-04
Vadim Zeitlin
fixed off by 2 error in HasPage() (patch 1562871)
tree
|
commitdiff
2006-09-10
Vadim Zeitlin
ensure that -2 font size is readable, it could be too...
tree
|
commitdiff
2006-09-05
Vadim Zeitlin
mark all dtors which are virtual because base class...
tree
|
commitdiff
2006-09-02
Vadim Zeitlin
don't convert title to current encoding if input encodi...
tree
|
commitdiff
2006-08-31
Włodzimierz Skiba
Include wx/module.h according to precompiled headers...
tree
|
commitdiff
2006-08-29
Václav Slavík
fixed crash in <sub/sup> handling (bug #1545152)
tree
|
commitdiff
2006-08-25
Vadim Zeitlin
don't hardcode HTML font sizes, this makes wxHtmlWindow...
tree
|
commitdiff
2006-08-23
Václav Slavík
fixed HTML colours parsing after patch #1473731 ('wxCol...
tree
|
commitdiff
2006-08-10
Vadim Zeitlin
removed wxHtmlWindow::m_Style which duplicated wxWindow...
tree
|
commitdiff
2006-07-31
Václav Slavík
added wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
tree
|
commitdiff
2006-07-29
Vadim Zeitlin
add @DATE@, @TIME@ and @TITLE@ macros to HTML printing...
tree
|
commitdiff
2006-07-27
Włodzimierz Skiba
Include wx/dataobj.h according to precompiled headers...
tree
|
commitdiff
2006-07-04
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2006-07-03
Włodzimierz Skiba
Include wx/image.h according to precompiled headers...
tree
|
commitdiff
2006-07-02
Stefan Neis
Fixed typos in comments (patch #1515724)
tree
|
commitdiff
2006-06-27
Kevin Ollivier
Fixed incorrect get page source check around SetPageSource.
tree
|
commitdiff
2006-06-22
Vadim Zeitlin
strip HTML tags when searching for keywords
tree
|
commitdiff
2006-06-15
Włodzimierz Skiba
Include wx/math.h according to precompiled headers...
tree
|
commitdiff
2006-06-14
Włodzimierz Skiba
Include wx/colour.h according to precompiled headers...
tree
|
commitdiff
2006-06-14
Vadim Zeitlin
fix for the last printf format warning fix
tree
|
commitdiff
2006-06-09
Włodzimierz Skiba
Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg...
tree
|
commitdiff
2006-06-07
Włodzimierz Skiba
Include wx/toolbar.h according to precompiled headers...
tree
|
commitdiff
2006-06-06
Włodzimierz Skiba
Include wx/textctrl.h according to precompiled headers...
tree
|
commitdiff
2006-06-04
Vadim Zeitlin
printf format spec warning fix
tree
|
commitdiff
2006-05-29
Paul Cornett
build fix
tree
|
commitdiff
2006-05-28
Vadim Zeitlin
File/dir dialog styles and other changes (patch 1488371):
tree
|
commitdiff
2006-05-28
Vadim Zeitlin
use dynamic array for the page breaks positions (patch...
tree
|
commitdiff
2006-05-28
Vadim Zeitlin
wxFontEnumerator::GetFacenames/Encodings() now return...
tree
|
commitdiff
2006-05-25
Włodzimierz Skiba
Include wx/msgdlg.h according to precompiled headers...
tree
|
commitdiff
2006-05-24
Włodzimierz Skiba
Include wx/settings.h according to precompiled headers...
tree
|
commitdiff
2006-05-23
Włodzimierz Skiba
Include wx/timer.h according to precompiled headers...
tree
|
commitdiff
2006-05-18
Włodzimierz Skiba
Include wx/menu.h according to precompiled headers...
tree
|
commitdiff
2006-05-17
Julian Smart
Documentation states scrollbars (plural) are switched...
tree
|
commitdiff
2006-05-17
Václav Slavík
commented OpenContainer usage
tree
|
commitdiff
2006-05-08
Włodzimierz Skiba
Include wx/dcmemory.h according to precompiled headers...
tree
|
commitdiff
2006-05-05
Włodzimierz Skiba
Include wx/dc.h according to precompiled headers of...
tree
|
commitdiff
2006-05-03
Włodzimierz Skiba
Include wx/stream.h according to precompiled headers...
tree
|
commitdiff
2006-04-28
Włodzimierz Skiba
Include wx/app.h according to precompiled headers of...
tree
|
commitdiff
2006-04-26
Włodzimierz Skiba
Include wx/log.h according to precompiled headers of...
tree
|
commitdiff
2006-04-24
Włodzimierz Skiba
[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
tree
|
commitdiff
2006-04-20
Włodzimierz Skiba
Include wx/list.h according to precompiled headers...
tree
|
commitdiff
2006-04-19
Włodzimierz Skiba
Include wx/dynarray.h according to precompiled headers...
tree
|
commitdiff
2006-04-19
Włodzimierz Skiba
Include wx/object.h according to precompiled headers...
tree
|
commitdiff
2006-04-18
Włodzimierz Skiba
wx/wxprec.h already includes wx/defs.h (with other...
tree
|
commitdiff
2006-04-14
Václav Slavík
don't show the I-beam cursor over text in wxHtmlListBox
tree
|
commitdiff
2006-04-13
Václav Slavík
1. added abstract interface to wxHtmlWindow for use...
tree
|
commitdiff
next