summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-09-28Fix spelling and grammar mistakesrbuj6-13/+13
2018-09-28legal.xmlrbuj6-364/+376
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \;
2018-09-27tx: add help from applets to transifex configraveit6513-1/+5730
2018-09-11accessx-status: fix another leakraveit651-0/+1
2018-09-10Fix memory leak on accessx-status.Rui Caridade1-0/+1
2018-09-10sticky-notes: fix a memory leakRui Caridade1-0/+1
origin commit: https://github.com/GNOME/gnome-applets/commit/f04777973b37265ca9e034421996f16d64853ee2
2018-08-24timerapplet: Allow reseting timer when inactiveVictor Kareh1-3/+38
Also add click interaction with the panel applet.
2018-07-20Avoid newly deprecated gtk_css_provider_get_defaultlukefromdc1-3/+3
This works the exact same way gtk_css_provider_get_default works internally, except that we handle a static cssprovider ourselves
2018-07-20Weather: apply a widget name to the textviewlukefromdc1-2/+3
This is necessary to allow use of gtk_style_context_add_provider_for_screen without applying the provider to other applets too if these applets are ever ported to run in-process.
2018-07-19weather: add cssprovider for widget not for screenlukefromdc1-1/+1
Will be needed if this is ever ported to in-process
2018-07-17mateweather-dialog.c: avoid deprecated 'gtk_widget_override_font'Pablo Barciela1-1/+46
2018-07-12cpufreq: stop segfault with gtk3.23lukefromdc1-1/+10
Also stop any other segfaults caused by failure of deprecated gtk_action_group_get_action to return the name of the active item. With GTK 3.23.0 cpufreq_popup_menu_set_active sends invalid name information for userspace governors
2018-07-12trash applet: avoid deprecated 'gtk_window_set_wmclass'Pablo Barciela1-1/+0
2018-07-10cpufreq: fix a -Wimplicit-function-declarationraveit651-0/+4
happens if build with -lcpupower and kernel 4.7+ ``` cpufreq-monitor-libcpufreq.c: In function 'cpufreq_monitor_libcpufreq_run': cpufreq-monitor-libcpufreq.c:117:7: warning: implicit declaration of function 'cpupower_is_cpu_online' [-Wimplicit-function-declaration] if (cpupower_is_cpu_online (cpu)) { ^~~~~~~~~~~~~~~~~~~~~~ ```
2018-07-10trash: fix a -Wincompatible-pointer-types warningraveit651-1/+1
2018-07-09weather-applet: replace deprecated GtkAlignmentraveit651-4/+1
2018-07-09weather-dialog: replace deprecated GtkAlignmentraveit651-11/+15
2018-07-09weather-prefs: replace deprecated gtk_alignment_newraveit651-6/+3
2018-07-09stickynotes: replace deprecated gdk_error_trap_push/pop functionsraveit651-5/+7
and renaming gdk_display to xdisplay var to match GDK_DISPLAY_XDISPLAY, what it really is.
2018-07-08cpu-freq: replace deprecated gtk_menu_popupraveit651-52/+5
2018-07-08sticknotes: replace deprecated gtk_menu_popupraveit651-4/+2
2018-07-06drivemount: replace deprecated gtk_menu_popupraveit651-67/+10
2018-07-06charpick: replace deprecated gtk_menu_popupraveit651-36/+5
2018-06-20release 1.21.0v1.21.0raveit651-0/+14
2018-06-20sync with transifexraveit65127-53361/+92862
2018-06-11Cpufreq: Force the frequency label to render if frequencies are not found ↵lukefromdc1-1/+7
right away Use a default "---" label until frequency values are found
2018-06-11Cpufreq: Refactor to remove more GTK2 leftoverslukefromdc1-112/+10
2018-06-11Cpufreq: ensure frequency label always shows up if freq selectedlukefromdc1-44/+7
Remove old code left over from GTK2 that never worked properly in GTK 3
2018-06-10update .pot fileraveit651-224/+182
2018-06-10pre-bump versionraveit652-1/+3
2018-05-12accessx: Convert icons from pixbuf to cairo surfacesVictor Kareh151-354/+581
This improves support for HiDPI displays. It also fixes some deprecation warnings, adds auto-resizing, and updates the main applet icon.
2018-05-12netspeed: Use theme icons instead of embeddedVictor Kareh17-108/+164
This removes old icons included with the applet and instead uses icons from the current theme. Known issues: * Loopback interface does not have an icon, instead we use a "reload" icon to simulate it. * PLIP/SLIP interfaces do not have proper icons, I managed to find an old PLIP icon in the hicolor theme and re-purposed it. * Since not all icons have the same levels of scaling, I'm capping the size at 48px to keep all interfaces consistent. * There are no icons for Wireless Quality, so I retained the existing ones for now.
2018-05-12battstat: Load theme icons instead of pixmapsVictor Kareh7-1331/+63
Also remove the outdated option for expanded view.
2018-05-12Convert applet icons from pixbuf to surfacesVictor Kareh6-135/+178
This improves support for HiDPI by loading properly scaled surfaces for applets.
2018-04-09solving type mismatch in g_settings_set_valuemarosg421-4/+5
2018-04-09only text formatting to prepare for real changemarosg421-92/+83
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-21Fix cpufreq applet spacing on HiDPI displaysVictor Kareh1-1/+3
2018-03-16tx: add makepot and .pot filesraveit652-0/+2532
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-03-06multiload: add style class multiload-appletraveit651-0/+4
2018-02-09avoid deprecated GtkStockPablo Barciela19-75/+91
2018-02-04release 1.20v1.20.0raveit652-1/+13
2018-02-04sync with transifexraveit651-4/+5
2018-02-04require GTK+ 3.22 and GLib 2.50monsta21-423/+12
2018-02-04Scaling network graph using thresholds defined by userMarian Gasparovic7-178/+477
2018-02-02multiload: fix tabs/spaces mix in more placesmonsta1-93/+91
2018-02-01multiload: fix spacing in some placesmonsta1-58/+58
2018-02-01multiload: remove some unneeded spacesmonsta1-5/+5
2018-02-01configure.ac: fix version in commentmonsta1-1/+1