Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-24 | display small numbers in scientific notation | mbkma | 1 | -2/+7 | |
in number format: automatic | |||||
2019-04-24 | Revert "fixes issues 25 and 26" | raveit65 | 1 | -7/+2 | |
This reverts commit 1f84e1918c1f1ca57fa63f72b7c1f39c5c4563ac. | |||||
2019-04-24 | fixes issues 25 and 26 | mbkma | 1 | -2/+7 | |
2019-04-23 | mate-calc: Fix memory leak | Pablo Barciela | 1 | -0/+8 | |
'g_path_get_basename' needs to be freed Fix memory leak detected by valgrind: valgrind --leak-check=full mate-calc ==17452== 10 bytes in 1 blocks are definitely lost in loss record 501 of 10,243 ==17452== at 0x483577F: malloc (vg_replace_malloc.c:299) ==17452== by 0x5657900: g_malloc (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.3) ==17452== by 0x563E84A: g_path_get_basename (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.3) ==17452== by 0x11A9E3: main (in /usr/bin/mate-calc) | |||||
2019-04-21 | math-buttons: avoid shifting signed 64-bit value by 63 bits | Pablo Barciela | 1 | -1/+1 | |
Fixes cppcheck warning: [src/math-buttons.c:391]: (error) Shifting signed 64-bit value by 63 bits is undefined behaviour | |||||
2019-04-15 | Add support for "pi" in addition to "π" | mbkma | 1 | -3/+3 | |
2019-03-23 | i18n about dialog | rbuj | 1 | -27/+32 | |
2019-02-17 | math-window: update copyright year to 2019 | Pablo Barciela | 1 | -1/+1 | |
2019-01-30 | math-display: avoid deprecated 'gtk_widget_modify_bg' | Pablo Barciela | 1 | -6/+0 | |
based in the gnome-calculator commit: https://gitlab.gnome.org/GNOME/gnome-calculator/commit/a6e6a1d94a36950df8776e38218fe349a9818ae5 | |||||
2019-01-30 | currency-manager: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2019-01-30 | currency: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 | |
2019-01-30 | math-equation: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2019-01-30 | unit-manager: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 | |
2019-01-30 | unit-category: avoid deprecated 'g_type_class_add_private' | Pablo Barciela | 1 | -3/+2 | |
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 | |