summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-10-17Windows: Deploy locally built libmpg123 DLLJaakko Keränen
2020-10-16Loading resources from a predetermined pathJaakko Keränen
2020-10-14Use libmpg123 to decode MPEG audioJaakko Keränen
mpg123 is configured as an optional dependency. Works for full files currently.
2020-10-14CleanupJaakko Keränen
2020-10-14Player: Volume adjustment UIJaakko Keränen
2020-10-11Added a preference for heading fontJaakko Keränen
Body and heading fonts can be selected separately.
2020-10-11Added two serif fonts; minor color tweaksJaakko Keränen
Added the EB Garamond and Literata fonts as serif font choices.
2020-10-11Cleanup: Moved fonts to res/fonts/Jaakko Keränen
2020-10-10Bumped version number to 0.5Jaakko Keränen
2020-10-09Support Ogg Vorbis audioJaakko Keränen
Playback starts as soon as possible, so one can listen while streaming. stb_vorbis.c needed a tiny tweak to not die on a file without (Ogg? Vorbis?) comments.
2020-10-09CleanupJaakko Keränen
Moved buffers out of player.c. Include MIME type with the data so the correct decoder can be chosen. Added stb_vorbis: https://github.com/nothings/stb
2020-10-01Refactor: Separate media from GmDocumentJaakko Keränen
2020-09-30Windows: Use the system UI scaling factorJaakko Keränen
Check for system UI scaling factor via Direct2D DPI values.
2020-09-29Added stub for audio playerJaakko Keränen
2020-09-28Bumped version number to 0.4Jaakko Keränen
2020-09-21Added Prefs; placeholders for new optionsJaakko Keränen
2020-09-20macOS: No fixed deployment targetJaakko Keränen
Let the user decide.
2020-09-19Bumped version number to 0.3Jaakko Keränen
2020-09-19macOS: Compile for 10.14Jaakko Keränen
2020-09-18Added build options for X11Jaakko Keränen
Build option to use software rendering if running under X11, and another option to set the position of a window only after the window has been shown. The latter is a workaround for an SDL bug regarding window borders affecting the initial position.
2020-09-18Added some build notesJaakko Keränen
2020-09-18Windows: Use a batch file to open URLs in browserJaakko Keränen
Opening via urlopen.bat works under MSYS bash as well. The .bat file is also a place where the user can customize which browser to open.
2020-09-15GmDocument: Recognize "about:" linksJaakko Keränen
2020-09-14Bumped version to 0.2Jaakko Keränen
2020-09-14Configuring without the_Foundation submoduleJaakko Keränen
2020-09-13Added Kosugi Maru for Japanese textJaakko Keränen
Kosugi Maru is from Google Fonts and licensed used Apache License 2.0.
2020-09-12Separated VisBuf from ListWidgetJaakko Keränen
This will be used in DocumentWidget as well.
2020-09-11XDG: Gemini scheme handler; URLs on the command lineJaakko Keränen
2020-09-10MSYS: Don't install static librariesJaakko Keränen
2020-09-10SidebarWidget: Show menu only for itemsJaakko Keränen
2020-09-09Added header file for keyboard shortcutsJaakko Keränen
2020-09-09macOS: Tweaking build optionsJaakko Keränen
2020-09-09macOS: Deployment taget is 10.14Jaakko Keränen
2020-09-08CleanupJaakko Keränen
2020-09-08Linux: Improved .desktop fileJaakko Keränen
2020-09-08Default build type selectionJaakko Keränen
2020-09-08Option to have the_Foundation in a subdirectoryJaakko Keränen
2020-09-06Added a LookupWidget with background threadJaakko Keränen
2020-09-05Refactor: ListWidget for a general purpose listJaakko Keränen
The sidebar uses a ListWidget now, but the layout needs fixing.
2020-09-04Text: Heavier bold fontJaakko Keränen
2020-09-03Changed default font to NunitoJaakko Keränen
Nunito is licensed under OFL.
2020-08-29Moved macOS sources to parent dirJaakko Keränen
2020-08-23Build option to disable kerning; other optimizationsJaakko Keränen
2020-08-23Cleanup: Use ".binary" for binary filesJaakko Keränen
2020-08-20CleanupJaakko Keränen
2020-08-15Built-in embedded “about:” pages; Help menuJaakko Keränen
2020-08-14Added BookmarksJaakko Keränen
2020-08-12Working on sidebar resizingJaakko Keränen
2020-08-10Added SidebarWidgetJaakko Keränen
2020-08-09Deploy resources.bin if in useJaakko Keränen