Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jothepro/doxygen-awesome-css
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.3
Choose a base ref
...
head repository: jothepro/doxygen-awesome-css
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.4
Choose a head ref
  • 8 commits
  • 7 files changed
  • 6 contributors

Commits on Jun 9, 2024

  1. feat: update Doxyfile to v1.10.0 (#143)

    * update Doxyfile v1.10.0
    * Change HTML_CLIPBOARD option to NO
    * Added that the HTML_COPY_CLIPBOARD option should be NO.
    CaseyNelson314 authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    00c7339 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fix: scroll lagging on pages with TOC and large number of headers (#148)

    reduces the number of TOC refreshes by throttling calls to the DoxygenAwesomeInteractiveToc.update() method.
    
    Fixes #147
    
    Co-authored-by: jothepro <github@jothe.pro>
    iamAyushChamoli and jothepro authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    28ed396 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    4593c19 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. feat: add ellipsis to text overflow in sidebar (#160)

    Co-authored-by: murilloteixeira <murillo.teixeira@jassy.ag>
    murillo-teixeira and murilloteixeira authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cc1bee0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. feat: add support for "SHOW_ENUM_VALUES" option (#163)

    Doxygen 1.12.0 introduced option "SHOW_ENUM_VALUES" that allow to print values of enumerations when they are explictly defined.
    This commit add the new CSS identifier used for this field entry
    legerch authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3ef7504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fae4145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e0fc81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    568f56c View commit details
    Browse the repository at this point in the history
Loading