aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-encoding-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-encoding-dialog: use the right signal to track load statusXan Lopez2013-03-261-0/+11
* ephy-encoding-dialog: make this work againXan Lopez2013-03-251-3/+3
* ephy-shell: remove the ephy_shell globalDiego Escalante Urrelo2012-12-111-1/+1
* ephy-encodings: rewrite to drop usage of EphyNodeXan Lopez2012-07-311-45/+126
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-0/+17
* ephy-encoding-dialog: reorder includesXan Lopez2012-03-311-9/+8
* Use glib resources to bundle our UI filesXan Lopez2012-03-281-1/+1
* Fixed Bug 660749. Call gtk_label_set_use_markup for the child of manual_buttonJiro Matsuzawa2011-10-071-0/+1
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-29/+13
* ephy_gui_help: use gtk_show_uri to open helpDiego Escalante Urrelo2009-12-191-1/+1
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-2/+2
* ephy-encoding-dialog: fix compiler warning (and bug!)Xan Lopez2009-12-081-2/+1
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-3/+5
* Rename ephy_web_view_get_load_status to ephy_web_view_is_loadingXan Lopez2009-08-251-1/+1
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-4/+4
* Remove ephy_embed_has_automatic_encoding, it's unused now.Xan Lopez2009-03-021-2/+0
* Use new get_encoding API to properly figure out automatic vs override encoding.Xan Lopez2009-03-021-2/+7
* Remove embedding APIs for set/get encoding.Xan Lopez2009-02-271-3/+10
* Implement get/set encoding for the embed.Xan Lopez2009-02-271-3/+1
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Port to use GtkBuilder.Xan Lopez2009-01-121-1/+1
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-6/+1
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-32/+2
* Don't use net-stop signal, it's gone. Switch to notify::load-statusXan Lopez2008-01-091-3/+6
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-171-1/+1
* And port all the callers in src/Xan Lopez2007-11-161-1/+3
* Remove EphyTab.Christian Persch2007-10-281-1/+1
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* 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