summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-03-23i18n about dialogrbuj1-27/+32
2019-02-17math-window: update copyright year to 2019Pablo Barciela1-1/+1
2019-01-30math-display: avoid deprecated 'gtk_widget_modify_bg'Pablo Barciela1-6/+0
based in the gnome-calculator commit: https://gitlab.gnome.org/GNOME/gnome-calculator/commit/a6e6a1d94a36950df8776e38218fe349a9818ae5
2019-01-30currency-manager: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-01-30currency: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-01-30math-equation: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-01-30unit-manager: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-01-30unit-category: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-01-30unit: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-01-30mp-serializer: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-01-29math-variable-popup: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-01-29math-preferences: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+3
2019-01-29math-variables: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-01-29math-converter: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-01-29math-buttons: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-01-29math-window: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2018-12-29Remove dublicated assignmentPavel Shlyak1-1/+0
Check https://github.com/mate-desktop/mate-calc/issues/69 for more details
2018-12-21Fix typoPavel Shlyak1-1/+1
Check https://github.com/mate-desktop/mate-calc/issues/69 for more details
2018-12-17math-display: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2018-12-01math-window: Fix memory leakPablo Barciela1-1/+4
'g_strconcat' needs to be freed
2018-11-24math-display.c: avoid deprecated 'gtk_widget_ensure_style' (#66)ZenWalker1-1/+0
2018-08-28Copy equation as ASCII textVictor Kareh1-2/+2
This ensures compatibility with pasting into software that cannot handle Unicode characters (e.g. LibreOffice)
2018-06-03UI: avoid deprecated GtkButton:use-stockPablo Barciela1-0/+13
2018-05-25replace deprecated gtk_menu_popupraveit651-20/+5
2018-03-13math-preferences: add window icon to Preferences dialogPablo Barciela1-0/+3
2018-03-04Init gtk before math_equation_new; fix #44Victor A. Santos1-2/+2
2018-02-09avoid deprecated gtk_image_menu_item_new_from_stockPablo Barciela1-9/+38
and set the "help-browser" icon in Help/Contents
2018-01-29Add icon image on close button in preferences dialogPablo Barciela1-2/+2
2018-01-28avoid deprecated GtkStockPablo Barciela2-11/+11
2018-01-27building: bump required glib and gtk+ versionsraveit651-8/+0
and drop old bits
2018-01-15add missing window icon to About dialogmonsta1-0/+1
2018-01-09update copyright year to 2018monsta1-1/+1
2017-07-23math-window: don't use deprecated gtk_show_uriraveit651-0/+9
2017-04-10update copyright year to 2017monsta1-1/+1
2017-03-15drop old GLib codemonsta5-23/+2
2015-11-21replace deprecated GtkMiscWolfgang Ulbrich2-2/+2
2015-11-21Don't use deprecated gtk_{vh}box and GTK_TYPE_{VH}BOXWolfgang Ulbrich3-4/+8
2015-11-21remove gtk2/3 conditionsWolfgang Ulbrich4-33/+0
2013-11-28Merge pull request #20 from rwiggins/masterSteve Zesch1-0/+3
Make numpad period work without numlock on.
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