Commit Graph

  • c8e2b0d2be [liba] Define ssize_t and offsetof Romain Goyet 2017-07-30 12:36:01 +02:00
  • 750b51dd2f [liba] Proper testing of type signedness Romain Goyet 2017-07-30 11:52:42 +02:00
  • 4e08d520da [escher] TextArea can now edit its content Romain Goyet 2017-08-04 17:27:37 +02:00
  • f9b44b8e7b [escher] ScrollView::scrollToContentRect Romain Goyet 2017-08-04 17:26:42 +02:00
  • 614b623a2b [kandinsky] KDRect::topLeft and bottomRight Romain Goyet 2017-08-04 17:26:15 +02:00
  • 19cf3a4958 [apps] Add a code app Romain Goyet 2017-08-03 23:28:56 +02:00
  • 20e1554a13 [escher] First working TextArea implementation Romain Goyet 2017-08-03 23:28:24 +02:00
  • cbc78460ac [kandinsky] KDContext::drawString can take a max length Romain Goyet 2017-08-03 23:26:29 +02:00
  • 5a4fc8af5d [escher] ScrollableView can now scroll in both directions Romain Goyet 2017-08-03 23:25:47 +02:00
  • 298a308f36 [escher] Add a TextArea view Romain Goyet 2017-08-03 18:41:17 +02:00
  • f21428e20f [liba] More detailed README for the externals Romain Goyet 2017-08-03 14:59:34 +02:00
  • c84b378b8b [liba] Add a double-precision libm Romain Goyet 2017-08-03 14:52:20 +02:00
  • a1f1e2df6a [liba] isinf/isnan both work on double Romain Goyet 2017-08-03 14:51:00 +02:00
  • 878518b697 Merge "[poincare] Evaluation return numerical matrix" Émilie Feral 2017-08-03 13:50:04 +02:00
  • f73ddcd08f [poincare] Evaluation return numerical matrix Émilie Feral 2017-07-31 14:35:57 +02:00
  • e655adb36a [liba] Remove some softfloat warnings Romain Goyet 2017-08-03 13:19:18 +02:00
  • 42e5a45539 [liba] Rename a libm file Romain Goyet 2017-08-03 12:12:04 +02:00
  • 27b9675709 [liba] Nicer port softfloat.h header Romain Goyet 2017-08-03 11:27:58 +02:00
  • 70b9f41de9 [liba] Implement AEABI double helpers using the softfloat library Romain Goyet 2017-08-03 11:07:49 +02:00
  • 9659243a5b [liba] Add fast/least integer type definitions Romain Goyet 2017-08-03 10:48:19 +02:00
  • 42deac0770 [liba] stdbool.h defines true and false Romain Goyet 2017-07-30 15:14:24 +02:00
  • d92eb6866d Merge changes I0d6b9119,I27e450d0 Émilie Feral 2017-08-02 10:45:03 +02:00
  • c0040d9aae [libaxx] Add operator new[] and delete[] Romain Goyet 2017-08-02 09:56:19 +02:00
  • ac2edbb2b9 [poincare] Fix bug in transpose Émilie Feral 2017-07-31 11:27:57 +02:00
  • ac8df4f791 [apps] Fix bug: redraw window if alpha shift mode has changed Émilie Feral 2017-07-28 11:28:39 +02:00
  • f68b40d99d [apps/proba] Enable to inverse finite integral calculation for normal law Émilie Feral 2017-07-11 10:57:31 +02:00
  • f48d65e85f [apps/probability] Handle more events on calculation page Émilie Feral 2017-07-10 18:29:32 +02:00
  • 2468a6d9c3 [apps/shared] Correct drawHistogram Émilie Feral 2017-07-10 17:43:55 +02:00
  • 6510fafe77 [apps/proba] Add a new calculation for discrete laws Émilie Feral 2017-07-10 16:54:25 +02:00
  • 277170fd9d [apps/probability] Improve the calculation selection button Émilie Feral 2017-07-10 14:26:22 +02:00
  • 1d03c422d2 Merge "[poincare] Clean trigo tests" Émilie Feral 2017-07-28 10:19:22 +02:00
  • 9ca27fa2b1 Merge "[apps/probability] Fix edge case in uniform law" Émilie Feral 2017-07-28 10:19:20 +02:00
  • 0588074174 Merge "[apps] Clean dispatch event apps container" Émilie Feral 2017-07-28 10:19:18 +02:00
  • 018013e323 Merge changes I4fcc116c,I2033a99f,I6dd667fb Émilie Feral 2017-07-28 10:19:15 +02:00
  • 70174638df [ion] Fix sending events to emscripten build Romain Goyet 2017-07-21 15:12:18 +02:00
  • 80c6d052f2 [ion] Emscripten display uses an internal framebuffer Romain Goyet 2017-07-21 14:02:12 +02:00
  • 0a6e223230 [kandinsky] Inline KDColor::red, green and blue Romain Goyet 2017-07-21 14:00:50 +02:00
  • 42123dd03d KDImage now takes a KDColor buffer as pixel data Romain Goyet 2017-07-21 09:54:38 +02:00
  • e1a635a9a8 [poincare] Clean trigo tests Émilie Feral 2017-07-10 10:25:08 +02:00
  • 93baed09d4 [apps/probability] Fix edge case in uniform law Émilie Feral 2017-07-10 10:11:32 +02:00
  • 1011fae644 [apps] Clean dispatch event apps container Émilie Feral 2017-06-30 15:21:28 +02:00
  • cb8a18e551 [apps/hardware_test] Clean plugging USB test Émilie Feral 2017-06-30 13:42:34 +02:00
  • e0f2fcb2f6 [escher] App can have timers that are ticked when the app is active Émilie Feral 2017-06-30 11:21:33 +02:00
  • 2900b901ba [ion] Clean alpha shift event modifiers Émilie Feral 2017-06-30 10:42:30 +02:00
  • e97e2607ad [apps/hardware] Add schematic instruction for USB plugging Émilie Feral 2017-06-29 15:12:28 +02:00
  • 53c4c20be4 [apps/hardware_test] Create an arrow view Émilie Feral 2017-06-29 15:01:47 +02:00
  • fdd6b9992b [apps/i18n] Fix bug in language Émilie Feral 2017-06-29 11:27:40 +02:00
  • 4c3e62e6a5 Fix LCD timings Romain Goyet 2017-06-29 11:26:13 +02:00
  • 602647a0c6 Merge "Avoid resetting the timers if the event is not a keyboard one" Émilie Feral 2017-06-28 16:25:23 +02:00
  • 23b20e0b2e Avoid resetting the timers if the event is not a keyboard one Romain Goyet 2017-06-28 11:19:42 +02:00
  • 34d461d6d7 [poincare] Fix bug in convert float to text Émilie Feral 2017-06-27 15:53:23 +02:00
  • 8ddf3e72d8 [poincare] Add test on convert float to text Émilie Feral 2017-06-27 10:14:18 +02:00
  • a60dc64598 [poincare/test] Clean warning Émilie Feral 2017-06-27 10:13:56 +02:00
  • 54d985b676 [kandinsky/test] Repare test on rect union Émilie Feral 2017-06-27 10:13:04 +02:00
  • 9f82e9b4c4 [apps/probability] Fix bug: do not reload data when toolbox is dismissed Émilie Feral 2017-06-27 09:59:21 +02:00
  • 2efe8e724a [poincare] Fix bug in converting float to text Émilie Feral 2017-06-26 17:10:38 +02:00
  • be7b20e5a0 Proper letter ordering in the serial number Romain Goyet 2017-06-21 18:18:52 +02:00
  • b64a4110af Change name: Algebric -> Cartesian Émilie Feral 2017-06-21 13:11:08 +02:00
  • 9a8c65bab5 [poincare] Fix bug in complex layout Émilie Feral 2017-06-21 11:22:53 +02:00
  • 8be899b19a [ion] Repare blackbox Émilie Feral 2017-06-20 15:32:05 +02:00
  • e37f1418e5 Clean DEBUG macro Émilie Feral 2017-06-16 15:08:14 +02:00
  • 51437f0b4f Define OS_WITH_SOFTWARE_UPDATE_PROMPT according to PLATFORM Émilie Feral 2017-06-16 14:53:43 +02:00
  • 1c590bc690 [apps] Change name Macro: SOFTWARE_NEEDS_UPDATE to OS_WITH_SOFTWARE_UPDATE_PROMPT Émilie Feral 2017-06-16 14:53:00 +02:00
  • 6ef5955c43 Change macro ON_BOARDING to OS_WITH_ONBOARDING_APP Émilie Feral 2017-06-16 14:46:44 +02:00
  • 442fe1e75d [apps] Add a macro SOFTWARE_NEEDS_UPDATE Émilie Feral 2017-06-16 13:46:21 +02:00
  • 98a877082c [apps/shared] Factorize regression and function did change range method Émilie Feral 2017-06-15 17:19:06 +02:00
  • 15892aa7bf [apps] In graph and regression banner view, decrease the number of significant digits to avoid weird values as 0.3999999 Émilie Feral 2017-06-15 10:30:31 +02:00
  • 010014a4b5 [apps/graph] Fix bug: select the right cell ot table at disappearing and only then Émilie Feral 2017-06-14 18:07:01 +02:00
  • d33a83ae8c [kandinsky] Improve Large Font: change M Émilie Feral 2017-06-14 17:42:26 +02:00
  • f7817a79ae [poincare] Handle real fractions apart from complex fractions Émilie Feral 2017-06-14 12:20:31 +02:00
  • 0364f9494c [i18n] Make English fist language Émilie Feral 2017-06-14 12:01:40 +02:00
  • a9e13b0754 [apps/regression] Do not reinit selection in predition parameter controller Émilie Feral 2017-06-12 17:44:29 +02:00
  • 4e92021557 [apps/regression] Event 'right' behaves as "OK" on chevron cell Émilie Feral 2017-06-12 16:49:35 +02:00
  • b2cfdb2f6b [apps/graph] Fix bug: hide function calculation row Émilie Feral 2017-06-12 16:41:11 +02:00
  • 37fc0ab60a [apps/regression] In graph, make selected dot persistent in snapshot Émilie Feral 2017-06-12 16:38:50 +02:00
  • 25aee1c2b2 [apps/regression] Starts compting graph dot from 1 instead of 0 Émilie Feral 2017-06-12 16:27:08 +02:00
  • 6c1f71d0d2 [apps] Improve Numworks icon Émilie Feral 2017-06-12 15:15:20 +02:00
  • 927eb72837 [apps/sequence] Fix bug in cell selection Émilie Feral 2017-06-12 11:01:38 +02:00
  • 26512a2229 [apps/sequence] Deselect table in when type paramater controller disappears Émilie Feral 2017-06-12 10:38:25 +02:00
  • 434d9f1107 [apps/hardware_test] Add USB-plugging test Émilie Feral 2017-06-12 10:25:10 +02:00
  • d6528d84a9 [apps/shared] Change zoom to ensure to keep the same cusor position Émilie Feral 2017-06-09 11:35:53 +02:00
  • 6bdf74bddf [apps/graph] Hide calculate menu in graph Émilie Feral 2017-06-09 11:11:21 +02:00
  • e8c9a1fa02 [apps] In variable controller, enable to delete variables in context Émilie Feral 2017-06-09 11:05:16 +02:00
  • 4396b3f190 [apps/sequence|graph] Event on right on chevron cell behaves as OK Émilie Feral 2017-06-09 10:38:52 +02:00
  • 3a9bfed08a [apps/regression] Change name of mean dot Émilie Feral 2017-06-09 10:20:40 +02:00
  • 2ca78887a2 [I18n] Cosh->cosinus hyperbolic Émilie Feral 2017-06-09 10:07:08 +02:00
  • b9e52978ba [kandinsky] Avoid weird blinking in sequence term sum due to wrong rect union Émilie Feral 2017-06-08 17:35:51 +02:00
  • 26a45c5f52 [apps/sequence] Clean term sum controller Émilie Feral 2017-06-08 17:35:33 +02:00
  • 4164509ec3 [apps/sequence] Avoid banner blinking in term sum controller Émilie Feral 2017-06-08 16:36:41 +02:00
  • 4edb661109 [apps/shared] In curve view, avoid that the banner blinks as soon as the range changes Émilie Feral 2017-06-08 15:46:14 +02:00
  • c7c37ac7b1 [apps/statistics] Avoid blinking in histogram view Émilie Feral 2017-06-08 15:14:57 +02:00
  • 55d2df2f89 [apps/regression] Add two rows to stats Émilie Feral 2017-06-07 18:23:39 +02:00
  • 337107b26b [apps/statistics] Improve banner view of histogram Émilie Feral 2017-06-07 17:38:04 +02:00
  • cd9dd248f7 [apps/settings] Add choices in languages: german and protuguese Émilie Feral 2017-06-07 17:16:59 +02:00
  • 5221d13e55 [apps] Fix bug: the title bar view does not display preferences in the right language Émilie Feral 2017-06-07 16:59:27 +02:00
  • c2683ba8a1 [apps/sequence] Add a margin in the term sum banner Émilie Feral 2017-06-07 16:49:38 +02:00
  • 4ef8481d44 [apps] In variable box, translate empty according to language setting Émilie Feral 2017-06-07 16:43:42 +02:00
  • 0616102853 [i18n] Correct german and portuguese dictionary Émilie Feral 2017-06-07 16:23:13 +02:00
  • 09b484c62d [apps/regession] Improve graph banner view Émilie Feral 2017-06-07 15:28:32 +02:00
  • 731461e35e [apps/regression] Improve graph dots Émilie Feral 2017-06-07 15:28:10 +02:00