aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/kristalltextbrowser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow middle-click to open new tab when text is selectedTomas Åkesson2023-04-061-0/+3
* Introduce Qt 6 supportAlexey Andreyev2023-03-241-0/+17
* Moves all globals into a structure that can be deleted before the app exists....Felix (xq) Queißner2021-03-061-2/+3
* Fix #186: screwed line endings in copied textMike Skec2021-03-061-0/+10
* KristallTextBrowser: touch scroll fixMike Skec2021-02-241-4/+8
* MainWindow: set tab tooltipsMike Skec2021-02-231-2/+2
* KristallTextBrowser: replace typographer quotes with ASCII when copying textMike Skec2021-02-231-0/+63
* KristallTextBrowser: use IBeam as default cursorMike Skec2021-02-161-0/+2
* Touch device supportMike Skec2021-01-071-1/+7
* support touch scrolling (?)Mike Skec2021-01-071-0/+3
* Fix busy cursor bugsMike Skec2021-01-061-10/+22
* fix build failuresMike Skec2021-01-041-1/+2
* Added 'busy' cursor while current tab is loadingMike Skec2021-01-041-0/+20
* Makes Ctrl-LMB on a link open into a new tab.Felix (xq) Queißner2020-06-291-2/+8
* Fixes typo, adds middle-click to open link in new tab.Felix (xq) Queißner2020-06-271-0/+28