summaryrefslogtreecommitdiff
path: root/math/gcalctool/patches
AgeCommit message (Collapse)AuthorFilesLines
2011-01-11update to 5.32.2drochner2-34/+12
This switches to the gnome-2.32 release branch.
2010-06-18Adjust patch to upstream commit.obache1-10/+12
2010-06-17Fixes build failure on NetBSD-5.0.2.obache1-0/+32
Use fgets(3) instead of getline(3).
2007-11-03update to 5.20.2drochner1-12/+0
This switches to the new gnome-2.20 branch.
2007-09-29make this compile with gtk-2.12, basically from Yakovetsky Vladimirdrochner1-0/+12
per PR pkg/37035, fixed differently (not for technical reasons but for consistency with pkgsrc/x11/gnome2-applets)
2007-04-20Remove obsolete patch.wiz1-13/+0
2007-03-25Fix build with gnome-doc-utils-0.10.1.wiz1-0/+13
2006-03-30Update to 5.7.32:jmmv1-92/+0
Overview of changes in gcalctool 5.7.32 * Released a gcalctool tarball for GNOME 2.14.0 (Final). ---- Overview of changes in gcalctool 5.7.31 * Fix for bug #333078. cvs fails to build due to bg translation of help. * Inclusion of a translation of gcalctool help for the bg locale. ---- Overview of changes in gcalctool 5.7.30 * Released a gcalctool tarball for GNOME 2.14.0 (RC). ---- Overview of changes in gcalctool 5.7.29 * Released a gcalctool tarball for GNOME 2.14.0 (beta2). ---- Overview of changes in gcalctool 5.7.28 * Released a gcalctool tarball for GNOME 2.14.0 (beta1). ---- Overview of changes in gcalctool 5.7.27 * Refixed bug #323150. The recent changes to the square root and subtraction button labels broke the token parser for arithmetic operator precedence. ---- Overview of changes in gcalctool 5.7.26 * Fixed bug #327124. Changes to fix bug #326344 had the side-effect of causing the CE button to no longer work correctly. ---- Overview of changes in gcalctool 5.7.25 * Fixed bug #327214. The results from performing trig functions were not being passed on to future calculations correctly (in non-arithmetic operator precedence mode). ---- Overview of changes in gcalctool 5.7.24 * Gcalctool now uses U+00F7 (DIVISION SIGN) instead of U+2215 (DIVISION SLASH) for label on division button. ---- Overview of changes in gcalctool 5.7.23 * Released a gcalctool tarball for GNOME 2.13.5. ---- Overview of changes in gcalctool 5.7.22 * Fixed bug #323149. Gcalctool now uses the Unicode symbols for division, multiplication, plus/minus, minus and square root. ---- Overview of changes in gcalctool 5.7.21 * Fixed bug #326344. The bit display of large numbers (in non-arithmetic operator precedence mode with the scientific view) now hopefully works correctly. ---- Overview of changes in gcalctool 5.7.20 * Fixed bug #142824. Gcalctool no longer ignores locale specific numeric point in arithmetic operator precedence mode. * Adjusted all the copyright messages to include 2006. ---- Overview of changes in gcalctool 5.7.19 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378) Gcalctool no longer crashes when you double click the 0 in the display area. ---- Overview of changes in gcalctool 5.7.18 * Final fix for bug #153854. Now handles the case where the first thing the user does is change mode (Basic, Financial, Advanced, Scientific) in AOP mode. * Released a gcalctool tarball for GNOME 2.13.4. ---- Overview of changes in gcalctool 5.7.17 * Fixed bug #323150. Sqrt (and other similar operations) no longer fail in non-English locales ---- Overview of changes in gcalctool 5.7.16 * Fixed bug #324001. Primary Selection (middle mouse button) is now working. ---- Overview of changes in gcalctool 5.7.15 * Released a gcalctool tarball for GNOME 2.13.3. ---- Overview of changes in gcalctool 5.7.14 * More work on bug #153854. Similar change to that made on 15th November 2005, this time for arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.7.13 * Slight fixup for bug #157961. The toggling of the first bit in the bit panel wasn't working correctly. ---- Overview of changes in gcalctool 5.7.12 * More work on bug #153854 If the user has completed a calculation and we are going to a new mode that is "compatible" with this one, then just change modes. Otherwise display a dialog warning the user that the current calculation will be cleared. Incompatible modes are: Scientific -> Basic Scientific -> Advanced Scientific -> Financial (unless we are in Scientific mode with Decimal numeric base and Fixed). These changes work nicely in non-arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.7.11 * Released a gcalctool tarball for GNOME 2.13.2. ---- Overview of changes in gcalctool 5.7.10 * Fixed bug #316755. Gcalctool no longer has "Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion `window != NULL' failed" warnings at startup. ---- Overview of changes in gcalctool 5.7.9 * Fixed bug #319934. The percent operator was broken in non-arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.7.8 * Fixed bug #317378 (http://bugzilla.gnome.org/show_bug.cgi?id=317378) Exponential notation now works correctly in arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.7.7 * Slight adjustment to the bit panel. It's now centralized. ---- Overview of changes in gcalctool 5.7.6 * Adjusted the mpcmim() routine in mp.c. The fix for Sun bug #4006391 needed to also preserve v->toclear and v->pointed. * Work on enhancement request #157961. Started to implement the bit panel for non-arithmetic precedence mode. It's automatically displayed when in Scientific mode. ---- Overview of changes in gcalctool 5.7.5 * Implemented enhancement request #148104 for arithmetic precedence mode. The modulo operation. See entry below for more details. ---- Overview of changes in gcalctool 5.7.4 * Fixed bug #316382. The "useless" cursor is no longer displayed in the calculator display area. ---- Overview of changes in gcalctool 5.7.3 * Implemented enhancement request #148104 for non-arithmetic precedence mode. Added in a modulo operation. This is available in Scientic Mode. A Mod B return the remainder when you divide A by B. A and B must be integers. Keyboard shortcut for this operation is "M". ---- Overview of changes in gcalctool 5.7.2 * Fixed bug #162453. The memory register dialog now uses GtkEntry widgets to display the register values. Gnopernicus can now correctly speak the contents of each memory register. There is also a close button to easily dismiss this dialog. ---- Overview of changes in gcalctool 5.7.1 * Fixed bug #314540. The memory register window is now a dialog rather than a top-level window. ---- Overview of changes in gcalctool 5.7.0 * Fix to prevent invalid numeric entry in arithmetic operator precedence mode, depending upon the current base.
2005-10-10Update libtool.m4 fragment to allow build on DragonFly.joerg1-0/+92
2005-04-20update to 5.5.42drochner1-24/+0
changes: -pre-C99 fix - saves a patch -new translations
2005-04-12Added a patch needed for gcc-2.95. Approved by jlam.rillig1-0/+24
2004-09-21Update to 4.4.18: This version corresponds to GNOME 2.8.0.jmmv1-13/+0
* Generated tarball distribution for GNOME 2.8 (Final).
2004-05-11s/malloc.h/stdlib.h/ for darwin/freebsddanw1-0/+13
2004-01-14Update to 4.3.35, provided by Min Sik Kim in PR pkg/24011.xtraeme1-13/+0
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.
2003-07-11- Use schemas.mk to handle GConf2 schemas properly.jmmv1-2/+2
- 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.83drochner1-9/+9
bugfix release, as it looks
2002-11-02Initial import of gcalctool-4.1.0, a gtk2+ version of calctool, a versatilerh1-0/+13
calculator tool. This version was provided by Scott Aaron Bamford in PR pkg/18660 with some buildlink2 changes by me.