index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
table.cc
Age
Commit message (
Expand
)
Author
2009-10-29
move link signal emitter/receiver from Widget to Layout
corvid
2009-09-29
imported patch remove_use_tables
Jeremy Henty
2009-07-06
use CssLength
Johannes Hofmann
2009-05-09
[mq]: replace-DW2TB-with-HT2TB
Jeremy Henty
2009-04-19
wrap long lines in src/ css code
corvid
2009-03-06
remove bg_color dillorc option
Johannes Hofmann
2009-03-05
reduce number of styleEngine::style0() calls
Johannes Hofmann
2009-02-20
CssPropertyList leak in Html_tag_open_table_cell
corvid
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-02-06
add type to CSS properties
Johannes Hofmann
2009-02-05
move CssProperty::Name and CssProperty::Value out of CssProperty class
Johannes Hofmann
2009-01-03
remove a_Html_set_top_font() which is no longer used
Johannes Hofmann
2008-12-17
remove dillo_dbg_rendering from table.cc
Johannes Hofmann
2008-12-11
fix table border width
Johannes Hofmann
2008-12-11
remove border color assignment table code
Johannes Hofmann
2008-12-07
check for table_cell_props == NULL
Johannes Hofmann
2008-12-04
use styleEngine->wordStyle() for adding text or parbreaks
Johannes Hofmann
2008-11-28
add workaround for table row coloring
Johannes Hofmann
2008-11-14
remove previously introduced shortcut properties as they break the cascade
Johannes Hofmann
2008-11-14
setNonCssProperties() -> setNonCssHints()
Johannes Hofmann
2008-11-13
merge with cvs
Johannes Hofmann
2008-11-13
start implementing resolution of relative CSS values
Johannes Hofmann
2008-11-12
reconcile CssProperty::Name and Css_property_info
Johannes Hofmann
2008-11-10
wording
Johannes Hofmann
2008-11-10
minor rearrangement
Johannes Hofmann
2008-11-10
fix handling of bgcolor attributes in Html_tag_open_tr()
Johannes Hofmann
2008-11-10
add CSS_PROPERTY_BORDER_SPACING_HORIZONTAL, CSS_PROPERTY_BORDER_SPACING_VERTICAL
Johannes Hofmann
2008-11-10
convert table code to new style handling
Johannes Hofmann
2008-11-07
make CssProperty::Value a union of int and char*
Johannes Hofmann
2008-11-06
convert more table code
Johannes Hofmann
2008-10-31
make ol work
Johannes Hofmann
2008-10-31
remove style from DilloHtmlState
Johannes Hofmann
2008-10-24
.
jcid
2008-09-30
- s/todo:/TODO:/g
jcid
2008-09-26
- reverted all of the style->backgroundColor to current_bg_color
jcid
2008-06-21
- Added table.cc and table.hh
jcid