Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-15 | fm-properties-window: make the location of system folders portable | rbuj | 1 | -2/+2 | |
2020-08-04 | Remove trailing spaces/tabs | rbuj | 1 | -2/+2 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; | |||||
2020-07-10 | Remove unused variable from eel_notebook_scroll_event_cb | rbuj | 1 | -2/+2 | |
2020-07-10 | fm-properties-window: Do not display Modified field for mounted points | rbuj | 1 | -1/+10 | |
2020-06-30 | caja properties-window: display dir last modified | Ԝеѕ | 1 | -3/+20 | |
closes #1406 based on https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/409/diffs | |||||
2020-06-15 | fm-properties: Don't show notebook arrows | raveit65 | 1 | -1/+0 | |
fixes https://github.com/mate-desktop/caja/issues/1412 | |||||
2020-01-12 | fm-properties: Remove use of mate-desktop-thumbnail helper | raveit65 | 1 | -5/+3 | |
don't use mate_desktop_thumbnail_scale_down_pixbuf(). gdk-pixbuf doesn't have the same bugs when shrinking images by large factors. | |||||
2019-08-19 | Remove comments that are not written to translators from pot file | rbuj | 1 | -1/+1 | |
2019-07-17 | src / file-manager: reduce the scope of some variables | Pablo Barciela | 1 | -40/+86 | |
2019-07-02 | Add scroll tabs with mouse wheel | Laurent Napias | 1 | -0/+8 | |
File's properties and caja's preferences windows | |||||
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -24/+24 | |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -30/+34 | |
2019-01-28 | Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -7/+3 | |
- caja-connect-server-dialog - caja-navigation-window - caja-property-browser - caja-sidebar-title - caja-trash-bar - caja-window - caja-zoom-action - caja-zoom-control - fm-desktop-icon-view - fm-properties-window | |||||
2018-12-01 | fm-properties-window: Fix memory leaks | Pablo Barciela | 1 | -6/+13 | |
'g_strconcat' needs to be freed | |||||
2018-11-02 | properties-window: fix checking inconsistent state | Alexandru Pandelea | 1 | -1/+1 | |
In the function initial_permission_state_consistent, when the check was made to see if the files have the same permissions, the check was not correct. To fix this, also do & between the first_permissions and the mask. https://bugzilla.gnome.org/show_bug.cgi?id=698955 Adapted from https://gitlab.gnome.org/GNOME/nautilus/commit/37595852 | |||||
2018-06-04 | avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 1 | -1/+0 | |
2018-05-18 | avoid deprecated 'gtk_dialog_get_action_area' | Pablo Barciela | 1 | -5/+6 | |
2018-04-04 | properties-window: support HiDpi for the properties window icon | Cosimo Cecchi | 1 | -17/+10 | |
This was missing from the last commit. origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/3a6053f1 | |||||
2018-04-04 | Support HiDpi icons | Cosimo Cecchi | 1 | -6/+17 | |
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-23 | avoid 'gtk_file_chooser_dialog_new' with stock ids | Pablo Barciela | 1 | -4/+4 | |
2018-03-12 | avoid gtk_dialog_add_buttons with stock ids | Pablo Barciela | 1 | -4/+9 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -5/+5 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -14/+3 | |
2017-07-22 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+7 | |
2017-05-25 | added feature: present the size on disk of files as we present the size of ↵ | Felipe Barriga Richards | 1 | -6/+22 | |
the file. | |||||
2016-12-29 | Show "open with" tab in properties window when "open with" menu available | lukefromdc | 1 | -2/+1 | |
2016-12-29 | fix build warning about wrong variable type | monsta | 1 | -1/+1 | |
2016-12-29 | check for stable version of GTK+3, not for development one | monsta | 1 | -1/+1 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵ | lukefromdc | 1 | -1137/+24 | |
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-07-20 | GTK 3.21: stop properties window going full height | lukefromdc | 1 | -1/+4 | |
Stop the properties window from ballooning to full screen height when built and run with GTK 3.21/22. In GTK 3.21 the "emblems" tab's scrolled window will expand to the entire height of the screen attempting to accomodate all icons unless this is explicitly limited using the new command gtk_scrolled_window_set_max_content_height(). Unfortunately that command is GTK 3.21 and later only, so this forces GTK 3.21 builds to be run only with Gtk 3.21 and later. Thus this is put behind a GTK 3.21 selector and packages built from it must depend on GTK 3.21 and later. Fortunately no distro is going to ship any file manager built with newer GTK 3 than they ship. A GTK 3.21 build of this will actually open in 3.20 but hit the undefined symbol and crash if you select "properties" on any item, exactly as I would expect it to so. | |||||
2016-07-06 | GTK+-3 fm-properties-window: use widget properties instead of GtkAlignment | raveit65 | 1 | -5/+18 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=ba52f92 | |||||
2016-02-06 | properties-window: use 'bold and right-aligned are always FALSE' for gtk2 too | Wolfgang Ulbrich | 1 | -18/+4 | |
This is needed to fix gtk3 build failure for gtk+-3.14, causes by different GTK_CHECK versions for deprecated GtkLabel for 3.16. | |||||
2016-01-25 | GTK3: fix deprecated GtkMisc | Wolfgang Ulbrich | 1 | -2/+2 | |
2016-01-23 | fm-properties-window: use more code in both GTK+ builds | monsta | 1 | -21/+24 | |
2016-01-19 | GTK3: don'use deprecated gtk_hseparator_new | Wolfgang Ulbrich | 1 | -3/+7 | |
2016-01-17 | GTK3: more deprecated GtkVBox/GtkHBox fixes | Wolfgang Ulbrich | 1 | -1/+13 | |
2016-01-15 | don't use deprecated gdk_cursor_new for both toolkit versions | Wolfgang Ulbrich | 1 | -1/+3 | |
gdk_cursor_new i deprecated with gtk+-3.16 and gdk_cursor_new_for_display is available since 2.2 | |||||
2016-01-15 | GTK3 general: don't use gdk_cursor_unref() | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=74a8f78 | |||||
2016-01-13 | GTK3 properties-window: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -4/+80 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=8e5689 | |||||
2015-12-05 | GTK3 properties-window: bold and right-aligned are always FALSE | Wolfgang Ulbrich | 1 | -4/+12 | |
So we can remove them taken from: https://git.gnome.org/browse/nautilus/commit/?id=12bcaf9 | |||||
2015-12-05 | GTK3 properties-window: set max-width for value labels | raveit65 | 1 | -0/+1 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-16&id=ac83942 | |||||
2015-12-05 | GTK3: fm-properties-window, port GtkTable to GtkGrid | raveit65 | 1 | -39/+880 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=0026899 https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=8b99f1f https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=b4877e5 https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-16&id=0a5838 | |||||
2015-12-04 | properties -> custom icon dialog: add /usr/share/icons to Places | monsta | 1 | -0/+1 | |
fixes https://github.com/mate-desktop/caja/issues/283 | |||||
2015-10-19 | GTK3: do not use deprecated gtk_misc_set_alignment | raveit65 | 1 | -0/+4 | |
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 | |||||
2015-07-20 | file properties dialog: bring back two missing tabs | Monsta | 1 | -0/+14 | |
Notes and Image Properties tabs went missing after https://github.com/mate-desktop/caja/commit/451eef9b275ce006b270a3569d96e531e24dd15a fixes https://github.com/mate-desktop/caja/issues/433 | |||||
2015-07-20 | small indent fixes | Monsta | 1 | -1/+1 | |
2015-07-07 | Revert "show main caja help page from m-u-g in all dialogs" | Monsta | 1 | -2/+1 | |
This reverts commit b4e25754bf17ef54569367718eda57ea759108c5. | |||||
2015-06-17 | show main caja help page from m-u-g in all dialogs | Monsta | 1 | -1/+2 | |
this should be corrected when m-u-g will be complete (e.g. will contain help for all these dialogs) | |||||
2015-01-13 | drop support for GLib < 2.36 | Monsta | 1 | -26/+14 | |
Closes https://github.com/mate-desktop/caja/pull/372 |