aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added search engine preferenceMike Skec2021-02-151-2/+13
* BrowserTab.cpp: basic search engine functionality addedMike Skec2021-02-151-1/+15
* BrowserTab: fix build errors on Qt < 5.13Mike Skec2021-02-141-0/+4
* BrowserTab: Update regex source link to correct oneMike Skec2021-02-141-1/+1
* BrowserTab: finding quotations now works for all charactersMike Skec2021-02-141-7/+27
* Margins are now split into seperate horizontal/vertical optionsMike Skec2021-02-131-2/+3
* Adds per-style pref for text widthMike Skec2021-02-131-2/+5
* Adds maximum line width functionalityMike Skec2021-02-131-0/+21
* searchbox: fix moving to top/bottom of page during searchMike Skec2021-02-091-2/+4
* Search box: better reimplementationMike Skec2021-02-091-12/+15
* #144: small search improvementsMike Skec2021-02-091-4/+8
* Add 'open in default browser' option on HTTP linksMike Skec2021-02-081-4/+15
* BrowserTab: fix showing an empty redirect question boxKarol Kosek2021-01-161-1/+1
* Replace history on redirectKarol Kosek2021-01-111-0/+1
* Revert "Fixes a 'resource not found' bug"Karol Kosek2021-01-111-15/+6
* status bar: show request status when loading pagesMike Skec2021-01-101-0/+7
* status bar: New file cache indicatorMike Skec2021-01-101-0/+2
* Fixes a 'resource not found' bugMike Skec2021-01-101-6/+15
* BrowserTab: add Stop/Refresh action to the menuKarol Kosek2021-01-081-0/+10
* BrowserTab: disable impossible move actionsKarol Kosek2021-01-081-2/+4
* BrowserTab: hide move actions on selectionKarol Kosek2021-01-081-9/+9
* BrowserTab: show "Copy to clipboard" action only on selectionKarol Kosek2021-01-081-8/+6
* Functional cache limit, albeit a little inefficientMike Skec2021-01-081-5/+0
* cache: item expiry and max item sizeMike Skec2021-01-081-0/+1
* Add Ctrl+R reload page shortcutPaper2021-01-071-0/+4
* favourite popup: adding group combobox!Mike Skec2021-01-071-7/+64
* Remembered scroll adjustmentMike Skec2021-01-071-7/+11
* cache code refactorMike Skec2021-01-061-18/+20
* Implement #21 with cached pagesMike Skec2021-01-061-10/+41
* Tabs with client cert enabled no longer read from or write to cacheMike Skec2021-01-061-2/+6
* Basic caching functionality implementedMike Skec2021-01-061-10/+50
* BrowserTab: use simpler method for getting the HTML page titleKarol Kosek2021-01-051-19/+1
* Remove toggleIsFavourite - no longer neededMike Skec2021-01-041-33/+2
* New popup when adding to favourites!Mike Skec2021-01-041-1/+35
* Added 'busy' cursor while current tab is loadingMike Skec2021-01-041-0/+12
* favourites: implement #77, and add rename context menusMike Skec2021-01-021-2/+2
* Get rid of unneeded hacky code for fancy url barMike Skec2021-01-021-2/+3
* Fix bug with fancy url bar stylingMike Skec2021-01-021-8/+6
* Compile with Qt 5.9Karol Kosek2021-01-021-1/+1
* Fixes for building on ubuntu 20.04 / qt5.12George Dorn2021-01-021-5/+5
* Added UI density option.Mike Skec2021-01-011-0/+20
* urlbar styling: only remove styles if not already removedMike Skec2020-12-311-3/+9
* Add preference for url bar stylingMike Skec2020-12-311-1/+2
* Prevents URL bar styles appearing strange in settings dialog after changing t...Mike Skec2020-12-311-1/+2
* urlbar colour formatting algorithm improvementMike Skec2020-12-311-9/+11
* Added fancy url bar stylingMike Skec2020-12-311-3/+100
* Strip bgcolor attribute from html pagesMike Skec2020-12-311-0/+4
* Added prettier 'unsupported media type' page.Mike Skec2020-12-311-9/+34
* Fixes a few warnings and deprecation noticesMike Skec2020-12-311-1/+1
* #51: mouse buttons 4/5 for back/forwardMike Skec2020-12-311-2/+2