Age | Commit message (Expand) | Author |
2025-04-29 | wrap long lines | Jonas Smedegaard |
2025-04-29 | move comment above code | Jonas Smedegaard |
2025-04-29 | simplify SQL query | Jonas Smedegaard |
2025-04-29 | add comments and avoid processing same pair of groups twice | Ian Valentin Christensen |
2025-04-29 | fix brutally embarassing errorsAnd typos | Ian Valentin Christensen |
2025-04-29 | rename method onComboSelected -> onCategorySelected; refine comments | Jonas Smedegaard |
2025-04-29 | fix duplicate sets of groups as vertices in moduleGroups | Ian Valentin Christensen |
2025-04-29 | slight optimization | Jonas Smedegaard |
2025-04-29 | improve comment | Jonas Smedegaard |
2025-04-29 | drop obsolete broken code; move comment above replacement code | Jonas Smedegaard |
2025-04-29 | tidy whitespace | Jonas Smedegaard |
2025-04-29 | wrap long lines | Jonas Smedegaard |
2025-04-29 | drop explicitly defined boolean used only once immediately after | Jonas Smedegaard |
2025-04-29 | move if-block to separate line | Jonas Smedegaard |
2025-04-29 | move comment above code | Jonas Smedegaard |
2025-04-29 | fix syntax error | Jonas Smedegaard |
2025-04-29 | add {} | Ian Valentin Christensen |
2025-04-29 | fix implementation of disjoint | Ian Valentin Christensen |
2025-04-29 | use record for private class ActivityColumn | Jonas Smedegaard |
2025-04-29 | Revert "adjust disjoint to always return 11 sets" | Ian Valentin Christensen |
2025-04-29 | set variable LABEL_STYLE final | Jonas Smedegaard |
2025-04-29 | git-ignore folder /mods/; git-ignore jar files only at root; stop git-ignore ... | Jonas Smedegaard |
2025-04-29 | adjust disjoint to always return 11 sets | Ian Valentin Christensen |
2025-04-29 | add editorconfig config file, hinting to use tabs for indentation | Jonas Smedegaard |
2025-04-29 | tidy: define variables separately | Jonas Smedegaard |
2025-04-29 | tidy: declare method modifiers ordered according to Java Language Specificati... | Jonas Smedegaard |
2025-04-29 | tidy whitespace | Jonas Smedegaard |
2025-04-29 | wrap long lines | Jonas Smedegaard |
2025-04-29 | update checkstyle config: restrict linelength to 73 chars | Jonas Smedegaard |
2025-04-29 | tidy whitespace | Jonas Smedegaard |
2025-04-29 | set methods final to avoid uncertain subclassing | Jonas Smedegaard |
2025-04-29 | drop superfluous import | Jonas Smedegaard |
2025-04-29 | always use brace in for- and if-construct | Jonas Smedegaard |
2025-04-29 | explicitly define magic numbers | Jonas Smedegaard |
2025-04-29 | tidy whitespace | Jonas Smedegaard |
2025-04-29 | declare variables final when possible | Jonas Smedegaard |
2025-04-29 | require javafx.controls transitively | Jonas Smedegaard |
2025-04-29 | drop unused variable MyDB from view class Window | Jonas Smedegaard |
2025-04-28 | rename class Combi -> Graph | Jonas Smedegaard |
2025-04-28 | make class AbstractGraph public | Jonas Smedegaard |
2025-04-28 | drop legacy commented out code | Jonas Smedegaard |
2025-04-28 | rename class Model -> Database; rename variable model -> store | Jonas Smedegaard |
2025-04-28 | split class HelloApplication into classes Main and Window | Jonas Smedegaard |
2025-04-28 | define class HelloApplication as final to ensure reliable initialization | Jonas Smedegaard |
2025-04-28 | fix typo in comment | Jonas Smedegaard |
2025-04-28 | generalize and tighten styling | Jonas Smedegaard |
2025-04-28 | make class MyDB public | Jonas Smedegaard |
2025-04-28 | fix rename file MyDb.java -> MyDB.java to match class name | Jonas Smedegaard |
2025-04-28 | add and improve javadoc | Jonas Smedegaard |
2025-04-28 | add dummy javadoc to silence warnings | Jonas Smedegaard |