projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Patch from Utensil Candel with large improvements to the samples documentation, and...
[wxWidgets.git]
/
include
/
wx
/
html
/
2008-06-05
Václav Slavík
added wxHtmlWindow::SetRelatedStatusBar(wxStatusBar...
tree
|
commitdiff
2008-05-28
Robin Dunn
Add wxWebKitNewWindowEvent
tree
|
commitdiff
2008-04-21
Václav Slavík
preserve TAB characters when copying HTML <pre> content...
tree
|
commitdiff
2008-03-13
Václav Slavík
reverted Julian's r44600, it broke help window behavior...
tree
|
commitdiff
2008-03-13
Václav Slavík
fixed crash in wxHtmlHelpController if the help window...
tree
|
commitdiff
2008-01-27
Vadim Zeitlin
don't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
tree
|
commitdiff
2008-01-15
Václav Slavík
fixed wxHTML parser to not assert on invalid HTML input...
tree
|
commitdiff
2007-11-23
Vadim Zeitlin
use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
tree
|
commitdiff
2007-10-05
Václav Slavík
use typed containers in wxHtmlParser instead of type...
tree
|
commitdiff
2007-08-31
Václav Slavík
fixed badly named wxHtmlTag::GetParam() argument: with_...
tree
|
commitdiff
2007-08-28
Václav Slavík
added some clarifying comments
tree
|
commitdiff
2007-08-26
Václav Slavík
fixed wxHTML parsing to run in O(n) even in UTF8 build
tree
|
commitdiff
2007-08-22
Václav Slavík
don't derive wxHtmlTag and wxHtmlTagsCache from wxObjec...
tree
|
commitdiff
2007-08-21
Václav Slavík
use wxVector<T> instead of homegrown growing array...
tree
|
commitdiff
2007-08-20
Václav Slavík
don't recompute nonbreakable space character every...
tree
|
commitdiff
2007-08-20
Václav Slavík
marked const wxHtmlEntitiesParser methods as such
tree
|
commitdiff
2007-08-03
Julian Smart
Added Get/SetParentWindow to allow the same easy printi...
tree
|
commitdiff
2007-07-09
Václav Slavík
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
tree
|
commitdiff
2007-06-28
Václav Slavík
dont use wxChar* arguments in wxHTML API
tree
|
commitdiff
2007-06-26
Vadim Zeitlin
remove .cvsignore files, they're useless with svn
tree
|
commitdiff
2007-06-25
Václav Slavík
removed executable bit on files that aren't executables
tree
|
commitdiff
2007-06-11
Václav Slavík
use wxString argument and not wxChar* in wxHtmlParser...
tree
|
commitdiff
2007-04-14
Václav Slavík
removed extra semicolons (patch #1700459; fixes compila...
tree
|
commitdiff
2007-04-08
Vadim Zeitlin
fix the problem with parsing HTML comments (closes...
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
tree
|
commitdiff
2007-03-02
Julian Smart
Fixed premature exit of helpview sample and utility
tree
|
commitdiff
2006-12-07
Paul Cornett
correct access for virtuals
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
generate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow
tree
|
commitdiff
2006-10-29
Václav Slavík
add events API to wxHtmlWindow (patch #1504493 by Franc...
tree
|
commitdiff
2006-10-24
Robin Dunn
Pass the config object into the wxHtmlHelpFrame so...
tree
|
commitdiff
2006-10-19
Kevin Ollivier
Several wxWebKitCtrl enhancements/fixes. Including:
tree
|
commitdiff
2006-10-17
Włodzimierz Skiba
Headers cleaning.
tree
|
commitdiff
2006-09-05
Vadim Zeitlin
mark all dtors which are virtual because base class...
tree
|
commitdiff
2006-08-25
Vadim Zeitlin
don't hardcode HTML font sizes, this makes wxHtmlWindow...
tree
|
commitdiff
2006-08-10
Vadim Zeitlin
removed wxHtmlWindow::m_Style which duplicated wxWindow...
tree
|
commitdiff
2006-07-31
Václav Slavík
added wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
tree
|
commitdiff
2006-07-06
Włodzimierz Skiba
Missing include for wxCocoa build at Tinderbox.
tree
|
commitdiff
2006-07-02
Stefan Neis
Fixed typos in comments (patch #1515724)
tree
|
commitdiff
2006-05-28
Vadim Zeitlin
use dynamic array for the page breaks positions (patch...
tree
|
commitdiff
2006-05-20
Paul Cornett
parenthesize macro replacement containing operator
tree
|
commitdiff
2006-04-21
Václav Slavík
added comment explaining how to replace calls to deprec...
tree
|
commitdiff
2006-04-16
Vadim Zeitlin
added virtual dtor to wxHtmlWindowMouseHelper to avoid...
tree
|
commitdiff
2006-04-14
Václav Slavík
use public inheritance when deriving from wxHtmlWindowM...
tree
|
commitdiff
2006-04-14
Václav Slavík
don't show the I-beam cursor over text in wxHtmlListBox
tree
|
commitdiff
2006-04-13
Václav Slavík
1. added abstract interface to wxHtmlWindow for use...
tree
|
commitdiff
2006-04-12
Vadim Zeitlin
made ShouldPreventAppExit() public
tree
|
commitdiff
2006-04-07
Vadim Zeitlin
added wxTLW::ShouldPreventAppExit() which can be overri...
tree
|
commitdiff
2006-04-03
Václav Slavík
added ParseInnerSource() to make <pre>-like parsing...
tree
|
commitdiff
2006-03-07
Włodzimierz Skiba
Don't send dummy wxCommandEvent.
tree
|
commitdiff
2006-03-07
Václav Slavík
preserve window's content when changing the fonts
tree
|
commitdiff
2006-02-11
Vadim Zeitlin
removed stray #endif added in previous commit
tree
|
commitdiff
2006-02-11
Vadim Zeitlin
use wxClockMillis_t to fix wxUSE_LONGLONG=0 compilation
tree
|
commitdiff
2006-02-11
Mart Raudsepp
Do not reintroduce #pragma interface/implementation...
tree
|
commitdiff
2006-02-08
Vadim Zeitlin
make access specifiers for the virtual functions match...
tree
|
commitdiff
2006-01-26
Julian Smart
Fixed duplicate guard
tree
|
commitdiff
2006-01-18
Vadim Zeitlin
declare wxEVT_COMMAND_HTMLWINDOW_URL_CLICKED with corre...
tree
|
commitdiff
2006-01-11
Jouk Jansen
Committing in .
tree
|
commitdiff
2006-01-11
Julian Smart
Corrected accessor names
tree
|
commitdiff
2006-01-11
Julian Smart
Typos
tree
|
commitdiff
2006-01-11
Julian Smart
Renamed helpwin.h/cpp to helpwnd.h/cpp to avoid clash
tree
|
commitdiff
2006-01-09
Julian Smart
Made the HTML command ids visible
tree
|
commitdiff
2006-01-09
Julian Smart
Moved wxHtmlHelpFrame functionality to wxHtmlHelpWindow...
tree
|
commitdiff
2005-12-27
Václav Slavík
added support for <sub> and <sup> to wxHTML (based...
tree
|
commitdiff
2005-12-09
Václav Slavík
made wxHtmlWindow::SetPage virtual so that the behaviou...
tree
|
commitdiff
2005-11-17
Václav Slavík
fixed layout of tables that are first element on a...
tree
|
commitdiff
2005-11-17
Václav Slavík
reduced code duplication in wxHtmlWinParser::AddText...
tree
|
commitdiff
2005-10-26
Julian Smart
Added parent window parameter to wxHelpController const...
tree
|
commitdiff
2005-10-09
Mattia Barbon
Removed WXWIN_COMPATIBILITY_2_2 together with code...
tree
|
commitdiff
2005-09-25
Vadim Zeitlin
fix after adding wxFORCE_LINK_MODULE
tree
|
commitdiff
2005-09-25
Vadim Zeitlin
added wxFORCE_LINK_MODULE public macro which can now...
tree
|
commitdiff
2005-09-24
Vadim Zeitlin
added missing consts and pass objects by const referenc...
tree
|
commitdiff
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
tree
|
commitdiff
2005-05-31
Julian Smart
Typo correction patch [ 1208110 ] Lots of typo corrections
tree
|
commitdiff
2005-05-04
Julian Smart
Added licence/copyright information
tree
|
commitdiff
2005-04-13
Kevin Ollivier
Adding accessor methods for URL and Title, and another...
tree
|
commitdiff
2005-02-24
Vadim Zeitlin
added missing virtual dtors to base classes (patch...
tree
|
commitdiff
2005-02-17
Vadim Zeitlin
revert to the old flicker-less version when background...
tree
|
commitdiff
2005-02-14
Ron Lee
Now needs wxBitmap as a concrete type.
tree
|
commitdiff
2005-02-13
Vadim Zeitlin
added support for background bitmap specified in backgr...
tree
|
commitdiff
2005-01-05
Włodzimierz Skiba
Old API clearly deprecated.
tree
|
commitdiff
2004-11-27
Václav Slavík
renamed Render's argument to not obfuscate its meaning
tree
|
commitdiff
2004-10-31
Robert Roebling
Moved the wxPageSetupDialogData <-> native conversion
tree
|
commitdiff
2004-10-26
Václav Slavík
prefix symbols with wx
tree
|
commitdiff
2004-10-13
Włodzimierz Skiba
Semicolon fixes according to Vadim's note about being...
tree
|
commitdiff
2004-10-11
Włodzimierz Skiba
Warning fixes found under hardest mode of OpenWatcom...
tree
|
commitdiff
2004-09-30
David Elliott
Use struct qualifier with objc_object (it is and always...
tree
|
commitdiff
2004-09-27
Włodzimierz Skiba
Source cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE...
tree
|
commitdiff
2004-09-26
Kevin Ollivier
Fixes to remove compile warnings.
tree
|
commitdiff
2004-09-24
Václav Slavík
replaced NormalizeFontSizes with SetStandardFonts
tree
|
commitdiff
2004-08-05
Robin Dunn
Added NormalizeFontSizes which will set the html font...
tree
|
commitdiff
2004-07-19
Włodzimierz Skiba
Fixes for wxUSE_STATUSBAR.
tree
|
commitdiff
2004-07-16
Václav Slavík
made SelectionToText and ToText public
tree
|
commitdiff
2004-07-16
Václav Slavík
added wxHtmlWindow::ToText
tree
|
commitdiff
2004-06-30
Vadim Zeitlin
fix VC++ warning about redeclaring wxHtmlHelpMergedInde...
tree
|
commitdiff
2004-06-30
Václav Slavík
made GetEntitiesParser public, it's useful for some...
tree
|
commitdiff
2004-06-29
Václav Slavík
implemented nested index entries and index entries...
tree
|
commitdiff
2004-06-28
Václav Slavík
implemented nested index entries and index entries...
tree
|
commitdiff
2004-06-28
Václav Slavík
wxHTML_REALLOC_STEP not used anymore
tree
|
commitdiff
2004-06-27
Václav Slavík
more fixes to HTML entities parsing when loading .hhk...
tree
|
commitdiff
2004-06-27
Václav Slavík
fixes to charset conversion when loading non-Latin1...
tree
|
commitdiff
next