summaryrefslogtreecommitdiff
path: root/src/ephy-encoding-dialog.c
Commit message (Expand)AuthorAgeFilesLines
...
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-111-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-061-1/+1
* When in automatic mode, update the treeview to reflect the currentlyCrispin Flowerday2005-12-311-1/+35
* Remove glade callbacks, and connect from code instead.Christian Persch2005-10-301-5/+8
* Add proper _NETSCAPE_URL drag support, supplying the URL as well as theJorn Baayen2005-01-211-1/+1
* Make all structs prefixed by _.Christian Persch2005-01-081-1/+1
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-021-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-271-3/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-231-1/+1
* Improve sort/priority API.Marco Pesenti Gritti2004-07-141-2/+4
* Clean up encoding handling.Christian Persch2004-05-011-24/+9
* Set a default height/width for the dialog.David Bordoley2004-02-041-0/+2
* Allow passing the translation domain to ephy_dialog_construct, to makeChristian Persch2004-01-231-2/+3
* Call ephy_file() explicitly for each glade file, letting extensions load glad...Adam Hooper2004-01-211-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-041-8/+15
* Use return, not g_return_if_fail.Christian Persch2003-12-191-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-181-51/+14
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-051-1/+1
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-041-6/+4
* Made encoding dialog auto-apply.Christian Persch2003-10-241-11/+15
* Encoding menu improvements, Episode V: MPT strikes back.Christian Persch2003-10-201-115/+68
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-171-0/+489