Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

563 incremental layout #636

Merged
merged 133 commits into from
Sep 20, 2023
Merged

563 incremental layout #636

merged 133 commits into from
Sep 20, 2023

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    cb8d0ff View commit details
    Browse the repository at this point in the history
  2. Cleaned up the new class #563

    m4xxed authored and falko17 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3b897b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. start incrementel tree map, setup firtst classes etc, no real functio…

    …nality
    Jonas Schramm authored and falko17 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    1733348 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

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

Commits on Apr 14, 2023

  1. Add methods for traversing graph and recursively calculate new layout…

    … (depending on old layout) #563
    Jonas Schramm authored and falko17 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    045a011 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. impl. dissect

    Jonas Schramm authored and falko17 committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    9ab5b2a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. finished dissect, defined some properties, incTreemap should now work…

    … but only with dissect - no local moves
    Jonas Schramm authored and falko17 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d19c6b3 View commit details
    Browse the repository at this point in the history
  2. add IncrementalTreeMap to NodeLayoutKind etc, so it can be used now #563

    Jonas Schramm authored and falko17 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    6be8031 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. setup for local moves in IncTreeMap Layout

    Jonas Schramm authored and falko17 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a278a62 View commit details
    Browse the repository at this point in the history
  2. local moves: addNode

    Jonas Schramm authored and falko17 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    26346d5 View commit details
    Browse the repository at this point in the history
  3. local moves: addNodes

    Jonas Schramm authored and falko17 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    42ce904 View commit details
    Browse the repository at this point in the history
  4. refactor local moves class

    Jonas Schramm authored and falko17 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    63b5c69 View commit details
    Browse the repository at this point in the history
  5. local moves, flip move case clockwise-vertical

    Jonas Schramm authored and falko17 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f4cf70e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. finished local moves: apply flip move

    Jonas Schramm authored and falko17 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4051849 View commit details
    Browse the repository at this point in the history
  2. start apply stretch moves

    Jonas Schramm authored and falko17 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    fd23d51 View commit details
    Browse the repository at this point in the history
  3. finished LocalMove

    Jonas Schramm authored and falko17 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1e48a64 View commit details
    Browse the repository at this point in the history
  4. local moves delete node

    Jonas Schramm authored and falko17 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    22ec0c0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    d5f36ac View commit details
    Browse the repository at this point in the history
  2. add MathNet.Numerics

    jschramm authored and falko17 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    a3c8f86 View commit details
    Browse the repository at this point in the history
  3. init correct areas

    jschramm authored and falko17 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    6e71425 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. correctAreas

    jschramm authored and falko17 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8f8e997 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Fix major bugs

    jschramm authored and falko17 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    632cd05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab1ad9 View commit details
    Browse the repository at this point in the history
  3. Dictionary Key Bug Fix

    jschramm authored and falko17 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    9817317 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. local moves now fully implemented + some renaming

    jschramm authored and falko17 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    146570c View commit details
    Browse the repository at this point in the history
  2. simplify TNode

    jschramm authored and falko17 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    ee3a4f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Fixed rectangle size in flip move

    jschramm authored and falko17 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    daa3e29 View commit details
    Browse the repository at this point in the history
  2. fixed stretch move

    jschramm authored and falko17 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    14607f9 View commit details
    Browse the repository at this point in the history
  3. rewrite makeLocalMoves

    jschramm authored and falko17 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    37ab19b View commit details
    Browse the repository at this point in the history
  4. Custom debug display

    jschramm authored and falko17 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    737b895 View commit details
    Browse the repository at this point in the history
  5. fix stretch move

    jschramm authored and falko17 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a2a3f41 View commit details
    Browse the repository at this point in the history
  6. fix stretch move segment registration

    jschramm authored and falko17 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7b3e481 View commit details
    Browse the repository at this point in the history
  7. fix delete node, make node grounded with best seg

    jschramm authored and falko17 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d54c840 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    9b4cbe3 View commit details
    Browse the repository at this point in the history
  2. 563 - interim state

    SchrammJonas authored and falko17 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    749b088 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. 563 - remove findILayoutNodeByID, use dict now

    jschramm authored and falko17 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8327c52 View commit details
    Browse the repository at this point in the history
  2. 563 - extract debug function CheckEqualNodeSets

    jschramm authored and falko17 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2337b81 View commit details
    Browse the repository at this point in the history
  3. 563 - use TNode Map instead of find expr

    jschramm authored and falko17 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5a9480d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. 563 add interface for incremental node layouts

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    87f5f29 View commit details
    Browse the repository at this point in the history
  2. 563 - reset local moves parameter

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b020e3e View commit details
    Browse the repository at this point in the history
  3. 564 rename TNode Methode

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bd31d47 View commit details
    Browse the repository at this point in the history
  4. 563 add a new utils class for layout

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    553748d View commit details
    Browse the repository at this point in the history
  5. 563 - extract argmin/max to utils

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2acb2d0 View commit details
    Browse the repository at this point in the history
  6. 563 - change Rectangles to double domain

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    889210c View commit details
    Browse the repository at this point in the history
  7. 563 segment - setter for Const property

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d4f3382 View commit details
    Browse the repository at this point in the history
  8. 563 redo usage of TNodeMap cause old nodes are not set here

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a42d8bd View commit details
    Browse the repository at this point in the history
  9. 563 start enhance correct areas with divide and conquer

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5d37c97 View commit details
    Browse the repository at this point in the history
  10. 563 IsSliceable

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6195cc8 View commit details
    Browse the repository at this point in the history
  11. 563 Split node on slicing segment

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8565a7a View commit details
    Browse the repository at this point in the history
  12. 563 move TransformRectangles to utils

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3fd27cb View commit details
    Browse the repository at this point in the history
  13. 563 adjust slice able layout by moving slicing segment

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ee73858 View commit details
    Browse the repository at this point in the history
  14. 563 small style fix

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    20d0be8 View commit details
    Browse the repository at this point in the history
  15. 563 small code style fix

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5b06297 View commit details
    Browse the repository at this point in the history
  16. 563 move all parameters for the layout algorithm to a new class Param…

    …eters.cs
    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e0ca24e View commit details
    Browse the repository at this point in the history
  17. 563 some style changes

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7b8d054 View commit details
    Browse the repository at this point in the history
  18. 563 rename arg max/min functions

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f119e16 View commit details
    Browse the repository at this point in the history
  19. 563 refactor layout classes, style

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    03ec2a2 View commit details
    Browse the repository at this point in the history
  20. 563 rename files

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    819c014 View commit details
    Browse the repository at this point in the history
  21. 563 rework local moves main algorithm

    jschramm authored and falko17 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5a185a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. 563 - increase performance of local moves

    jschramm authored and falko17 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d85adeb View commit details
    Browse the repository at this point in the history
  2. 563 fix selecting best layout in local moves

    jschramm authored and falko17 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    105aebf View commit details
    Browse the repository at this point in the history
  3. 563 Check remove check func from IncrementalTreeMapLayout.cs

    jschramm authored and falko17 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2806483 View commit details
    Browse the repository at this point in the history
  4. 563 try new parameters

    jschramm authored and falko17 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    579ea35 View commit details
    Browse the repository at this point in the history
  5. 563 make splitting more robust

    jschramm authored and falko17 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ca3c341 View commit details
    Browse the repository at this point in the history
  6. 563 add DebuggerDisplay for LocalMove

    jschramm authored and falko17 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f7c1622 View commit details
    Browse the repository at this point in the history
  7. 563 redo ToList call

    jschramm authored and falko17 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e3ab035 View commit details
    Browse the repository at this point in the history
  8. 563 add consistency checks

    jschramm authored and falko17 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d5b9f28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f82fdc5 View commit details
    Browse the repository at this point in the history
  10. 563 small formatting

    jschramm authored and falko17 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    bbf0a55 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. 563 add serializable settings for incrementalTreeMapLayout

    jschramm authored and falko17 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    2d080f3 View commit details
    Browse the repository at this point in the history
  2. 563 refactor for using IncrementalTreeMapSettings.cs instead of Param…

    …eters.cs
    jschramm authored and falko17 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5c39ead View commit details
    Browse the repository at this point in the history
  3. 563 remove obsolete Parameters.cs

    jschramm authored and falko17 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    999aac8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. 563 documentation for IncrementalTreeMapSetting.cs and some renaming …

    …and refactoring for the fields of I.T.M.Setting
    jschramm authored and falko17 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    649e90b View commit details
    Browse the repository at this point in the history
  2. 563 fixed namespace of IIncrementalNodeLayout

    jschramm authored and falko17 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5f5ad1e View commit details
    Browse the repository at this point in the history
  3. 563 fixed restore method in IncrementalTreeMapSetting.cs

    jschramm authored and falko17 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    14e234b View commit details
    Browse the repository at this point in the history
  4. 563 IncrementalTreeMapSetting.cs format

    jschramm authored and falko17 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2a177be View commit details
    Browse the repository at this point in the history
  5. 563 doc and some refactoring IncrementalTreeMapLayout.cs

    jschramm authored and falko17 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6a6adec View commit details
    Browse the repository at this point in the history
  6. 563 some refactoring in IncrementalTreeMapLayout.cs

    jschramm authored and falko17 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b87f1c4 View commit details
    Browse the repository at this point in the history
  7. 563 format IncrementalTreeMapLayout.cs

    jschramm authored and falko17 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    000976a View commit details
    Browse the repository at this point in the history
  8. 563 doc and formatting in utils

    jschramm authored and falko17 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0021b29 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. 563 refactor utils extract method for cloning segments

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    856c459 View commit details
    Browse the repository at this point in the history
  2. 563 use new CloneSegment Method

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8bef696 View commit details
    Browse the repository at this point in the history
  3. 563 minor changes in utils doc

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    274623f View commit details
    Browse the repository at this point in the history
  4. 563 doc and format LocalMoves.cs

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    006f4ce View commit details
    Browse the repository at this point in the history
  5. 563 doc Segment.cst

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    24c32b2 View commit details
    Browse the repository at this point in the history
  6. 563 refactor Rectangle.cs

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d973726 View commit details
    Browse the repository at this point in the history
  7. 563 small code style fix

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5db36a6 View commit details
    Browse the repository at this point in the history
  8. 563 - doc and formatting Rectangle.cs

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    13eb37f View commit details
    Browse the repository at this point in the history
  9. 563 doc and formatting in Nodes.cs

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5d12494 View commit details
    Browse the repository at this point in the history
  10. 563 doc and formatting in LocalMove.cs

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c371814 View commit details
    Browse the repository at this point in the history
  11. 563 doc and format Dissect.cs

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    63ec0e2 View commit details
    Browse the repository at this point in the history
  12. 563 doc and formatting Direction.cs, formatting in Node.cs

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    81fb709 View commit details
    Browse the repository at this point in the history
  13. 563 classes to internal

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e8373d6 View commit details
    Browse the repository at this point in the history
  14. 563 fix doc in LocalMove.cs

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    09ff0f4 View commit details
    Browse the repository at this point in the history
  15. 563 - doc and formatting in CorrectArea.cs

    jschramm authored and falko17 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c125863 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. 563 better way to get the settings

    jschramm authored and falko17 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e0e7b74 View commit details
    Browse the repository at this point in the history
  2. 563 small fix in LocalMove.cs

    jschramm authored and falko17 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6e64ec6 View commit details
    Browse the repository at this point in the history
  3. 563 fix IsSliceAble

    jschramm authored and falko17 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8cc8620 View commit details
    Browse the repository at this point in the history
  4. 563 change the way for adjusting a slice able layout to a more consis…

    …tent less error prone one (especially rounding error)
    jschramm authored and falko17 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    52243c9 View commit details
    Browse the repository at this point in the history
  5. 563 removed checker functions

    jschramm authored and falko17 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4157bd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. 563 removed debug log warning msg

    jschramm authored and falko17 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    27278a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e5ff6 View commit details
    Browse the repository at this point in the history
  3. 563 fix casting

    jschramm authored and falko17 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    86f8970 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    2 people authored and falko17 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    631af9a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. 563 remove old comment fragment

    jschramm authored and falko17 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b9580d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. IncrementalTreeMapSetting, applied Falko's suggestions for documentat…

    …ion #563
    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    811767e View commit details
    Browse the repository at this point in the history
  2. 563 IncrementalTreeMapSetting, revised PNorm property.

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    355aed8 View commit details
    Browse the repository at this point in the history
  3. 563 IncrementalTreeMapSetting, resolved 'var' expression

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    778a9a3 View commit details
    Browse the repository at this point in the history
  4. Fix code style in IncrementalTreeMapSetting #563

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5703fa5 View commit details
    Browse the repository at this point in the history
  5. Apply code review suggestions to CorrectArea #563

    This commit consists of the following changes:
    
    563 CorrectArea, style and doc for Correct function
    
    563 CorrectArea, resolved 'var' expressions
    
    563 CorrectArea, applied Falko's suggestions, typos, style and renaming
    
    563 CorrectArea, fixed missing braces
    
    563 CorrectAreas, fixed switch
    
    563 CorrectArea, extend Doc
    
    563 CorrectArea, fixed bad iteration
    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    bca02de View commit details
    Browse the repository at this point in the history
  6. Direction.cs: applied Falko's suggestions (doc) #563

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b5d0708 View commit details
    Browse the repository at this point in the history
  7. 563 Dissect, applied Falkos suggestions (doc)

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    14bbb03 View commit details
    Browse the repository at this point in the history
  8. 563 Dissect, fixed redundant calculation

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d56d0a0 View commit details
    Browse the repository at this point in the history
  9. 563 LocalMove, applied Falkos suggestion (doc, formatting)

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1154b84 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97bf23d View commit details
    Browse the repository at this point in the history
  11. 563 LocalMove, removed 'var' expressions

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6547bdc View commit details
    Browse the repository at this point in the history
  12. 563 LocalMove, moved FlipMove and StretchMove to new files

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1bda030 View commit details
    Browse the repository at this point in the history
  13. 563 LocalMoves, applied Falkos suggestions (doc, renaming)

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c4df7dc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    62850ee View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3ceb289 View commit details
    Browse the repository at this point in the history
  16. 563 Node, applied Falkos suggestions (doc, renaming)

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0f82946 View commit details
    Browse the repository at this point in the history
  17. 563 Rectangle, applied Falko's suggestion (doc)

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ebfebeb View commit details
    Browse the repository at this point in the history
  18. Segment, code style, doc #563

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6cdcacd View commit details
    Browse the repository at this point in the history
  19. 563 Utils, applied Falko's suggestions (doc)

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    64e5aa8 View commit details
    Browse the repository at this point in the history
  20. 563 Utils, removed 'var' expressions

    jschramm authored and falko17 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1248fee View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. 563 IncrementalTreeMapLayout.cs, applied Falko's suggestion (renaming…

    …, doc, code simplification)
    jschramm authored and falko17 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1a46e36 View commit details
    Browse the repository at this point in the history
  2. 563 IncrementalTreeMapLayout.cs, removed 'var' expressions, add missi…

    …ng braces
    jschramm authored and falko17 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ee06437 View commit details
    Browse the repository at this point in the history
  3. 563 IncrementalTreeMapLayout.cs, new Exception in OldLayout.

    jschramm authored and falko17 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    37343fa View commit details
    Browse the repository at this point in the history
  4. 563 LocalMoves, applied Falko's suggestion for a better evaluation ch…

    …ain.
    jschramm authored and falko17 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2945706 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. 563 Utils, applied Falko's suggestions (style, doc)

    jschramm authored and falko17 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9b15d78 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Apply automated suggestions (EOF newlines and trailing whitespace)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    2 people authored and falko17 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    da8a1e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. #563 Minor code improvements.

    koschke authored and falko17 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b45dc59 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review (github-actions bot) regarding whi…

    …tespace
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    2 people authored and falko17 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0c0612c View commit details
    Browse the repository at this point in the history