| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | BrowserTab: use cleaner titles for pages without them | Mike Skec | 2021-02-16 | 1 | -1/+10 | |
| | | | | | For sites that do not have a page title (i.e no '#' heading) the document's filename is used. If no filename exists, then the hostname of the page is used. | |||||
| * | KristallTextBrowser: use IBeam as default cursor | Mike Skec | 2021-02-16 | 4 | -9/+14 | |
| | | ||||||
| * | blockquotes: better default value when using old themes | Mike Skec | 2021-02-16 | 1 | -2/+1 | |
| | | ||||||
| * | Improved blockquotes | Mike Skec | 2021-02-16 | 10 | -52/+172 | |
| | | ||||||
| * | SettingsDialog: fix build failure | Mike Skec | 2021-02-15 | 2 | -3/+1 | |
| | | ||||||
| * | help.gemini: add help entry for search engine | Mike Skec | 2021-02-15 | 1 | -0/+12 | |
| | | ||||||
| * | Added search engine preference | Mike Skec | 2021-02-15 | 6 | -31/+77 | |
| | | ||||||
| * | BrowserTab.cpp: basic search engine functionality added | Mike Skec | 2021-02-15 | 1 | -1/+15 | |
| | | ||||||
| * | BrowserTab: fix build errors on Qt < 5.13 | Mike Skec | 2021-02-14 | 1 | -0/+4 | |
| | | ||||||
| * | BrowserTab: Update regex source link to correct one | Mike Skec | 2021-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | BrowserTab: finding quotations now works for all characters | Mike Skec | 2021-02-14 | 2 | -7/+29 | |
| | | | | | Since #150, when typographer quotes were enabled, searching for text with quotation marks using the searchbox was made slightly more difficult as the search pattern would not match each of the different quotation mark types. This patch addresses this by using a regex which contains the search query, and creates a pattern that matches the various quote types. | |||||
| * | renderhelpers: move global funcs to namespace | Mike Skec | 2021-02-13 | 4 | -10/+11 | |
| | | ||||||
| * | Margins are now split into seperate horizontal/vertical options | Mike Skec | 2021-02-13 | 12 | -32/+89 | |
| | | ||||||
| * | Adds per-style pref for text width | Mike Skec | 2021-02-13 | 7 | -16/+89 | |
| | | ||||||
| * | Adds maximum line width functionality | Mike Skec | 2021-02-13 | 2 | -0/+27 | |
| | | | | | Hard-coded values for now. This works by setting the left/right margins of the page dynamically (e.g on window resize). The margins are calculated to limit the text's width between a value. If the window width is less than this text width, the text fill width is the same width as the page, the margins in this case will be the user's configured margins (not yet implemented). | |||||
| * | GeminiRenderer: fix typographer quote bug | Mike Skec | 2021-02-13 | 1 | -1/+1 | |
| | | ||||||
| * | add pref for typographer quotes | Mike Skec | 2021-02-13 | 6 | -22/+87 | |
| | | | | | Also includes a fix for single-quotes on words like "'till" | |||||
| * | Adds typographer's quotes replacement | Mike Skec | 2021-02-13 | 1 | -7/+78 | |
| | | ||||||
| * | Add preferences for new gemini formatting options | Mike Skec | 2021-02-10 | 8 | -18/+291 | |
| | | ||||||
| * | geminirenderer: readibility improvements | Mike Skec | 2021-02-10 | 3 | -4/+35 | |
| | | | | | Values are hard-coded at the moment. Need preferences | |||||
| * | searchbox: fix moving to top/bottom of page during search | Mike Skec | 2021-02-09 | 1 | -2/+4 | |
| | | | | | When searching for something that wasn't in the page, the cursor would be moved to the top or bottom of the page (depending on search direction). This fixes that by only moving the page if the search term is actually in the current buffer. | |||||
| * | Search box: better reimplementation | Mike Skec | 2021-02-09 | 5 | -15/+76 | |
| | | | | | This was necessary to fix a bug, where the URL bar becomes unusable while search box is visible. | |||||
| * | #144: small search improvements | Mike Skec | 2021-02-09 | 1 | -4/+8 | |
| | | ||||||
| * | Add 'open in default browser' option on HTTP links | Mike Skec | 2021-02-08 | 1 | -4/+15 | |
| | | ||||||
| * | Add embedded icon for win32 | Michael Skec | 2021-02-07 | 3 | -0/+32 | |
| | | ||||||
| * | Use PageUp/Down to switch between tabs | Xavier Del Campo Romero | 2021-01-27 | 1 | -0/+28 | |
| | | ||||||
| * | new-tab button: add preference | Mike Skec | 2021-01-21 | 8 | -16/+48 | |
| | | ||||||
| * | Added '+' button to tab bar | Mike Skec | 2021-01-21 | 5 | -6/+67 | |
| | | ||||||
| * | GopherClient: suppress remote socket closure error | Karol Kosek | 2021-01-21 | 1 | -1/+8 | |
| | | | | | | Removes 'unhandled network error: QAbstractSocket::RemoteHostClosedError' from logs. Mostly copy-pasted from GeminiClient::socketError. :^) | |||||
| * | ElideLabel: assign variable in initialization list | Karol Kosek | 2021-01-20 | 1 | -3/+4 | |
| | | ||||||
| * | MarkdownRenderer: remove redundant reinitialization | Karol Kosek | 2021-01-20 | 1 | -4/+0 | |
| | | ||||||
| * | MarkdownRenderer: render images as links | Karol Kosek | 2021-01-20 | 1 | -5/+1 | |
| | | ||||||
| * | GophermapRenderer: set default font to the icon format | Karol Kosek | 2021-01-20 | 1 | -0/+1 | |
| | | | | | This fixes the icon padding change on Ctrl+Scroll. | |||||
| * | RenderHelpers: inline incrementations | Karol Kosek | 2021-01-17 | 1 | -16/+8 | |
| | | ||||||
| * | RenderHelpers: remove duplicated setColor() call | Karol Kosek | 2021-01-17 | 1 | -4/+0 | |
| | | ||||||
| * | RenderHelpers: don't insert Reset code when where is only one parameter | Karol Kosek | 2021-01-17 | 1 | -2/+0 | |
| | | | | | | This caused each parameter to be reset when used color codes 30–37 and 40–47, which resulted in displaying only background or foreground color. | |||||
| * | Save ansi colors to configs | Karol Kosek | 2021-01-17 | 3 | -25/+17 | |
| | | ||||||
| * | RenderHelpers: add strikeout | Karol Kosek | 2021-01-17 | 1 | -0/+4 | |
| | | | | | StrikeOutOff was already there, but StrikeOut was not. | |||||
| * | RenderHelpers: use enum instead of magic numbers with comments | Karol Kosek | 2021-01-17 | 1 | -18/+34 | |
| | | ||||||
| * | RenderHelpers: support setting 30-38 and 40-48 color codes | Karol Kosek | 2021-01-17 | 1 | -0/+12 | |
| | | ||||||
| * | RenderHelpers: simpler colors generation | Karol Kosek | 2021-01-17 | 1 | -79/+36 | |
| | | | | | | | - use Qt::GlobalColor table instead of switch-case for default 16 colors - move background or foreground check below color generation - remove setFgColor() and setBgColor() functions since we can do it in one line. | |||||
| * | RenderHelpers: use correct codes for bright colors | Karol Kosek | 2021-01-17 | 1 | -8/+8 | |
| | | ||||||
| * | RenderHelpers: use const iterators | Karol Kosek | 2021-01-17 | 1 | -8/+8 | |
| | | ||||||
| * | Remove .bak files | Karol Kosek | 2021-01-16 | 2 | -192/+0 | |
| | | ||||||
| * | BrowserTab: fix showing an empty redirect question box | Karol Kosek | 2021-01-16 | 1 | -1/+1 | |
| | | | | | | | The question box was showed when the redirect has a different scheme or host, without checking first if you want to see the it, which could lead to an empty dialog box instead of skipping it entirely. | |||||
| * | CacheHandler: don't remove trailing slashes from url | Karol Kosek | 2021-01-13 | 1 | -6/+5 | |
| | | | | | Partly reverts commit 50729c19ebf75ab91ee285fe7af86abbdaec411c. | |||||
| * | Replace history on redirect | Karol Kosek | 2021-01-11 | 3 | -0/+7 | |
| | | ||||||
| * | Revert "Fixes a 'resource not found' bug" | Karol Kosek | 2021-01-11 | 1 | -15/+6 | |
| | | | | | | | | That commit broke resolving relative urls (e.g. when you were browsing README.md, the link that goes to BUILDING resolved to README.md/BUILDING). This reverts commit 601887655e7f128c1c938a24fc38d002a8aecb64. | |||||
| * | status bar: show request status when loading pages | Mike Skec | 2021-01-10 | 10 | -2/+131 | |
| | | | | | status text for loading HTTP/S is only a simple 'loading webpage'. The other protocols display more information | |||||
| * | status bar: New file cache indicator | Mike Skec | 2021-01-10 | 6 | -8/+21 | |
| | | | | | Mime label was also simplified so that only type/subtype are shown. | |||||
