Commit Graph

10057 Commits

Author SHA1 Message Date
redgl0w
3e91ba0f80 Update layout_events.h 2019-12-24 09:22:27 +01:00
redgl0w
f838d31ec1 Update events_modifier.cpp 2019-12-24 09:21:14 +01:00
redgl0w
bb83ec9b76 Update text_area.cpp 2019-12-24 09:20:33 +01:00
redgl0w
a680bb5aa2 Update layout_field.cpp 2019-12-24 09:19:12 +01:00
redgl0w
eb28aabd75 Removed experiment 2019-12-22 11:18:52 +01:00
redgl0w
c903e674d3 Remove %
Removed % and put again the remove glyph
2019-12-22 11:14:56 +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
Quentin
42d8a9da55 [1.15.4] Updated Epsilon O1.15.4-E12 2019-11-12 00:49:33 +01:00
Quentin
240b45f658 Merge remote-tracking branch 'upstream/master' into omega-master 2019-11-12 00:39:16 +01:00
Quentin
af6c6e9ed8 Updated Atom O1.15.3-E12 2019-11-12 00:35:24 +01:00
Quentin
792cb902d4 [1.15.2] Make binpack target work, changed logo O1.15.2-E12 2019-11-12 00:31:25 +01:00
Quentin
5f9361d268 Merge branch 'M4xi1m3-omega-master' into omega-master 2019-11-12 00:30:26 +01:00
M4x1m3
699c710443 [readme] Added instructions for the binpack. 2019-11-11 08:34:27 +01:00
M4x1m3
1bfbd461dd [apps/on_boarding] Changed the logo to omega's one. 2019-11-11 08:32:12 +01:00
M4x1m3
79e448af07 [build] Made target binpack work again. 2019-11-10 22:50:48 +01:00