aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-encoding.h
Commit message (Collapse)AuthorAgeFilesLines
* ephy-encoding: auto-calculate 'title-elided' and 'collation-key'Xan Lopez2012-07-311-2/+0
| | | | They are derived from 'title', no need to pass them as parameters.
* ephy-encoding: fix extra blank lineXan Lopez2012-07-311-2/+1
|
* ephy-encoding: fix indentationXan Lopez2012-07-311-23/+23
|
* ephy-encodings: rewrite to drop usage of EphyNodeXan Lopez2012-07-311-0/+99
We have a new 'EphyEncoding' object holding the encoding data, and the EphyEncodings object is now just a hash table holding a bunch of these. Change all the UI code to use the new APIs. https://bugzilla.gnome.org/show_bug.cgi?id=680735