Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-15 | drop old GLib code | monsta | 5 | -23/+2 | |
2015-11-21 | replace deprecated GtkMisc | Wolfgang Ulbrich | 2 | -2/+2 | |
2015-11-21 | Don't use deprecated gtk_{vh}box and GTK_TYPE_{VH}BOX | Wolfgang Ulbrich | 3 | -4/+8 | |
2015-11-21 | remove gtk2/3 conditions | Wolfgang Ulbrich | 4 | -33/+0 | |
2013-11-28 | Merge pull request #20 from rwiggins/master | Steve Zesch | 1 | -0/+3 | |
Make numpad period work without numlock on. | |||||
2013-11-27 | Fixed typo in help_cb | Steve Zesch | 1 | -1/+1 | |
closes #21 | |||||
2013-11-21 | Make numpad period work without numlock on. | Reid Wiggins | 1 | -0/+3 | |
2013-10-28 | Fix gtk_*box_new deprecations | Stefano Karapetsas | 3 | -0/+24 | |
2013-10-28 | Fix g_type_init deprecations | Stefano Karapetsas | 4 | -0/+8 | |
2013-08-02 | Enable yelp and ghelp: -> help: | infirit | 1 | -1/+1 | |
2013-05-30 | Set window icon name | Stefano Karapetsas | 1 | -0/+1 | |
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}' | |||||
2013-04-02 | Fix typo in previous Perberos commit | Stefano Karapetsas | 1 | -2/+2 | |
2013-04-01 | fix for warning: ‘gtk_vbox_new’ is deprecated on gtk3 | Perberos | 1 | -0/+7 | |
2013-04-01 | src/Makefile.am:6: warning: INCLUDES is the old name for AM_CPPFLAGS (or ↵ | Perberos | 1 | -1/+1 | |
*_CPPFLAGS) | |||||
2013-04-01 | GDK_* to GDK_KEY_* hack | Perberos | 1 | -4/+19 | |
2012-12-02 | support glib 2.30 | Ma Xiaojun | 1 | -3/+10 | |
2012-11-24 | Reapply shift fix from 7155e47 | Steve Zesch | 1 | -7/+9 | |
2012-11-24 | Fixed gsettings. | Steve Zesch | 7 | -155/+46 | |
2012-11-24 | Added inverse trig functions. | Steve Zesch | 1 | -0/+9 | |
2012-11-24 | GTK2 support. Menu fix. Code cleanups. | Steve Zesch | 6 | -247/+326 | |
2012-11-24 | Update codebase. | Steve Zesch | 53 | -2882/+9515 | |
2012-11-18 | Use org.mate.calc as schema id | Brent Hull | 1 | -1/+1 | |
2012-11-16 | Fixed unknown variable error when using inverse trig buttons. | Steve Zesch | 1 | -0/+1 | |
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-11-15 | Fix crash when pasting with empty clipboard | Steve Zesch | 1 | -1/+3 | |
http://git.gnome.org/browse/gcalctool/commit/?h=gnome-2-32&id=b7b9bc76c0dc59c3cbf85127be3898a06c0a8a26 | |||||
2012-07-31 | duh missing endofline | Perberos | 1 | -1/+1 | |
2012-07-31 | fixing address issue of fsf | Perberos | 29 | -124/+124 | |
2012-07-31 | updating about dialog | Perberos | 1 | -1/+2 | |
2012-07-31 | adding hack to fix bison decls mess | Perberos | 1 | -0/+6 | |
2012-07-31 | Update src/math-preferences.h | Perberos | 1 | -0/+2 | |
adding missing c++ bracket | |||||
2012-04-22 | Support shifts with keyboard | Stefan Tauner | 4 | -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-13 | Changed https to http | Steve Zesch | 1 | -1/+1 | |
2012-01-13 | Fixed typo. | Steve Zesch | 1 | -282/+282 | |
2012-01-13 | Added mate-desktop.org to the about window. | Steve Zesch | 1 | -0/+1 | |
2011-11-24 | allman style format | Perberos | 15 | -1472/+1469 | |
2011-11-08 | wat | Perberos | 1 | -38/+41 | |
2011-11-08 | fast typo error | Perberos | 1 | -0/+0 | |
2011-11-08 | renaming from gcalctool to mate-conf | Perberos | 6 | -46/+46 | |
2011-11-08 | initial | Perberos | 32 | -0/+12520 | |