Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-29 | math-buttons: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2018-06-03 | UI: avoid deprecated GtkButton:use-stock | Pablo Barciela | 1 | -0/+13 | |
2018-05-25 | replace deprecated gtk_menu_popup | raveit65 | 1 | -20/+5 | |
2015-11-21 | Don't use deprecated gtk_{vh}box and GTK_TYPE_{VH}BOX | Wolfgang Ulbrich | 1 | -1/+3 | |
2013-04-18 | Add tooltip mentioning keys to shift buttons again. | Stefan Tauner | 1 | -2/+2 | |
Also, change them in all translations with the help of find and sed. I am not entirely sure if this is correct for RTL languages like arabic, but it does look similar to the other tooltips :) Commands used: find . -name "*.po" -print | xargs sed -i '{N s/msgid "Shift Left"\n\(.*\)"/msgid "Shift Left [<<]"\n\1 [<<]"/g}' find . -name "*.po" -print | xargs sed -i '{N s/msgid "Shift Right"\n\(.*\)"/msgid "Shift Right [>>]"\n\1 [>>]"/g}' | |||||
2012-11-24 | Fixed gsettings. | Steve Zesch | 1 | -1/+3 | |
2012-11-24 | Added inverse trig functions. | Steve Zesch | 1 | -0/+9 | |
2012-11-24 | Update codebase. | Steve Zesch | 1 | -654/+210 | |
2012-11-16 | Added buttons for inverse trig functions. | Steve Zesch | 1 | -0/+9 | |
2012-11-15 | Mark a few string as translatable, add translator comment to the ones | Steve Zesch | 1 | -3/+6 | |
with non obvious meanings. http://git.gnome.org/browse/gcalctool/commit/?h=gnome-2-32&id=91f3718756d752738cc0b50adbef39f23e68b223 | |||||
2012-07-31 | fixing address issue of fsf | Perberos | 1 | -2/+2 | |
2012-04-22 | Support shifts with keyboard | Stefan Tauner | 1 | -2/+2 | |
This patch also changes the shift operation itself to use MPNumber for the multiplier too. Previously a signed int was used, which led to "interesting" results for bigger numbers. This was hidden because the GUI did not allow shifts with more than 15 places. Signed-off-by: Stefan Tauner <[email protected]> | |||||
2011-11-08 | wat | Perberos | 1 | -38/+41 | |
2011-11-08 | initial | Perberos | 1 | -0/+1790 | |