Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-03 | gtk3: stop cpufreq-applet turning transparent | lukefromdc | 1 | -3/+7 | |
gtk3: stop cpufreq-applet turning transparent -prevent the cpufreq applet and panel area beneath from becoming transparent to the desktop when a menu item in the popup menu is clicked. Veriied to work on gtk3.19.5 | |||||
2016-01-02 | drop null_applet which isn't even buildable these days | Monsta | 12 | -349/+1 | |
2016-01-02 | stickynotes: drop MateConf migration script | Monsta | 2 | -18/+0 | |
2015-12-22 | accessx-status: remove useless include | monsta | 1 | -3/+0 | |
2015-12-22 | multiload: remove useless include | monsta | 1 | -3/+0 | |
2015-12-19 | GTK3 drivemount: don't use deprecated gtk_widget_get_requisition | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-12-19 | Gtk3 trash applet: with gtk+-3.10 the number of screens is always 1 | Wolfgang Ulbrich | 1 | -0/+4 | |
2015-12-19 | GTK3 timer applet: don't use deprecated GtkMisc | Wolfgang Ulbrich | 1 | -0/+20 | |
2015-12-19 | GTK3 drivemount: port GtkTable to GtkGrid | Wolfgang Ulbrich | 2 | -0/+31 | |
taken from: https://git.gnome.org/browse/gnome-applets/commit/?id=41c210b | |||||
2015-12-19 | Gtk3 charpick: fix a build wrning | Wolfgang Ulbrich | 1 | -1/+1 | |
added by https://github.com/mate-desktop/mate-applets/commit/cd971d3 | |||||
2015-12-19 | GTK3: fix several deprecations | Wolfgang Ulbrich | 1 | -0/+37 | |
- deprecated gdk_app_launch_context_new - deprecated gtk_widget_{set/get}_state | |||||
2015-12-17 | GTK3: wheather: fix deprecated gtk_widget_size_request + GtkMisc | Wolfgang Ulbrich | 3 | -0/+136 | |
2015-12-17 | GTK3 trash: don't use deprecated gdk_error_trap_pop + GtkMisc | Wolfgang Ulbrich | 2 | -0/+17 | |
2015-12-17 | GTK3 stickynotes: several geprecated fixes | Wolfgang Ulbrich | 4 | -8/+41 | |
- don't use deprecated GdkColor - don't use deprecated gtkcolorbutton - don't use deprecated gtk_icon_size_register taken from: https://git.gnome.org/browse/gnome-applets/commit/?id=0e26a90 https://git.gnome.org/browse/gnome-applets/commit/?id=30805d8 https://git.gnome.org/browse/gnome-applets/commit/?id=15dbeb5 | |||||
2015-12-17 | GTK3 multiload: don't use deprecated GtkMisc | Wolfgang Ulbrich | 1 | -0/+28 | |
2015-12-17 | GTK3 geyes: don't use deprecated GtkMisc | Wolfgang Ulbrich | 2 | -1/+46 | |
2015-12-17 | GTK3 command: don't use deprecated GTKMisc | Wolfgang Ulbrich | 1 | -0/+15 | |
2015-12-17 | GTK3 charpick: fix deprecated usage of GtkMisk and GtkArrow | Wolfgang Ulbrich | 2 | -1/+22 | |
2015-12-17 | charpick: GSList type is wrong here, GList should be used | monsta | 1 | -2/+2 | |
2015-12-17 | timer: simplify some code | monsta | 1 | -6/+6 | |
2015-12-17 | timer: fix build warning | monsta | 1 | -1/+1 | |
2015-12-17 | command: fix build warnings | monsta | 1 | -9/+9 | |
2015-12-17 | netspeed: remove duplicate #define's - leftovers from original repo | monsta | 1 | -4/+0 | |
2015-12-17 | netspeed: fix distcheck | Wolfgang Ulbrich | 2 | -1/+23 | |
2015-12-16 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -1/+4 | |
2015-12-14 | merge netspeed applet from mate-netspeed repo | monsta | 75 | -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-11 | stickynotes: use '-' instead of '_' in the name of applet's binary | Monsta | 3 | -4/+4 | |
2015-12-11 | stickynotes: remove local TODO, it's outdated | monsta | 1 | -12/+0 | |
2015-12-11 | accessx-status: remove local COPYING file, no need for it | monsta | 1 | -482/+0 | |
2015-12-11 | stickynotes: remove wrong MATE version from local README | monsta | 1 | -1/+1 | |
2015-12-10 | make .mate-panel-applet files for command and timer really translatable | monsta | 1 | -1/+2 | |
2015-12-07 | stickynotes: correctly apply chosen bg color in GTK+3 build | Monsta | 1 | -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-07 | stickynotes: correctly apply chosen font color in GTK+3 build | Monsta | 1 | -6/+11 | |
adapted from https://git.gnome.org/browse/gnome-applets/commit/?id=107534eb0cc2ebb45622295b7e9a1a0280e32e0e | |||||
2015-12-07 | stickynotes: remove uneeded function | Alberts Muktupāvels | 3 | -12/+0 | |
2015-12-02 | Bump version to 1.12.1 | Monsta | 2 | -1/+7 | |
2015-11-18 | drivemount: 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-06 | Sync translations from transifex (for real this time... tx pull -a ↵ | Clement Lefebvre | 102 | -58491/+62040 | |
--minimum-perc=1 -f) | |||||
2015-11-06 | Sync translations with transifex | Clement Lefebvre | 9 | -5076/+5627 | |
2015-11-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -1/+1 | |
2015-11-03 | Sync translations with transifex | Clement Lefebvre | 2 | -0/+5109 | |
2015-11-02 | fix typo in comment | Monsta | 1 | -1/+1 | |
don't do that to poor widow, she had enough already | |||||
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -1/+4 | |
2015-10-16 | GTK3 cpufreq:fix bottom panel render & 0px labels | lukefromdc | 1 | -2/+20 | |
fix bottom panel rendering of popup menu in gtk3 builds, fix zero-width frequency/percentage labels in gtk3 builds. | |||||
2015-10-16 | GTK3 cpufreq: support custom panel themes | lukefromdc | 1 | -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-16 | GTK3 charpick: support custom panel themes | lukefromdc | 1 | -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-16 | GTK3 drivemount: support custom panel themes | lukefromdc | 1 | -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-15 | GTK cpufreq: fix label position on horizontal panels | raveit65 | 1 | -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-07 | Add NEWS for 1.11.0mate-applets-1.11.0 | monsta | 1 | -0/+7 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 2 | -1/+4 | |