summaryrefslogtreecommitdiff
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* (Re-)Store pinned state of tabs (#339)Christian Dywan2019-07-071-1/+13
* Use web_context from context rather than the default (#338)Christian Dywan2019-07-072-2/+2
* Add tooltip to adblock toolbar button (#340)Christian Dywan2019-07-071-0/+1
* Support for sidebar action WebExtension API (#297)Christian Dywan2019-03-151-0/+20
* Fix Adblock not working (#268)gerito12019-02-261-1/+15
* Properly handle non-existing/ empty web extension resources (#271)Christian Dywan2019-02-241-16/+18
* Only load web extensions which are enabled (#270)Christian Dywan2019-02-241-4/+8
* Load extensions from ZIP archives (#255)Christian Dywan2019-02-171-31/+132
* Better handling of browser action icon and content scripts (#256)Christian Dywan2019-02-171-9/+27
* Initial support for cross-browser Web Extension API (#250)Christian Dywan2019-02-083-0/+383
* Change zoom level in statusbar (#196)I bins hoid2018-12-161-0/+45
* Don't add bookmarks UX when in app mode (#172)Christian Dywan2018-11-221-0/+5
* Locate system-wide plugins at Config.PLUGINDIR (#168)Christian Dywan2018-11-191-3/+2
* Create independent tabs to allow for more processes (#166)Christian Dywan2018-11-121-1/+1
* Double-check that extension folder contains Vala sources (#161)Christian Dywan2018-11-071-3/+4
* Implement built-in session extension (#65)Christian Dywan2018-10-312-0/+411
* Port Adblock extension to Peas API (#109)Christian Dywan2018-10-2310-9/+851
* Port Colorful Tabs to Peas API (#107)Christian Dywan2018-10-212-0/+64
* Port Statusbar Features to Peas API (#106)Christian Dywan2018-10-192-0/+64
* Merge translations into plugin descriptions (#104)Christian Dywan2018-10-193-5/+6
* Port Status Clock to Peas API (#101)Christian Dywan2018-10-182-0/+63
* Implement built-in bookmark extension (#80)Christian Dywan2018-10-093-0/+227
* More fine-grained Activatable interfaces (#42)Christian Dywan2018-09-071-0/+52
* Rewrite browser core completely in ValaChristian Dywan2018-07-0969-24048/+0
* Fix build with valac 0.35.xRico Tzschichholz2017-02-151-1/+1
* Use widget-implementation-specific property-accessor for "focus-on-click"Rico Tzschichholz2016-04-021-1/+1
* Handle gdk_pixbuf_scale_simple failure in colorfull tabsPaweł Forysiuk2016-02-241-0/+4
* fix illegible (3-char-wide) filetype column in "file types" preference pane u...gue5t2016-02-171-2/+6
* Fix crashes caused by out-of-bounds indexing in adblockgue5t2016-02-012-18/+21
|\
| * Fix crashes caused by out-of-bounds indexing in adblockgue5t2016-01-232-18/+21
* | Do not block the main webpage of a tab even if it is matched by adblock rulesgue5t2016-01-151-1/+8
|\ \
| * | Do not block the main webpage of a tab even if it is matched by adblock rulesgue5t2016-01-101-1/+8
| |/
* | Use g_file_test check instead as it works for both platformsPaweł Forysiuk tuxator@o2.pl2016-01-151-1/+1
* | Add helper function for checking if file existsPaweł Forysiuk tuxator@o2.pl2016-01-101-1/+1
|/
* Enable browser profiles on win32 as the work sans auto updatePaweł Forysiuk tuxator@o2.pl2015-08-301-6/+0
* Fix warnings for -Wformat-securityRico Tzschichholz2015-08-202-0/+2
* fix last known GTK2 entry placeholder text bugsgue5t2015-08-101-3/+3
* Move adblock icons to hicolorChristian Dywan2015-08-091-2/+1
* Reword a comment a bit, re-adjust code style once morePaweł Forysiuk tuxator@o2.pl2015-07-181-2/+2
* Fix typo and styling issuePaweł Forysiuk tuxator@o2.pl2015-07-151-2/+2
* Skip open-with codepath with abp links, they are internalPaweł Forysiuk tuxator@o2.pl2015-07-151-0/+5
* Adblock fixup: Escape . in filter with \Christian Dywan2015-07-111-0/+2
* clean up handling of double-valued db column in Tabbygue5t2015-06-231-9/+4
* Use unowned with Adblock.Subscription and Element in foreach loopsChristian Dywan2015-06-124-21/+22
|\
| * Use unowned with Adblock.Subscription and Element in foreach loopsChristian Dywan2015-06-114-21/+22
* | Use unowned strings in foreach loopsChristian Dywan2015-06-126-10/+11
|\ \
| * | Use unowned strings in foreach loopsChristian Dywan2015-06-116-10/+11
| |/
* | Enable openWith in app mode and make it work with view-newChristian Dywan2015-06-121-1/+5
|\ \ | |/ |/|
| * Enable openWith in app mode and make it work with view-newChristian Dywan2015-05-311-1/+5
* | Only connect buttons to toolbar styleChristian Dywan2015-06-061-1/+1