implement wxGetMousePosition without using X-specific code
[wxWidgets.git] / src / html /
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...
2010-01-19  Václav SlavíkSupport XHTML &apos; entity.
2009-12-18  Vadim ZeitlinDon't access the first character of a possible empty...
2009-11-17  Václav SlavíkImproved handling of anchors in wxHTML: scroll to bette...
2009-11-11  Kevin OllivierUse wxWebKitCtrlNameStr to adhere to the convention...
2009-11-04  Vadim ZeitlinRevert "trivial" change of r61772.
2009-10-10  Julian SmartSet the initial size
2009-08-28  Vadim ZeitlinNo real changes, just slightly simplify code.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-25  Vadim ZeitlinUse stock id instead of duplicating its string label...
2009-07-25  Vadim ZeitlinUse Ok/Cancel dialog instead of Yes/No one in CheckFit().
2009-07-25  Vadim ZeitlinAdd a period to the sentence end.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-18  Vadim ZeitlinwxHtmlWindow background drawing fixes for OS X and...
2009-06-04  Julian SmartUse live update for splitter on Mac since Leopard seems...
2009-06-01  Vadim Zeitlincorrect Borland #pragma hdrstop position
2009-05-23  Vadim Zeitlinmake wxWindow::SetAutoLayout() now works for all window...
2009-05-15  Václav Slavíkset icons bundle instead of single icon for wxHtmlHelpFrame
2009-05-13  Vadim Zeitlincompare wxMessageDialog::ShowModal() return value with...
2009-05-06  Stefan Csomorfirst stab at having webkit under osx_cocoa working
2009-05-04  Vadim Zeitlindon't duplicate wxGetTopLevelParent() code in wxHtmlHel...
2009-04-25  Vadim Zeitlinadd support for table border width attribute (closes...
2009-03-31  Vadim Zeitlinfix g++ warnings for float->int conversions
2009-03-26  Vadim Zeitlindetect horizontal overflow in wxHtmlPrintout and warn...
2009-03-21  Václav SlavíkwxHTML tables handler didn't properly restore m_enclosi...
2009-03-11  Vadim Zeitlinwork around some (harmless) g++ warnings about possibly...
2009-03-05  Julian SmartDon't set a large minimum size for both panes
2009-02-24  Vadim Zeitlinrender <TH> contents in bold, as all the browsers do
2009-02-21  Václav Slavíkadded asserts to check correct order of wxHtmlDCRendere...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-25  Vadim Zeitlinremove unused function and out of date comments (we...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-24  Francesco Montorsido not export private symbols in wx shared libraries
2009-01-23  Robert RoeblingOptical improvements under OS X
2009-01-23  Robert RoeblingCorrect conversion from text file to charset (which...
2009-01-23  Robert RoeblingDon't attempt to convert non-ascii strings to filenames
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-13  Francesco Montorsialways properly check if SeekI() calls succeded; this...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-09  Stefan Csomorguard against NULL win (happens during debug startup...
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-12-14  Francesco Montorsiremove old file not compiled/used anymore since at...
2008-11-22  Kevin OllivierForward port event handler fixes to trunk.
2008-10-30  Václav SlavíkwxHTML: don't include extra whitespace in table cells
2008-10-28  Václav Slavíkfixed interpretation of line breaks in <pre> to conform...
2008-10-23  Vadim Zeitlinfix a couple of typos pointed out by a translator
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
next