summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-19disable deprecation warnings for distcheckraveit651-0/+3
2018-12-17math-display: avoid deprecated 'g_type_class_add_private'Pablo Barciela1-4/+2
2018-12-05tx: fix typoraveit651-1/+1
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-11-13data: update appdata directoryraveit651-1/+1
fixes https://github.com/mate-desktop/mate-calc/issues/49
2018-11-13ui files: add missing icons in titles to dialogsPablo Barciela2-0/+11
2018-11-12buttons-programming.ui: Fix buttonsPablo Barciela1-10/+4
Fixes https://github.com/mate-desktop/mate-calc/issues/63
2018-10-08Use make functions for HELP_LINGUASrbuj1-1/+5
2018-10-03tx: update transifex help sourceraveit651-5/+5
2018-10-03Write equation using MathMLrbuj1-1/+18
2018-10-02tx: update help source for transifexraveit651-5/+5
2018-10-02Fix application namerbuj3-3/+3
2018-10-02Fix repeated wordsrbuj1-1/+1
2018-10-01tx: add help for user-guide to transifex configraveit653-1/+1219
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-22release 1.21.0v1.21.0raveit651-0/+8
2018-06-22sync with transifexraveit65129-16747/+86210
2018-06-14pre-bump versionraveit652-1/+3
2018-06-14update .pot fileraveit651-123/+131
2018-06-03UI: avoid deprecated GtkButton:use-stockPablo Barciela4-24/+49
2018-06-03UI: drop all deprecated elementsraveit655-2426/+1356
2018-05-25Merge pull request #53 from mate-desktop/gtk_menu_popuplukefromdc1-20/+5
replace deprecated gtk_menu_popup
2018-05-25replace deprecated gtk_menu_popupraveit651-20/+5
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-16tx: add makepot and .pot filesraveit652-0/+2171
2018-03-13math-preferences: add window icon to Preferences dialogPablo Barciela1-0/+3
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
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-02-06update NEWS for 1.20 releasev1.20.0raveit651-0/+2
2018-02-06sync with transifexraveit65102-2141/+3823
2018-01-29Add icon image on close button in preferences dialogPablo Barciela1-2/+2
2018-01-28avoid deprecated GtkStockPablo Barciela2-11/+11