[go: up one dir, main page]

Activity for achamilt

  • achamilt achamilt committed [bc67db]

    [feat] Folding real numbers displays their first few digits

  • achamilt achamilt committed [9bd8b4]

    [fix] <real>^(- <real>) -> (+/-) <real>*10^<real>

  • achamilt achamilt committed [8fdd09]

    [feat] <Ctrl-n>: 10^3 -> 1000

  • achamilt achamilt committed [4f3788]

    [feat] Expand real^real as real*10^integer

  • achamilt achamilt committed [f78631]

    [fix] splitRealExponent requires both numbers be real

  • achamilt achamilt committed [c61b5a]

    [feat] '=': 10^3 -> 1000

  • achamilt achamilt committed [5e5b94]

    [refactor] Change console feedback in Calculate

  • achamilt achamilt committed [17f947]

    [feat] Ctrl-n: a/b/c -> a/(b*c)

  • achamilt achamilt committed [e73e49]

    [feat] Ctrl-n: 3*x/2 -> (3/2)*x

  • achamilt achamilt committed [3425a2]

    [feat] 3*x/3 -> x

  • achamilt achamilt committed [75597e]

    [feat] '=': 3*x/2 -> 1.5*x

  • achamilt achamilt committed [eb1410]

    [fix] Long running chord check exception

  • achamilt achamilt committed [30456a]

    [fix] Don't wrap emmet strings in a times branch

  • achamilt achamilt committed [4bd15d]

    [feat] Emmet strings can use '>'

  • achamilt achamilt committed [e912a1]

    [WIP][HACK] Parse a simple emmet string

  • achamilt achamilt committed [4255a8]

    [refactor] Split ListDisplay into parts

  • achamilt achamilt committed [37524c]

    [doc] Remove obsolete comments

  • achamilt achamilt committed [dd4d81]

    [feat] Remove the bottom left scroll bar

  • achamilt achamilt committed [e80fc1]

    [fix] To compile, remove ScrollBar.java from fileList.txt

  • achamilt achamilt committed [6fa57b]

    [feat] Copy all selected equations with OS Copy Equation

  • achamilt achamilt committed [614505]

    [refactor] KetImage.toSingleImage() accepts a clear flag (transparent background)

  • achamilt achamilt committed [35330a]

    [WIP] Add a (non-functional) transparent image export toggle button

  • achamilt achamilt committed [8359c3]

    [dbg][WIP] Generate intermediate images in toSingleImage()

  • achamilt achamilt committed [9bea0b]

    [fix] Draw the images within toSingleImage()

  • achamilt achamilt committed [55b8a0]

    [feat] Stop saving debugging images

  • achamilt achamilt committed [879c2f]

    [fix] Remove the ineffective image background check box menu item

  • achamilt achamilt committed [ba7879]

    [refactor] Remove references to transparent checkbox menu item

  • achamilt achamilt committed [12db08]

    [feat] Export images with and without transparent backgrounds

  • achamilt achamilt committed [8af170]

    [fix] Don't open individually exported images

  • achamilt achamilt committed [2d3e7f]

    [feat] Represent primed variable x' with "x.\prime"

  • achamilt achamilt committed [4ef64a]

    [feat] Ctrl-n: x <-> x.\prime

  • achamilt achamilt committed [0b81ec]

    [fix] Ctrl-n \delta.x <-> \delta.x.\prime

  • achamilt achamilt committed [3378c6]

    [feat] Ctrl-n: x_1 -> x_2

  • achamilt achamilt committed [242d40]

    [feat] Ctrl-n: x_1 -> x_2 and x_0

  • achamilt achamilt committed [26e50e]

    [feat] Ctrl-a: a_1 -> a_2 and Ctrl-z: a_2 -> a_1 (instead of Ctrl-n)

  • achamilt achamilt committed [33cf2a]

    [fix] Check for nulls in Transform.addCompound()

  • achamilt achamilt committed [125125]

    [fix] Add missing source files to the file list

  • achamilt achamilt committed [68c592]

    [feat] Clean up paste-around, 'gp'

  • achamilt achamilt committed [b314bc]

    [fix][refactor] Paste "clipboard" around "current"

  • achamilt achamilt committed [759bac]

    [feat] Prepend paste with 'gp', e.g. 'gp*'

  • achamilt achamilt committed [a39e40]

    [refactor] Use Order.PREPEND and APPEND throughout

  • achamilt achamilt committed [0fd69a]

    [feat] AddResponder requires a Speed enum

  • achamilt achamilt committed [5b0c51]

    [feat] <Ctrl-o> Opens a new document

  • achamilt achamilt committed [86cc6a]

    [fix] Revert <Ctrl-o> back to move in-right with parent

  • achamilt achamilt committed [fc31f2]

    [feat] <Ctrl-s> Saves the document

  • achamilt achamilt committed [ea55f5]

    [feat] Add a descriptions field to each suggestion in Alternatives

  • achamilt achamilt committed [a74830]

    [feat] All Alternatives should be described

  • achamilt achamilt committed [cc8d30]

    [feat] Add :open<nl> and :open <filename><nl> commands

  • achamilt achamilt committed [fd3682]

    [fix] '=' : 1.1+1 -> 2.1 (not 2.1*10^0)

  • achamilt achamilt committed [b790eb]

    [refactor] Use create() to create scientific notation

  • achamilt achamilt committed [dc695e]

    [refactor] Store suggestions in a LinkedList

  • achamilt achamilt committed [6f16e6]

    [refactor] Rename Family to Alias to avoid confusion with expression trees

  • achamilt achamilt committed [559986]

    [feat] i_<Ctrl-r>* pastes without quotes

  • achamilt achamilt committed [0d25c4]

    [refactor] Split Clipboard into SystemClipboard

  • achamilt achamilt committed [c28c59]

    [refactor] Rename familyCycle to aliasCycle

  • achamilt achamilt committed [4534ab]

    [doc] Remove non-existing Document constructor @param argument

  • achamilt achamilt committed [a70dcd]

    [feat] Ctrl-n: lb <-> kg

  • achamilt achamilt committed [9ff91b]

    [feat] Export Words to LaTeX in \mbox{..}

  • achamilt achamilt committed [5edc4a]

    [feat] Export single letter words to HTML in italics

  • achamilt achamilt committed [c7fcfe]

    [fix] Separate TIMES arguments with gaps when exporting to LaTeX

  • achamilt achamilt committed [45acb2]

    [refactor] Move toBox() from Value

  • achamilt achamilt committed [d02dce]

    [fix] Find CompoundState by first character

  • achamilt achamilt committed [0f7994]

    [WIP] Display single-letter words in italics

  • achamilt achamilt committed [1a2f9b]

    [feat] Display italic single letters and plain words

  • achamilt achamilt committed [61a122]

    [feat] Use Alternatives.Suggestion text in debugging Alias

  • achamilt achamilt committed [d55eba]

    [dbg] Add (commented out) debugging console feedback in normalizeScientificNotation()

  • achamilt achamilt committed [991421]

    [fix] transposeProductOfFractions() requires fractions

  • achamilt achamilt committed [5a11cd]

    [WIP] Proivde suggestion labels to AlbumMode

  • achamilt achamilt committed [2eb0c6]

    [feat] '=' should normalize scientific notation

  • achamilt achamilt committed [78f9c3]

    [feat] Add tooltips to <C-w>a alias popup menu

  • achamilt achamilt committed [37f464]

    [refactor] Clean up the album tooltips

  • achamilt achamilt committed [f8dd69]

    [feat] Add Clipboard >> OS copy tree as XML

  • achamilt achamilt committed [a790f6]

    [refactor] Sort import statements and remove duplicates

  • achamilt achamilt committed [0ad0e0]

    [refactor] Move text, html, latex and image tools to ket.display.text etc.

  • achamilt achamilt committed [4188ac]

    [feat] Clipboard >> OS Copy Tree as prefix notation

  • achamilt achamilt committed [37a129]

    [refactor] Move SystemClipboard to ket.mc.system

  • achamilt achamilt committed [21a22a]

    [refactor] Rename ket.display.image.ImageTools to KetImage

  • achamilt achamilt committed [d20acd]

    [refactor] Indent the Function class

  • achamilt achamilt committed [8f6692]

    [refactor] Split io methods from KetImage into ket.io.ImageTools

  • achamilt achamilt committed [93a638]

    [refactor] Cull unused imports in image classes

  • achamilt achamilt committed [5dff65]

    [refactor] Move symbolic function toLatex() code to LatexFactory

  • achamilt achamilt committed [aecfa1]

    [refactor] Indent the Symbol class's public fields

  • achamilt achamilt committed [2baf61]

    [refactor] Clean up HTMLFactory comments

  • achamilt achamilt committed [5c8ac3]

    [refactor] Export HTML via HTMLFactory

  • achamilt achamilt committed [2e4ce0]

    [refactor] Cull HTMLFactory and LatexFactory import statements

  • achamilt achamilt committed [bb7713]

    [refactor] Use LatexFactory and HTMLFactory for all ket.math.purpose.function classes

  • achamilt achamilt committed [d4547f]

    [refactor] Move HTMLFactory and LatexFactory to ket.display.html and .latex

  • achamilt achamilt committed [998106]

    [feat] Ctrl-n: a/b/c -> a/(b*c) etc.

  • achamilt achamilt committed [3c704d]

    [feat] Pause briefly between tutorial pages

  • achamilt achamilt committed [d41209]

    [feat] Increase tutorial font size and window size

  • achamilt achamilt committed [5a96e6]

    [feat] Properly organize the Edit and View menus

  • achamilt achamilt committed [699824]

    [feat] <Ctrl-Plus> and <Ctrl-minus> zoom in and out as expected

  • achamilt achamilt committed [67edef]

    [feat] Increase border size in BorderedBox

  • achamilt achamilt committed [72c418]

    [fix] (') didn't recognize derivatives

  • achamilt achamilt committed [568ec3]

    [feat] Match a first derivative by regex /\1'~t/

  • achamilt achamilt committed [524839]

    [refactor] Avoid null confusion by renaming Function.NULL to Function.SEVERAL

  • achamilt achamilt committed [44ac8e]

    [doc] Clarify mouse selection in the tutorial

  • achamilt achamilt committed [c1b523]

    [refactor] Avoid ambiguity: Rename ChordFrame to QuickReferenceFrame

  • achamilt achamilt committed [ca65fd]

    [refactor] Move Write.toSingleImage() to ImageTools

  • achamilt achamilt committed [9ed236]

    [feat] Change Ctrl-n order to favour x+(-y)->x-y

<< < 1 2 >