aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* RenderHelpers: support setting 30-38 and 40-48 color codesKarol Kosek2021-01-171-0/+12
* RenderHelpers: simpler colors generationKarol Kosek2021-01-171-79/+36
* RenderHelpers: use correct codes for bright colorsKarol Kosek2021-01-171-8/+8
* RenderHelpers: use const iteratorsKarol Kosek2021-01-171-8/+8
* Remove .bak filesKarol Kosek2021-01-162-192/+0
* BrowserTab: fix showing an empty redirect question boxKarol Kosek2021-01-161-1/+1
* CacheHandler: don't remove trailing slashes from urlKarol Kosek2021-01-131-6/+5
* Replace history on redirectKarol Kosek2021-01-113-0/+7
* Revert "Fixes a 'resource not found' bug"Karol Kosek2021-01-111-15/+6
* status bar: show request status when loading pagesMike Skec2021-01-1010-2/+131
* status bar: New file cache indicatorMike Skec2021-01-106-8/+21
* 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-086-19/+43
* cache: item expiry and max item sizeMike Skec2021-01-088-12/+185
* Touch device supportMike Skec2021-01-071-1/+7
* support touch scrolling (?)Mike Skec2021-01-071-0/+3
* Add Ctrl+R reload page shortcutPaper2021-01-071-0/+4
* Prevent creating duplicate groupsMike Skec2021-01-071-0/+9
* Added new context menus to favourite groupMike Skec2021-01-073-9/+94
* favourite popup: adding group combobox!Mike Skec2021-01-078-18/+159
* uniform urls only used for identification nowMike Skec2021-01-072-8/+8
* Remembered scroll adjustmentMike Skec2021-01-072-9/+26
* Fixes pages not being read from cache due to differing trailing slashMike Skec2021-01-075-13/+42
* Attempt to fix build failuresMike Skec2021-01-062-1/+20
* Fix busy cursor bugsMike Skec2021-01-062-10/+27
* cache code refactorMike Skec2021-01-0610-85/+154
* Implement #21 with cached pagesMike Skec2021-01-062-12/+43
* Tabs with client cert enabled no longer read from or write to cacheMike Skec2021-01-061-2/+6
* Basic caching functionality implementedMike Skec2021-01-064-12/+116
* DocumentStyle: escape special chars when saving the styleKarol Kosek2021-01-051-1/+1
* {TrustedHost,Favourite}Collection: fix duplicating/removing the last itemKarol Kosek2021-01-052-3/+3
* Apply favourites button workaroundMike Skec2021-01-054-3/+52
* MainWindow: escape tab titleKarol Kosek2021-01-051-1/+3
* BrowserTab: use simpler method for getting the HTML page titleKarol Kosek2021-01-051-19/+1
* Remove toggleIsFavourite - no longer neededMike Skec2021-01-043-39/+4
* New popup when adding to favourites!Mike Skec2021-01-048-4/+199
* Allow to use external cmarkKarol Kosek2021-01-041-1/+6
* fix build failuresMike Skec2021-01-041-1/+2
* better default fontsMike Skec2021-01-044-8/+42
* Added 'busy' cursor while current tab is loadingMike Skec2021-01-044-0/+39
* No longer useing QPalette::Mid for url bar highlightMike Skec2021-01-041-2/+3
* Tweak when url should be focusedMike Skec2021-01-021-4/+1
* Theming: only use standard icons on LinuxMike Skec2021-01-021-0/+7
* favourites: implement #77, and add rename context menusMike Skec2021-01-025-15/+69
* Get rid of unneeded hacky code for fancy url barMike Skec2021-01-024-19/+7
* Fix bug with fancy url bar stylingMike Skec2021-01-024-9/+22