Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-18 | travis CI: use rolling tag for ubuntu docker image | raveit65 | 1 | -1/+1 | |
2020-09-03 | wncklet: Check the length of the pixel data for empty thumbnails | rbuj | 1 | -3/+1 | |
2020-08-08 | release 1.24.1v1.24.1 | raveit65 | 2 | -1/+38 | |
2020-08-08 | tx: sync with transifex | raveit65 | 359 | -3082/+7122 | |
2020-08-08 | tx: update resource | raveit65 | 1 | -163/+122 | |
2020-08-05 | wncklet: Hide window preview on non-visible windows | Victor Kareh | 1 | -0/+5 | |
When a window is not visible we cannot capture its thumbnail. We used to store the thumbnail when a window was visible so that we could reuse it when minimized, but this can cause visual glitches. | |||||
2020-08-05 | launcher: Fix memory leaks | Colomban Wendling | 1 | -11/+15 | |
2020-08-05 | launcher: Fix memory leak | rbuj | 1 | -4/+2 | |
2020-08-04 | panel-util: Fix memory leak | rbuj | 1 | -0/+1 | |
2020-08-04 | Fix creating several launchers at once | Colomban Wendling | 1 | -0/+5 | |
When creating a new launcher, we try and find an available object ID by browsing the existing ones. This however fails to take into account objects that were created but that didn't make it to the backend yet, leading to likely re-using the same ID when creating several objects roughly at the same time. This happens e.g. when dropping several URIs together. | |||||
2020-08-03 | clock: Fix GError double free | Tomas Bzatek | 4 | -6/+1 | |
Let the GError ownership on the async finish method call. | |||||
2020-08-03 | clock: Properly free rsvg handles | Tomas Bzatek | 1 | -1/+3 | |
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 | |