]> git.saurik.com Git - wxWidgets.git/history - src/html
Compilation fix for wxUSE_STL == 1.
[wxWidgets.git] / src / html /
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.
2004-05-31  Václav Slavíkfixed crash on incorrect HTML input caused by uninitial...
2004-05-30  Dimitri Schoolwerthpartially applied patch #895170: "Building with minimal...
2004-05-27  Václav Slavíkfixed indentation in case there's only one cell on...
2004-05-27  Václav Slavíkcompilation fix
2004-05-27  Václav Slavíkfixed iteration over cells
2004-05-26  Julian SmartReverted config/resource name change
2004-05-26  Kevin OllivierwxWebKikStateChangedEvent should now return proper...
2004-05-25  Kevin OllivierwxWebKit now properly updates after a resize event.
2004-05-24  Robin DunnUse correct #if for interface/implementation pragma.
2004-05-24  Kevin OllivierFixes for Unicode build.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-20  Vadim Zeitlinreally fixed handling of non-text cells in justified...
2004-05-19  Włodzimierz SkibaCentralized wxDefaultPosition and TRUE->true, FALSE...
2004-05-19  Kevin OllivierInitial import of wxWebKitCtrl sources and htmlctrl...
2004-05-18  Vadim Zeitlindon't distribute extra space between 0 width cells...
2004-05-18  Włodzimierz SkibaPatch 950002 after agreement from Markus Sinner
2004-04-25  Václav Slavíkdon't crash if there's no wxFileSystem instance
2004-04-17  Robert Roebling Make wxHTML compile (and work) under CE.
2004-03-29  Robin DunnUse "&Help" so wxMac doesn't make an extra help menu
2004-03-29  Vadim Zeitlinmade wxADJUST_MINSIZE default
2004-03-25  Julian SmartAdded UpdateSize to wxSplitterWindow, to allow an app
2004-03-21  Václav Slavíklists rendering fixes (second part of patch 911377)
2004-03-21  Václav Slavíka) navigation panel needs size hint, reverted previous...
2004-03-19  Jouk Jansen Committing in .
2004-03-18  Julian SmartRemove size hints for now that messes up nav panel...
2004-03-18  Vadim Zeitlinfixes for warnings about implicit double -> int conversions
2004-03-17  Václav Slavík<div> handling fix (Xavier Nodet)
2004-03-17  Václav Slavíkimproved HTML tables layout code (patch 911377)
2004-03-03  Julian SmartOnly scale an image once, which vastly improves the...
2004-02-29  Vadim Zeitlincheck for NULL pointer returned by wxFontEnumerator...
2004-02-23  Václav Slavíkcreate wxPrintData instance on demand
2004-02-11  Václav Slavíkadded public methods to select parts of displayed page
2004-01-22  Stefan Csomorno message
2004-01-20  Stefan Csomorpreliminary fix, for using the correct output encoding...
2004-01-17  Mattia Barbon Add wxRTTI information.
2003-11-27  Julian SmartAttempt to fix Borland compilo
2003-11-26  Dimitri SchoolwerthDeclaration of CopySelection is bool instead of void.
2003-11-25  Vadim Zeitlindon't test whether m_selection is NULL both before...
2003-11-25  Vadim Zeitlinfixed memory leak (m_selection wasn't deleted)
2003-11-22  Robin DunnUses wxSystemSettings for colour when there is no window
2003-11-20  Robin DunnWhen used from wxHtmlListBox it's possible for GetWindo...
2003-11-11  Václav SlavíkAlways set background colour prior to any HTML renderin...
2003-11-11  Václav Slavíkpart of DS' change _was_ corrent, restored
2003-11-10  Dimitri SchoolwerthReally fixed Borland release build warning (without...
2003-11-10  Václav Slavíkprevious DS' change was broken, reverted
2003-11-10  Dimitri SchoolwerthAdded wxUnusedVar for Borland and fixed 2 release mode...
2003-11-09  Václav Slavíkaddedd support for <pre width=...>
2003-11-06  David ElliottWrap some toolbar code in #if wxUSE_TOOLBAR
2003-10-16  Vadim Zeitlincompilation fix for Watcom (part of patch 813225)
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-12  Vadim ZeitlinVC++ release mode warning fixes
2003-10-07  Václav Slavíkadded .chm support for Unix (Markus Sinner)
2003-10-03  Václav Slavíkfixed memory leak (#817324)
2003-09-18  Václav Slavíkfixed single word selection
2003-09-10  Vadim Zeitlinfixed a 'variable could be used uninitialized' warning
2003-09-09  Václav Slavíkapplied Otto Wyss' patch to extend wxHelpController...
2003-09-04  Stefan Csomormacro naming changes
2003-08-29  Václav SlavíkContent-Type parsing should be case insensitive
2003-08-21  Stefan Csomorextended RTTI support
2003-08-13  Vadim Zeitlincompilation fix after Clear() change
2003-08-13  Václav Slavíkfixed wrong arguments to Draw
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Václav Slavíkno real change, removed commented out code forgotten...
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-07-23  Julian SmartPrinting improvements: GetPageInfo() gets called after...
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-20  Mattia Barbon Compilation fix for !WXWIN_COMPATIBILITY_2_4.
2003-07-17  Václav Slavíkremove extra space at top and bottom of the page if...
2003-07-16  Václav Slavíkremoved GetHorizontalConstraints -- no longer needed
2003-07-16  Václav Slavíktables can no longer be smaller than sum of their columns
2003-07-15  Václav Slavíkdon't break lines in the middle of word
2003-07-13  Vadim Zeitlinugly fix for warnings when wxUSE_STL==0 not breaking...
2003-07-12  Mattia Barbon Warning fixes for wxUSE_STL=1.
2003-07-12  Vadim Zeitlinfixed a crash
2003-07-10  Vadim ZeitlinVC++ warning fixes
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Vadim Zeitlinuse mask for GIFs (part of patch 649438)
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-08  Václav Slavíkfixes to wxHTML selection code: corrected mouse navigation
2003-07-08  Václav Slavíkmuch better looking selection of justified paragraphs
2003-07-06  Julian SmartAdded wxHtmlPrintout::AddFilter so the same filters...
2003-07-04  Václav Slavíkfixed compilation of multilib dll
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-06-15  Václav Slavíkfixed misbehaving selection on some words
2003-06-15  Vadim ZeitlinGTK2 Unicode build warning fix
2003-06-11  Vadim Zeitlinmade CopySelection() always available (otherwise it...
2003-06-11  Vadim Zeitlina hack to make copying double clicked words to clipboar...
2003-06-10  Václav Slavíkfixed Content-Type lookup
2003-06-09  Václav Slavíkcompilation fix for VisualAge C++
2003-06-07  Václav Slavíkuse 'I' cursor when over text
2003-06-07  David ElliottPlace m_lastDoubleClick initialization inside existing...
2003-06-05  Václav Slavíkadded line selection
2003-06-05  Mattia Barbon Add missing header for wxMotif.
next