projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
OpenGL for iPhone
[wxWidgets.git]
/
src
/
html
/
2009-08-28
Vadim Zeitlin
No real changes, just slightly simplify code.
tree
|
commitdiff
2009-08-21
Vadim Zeitlin
No changes, just removed hard tabs and trailing white...
tree
|
commitdiff
2009-07-25
Vadim Zeitlin
Use stock id instead of duplicating its string label...
tree
|
commitdiff
2009-07-25
Vadim Zeitlin
Use Ok/Cancel dialog instead of Yes/No one in CheckFit().
tree
|
commitdiff
2009-07-25
Vadim Zeitlin
Add a period to the sentence end.
tree
|
commitdiff
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
tree
|
commitdiff
2009-07-20
Vadim Zeitlin
Put braces around all calls to wxLogFunctions() inside...
tree
|
commitdiff
2009-06-18
Vadim Zeitlin
wxHtmlWindow background drawing fixes for OS X and...
tree
|
commitdiff
2009-06-04
Julian Smart
Use live update for splitter on Mac since Leopard seems...
tree
|
commitdiff
2009-06-01
Vadim Zeitlin
correct Borland #pragma hdrstop position
tree
|
commitdiff
2009-05-23
Vadim Zeitlin
make wxWindow::SetAutoLayout() now works for all window...
tree
|
commitdiff
2009-05-15
Václav Slavík
set icons bundle instead of single icon for wxHtmlHelpFrame
tree
|
commitdiff
2009-05-13
Vadim Zeitlin
compare wxMessageDialog::ShowModal() return value with...
tree
|
commitdiff
2009-05-06
Stefan Csomor
first stab at having webkit under osx_cocoa working
tree
|
commitdiff
2009-05-04
Vadim Zeitlin
don't duplicate wxGetTopLevelParent() code in wxHtmlHel...
tree
|
commitdiff
2009-04-25
Vadim Zeitlin
add support for table border width attribute (closes...
tree
|
commitdiff
2009-03-31
Vadim Zeitlin
fix g++ warnings for float->int conversions
tree
|
commitdiff
2009-03-26
Vadim Zeitlin
detect horizontal overflow in wxHtmlPrintout and warn...
tree
|
commitdiff
2009-03-21
Václav Slavík
wxHTML tables handler didn't properly restore m_enclosi...
tree
|
commitdiff
2009-03-11
Vadim Zeitlin
work around some (harmless) g++ warnings about possibly...
tree
|
commitdiff
2009-03-05
Julian Smart
Don't set a large minimum size for both panes
tree
|
commitdiff
2009-02-24
Vadim Zeitlin
render <TH> contents in bold, as all the browsers do
tree
|
commitdiff
2009-02-21
Václav Slavík
added asserts to check correct order of wxHtmlDCRendere...
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-25
Vadim Zeitlin
remove unused function and out of date comments (we...
tree
|
commitdiff
2009-01-25
Francesco Montorsi
Change in wxWindow the access specifier of the wxEvtHan...
tree
|
commitdiff
2009-01-24
Francesco Montorsi
do not export private symbols in wx shared libraries
tree
|
commitdiff
2009-01-23
Robert Roebling
Optical improvements under OS X
tree
|
commitdiff
2009-01-23
Robert Roebling
Correct conversion from text file to charset (which...
tree
|
commitdiff
2009-01-23
Robert Roebling
Don't attempt to convert non-ascii strings to filenames
tree
|
commitdiff
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
tree
|
commitdiff
2009-01-13
Francesco Montorsi
always properly check if SeekI() calls succeded; this...
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
add more flexible and safer template Connect() overload...
tree
|
commitdiff
2009-01-09
Stefan Csomor
guard against NULL win (happens during debug startup...
tree
|
commitdiff
2009-01-08
Francesco Montorsi
always remember to test IsOk() after using wxFileInputS...
tree
|
commitdiff
2009-01-07
Francesco Montorsi
s/wxSplitPath/wxFileName::SplitPath
tree
|
commitdiff
2008-12-14
Francesco Montorsi
remove old file not compiled/used anymore since at...
tree
|
commitdiff
2008-11-22
Kevin Ollivier
Forward port event handler fixes to trunk.
tree
|
commitdiff
2008-10-30
Václav Slavík
wxHTML: don't include extra whitespace in table cells
tree
|
commitdiff
2008-10-28
Václav Slavík
fixed interpretation of line breaks in <pre> to conform...
tree
|
commitdiff
2008-10-23
Vadim Zeitlin
fix a couple of typos pointed out by a translator
tree
|
commitdiff
2008-10-20
Vadim Zeitlin
fix more Borland release build warnings about unused...
tree
|
commitdiff
2008-10-15
Václav Slavík
fixed wxHtmlWindow::SelectionToText() to correctly...
tree
|
commitdiff
2008-10-11
Václav Slavík
get help frame's icon using wxART_FRAME_ICON wxArtClien...
tree
|
commitdiff
2008-09-29
Vadim Zeitlin
no real changes, just fixed all occurences of 'occurenc...
tree
|
commitdiff
2008-09-07
Václav Slavík
fixed pagebreaks computation in tables (#9935, patch...
tree
|
commitdiff
2008-08-31
Václav Slavík
fixed memory corruption in wxHTML when parsing '&;...
tree
|
commitdiff
2008-08-12
Václav Slavík
apply Stefan's fix for wxHtmlDCRenderer clipping
tree
|
commitdiff
2008-08-01
Vadim Zeitlin
fix warning about possible uninitialized variable with...
tree
|
commitdiff
2008-07-29
Stefan Csomor
new SDK has frame CGRect return param
tree
|
commitdiff
2008-07-05
Paul Cornett
mark long-deprecated methods as such, and don't use...
tree
|
commitdiff
2008-06-26
Julian Smart
Fixed bug whereby sash would disappear under left hand...
tree
|
commitdiff
2008-06-16
Václav Slavík
fixed SetUserScale() calls to use correct scale on...
tree
|
commitdiff
2008-06-13
Julian Smart
Small improvement in HTML help options dialog.
tree
|
commitdiff
2008-06-12
Stefan Csomor
fixing file paths after renaming
tree
|
commitdiff
2008-06-05
Václav Slavík
PCH-less compilation fix
tree
|
commitdiff
2008-06-05
Václav Slavík
added wxHtmlWindow::SetRelatedStatusBar(wxStatusBar...
tree
|
commitdiff
2008-06-04
Václav Slavík
Changed wxHTML default font size for printing to be...
tree
|
commitdiff
2008-05-31
Vadim Zeitlin
no real changes, just simplify LoadPage() to make it...
tree
|
commitdiff
2008-05-30
Vadim Zeitlin
check that the argument is not empty in wxHtmlWindow...
tree
|
commitdiff
2008-05-28
Robin Dunn
Add wxWebKitNewWindowEvent
tree
|
commitdiff
2008-05-08
Vadim Zeitlin
fix some unused variables warnings reported by Borland
tree
|
commitdiff
2008-05-05
Václav Slavík
fixed handling in wxHtmlWinParser, broken by...
tree
|
commitdiff
2008-05-04
Václav Slavík
check tables width parameter for invalid values
tree
|
commitdiff
2008-05-04
Václav Slavík
fixed incorrect handling of end iterator in HtmlizeLine...
tree
|
commitdiff
2008-05-03
Vadim Zeitlin
don't return junk from wxHtmlTag::GetParamAsInt() if...
tree
|
commitdiff
2008-04-23
Jouk Jansen
Update OpenVMS compile support
tree
|
commitdiff
2008-04-21
Václav Slavík
use iterators in HtmlizeLinebreaks()
tree
|
commitdiff
2008-04-21
Václav Slavík
preserve TAB characters when copying HTML <pre> content...
tree
|
commitdiff
2008-04-19
Václav Slavík
source files are not executable
tree
|
commitdiff
2008-04-15
Vadim Zeitlin
add possibility to specify the conversion to use in...
tree
|
commitdiff
2008-04-13
Václav Slavík
fixed incorrect layout width caching in wxHtmlContainer...
tree
|
commitdiff
2008-04-03
Václav Slavík
Fixed timing of malformed animated GIFs in wxHTML ...
tree
|
commitdiff
2008-03-29
Václav Slavík
be tolerant of XHTML self-closing tags when parsing...
tree
|
commitdiff
2008-03-25
Stefan Csomor
fix adding non owned window for mac
tree
|
commitdiff
2008-03-21
Václav Slavík
fixed TABs positioning inside <pre> so that tags don...
tree
|
commitdiff
2008-03-21
Václav Slavík
remove needless casting (no real change)
tree
|
commitdiff
2008-03-17
Paul Cornett
fix a huge number of build errors
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-03-13
Václav Slavík
fixed unreadable formatting
tree
|
commitdiff
2008-02-28
Václav Slavík
clear statusbar 'Connecting...' message on failure
tree
|
commitdiff
2008-02-25
Vadim Zeitlin
check that we have a non-empty keyword in KeywordSearch...
tree
|
commitdiff
2008-01-15
Václav Slavík
fixed wxHTML parser to not assert on invalid HTML input...
tree
|
commitdiff
2008-01-02
Václav Slavík
removed wxSTRING_TEXT() macro in favour of wxS()
tree
|
commitdiff
2007-12-11
Vadim Zeitlin
don't leak wxImageList if wxHF_CONTENTS is not used...
tree
|
commitdiff
2007-11-19
Julian Smart
Removed redundant mnemonic
tree
|
commitdiff
2007-11-14
Robert Roebling
Ok -> IsOk
tree
|
commitdiff
2007-11-05
Vadim Zeitlin
more unused parameters warnings (should have been part...
tree
|
commitdiff
2007-10-22
Vadim Zeitlin
calling SetFocus() in OnMouseUp() is unnecessary if...
tree
|
commitdiff
2007-10-05
Václav Slavík
use typed containers in wxHtmlParser instead of type...
tree
|
commitdiff
2007-09-27
Václav Slavík
fixed cellpadding when printing (bug #1795572)
tree
|
commitdiff
2007-09-21
Julian Smart
Size of help window tabs reduced to prevent ugly overlap
tree
|
commitdiff
2007-09-16
Vadim Zeitlin
expand the table cells to fill the entire table width...
tree
|
commitdiff
2007-08-31
Václav Slavík
fixed badly named wxHtmlTag::GetParam() argument: with_...
tree
|
commitdiff
2007-08-29
Julian Smart
Avoid crash if user aborts the print
tree
|
commitdiff
2007-08-28
Václav Slavík
fixed memory leak in RestoreState
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
use wxVector<T> instead of OBJARRAY macros for wxHtmlTe...
tree
|
commitdiff
next