Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -2/+2 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-05-06 | libcaja-private: reduce the scope of some variables | Pablo Barciela | 1 | -3/+6 | |
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -4/+4 | |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -9/+9 | |
2018-12-27 | Fix: weird item in bookmarks if the folder was removed | Pablo Barciela | 1 | -2/+7 | |
Fixes https://github.com/mate-desktop/caja/issues/1099 | |||||
2018-12-01 | caja-bookmark: Fix memory leak | Pablo Barciela | 1 | -1/+4 | |
'g_strconcat' needs to be freed | |||||
2018-06-02 | caja-bookmark.c: drop unused variable | Pablo Barciela | 1 | -1/+0 | |
Fixes https://github.com/mate-desktop/caja/pull/1001#issuecomment-394072477 | |||||
2018-05-23 | caja-bookmark.c: Fix icons in bookmarks | Pablo Barciela | 1 | -16/+10 | |
Fixes https://github.com/mate-desktop/caja/pull/962#issuecomment-389114129 | |||||
2018-04-04 | HiDPI: Convert Pixbufs to Cairo Surfaces | Victor Kareh | 1 | -12/+10 | |
This allows icons in most places to scale up properly for HiDPI displays. | |||||
2018-04-04 | Support HiDpi icons | Cosimo Cecchi | 1 | -2/+3 | |
Port the rendering of icons to cairo surfaces, so that we can apply the GDK scale factor when rendering icons. origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/0d4555d7 | |||||
2018-03-31 | caja-bookmark: avoid deprecated GtkImageMenuItem | Pablo Barciela | 1 | -13/+37 | |
avoid deprecated: gtk_image_menu_item_new_with_label gtk_image_menu_item_set_image | |||||
2018-01-15 | search_dispose and search_finilize can't be run after search finished | chen donghai | 1 | -1/+0 | |
in caja_search_directory.c, fixes https://github.com/mate-desktop/caja/issues/895 | |||||
2016-01-26 | fix a few build warnings | monsta | 1 | -1/+1 | |
2016-01-26 | use g_strcmp0 instead of strcmp | monsta | 1 | -4/+3 | |
2016-01-22 | GTK3: fix deprecated GtkStock in libcaja-private | Wolfgang Ulbrich | 1 | -1/+1 | |
2014-12-10 | zero-init all signals arrays | Monsta | 1 | -1/+1 | |
2012-11-16 | [all] use g_list_free() and g_strcmp0 instead of eel functions | Jasmine Hassan | 1 | -2/+2 | |
Was: general: use g_list_free_full() instead of eel functions http://git.gnome.org/browse/nautilus/commit/?id=5e669515fd7f760382e6b7aa1449734a35a2d7f4 . Instead of g_list_free_full(), we use g_list_foreach and g_list_free() to avoid unnecessary glib dependency bump to 2.28 | |||||
2012-08-12 | Fixed incorrect fsf addresses. Closes #28. | Steve Zesch | 1 | -2/+2 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+672 | |