aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/kristalltextbrowser.hpp
Commit message (Collapse)AuthorAgeFilesLines
* KristallTextBrowser: replace typographer quotes with ASCII when copying textMike Skec2021-02-231-0/+5
| | | | Text which is selected in a kristalltextbrowser now has it's quotes replaced with ASCII quotes. This was done as copying fancy quotes is seen as an annoyance to most people. It is still possible to copy these quotes, if they are the only thing in the selection (whitespace also allowed, and commas, and fullstops)
* KristallTextBrowser: use IBeam as default cursorMike Skec2021-02-161-0/+3
|
* Fix busy cursor bugsMike Skec2021-01-061-0/+5
| | | | fixes A: busy cursor not resetting when changing workspaces. and B: busy cursor not resetting after page finishes loading, and cursor is left stationary.
* Added 'busy' cursor while current tab is loadingMike Skec2021-01-041-0/+5
|
* Makes Ctrl-LMB on a link open into a new tab.Felix (xq) Queißner2020-06-291-2/+7
|
* Fixes typo, adds middle-click to open link in new tab.Felix (xq) Queißner2020-06-271-0/+20