doxygen/jquery
su-fang 9cd5802845 sass_fix.diff
Description: Fix for #954677 FTBFS
Author: Paolo Greppi <paolo.greppi@libpf.com>
2023-04-25 16:02:27 +08:00
..
sass sass_fix.diff 2023-04-25 16:02:27 +08:00
.gitignore Import Upstream version 1.9.1 2022-10-26 16:06:26 +08:00
Makefile avoid-compass.diff 2023-04-25 15:59:31 +08:00
README New upstream version 1.9.4 2023-04-25 15:44:26 +08:00
jquery-3.6.0.min.js New upstream version 1.9.4 2023-04-25 15:44:26 +08:00
jquery.powertip-1.3.1.mod.js Import Upstream version 1.9.1 2022-10-26 16:06:26 +08:00
jquery.powertip-1.3.1.mod.min.js Import Upstream version 1.9.1 2022-10-26 16:06:26 +08:00
jquery.scrollTo-2.1.2.min.js Import Upstream version 1.9.1 2022-10-26 16:06:26 +08:00
jquery.smartmenus-1.1.0.min.js Import Upstream version 1.9.1 2022-10-26 16:06:26 +08:00
jquery.ui-1.12.1.min.js Import Upstream version 1.9.1 2022-10-26 16:06:26 +08:00
jquery.ui.touch-punch-0.2.3.min.js Import Upstream version 1.9.1 2022-10-26 16:06:26 +08:00
sm-core-css.css New upstream version 1.9.4 2023-04-25 15:44:26 +08:00

README

Doxygen's jquery.js script is composed of minified versions of the following
packages:
- jquery    3.6.0:  https://jquery.com/download/
- jquery.ui 1.12.1: https://github.com/jquery/jquery-ui
    modules required:
    - jquery.ui.core          all
    - jquery.ui.interactions  resizable
    - jquery.ui.widgets       mouse
- jquery.scrollTo:   2.1.2: https://github.com/flesler/jquery.scrollTo
- jquery.powertip:   1.3.1: https://stevenbenner.github.io/jquery-powertip/
- jquery.touchpunch: 0.2.3: http://touchpunch.furf.com/ + fix for issue 303
- jquery.smartmenus: 1.1.0: https://www.smartmenus.org/

The Makefile will built the jquery.js files used by doxygen.

Note that there is a performance issue in the default powertip version.
See https://github.com/stevenbenner/jquery-powertip/issues/178
Until that is fixed a modified version is shipped with doxygen. This version
removes the "destroy" functionality which was not used by doxygen anyway.