summaryrefslogtreecommitdiff
path: root/core/tab.vala
Commit message (Expand)AuthorAgeFilesLines
* Don't consume the tab's focus in event (#185)Christian Dywan2018-11-271-1/+1
* Implement notifications for downloads and web (#175)Christian Dywan2018-11-221-0/+23
* Go back to using WebKit-provided user agent (#173)Christian Dywan2018-11-201-1/+1
* Don't block regular key input in app mode (#167)Christian Dywan2018-11-191-4/+4
* Create independent tabs to allow for more processes (#166)Christian Dywan2018-11-121-1/+1
* Show tab popover relative to urlbar with no opacity changes (#164)Christian Dywan2018-11-071-6/+23
* Remove smarts to detect incognito from new window action (#113)Christian Dywan2018-10-241-11/+4
* Implement caret browsing toggle via F7 (#115)Christian Dywan2018-10-231-0/+1
* Port Colorful Tabs to Peas API (#107)Christian Dywan2018-10-211-6/+7
* Implement Homepage setting/ button (#99)Christian Dywan2018-10-151-4/+3
* Persistent browser settings (#92)Christian Dywan2018-10-131-0/+5
* Use "Save Image" label for the context menu item (#84)Christian Dywan2018-10-101-1/+1
* Decouple database readonly behavior from App.incognito (#58)Christian Dywan2018-09-151-2/+6
* Implement web app mode (#55)Christian Dywan2018-09-131-0/+5
* Introduce DatabaseItem.id to expose row_id (#51)Christian Dywan2018-09-131-11/+21
* Configure exact user agent to reduce fingerprinting (#49)Christian Dywan2018-09-131-3/+1
* Implement private browsing intro as URI scheme (#52)Christian Dywan2018-09-111-1/+1
* More fine-grained Activatable interfaces (#42)Christian Dywan2018-09-071-2/+11
* Implement (help-)--execute interface (#22)Christian Dywan2018-09-051-0/+2
* Identify as Chrome in the user agent (#21)Christian Dywan2018-09-051-2/+4
* Use ContextMenuItem with Gtk.Action as of 2.16 (#16)Christian Dywan2018-08-271-7/+6
* Apply the unholy trinity of errors (#20)Christian Dywan2018-08-271-0/+14
* Implement speed dial based on recent history (#15)Christian Dywan2018-08-221-2/+2
* Enable loading of Python extensions via Peas (#5)Christian Dywan2018-08-211-0/+2
* Consider non-TLS and partially insecure sites insecure (#14)Christian Dywan2018-08-181-0/+4
* Override context menu for links, images, videos and selection (#7)Christian Dywan2018-08-091-0/+68
* More consistent handling of Tab.item and Tab.create (#8)Christian Dywan2018-08-091-9/+12
* Handle errors pages for failed loads and crashes (#2)Christian Dywan2018-07-301-0/+50
* Delayed loading of tabs (#1)Christian Dywan2018-07-181-3/+34
* Rewrite browser core completely in ValaChristian Dywan2018-07-091-0/+167