aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-encoding-menu.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-encodings: rewrite to drop usage of EphyNodeXan Lopez2012-07-311-42/+32
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-0/+17
* Make ephy_window_get_ui_manager return a GtkUIManager, not a GObjectXan Lopez2012-01-211-7/+7
* Drop menubar and create an actions menu button in the toolbarXan Lopez2012-01-141-2/+2
* Use new get_encoding API to properly figure out automatic vs override encoding.Xan Lopez2009-03-021-6/+7
* Add FIXME about encodings.Xan Lopez2009-02-271-0/+1
* Remove embedding APIs for set/get encoding.Xan Lopez2009-02-271-4/+12
* 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
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-4/+1
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-32/+2
* And port all the callers in src/Xan Lopez2007-11-161-3/+6
* Remove EphyTab.Christian Persch2007-10-281-3/+3
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-091-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Fix gcc 4.1 warnings (dereferencing type-punned pointer will breakJean-François Rameau2006-03-031-1/+2
* Mark strings in param specs as static.Christian Persch2005-11-081-1/+1
* More constification.Christian Persch2005-04-191-6/+4
* Use gtk_action_set_[sensitive|visible] instead of g_object_set.Christian Persch2005-04-191-1/+1
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-1/+1
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-141-1/+0
* 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-6/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-6/+6
* Add ephy_window_get_ui_manager(), and remove the manager from the publicChristian Persch2004-09-141-1/+1
* Clean up encoding handling.Christian Persch2004-05-021-27/+6
* 2004-04-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-04-141-1/+2
* Move "automatic" check back to where it was, since we now always have aChristian Persch2004-01-061-8/+8
* Behave better when the encoding used on the page is unknown to us.Christian Persch2004-01-061-12/+28
* Always set the "automatic" toggle button correctly, even if the encodingChristian Persch2004-01-061-8/+9
* Use return, not g_return_if_fail.Christian Persch2003-12-201-5/+0
* Factor out the common encoding is_automatic check.Christian Persch2003-12-181-1/+1
* 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-7/+5
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-181-159/+303
* Encodings menu improvements, part 3: Refactored the encodings list; it noChristian Persch2003-10-141-26/+16
* Encoding menu improvements, part 2: Implement ephy_embed_get_encoding, andChristian Persch2003-10-121-4/+65
* Encodings menu improvements, part 1: Ported to new gtk ui manager api, andChristian Persch2003-10-111-182/+176
* Fix warning with new gtkMarco Pesenti Gritti2003-09-181-1/+1
* Remove not needed removal of groups of actions from ui merge (gtk fix).Marco Pesenti Gritti2003-09-121-3/+0
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-5/+11
* Fix problems with EphyNodeView, bookmarks and history dialogs and updateMarco Pesenti Gritti2003-09-011-6/+6
* Complete gtk 2.3 port. It doesnt run here but it could be my env.Marco Pesenti Gritti2003-08-301-5/+7
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-16/+16
* 2003-08-02 Christian PerschChristian Persch2003-08-021-2/+2
* Remove some unused headers.Marco Pesenti Gritti2003-06-231-8/+26
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-281-62/+61
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+1
* Translate menusMarco Pesenti Gritti2003-03-051-2/+4
* Fix two memleaks (I hope).Xan Lopez2003-02-081-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-02-061-4/+8
* *** empty log message ***Marco Pesenti Gritti2003-01-231-0/+294