summaryrefslogtreecommitdiff
path: root/math/gcalctool
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-12Update to 4.4.22:jmmv2-5/+5
Overview of changes in gcalctool 4.4.22 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash. Overview of changes in gcalctool 4.4.21 * Fixed bug #157277. Entering "(" followed by Clr using the mouse to click on the buttons, caused a bogus character to be displayed and the display wasn't cleared.
2004-10-12Update to 4.4.20: some fixes and updated translations.jmmv3-7/+7
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-21Update to 4.4.18: This version corresponds to GNOME 2.8.0.jmmv4-23/+12
* Generated tarball distribution for GNOME 2.8 (Final).
2004-05-11s/malloc.h/stdlib.h/ for darwin/freebsddanw2-1/+15
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-01Update to 4.3.51:jmmv3-8/+101
* Version for GNOME 2.6 (FINAL) call for tarballs. Includes: - new locales for pa, en_GB, bg and ga. - localized online user documentation from the Sun translation team. for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-11Update to 4.3.50:jmmv3-8/+9
* One more slight adjustment to the fix for bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064) Entering numbers that start with the numeric point character ('.") are now visibly displayed. * Adjustment to the fix for bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064) Fix to remove a potential spurious initial thousands separator character after a change sign operation.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+2
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv1-1/+2
database.
2004-02-27Update to 4.3.48:jmmv3-6/+8
* Fixed bug 135064. Changing the sign of a large number (when "Show Thousands Separator" is on and this is not the C locale), no longer corrupts the display. My special thanks to Miloslav Trmac for fixing this problem in a really elegant manner. This is an important change to the way that numbers are displayed. The fix involved resetting all the internal calculations in gcalctool to be done in the C locale, and then localized (radix character and thousands separator), just before the number is displayed. I'd appreciate it if everybody could give this a good thrashing in as many locales as possible to make sure that it's fully working. * Fixed bug 135328. Added Shift-slash as a recognized alternate for the divide operation (needed by the be-latin1 keyboard layout).
2004-02-26Update gcalctool to 4.3.46.minskim2-5/+5
Changes since 4.3.44: * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 which are shifted about the accented characters on a French keyboard. * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up.
2004-02-16Update to 4.3.44.jmmv2-9/+9
Overview of changes in gcalctool 4.3.44 * Fixed bug 133764. - "Gradients" was still appearing when in Scientific mode (instead of "Gradians". - In the x^2 button, the 2 should not be italicized. - In the x^2 and x^y buttons, the x should be italicized. - The View Thousands Separator menu item should not remain active during an error condition. Overview of changes in gcalctool 4.3.43 * Fixed bug 133590. The About box now lists the documenters of gcalctool. Overview of changes in gcalctool 4.3.42 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen (rather than square brackets) to show what mode the user is currently using. Overview of changes in gcalctool 4.3.41 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather than frames (per the HIG). Overview of changes in gcalctool 4.3.40 * Fixed bug 131571. User defined constants are now read/written out (as gconf resources) with no thousands separator and with a radix of ".". Overview of changes in gcalctool 4.3.39 * Fixed bug 131594. The "Insert ASCII View..." menu item and the "Insert" button no longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
2004-02-11bl3ifyxtraeme1-7/+7
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-1/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-16Update to 4.3.38 from Min Sik Kim in PR pkg/24101.xtraeme2-5/+6
Changes since 4.3.35: * Fixed bug 131059. Fix to allow the thousands separator to be used correctly with the creation of the initial constant values in the Russian locale. * Fixed bug 130078. Changed the y^x button label to x^y (really x superscript y). Adjusted the tooltip message to "Raise displayed value to the power of y". * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep() routine in order to get the thousands separator to correctly work in all locales. Note that there is no thousands separator now for the C locale.
2004-01-14Update to 4.3.35, provided by Min Sik Kim in PR pkg/24011.xtraeme4-22/+41
Changes sinec 4.2.83: o Many bug fixes. o Further work on enhancement request 125873. As the user is typing in input, the display will now show the thousands separator (if checked). o On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK. This keyval/state pair needed to be added to the Xor recognized mappings. o gcalctool can now optionally show the thousands seperator character for fixed point numbers displayed in the decimal base. Same for numbers stored in the memory registers. There is a new "Show Thousands Separator" menu entry in the View menu to set this. o Online help updated. o Updated the gcalctool man pages. o Install "gnome-calculator" symlink as reqested by Glynn Foster.
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-08-26gcalctool depends on gnome2-dirs, not gnome-dirs.junyoung1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-07-11- Use schemas.mk to handle GConf2 schemas properly.jmmv4-10/+19
- Use omf.mk to handle scrollkeeper omf files properly. - Depend on gnome2-dirs to handle shared directories. - Sort PLIST while here. - Bump PKGREVISION to 1.
2003-06-06update to 4.2.83drochner4-26/+50
bugfix release, as it looks
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-02Initial import of gcalctool-4.1.0, a gtk2+ version of calctool, a versatilerh5-0/+61
calculator tool. This version was provided by Scott Aaron Bamford in PR pkg/18660 with some buildlink2 changes by me.