Commit Graph

  • aa567bf133 [liba] Add comment regarding nearbyintf Émilie Feral 2017-08-28 11:17:22 +02:00
  • 133653c7e0 [kandinsky] Change name to avoid confusion: blend -> transparentBackground Émilie Feral 2017-08-28 10:52:07 +02:00
  • dd8caaa82e [escher] In textfield: change the behaviour of clear event Émilie Feral 2017-08-28 10:25:18 +02:00
  • 54336b02b5 [escher] Fix bug in textfield: layout when delete the first char after a right scroll Émilie Feral 2017-08-28 10:24:18 +02:00
  • 71c11bd22c [escher] In text area, change the behaviour of clear event Émilie Feral 2017-08-26 11:02:18 +02:00
  • 90891dabe8 [apps/proba] Avoid using unitialize values (valgrind) Émilie Feral 2017-08-25 18:16:13 +02:00
  • 0f08546245 [apps/shared] Correct checksum of float_pair_store Émilie Feral 2017-08-25 16:49:56 +02:00
  • ff8fe2b498 [apps/statistics] Simplify histogram controller and resolve bugs: with very large values, casting in float gives approximate values that trigger bugs Émilie Feral 2017-08-25 16:37:13 +02:00
  • b893a7d0aa [apps/statistics] Fix oversight in store Émilie Feral 2017-08-25 17:37:04 +02:00
  • cf91fb6315 [apps/shared] Fix bug in draw histogram. Do not color excessive bar. Émilie Feral 2017-08-25 15:06:22 +02:00
  • be8a0c6df3 [apps] Replace sizeInBits>>2 sizeInBits/sizeof(uint32_t) in checksums Émilie Feral 2017-08-25 14:18:27 +02:00
  • eea1928ac9 [apps/sequence][apps/graph] Keep the angle unit version in snapshot Émilie Feral 2017-08-25 14:02:03 +02:00
  • fdf1d23248 [escher] Fix bug: alternate empty view controller do not handle onOff event Émilie Feral 2017-08-25 13:36:30 +02:00
  • 8fd329d167 [ion] Fix alpha and shift modifiers for emscripten Émilie Feral 2017-08-25 10:13:53 +02:00
  • 35a9753609 [poincare][apps] Memory leaks Émilie Feral 2017-08-24 17:30:21 +02:00
  • c6598fb24d [escher] Fix bug with modal view: linked to commit: In modal view controller, draw the regular view only if the modal view does not cover all of it Émilie Feral 2017-08-24 11:44:50 +02:00
  • b277d86430 [liba] Add test to setjmp longjmp Émilie Feral 2017-08-23 09:51:04 +02:00
  • e0252c7751 [python] Fix garbage collector Émilie Feral 2017-08-22 15:50:24 +02:00
  • 6b783346cc [liba] Add setjmp and longjmp Émilie Feral 2017-08-23 11:31:07 +02:00
  • 67e68e145f [apps/statistics] Avoid infinite loop in histogram Émilie Feral 2017-08-18 14:59:21 +02:00
  • 3faf0b55b2 [apps/probability] Fix bug in poisson law Émilie Feral 2017-08-18 14:59:04 +02:00
  • 818c56bd45 [python] Enable float Émilie Feral 2017-08-18 11:04:09 +02:00
  • c189876673 Correct typo: initiate -> initialize Émilie Feral 2017-08-17 16:34:19 +02:00
  • 0a2a507b9d [apps/i18n] Traduction of code application Émilie Feral 2017-08-17 16:19:38 +02:00
  • adff9d1ef0 [python] garbage collector does not print anything Émilie Feral 2017-08-17 16:01:23 +02:00
  • b50296d9c2 [apps/code] Repare print() in micropython Émilie Feral 2017-08-17 15:33:53 +02:00
  • 3184bc2276 [kandinsky] Enable to draw string with \n or \t characters Émilie Feral 2017-08-17 15:32:26 +02:00
  • b15d65eb7a [escher] Implement clear in text area Émilie Feral 2017-08-17 10:03:02 +02:00
  • b91455ca71 [apps/statistics] Avoid hanging in histogram controller Émilie Feral 2017-08-16 17:43:32 +02:00
  • 0729429335 [apps/statistics] Fix bug in store checksum Émilie Feral 2017-08-16 17:43:04 +02:00
  • ae8461b1d4 [apps/statistics] Fix oversight in store Émilie Feral 2017-08-16 16:56:40 +02:00
  • 8715c53d7e [escher] Correct buffer limits check in text area Émilie Feral 2017-08-16 16:06:54 +02:00
  • a82726fdbe [escher] Avoid warning in text area Émilie Feral 2017-08-16 14:06:39 +02:00
  • 48c0cf2d8d [apps/probability] Fix bug in authorized parameters Émilie Feral 2017-08-16 11:06:16 +02:00
  • 43401829cb [poincare] In complex, the lengthest numerical value that can be converted to text has changed from -1.999999e^-38 to -1.999999e-308 Émilie Feral 2017-08-16 10:40:11 +02:00
  • ca1494eef7 [ion] Include signal in blackbox boot Émilie Feral 2017-08-11 17:16:22 +02:00
  • 8f65fb6535 [escher] In text area, correct move cursor Émilie Feral 2017-08-11 13:59:48 +02:00
  • 779db66a15 [escher] In text area, optimize the dirty tracking Émilie Feral 2017-08-11 10:28:02 +02:00
  • 88aeabb8a1 [apps][ion] Add <math.h> header to ensure building with all compilaters [ion] In makefile, force the PATCH_LEVEL to be length 7 Émilie Feral 2017-08-22 10:48:58 +02:00
  • 5f14bba390 [escher] In text area, add bounds check to moveCursorIndex Émilie Feral 2017-08-11 09:38:53 +02:00
  • 0449f535da [escher] In text area, EXE insert a \n Émilie Feral 2017-08-10 18:02:45 +02:00
  • bc12789e1f [apps/code] Clean editor Émilie Feral 2017-08-10 17:57:20 +02:00
  • ea55df62d4 [apps/code] Correct text area buffer size Émilie Feral 2017-08-10 17:53:56 +02:00
  • 212384986f [escher] Fix insert text in text area Émilie Feral 2017-08-10 17:48:30 +02:00
  • 46990e1c25 [escher] Make textField used scroll view methods instead of duplicating them Émilie Feral 2017-08-10 17:39:14 +02:00
  • ee51729eba [escher] Move from table view to scroll view the method a update the scroll to the size of the content view Émilie Feral 2017-08-10 17:34:56 +02:00
  • 848936b58a [poincare] Improve parenthesis layout Émilie Feral 2017-08-10 16:00:29 +02:00
  • 20fd816dc8 [poincare] In fraction layout, add a margin around fraction line Émilie Feral 2017-08-10 15:35:28 +02:00
  • 49e632ab3d [apps/home] Hide the trick to redraw home with odd number of apps Émilie Feral 2017-08-10 15:19:42 +02:00
  • 06b47f363e [escher] In text area, fix bug regarding the size of the area Émilie Feral 2017-08-10 15:04:54 +02:00
  • 6054f02373 [kandinsky] In KDRect, right and bottom Points are included in the rect Émilie Feral 2017-08-10 14:58:24 +02:00
  • e0a1653ff7 [escher] Fix bug in table view Émilie Feral 2017-08-10 14:57:25 +02:00
  • 85ee2d2a83 [escher] In text area, clean warnings due to comparisons between sign and unsigned int Émilie Feral 2017-08-10 11:44:46 +02:00
  • bc9c9e3c72 [apps/code][apps/onboarding] Home event always bring back to home except in on boarding Émilie Feral 2017-08-10 11:33:15 +02:00
  • f5d5db6062 [apps/shared] In message controller, enable to choose message colors and message texts Émilie Feral 2017-08-10 11:18:52 +02:00
  • 304bbf18b9 [apps/code] Split the editor in editor and executor Émilie Feral 2017-08-10 11:06:13 +02:00
  • eec8c7f1ce [apps/code] Add a model program Émilie Feral 2017-08-10 11:05:00 +02:00
  • 587406bccd [escher] In modal view controller, draw the regular view only if the modal view does not cover all of it Émilie Feral 2017-08-10 10:56:07 +02:00
  • 7f6ee28f4e [escher] Move redraw method from App::didBecomeActive to Container::switchTo Émilie Feral 2017-08-10 10:54:38 +02:00
  • 8b6dfdc3f9 [apps/code] Add a menu to edit and execute the program Émilie Feral 2017-08-09 18:08:06 +02:00
  • f434cda428 [code] Add a pop up to warn about beta version Émilie Feral 2017-08-09 17:31:35 +02:00
  • ad3b0365a6 [on_boarding] Namespace update controller Émilie Feral 2017-08-09 17:30:54 +02:00
  • 029b04fb2e [apps/shared] Move message controller from on boarding to shared to be used by code app Émilie Feral 2017-08-09 17:25:51 +02:00
  • bb5523b747 [python] Change app name and icon Émilie Feral 2017-08-09 16:41:00 +02:00
  • 68cd3f4574 [apps][ion] Discard shift alpha status when switching app or switch off Émilie Feral 2017-08-09 16:05:14 +02:00
  • 0abe51ccbb [poincare] In fraction layout, align fraction line to +/- symbols Émilie Feral 2017-08-09 11:58:52 +02:00
  • 319955424b [escher] In table view, use scrollToContentRect instead of recomputing everything Émilie Feral 2017-08-09 11:47:05 +02:00
  • 8e5691bcc7 [escher] In container, initiate the window when switching to first app Émilie Feral 2017-08-09 11:45:17 +02:00
  • 5c4740913b [kandinsky] Replace KDText::stringSize(" ") by KDText::charSize() Émilie Feral 2017-08-09 10:34:46 +02:00
  • cdee87527e [poincare] Cheat on evaluation of power, cosine and sine Émilie Feral 2017-08-08 16:32:02 +02:00
  • c0a178b464 [apps] Fix uninitialized value Émilie Feral 2017-08-08 15:26:01 +02:00
  • e0676d9cfc [ion] Fix dummy events modifier Émilie Feral 2017-08-08 14:38:51 +02:00
  • f0a776a670 [apps] Operations in double when precision required Émilie Feral 2017-08-04 18:24:09 +02:00
  • 82e212e771 [poincare] Template for double Émilie Feral 2017-08-03 13:05:46 +02:00
  • 05d2b83f92 [liba] Implement memclr8 Émilie Feral 2017-08-08 15:43:28 +02:00
  • 1964d61fdc [libaxx] add cmath and use cmath instead of math.h when required Émilie Feral 2017-08-07 11:47:47 +02:00
  • 9f0bbe0e75 [liba] Avoid implicit declarations Émilie Feral 2017-08-08 11:37:24 +02:00
  • 09aaa3a19f [liba] Do not hide open bsd building warnings Émilie Feral 2017-08-08 11:37:01 +02:00
  • 44328a9faa [liba] Expose copysign libm function Émilie Feral 2017-08-07 14:18:19 +02:00
  • 9aea689fb8 [liba] Correct tests on ieee754 Émilie Feral 2017-08-07 10:35:46 +02:00
  • 3bbc3f2cb9 [liba] Fix bug in double arithmetic implementation Émilie Feral 2017-08-07 16:52:23 +02:00
  • a66c356ec0 [liba] Mute softfloat warnings Émilie Feral 2017-08-04 15:57:27 +02:00
  • f8f81505bc [liba] Add DBL_MAX, DBL_MIN, DBL_EPSILON Émilie Feral 2017-08-04 15:54:53 +02:00
  • 37fd06c2a5 [apps/calculation] Fix memory leak Émilie Feral 2017-08-04 11:13:35 +02:00
  • 30471ede35 [apps] The code app runs Python code Romain Goyet 2017-08-04 18:25:33 +02:00
  • c88b802516 Revert "[python] Do no build nlrthumb.c" Émilie Feral 2017-08-09 15:56:47 +02:00
  • 04fade4920 [python] Do no build nlrthumb.c Émilie Feral 2017-08-09 09:57:55 +02:00
  • 66275c29ab [python] Fix bug in mpconfigport Émilie Feral 2017-08-08 17:06:37 +02:00
  • ea52e627af [python] Add a (commented-out) example app Romain Goyet 2017-07-30 22:18:57 +02:00
  • 16584c5a88 [python] Initial import of MicroPython 1.9.1 Romain Goyet 2017-07-30 22:17:34 +02:00
  • 741eaba19a [liba] Add empty setjmp.h and limits.h Romain Goyet 2017-07-30 22:15:00 +02:00
  • d9975c92bb [liba] Add a test for stddef Romain Goyet 2017-07-30 22:13:43 +02:00
  • 159b6f7429 [liba] Add strchr to string.h Romain Goyet 2017-07-30 22:13:13 +02:00
  • 3ef709502e [liba] Add memcmp to strings.h Romain Goyet 2017-07-30 22:12:42 +02:00
  • 2898ec916c [liba] Add memmove to string.h Romain Goyet 2017-07-30 22:11:05 +02:00
  • 301e0a7891 [liba] Add alloca.h Romain Goyet 2017-07-30 15:31:36 +02:00
  • c5d917c360 [liba] Cleaner __builtin-based defines Romain Goyet 2017-07-30 15:30:46 +02:00
  • 1972b30a77 [liba] Support for variadic functions (va_arg) Romain Goyet 2017-07-30 15:20:55 +02:00
  • 878d86df71 [liba] Add intptr_t and uintptr_t to stdint.h Romain Goyet 2017-07-30 13:20:02 +02:00
  • 15725a5cc8 [liba] Add ENOENT to errno.h Romain Goyet 2017-07-30 13:09:46 +02:00