Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-encoding: auto-calculate 'title-elided' and 'collation-key' | Xan Lopez | 2012-07-31 | 1 | -2/+0 |
| | | | | They are derived from 'title', no need to pass them as parameters. | ||||
* | ephy-encoding: fix extra blank line | Xan Lopez | 2012-07-31 | 1 | -2/+1 |
| | |||||
* | ephy-encoding: fix indentation | Xan Lopez | 2012-07-31 | 1 | -23/+23 |
| | |||||
* | ephy-encodings: rewrite to drop usage of EphyNode | Xan Lopez | 2012-07-31 | 1 | -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 |