aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* refactor(frontend): fix icon placement in SafariLibravatar Kristóf Marussy2024-04-27
| | | | Also affected WebKitGTK
* rfactor(frontend): scroll to top on initializationLibravatar Kristóf Marussy2024-04-27
|
* refactor(fronted): add visibility checkbox tooltipsLibravatar Kristóf Marussy2024-04-27
|
* refactor(frontend): improve key bindingsLibravatar Kristóf Marussy2024-04-27
| | | | | | * Accept completions with both Enter or Tab. * Ctrl-d duplicates current line (use Ctrl-Shift-d to select next occurrence). * Suppress browser save dialog on Ctrl-s even if there are no changes.
* fix(reasoning): default assertions for containment referencesLibravatar Kristóf Marussy2024-04-26
|
* Merge pull request #58 from graphs4value/docsLibravatar Kristóf Marussy2024-04-26
|\ | | | | Add documentation site with Docusaurus
| * chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-04-26
| |
| * fix(docs): non-linear time regexLibravatar Kristóf Marussy2024-04-26
| |
| * fix(docs): missing license filesLibravatar Kristóf Marussy2024-04-26
| |
| * docs: language referencedocsLibravatar Kristóf Marussy2024-04-25
| |
| * docs: add use cases to landing pageLibravatar Kristóf Marussy2024-04-18
| |
| * refactor(docs): update video coverLibravatar Kristóf Marussy2024-04-18
| | | | | | | | Also adds responsive-loader support for images.
| * docs: update landing pageLibravatar Kristóf Marussy2024-04-18
| |
| * docs: contributing guideLibravatar Kristóf Marussy2024-04-16
| |
| * feat(docs): add Algolia DocSearchLibravatar Kristóf Marussy2024-04-16
| |
| * feat(frontend): add homepage linkLibravatar Kristóf Marussy2024-04-12
| |
| * feat(frontend): add tooltips to buttonsLibravatar Kristóf Marussy2024-04-12
| |
| * refactor(frontend): friendlier table view messagesLibravatar Kristóf Marussy2024-04-12
| |
| * refactor(frontend): remember export setting for auto themeLibravatar Kristóf Marussy2024-04-12
| |
| * feat(docs): add edit linkLibravatar Kristóf Marussy2024-04-12
| |
| * fix(docs): category selection card apperanceLibravatar Kristóf Marussy2024-04-12
| |
| * refactor(frontend): improve SVG minificationLibravatar Kristóf Marussy2024-04-12
| |
| * docs: add link to WASPLibravatar Kristóf Marussy2024-04-11
| |
| * chore(deps): fix for CVE-2024-28863Libravatar Kristóf Marussy2024-04-11
| |
| * feat(web): embed SVG into HTML directlyLibravatar Kristóf Marussy2024-04-11
| | | | | | | | | | | | | | * Makes sure element IDs and CSS do not interfere with other diagrams in the same HTML document. * Disables SVGO to allow embedding in Docusaurus with CSS intact. * Replaces PNG figures with SVG in documentation.
| * chore(deps): bump frontend dependenciesLibravatar Kristóf Marussy2024-04-11
| |
| * refactor(docs): simplify yarnwLibravatar Kristóf Marussy2024-04-11
| | | | | | | | | | | | | | | | To speed up build, assume that yarn was already installed, since the build will fail if it is not installed anyway. Also change devault docs port to 3000 so that it can run simultaneously with the editor frontend.
| * docs: add webmanifestLibravatar Kristóf Marussy2024-04-10
| |
| * refactor(docs): URL structureLibravatar Kristóf Marussy2024-04-10
| |
| * docs: add existing static assetsLibravatar Kristóf Marussy2024-04-10
| |
| * docs: under constructionLibravatar Kristóf Marussy2024-04-10
| |
| * fix(build): assembleFrontend task enableIfLibravatar Kristóf Marussy2024-04-09
| |
| * refactor(docs): landing pageLibravatar Kristóf Marussy2024-04-09
| |
| * docs: add JavadocLibravatar Kristóf Marussy2024-04-09
| |
| * docs: add embedded videoLibravatar Kristóf Marussy2024-04-09
| |
| * docs: add existing tutorialLibravatar Kristóf Marussy2024-04-09
| | | | | | | | Add tutorial from https://github.com/graphs4value/refinery-tutorials
| * docs: basic theme and structureLibravatar Kristóf Marussy2024-04-09
| |
| * docs: add Docusaurus websiteLibravatar Kristóf Marussy2024-04-08
|/ | | | Also refactor Yarn buildscripts.
* fix(language): Sonar lint issueLibravatar Kristóf Marussy2024-04-07
|
* Merge pull request #57 from kris7t/logic-extractLibravatar Kristóf Marussy2024-04-07
|\ | | | | Refactor logic expressions
| * refactor(logic): abstract domain interfaceLibravatar Kristóf Marussy2024-04-07
| | | | | | | | Require all abstract domain elements to implement the AbstractValue interface.
| * chore(deps): bump dependenciesLibravatar Kristóf Marussy2024-04-07
| |
| * refactor: move terms and DNF into logic subprojectLibravatar Kristóf Marussy2024-04-07
| |
| * fix(frontend): * operator highlightingLibravatar Kristóf Marussy2024-04-07
| | | | | | | | | | Only highlight the * character as a number when it is not used as a multiplication operator.
| * feat(language): type inferenceLibravatar Kristóf Marussy2024-04-07
| | | | | | | | | | | | * Customizable operator overloads. * Customizable aggregation operators. * Simplify ProblemQualifiedNameProvider.
| * feat(language): validate assignment expressionsLibravatar Kristóf Marussy2024-04-07
| |
| * refactor(language): assignment and cast expressionLibravatar Kristóf Marussy2024-04-07
| | | | | | | | Also reorganizes operator names for easier future extension.
| * feat(query): left join for data variablesLibravatar Kristóf Marussy2024-04-07
| |
| * feat(language): datatype declarationsLibravatar Kristóf Marussy2024-04-07
| | | | | | | | | | Also changes ReferenceDeclaration to declare attributes, since reference and attributes can only be distinguished at linking time.
| * feat: subproject for z3 integrationLibravatar Kristóf Marussy2024-04-07
| |