Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove old drawable commented codeDaniel Francis2012-08-031-15/+7
|
* Save as pngDaniel Francis2012-08-011-1/+1
|
* Move canvas for another file, activity.py clean and abstractDaniel Francis2012-07-281-296/+11
|
* Using fill and stroke colorsDaniel Francis2012-07-151-1/+5
|
* Hide separator sometimesDaniel Francis2012-07-151-0/+2
|
* Saving in journal and reordering function namesDaniel Francis2012-07-141-1/+49
|
* Connecting shift press with motion cursorDaniel Francis2012-07-141-0/+2
|
* Selection rectangleDaniel Francis2012-07-141-0/+2
|
* Don't show indicators outside the graph areaDaniel Francis2012-07-141-4/+9
|
* Adding helpbutton, moving XY values to ToolbarBoxDaniel Francis2012-07-141-23/+2
|
* Show or not show gridDaniel Francis2012-07-131-0/+2
|
* Rounding x y valuesDaniel Francis2012-07-131-2/+2
|
* Showing coordinates at a well integrated statusbarDaniel Francis2012-07-131-108/+26
|
* Changing pointer, using lines to show pointer locationDaniel Francis2012-07-131-12/+12
|
* Adding fullscreen buttonDaniel Francis2012-07-121-5/+13
|
* Custom scale styleDaniel Francis2012-07-121-0/+7
|
* Removing update bugDaniel Francis2012-07-121-0/+1
|
* Evaluate functionDaniel Francis2012-07-121-0/+10
|
* Connecting Scale Range parameter entriesDaniel Francis2012-07-121-0/+10
|
* Moving function list to a Paned, using CellRendererIcon as CellRendererColorDaniel Francis2012-07-091-8/+25
|
* Fixing zoom bugsDaniel Francis2012-07-081-24/+32
|
* Moving Graph to a new fileDaniel Francis2012-07-081-410/+10
|
*