summaryrefslogtreecommitdiff
path: root/src/ephy-encoding-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using gtk_container_get_children() for GtkListBox and GtkFlowBoxAlexander Mikhaylenko2022-02-181-19/+13
* encoding-dialog: Port to GtkBoxAlexander Mikhaylenko2021-12-021-6/+6
* Remove various unused member variablesMichael Catanzaro2019-11-171-1/+0
* Mass update: Apply uncrustify style to everythingJan-Michael Brummer2019-07-151-4/+9
* encoding-dialog: Allow ui to shrinkJan-Michael Brummer2018-12-161-0/+2
* Purge g_return from src/Michael Catanzaro2017-09-131-5/+5
* embed-shell: Fix dumb return typesMichael Catanzaro2017-02-191-3/+1
* Move all UI files under src/resources/gtkMichael Catanzaro2017-01-161-1/+1
* Relicense to GPLv3+Michael Catanzaro2016-10-071-5/+7
* Standardize modelinesMichael Catanzaro2016-09-111-1/+1
* UncrustifyMichael Catanzaro2016-03-291-303/+286
* encoding-dialog: Placate -Wdiscarded-qualifiersMichael Catanzaro2016-01-241-2/+2
* EphyEncodingDialog: Use g_object_class_install_properties.Arnaud Bonatti2015-12-161-8/+12
* build: Fix build with clang -Werror and -Wwrite-stringsTing-Wei Lan2015-12-151-1/+1
* EphyEncodingDialog: Rework.Arnaud Bonatti2015-12-101-135/+201
* EphyEncodingDialog: Use a GtkSwitch.Arnaud Bonatti2015-12-101-42/+59
* EphyEncodingDialog: Use activate-on-single-click.Arnaud Bonatti2015-12-101-32/+1
* Remove FSF address from license headersMichael Catanzaro2015-12-071-3/+1
* EphyEncodingDialog: Make final class.Arnaud Bonatti2015-11-081-50/+49
* EphyEncodingDialog: Inherit from GtkDialog, not from EphyEmbedDialog.Arnaud Bonatti2015-11-081-111/+139
* encoding-dialog.ui: Make unresizable.Arnaud Bonatti2015-11-031-2/+0
* Rename epiphany.ui to encoding-dialog.uiMichael Catanzaro2014-12-111-1/+1
* Remove help button from the encoding dialogWilliam Jon McCann2014-01-071-6/+0
* Remove all WebKit1 codeCarlos Garcia Campos2013-12-081-33/+2
* Update links to help, add app menuitemEkaterina Gerasimova2013-08-041-1/+1
* 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-101-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-301-9/+8
* Use glib resources to bundle our UI filesXan Lopez2012-03-271-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-181-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-011-2/+0
* Use new get_encoding API to properly figure out automatic vs override encoding.Xan Lopez2009-03-011-2/+7
* Remove embedding APIs for set/get encoding.Xan Lopez2009-02-261-3/+10
* Implement get/set encoding for the embed.Xan Lopez2009-02-261-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-031-6/+1
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-101-32/+2
* Don't use net-stop signal, it's gone. Switch to notify::load-statusXan Lopez2008-01-081-3/+6
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-161-1/+1