summaryrefslogtreecommitdiff
path: root/src/prefs-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Fix languages button sensitive at first sightJan-Michael Brummer2019-05-051-1/+2
* prefs-dialog: Don't crash when locale has no language nameMichael Catanzaro2019-03-071-0/+2
* Stop using gtk_window_present()Michael Catanzaro2019-03-041-7/+7
* Rename ephy_dot_dir() to ephy_profile_dir()Patrick Griffis2019-01-311-2/+2
* Fix: User stylesheet is broken when not running in flatpakJan-Michael Brummer2019-01-301-8/+7
* Simplify and fix opening filesMichael Catanzaro2019-01-081-2/+1
* Add default zoom level option to preferences dialogJan-Michael Brummer2019-01-041-0/+37
* Add preference to enable/disable smooth scrollingsharazali2018-12-301-0/+13
* prefs-dialog: Fix crash when locale is saved by older EpiphanyMichael Catanzaro2018-11-291-9/+37
* Get rid of the hardcoded language listMichael Catanzaro2018-11-141-64/+31
* Create sync web context using Epiphany website data managerMichael Catanzaro2018-08-311-1/+3
* Reader mode: Hide preferences when running as Web applicationAdrian Perez de Castro2018-08-301-0/+4
* Add reader mode options in Preferences dialogAdrian Perez de Castro2018-08-301-2/+120
* Code style: fix missing spaceMichael Catanzaro2018-08-281-1/+1
* Move password management out of web processPatrick Griffis2018-08-281-2/+2
* web-apps: add a web application section to preferences dialogCarlos Garcia Campos2018-06-281-4/+194
* Hide the entire download preferences box in flatpak modeMichael Catanzaro2018-06-251-1/+3
* Remove plugins setting from preferences dialogMichael Catanzaro2018-05-251-6/+0
* Revert "Add social media and annoyance blocking by default"Michael Catanzaro2018-05-211-8/+3
* prefs-dialog: Account for open-webmail button click at Sync sign-inGabriel Ivascu2018-05-071-3/+48
* web-extension: Use the new JavaScriptCore GLib API instead of DOM APICarlos Garcia Campos2018-04-191-1/+1
* Remove auto-open downloads featureMichael Catanzaro2018-03-291-9/+0
* Revert "Initial support for intelligent tracking prevention"Michael Catanzaro2018-01-171-15/+0
* Initial support for intelligent tracking preventionMichael Catanzaro2018-01-151-0/+15
* flatpak: Support user CSSMichael Catanzaro2017-12-081-3/+45
* sync: Fix incorrect device name on accounts.firefox.comGabriel Ivascu2017-11-271-2/+2
* prefs-dialog: Don't allow empty string for sync device nameGabriel Ivascu2017-11-261-3/+9
* prefs-dialog: Remove unnecessary UI messageGabriel Ivascu2017-11-131-4/+0
* flatpak: Hide download directory option from preferences dialogMichael Catanzaro2017-10-041-1/+5
* prefs-dialog: Add safe browsing checkbuttonGabriel Ivascu2017-10-031-0/+7
* Purge g_return from src/Michael Catanzaro2017-09-131-3/+3
* prefs-dialog: Remove sync with Firefox optionMichael Catanzaro2017-08-061-24/+0
* Add social media and annoyance blocking by defaultMichael Catanzaro2017-08-061-3/+8
* sync: Fix issues pointed in the code reviewGabriel Ivascu2017-08-061-3/+3
* sync: Let EphyShell start the sync after sign inGabriel Ivascu2017-08-061-55/+24
* sync-service: Fix the forced sign out at password changeGabriel Ivascu2017-08-061-1/+1
* prefs-dialog: Use a helper function to parse WebChannelMessageToChromeGabriel Ivascu2017-08-061-97/+163
* prefs-dialog: Rename functions that interact with Firefox Accounts Content Se...Gabriel Ivascu2017-08-061-14/+14
* sync: Rename and reorder some functionsGabriel Ivascu2017-08-061-8/+8
* sync: Show the time of last sync in preferences dialogGabriel Ivascu2017-08-061-0/+28
* prefs-dialog: Prettify sync tabGabriel Ivascu2017-08-061-2/+2
* sync: Use wrapper functions to access GSettingsGabriel Ivascu2017-08-061-33/+28
* sync: Allow user to change device nameGabriel Ivascu2017-08-061-0/+59
* sync: Implement open tabs syncGabriel Ivascu2017-08-061-17/+57
* sync: Disable sync in app mode and incognito modeGabriel Ivascu2017-08-061-3/+13
* prefs-dialog: Set initial sync to all collections when 'Sync with Firefox' is...Gabriel Ivascu2017-08-061-0/+19
* prefs-dialog: Connect signals after binding settingsGabriel Ivascu2017-08-061-19/+19
* prefs-dialog: Set initial sync when collection is disabledGabriel Ivascu2017-08-061-2/+6
* sync: Implement history syncGabriel Ivascu2017-08-061-0/+17
* sync-service: Connect the GSettings signal to handle changed sync frequencyGabriel Ivascu2017-08-061-8/+1