| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow middle-click to open new tab when text is selected | Tomas Åkesson | 2023-04-06 | 1 | -0/+3 |
| | | | | | | | | | If text is selected, middle-click will not be forwarded to the function that opens the link in a new tab. So this change will deselect any selected text before trying to open a new tab. Fixes #253 | ||||
| * | Introduce Qt 6 support | Alexey Andreyev | 2023-03-24 | 1 | -0/+17 |
| | | | | | With QT_VERSION_CHECK and core5compat module | ||||
| * | Moves all globals into a structure that can be deleted before the app ↵ | Felix (xq) Queißner | 2021-03-06 | 1 | -2/+3 |
| | | | | | exists. Fixes #193. | ||||
| * | Fix #186: screwed line endings in copied text | Mike Skec | 2021-03-06 | 1 | -0/+10 |
| | | |||||
| * | KristallTextBrowser: touch scroll fix | Mike Skec | 2021-02-24 | 1 | -4/+8 |
| | | | | | Tries to use touch scrolling only if a TouchScreen device is present. This prevents Touch*Pad* devices from allowing annoying click+mouse scrolling | ||||
| * | MainWindow: set tab tooltips | Mike Skec | 2021-02-23 | 1 | -2/+2 |
| | | |||||
| * | KristallTextBrowser: replace typographer quotes with ASCII when copying text | Mike Skec | 2021-02-23 | 1 | -0/+63 |
| | | | | | 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 cursor | Mike Skec | 2021-02-16 | 1 | -0/+2 |
| | | |||||
| * | Touch device support | Mike Skec | 2021-01-07 | 1 | -1/+7 |
| | | |||||
| * | support touch scrolling (?) | Mike Skec | 2021-01-07 | 1 | -0/+3 |
| | | |||||
| * | Fix busy cursor bugs | Mike Skec | 2021-01-06 | 1 | -10/+22 |
| | | | | | fixes A: busy cursor not resetting when changing workspaces. and B: busy cursor not resetting after page finishes loading, and cursor is left stationary. | ||||
| * | fix build failures | Mike Skec | 2021-01-04 | 1 | -1/+2 |
| | | |||||
| * | Added 'busy' cursor while current tab is loading | Mike Skec | 2021-01-04 | 1 | -0/+20 |
| | | |||||
| * | Makes Ctrl-LMB on a link open into a new tab. | Felix (xq) Queißner | 2020-06-29 | 1 | -2/+8 |
| | | |||||
| * | Fixes typo, adds middle-click to open link in new tab. | Felix (xq) Queißner | 2020-06-27 | 1 | -0/+28 |
