summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-12-17timer: simplify some codemonsta1-6/+6
2015-12-17timer: fix build warningmonsta1-1/+1
2015-12-17command: fix build warningsmonsta1-9/+9
2015-12-17netspeed: remove duplicate #define's - leftovers from original repomonsta1-4/+0
2015-12-17netspeed: fix distcheckWolfgang Ulbrich2-1/+23
2015-12-16pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+4
2015-12-14merge netspeed applet from mate-netspeed repomonsta75-1/+7001
2015-12-14 stickynotes: correctly apply chosen font type in GTK+3 build György Balló1-1/+18
adapted from https://git.gnome.org/browse/gnome-applets/commit/?id=75836cbd9198b0ceb55498147932da957d158563
2015-12-11stickynotes: use '-' instead of '_' in the name of applet's binaryMonsta3-4/+4
2015-12-11stickynotes: remove local TODO, it's outdatedmonsta1-12/+0
2015-12-11accessx-status: remove local COPYING file, no need for itmonsta1-482/+0
2015-12-11stickynotes: remove wrong MATE version from local READMEmonsta1-1/+1
2015-12-10make .mate-panel-applet files for command and timer really translatablemonsta1-1/+2
2015-12-07stickynotes: correctly apply chosen bg color in GTK+3 buildMonsta1-17/+32
current implementation sets the same color for all note parts, which is not right (compared to GTK+2 build), but it's better than nothing. adapted from https://git.gnome.org/browse/gnome-applets/commit?id=a1f4ed5e126ef9f1b4d90c0fe62adcfbeb14dac3
2015-12-07stickynotes: correctly apply chosen font color in GTK+3 buildMonsta1-6/+11
adapted from https://git.gnome.org/browse/gnome-applets/commit/?id=107534eb0cc2ebb45622295b7e9a1a0280e32e0e
2015-12-07stickynotes: remove uneeded functionAlberts Muktupāvels3-12/+0
2015-12-02Bump version to 1.12.1Monsta2-1/+7
2015-11-18drivemount: Don't remove background György Balló1-1/+0
This fixes the invisible text for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way.
2015-11-06Sync translations from transifex (for real this time... tx pull -a ↵Clement Lefebvre102-58491/+62040
--minimum-perc=1 -f)
2015-11-06Sync translations with transifexClement Lefebvre9-5076/+5627
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-11-03Sync translations with transifexClement Lefebvre2-0/+5109
2015-11-02fix typo in commentMonsta1-1/+1
don't do that to poor widow, she had enough already
2015-10-30update NEWS for 1.12monsta1-1/+4
2015-10-16GTK3 cpufreq:fix bottom panel render & 0px labelslukefromdc1-2/+20
fix bottom panel rendering of popup menu in gtk3 builds, fix zero-width frequency/percentage labels in gtk3 builds.
2015-10-16GTK3 cpufreq: support custom panel themeslukefromdc1-1/+14
support custom panel themes in gtk3 builds. Include robust support for transparent themes in cases where gtk3 has issues properly detecting a compositing window manager, e.g compiz.
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-10-16GTK3 drivemount: support custom panel themeslukefromdc1-0/+15
support custom panel themes in gtk3 builds. Includes robust support for transparent themes even when gtk3 has issues properly detecting a compositing window manager e.g. compiz.
2015-10-15GTK cpufreq: fix label position on horizontal panelsraveit651-0/+18
The issue was caused by using deprecated widgets and defines for orientation with GTK3. #define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y) #define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y) Deprecated gtk_[h/v]box_new don't use them.
2015-10-07Add NEWS for 1.11.0mate-applets-1.11.0monsta1-0/+7
2015-10-06pre-bump version to 1.11.0raveit652-1/+4
2015-10-01Merge pull request #160 from raveit65/masterMartin Wimpress1-4/+0
drop dpendency to mate-icon-theme
2015-10-01drop dpendency to mate-icon-themeraveit651-4/+0
The dependency is not really needed; depending on GTK+ should be enough to guarantee the presence of a spec-compliant icon theme.
2015-09-06Make cpupower the defaultinfirit1-1/+1
2015-09-06Rework gsettings schema buildinginfirit22-219/+210
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-08-31accessx-status: have applet background automatically paintedMonsta1-43/+0
2015-08-31geyes: have applet background automatically paintedMonsta1-52/+1
2015-08-19configure.ac: drop obsolete macromonsta1-1/+0
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example.
2015-08-08battstat: remove leftover (not used after migration to cairo)Monsta1-5/+0
2015-08-05accessx-status: add mate- prefix to all iconsBalló György37-71/+71
2015-08-05Fix missing icons on GTK3 with custom icon themeBalló György6-9/+9
2015-08-04timerapplet: Fix typo in mate_panel_applet_set_background_widgetinfirit1-1/+1
fixes #157
2015-08-04Use `test' instead of `[ ]' in configure.acOBATA Akio1-1/+1
[] is misrecognized by autoconf and broken configure script is generated.
2015-07-16Bump version to 1.10.3mate-applets-1.10.3infirit1-1/+1
2015-07-16Update NEWSinfirit1-0/+6
2015-07-16help: rename to mate-sticky-notesinfirit4-5/+5
2015-07-15help tras applet: fix legal pageraveit651-11/+33
2015-07-15help stickynotes: fix legal pageraveit651-13/+35