summaryrefslogtreecommitdiff
path: root/core/browser.vala
Commit message (Expand)AuthorAgeFilesLines
* Don't show overlay statusbar if it wasn't visiblestatusbar_keep_invisibleChristiam Dywan2019-03-041-1/+2
* Use a dialog to handle script confirm/ prompt (#279)Christian Dywan2019-02-281-13/+28
* Page menu zoom (#273)Christian Dywan2019-02-261-0/+27
* Prevent focus Urlbar when activating tab. (#274)gerito12019-02-261-1/+3
* Re-introduce Navigationbar action revealing the toolbar (#264)Christian Dywan2019-02-211-0/+5
* Re-introduce ZoomIn action as an alias for tab-zoom 0.1 (#265)Christian Dywan2019-02-211-0/+5
* Don't disable the fullscreen action (#266)Christian Dywan2019-02-201-3/+0
* Headerbar by default only under Budgie, GNOME and Pantheon (#258)Christian Dywan2019-02-181-1/+11
* Re-introduce inactivity-reset without relying on X11 (#263)Christian Dywan2019-02-181-1/+8
* Map Back/ HomePage keys to the respective actions (#215)Christian Dywan2018-12-211-2/+2
* Open external links in default browser in app mode (#184)Christian Dywan2018-11-291-0/+23
* Always build menu models from scratch (#183)Christian Dywan2018-11-271-4/+8
* (Re)store last window width and height (#180)Christian Dywan2018-11-261-0/+13
* Hide page and browser actions when window is small (#171)Christian Dywan2018-11-211-22/+86
* Don't block regular key input in app mode (#167)Christian Dywan2018-11-191-1/+1
* Create independent tabs to allow for more processes (#166)Christian Dywan2018-11-121-2/+2
* Show tab popover relative to urlbar with no opacity changes (#164)Christian Dywan2018-11-071-0/+1
* Link action names to shortcut items (#148)Christian Dywan2018-11-011-2/+3
* Implement built-in session extension (#65)Christian Dywan2018-10-311-6/+20
* More robust download handling (#110)Christian Dywan2018-10-241-0/+1
* Remove smarts to detect incognito from new window action (#113)Christian Dywan2018-10-241-3/+4
* Implement caret browsing toggle via F7 (#115)Christian Dywan2018-10-231-0/+27
* Port Statusbar Features to Peas API (#106)Christian Dywan2018-10-191-4/+8
* Port Status Clock to Peas API (#101)Christian Dywan2018-10-181-1/+2
* Implement Homepage setting/ button (#99)Christian Dywan2018-10-151-0/+16
* Persistent browser settings (#92)Christian Dywan2018-10-131-2/+8
* Make dialogs opt-in or opt-out of header bars (#86)Christian Dywan2018-10-101-0/+1
* Implement built-in bookmark extension (#80)Christian Dywan2018-10-091-4/+15
* Don't add internal or blank pages to trash (#78)Christian Dywan2018-10-061-0/+4
* Fix close button on about dialog (#64)Thomas Merkel2018-09-211-1/+3
* Bind fullscreen toggle to pinned rather than locked (#59)Christian Dywan2018-09-151-1/+2
* Implement web app mode (#55)Christian Dywan2018-09-131-0/+12
* Mirror app menu in the window always (#53)Christian Dywan2018-09-121-13/+2
* Add View Source item to page menu (#54)Christian Dywan2018-09-111-0/+26
* Employ timeout with focussing/ loading tab (#26)Christian Dywan2018-09-111-1/+10
* Implement private browsing intro as URI scheme (#52)Christian Dywan2018-09-111-1/+1
* More fine-grained Activatable interfaces (#42)Christian Dywan2018-09-071-1/+9
* Implement (help-)--execute interface (#22)Christian Dywan2018-09-051-2/+2
* Implement fullscreen mode (#28)Christian Dywan2018-09-031-35/+56
* Implement panel in the browser window (#13)Christian Dywan2018-08-221-3/+46
* Provide app menu fallback in the form of a button (#12)Christian Dywan2018-08-191-0/+7
* More consistent handling of Tab.item and Tab.create (#8)Christian Dywan2018-08-091-4/+10
* Honor GTK_CSD=0 to disable CSD (#4)Christian Dywan2018-07-301-0/+12
* Delayed loading of tabs (#1)Christian Dywan2018-07-181-3/+4
* Rewrite browser core completely in ValaChristian Dywan2018-07-091-0/+345