Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-03 | wncklet: Fix leaking cairo_t | Tomas Bzatek | 1 | -0/+1 | |
2020-08-03 | panel-run-dialog: Fix leaking tree model strings | Tomas Bzatek | 1 | -6/+18 | |
The gtk_tree_model_get() duplicates memory or adds a reference and any data need to be freed explicitly. | |||||
2020-08-03 | workspace-switcher: Fix leaking color string | Tomas Bzatek | 1 | -3/+7 | |
2020-08-03 | panel-properties-dialog: Fix leaking string | Tomas Bzatek | 1 | -0/+1 | |
2020-08-03 | clock: Fix leaking GtkListStore | Tomas Bzatek | 1 | -4/+4 | |
The gtk_tree_view_set_model() adds its own reference. | |||||
2020-08-03 | panel-profile: Fix leaking list elements | Tomas Bzatek | 1 | -2/+2 | |
2020-08-03 | clock: Fix list iteration | Tomas Bzatek | 1 | -11/+12 | |
Iteration over a linked list should be done over a side control variable and list head needs to be preserved for proper list free. | |||||
2020-08-03 | panel-lockdown: Fix leaking string array | Tomas Bzatek | 1 | -0/+1 | |
Overwriting an already allocated memory. | |||||
2020-08-03 | panel-menu-items: Fix leaking string | Tomas Bzatek | 1 | -1/+3 | |
The PANEL_GLIB_STR_EMPTY() macro returns TRUE even when the memory was allocated yet the string was empty, so do explicit free() here. | |||||
2020-08-03 | mate-panel-applet: Fix leaking GVariantBuilder | Tomas Bzatek | 1 | -14/+18 | |
And use stack-allocated GVariantBuilder for temporary storage. | |||||
2020-08-03 | launcher: Fix leaking strings | Tomas Bzatek | 1 | -0/+2 | |
2020-08-03 | 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-06-20 | fix release tarballs on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
2020-04-24 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
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: use default MATE_COMPILE_WARNINGS for stable branch | raveit65 | 1 | -3/+2 | |
2020-04-10 | Travis CI: build with mate-common-1.24.1 tarball | raveit65 | 1 | -15/+15 | |
2020-04-10 | use default MATE_COMPILE_WARNINGS level | raveit65 | 1 | -1/+1 | |
2020-04-10 | ci: update build environment | raveit65 | 1 | -8/+9 | |
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 20.04 instead 19.10 | Pablo Barciela | 1 | -1/+1 | |
2020-03-20 | Travis CI: don't update gh-pages | Pablo Barciela | 2 | -38/+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 | Enable applications in addto menu (fixes 1055) (#1056) | William Wold | 1 | -0/+2 | |
2020-02-20 | Travis CI: Fix build error, add .build.yml | Pablo Barciela | 2 | -199/+198 | |
2020-02-15 | tx: update config | raveit65 | 1 | -2/+2 | |
2020-02-15 | tx: update config | raveit65 | 1 | -3/+3 | |
2020-02-09 | release 1.24.0v1.24.0 | raveit65 | 2 | -1/+6 | |
2020-02-09 | tx: sync with transifex | raveit65 | 4 | -21/+23 | |
2020-02-06 | build: show warning flags on configure summary | rbuj | 1 | -0/+1 | |
2020-01-23 | release 1.23.3v1.23.3 | raveit65 | 2 | -1/+16 | |
2020-01-23 | Revert "release 1.23.2" | raveit65 | 2 | -16/+1 | |
This reverts commit 815feeb113fe3b13a4e111e70b295fb6477f7e4a. | |||||
2020-01-23 | release 1.23.2 | raveit65 | 2 | -1/+16 | |
2020-01-23 | tx: sync with transifex | raveit65 | 357 | -6618/+6439 | |
2020-01-14 | Avoid double a11y description on panel toplevels | Colomban Wendling | 1 | -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-12 | Update copyright to 2020 | raveit65 | 3 | -45/+45 | |
2020-01-12 | Update copyright to 2020 | raveit65 | 10 | -10/+10 | |