summaryrefslogtreecommitdiff
path: root/charpick
AgeCommit message (Collapse)AuthorFilesLines
2020-07-30charpick: Load menu from resourcesrbuj3-27/+52
2020-07-28charpick: Fix memory leak reported by clang static analyzerrbuj1-2/+3
2020-07-13Guard block is missingrbuj1-0/+5
2020-06-25sync with transifexraveit65121-225/+449
2020-06-09charpic-about: fix DE name in about dialogAbu Sakib1-2/+2
2020-05-21build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBSrbuj1-2/+0
2020-04-16Remove unused-variable warningsrbuj1-9/+4
2020-04-08build: Use WARN_CFLAGS variablerbuj1-2/+3
2020-03-02tx: pull with fixed translations of pt and pt_BRraveit651-3/+3
2020-02-10tx: sync with transifexraveit651-4/+4
2020-01-21tx: sync with transifexraveit65121-518/+719
2020-01-10Update copyright to 2020raveit652-2/+2
2020-01-09migrate from intltools to gettextWu Xiaotian2-10/+11
2019-06-16tx: sync with transifexraveit65121-19676/+18842
2019-03-23help: update copyrightraveit651-1/+1
2019-03-20Help: Use XInclude instead of ENTITY for legal.xmlrbuj1-5/+1
The ENTITY is expanded in i18n process, and legal.xml file is never read.
2019-03-20assignment discards 'const' qualifier from pointer target typerbuj1-1/+1
2019-03-20Make translatable documenters in about dialogrbuj1-1/+8
2019-03-20Make translatable copyright info in about dialogrbuj1-5/+2
2019-03-20Ensure proper translation of the about dialog titlerbuj1-0/+1
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
2019-03-17tx: sync with transifexrbuj9-27/+44
2019-02-25tx: sync with transifexraveit6512-38/+62
2019-01-27tx: sync with transifexraveit6513-55/+808
2018-11-17sync with transifexraveit65119-7503/+77211
2018-10-06Use make functions for HELP_LINGUASrbuj1-1/+5
2018-10-03Use orderedlist to describe the steps to add the applet to a panelrbuj1-8/+30
2018-10-03Manual: Fix Add to Panel dialog titlerbuj1-1/+1
2018-10-02Manual: OK -> Add (Add to Panel dialog)rbuj1-1/+1
2018-10-02Add/Update Catalan screenshotsrbuj1-0/+0
2018-10-01Remove unused png filesrbuj8-1/+0
2018-09-28legal.xmlrbuj1-75/+75
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \;
2018-07-06charpick: replace deprecated gtk_menu_popupraveit651-36/+5
2018-02-09avoid deprecated GtkStockPablo Barciela2-11/+27
2018-02-04require GTK+ 3.22 and GLib 2.50monsta2-61/+6
2018-01-09update copyright year to 2018monsta1-1/+1
2017-12-05WidthOfScreen and HeightOfScreen implementationPablo Barciela1-4/+3
This commit reverts: https://github.com/mate-desktop/mate-applets/commit/d809e57c7b09f545f1cf847f514fa738d44ac2b3 https://github.com/mate-desktop/mate-applets/commit/2f5515815c1f6c9b66f85d6ec228aad7aea0b441 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height gdk_screen_width gdk_screen_height
2017-10-05update copyright year in other appletsmonsta1-1/+1
2017-08-10avoid deprecated gdk_screen_width/heightZenWalker1-17/+19
2017-08-05charpick: don't use deprecated gtk_show_uriraveit652-0/+14
2017-01-31charpick: fix runtime warnings with GTK+ 3.20/22monsta1-0/+33
use modern padding and margin properties to fix deprecation warnings use zero border width to fix negative allocation warning similar to these fixes: https://github.com/mate-desktop/mate-panel/commit/07b3132af934bd61629be064206d7d12e59baa88 https://github.com/mate-desktop/mate-panel/commit/d06d561dfca50f269c6113bf72fd10e063713942
2017-01-31charpick: add missing static declaration for variablemonsta1-1/+1
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta2-71/+17
and require mate-panel >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-07-31charpick: drop MateAbout and update copyrightraveit651-4/+6
2016-01-27GTK3: fix previous GtkMisc deprecations fix commitWolfgang Ulbrich1-4/+4
2015-12-19Gtk3 charpick: fix a build wrningWolfgang Ulbrich1-1/+1
added by https://github.com/mate-desktop/mate-applets/commit/cd971d3
2015-12-17GTK3 charpick: fix deprecated usage of GtkMisk and GtkArrowWolfgang Ulbrich2-1/+22
2015-12-17charpick: GSList type is wrong here, GList should be usedmonsta1-2/+2
2015-10-16GTK3 charpick: support custom panel themeslukefromdc1-0/+14
support custom panel themes in gtk3 builds, include robust support for transparent themes even when gtk3 has issues properly detecting a compositing window manager e.g. compiz.
2015-09-06Rework gsettings schema buildinginfirit3-20/+18
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-07-13Help charpick applet: fix legal pageraveit651-18/+37