summaryrefslogtreecommitdiff
path: root/lib/widgets
Commit message (Expand)AuthorAgeFilesLines
* Revert "Sanitize passwords from URLs before displaying them"Michael Catanzaro2016-11-051-1/+1
* Hide bookmarks star on about pagesMichael Catanzaro2016-10-312-16/+34
* location-entry: Crash nicer if paste menuitem can't be foundMichael Catanzaro2016-10-231-0/+4
* Sanitize passwords from URLs before displaying themMichael Catanzaro2016-10-171-1/+1
* location-entry: Remove unused includeMichael Catanzaro2016-10-081-1/+0
* nautilus-floating-bar: Fix deprecation warningMichael Catanzaro2016-10-081-1/+1
* certificate-dialog: Fix deprecation warningsMichael Catanzaro2016-10-081-2/+3
* Remove several files that are no longer usedMichael Catanzaro2016-10-087-2891/+0
* Relicense to GPLv3+Michael Catanzaro2016-10-0730-186/+230
* ephy-sync: Use #pragma onceGabriel Ivascu2016-10-071-4/+1
* ephy-notification-manager: Rename to ephy-notification-containerGabriel Ivascu2016-10-071-3/+3
* ephy-sync: Fix ephy-password-notificationGabriel Ivascu2016-10-072-25/+13
* ephy-sync: Avoid including markup in translatable commentsGabriel Ivascu2016-10-071-3/+7
* ephy-sync: Rename ephy-fx-password-notification to ephy-password-notification...Gabriel Ivascu2016-10-073-0/+212
* Minor style fixesIulian Radu2016-09-281-0/+1
* Rework 'Add bookmark' popoverIulian Radu2016-09-282-24/+72
* bookmarks: Fix iconsIulian Radu2016-09-281-3/+10
* Remove redundant gtk_add_resource_path () callsIulian Radu2016-09-281-3/+0
* bookmarks: Add 'bookmark page' button to the location entryIulian Radu2016-09-282-392/+38
* title-box: Don't use a secure image when createdMichael Catanzaro2016-09-211-1/+2
* Create only an EphyLocationEntry *or* an EphyTitleBoxMichael Catanzaro2016-09-213-41/+12
* location-entry: format signals nicerMichael Catanzaro2016-09-211-30/+26
* location-entry: Implement EphyTitleWidgetMichael Catanzaro2016-09-212-218/+203
* title-box: Implement EphyTitleWidgetMichael Catanzaro2016-09-212-48/+124
* Add EphyTitleWidget interfaceMichael Catanzaro2016-09-213-0/+151
* title-box: Remove now-unused member variableMichael Catanzaro2016-09-211-2/+0
* title-box: move to lib/widgetsMichael Catanzaro2016-09-213-0/+250
* file-chooser: use constructed functionMichael Catanzaro2016-09-171-12/+5
* Standardize modelinesMichael Catanzaro2016-09-1116-137/+145
* Start using #pragma onceMichael Catanzaro2016-09-1012-49/+12
* build: Use pkg-config CFLAGS appropriatelyMichael Catanzaro2016-08-291-9/+9
* build: Stop using AM_CFLAGS/AM_LDFLAGSMichael Catanzaro2016-08-291-15/+11
* build: Remove code coverage supportMichael Catanzaro2016-08-291-2/+2
* location-entry: Fix position of 'Paste & Go' when non-English locale is usedTing-Wei Lan2016-08-161-1/+1
* Replace SHARE_DIR with PKGDATADIRMichael Catanzaro2016-08-071-1/+0
* build: Handle dependencies more explicitlyMichael Catanzaro2016-08-071-6/+23
* Port zoom actions to GActionIulian Radu2016-07-283-294/+0
* file-chooser: Support WebP filesMichael Catanzaro2016-04-081-0/+2
* location-entry: Add 'Paste & Go' item to context menuIulian Radu2016-03-291-2/+52
* UncrustifyMichael Catanzaro2016-03-2913-3690/+3480
* downloads: Ensure we always fallback to package iconCarlos Garcia Campos2016-03-011-2/+11
* Stop manually specifying signal marshallersMichael Catanzaro2016-02-292-4/+2
* downloads-popover: Fix visual and layout issuesIulian Radu2016-02-272-46/+42
* downloads-popover: Disappear more smoothlyIulian Radu2016-02-271-0/+6
* downloads-popover: Fix GtkListBoxRow not being destroyedIulian Radu2016-02-271-2/+2
* downloads-progress-icon: Fix icon fill colorMichael Catanzaro2016-02-201-2/+1
* tree-model-sort: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-102-42/+15
* tree-model-sort: Remove unused function pointer from class structMichael Catanzaro2016-02-101-2/+0
* tree-model-sort: Use G_DEFINE_TYPE_WITH_CODEMichael Catanzaro2016-02-101-46/+6
* tree-model-node: Use G_DECLARE_FINAL_TYPEMichael Catanzaro2016-02-102-75/+48