• Replaced shared pointer usage with a plain std::string for passwords in PageSpec to simplify code and enhance readability. Updated relevant logic and function calls to align with this change, removing unnecessary shared pointer management. Updated TODO to reflect completion of this modernization step.
    m-holger authored
     
    Browse File »















  • When a user accepts a spelling word, the word appears in a
    .idea/dictionaries/$user.xml where $user is their username. A user has
    control over "their "words, but all users see all words. For qpdf, we
    probably want all the "official" words in qpdf.xml. This should be
    automated.
    Jay Berkenbilt authored
     
    Browse File »