Commit Graph

  • 851c145d31 shift alpha lock view: fix missing return in numberOfSubviews Adrien Bertrand 2017-09-10 00:58:34 +02:00
  • dcdd27d6bf [apps] Apps can be picked and ordered at compile-time Romain Goyet 2017-09-14 12:25:18 +02:00
  • 173c0249a2 [apps] Split the AppsContainer Romain Goyet 2017-09-14 12:04:06 +02:00
  • dcbc860b6d Fallback to X in non-graphing apps since x and n are not usable. Jacob Young 2017-09-15 07:01:03 -04:00
  • 128a6acb32 Fix #72 by choosing what to insert for the [x,n,t] key based on where in the expression the cursor is. Jacob Young 2017-09-15 07:00:18 -04:00
  • 28df37813c [poincare] Fix recursion bug in adaptiveQuadrature() integration Ian Abbott 2017-09-15 12:07:41 +01:00
  • 6392735e70 Add orgin/end keyboard shortcuts, by pressing shift left or shift right Damien Nicolet 2017-09-15 22:51:22 +02:00
  • bff9f4c205 Fix square bracket asymmetry. Jacob Young 2017-09-16 08:08:13 -04:00
  • c9ca43e257 Reuse bracket layout logic for absolute value, saving 184 bytes on my device build. Jacob Young 2017-09-16 08:00:13 -04:00
  • d5320280aa Display floor and ceiling symbols. Jacob Young 2017-09-16 07:45:41 -04:00
  • 2a2112396e ARM only has 32-bit integer registers, so using types smaller than 32-bits produces larger/slower code. Jacob Young 2017-09-17 11:48:20 -04:00
  • 6eb9ca615a Fix #108 fix #109 by evaluating a store's value so that it uses the correct context. Jacob Young 2017-09-15 04:41:15 -04:00
  • 5ffd7cc270 Auto insert ans before sto. Jacob Young 2017-09-15 03:04:48 -04:00
  • c7ac692dde Fix a typo: "regerssion" -> "regression (#118) TJ Horner 2017-09-11 23:58:31 -07:00
  • 1a877d999b Makefile: Use POSIX shell redirection syntax for app_flash target Ian Abbott 2017-09-07 13:59:02 +01:00
  • f34f6dfb82 Merge pull request #104 from EmilieNumworks/version EmilieNumworks 2017-09-07 10:40:37 +02:00
  • 329dff7b6e Change software version to 1.1.2 Émilie Feral 2017-09-07 10:34:48 +02:00
  • e9afe0c59a Merge pull request #101 from jacobly0/fix/zero-power EmilieNumworks 2017-09-07 10:33:42 +02:00
  • 0904313624 Fix #100. Jacob Young 2017-09-06 23:38:04 -04:00
  • 92245312b5 Merge pull request #97 from numworks/version EmilieNumworks 2017-09-06 17:51:24 +02:00
  • 8a50b42611 [escher] Fix bug in text area (afl-fuzz) Émilie Feral 2017-09-06 10:00:35 +02:00
  • f8e5946f75 Change software version to 1.1.1 Émilie Feral 2017-09-06 17:36:32 +02:00
  • 01efc3c95d [apps/settings] Connect settings gauge to prefered brightness Émilie Feral 2017-09-06 15:16:41 +02:00
  • 7c1d540a87 [apps] Add a brightness level in preferences Émilie Feral 2017-09-06 15:15:50 +02:00
  • 7a5bcf3e0f [apps/settings] Add a row 'Brightness' to settings Émilie Feral 2017-09-06 11:52:23 +02:00
  • 10c42e276a [escher] Add a gauge view and a message table cell with gauge Émilie Feral 2017-09-06 11:51:08 +02:00
  • 1633709389 Add -fPIE for simulator build (#93) Marc Lagrange 2017-09-06 10:42:18 +02:00
  • a6ee0e4f82 Removed the automatic insertion of 'ans' when pressing '-'. mjmdavis 2017-09-04 17:56:21 +02:00
  • 9ac25fc03a Repair windows build Émilie Feral 2017-09-04 18:02:29 +02:00
  • df31f0ce34 Improve the app_flash command Romain Goyet 2017-09-06 09:32:12 +02:00
  • 66fdc1a12f [poincare] Fix power Émilie Feral 2017-09-05 15:28:08 +02:00
  • 21f6723daa Merge pull request #85 from adriweb/fix/overflow-poincare-stringlayout EmilieNumworks 2017-09-05 17:07:53 +02:00
  • da5ec51731 Merge pull request #67 from mateoconlechuga/master EmilieNumworks 2017-09-05 16:21:48 +02:00
  • 5551378109 [poincare] Fix root of negative values Émilie Feral 2017-09-05 13:42:46 +02:00
  • d150837d7d [various apps] StringLayout: fix buffer overflow and use auto size Adrien Bertrand 2017-09-04 23:27:34 +02:00
  • 503786ec72 [apps/settings] sub controller: fix buffer overflow. Adrien Bertrand 2017-09-01 20:24:58 +02:00
  • f287148844 [ion] fix crc32 for loop variable type Adrien Bertrand 2017-09-01 19:35:40 +02:00
  • 22b74892d7 Match names everywhere mateoconlechuga 2017-09-01 20:06:59 -06:00
  • 9d155f325b Match names everywhere mateoconlechuga 2017-09-01 20:06:59 -06:00
  • ae3e989314 Add shift activated text (Fix #22) mateoconlechuga 2017-09-01 19:29:00 -06:00
  • 88630addd4 Fix a comment Romain Goyet 2017-09-01 14:32:49 +02:00
  • 4373bdeda4 [ion] [simulator] key chars: use unicode escapes Adrien Bertrand 2017-09-01 12:30:15 +02:00
  • 520775901b [ion] [simulator] more realistic button labels Adrien Bertrand 2017-08-30 13:59:57 +02:00
  • 3b7efee7df Merge pull request #58 from Ecco/master EmilieNumworks 2017-09-01 04:32:44 -07:00
  • f3a8274d63 [Travis] The PLATFORM env is used later on in the build Romain Goyet 2017-09-01 13:17:22 +02:00
  • d8562aad68 [Travis] app.elf and test.elf can be built at once Romain Goyet 2017-09-01 13:08:30 +02:00
  • 072cdd4fab Simplify the Travis configuration file Romain Goyet 2017-09-01 13:07:22 +02:00
  • 6e1a00c786 Merge pull request #57 from jacobly0/feature/automated-testing EmilieNumworks 2017-09-01 02:39:49 -07:00
  • 347a3a12b0 Merge pull request #31 from numworks/readme EmilieNumworks 2017-09-01 02:24:31 -07:00
  • 216855ab63 Merge pull request #32 from numworks/expression-parsing EmilieNumworks 2017-09-01 02:24:03 -07:00
  • 5ecb7d57d6 Merge pull request #36 from boricj/fixup_keys_ion_simulator EmilieNumworks 2017-09-01 01:59:46 -07:00
  • 81611498e8 Merge pull request #52 from adriweb/fix/template-program EmilieNumworks 2017-09-01 01:47:58 -07:00
  • 7f71f5246e Merge pull request #55 from adriweb/fix/const-warning EmilieNumworks 2017-09-01 01:43:42 -07:00
  • ebeabd677e Allow tests to print progress. Jacob Young 2017-08-31 22:51:52 -04:00
  • 94db1c814b Merge pull request #56 from jacobly0/fix/hex EmilieNumworks 2017-09-01 01:07:29 -07:00
  • 2e105036ff Use the blackbox platform to run the tests on travis. Jacob Young 2017-08-31 22:11:29 -04:00
  • a091fda493 Merge pull request #54 from jacobly0/fix-transpose EmilieNumworks 2017-09-01 00:57:20 -07:00
  • 4e6f673c03 Fix hex conversion for digits > 9. Jacob Young 2017-08-31 21:14:18 -04:00
  • 55dd5b4486 [poincare] remove useless const qualifier on return type Adrien Bertrand 2017-09-01 00:47:59 +02:00
  • 198c26f99d Fix grammar. Jacob Young 2017-08-31 18:09:00 -04:00
  • 37700f9e11 Default expression tests to scalar. Jacob Young 2017-08-31 18:04:56 -04:00
  • 303120c7e2 Consistently use ordering rows, cols everywhere. Changing the order of logical operators, etc is just to make searching for actual bugs easier. Jacob Young 2017-08-31 17:41:59 -04:00
  • 6a0e280168 Test transposition of non-square matrices. Jacob Young 2017-08-31 17:17:48 -04:00
  • 0f3f419441 Add and use infrastructure to test matrix dimensions. Jacob Young 2017-08-31 17:07:21 -04:00
  • 539eb18ad5 Fix #48 by changing swapped matrix transpose, multiplication, opposite, and clone dimensions. Jacob Young 2017-08-31 16:32:39 -04:00
  • 3c2a99bdd6 [apps/code] template program: don't memcpy from beyond the string Adrien Bertrand 2017-08-31 20:52:25 +02:00
  • ae2488effc Merge pull request #46 from numworks/long-aeabi EmilieNumworks 2017-08-31 06:31:17 -07:00
  • 925f404382 [liba] Add aeabi long conversion Émilie Feral 2017-08-31 15:17:22 +02:00
  • b9ec1b5383 Merge pull request #28 from numworks/build EmilieNumworks 2017-08-31 01:18:49 -07:00
  • beb896ec01 README: travis badge of master only Émilie Feral 2017-08-31 09:47:38 +02:00
  • 7d79a01ed2 [ion/simulator] Improve key mapping Jean-Baptiste Boric 2017-08-30 21:18:09 +02:00
  • c677a85a94 [poincare] '?' should not be parsed Émilie Feral 2017-08-30 16:58:18 +02:00
  • 3a608ba20a README: clean Émilie Feral 2017-08-30 16:53:54 +02:00
  • 174ea8cd75 Merge pull request #24 from numworks/fix-reload-home Ecco 2017-08-30 16:49:36 +02:00
  • 0f1130761e Merge pull request #26 from numworks/factorial Ecco 2017-08-30 16:48:25 +02:00
  • 2ff9aa2f88 Makefile: app_run is meaningful only for device platform Émilie Feral 2017-08-30 14:35:44 +02:00
  • 16dccc3aa5 Merge pull request #1 from adriweb/master EmilieNumworks 2017-08-30 13:36:33 +02:00
  • 659a90d197 [poincare] Repare factorial Émilie Feral 2017-08-30 13:34:14 +02:00
  • 8349f899b7 [home] Fix reload view Émilie Feral 2017-08-30 13:20:59 +02:00
  • f34bf67bab build: fix warnings Adrien Bertrand 2017-08-30 12:59:30 +02:00
  • ea56a74955 Merge pull request #18 from jacobly0/fix-simulator-msleep EmilieNumworks 2017-08-30 10:34:37 +02:00
  • 28e0c16768 Merge pull request #13 from blackketter/ignore EmilieNumworks 2017-08-30 10:18:38 +02:00
  • a5192da7d3 Merge pull request #12 from jacobly0/master EmilieNumworks 2017-08-30 10:13:05 +02:00
  • 7e3aa1f032 Merge pull request #10 from adriweb/travis-badge EmilieNumworks 2017-08-30 10:03:41 +02:00
  • d21d5594f9 Fix #7 fix #11 by using millisecond units in msleep (microseconds would be in usleep). Jacob Young 2017-08-30 03:42:14 -04:00
  • 67d4df5f59 Fix #9 by deactivating empty keys. Jacob Young 2017-08-29 15:16:47 -04:00
  • f4ecacdfdc [escher] Fix bug in makefile (inliner) Émilie Feral 2017-08-30 09:38:55 +02:00
  • aa88921c45 Correct .travis.yml Émilie Feral 2017-08-30 09:33:57 +02:00
  • 560106fc42 Git should ignore more generated files Dean Blackketter 2017-08-29 12:43:55 -07:00
  • 8f04acba09 readme: add travis build badge Adrien Bertrand 2017-08-29 19:37:53 +02:00
  • a3c3b0bfa9 Create .travis.yml EmilieNumworks 2017-08-29 11:07:21 +02:00
  • fe1e6949df Add License and README Romain Goyet 2017-08-28 16:49:07 +02:00
  • 679cea755a [Makefile] Change the software version to 1.1.0 Émilie Feral 2017-08-28 14:27:07 +02:00
  • 45f9036d24 Merge "emscripten: set the language from command-line arguments" Émilie Feral 2017-08-28 14:26:38 +02:00
  • 4ba4400983 Merge "Remove old docs" Émilie Feral 2017-08-28 14:26:34 +02:00
  • c451b56418 emscripten: set the language from command-line arguments Romain Goyet 2017-08-23 10:45:57 +02:00
  • ce6b3fafe6 Remove old docs Romain Goyet 2017-08-22 17:19:48 +02:00
  • 31fbeda468 [apps/code] Change demo program Émilie Feral 2017-08-28 13:30:59 +02:00
  • 52f5858ffd [python][apps/code] Enable interrupting python execution Émilie Feral 2017-08-24 10:41:29 +02:00
  • 8c86b62df6 [apps/proba] Avoid hanging in normal law: forbid values <= MIN_FLOAT Émilie Feral 2017-08-28 11:43:01 +02:00