Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/calculate.py
Commit message (Expand)AuthorAgeFilesLines
* Tidy up comment indentationGary Martin2012-11-251-20/+21
* Use correct GTK3 keyboard event mask references.Gary Martin2012-11-251-2/+2
* Correction to Gtk.TextWindowType.TEXT for GTK3 portGary Martin2012-11-251-1/+1
* Fix additional Gtk Enum and Flag references that have changed in GTK3Gary Martin2012-11-251-19/+19
* Initial GTK3/gi.repository/sugar3 portGary Martin2012-11-241-56/+55
* Compatibility comments and small change for older versions of SugarGary Martin2012-11-241-0/+2
* Code that used CanvasIcon was commented out in 2007, remove it SL#3673.Gary Martin2012-10-081-3/+0
* Use user fill and stroke colours for variable view, using black or white text...Gary Martin2012-10-081-4/+20
* Use user fill and stroke colours for answer history, using black or white tex...Gary Martin2012-10-081-1/+13
* Make sure long answers and answer history correctly wrap and don't trigger al...Gary Martin2012-10-071-1/+1
* Make sure cursor and delete editing method focus on main entry area so that c...Gary Martin2012-10-071-2/+12
* Fix to prevent help text from being copied into next calculation. SL#2307Gary Martin2012-03-231-1/+2
* Replace another bad variable name that was clobbering a builtin python type!Gary Martin2012-03-231-19/+19
* Replaced bad variable name clobbering a python keyword.Gary Martin2012-03-231-5/+5
* Use kid friendly div, mul, and equal symbols by default, pootle can overide t...Gary Martin2011-10-051-2/+3
* Make text smaller / don't insert as ansReinier Heeres2010-07-261-7/+22
* Merge branch 'master' of git://git.sugarlabs.org/calculate/garycmartins-toolb...Reinier Heeres2009-09-161-0/+1
|\
| * Fix old bug preventing <Ctrl>-Q from working.Gary Martin2009-09-141-0/+1
* | Fix unicode string bugReinier Heeres2009-09-151-1/+1
|/
* Fixed blocked keyboard input for new toolbars (was checking old toolbar widge...Gary Martin2009-09-121-2/+1
* Fix superscript display bugReinier Heeres2009-04-221-4/+8
* Major calculate update.Reinier Heeres2009-01-101-115/+160
* Redo sharing code with ShareableActivityReinier Heeres2008-12-231-217/+198
* Fix insert of answer when not definedReinier Heeres2008-03-131-3/+4
* i18n of help functions; not the final solution!Reinier Heeres2007-11-301-5/+5
* Included support for rational numbersReinier Heeres2007-11-181-7/+15
* Big update; see NEWSReinier Heeres2007-11-181-7/+30
* Removed debug lineReinier Heeres2007-11-131-2/+0
* Unicode parsing + bugfixesReinier Heeres2007-11-131-29/+31
* Remove set_titleReinier Heeres2007-11-011-1/+0
* eqnparserhelp.py included, basic i18n supportReinier Heeres2007-09-241-18/+18
* Fixed #3625Reinier Heeres2007-09-201-1/+2
* Key 'x %' workingReinier Heeres2007-09-201-0/+8
* Function exceptions get caught.Reinier Heeres2007-09-161-16/+29
* Improved internal equation history logicReinier Heeres2007-09-161-21/+35
* Bugfixes and improvements (help system, error reporting)Reinier Heeres2007-09-161-44/+94
* Minor design tweaksReinier Heeres2007-09-101-3/+3
* Bugfixes, plot axes labels, MANIFEST updateReinier Heeres2007-09-101-2/+3
* Basic plot() support!Reinier Heeres2007-09-071-57/+74
* Sharing simplified; should fix slowdownsReinier Heeres2007-09-051-29/+72
* See NEWS, major upgradeReinier Heeres2007-09-031-97/+316
* adapt import from canvasicon -> icon moduleReinier Heeres2007-08-291-1/+1
* Removed sugar color module importReinier Heeres2007-08-221-1/+0
* Two more name changes 'calc' -> 'calculate'Reinier Heeres2007-07-281-10/+5
* Added sharing to calculate! Actually, it has a pretty bad performanceMiguel Ángel Álvarez Bernardo2007-07-191-11/+50
* Changes to font sizes, try catch blocks on some unnecessary imports (remove t...Miguel Ángel Álvarez Bernardo2007-07-171-10/+26
* Fixed toggle buttons (variable/history view working)Reinier Heeres2007-07-151-22/+39
* Fixed deg/rad angle scalingReinier Heeres2007-07-151-3/+3
* Ans gets inserted if empty input field onlyReinier Heeres2007-07-151-9/+11
* Added Equation class, code formattingReinier Heeres2007-07-151-53/+84