Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | flake: add example as a package | pacien | 2022-10-26 |
| | | | | | | | | | | | | This allows quickly testing compiling the example gallery with a given version of ldgallery. For example: ```sh nix build github:ldgallery/ldgallery?rev=commithash#example -o result python -m http.server --directory result ``` GitHub: closes #339 | ||
* | Merge pull request #337 from ldgallery/oz-ctrl-k-focus | pacien | 2022-10-26 |
|\ | | | | | viewer: CTRL+K to focus in search field | ||
| * | viewer/manual: add keyboard shortcut sections with current ones | pacien | 2022-10-26 |
| | | |||
| * | viewer: CTRL+K to focus in search field | Zéro~Informatique | 2022-10-25 |
| | | | | | | | | github: closes #328 | ||
* | | Merge pull request #335 from ldgallery/oz-fix-markdown-style | pacien | 2022-10-26 |
|\ \ | | | | | | | viewer: style of item description panel has changed | ||
| * | | example: add some long item description example | pacien | 2022-10-26 |
| | | | |||
| * | | viewer: style of item description panel has changed | Zéro~Informatique | 2022-10-25 |
| |/ | | | | | | | github: closes #327 | ||
* | | Merge pull request #334 from ldgallery/oz-fix-tab-hints-on-closed-left-panel | pacien | 2022-10-25 |
|\ \ | | | | | | | viewer: hints still appearing for tags when search pane is closed | ||
| * | | viewer: hints still appearing for tags when search pane is closed | Zéro~Informatique | 2022-10-25 |
| | | | | | | | | | | | | github: closes #325 | ||
* | | | Merge pull request #321 from ldgallery/gh-pr-template | pacien | 2022-10-25 |
|\ \ \ | |_|/ |/| | | github: add pull-request template with checklist | ||
| * | | github: add pull-request template with checklist | pacien | 2022-10-25 |
| | | | | | | | | | | | | | | | To act as a constant reminder to keep the changelog up to date in particular… | ||
* | | | viewer: deps bump | Zéro~Informatique | 2022-10-25 |
| |/ |/| | |||
* | | Merge pull request #324 from ldgallery/oz-fix-audio-item-color | zeroinformatique | 2022-10-25 |
|\ \ | | | | | | | viewer: wrong colour for icon and title for audio items | ||
| * | | viewer: wrong colour for icon and title for audio items | Zéro~Informatique | 2022-10-25 |
| | | | | | | | | | | | | github: closes #323 | ||
| * | | viewer: wrong colour for icon and title for audio items | Zéro~Informatique | 2022-09-05 |
| | | | | | | | | | | | | github: closes #323 | ||
* | | | mailmap: map to actual addresses | pacien | 2022-10-25 |
| | | | | | | | | | | | | | | | | | | Instead of the GitHub No-reply ones. There's no point using those locally. All addresses are visible in the .mailmap and raw history anyway. | ||
* | | | devdoc/design-notes: add header and outdated warning | pacien | 2022-10-17 |
| | | | |||
* | | | devdoc/design-notes: wrap long lines for easier diffing | pacien | 2022-10-17 |
| | | | |||
* | | | devdoc: move design notes to proper directory | pacien | 2022-10-17 |
|/ / | |||
* | | Merge branch 'release-2.1' into develop | pacien | 2022-09-04 |
|\ \ | | | | | | | | | | GitHub: related to #315 | ||
| * | | project: set new version for release 2.1 | pacien | 2022-09-04 |
| | | | |||
| * | | changelog: add pending changes for v2.1 | pacien | 2022-09-04 |
| | | | |||
| * | | changelog: reformat, wrap lines | pacien | 2022-09-04 |
| |/ | |||
* / | compiler: reword log action for image processing | pacien | 2022-09-04 |
|/ | | | | Images aren't generated out of nowhere, they're processed. | ||
* | project: mailmap | Zéro~Informatique | 2022-09-04 |
| | | | | https://git-scm.com/docs/gitmailmap | ||
* | Merge branch 'nix-flake' into develop | pacien | 2022-09-04 |
|\ | |||
| * | flake: add useful commands to readme | pacien | 2022-09-04 |
| | | |||
| * | project: add nix flake | pacien | 2022-09-03 |
| | | | | | | | | GitHub: related to #285 | ||
* | | readme: fix typo | pacien | 2022-09-04 |
| | | |||
* | | readme: update copyright and licenses | pacien | 2022-09-04 |
|/ | |||
* | viewer: workspace extensions recommendations | Zéro~Informatique | 2022-09-03 |
| | |||
* | viewer: refactoring for tag and sort dropdowns | Zéro~Informatique | 2022-09-03 |
| | |||
* | Merge branch 'vue3-refactoring-staging' into develop | pacien | 2022-09-03 |
|\ | | | | | | | Reviewed-by: pacien <pacien.trangirard@pacien.net> | ||
| * | viewer: migrate to vue 3, general refactoring and cleanup | Zéro~Informatique | 2022-09-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Non-exhaustive list of fixes and improvements done at the same time: - html default background to grey (avoids white flash during init) - unified links behavior - added more theme variables - removed the flex-expand transition (it wasn't working) and replaced it with a slide - fixed LdLoading not centered on the content - title on removable tags - fixed an issue with encoded URI from vue-router - unified Item resource URLs - removed the iframe for PlainTextViewer (it wasn't working properly) and replaced it with a pre - fixed clear and search buttons tabindex - fixed the information panel bumping up during the fade animation of tag's dropdown - fixed some focus outlines not appearing correctly - moved CSS variables to the :root context - Code cleaning GitHub: closes #217 GitHub: closes #300 GitHub: closes #297 GitHub: closes #105 GitHub: closes #267 GitHub: closes #275 GitHub: closes #228 GitHub: closes #215 GitHub: closes #112 | ||
| * | ci: update imagemagick download url | Zéro~Informatique | 2022-09-03 |
|/ | |||
* | Merge pull request #313 from ldgallery/ci-gh-actions-on-push | zeroinformatique | 2022-04-12 |
|\ | | | | | ci: enable GHA build on push | ||
| * | ci: enable GHA build on push | pacien | 2022-04-12 |
| | | |||
* | | Merge pull request #307 from ldgallery/pacien-20210704-markdown-item-handler | pacien | 2022-04-12 |
|\ \ | |/ |/| | viewer: markdown item handler | ||
| * | viewer: add markdown item handler | Zero~Informatique | 2022-04-12 |
| | | | | | | | | | | Minor CSS fixes Comment for future upgrade to Vue3 | ||
| * | viewer: add markdown item handler | Zero~Informatique | 2022-04-12 |
| | | | | | | | | Extracted from b170f49 (GH PR #304) | ||
| * | viewer: register markdown item type | Zero~Informatique | 2022-04-12 |
| | | | | | | | | Extracted from b170f49 (GH PR #304) | ||
| * | example: add markdown file example | pacien | 2022-04-12 |
| | | |||
| * | compiler: register distinct markdown item type | pacien | 2022-04-12 |
|/ | |||
* | Merge pull request #311 from ldgallery/ci-nodejs-16 | zeroinformatique | 2022-04-12 |
|\ | | | | | ci: bump nodejs version | ||
| * | ci: bump nodejs version | pacien | 2022-04-11 |
|/ | |||
* | Merge branch 'hotfix' into develop | Zero~Informatique | 2022-04-11 |
|\ | |||
| * | viewer: fix momentum/kinetic scroll on Safari and Firefox on iOS | pacien | 2020-10-10 |
| | | | | | | | | | | GitHub: closes #253 (cherry picked from commit 3e22ce02fb569d1db06e7a8f564c5aa328dfb92e) | ||
| * | Merge branch 'develop' for release v2.0v2.0 | pacien | 2020-09-25 |
| |\ | |||
| * \ | Merge branch 'develop': release v1.0v1.0 | pacien | 2020-05-02 |
| |\ \ | |||
| * \ \ | Merge pull request #34 from pacien/develop | Notkea | 2020-01-10 |
| |\ \ \ | | | | | | | | | | | first working prototype |