Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.10.1 10 #4

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
1d169a9
Expose cursor methods for setting and clearing selection
acpiplica Dec 11, 2014
3e1d252
Make childForPoint recursive
acpiplica Sep 30, 2015
a45cfd8
Update ReadMe
kschaefe Apr 15, 2016
e90b023
Ease selection of contents of delimiters
acpiplica Mar 20, 2015
b299f56
Add make static functionality to inner fields
acpiplica Sep 11, 2015
f94ac7c
Add documentation on makeStatic and makeEditable.
kschaefe Apr 15, 2016
61b36d5
Add prevent spaces from behaving like tabs in root blocks.
kschaefe Mar 31, 2015
870a71d
Add new Tabbing stragety for root blocks.
kschaefe Sep 15, 2015
3166c20
Select operators in a mathematically meaningful way
acpiplica Mar 2, 2015
f9474e6
Specify strict operators in a config
acpiplica Sep 11, 2015
5e87d62
Update ReadMe to include config options for strict operator selection.
acpiplica Sep 11, 2015
92b5152
Add bower.json file for supporting bower.
kschaefe Aug 16, 2016
a90904e
Merge branch 'feature-allowExternalSelection' into release/baseline
kschaefe Aug 16, 2016
2a51913
Merge branch 'feature-configInnerFields' into release/baseline
kschaefe Aug 16, 2016
9954a82
Merge branch 'feature-delimiterSelectionEasing' into release/baseline
kschaefe Aug 16, 2016
b043c31
Merge branch 'feature-makeStatic' into release/baseline
kschaefe Aug 16, 2016
591b601
Merge branch 'feature-spacesBehaveLikeTabs' into release/baseline
kschaefe Aug 16, 2016
8eefff9
Merge branch 'feature-strictOperatorSelection' into release/baseline
kschaefe Aug 16, 2016
66d2609
Merge branch 'feature-styleBlock' into release/baseline
kschaefe Aug 16, 2016
8cecbe9
Merge branch 'feature-tabStrategies' into release/baseline
kschaefe Aug 16, 2016
f7e2229
Moved setSelection and clearSelection to AbstractMath.
kschaefe Aug 18, 2016
198e1bf
Update git ignores.
kschaefe Aug 18, 2016
c900431
Merge branch 'feature-allowExternalSelection' into release/baseline
kschaefe Aug 18, 2016
679c269
Update version to 0.10.1-6.
kschaefe Aug 18, 2016
2350074
Add make static functionality to inner fields
acpiplica Sep 11, 2015
9040f97
Add documentation on makeStatic and makeEditable.
kschaefe Apr 15, 2016
216c84b
Merge branch 'feature-makeStatic' into release/baseline
kschaefe Aug 22, 2016
53f7c42
Merge branch 'fix.class.latex' into release/baseline
kschaefe Aug 22, 2016
44a7562
The Cursor options can be undefined. Adding a safeguard to the check…
kschaefe Aug 22, 2016
d9e0783
Merge branch 'feature-strictOperatorSelection' into release/baseline
kschaefe Aug 22, 2016
492f9a6
Binary operators were not correctly defined when the operator is the …
kschaefe Aug 23, 2016
57642d6
Merge branch 'fix-binaryOpInStyleBlock' into release/baseline
kschaefe Aug 23, 2016
5a0ee26
Update version number for release.
kschaefe Aug 23, 2016
481e9c1
Merge branch 'fix-binaryOpInStyleBlock' into release/baseline
kschaefe Aug 23, 2016
350fc09
Add \overarc command.
kschaefe Sep 29, 2016
adc5507
Add \overleftrightarrow command.
kschaefe Sep 30, 2016
ebcbbea
Update to version 0.10.1-8.
kschaefe Oct 17, 2016
7a3ab67
Fix bad merge from feature-makeStatic that inlucded changes to comman…
kschaefe Oct 17, 2016
ce94bdd
Merge branch 'feature-configInnerFields' into release/baseline
kschaefe Oct 19, 2016
6c8effd
Update version numbers for next release.
kschaefe Oct 19, 2016
75827cf
DO NOT PUSH
kschaefe Jan 6, 2017
0813117
Merge remote-tracking branch 'origin/master' into release/baseline
kschaefe Apr 3, 2017
0ae2c69
Merge branch 'feature-makeStatic' into release/baseline
kschaefe Apr 3, 2017
53db5cc
Update version.
kschaefe Apr 3, 2017
400db2a
Release version 0.10.1-10.
kschaefe Apr 3, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "cli-mathquill",
"version": "0.10.1-10",
"homepage": "https://github.com/CarnegieLearningWeb/mathquill",
"repository": {
"type": "git",
"url": "git://github.com/CarnegieLearningWeb/mathquill.git"
},
"authors": [
"Original MathQuill Authors",
"Karl Schaefer <[email protected]>",
"Andreya Piplica <[email protected]>"
],
"description": "LaTeX-based editable math fields",
"main": [
"build/mathquill.js",
"build/mathquill.css",
"build/font/*"
],
"dependencies": {
"jquery": "^1.4.3"
},
"moduleType": [
"globals"
],
"keywords": [
"mathquill",
"latex",
"math",
"editor"
],
"license": "MPL-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"src"
]
}
Binary file added build/fonts/Symbola-basic.eot
Binary file not shown.
Binary file added build/fonts/Symbola-basic.ttf
Binary file not shown.
Binary file added build/fonts/Symbola-basic.woff
Binary file not shown.
Binary file added build/fonts/Symbola-basic.woff2
Binary file not shown.
Binary file added build/fonts/Symbola.eot
Binary file not shown.
2,025 changes: 2,025 additions & 0 deletions build/fonts/Symbola.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/fonts/Symbola.ttf
Binary file not shown.
Binary file added build/fonts/Symbola.woff
Binary file not shown.
Binary file added build/fonts/Symbola.woff2
Binary file not shown.
Loading