]> git.saurik.com Git - wxWidgets.git/history - src/html
Added wxRichTextCtrl
[wxWidgets.git] / src / html /
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-11  Vadim Zeitlinunused var warning in Mac build
2005-09-05  Włodzimierz SkibaFix for [1250089] 'wxHtmlHelpFrame uses constants inste...
2005-09-05  Włodzimierz Skiba'mark' is already used in this scope so make it clearer.
2005-09-04  Stefan Csomorsupport for fractional characters widths under Mac
2005-08-07  Vadim ZeitlindeTABified; removed unused variable provoking a gcc...
2005-07-26  Vadim Zeitlinmoved declaration of variable only used if wxUSE_GIF...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-16  Vadim Zeitlinfixed a rare crash due to malformed HTML
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-23  Włodzimierz SkibaClipboard usage fixes inspired by Tinderbox logs.
2005-05-13  Włodzimierz SkibaFixed wrong positioning of marks and enumerations in...
2005-05-10  Stefan Csomorcleanup
2005-05-04  Robin DunnDon't automatically copy the selection to the clipboard...
2005-04-30  Stefan Csomorreordering for CW compiles, setting control to opaque...
2005-04-27  Kevin OllivierTiger compatibility fixes.
2005-04-24  Kevin OllivierFixed an issue with potential invalid ID passed to...
2005-04-22  Michael WetherellFixes to allow compilation with no wchar_t (djgpp proba...
2005-04-13  Kevin OllivierAdding accessor methods for URL and Title, and another...
2005-03-24  Włodzimierz SkibaIncomplete wxUSE_* warning fix.
2005-03-23  Julian Smartuse default position, not 0, 0
2005-03-21  Włodzimierz SkibaCheck for empty page location to avoid crash in lack...
2005-03-12  Robert Roebling Make tree control more GTK-is in the HTML help system.
2005-03-10  Robin DunnGive the wxChoice an explicit width so the min size...
2005-03-03  Václav Slavíkfixed crash when wxHtmlWindow's content is updated...
2005-02-23  Stefan Csomoradding peer back to wxWindow
2005-02-17  Vadim Zeitlinrevert to the old flicker-less version when background...
2005-02-13  Vadim Zeitlinadded support for background bitmap specified in backgr...
2005-02-13  Václav Slavíkdon't crash on unterminated CDATA elements (patch ...
2005-02-13  Vadim Zeitlincopy the right part of the existing background to the...
2005-02-09  Vadim Zeitlindon't suppress default erase background logic, we do...
2005-02-09  Vadim Zeitlindon't erase the background of wxHtmlWindow unconditionally
2005-02-08  Włodzimierz SkibaMinor decorations.
2005-01-24  Kevin OllivierFixing notebook 'flashing' bug where the WebView would...
2005-01-23  Kevin OllivierGreatly improved wxWebKitCtrl positioning logic to...
2005-01-13  Robin Dunnadded a missing \n the source
2005-01-06  Robert Roebling #
2005-01-05  Włodzimierz SkibaOld API clearly deprecated.
2004-12-26  Stefan Csomorunicode fix
2004-12-22  Václav Slavíkcompilation fix
2004-12-21  Włodzimierz SkibawxURI is enough for the basic url operations.
2004-12-18  Stefan CsomorBig Endian Fixes, LCID support (must be paired with...
2004-12-16  Włodzimierz SkibaSend full url to wxHtmlWindow::OnOpeningURL validation...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-11-27  Václav Slavíkrenamed Render's argument to not obfuscate its meaning
2004-11-27  Václav Slavíkfixed wxHtmlContainerCell to not render off-screen...
2004-11-25  Václav Slavíkreverted Robert's over-optimisation, correct fix coming...
2004-11-24  Robert Roebling Changed the way invisble HTML cells are NOT
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-10-31  Robert Roebling Moved the wxPageSetupDialogData <-> native conversion
2004-10-14  Włodzimierz SkibaFix to bug #1046289. dtor of wxMetaTagParser must be...
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-03  Václav Slavíkfixed crash on invalid data (patch 1039453)
2004-09-29  Julian SmartFixed case sensitivity
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-09-26  Kevin OllivierFixes to remove compile warnings.
2004-09-24  Václav Slavíkuses system's default UI font in the help browser by...
2004-09-24  Václav Slavíkreplaced NormalizeFontSizes with SetStandardFonts
2004-08-30  Václav Slavíknew stock buttons API
2004-08-22  Václav Slavíkmore wxArtProvider fixes
2004-08-22  Václav SlavíkwxHtmlHelpFrame's tree control uses 16x16 pixels, expli...
2004-08-15  Václav Slavíkaccept files in wxHtmlEasyPrinting::{Print,Preview...
2004-08-05  Robin DunnAdded NormalizeFontSizes which will set the html font...
2004-07-27  Václav Slavíkfixed memory leak
2004-07-23  Włodzimierz SkibawxUSE_STL/wxArrayString fixes.
2004-07-22  Václav Slavíkdon't select first hit in index if it is multi-topic...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-07-18  Vadim Zeitlinuse wxLogTrace(htmldebug) instead of wxLogDebug() for...
2004-07-17  Václav Slavíkremoved accidentally committed debugging code
2004-07-17  Václav Slavíkuse corrent charset for page title in ANSI builds
2004-07-17  Julian SmartEnsure we don't get an empty help menu on Mac
2004-07-17  Václav Slavíkfixed TABs handling
2004-07-16  Václav Slavíkadded wxHtmlWindow::ToText
2004-07-12  Włodzimierz SkibaWarning fix for lack of -> operator.
2004-07-12  Václav Slavíkremoved useless code accidentally left in
2004-07-11  Stefan Csomoradaptions to m_peer methods
2004-07-01  Julian SmartComboboxes should have default height
2004-07-01  Václav Slavíksimplified justification code; fixed incorrect position...
2004-06-30  Václav Slavíkfixed HTML entities parsing inside <titl
2004-06-29  Vadim Zeitlinremoved gtk.h include
2004-06-28  Václav Slavíkimplemented nested index entries and index entries...
2004-06-27  Václav Slavíkmore fixes to HTML entities parsing when loading .hhk...
2004-06-27  Václav Slavíkfixes to charset conversion when loading non-Latin1...
2004-06-24  Václav Slavíkdeprecated wxBookCtrlSizer and wxNotebookSizer, they...
2004-06-18  Kevin OllivierFixed to work with the new wxMacControl system.
2004-06-18  Włodzimierz SkibaWarning fix.
2004-06-17  Julian SmartCorrected position of wxUSE_WEBKIT test
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-06-11  Włodzimierz SkibaNo warning with wxUSE_BUSYINFO turned off.
2004-06-11  Włodzimierz SkibawxUSE_PROGRESSDLG is optional.
2004-06-04  Stefan Csomoradaptions for m_peer
2004-06-04  Kevin OllivierMaking wxUSE_WEBKIT for optionally building wxWebKitCtrl.
2004-06-02  Kevin OllivierYet more fixes for wxNotebook compatibility...
2004-06-02  Kevin OllivierwxWebKitCtrl now properly detects a wxNotebook anywhere...
2004-06-01  Kevin OllivierFixes for wxWebKitCtrl to work with wxNotebook.
next