projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix vararg type checking to accept ints for %c.
[wxWidgets.git]
/
include
/
wx
/
html
/
2010-06-09
Francesco Montorsi
Implement wx-prefixed macros versions of DECLARE_EVENT_...
tree
|
commitdiff
2010-05-30
Vadim Zeitlin
Add <span> tag and limited support for CSS styles to...
tree
|
commitdiff
2010-05-05
Vadim Zeitlin
Notify user less intrusively about overflow when previe...
tree
|
commitdiff
2010-04-16
Václav Slavík
Remove wxUSE_WCHAR_T checks.
tree
|
commitdiff
2010-03-29
Václav Slavík
Use fixed screen DPI of 96 when printing HTML.
tree
|
commitdiff
2010-02-25
Vadim Zeitlin
Compilation fixes in wxHTML for wxUSE_CONFIG==0.
tree
|
commitdiff
2009-12-01
Bryan Petty
Forward-port of r62758 (Added wxHtmlEasyPrinting name...
tree
|
commitdiff
2009-11-11
Kevin Ollivier
Use wxWebKitCtrlNameStr to adhere to the convention...
tree
|
commitdiff
2009-10-09
Paul Cornett
replace TRUE/FALSE with true/false
tree
|
commitdiff
2009-07-03
Vadim Zeitlin
fix harmless warnings (mostly about unused parameters...
tree
|
commitdiff
2009-06-18
Vadim Zeitlin
wxHtmlWindow background drawing fixes for OS X and...
tree
|
commitdiff
2009-05-07
Stefan Csomor
explicitly export symbols
tree
|
commitdiff
2009-04-25
Vadim Zeitlin
add support for table border width attribute (closes...
tree
|
commitdiff
2009-03-26
Vadim Zeitlin
detect horizontal overflow in wxHtmlPrintout and warn...
tree
|
commitdiff
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
tree
|
commitdiff
2009-02-07
Vadim Zeitlin
require semicolon after wxDECLARE/DEFINE_EVENT() (close...
tree
|
commitdiff
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
compilation fix after the event patch
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
add more flexible and safer template Connect() overload...
tree
|
commitdiff
2009-01-11
Francesco Montorsi
typo fix
tree
|
commitdiff
2008-10-29
Francesco Montorsi
s/FALSE/false
tree
|
commitdiff
2008-09-29
Vadim Zeitlin
no real changes, just fixed all occurences of 'occurenc...
tree
|
commitdiff
2008-08-30
Vadim Zeitlin
no changes, just de-TAB-bed
tree
|
commitdiff
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
next