Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-29 | clock: Fix leaking cairo surface | Tomas Bzatek | 1 | -0/+1 | |
2020-07-24 | Clarify meaning of panel reset option | lukefromdc | 1 | -4/+4 | |
Change "Reset Panel" to "Reset all Panels" in context menu and in reset confirmation dialog to make clear that ALL panels will be reset. | |||||
2020-07-23 | panel-toplevel: Refactor panel_toplevel_update_hide_buttons_size() | Tomas Bzatek | 1 | -18/+11 | |
No real leak here except of the unnecessary gtk_css_provider_new() call, refactored for readability and to conform to the code style. | |||||
2020-07-23 | panel-util: Fix leaking root GFile | Tomas Bzatek | 1 | -0/+1 | |
2020-07-23 | panel-profile: Fix leaking list elements | Tomas Bzatek | 1 | -2/+2 | |
The mate_gsettings_strv_to_gslist() call will dup all the strings and removing duplicates should free them. | |||||
2020-07-23 | panel-frame: Fix leaking background-color | Tomas Bzatek | 1 | -0/+2 | |
2020-07-23 | panel-applet-frame: Fix leaking bg_pattern | Tomas Bzatek | 1 | -19/+21 | |
Also acquire it only when needed. This fixes a leak for me when switching workspaces back and forth. | |||||
2020-07-19 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2020-07-13 | panel-multimonitor: Do not require limits.h macros | rbuj | 1 | -2/+2 | |
2020-07-08 | clock: Simplify notebook scroll-event callback | rbuj | 1 | -40/+35 | |
2020-07-07 | tx:help:fish: fix build warning caused by Czech language | raveit65 | 1 | -3/+3 | |
2020-07-07 | Using #include with system libraries | rbuj | 5 | -6/+6 | |
2020-07-05 | build: Add built sources to CLEANFILES target | rbuj | 3 | -1/+8 | |
2020-07-05 | Avoid using single-line cpp comments | rbuj | 47 | -129/+140 | |
2020-07-05 | build: Add glib-2.0 module in PKG_CHECK_MODULES(LIBEGG) | rbuj | 1 | -1/+1 | |
2020-07-05 | Use '#include <config.h>' instead of '#include "config.h"' | rbuj | 17 | -17/+17 | |
2020-06-26 | panel-util: switch to generic header for --disable-x11 | Jan Beich | 1 | -1/+1 | |
panel-util.c:31:10: fatal error: 'gdk/gdkx.h' file not found #include <gdk/gdkx.h> ^~~~~~~~~~~~ | |||||
2020-06-23 | add git.mk to generate .gitignore | tamplan | 1 | -0/+400 | |
2020-06-20 | fix release tarballs on travis CI failedv1.25.0 | Wu Xiaotian | 1 | -1/+3 | |
2020-06-20 | release 1.25.0 | raveit65 | 1 | -0/+17 | |
2020-06-20 | sync with transifex | raveit65 | 264 | -1025/+4807 | |
2020-06-20 | update resource for transifex | raveit65 | 1 | -119/+70 | |
2020-06-20 | update submodule | raveit65 | 1 | -0/+0 | |
2020-06-17 | update to use the latest submodule code | Wu Xiaotian | 1 | -0/+0 | |
2020-06-15 | pre-bump version | raveit65 | 2 | -1/+3 | |
2020-06-11 | libegg: use git submodule | Wu Xiaotian | 12 | -3859/+12 | |
2020-06-06 | panel-toplevel: Use monotonic time for measuring time intervals | rbuj | 1 | -41/+20 | |
2020-06-06 | panel-toplevel: Use animation duration time instead of end time | rbuj | 1 | -25/+13 | |
2020-06-06 | panel-toplevel: Remove warning ‘GTimeVal’ is deprecated | rbuj | 1 | -49/+66 | |
2020-05-25 | Fix some cast-function-type warnings introduced in GCC 8 | rbuj | 14 | -28/+34 | |
2020-05-24 | preferences dialog: change show thumbnails radio to check button and bind ↵ | Konstantin Unruh | 2 | -72/+22 | |
its active property to sensitivity state of GtkSpinButton | |||||
2020-04-24 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-04-24 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
2020-04-24 | Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS | Pablo Barciela | 1 | -4/+6 | |
2020-04-20 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
2020-04-20 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
2020-04-10 | ci: variables, drop obsolete Warn_Cflags | raveit65 | 1 | -2/+1 | |
2020-04-10 | Travis CI: build with mate-common-1.24.1 tarball | raveit65 | 1 | -20/+15 | |
2020-04-10 | use default MATE_COMPILE_WARNINGS level | raveit65 | 1 | -1/+1 | |
2020-04-10 | ci: update build environment | raveit65 | 1 | -14/+16 | |
2020-03-26 | Add 48x48 icons | rbuj | 13 | -284/+12 | |
2020-03-26 | Add 96x96 icons | rbuj | 14 | -1/+36 | |
2020-03-26 | Add 64x64 icons | rbuj | 14 | -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-26 | Add 256x256 icons | rbuj | 14 | -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-26 | Clean scalable svg files | rbuj | 9 | -2510/+2541 | |
find . -name *.svg -exec inkscape --convert-dpi-method=none --verb=FileVacuum --verb=FileSave --verb=FileQuit {} \; | |||||
2020-03-20 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -1/+1 | |
2020-03-11 | button-widget: Fix memory leak | rbuj | 1 | -0/+1 | |
2020-03-02 | Do not collect the translation for Icon | rbuj | 5 | -5/+5 | |
2020-02-20 | Travis CI: Fix build error, add .build.yml | Pablo Barciela | 2 | -199/+198 | |
2020-02-19 | Enable applications in addto menu (fixes 1055) (#1056) | William Wold | 1 | -0/+2 | |