Commit Graph

10065 Commits

Author SHA1 Message Date
Quentin Guidée
cbb2fb2a19 Merge remote-tracking branch 'upstream/master' into omega-dev 2019-11-19 20:13:56 +01:00
Quentin
9b2b0eeec7 Update README.md O1.16.0-E12 2019-11-19 18:23:17 +01:00
Romain Goyet
7607c4cba4 [python/modion] Use constants to identify keys 2019-11-19 10:08:16 +01:00
Romain Goyet
9d66b23848 [python] Add an ion module 2019-11-19 10:08:16 +01:00
Romain Goyet
190e31ef4a [python] Fix source file names 2019-11-19 10:08:16 +01:00
Romain Goyet
15f7f7678b [poincare] Make sure SharedStaticPool is initialized to null pointer 2019-11-19 10:08:16 +01:00
Romain Goyet
5ef2200ffc [ion/simulator/web] Remove a hack
Using SDL2, we don't need to preventdefault on space/arrow keydown
And if we do, we don't get "space" events in the simulator.
2019-11-19 09:45:00 +01:00
Émilie Feral
84c6c02192 [sequence] Sequence::sumBetweenBounds: avoid repetitive evaluations of std::round 2019-11-18 14:20:47 +01:00
Émilie Feral
269f479c29 [sequence] Fix Sequence::sumBetweenBounds 2019-11-18 14:20:47 +01:00
Quentin
aebcfb666a Update README.md 2019-11-17 21:23:43 +01:00
Quentin
7a6794544e Update README.md 2019-11-17 20:28:19 +01:00
Quentin
0d9228949b Update README.md 2019-11-17 20:02:24 +01:00
Quentin
82a9698eac Update README.md 2019-11-17 17:58:24 +01:00
Quentin
aa275ad17a Update README.md 2019-11-17 17:00:38 +01:00
Quentin Guidée
ea11b2a920 Merge branch 'RedGl0w-omega-master' into omega-master 2019-11-17 14:18:25 +01:00
Quentin Guidée
c31d3e3712 [1.16.0] You can now change the multiplication sign 2019-11-17 14:17:38 +01:00
Quentin Guidée
aa9854b330 Work in progress: resolve conflicts + settings easier 2019-11-17 14:04:53 +01:00
redgl0w
99a1b6636c Update symbol_controller.cpp 2019-11-17 13:17:42 +01:00
redgl0w
22ebb05e76 Update base.de.i18n 2019-11-17 13:16:28 +01:00
redgl0w
611bc0231a Update base.es.i18n 2019-11-17 13:16:06 +01:00
redgl0w
343afc9110 Update base.pt.i18n 2019-11-17 13:14:23 +01:00
redgl0w
3a5e235d17 Update base.en.i18n 2019-11-17 13:13:28 +01:00
Quentin Guidée
42fb6d8a2f [1.15.6] Reordered settings O1.15.6-E12 2019-11-17 12:55:36 +01:00
Quentin Guidée
379095f949 Merge branch 'MixedMatched-omega-master' into omega-master 2019-11-17 12:46:03 +01:00
redgl0w
88f861a68b Update symbol_controller.cpp 2019-11-17 08:20:12 +01:00
redgl0w
ff296b44cf Update apps/settings/sub_menu/symbol_controller.cpp
Co-Authored-By: Quentin <quentin.guidee@gmail.com>
2019-11-17 08:18:31 +01:00
redgl0w
1e8b69e81e Update apps/settings/base.en.i18n
Co-Authored-By: Quentin <quentin.guidee@gmail.com>
2019-11-17 08:16:44 +01:00
redgl0w
6c7db30b8a Update apps/settings/base.fr.i18n
Co-Authored-By: Quentin <quentin.guidee@gmail.com>
2019-11-17 08:16:36 +01:00
redgl0w
cc591fd0d6 Update symbol_controller.cpp 2019-11-17 08:05:24 +01:00
MixedMatched
85dfba7ba3 [apps/settings] Fix I18n references that I wrote wrong 2019-11-16 20:41:31 -05:00
MixedMatched
4835774d66 [apps/settings] Fix warning for about_controller 2019-11-16 20:33:44 -05:00
MixedMatched
5e1dc3b575 [apps/settings] Add math_options_controller and amend it into main_controller and makefile 2019-11-16 20:33:11 -05:00
MixedMatched
22fc417acc [apps/settings] Add MathOptions translation 2019-11-16 20:31:34 -05:00
MixedMatched
9ae4e3a65a [apps/settings] Revise model() for math submenu 2019-11-16 20:31:07 -05:00
Quentin Guidée
76473e9490 [1.15.5] Updated Epsilon O1.15.5-E12 2019-11-15 18:11:23 +01:00
Quentin Guidée
72cf218ef4 [1.15.5] Updated Epsilon 2019-11-15 18:04:13 +01:00
Émilie Feral
90b3e52c0c [poincare] Fix multiplication symbol before Symbol Expression
This makes consistent 2x and 2θ (sign omission in both cases).
2019-11-14 10:27:25 +01:00
Léa Saviot
a3da08323b [poincare/decimal] Don't always check mantissa length when removing 0s 2019-11-13 16:07:10 +01:00
Léa Saviot
e4afdc475d [poincare/decimal] Fix engineering notation that removed too many zeroes 2019-11-13 16:07:10 +01:00
Léa Saviot
276af2ccce [poincare/test] Test engineering notation 2019-11-13 16:07:10 +01:00
Émilie Feral
6135fced52 [poincare] Power: always reduce (a^b)^(-1) 2019-11-13 15:54:46 +01:00
Léa Saviot
cfdc6344bf [simulator] Increase stack size in debug mode
This way we can try the tests in DEBUG mode
2019-11-13 15:38:17 +01:00
Léa Saviot
5c070355ad [ion/simulator] Fix missing include
Compilation failed for DEBUG=1
2019-11-13 15:38:17 +01:00
Émilie Feral
5d283a3a3c [build] Add missing EMSCRIPTEN_ASYNC_SYMBOLS 2019-11-13 14:26:13 +01:00
Ruben Dashyan
bb83f057fe [apps/shared/values_controller] Simplify didChangeCell
Shift by m_firstMemoizedRow earlier.
2019-11-13 09:38:07 +01:00
Ruben Dashyan
ecde47784c [apps/shared/values_controller] Avoid extra calls to numberOfMemoizedColumn 2019-11-13 09:38:07 +01:00
Ruben Dashyan
be6b9d804c [apps/graph/values_controller] Fix assertion in plotTypeAtColumn 2019-11-13 09:38:07 +01:00
Ruben Dashyan
3677e7b191 [apps/graph/values_controller] Fix absoluteColumnForValuesColumn
Abscissa columns that should not appear in the table were counted
2019-11-13 09:38:07 +01:00
Romain Goyet
b846308866 [simulator/android] Bump compileSdkVersion and targetSdkVersion 2019-11-12 16:00:45 +01:00
Romain Goyet
5eb0e4f3ff [simulator/android] Use NDK version 16 when available 2019-11-12 16:00:45 +01:00