A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / src / html /
2013-09-30  Vadim ZeitlinAvoid using wxHtmlTag::HasParam() unnecessarily.
2013-09-30  Vadim ZeitlinStore HTML "id" parameter value in wxHtmlCell.
2013-09-30  Vadim ZeitlinAdd wxHtmlTag::GetParamAsString() convenience method.
2013-08-23  Vadim ZeitlinFix wxHtmlHelpData::SetTempDir() to behave correctly...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-17  Vadim ZeitlinSet mouse cursor correctly over image map links in...
2013-07-17  Vadim ZeitlinCheck the number of points in the image map in wxHTML.
2013-07-17  Vadim ZeitlinNo changes, just remove an extra pair of braces in...
2013-06-29  Vadim ZeitlinAllow resetting background colour of wxHtmlContainerCell.
2013-06-25  Julian SmartRemoved 3D style for splitter on Mac since it looks bad
2013-06-17  Julian SmartFixed loading of whole file:... specification of a...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-01  Julian SmartCorrected code that re-encodes the book title.
2013-02-19  Vadim ZeitlinFix background corruption in scrolled wxHtmlWindow.
2013-01-20  Vadim ZeitlinImprove appearance of text with background colour in...
2013-01-20  Paul Cornettsizeof(char) is 1. By definition.
2013-01-20  Vadim ZeitlinReally fix the background colour used for the cells...
2012-12-29  Vadim ZeitlinNo changes, just remove unneeded variable initialization.
2012-12-28  Paul Cornettnon-pch build fix
2012-12-28  Vadim ZeitlinFix regression with wxHTML table elements background...
2012-12-08  Vadim ZeitlinAdd a wxHtmlTag helper parsing both absolute values...
2012-12-08  Vadim ZeitlinDon't unnecessarily NUL-terminate wxCharBuffer contents.
2012-11-29  Julian SmartCope with the common case of utf-8 being specified...
2012-11-01  Vadim ZeitlinDon't crash in wxHTML when parsing empty tables with...
2012-10-07  Vadim ZeitlinNo real changes, just don't use brush styles for backgr...
2012-10-07  Vadim ZeitlinSupport some CSS styles for the links in wxHTML too.
2012-10-01  Vadim ZeitlinFix PCH-less build after the changes of r72589.
2012-09-30  Vadim ZeitlinAdd support for background-color style to span element...
2012-09-30  Vadim ZeitlinFix handling of spaces after <img> tag in wxHTML.
2012-09-30  Vadim ZeitlinConvert image tags to text using their alt attribute...
2012-09-28  Vadim ZeitlinMake wxHelpControllerBase::SetFrameParameters() title...
2012-09-14  Vadim ZeitlinNo changes, just remove an unused variable from CHM...
2012-08-03  Robin DunnAdd the ability to trigger a print from JavaScript...
2012-07-24  Vadim ZeitlinAnother wxOSX compilation fix after the changes of...
2012-06-28  Vadim ZeitlinFix off by 1 error in wxHTML font size from points...
2012-06-06  Václav SlavíkwxHtmlHelpWindow: Fix contents panel syncing with view.
2012-06-01  Vadim ZeitlinFix wxWebKitCtrl::RunScript() return value.
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-06-01  Vadim ZeitlinFix wxMac preprocessor check in wxWebView code.
2012-05-07  Václav SlavíkFix performance of wxHtmlParser::SkipCommentTag() in...
2012-04-28  Vadim ZeitlinDon't use too big width for wxHtmlHelpWindow navigation...
2012-04-28  Vadim ZeitlinFix erasing wxHtmlWindow background in wxUniv.
2012-04-07  Robin DunnAdd a ctor that is compatible with the documented wxHel...
2012-03-13  Julian SmartBetter border style for HTML window
2012-03-07  Václav SlavíkDon't eat unhandled events in wxHtmlWindow::OnKeyUp().
2012-03-06  Julian SmartwxCB_SORT not currently supported on OSX/Cocoa
2012-02-07  Vadim ZeitlinFix infinite loop in wxHtmlEasyPrinting page break...
2012-02-07  Vadim ZeitlinNo real changes, just pass const wxArrayInt to wxHtmlCe...
2012-02-05  Vadim ZeitlinTake void** client data in wxSingleChoiceDialog ctor...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2012-01-19  Stefan Csomoradapting to new raw_control
2012-01-18  Vadim ZeitlinSkip EVT_RIGHT_UP event in wxHtmlWindow if it wasn...
2011-12-27  Vadim ZeitlinRecognize background-color style in wxHtmlWindow.
2011-12-27  Vadim ZeitlinAdd support for more CSS styles to SPAN tag in wxHtmlWi...
2011-11-30  Vadim ZeitlinUse more clear names for variables in wxHtmlSelection...
2011-11-27  Vadim ZeitlinMerge similar but not quite identical translated strings.
2011-10-22  Julian SmartApplied patch #13534: wxRichTextCtrl: Make it easier...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-16  Stefan Csomoradjust init to standard
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-11  Julian SmartUse more appropriate border style
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03  Vadim ZeitlinIncrease the number of index items shown by default...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-19  Stefan Csomorgoing private with userpane info
2011-03-18  Stefan Csomorgoing private for m_peer to give a foundation for bette...
2011-03-18  Vadim ZeitlinAdd wxHtmlHelpController::SetShouldPreventAppExit().
2011-03-16  Stefan Csomoralways skip OnSize
2011-02-19  Vadim ZeitlinRemove stray #pragma implementation.
2011-02-19  Vadim ZeitlinRemove long unused wxHTML files.
2011-01-13  Vadim ZeitlinFixes for parsing invalid HTML without tag ends.
2011-01-13  Vadim ZeitlinNo changes, just remove a level of indentation in wxHtm...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-12-30  Vadim ZeitlinDon't crash on malformed HTML in wxHTML font tag handler.
2010-12-15  Jouk JansenInclude compilation of tests for OpenVMS (part2)
2010-11-11  Michael WetherellUse wxFS_SEEKABLE flag loading images.
2010-10-23  Vadim ZeitlinConstruct paths using wxFileName in wxHTML help.
2010-10-08  Michael WetherellFix for wxChm
2010-09-30  Michael WetherellA couple of fixes for wxChm
2010-09-29  Vadim ZeitlinFix crash in wxWebKitCtrl when using JavaScript.
2010-08-11  Vadim ZeitlinUse correct format specifiers in wxString::Printf().
2010-07-24  Vadim ZeitlinRemove hard limit on number of pages in wxHtmlPrintout.
2010-07-23  Vadim ZeitlinPropagate wxHtmlWindow layout direction to the wxDC...
2010-07-14  Vadim ZeitlinSuppress warnings about double to int truncation in...
2010-07-13  Vadim ZeitlinFix file paths in the header comments.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-22  Jouk JansenUpdate OpenVMS compile support
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-05-30  Vadim ZeitlinAdd <span> tag and limited support for CSS styles to...
2010-05-05  Vadim ZeitlinFix PCH-less compilation after recent changes.
2010-05-05  Vadim ZeitlinNotify user less intrusively about overflow when previe...
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-03-29  Václav SlavíkUse fixed screen DPI of 96 when printing HTML.
2010-03-29  Václav SlavíkRemoved useless wxDisplaySize() calls from wxHtmlPrintout.
2010-03-29  Paul Cornettnon-pch build fix
2010-03-28  Václav SlavíkwxHTML: Support percentage width in IMG tag.
2010-02-25  Vadim ZeitlinCompilation fixes in wxHTML for wxUSE_CONFIG==0.
2010-02-14  Václav SlavíkFix wxHtmlWindow to correctly decide whether to show...
next