summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-20fix release tarballs on travis CI failedv1.25.0Wu Xiaotian1-1/+3
2020-06-20release 1.25.0raveit651-0/+17
2020-06-20sync with transifexraveit65264-1025/+4807
2020-06-20update resource for transifexraveit651-119/+70
2020-06-20update submoduleraveit651-0/+0
2020-06-17update to use the latest submodule codeWu Xiaotian1-0/+0
2020-06-15pre-bump versionraveit652-1/+3
2020-06-11libegg: use git submoduleWu Xiaotian12-3859/+12
2020-06-06panel-toplevel: Use monotonic time for measuring time intervalsrbuj1-41/+20
2020-06-06panel-toplevel: Use animation duration time instead of end timerbuj1-25/+13
2020-06-06panel-toplevel: Remove warning ‘GTimeVal’ is deprecatedrbuj1-49/+66
2020-05-25Fix some cast-function-type warnings introduced in GCC 8rbuj14-28/+34
2020-05-24preferences dialog: change show thumbnails radio to check button and bind ↵Konstantin Unruh2-72/+22
its active property to sensitivity state of GtkSpinButton
2020-04-24Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-24Travis CI: debian build: add clang compilerPablo Barciela1-0/+8
2020-04-24Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGSPablo Barciela1-4/+6
2020-04-20ci: don't run configure with autogen.shraveit651-1/+1
2020-04-20build: silent build warnings for distcheckraveit651-0/+1
2020-04-10ci: variables, drop obsolete Warn_Cflagsraveit651-2/+1
2020-04-10Travis CI: build with mate-common-1.24.1 tarballraveit651-20/+15
2020-04-10use default MATE_COMPILE_WARNINGS levelraveit651-1/+1
2020-04-10ci: update build environmentraveit651-14/+16
2020-03-26Add 48x48 iconsrbuj13-284/+12
2020-03-26Add 96x96 iconsrbuj14-1/+36
2020-03-26Add 64x64 iconsrbuj14-1/+36
for SVG in scalable/*.svg; do file=${SVG##*/}; echo "rsvg-convert -w 64 -h 64 $SVG -o 64x64/${file%.svg}.png"; done | sh
2020-03-26Add 256x256 iconsrbuj14-1/+36
for SVG in scalable/*.svg; do file=${SVG##*/}; echo "rsvg-convert -w 256 -h 256 $SVG -o 256x256/${file%.svg}.png"; done | sh
2020-03-26Clean scalable svg filesrbuj9-2510/+2541
find . -name *.svg -exec inkscape --convert-dpi-method=none --verb=FileVacuum --verb=FileSave --verb=FileQuit {} \;
2020-03-20Travis CI: use Ubuntu devel instead 19.10Pablo Barciela1-1/+1
2020-03-11button-widget: Fix memory leakrbuj1-0/+1
2020-03-02Do not collect the translation for Iconrbuj5-5/+5
2020-02-20Travis CI: Fix build error, add .build.ymlPablo Barciela2-199/+198
2020-02-19Enable applications in addto menu (fixes 1055) (#1056)William Wold1-0/+2
2020-02-17Remove warnings: function declaration isn’t a prototyperbuj2-2/+2
2020-02-09release 1.24.0v1.24.0raveit652-1/+6
2020-02-09tx: sync with transifexraveit654-21/+23
2020-02-06build: show warning flags on configure summaryrbuj1-0/+1
2020-01-23release 1.23.3v1.23.3raveit652-1/+16
2020-01-23Revert "release 1.23.2"raveit652-16/+1
This reverts commit 815feeb113fe3b13a4e111e70b295fb6477f7e4a.
2020-01-23release 1.23.2raveit652-1/+16
2020-01-23tx: sync with transifexraveit65357-6618/+6439
2020-01-14Avoid double a11y description on panel toplevelsColomban Wendling1-2/+2
Do not set an extra a11y name and description on an internal child of the panel, because its toplevel has most of it already through setting the GTK window title. Instead, explicitly set the a11y name and description on the toplevel directly, possibly overriding GTK's value implicitly set via gtk_window_set_title(), but which would be the same anyway. This prevents e.g. a screen reader vocalizing the panel name twice when entering it, once for the toplevel and once for the internal child. This also avoids announcing the panel again when moving from one of the hide buttons to one of the applets or launcher.
2020-01-12Update copyright to 2020raveit653-45/+45
2020-01-12Update copyright to 2020raveit6510-10/+10
2019-12-13Clock applet: Fix string comparisonClement Lefebvre1-2/+5
2019-12-13clock applet: add a call to ATK to provide the current displayed timeJonathan Michalon1-2/+7
2019-12-08Travis CI: add '-Wredundant-decls' to 'CFLAGS' variablePablo Barciela1-1/+1
2019-12-04status-notifier: Render menu items as cairo surfaceVictor Kareh1-2/+8
2019-12-04status-notifier: Render icons as cairo surfaceVictor Kareh1-18/+30
Instead of GdkPixbuf, so that SNI icons can render correctly on HiDPI displays.
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-11-21na-tray: increase min_icon_size valueraveit651-1/+1
This is better for HIDPI resolution with larger icons. And tray- applet can be displayed in in one row with a full-size top/bottom panel.