Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-12 | Remove warnings about function declaration isn’t a prototype | rbuj | 1 | -6/+6 | |
2019-08-18 | caja-progress-info: use NotifyNotification instead of GNotification | Pablo Barciela | 1 | -14/+12 | |
Fixes https://github.com/mate-desktop/caja/issues/1285 | |||||
2019-06-09 | caja-progress-info: add tooltips to file transfer dialog | Pablo Barciela | 1 | -0/+4 | |
Fixes https://github.com/mate-desktop/caja/issues/845 | |||||
2019-06-09 | Add accessible names for buttons in file transfer operations dialog | Luke Yelavich | 1 | -0/+4 | |
2019-05-06 | libcaja-private: reduce the scope of some variables | Pablo Barciela | 1 | -10/+14 | |
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -1/+1 | |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -2/+5 | |
2019-03-30 | caja-progress-info: make sure argument is initialized | Pablo Barciela | 1 | -3/+3 | |
Fixes Clang static analyzer warning: caja-progress-info.c:626:17: warning: 1st function call argument is an uninitialized value g_notification_set_body (notification, _("Process completed")); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||||
2019-03-29 | eel: remove g_object_list_copy | rbuj | 1 | -1/+1 | |
GNOME/nautilus@7af24a8 Replace GList * eel_g_object_list_copy (GList *list) with g_list_copy_deep (list, (GCopyFunc) g_object_ref, NULL) | |||||
2019-03-07 | avoid variables set but not used | Pablo Barciela | 1 | -4/+1 | |
2019-03-04 | drop unused variables | Pablo Barciela | 1 | -2/+0 | |
2018-12-27 | caja-progress-info: new behavior with notifications: | Pablo Barciela | 1 | -10/+3 | |
- remove the "Working..." notification - show the "Process completed" notification only if the progress window is inactive | |||||
2018-12-27 | caja-progress-info: show notifications with the gsettings key: | Pablo Barciela | 1 | -7/+21 | |
org.mate.caja.preferences.show-notifications Closes https://github.com/mate-desktop/caja/issues/1093 | |||||
2018-06-07 | caja-progress-info.c: show notifications in begin/end of progress | Pablo Barciela | 1 | -4/+18 | |
2018-06-07 | caja-progress-info.c: avoid deprecated 'gtk_status_icon_get_visible' | Pablo Barciela | 1 | -2/+5 | |
2018-06-04 | avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 1 | -2/+2 | |
2018-04-08 | set icon names instead stock ids in some places | Pablo Barciela | 1 | -2/+2 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -8/+0 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵ | lukefromdc | 1 | -25/+4 | |
option *Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors *Remove GTK2 and libunique specific code. *Leaves selector for specific GTK3 versions. *Remove #DEFINES for vbox/hbox previously required for GTK2 compatability *Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work *spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591 | |||||
2016-10-17 | Fix disabled controls when recursively processing directories | emanuele-f | 1 | -2/+2 | |
2016-10-17 | Operations window fixes and control improvements | emanuele-f | 1 | -11/+49 | |
2016-10-17 | Fix bad indentation | emanuele-f | 1 | -73/+73 | |
2016-10-17 | Anticipate progress window creation to provide immediate op start | emanuele-f | 1 | -59/+57 | |
2016-10-17 | add GtkStock compatibility | emanuele-f | 1 | -5/+25 | |
2016-10-17 | typos and little changes | emanuele-f | 1 | -24/+22 | |
2016-10-17 | fix GSource leak and little changes | emanuele-f | 1 | -12/+14 | |
2016-10-17 | operations can now specify to start immediately | emanuele-f | 1 | -5/+7 | |
2016-10-17 | add image unref and use localized messages | emanuele-f | 1 | -7/+14 | |
2016-10-17 | extend to all the operations | emanuele-f | 1 | -12/+12 | |
2016-10-17 | fix queue button sensitive on start | emanuele-f | 1 | -10/+10 | |
2016-10-17 | implement queue sort order | emanuele-f | 1 | -53/+237 | |
2016-10-17 | thread synchronization to implement pause resume | emanuele-f | 1 | -9/+88 | |
2016-10-17 | begin state machine implementation | emanuele-f | 1 | -25/+153 | |
2016-10-17 | add start and enqueue buttons | emanuele-f | 1 | -3/+25 | |
2016-10-17 | move cancel button before the bar | emanuele-f | 1 | -12/+13 | |
2016-01-25 | GTK3: fix deprecated GtkMisc | Wolfgang Ulbrich | 1 | -4/+4 | |
2016-01-22 | GTK3: fix deprecated GtkStock in libcaja-private | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-10-19 | GTK3: do not use deprecated gtk_misc_set_alignment | raveit65 | 1 | -0/+8 | |
2015-10-19 | GTK3: Replace gtk_{v,h}box new with gtk_box_new | raveit65 | 1 | -0/+5 | |
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0 | |||||
2012-11-16 | [all] use g_list_free() and g_strcmp0 instead of eel functions | Jasmine Hassan | 1 | -5/+5 | |
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/+930 | |