Calcoo Portable Changelog

What's new in Calcoo Portable 1.3.15-1.0

Jun 21, 2013
  • Add: some keyboard shorcuts

New in Calcoo Portable 1.3.14 (Jun 21, 2013)

  • Fix: addition/subtraction tweaked to have 100.1 - 100 - 0.1 equal to zero rather than to 10e-17 and so on. Ditto for log and log10. An analogous hack for the trigonometric functions improved.

New in Calcoo Portable 1.3.13 (Jun 21, 2013)

  • Fix: bug which caused segfaults during pasting when the selection could not be retrieved.

New in Calcoo Portable 1.3.12 (Jun 21, 2013)

  • Add: accelerator keys: "BackSpace" for undo, "Delete" for clear_x, "Up"/"Down" for stack scrolling (RPN mode)
  • Add: mouse middle button now pastes into the main display
  • Add: info and options windows can now be closed by hitting Escape
  • Add: option to truncate trailing zeros when rounding to a fixed number of decimal places
  • Fix: processing of the command-line options moved to before the call to gtk_init(). As the result, it is now possible to run calcoo with options -h and -v even if no window can be opened
  • Fix: it turned out that changing options using the spacebar rather than the mouse was ignored (GTK bug?). Workaround enabled.
  • Change: beautifications of the settings window
  • Change: minor code cleanups

New in Calcoo Portable 1.3.11 (Jun 21, 2013)

  • Fix: the bug in setting the color for the button labels and display glyphs.
  • Now, calcoo DOES take this color from the current GTK+ scheme.
  • The default color is fg[PRELIGHT] for the "default" style, as defined in ~/.gtkrc. It can be changed in defaults.h. Thanks to Jan Stocker for reporting this bug.