summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Collapse)Author
2 dayswipmaxim nikonov
3 dayswip: forkmaxim nikonov
2026-01-13util/cmap: link against libm only if it was foundAlbrecht Schlosser
2026-01-03Update FLTK colormap (src/fl_cmap.h) w/o changing colorsAlbrecht Schlosser
- update comments, including filenames - update build instructions for developers in util/cmap.cxx - update CMakeLists.txt (comments only)
2025-12-29Improve code snapshot generation for PDF docs (#1353)Albrecht Schlosser
CMake: execute `code_snapshot` separately for each file we want to scan so we can create timestamps and generate PNG images only if the source file (e.g. unicode.dox) was modified. documentation/src/unicode.dox: remove output folder `generated`, use only the filename. CMake sets the current working directory as needed. util/code_snapshot.cxx: format and improve comments, reset code buffer so we can generate multiple images per input file.
2025-12-28Fixes Code Viewer widget height calculationMatthias Melcher
2025-12-28Update filename case and LaTeX detailsMatthias Melcher
2025-12-28Generate code block documentation using FLTK (#1353)Matthias Melcher
The Doxygen-to-pdf toolchain can not easily generate pdf's with Japanese and Chinese characters. This patch generates code blocks by rendering them in FLTK.
2022-03-27Move src/cmap.cxx to util/cmap.cxx (utilities folder)Albrecht Schlosser
Regenerated src/fl_cmap.h with less spaces, updated copyright year. Only whitespace and comments are changed in this file. Note that src/cmap.cxx is not compiled to build the FLTK libs, it's only used to generate src/fl_cmap.h.