summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-06Use make functions for HELP_LINGUASrbuj4-7/+23
2018-10-05Tx: simplify source generation and update themraveit6511-129/+119
2018-10-05Replace -Dokumentationsprojekt with Documentation Projectrbuj4-12/+12
2018-09-24mate-dictionary: Fix memory leakPablo Barciela1-6/+9
2018-09-23tx: update source file for disk-usage-analyzer and search-toolraveit652-8/+8
2018-09-23Fix spelling and grammar mistakesrbuj2-7/+7
2018-09-23search-tool: replace deprecated gtk_menu_popupraveit651-4/+4
2018-09-23screenshot: replace deprecated gdk_flushraveit652-4/+10
2018-09-23dictionary: replace deprecated gdk_flushraveit651-1/+3
2018-09-23dictionary: replace deprecated gtk_menu_popupraveit651-31/+10
2018-09-23dictionary: Replace deprecated GtkFontButton accessorsEmmanuele Bassi1-4/+4
Use the equivalent GtkFontChooser ones. origin commit: https://gitlab.gnome.org/GNOME/gnome-dictionary/commit/d575146
2018-09-23disk-usage-analyzer: replace deprecated gtk_menu_popupraveit652-5/+4
2018-09-15Update Catalan sceenshots of mate-dictionaryrbuj2-0/+0
"Dictionary source" is translated into Catalan as "font de diccionari" for now.
2018-09-15tx: fix config fileraveit651-4/+5
2018-09-14Add Catalan screenshotsrbuj17-0/+0
2018-09-13tx: add mate-dictionary help to transifexraveit653-0/+622
2018-09-13tx: add mate-system-log help to transifexraveit653-0/+427
2018-09-13tx: add mate-search-tool to transifexraveit653-0/+800
2018-09-13tx: add mate-disk-usage-analyzer to transifexraveit653-0/+543
2018-09-12Baobab help: Terminal command updated to 'mate-disk-usage-analyzer'C. Kerensa20-38/+38
In the help files, the terminal command to run mate-disk-usage-analyzer was described as 'baobab'. This was now changed to 'mate-disk-usage-analyzer' in all language files (both msgid and msgstr). Docbook also updated.
2018-07-24baobab-chart: avoid deprecated 'gtk_style_context_set_background'Pablo Barciela1-4/+0
2018-07-12gsearchtool: avoid deprecated 'gtk_window_set_wmclass'Pablo Barciela1-1/+0
2018-06-25release 1.21.0v1.21.0raveit651-0/+4
2018-06-25sync with transifexraveit65120-33636/+100211
2018-06-19pre-bump versionraveit652-1/+3
2018-05-23Add support for non-interactive screenshot directly to clipboardEyal Lotem1-7/+26
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-17tx: add makepot and .pot filesraveit652-0/+3072
2018-03-12transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-02-14avoid deprecated GtkStockPablo Barciela19-88/+175
2018-01-30release 1.20v1.20.0raveit652-2/+12
2018-01-30sync with transifexraveit6585-197/+198
2018-01-30require GTK+ 3.22 and GLib 2.50monsta14-202/+5
2018-01-28Merge pull request #185 from vkareh/hidpi-scalingVictor Kareh1-17/+42
Add screenshot support for HiDPI displays
2018-01-27Add screenshot support for HiDPI displaysVictor Kareh1-17/+42
* Pointer coordinates needed scaling to show up in the correct location. * Window borders needed scaling to avoid a memory overflow when redrawing it. * Monitor dimensions needed scaling to show the correct size, as well as support for multi-monitor masking. Monitor masking is when you have multiple monitors with different sizes, and take a screenshot of the entire desktop. I am not currently able to test this last feature.
2018-01-15mate-screenshot: added New button (#184)Thiago Bighetti3-48/+76
* mate-screenshot: added New button
2018-01-09update copyright year to 2018monsta3-3/+3
2018-01-04screenshot-save.c: Fix build warnings with ‘pipe’ ‘write’ and ↵Pablo Barciela1-9/+12
‘read’: ignoring return value declared with attribute warn_unused_result
2017-12-25add style class logview-windowraveit651-0/+5
2017-12-24release 1.19.1v1.19.1raveit652-1/+14
2017-12-24fix typoraveit651-1/+1
2017-12-24sync with transifexraveit65104-548/+6649
2017-12-21WidthOfScreen and HeightOfScreen implementationPablo Barciela2-21/+14
This commit reverts: https://github.com/mate-desktop/mate-utils/commit/b210e404823cb5b1fa5b74d700fa3f89c2ea71a2 https://github.com/mate-desktop/mate-utils/commit/c0b5081bf32ee22094e15c5d76a8ac8e5806e4a5 And it applies an alternative to fix the deprecated functions: gkd_screen_width gdk_screen_height gdk_screen_get_width gdk_screen_get_height
2017-10-25sync with Transifexmonsta101-24443/+23938
2017-10-25baobab: make zoom with mousewheel work on chartmonsta1-2/+9
like it was with GTK+2 ported from: https://git.gnome.org/browse/baobab/commit/?id=66ad37228e155fe6707064109eae2dd17cc1e969 https://git.gnome.org/browse/baobab/commit/?id=d724a028d54fea765dda4578a1f30910e77ab1a9
2017-10-12screenshot: remove some unused codemonsta4-152/+0
2017-10-12screenshot: don't get window title as it's not used latermonsta1-12/+2
it's useless since https://github.com/mate-desktop/mate-utils/commit/8f060cfddeedc196cf8689ffc670a80cbe5698c6 fixes https://github.com/mate-desktop/mate-utils/issues/165
2017-10-09baobab/logview/dictionary: add our copyright to About dialogmonsta3-3/+6
fixes https://github.com/mate-desktop/mate-utils/issues/80
2017-10-09baobab: set transient parent for remote connect dialogmonsta1-0/+2
fixes yet another runtime warning
2017-10-09baobab: don't make prefs dialog visible in .ui filemonsta1-1/+1
avoids runtime warning about transient parent and fixes initial window placement (on center of parent window)