Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-20 | GmDocument: Color theme adjustments | Jaakko Keränen | |
Colorful Light is generally a lot lighter now. | |||
2020-10-19 | GmDocument: Slightly tighter spacing between list items | Jaakko Keränen | |
Works better with short bullet lines, but still readable with wrapped ones, too. | |||
2020-10-19 | Updated release notes | Jaakko Keränen | |
2020-10-19 | GmDocument: Colorful Light should be less saturated | Jaakko Keränen | |
Easier on the eyes. | |||
2020-10-18 | Updated release notes | Jaakko Keränen | |
2020-10-18 | Added the "Colorful Light" document theme | Jaakko Keränen | |
2020-10-18 | Preferences: Colors moved to 2nd place | Jaakko Keränen | |
2020-10-18 | Added more document color themes | Jaakko Keränen | |
The dark and light themes are now configurable in Preferences. | |||
2020-10-18 | Player: Dim scrubber when paused | Jaakko Keränen | |
2020-10-18 | Cleanup | Jaakko Keränen | |
Consistent naming. | |||
2020-10-18 | DocumentWidget: Improved audio player UI refresh | Jaakko Keränen | |
There is no need to prioritize animation smoothness when it comes to audio players. Just post timer events at a relaxed 15 Hz when active players are visible. Fixes an issue on macOS (and possibly other platforms) where moving the window was very glitchy if a player was active. | |||
2020-10-17 | Updated release notes | Jaakko Keränen | |
2020-10-17 | Windows: Deploy locally built libmpg123 DLL | Jaakko Keränen | |
2020-10-16 | Updated release notes | Jaakko Keränen | |
2020-10-16 | Fixed: Color saturation for default theme colors | Jaakko Keränen | |
The color saturation user preference was not being applied to the default color palette. | |||
2020-10-16 | Loading resources from a predetermined path | Jaakko Keränen | |
2020-10-16 | Updated README | Jaakko Keränen | |
Added mention of optional mpg123 decoder library. | |||
2020-10-16 | Player: Hide volume slider after 3 sec idle time | Jaakko Keränen | |
2020-10-16 | Updated repository hero image | Jaakko Keränen | |
Don't show the version number so it doesn't immediately get obsolete! | |||
2020-10-16 | Open link in new tab with middle mouse button | Jaakko Keränen | |
IssueID #8 | |||
2020-10-16 | Player: Fixed build with older version of mpg123 | Jaakko Keränen | |
2020-10-15 | Added mpg123 to open source licenses page | Jaakko Keränen | |
2020-10-15 | Updated release notes | Jaakko Keränen | |
2020-10-15 | Determining app executable location | Jaakko Keränen | |
IssueID #9 | |||
2020-10-15 | Player: Parsing Vorbis and MP3 metadata | Jaakko Keränen | |
2020-10-15 | Player: Streaming MP3 playback | Jaakko Keränen | |
Feed more MPEG input bitstream as it comes in. | |||
2020-10-14 | Use libmpg123 to decode MPEG audio | Jaakko Keränen | |
mpg123 is configured as an optional dependency. Works for full files currently. | |||
2020-10-14 | Cleanup | Jaakko Keränen | |
2020-10-14 | Player: Volume adjustment UI | Jaakko Keränen | |
2020-10-14 | Cleanup | Jaakko Keränen | |
2020-10-13 | Updated released notes | Jaakko Keränen | |
2020-10-12 | SidebarWidget: Improved list scroll bar | Jaakko Keränen | |
Sometimes the sidebar's scroll bar would not get updated correctly. There still remains an issue where the scroll maximum is incorrect if the sidebar is hidden at launch. | |||
2020-10-12 | Clear input focus when switching tabs | Jaakko Keränen | |
2020-10-12 | Normalizing long spaces to a tab stop | Jaakko Keränen | |
Experimenting with terminal friendly space normalization where sometimes multiple spaces are used to align content horizontally (with a fixed-width font). When encountering 8 or more consecutive spaces, they are all replaced with a single tab character. Gemtext allows clients to normalize whitespace as they see fit. | |||
2020-10-11 | Updated release notes | Jaakko Keränen | |
2020-10-11 | Text: Font tuning | Jaakko Keränen | |
2020-10-11 | Paste from clipboard on middle mouse click | Jaakko Keränen | |
2020-10-11 | Remember which Preferences tab is open | Jaakko Keränen | |
2020-10-11 | Added a preference for heading font | Jaakko Keränen | |
Body and heading fonts can be selected separately. | |||
2020-10-11 | Added two serif fonts; minor color tweaks | Jaakko Keränen | |
Added the EB Garamond and Literata fonts as serif font choices. | |||
2020-10-11 | Cleanup: Moved fonts to res/fonts/ | Jaakko Keränen | |
2020-10-11 | Updated release notes | Jaakko Keränen | |
2020-10-11 | Media: Pause other players when a new one starts | Jaakko Keränen | |
2020-10-11 | Fixed saving a page that was restored from cache | Jaakko Keränen | |
2020-10-11 | Fixed saving a page with a tilde in the filename | Jaakko Keränen | |
The tilde was assumed to be a home directory name, and therefore the name was considered to be an absolute path in itself. | |||
2020-10-11 | Focus behavior of the URL entry field | Jaakko Keränen | |
Opening a new tab will now set input focus to the URL field. Switching tabs when the URL field is focused will select the full new URL. There was an issue previously where selecting a bookmark while the URL field was focused would cause unexpected behavior. The URL was first unfocused and that would trigger the document to fetch the URL that was in the input field. | |||
2020-10-10 | Mention 24-bit WAV support in release notes | Jaakko Keränen | |
2020-10-10 | DocumentWidget: Fixed stopping a streaming player | Jaakko Keränen | |
A partially received media request will be cancelled and deleted if the inline viewer is closed. | |||
2020-10-10 | Bumped version number to 0.5 | Jaakko Keränen | |
2020-10-10 | Updated release notes | Jaakko Keränen | |