2004-05-23 |
Julian Smart | Name and version changes |
tree | commitdiff |
2004-05-19 |
Włodzimierz Skiba | TRUE->true, FALSE->false replacements. |
tree | commitdiff |
2004-05-19 |
Kevin Ollivier | Initial import of wxWebKitCtrl sources and htmlctrl... |
tree | commitdiff |
2004-03-17 |
Václav Slavík | improved HTML tables layout code (patch 911377) |
tree | commitdiff |
2004-03-05 |
Robin Dunn | Changed CanApplyParentThemeBackground to ApplyParentThe... |
tree | commitdiff |
2004-03-04 |
Robin Dunn | Added CanApplyParentThemeBackground and use it in wxMSW's |
tree | commitdiff |
2004-02-23 |
Václav Slavík | create wxPrintData instance on demand |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
tree | commitdiff |
2004-02-01 |
Václav Slavík | prefix symbols with wx, for smaller risk of collision |
tree | commitdiff |
2004-01-17 |
Mattia Barbon | Add wxRTTI information. |
tree | commitdiff |
2003-11-26 |
Vadim Zeitlin | resolved conflict (because I forgot to commit before) |
tree | commitdiff |
2003-11-26 |
Dimitri Schoolwerth | Declaration of CopySelection is bool instead of void. |
tree | commitdiff |
2003-09-09 |
Václav Slavík | applied Otto Wyss' patch to extend wxHelpController... |
tree | commitdiff |
2003-09-01 |
Václav Slavík | accept focus, keyboard can be used for navigation ... |
tree | commitdiff |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
tree | commitdiff |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
tree | commitdiff |
2003-08-03 |
Václav Slavík | reverted two last changes; they both broke compilation |
tree | commitdiff |
2003-08-03 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-07-23 |
Julian Smart | Printing improvements: GetPageInfo() gets called after... |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | reduced compilation dependencies |
tree | commitdiff |
2003-07-17 |
Václav Slavík | remove extra space at top and bottom of the page if... |
tree | commitdiff |
2003-07-16 |
Václav Slavík | removed GetHorizontalConstraints -- no longer needed |
tree | commitdiff |
2003-07-15 |
Václav Slavík | don't break lines in the middle of word |
tree | commitdiff |
2003-07-09 |
Julian Smart | OnIdle -> OnInternalIdle |
tree | commitdiff |
2003-07-08 |
Mattia Barbon | Morec ompilation fixes. |
tree | commitdiff |
2003-07-08 |
Václav Slavík | much better looking selection of justified paragraphs |
tree | commitdiff |
2003-07-06 |
Julian Smart | Added wxHtmlPrintout::AddFilter so the same filters... |
tree | commitdiff |
2003-07-04 |
Václav Slavík | fixed compilation of multilib dll |
tree | commitdiff |
2003-07-04 |
Václav Slavík | fixes for moving wxHTML files into their own DLL |
tree | commitdiff |
2003-06-11 |
Vadim Zeitlin | made CopySelection() always available (otherwise it... |
tree | commitdiff |
2003-06-07 |
Václav Slavík | use 'I' cursor when over text |
tree | commitdiff |
2003-06-05 |
Václav Slavík | added line selection |
tree | commitdiff |
2003-06-04 |
Václav Slavík | doubleclick selects word |
tree | commitdiff |
2003-06-04 |
Václav Slavík | added selecting-while-dragging |
tree | commitdiff |
2003-06-03 |
Václav Slavík | (hopefully) finished subcell selection |
tree | commitdiff |
2003-06-03 |
Václav Slavík | new rendering customization API for Vadim |
tree | commitdiff |
2003-06-03 |
Václav Slavík | subcell selection |
tree | commitdiff |
2003-06-02 |
Vadim Zeitlin | compilation warning fixed |
tree | commitdiff |
2003-06-02 |
Václav Slavík | added copying selection to clipboard; fixes to selectio... |
tree | commitdiff |
2003-06-01 |
Václav Slavík | more work on text selection: selecting should work... |
tree | commitdiff |
2003-06-01 |
Václav Slavík | added default ctor and SetSelection to wxHtmlRenderingState |
tree | commitdiff |
2003-06-01 |
Vadim Zeitlin | added consts needed by VC++/BC++ |
tree | commitdiff |
2003-06-01 |
Václav Slavík | react on mouse up, not mouse down |
tree | commitdiff |
2003-05-31 |
Václav Slavík | preparing wxHtmlWindow for text selection (highlighting... |
tree | commitdiff |
2003-05-26 |
Julian Smart | Allow printing objects to be passed a wxWindow, not... |
tree | commitdiff |
2003-05-12 |
Václav Slavík | applied HTML pagebreaks patch |
tree | commitdiff |
2003-03-16 |
Václav Slavík | applied patch adding SetFonts to wxHTML printing classe... |
tree | commitdiff |
2003-01-26 |
Václav Slavík | added wxHtmlWindow::LoadFile |
tree | commitdiff |
2003-01-18 |
Václav Slavík | why the heck should something that reacts on wxID_CLOSE... |
tree | commitdiff |
2003-01-16 |
Julian Smart | ReDOS-ified project files |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | compilation fixes after applying DECLARE_NO_COPY_CLASS... |
tree | commitdiff |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
tree | commitdiff |
2002-12-09 |
Václav Slavík | forgot to add wxHtmlHelpController::AddBook(wxFileName... |
tree | commitdiff |
2002-12-09 |
Julian Smart | Added missing AddBook |
tree | commitdiff |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
tree | commitdiff |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
tree | commitdiff |
2002-06-18 |
Julian Smart | Added AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK |
tree | commitdiff |
2002-05-25 |
Robert Roebling | Set the focus to the html display window |
tree | commitdiff |
2002-04-16 |
Václav Slavík | wxHtmlBookRecords needs not be wxObject |
tree | commitdiff |
2002-03-21 |
Václav Slavík | deleted no longer needed resource files |
tree | commitdiff |
2002-03-21 |
Václav Slavík | root is always hidden -> no icon needed |
tree | commitdiff |
2002-03-07 |
Václav Slavík | rewrote Chris' fix properly |
tree | commitdiff |
2002-03-07 |
Julian Smart | Corrections in light of recent toolbar and other changes |
tree | commitdiff |
2002-03-06 |
Julian Smart | Applied patch for Forty, print patch and wxHTML book... |
tree | commitdiff |
2002-02-11 |
Václav Slavík | rewrote wxHtmlHelpFrame using sizers |
tree | commitdiff |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
tree | commitdiff |
2002-01-27 |
Václav Slavík | new wxHtmlWindow::OnOpeningURL API |
tree | commitdiff |
2002-01-24 |
Václav Slavík | added dummy <style> handler in order to hide CSS code |
tree | commitdiff |
2002-01-19 |
Václav Slavík | implemented URLs blocking in wxHtmlWindow |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
tree | commitdiff |
2002-01-06 |
Gilles Depeyrot | use "..." instead of <...> for wx headers |
tree | commitdiff |
2001-11-27 |
Václav Slavík | added two-step creation of wxHtmlWindow |
tree | commitdiff |
2001-11-02 |
Václav Slavík | mingw compilation fixc |
tree | commitdiff |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
tree | commitdiff |
2001-10-14 |
Václav Slavík | added wxHtmlWindow::AppendToPage |
tree | commitdiff |
2001-10-05 |
Václav Slavík | wxHTML now outputs unrecognized entities verbosely |
tree | commitdiff |
2001-10-04 |
Václav Slavík | fixed unimportant typo |
tree | commitdiff |
2001-09-23 |
David Webster | FALSE, not false |
tree | commitdiff |
2001-09-19 |
Václav Slavík | fixed problems with HTML printing w/o using wxHtmlWindow |
tree | commitdiff |
2001-09-02 |
Václav Slavík | added wxHtmlCell::Get/SetId |
tree | commitdiff |
2001-08-31 |
Vadim Zeitlin | implemented and documented wxHtmlWindow::OnCellMouseHov... |
tree | commitdiff |
2001-08-25 |
Václav Slavík | beginnings of HTML4 tables layouter |
tree | commitdiff |
2001-08-23 |
Václav Slavík | wxHtmlEasyPrinting indentation changes + CreatePrintout... |
tree | commitdiff |
2001-08-08 |
Václav Slavík | made some wxHtmlEntitiesParser's methods public --... |
tree | commitdiff |
2001-08-06 |
Václav Slavík | compilation fix |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | don't allow TABbing to wxHtmlWindow |
tree | commitdiff |
2001-07-31 |
Kendall Bennett | Latest updates from SciTech code tree including numerou... |
tree | commitdiff |
2001-07-19 |
Václav Slavík | new wxHtmlParser core |
tree | commitdiff |
2001-07-08 |
Václav Slavík | wxHTML fixes |
tree | commitdiff |
2001-07-05 |
Vadim Zeitlin | removed/replaced include 'wx/wx.h' |
tree | commitdiff |
2001-07-05 |
Vadim Zeitlin | fixed ifdef |
tree | commitdiff |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
tree | commitdiff |
2001-07-01 |
Václav Slavík | added convenience accessors to wxHtmlTag and modified... |
tree | commitdiff |
2001-07-01 |
Václav Slavík | new HTML tags parser and entities substitution code |
tree | commitdiff |
2001-06-08 |
Kendall Bennett | Merged latest changes from SciTech code base into wxWin... |
tree | commitdiff |
2001-05-08 |
Václav Slavík | fixed typo in pragma implementation |
tree | commitdiff |
2001-05-05 |
Václav Slavík | added new wxHF_xxxx contants to control wxHtmlHelpFrame... |
tree | commitdiff |
2001-05-04 |
Václav Slavík | 1. changed AddSharedProcessor to AddGlobalProcessor |
tree | commitdiff |
2001-05-04 |
Václav Slavík | added wxHtmlHelpController::GetHelpData and removed... |
tree | commitdiff |
next |