Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-30 | unit: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 | |
2019-01-30 | mp-serializer: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2019-01-29 | math-variable-popup: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2019-01-29 | math-preferences: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+3 | |
2019-01-29 | math-variables: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 | |
2019-01-29 | math-converter: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2019-01-29 | math-buttons: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2019-01-29 | math-window: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2018-12-29 | Remove dublicated assignment | Pavel Shlyak | 1 | -1/+0 | |
Check https://github.com/mate-desktop/mate-calc/issues/69 for more details | |||||
2018-12-21 | Fix typo | Pavel Shlyak | 1 | -1/+1 | |
Check https://github.com/mate-desktop/mate-calc/issues/69 for more details | |||||
2018-12-17 | math-display: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2018-12-01 | math-window: Fix memory leak | Pablo Barciela | 1 | -1/+4 | |
'g_strconcat' needs to be freed | |||||
2018-11-24 | math-display.c: avoid deprecated 'gtk_widget_ensure_style' (#66) | ZenWalker | 1 | -1/+0 | |
2018-08-28 | Copy equation as ASCII text | Victor Kareh | 1 | -2/+2 | |
This ensures compatibility with pasting into software that cannot handle Unicode characters (e.g. LibreOffice) | |||||
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 | |
2018-03-13 | math-preferences: add window icon to Preferences dialog | Pablo Barciela | 1 | -0/+3 | |
2018-03-04 | Init gtk before math_equation_new; fix #44 | Victor A. Santos | 1 | -2/+2 | |
2018-02-09 | avoid deprecated gtk_image_menu_item_new_from_stock | Pablo Barciela | 1 | -9/+38 | |
and set the "help-browser" icon in Help/Contents | |||||
2018-01-29 | Add icon image on close button in preferences dialog | Pablo Barciela | 1 | -2/+2 | |
2018-01-28 | avoid deprecated GtkStock | Pablo Barciela | 2 | -11/+11 | |
2018-01-27 | building: bump required glib and gtk+ versions | raveit65 | 1 | -8/+0 | |
and drop old bits | |||||
2018-01-15 | add missing window icon to About dialog | monsta | 1 | -0/+1 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-07-23 | math-window: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+9 | |
2017-04-10 | update copyright year to 2017 | monsta | 1 | -1/+1 | |
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 | |