wxWidgets/include/wx/private
Václav Slavík 7546989c44 Fix wxMarkupParserAttr's unwinding of colors
Fix the logic for restoring previous span's colors to account for the
possibility of spans that don't change the color, such as in "<i><span
color='red'>...</span></i>foo". Previously, "foo" would always be
rendered black, because unwinding the attributes stack would encounter
an invalid color (which has r=g=b=0) and set it, disregarding and
preexisting attributes.

Because there's code in there that checks whether the attributes are
valid, we need to keep track of both the actually specified attributes
and the currently effective ones, and use the latter for restoration.
2016-10-21 17:36:32 +02:00
..
addremovectrl.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
eventloopsourcesmanager.h
fd.h
fdiodispatcher.h
fdioeventloopsourcehandler.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
fdiohandler.h
fdiomanager.h
fileback.h
filename.h
flagscheck.h
fontmgr.h
fswatcher.h
graphics.h
launchbrowser.h Fix path/URL confusion in wxLaunchDefaultBrowser() 2016-02-07 19:32:18 +01:00
markupparser.h
markupparserattr.h Fix wxMarkupParserAttr's unwinding of colors 2016-10-21 17:36:32 +02:00
notifmsg.h Restructure wxNotificationMessage. 2016-02-10 20:38:10 +01:00
overlay.h
pipestream.h
preferences.h
richtooltip.h
sckaddr.h
secretstore.h Add wxSecretStore 2016-06-04 18:29:15 +02:00
selectdispatcher.h Synchronize access to wxSelectDispatcher from different threads 2016-02-21 18:47:46 +01:00
socket.h
streamtempinput.h
textmeasure.h
threadinfo.h
timer.h
uiaction.h Virtualize wxUIActionSimulator implementation 2016-05-23 03:00:49 +02:00
window.h
wxprintf.h