aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-encoding-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* When in automatic mode, update the treeview to reflect the currentlyCrispin Flowerday2006-01-011-1/+35
* Remove glade callbacks, and connect from code instead.Christian Persch2005-10-311-5/+8
* Add proper _NETSCAPE_URL drag support, supplying the URL as well as theJorn Baayen2005-01-221-1/+1
* Make all structs prefixed by _.Christian Persch2005-01-091-1/+1
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-3/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Improve sort/priority API.Marco Pesenti Gritti2004-07-151-2/+4
* Clean up encoding handling.Christian Persch2004-05-021-24/+9
* Set a default height/width for the dialog.David Bordoley2004-02-051-0/+2
* Allow passing the translation domain to ephy_dialog_construct, to makeChristian Persch2004-01-241-2/+3
* Call ephy_file() explicitly for each glade file, letting extensions load glad...Adam Hooper2004-01-221-1/+2
* Behave better when the encoding used on the page is unknown to us.Christian Persch2004-01-061-2/+2
* Add help button to encodings dialogue.Piers Cornwell2004-01-051-8/+15
* Use return, not g_return_if_fail.Christian Persch2003-12-201-1/+1
* Factor out the common encoding is_automatic check.Christian Persch2003-12-181-9/+1
* Improved API and implementation of EphyDialog. Add support for new comboChristian Persch2003-11-301-14/+14
* Make encodings dialogue transient.Christian Persch2003-11-191-51/+14
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-6/+4
* Made encoding dialog auto-apply.Christian Persch2003-10-251-11/+15
* Encoding menu improvements, Episode V: MPT strikes back.Christian Persch2003-10-211-115/+68
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-181-0/+489