summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2013-11-27Fixed typo in help_cbSteve Zesch1-1/+1
closes #21
2013-11-21Make numpad period work without numlock on.Reid Wiggins1-0/+3
2013-10-28Fix gtk_*box_new deprecationsStefano Karapetsas3-0/+24
2013-10-28Fix g_type_init deprecationsStefano Karapetsas4-0/+8
2013-08-02Enable yelp and ghelp: -> help:infirit1-1/+1
2013-05-30Set window icon nameStefano Karapetsas1-0/+1
2013-04-18Add tooltip mentioning keys to shift buttons again.Stefan Tauner1-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}'
2013-04-02Fix typo in previous Perberos commitStefano Karapetsas1-2/+2
2013-04-01fix for warning: ‘gtk_vbox_new’ is deprecated on gtk3Perberos1-0/+7
2013-04-01src/Makefile.am:6: warning: INCLUDES is the old name for AM_CPPFLAGS (or ↵Perberos1-1/+1
*_CPPFLAGS)
2013-04-01GDK_* to GDK_KEY_* hackPerberos1-4/+19
2012-12-02support glib 2.30Ma Xiaojun1-3/+10
2012-11-24Reapply shift fix from 7155e47Steve Zesch1-7/+9
2012-11-24Fixed gsettings.Steve Zesch7-155/+46
2012-11-24Added inverse trig functions.Steve Zesch1-0/+9
2012-11-24GTK2 support. Menu fix. Code cleanups.Steve Zesch6-247/+326
2012-11-24Update codebase.Steve Zesch53-2882/+9515
2012-11-18Use org.mate.calc as schema idBrent Hull1-1/+1
2012-11-16Fixed unknown variable error when using inverse trig buttons.Steve Zesch1-0/+1
2012-11-16Added buttons for inverse trig functions.Steve Zesch1-0/+9
2012-11-15Mark a few string as translatable, add translator comment to the onesSteve Zesch1-3/+6
with non obvious meanings. http://git.gnome.org/browse/gcalctool/commit/?h=gnome-2-32&id=91f3718756d752738cc0b50adbef39f23e68b223
2012-11-15Fix crash when pasting with empty clipboardSteve Zesch1-1/+3
http://git.gnome.org/browse/gcalctool/commit/?h=gnome-2-32&id=b7b9bc76c0dc59c3cbf85127be3898a06c0a8a26
2012-07-31duh missing endoflinePerberos1-1/+1
2012-07-31fixing address issue of fsfPerberos29-124/+124
2012-07-31updating about dialogPerberos1-1/+2
2012-07-31adding hack to fix bison decls messPerberos1-0/+6
2012-07-31Update src/math-preferences.hPerberos1-0/+2
adding missing c++ bracket
2012-04-22Support shifts with keyboardStefan Tauner4-9/+17
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]>
2012-01-13Changed https to httpSteve Zesch1-1/+1
2012-01-13Fixed typo.Steve Zesch1-282/+282
2012-01-13Added mate-desktop.org to the about window.Steve Zesch1-0/+1
2011-11-24allman style formatPerberos15-1472/+1469
2011-11-08watPerberos1-38/+41
2011-11-08fast typo errorPerberos1-0/+0
2011-11-08renaming from gcalctool to mate-confPerberos6-46/+46
2011-11-08initialPerberos32-0/+12520