Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-04 | Support HiDpi icons | Cosimo Cecchi | 1 | -0/+4 | |
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-03 | rename mate_dialog_add_button to eel_dialog_add_button | Pablo Barciela | 1 | -22/+5 | |
2018-02-24 | caja-file-conflict-dialog: avoid gtk_dialog_add_buttons with stock id | Pablo Barciela | 1 | -6/+27 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -3/+3 | |
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 | -58/+7 | |
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-11-03 | Improved merge folder dialog | ZenWalker | 1 | -8/+40 | |
based on nautilus commit: https://git.gnome.org/browse/nautilus/commit/?id=b370817 Fixes partially #535 | |||||
2016-07-06 | GTK+-3 file-conflict-dialog: use widget properties instead of GtkAlignment | raveit65 | 1 | -0/+16 | |
GtkAlignment has been deprecated since GTK+ 3.14 and the use of halign, valign and margin properties is encouraged. This commit aligns widgets by use of said properties instead of the GtkAlignment widget. taken from: https://git.gnome.org/browse/nautilus/commit/?id=470235f | |||||
2016-01-25 | GTK3: fix deprecated GtkMisc | Wolfgang Ulbrich | 1 | -3/+10 | |
2016-01-22 | GTK3: fix deprecated GtkStock in libcaja-private | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-01-21 | GTK3 file-conflict-dialog: fix size of dialog window if replacing folders | Wolfgang Ulbrich | 1 | -0/+1 | |
2016-01-13 | GTK3 file-conflict-dialog: don't use override_font | Wolfgang Ulbrich | 1 | -18/+14 | |
Set the PangoAttributeList on the GtkLabel instead. and 'don't force a size request on the labels' This is not required anymore in GTK+ 3 taken from: https://git.gnome.org/browse/nautilus/commit/?id=52b8185 https://git.gnome.org/browse/nautilus/commit/?id=b8077a7 https://git.gnome.org/browse/nautilus/commit/?id=1457f53 | |||||
2016-01-13 | GTK3 file-conflict-dialog: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -1/+23 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=5da941e | |||||
2016-01-13 | conflict-dialog: make the rename entry expand the whole width | Wolfgang Ulbrich | 1 | -1/+1 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=392359d | |||||
2016-01-13 | file-conflict-dialog: Don't use italic fonts | Wolfgang Ulbrich | 1 | -6/+6 | |
It adds nothing and makes the text harder to read. taken from: https://git.gnome.org/browse/nautilus/commit/?id=d064618 | |||||
2015-10-19 | GTK3: do not use deprecated gtk_misc_set_alignment | raveit65 | 1 | -0/+13 | |
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 | |||||
2014-12-10 | libcaja-private: don't leak memory | Monsta | 1 | -2/+3 | |
2014-10-03 | file-conflict-dialog: Alt+S is already used in Skip button | Stefano Karapetsas | 1 | -1/+1 | |
2012-12-22 | [all] silence warnings from GCC 4.6 | Jasmine Hassan | 1 | -4/+1 | |
GCC 4.6 introduced a new warning about variables declared and initialized, but not really used in the function body. Remove all of these occurrences to build cleanly. http://git.gnome.org/browse/nautilus/commit/?id=d4230de8667764e02dbb966b5d806ff78ced2fd5 | |||||
2012-11-16 | [all] Don't use gtk_dialog_set_has_separator() | Jasmine Hassan | 1 | -1/+0 | |
http://git.gnome.org/browse/nautilus/commit/?id=73e2941f9b837d5d0326e6e88caa7a1e3fdcabeb | |||||
2012-08-12 | Fixed incorrect fsf addresses. Closes #28. | Steve Zesch | 1 | -2/+2 | |
2012-06-16 | add diff button for text files in file conflict dialog | Stefano Karapetsas | 1 | -0/+67 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+670 | |