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

[Python/kandinsky] Added in draw_string choice of font #1799

Open
wants to merge 10,000 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 12, 2020

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

Commits on Nov 13, 2020

  1. [shared] Keep graph units when using navigation

    When using the Navigate menu on graphs, the grid units are computed
    using the normal graph's range, so that the units won't change.
    
    Change-Id: I8ff8853868e5c90319619a6271d6a7d87ae82ab0
    GabrielNumworks authored and LeaNumworks committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    4233f19 View commit details
    Browse the repository at this point in the history
  2. [graph] Keep Auto when opening and closing Navigate

    If the user opens the Navigate menu, then closes it immediately, the
    Auto status is not turned off.
    
    Change-Id: I2d1ca0cfdae1b9c957dede7bf9f3c2890dea1bb0
    GabrielNumworks authored and LeaNumworks committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    ea3e328 View commit details
    Browse the repository at this point in the history
  3. Merge pull request numworks#415 from RedGl0w/patch-9

    [Ion/usb] Changed URL in order to have easier update
    quentinguidee authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    3252bad View commit details
    Browse the repository at this point in the history
  4. Merge pull request numworks#402 from RedGl0w/patch-4

    [Python] Change heap (32 to 100K)
    quentinguidee authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    83b4d93 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. [graph] Fix a bug when zooming

    When entering the Navigate menu, a portion of the Y axis is memoized to
    preserve the grid units.
    However, this portion was not modified when zooming, causing some
    glitches.
    
    Change-Id: I06b4ee044eaa75d48b8f338c9ef6ea33bb299e39
    GabrielNumworks authored and EmilieNumworks committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    4177843 View commit details
    Browse the repository at this point in the history
  2. [poincare] Prevent Bad access on abstract symbol context

    Change-Id: I3077db5fdc2430ee11ceb1c6eb651e4331fb2ba0
    HugoNumworks authored and EmilieNumworks committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    a0497d3 View commit details
    Browse the repository at this point in the history
  3. [poincare] Avoid nullptr context on non-Numbers sign and nullStatus m…

    …ethods
    
    Change-Id: I3361344c1e0b50cdbe999d6ea50025022a51f603
    HugoNumworks authored and EmilieNumworks committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    73b5b07 View commit details
    Browse the repository at this point in the history
  4. [poincare] Replaced an escape case with an assert only

    Change-Id: I5ea501beeb42577a25dd752f8b9492210abd38fc
    HugoNumworks authored and EmilieNumworks committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    04b2683 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. [poincare/matrix_layout] Remove empty rows

    Empty columns are automatically removed ; the same is now done to empty
    rows.
    
    Change-Id: Ib66dfe83f1ea712d3f9a450eedd7ade709296413
    GabrielNumworks authored and LeaNumworks committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    62e2a71 View commit details
    Browse the repository at this point in the history
  2. [poincare/matrix_layout] Keep median rows and columns

    Empty columns and rows are only removed automatically when they are the
    last row/column. This way, the user can edit a median row/column without
    the matrix collapsing.
    
    Change-Id: If611fa0133f270d785809d433ae879879b6b093f
    GabrielNumworks authored and LeaNumworks committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    7184202 View commit details
    Browse the repository at this point in the history
  3. [poincare/matrix_layout] Remove columns with backspace

    Allow removing empty columns with backspace, the same way one can remove
    empty rows. This allows deleting the internal columns that are not
    automatically deleted.
    
    Change-Id: I52def7939257942a8396721d01c4d1531ef90361
    GabrielNumworks authored and LeaNumworks committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    323e72a View commit details
    Browse the repository at this point in the history
  4. [poincare/matrix_layout] Change comparison order

    Change-Id: Iaa048d82005a7dfa380357e80bbac447c0976e55
    GabrielNumworks authored and LeaNumworks committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    0c44deb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ecfa00 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. [poincare] Handle horizontal vectors

    Change-Id: I98088b2b9f2dbc0549795a5c3eed4787fea70068
    HugoNumworks authored and EmilieNumworks committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    bee8d85 View commit details
    Browse the repository at this point in the history
  2. [poincare/test] Add tests on horizontal vectors

    Change-Id: If2d6293ede044ffe71e632212eff155b80ad683f
    HugoNumworks authored and EmilieNumworks committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    cb54e22 View commit details
    Browse the repository at this point in the history
  3. [poincare] Require same vector orientation for dot and cross products

    Change-Id: I4cf248cf564899314a1efb1c5e39a041395ba583
    HugoNumworks authored and EmilieNumworks committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    c041370 View commit details
    Browse the repository at this point in the history
  4. [poincare] Add an Array class to factorize Matrix and Grid methods

    Change-Id: Ia61caf0bf182c1111119740d43d957f203c0975c
    HugoNumworks authored and EmilieNumworks committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    5224566 View commit details
    Browse the repository at this point in the history
  5. [poincare] Add a vector type for matrix product and norm operations

    Change-Id: I28b0956273f8c0a3a9bdc4389956caa106d6b8af
    HugoNumworks authored and EmilieNumworks committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    d8527b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    0de5c89 View commit details
    Browse the repository at this point in the history
  2. [poincare] Prevent system parenthesis text insertion

    Change-Id: I5963d2fda37ed9776059b29edced75f88b4ccb2b
    HugoNumworks authored and LeaNumworks committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    3ac3fba View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. [.github/workflows] CI: use msys2/setup-msys2 instead of

    numworks/setup-msys2
    EmilieNumworks authored and LeaNumworks committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    5eaea62 View commit details
    Browse the repository at this point in the history
  2. [ion/simulator] Temporarly increase stack size on simulator

    Change-Id: I0f27277ea704f81e316c7ff78fb7bed8c70ff4ae
    HugoNumworks authored and LeaNumworks committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    962136c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99e63ec View commit details
    Browse the repository at this point in the history
  4. [py] Support round on int

    RedGl0w authored and LeaNumworks committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    bd5cdb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. [graph] Change cursor initial position

    The cursor now initially aligns with the grid, and tries to avoid points
    where the function is not defined.
    
    Change-Id: Ie3b304281f5848102c2f3c0aa5c031b351418186
    GabrielNumworks authored and EmilieNumworks committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    5e679b7 View commit details
    Browse the repository at this point in the history
  2. [shared] Remove angleUnitVersion

    The angleUnitVersion check is no longer needed, as changing the angle
    unit with a trigonometric function set would leave the cursor hanging.
    
    Change-Id: I17d99c05daeacfec953865158cdfe7706635cd32
    GabrielNumworks authored and EmilieNumworks committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    56e03aa View commit details
    Browse the repository at this point in the history
  3. [i18n] Fix PT translation for imperial units

    Pint -> "Pinto"
    Cup -> "Copo"
    
    Change-Id: I96dea0c6f1551db617f017d2121aaf0f2b6d0095
    GabrielNumworks authored and EmilieNumworks committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4aa19cc View commit details
    Browse the repository at this point in the history
  4. [github/workflows] Update Metrics to remove NumWorksBot

    Change-Id: Icfd19cbad5472f6bf81a2a1accb88e79ab7a115b
    HugoNumworks authored and EmilieNumworks committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    110f333 View commit details
    Browse the repository at this point in the history
  5. [apps/sequence] Fix typo

    Change-Id: Ic34b84073ef268eaddfe4224c3171c9aaa7ca395
    HugoNumworks authored and EmilieNumworks committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    b08a29c View commit details
    Browse the repository at this point in the history
  6. [apps/sequence] Fix row offset when returning to previous menu

    Change-Id: Ic3eee6bb1ecb991b97dc9190fab95774938d294e
    HugoNumworks authored and EmilieNumworks committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    387d3c9 View commit details
    Browse the repository at this point in the history
  7. [apps/sequence] Factorize sequence row index offsets

    Change-Id: Id6fa632521858c48fe7d3daf35fd846bf24a05eb
    HugoNumworks authored and EmilieNumworks committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    cfc37f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. [poincare/zoom] Method NextUnit

    Change-Id: I8200c38fd44b662dcffa8e9850fc272f3e2dc7e8
    GabrielNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    e416297 View commit details
    Browse the repository at this point in the history
  2. [poincare/zoom] Preserve standard bound when normalizing

    Change-Id: I6d736e945eda6982ad26836763feded8a55134a0
    GabrielNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    540209f View commit details
    Browse the repository at this point in the history
  3. [poincare/zoom] Reduce the step for searching points of interest

    The algorithm to search for points of interest will miss some. We reduce
    the step to make it more precise, so that tan(x) and tan(x-90) have the
    same profile.
    
    Change-Id: Ia1bac1d4e7b98d2d6f36f8ce12ed9dac67d40198
    GabrielNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    ca9cb63 View commit details
    Browse the repository at this point in the history
  4. [poincare/zoom] Remember points of interest when refining

    Change-Id: I229cbffa2577d23bfa0a4c0632bc9ec32ae338e7
    GabrielNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    a418602 View commit details
    Browse the repository at this point in the history
  5. [poincare/zoom] Reduce zoom artifact

    Do not use the bounds of the interval when computing a refined range.
    As the bounds are often integers, the zoom would give strange result on
    some non-continuous functions (e.g. f(x) = x!).
    
    Change-Id: Ie127fe15191cb3951cff223adc8dc3172188c789
    GabrielNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    adf2834 View commit details
    Browse the repository at this point in the history
  6. [poincare/zoom] Ignore imprecise float value

    When looking for extrema in a function, we need to discard results where
    the function growth rate is smaller than the precision of the float type
    itself : these results are likely to be too noisy, and can cause false
    positives.
    e.g. : The sqrt(x^2+1)-x function
    
    Change-Id: I6e2c002d7308b41a4c226d274cbb5d9efe4ea7db
    GabrielNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    291b400 View commit details
    Browse the repository at this point in the history
  7. [poincare/zoom] Rework unit tests

    Change-Id: Id0ff36517d14710701f6a4c1cec8817442b6f946
    GabrielNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    229865a View commit details
    Browse the repository at this point in the history
  8. [poincare/zoom] Better handling of single points of interest

    Functions with a single point of inerest used to be drawn on a tiny
    interval around this point.
    Now, an orthonormal window is built around the point of interest, giving
    a much nicer view.
    
    Change-Id: I7793797aead2695532ddea44d93d62bb7ef870f4
    GabrielNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    4869383 View commit details
    Browse the repository at this point in the history
  9. [poincare/zoom] Update unit tests

    Change-Id: Ic108bfbacd54d43ef6c721589ada813ca648e88e
    GabrielNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    fdcccde View commit details
    Browse the repository at this point in the history
  10. [poincare/zoom] Fix coding style

    Change-Id: I263e1a95023f650376bf6a1c4bb45426d52d5e4c
    GabrielNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    746a781 View commit details
    Browse the repository at this point in the history
  11. [poincare/zoom] Update tests for the device

    Change-Id: Ied73829ff294dc243ca177c5c2acfb374a7446b9
    GabrielNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    ddfde60 View commit details
    Browse the repository at this point in the history
  12. [poincare/zoom] Float litterals

    Change-Id: Ifea5f356b9cee271c43b3d9b9168fd38db78d87a
    GabrielNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    2ba1941 View commit details
    Browse the repository at this point in the history
  13. [apps/regression] Fix angleUnit dependent coefficients for trigonomet…

    …ric model
    
    Change-Id: I8027c131b0fd7b020eb502168ac068a0b84da1e4
    HugoNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    c55eb6b View commit details
    Browse the repository at this point in the history
  14. [apps/regression] Use cmath for sin and cos functions

    Change-Id: I670eda49a73d9bf1d1d75194178344adda9b1014
    HugoNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    1025fd9 View commit details
    Browse the repository at this point in the history
  15. [apps/regression] Improve initial coefficient value

    Change-Id: I2026b8de7e031f7e22921be2def800fa71d7a4e4
    HugoNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    06d7104 View commit details
    Browse the repository at this point in the history
  16. [apps/regression] Add tests for Trigonometric regressions

    Change-Id: Ie4363d79a53c09369b24924b35bf26a66e9a8f93
    HugoNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    72e8ac7 View commit details
    Browse the repository at this point in the history
  17. [apps/regression] Compute numberOfPoints automatically

    Change-Id: I35a1902aeda06cc80ae8808d886b3e161bae8ad9
    HugoNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    e9662e4 View commit details
    Browse the repository at this point in the history
  18. [apps/regression] Remove TODO and update comment

    Change-Id: I049645e03c82e953dde14f363d113b718408efd5
    HugoNumworks authored and EmilieNumworks committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    1fd970f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. [upstream] Update

    quentinguidee committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    1347b1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff029ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f488b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bbba6c View commit details
    Browse the repository at this point in the history
  5. Merge pull request numworks#428 from Omega-Numworks/omega-bot-for-wor…

    …kflows
    
    [github/workflows] Omega-Robot for workflows
    quentinguidee authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    f0ecb4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68397ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f05547 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. [base.es.i18n] Translated some missing stuff to Spanish (numworks#430)

    * Update base.es.i18n
    
    * Update base.es.i18n
    
    * Update base.es.i18n
    
    * Update base.es.i18n
    
    * Update base.es.i18n
    
    * Update apps/home/base.es.i18n
    
    Co-authored-by: Quentin <[email protected]>
    
    Co-authored-by: Quentin <[email protected]>
    ThePythonGuy3 and quentinguidee authored Nov 28, 2020
    Configuration menu
    Copy the full SHA
    b343c5a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    bd22c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312c02f View commit details
    Browse the repository at this point in the history
  3. [py] Support round on int

    RedGl0w authored and LeaNumworks committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    3674278 View commit details
    Browse the repository at this point in the history
  4. [github/workflows] Update Metrics to remove NumWorksBot

    Change-Id: Icfd19cbad5472f6bf81a2a1accb88e79ab7a115b
    HugoNumworks authored and LeaNumworks committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    e295e9e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. [ion/simulator] Update calculator keyboard image

    Remove the "sto" from the x^y/sto->/F key, and add the % symbol to the
    Backspace key.
    GabrielNumworks authored and Ecco committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    71ac56f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. [poincare/logarithm] ln(0) = undef

    As a consequence, log(x,0) = ln(x)/ln(0) = undef
    GabrielNumworks authored and LeaNumworks committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    9775953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f09f06d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48bd7b6 View commit details
    Browse the repository at this point in the history
  4. [shared/continuous_function_cache] Detach cache from function

    When three functions or more, the third function and later don't use
    caching. But it is still possible for them to have been linked to a
    cache (for instance if previous functions had been deactivated earlier).
    To avoid a function tapping into another function's cache, we reset the
    cache.
    
    e.g. Define 3 functions f(x)=1, g(x)=2, h(x)=3, and deactivate f.
         Draw the graph, come back, reactivate f, then draw again.
    ---> The space between y=2 and y=3 will be filled with the color of h,
    as h "remembers" using cache n°2, wich currently contains the values of
    function g.
    GabrielNumworks authored and LeaNumworks committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    3501146 View commit details
    Browse the repository at this point in the history
  5. [shared/continous_function] Detach cache of inactive function

    When a function that had previously been cached is deactivated, its
    cache can be used by another function. When the function is reactivated,
    if it tries to reuse its previous cache, it will be filled with values
    from another function, and will not be cleared. By detaching the cache
    of a function that becomes inactive, we ensure that the next time this
    function is cached, the chache will be cleared.
    
    e.g. Define to functions f(x)=x, g(x)=-x, draw them both.
         Deactivate f, the redraw the graph
         Reactivate f, the draw again
    GabrielNumworks authored and LeaNumworks committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    9379795 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    591f47d View commit details
    Browse the repository at this point in the history
  7. [poincare/logarithm] Fix derivative domain of definition

    The logarithm function is undefined for negative numbers, but its
    derivative, the inverse function, is defined everywhere. We thus need to
    virtually limit the domain of definition of the derivative.
    GabrielNumworks authored and LeaNumworks committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    a178c88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    764d14f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1531f96 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b69f06b View commit details
    Browse the repository at this point in the history
  11. [escher] Moved repetition factor logic up in Escher from poincare

    Change-Id: I7c8f932e3e7d04c928ca881113ba6b5df05b94e7
    HugoNumworks authored and LeaNumworks committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    636e863 View commit details
    Browse the repository at this point in the history
  12. [escher/src] Add TODO comment

    HugoNumworks authored and LeaNumworks committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    8cd3fe6 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. [apps/statistics] Update wording

    Change-Id: I4e3a042e1da6c7264932ff87fba0529f7aa1091d
    HugoNumworks authored and LeaNumworks committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    f54c5a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. [poincare] Add ReductionContext to unaryFunctionDifferential

    Change-Id: I99ba90f8c38cab5d8fe2139f49e4f94c1d52d296
    GabrielNumworks authored and EmilieNumworks committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    f329ca8 View commit details
    Browse the repository at this point in the history
  2. [poincare/trigonometry] Method UnitConversionFactor

    Change-Id: I4ef3e4404071a305354b572e15e5199040f9bf48
    GabrielNumworks authored and EmilieNumworks committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    64208a7 View commit details
    Browse the repository at this point in the history
  3. [poincare/derivative] Fix derivative of trigonometric functions

    The classic differentiation forumals for trigonometric functions assume
    a variable in radians. A multiplicative constant must be added when
    another unit is used.
    
    Change-Id: Iec428acd7d93e415fddb184300437ae09d1d997c
    GabrielNumworks authored and EmilieNumworks committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    a113801 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f0a18f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a47207 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. [poincare/derivative] Reduce before replacing symbol

    The general formula for deriving a power makes use of the logarithm,
    which often disappears at simplification. However, replacing the symbol
    before simplifying can lead to applying an invalid argument to the
    logarithm, making the whole expression invalid.
    
    e.g. diff(1/x,x,-2)
         If x is replaced by -2 before reducing the power derivative, ln(-2)
    will reduce to Unreal, as will the rest of the expression.
    GabrielNumworks authored and EmilieNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    3f6e444 View commit details
    Browse the repository at this point in the history
  2. [NL] translation fixes

    MartijnNumworks authored and EmilieNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    76eb155 View commit details
    Browse the repository at this point in the history
  3. [poincare/derivative] Derivate special numbers

    Derivate the numbers Undefined, Unreal, Infinity symbolically :
      Undefined -> Undefined
      Unreal    -> Unreal
      Infinity  -> Undefined
    GabrielNumworks authored and EmilieNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    7ae0397 View commit details
    Browse the repository at this point in the history
  4. [poincare/unreal] Type in derivate method

    Unreal's derivate method returns true, to signify that it is unchanged
    by the derivation operation. This implementation mostly exists for
    documentation, as an Unreal derivand will be handled by the
    defaultShallowReduce method.
    GabrielNumworks authored and EmilieNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    bd302bb View commit details
    Browse the repository at this point in the history
  5. [shared] Add forceChangeY parameter to normalize()

    Change-Id: Iff5417cd765f3fd09825b81cb41f883530b39233
    GabrielNumworks authored and LeaNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    6e9195f View commit details
    Browse the repository at this point in the history
  6. [graph] Preserve default X range

    When computing the automatic zoom, if the X axis has integer bounds
    (most likely because the range has been built to be orthonormal), do not
    add margins to the X axis, so that it keeps user friendly values.
    
    Change-Id: I49d99b79c68fbd8a49e5c2521b250c40aad75d48
    GabrielNumworks authored and LeaNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    ff220b7 View commit details
    Browse the repository at this point in the history
  7. [shared] Remove const qualifiers from interestingRanges

    Change-Id: I794aa144af9dc9eab3090eea7fd54a7cdac2fd68
    GabrielNumworks authored and LeaNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    a885802 View commit details
    Browse the repository at this point in the history
  8. [graph] Take margins into account for normalization

    When building an orthonormal range for the automatic zoom, we provide a
    ratio for the screen without the margins. This way, adding the margins
    will make the graph orthonormal, and the banner cannot cover the
    function.
    
    Change-Id: If3a3f799d4e7e3e81ab77c6b418d70b734a6fbca
    GabrielNumworks authored and LeaNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    c89a7bc View commit details
    Browse the repository at this point in the history
  9. [shared] Do not compute range for convoluted functions

    Evaluating a function containing a sequence, an integral or a
    derivative, is time consuming. Computing a range requires a plethora of
    evaluations, as such ranges for these functions cannot be evaluated in a
    timely fashion.
    
    Change-Id: I088a0e896dbc26e6563291cafdfe9ceba36dd5d0
    GabrielNumworks authored and LeaNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    b1da603 View commit details
    Browse the repository at this point in the history
  10. [poincare/zoom] Change weight function in RangeWithRatioForDisplay

    Change-Id: I21520d8220083b40baa2e4928632632f2b73cb9b
    GabrielNumworks authored and LeaNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    7f63daa View commit details
    Browse the repository at this point in the history
  11. [solver] Change angle unit before test

    A test in equation_solve relies on the angle unit being set to Degree,
    but doesn't actually set it. Changing the angle unit to another one in a
    test prior would break this test.
    
    Change-Id: I6785b087f171d46226d484ebaa3ebdc9e791cedc
    GabrielNumworks authored and LeaNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    1e7baba View commit details
    Browse the repository at this point in the history
  12. [shared] Create helper functions for ranges

    These functions are used to test the full algorithm used to compute
    ranges.
    
    Change-Id: I48069e245aa6e879f66aecc29709fc6f992f5220
    GabrielNumworks authored and LeaNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    a9aeae9 View commit details
    Browse the repository at this point in the history
  13. [graph] Add tests for the full range computation

    Change-Id: I040a36c035ec75ee950f1998667b70a417dea2f3
    GabrielNumworks authored and LeaNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    f3b770c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    316d054 View commit details
    Browse the repository at this point in the history
  15. [poincare/zoom] Redraft search of orthonormal range

    To find the optimal range with a specified ratio, we compute the values
    of the function on a default range, then center the Y axis to display
    the maximum number of points of the function.
    GabrielNumworks authored and LeaNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    072fdda View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8726bbd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1f8ab10 View commit details
    Browse the repository at this point in the history
  18. [shared] Rename methods

    GabrielNumworks authored and LeaNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    ffebd2e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    71be09b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    89979b4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    55f21f1 View commit details
    Browse the repository at this point in the history
  22. build: Version 15.1.0

    EmilieNumworks committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    0f95b57 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    c3ceb00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe4e2e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0f40f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e17ff84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    357db44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a08e3e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c28a519 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. [poincare/zoom] Helper method SetZoom

    Create a method SetZoom to zoom in and out on a window.
    GabrielNumworks authored and EmilieNumworks committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    71070ee View commit details
    Browse the repository at this point in the history
  2. [shared/interactive_curve_view_range] Factor zoom

    The zoom method to zoom in and out on a curve view make use of the
    SetZoom method in Poincare::Zoom.
    GabrielNumworks authored and EmilieNumworks committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    3cdb076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    625a89e View commit details
    Browse the repository at this point in the history
  4. [poincare/zoom] Method ExpandSparseWindow

    This method is used to remove extraneous empty sapce in the middle of
    the window for functions that are discontinuous between their points of
    interest.
    GabrielNumworks authored and EmilieNumworks committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    35bfb8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    185c780 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94b2da8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79e59f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e31859 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78cb340 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f202a4f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. [poincare/expression] Fix solutions to e^x=0

    Because of the limitations of the floating-point representation, e^x is
    null for x <= 710, causing the nextRoot functions to find roots for it.
    To prevent this, we looking for places where a function changes sign, we
    actually require the function to take two non-null values of different
    signs.
    GabrielNumworks authored and EmilieNumworks committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    c7b758f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efbbbe9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    56a6917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7646f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7bbb25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10c296e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    479f345 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    af3b2d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2445678 View commit details
    Browse the repository at this point in the history
  3. build: Version 15.2.0

    LeaNumworks authored and EmilieNumworks committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    60f8752 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

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

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    fa523c2 View commit details
    Browse the repository at this point in the history
  2. [poincare/unit] Handle kelvin with prefix

    Units derived from kelvin (mK, cK, ...) were handled like Celsius and
    Fahrenheit, causing a bug where multiplications such as 2*pi*_cK to
    simplify as undef.
    GabrielNumworks authored and EmilieNumworks committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    9b3f7ed View commit details
    Browse the repository at this point in the history
  3. [poincare/unit] Add test

    GabrielNumworks authored and EmilieNumworks committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    02d7a02 View commit details
    Browse the repository at this point in the history
  4. [shared/interact_curve_view_range] Check orthonormality after zoom

    Zooming in and out on a graph usually preserves orthonormality. However,
    if the window has its bounds close to the limits for the values on the
    axes, zooming can change the ratio.
    GabrielNumworks authored and EmilieNumworks committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    e9c953f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bc9579 View commit details
    Browse the repository at this point in the history
  6. [poincare/src] Use reduce before removeUnit

    With deepReduce(), when a simplifiaction was interrupted, expression could
    contain Undefined children, which would trigger the assert in
    removeUnit(). With reduce(), if a simplification is interrupted, the
    entire expression becomes Undefined, which is handled by removeUnits().
    HugoNumworks authored and EmilieNumworks committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    7146eff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e09bd0a View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. [shared/interactive_curve_view_range] Change normalization tolerance

    The loss of significance that occurs when subtracting the bounds of the
    axes must be taken into account when asserting whether the range is
    orthonormal.
    GabrielNumworks authored and EmilieNumworks committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    ea4770f View commit details
    Browse the repository at this point in the history
  2. [statistics] Fix glitch with histogram parameters

    In the window to change the histogram parameters, it was possible to set
    a rectangle width that was considered valid, but would make the starting
    abscissa invalid, while triggering no error message. The message would
    only show if the user closed the window and opened it again.
    e.g. : Set a series with only one value 1e10
           Change its starting abscissa to 0
           Change its rectangle width to 1, confirm and close the menu
           Re-open the menu, a message appears, and stays onscreen when
    leaving the menu.
    GabrielNumworks authored and EmilieNumworks committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    5ce5f4f View commit details
    Browse the repository at this point in the history
  3. [poincare/unit] Fix temperature conversion

    The program would crash when trying to evaluate a unit conversion of the
    form "x→_U" where U was a unit of temperature and x did not have any
    unit.
    GabrielNumworks authored and EmilieNumworks committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    fff514d View commit details
    Browse the repository at this point in the history
  4. [poincare/parametered_expression] Fix variables detection

    The method getVariables would not correctly remove the parameter from
    the list of variables.
    e.g. In the expression "box+y×int(z,x,0,1)", when trying to remove x
    from the list of variables, the letter x would be removed from the name
    "box" instead.
    GabrielNumworks authored and EmilieNumworks committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    48d9358 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d26ba02 View commit details
    Browse the repository at this point in the history
  6. [poincare/function] getVariables always gets the argument

    When applied to a function f(x) = constant, the method getVariables
    would not find any, as the search is performed on the function's
    definition.
    Thus, when using the "Fill with formula" tool in Statistics, if the
    formula to fill V1 is "V1=f(V2)", the formula will be considered
    constant and applied to all values in V1. However, if V1 is longer than
    V2, the program will attempt to read undefined values of V2.
    With this change, the formula will only be applied to lines in V1 for
    which there is a corresponding line in V2.
    GabrielNumworks authored and EmilieNumworks committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    4209f0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6c91f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. [NL] fix translations

    MartijnNumworks authored and LeaNumworks committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    7a6c0e6 View commit details
    Browse the repository at this point in the history
  2. [NL] fix omission sigma in toolbox

    While changing from using sigma squared to just sigma I guess we deleted one character too much.
    MartijnNumworks authored and LeaNumworks committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    f449db6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    d022231 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89107da View commit details
    Browse the repository at this point in the history
  3. [shared] InteractiveCurveViewRange::isOrthonormal

    The old method isOrthonormal has been split into two :
      - shouldBeNormalized tests whether the range is close enough to a
        normal range
      - isOrthonormal tests whether the range is strictly orthonormal, but
        takes into account imprecisions of floating-point arithmetic
    GabrielNumworks authored and LeaNumworks committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    89c5050 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abefc80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    878685b View commit details
    Browse the repository at this point in the history
  6. [interactive_curve_view_range] Fix isOrthonormal when using Navigate

    The method isOrthonormal takes into account the "offscreen" portion of
    the Y axis. This fixes a bug where zooming when using the Navigate
    option would remove the orthonormality marker while the graph was still
    orthonormal.
    GabrielNumworks authored and LeaNumworks committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    5b106f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    990c45b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f0c7a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a42208f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8372234 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e7d93b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    e8887a4 View commit details
    Browse the repository at this point in the history
  2. build: Version 15.3.0

    EmilieNumworks committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    49b74fb View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    ed2d5e3 View commit details
    Browse the repository at this point in the history
  2. build: Version 15.3.1

    EmilieNumworks committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    11ef4bd View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. [Update] Epsilon 15.3.1

    RedGl0w committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    9b17d1b View commit details
    Browse the repository at this point in the history
  2. [Theme] Fix button_state

    RedGl0w committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    738a477 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Merge pull request numworks#445 from RedGl0w/omegaE15

    [Update] Epsilon 15.3.1
    quentinguidee authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    11f41a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb9f9e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a3754a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    134f1da View commit details
    Browse the repository at this point in the history
  5. Fix display issue

    RedGl0w committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    917e753 View commit details
    Browse the repository at this point in the history
  6. Fix external apps display

    RedGl0w committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    7144923 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Merge pull request numworks#446 from RedGl0w/omegaE15

    Fix home external apps display and accessibility
    quentinguidee authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    0c01ccb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    40b8131 View commit details
    Browse the repository at this point in the history
  2. [code] Fix movement in input

    RedGl0w committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    44fc944 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b74553 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Merge pull request numworks#449 from RedGl0w/someFixOnOmega21

    Some fix on omega21
    quentinguidee authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    5e91b12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1354b3e View commit details
    Browse the repository at this point in the history
  3. Added env var for omega state

    RedGl0w committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    61646cc View commit details
    Browse the repository at this point in the history
  4. Merge pull request numworks#451 from RedGl0w/someFixOnOmega21

    Added env var for omega state
    quentinguidee authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    8599764 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

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

Commits on Feb 6, 2021

  1. Configuration menu
    Copy the full SHA
    61a015b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f380ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d35e939 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a45b3d View commit details
    Browse the repository at this point in the history
  5. [ci] Made CI run on push

    M4xi1m3 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    ec0e72f View commit details
    Browse the repository at this point in the history
  6. [ci] Fixed invalid YML

    M4xi1m3 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    da3c4a4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request numworks#461 from M4xi1m3/fix-ci

    [Fix] Make CI work again
    M4xi1m3 authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    51ef7d7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request numworks#452 from ArtichOwO/omega-dev

    [themes] Wrong colors in Omega Dark
    M4xi1m3 authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    3227e7c View commit details
    Browse the repository at this point in the history
  9. Merge pull request numworks#460 from RedGl0w/omegaHomeFix

    [Fix] Select last app with incomplete row in home
    M4xi1m3 authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    3e3a634 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7733378 View commit details
    Browse the repository at this point in the history
  11. [ion/3ds] Added CIA target

    M4xi1m3 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    fda0848 View commit details
    Browse the repository at this point in the history
  12. [ci] Build 3ds CIA

    M4xi1m3 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    9773c09 View commit details
    Browse the repository at this point in the history
  13. Merge pull request numworks#462 from M4xi1m3/3ds-simu-fix

    [ion/3ds] Works again, added CIA target
    M4xi1m3 authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    875b7b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

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

Commits on Feb 8, 2021

  1. [makefiles] Fix epsilon_run on windows

    RedGl0w authored and Ecco committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    37f78c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. [poincare/parser] Use infinity symbol

    - Use infinity symbol
    - Parse inf, oo, infity
    LeGmask committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    763ce87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3919049 View commit details
    Browse the repository at this point in the history
  3. Merge pull request numworks#465 from LeGmask/infinity

    [poincare/parser] Use infinity symbol
    M4xi1m3 authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    540c87c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76e1bf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1728498 View commit details
    Browse the repository at this point in the history
  6. Merge pull request numworks#468 from M4xi1m3/i18n-fix

    [i18n] Fixed missing / duplicate entries.
    M4xi1m3 authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    f6c9bb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    491c873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    135a56b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef3682b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b09da48 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    085c903 View commit details
    Browse the repository at this point in the history
  2. Merge pull request numworks#471 from M4xi1m3/mk-app-check

    [build] Throw an error when user is missing apps
    M4xi1m3 authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    77ec00b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    6f3cb70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6628b54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c51ab2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request numworks#477 from gkelly/posix-shells

    [build] Remove bash-ismes
    M4xi1m3 authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    d83e712 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. [readme] Added French README (numworks#475)

    Co-authored-by: Quentin <[email protected]>
    Co-authored-by: Maxime FRIESS <[email protected]>
    3 people authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    fcc803d View commit details
    Browse the repository at this point in the history
  2. Merge pull request numworks#473 from M4xi1m3/omega-dev

    [external] Fixed numworks#454
    M4xi1m3 authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    0250ad8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

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

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    a77028a View commit details
    Browse the repository at this point in the history
  2. Merge pull request numworks#480 from M4xi1m3/omega-dev

    [ion/web] Fixed emscripten EGL error
    M4xi1m3 authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    a540ef8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request numworks#470 from RedGl0w/omegaCIFix

    Fix tests with omega and inf new symbol
    M4xi1m3 authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    d0e0ee6 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. [ion] New icon for the macOS simulator (numworks#464)

    * New icon for the macOS simulator!!
    
    * Added a shadow to the macOS icon
    ArtichOwO authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    7301781 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    0a807c3 View commit details
    Browse the repository at this point in the history
  2. [ion] Icon for the AUR repo (numworks#484)

    flat design this time
    ArtichOwO authored Feb 21, 2021
    Configuration menu
    Copy the full SHA
    41554ca View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. [apps] Fixed numworks#456

    M4xi1m3 committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    ba6ee3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e7cf88 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. [ion/android] Fix numworks#489

    M4xi1m3 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    f274b34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request numworks#490 from M4xi1m3/jni-crash

    [ion/android] Fix numworks#489
    M4xi1m3 authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    27ea26b View commit details
    Browse the repository at this point in the history
  3. Merge pull request numworks#479 from Calvineries/omega-dev

    ScriptSize French Translation
    M4xi1m3 authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    4926e27 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

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

Commits on Feb 27, 2021

  1. [external] Fixed numworks#492

    M4xi1m3 committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    30f1d84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request numworks#493 from M4xi1m3/patch-492

    [external] Fixed numworks#492
    M4xi1m3 authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    ea71a83 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Merge pull request numworks#474 from M4xi1m3/units

    Fixed python in debug and -j build issues
    M4xi1m3 authored Feb 28, 2021
    Configuration menu
    Copy the full SHA
    af1be64 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Merge pull request numworks#491 from RedGl0w/omegaUsernameHidden

    [Settings] Always compile with empty username, and don't dipslay
    M4xi1m3 authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    668bd6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request numworks#469 from RedGl0w/omegaSingleQuote

    [Poincare/parser] support ' as derivative
    M4xi1m3 authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    b3bba17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c988233 View commit details
    Browse the repository at this point in the history
  4. Merge pull request numworks#495 from M4xi1m3/omega-atomic

    [apps] Replaced atom with atomic
    M4xi1m3 authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    acd80f0 View commit details
    Browse the repository at this point in the history
  5. credit name update

    A2drien committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    cabc1a9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request numworks#498 from A2drien/credit-name

    Update contributor and tester names (Omega 1.21)
    M4xi1m3 authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    a25ebc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. [Inliner] Fixed memory leak

    RedGl0w authored and EmilieNumworks committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    4718ff8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7f7bbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f380bf View commit details
    Browse the repository at this point in the history
  4. [apps/settings] Fix numworks#151

    M4xi1m3 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    b08f793 View commit details
    Browse the repository at this point in the history
  5. Merge pull request numworks#499 from M4xi1m3/patch-151

    Fixed issues with settings
    M4xi1m3 authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    35c4c7f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. [apps/code] Fix French translation mistakes (numworks#500)

    Corrected a few French translation issues in Python catalogue (lis -> lit; écris -> écrit)
    Yolwoocle authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    ca6a0bd View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. [pyUSB] Update to V1.1.1 a54ebc7

    RedGl0w authored and EmilieNumworks committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    cf8ecfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b8db10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b57f31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8feb8e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Updated atomic

    M4xi1m3 committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    8a400b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73585d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    83e6fc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request numworks#504 from quentinguidee/omega-dev-atomic-t…

    …heme
    
    [themes] Change Atomic app theme
    M4xi1m3 authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    32f567c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Merge pull request numworks#505 from numworks/master

    Pull epsilon master
    M4xi1m3 authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    d95b50a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20d7094 View commit details
    Browse the repository at this point in the history