Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-23 | fm-properties-window: use more code in both GTK+ builds | monsta | 1 | -21/+24 | |
2016-01-19 | GTK3 fm-list-view: don't use deprecated gtk_tree_view_set_rules_hint | Wolfgang Ulbrich | 1 | -0/+2 | |
2016-01-19 | GTK3: don'use deprecated gtk_hseparator_new | Wolfgang Ulbrich | 1 | -3/+7 | |
2016-01-18 | GTK3 desktop-icon-view: don't use deprecated GDK grab API | Wolfgang Ulbrich | 1 | -0/+40 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-2&id=70df8fa | |||||
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 | 2 | -3/+5 | |
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 | 2 | -0/+8 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=74a8f78 | |||||
2016-01-13 | GTK3 general: use eel_create_spotlight_pixbuf() | Wolfgang Ulbrich | 2 | -0/+16 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=8b13a04 | |||||
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 | |||||
2016-01-13 | GTK3 list-view: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -0/+15 | |
2015-12-19 | use g_strcmp0 instead of unsafe strcmp | Monsta | 1 | -1/+1 | |
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-05 | GTK3: desktop-item-properties, port GtkTable to GtkGrid | raveit65 | 1 | -1/+54 | |
inspired from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=29dea2e | |||||
2015-12-05 | GTK3: fm-directory-view, port GtkTable to GtkGrid | raveit65 | 1 | -0/+69 | |
inspired from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=c6903f4 | |||||
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 | 4 | -0/+25 | |
2015-10-19 | GTK3: Replace gtk_{v,h}box new with gtk_box_new | raveit65 | 4 | -0/+17 | |
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0 | |||||
2015-09-28 | Fix for #383 - tree view open in new window | bl0ckeduser | 1 | -1/+14 | |
2015-09-04 | Switch to org.gnome.SessionManager | Clement Lefebvre | 1 | -19/+0 | |
2015-08-24 | list view: jump to parent with left key on collapsed rows | Monsta | 1 | -1/+9 | |
fixes https://github.com/mate-desktop/caja/issues/452 from https://github.com/GNOME/nautilus/commit/9eee9ff6ca3e93d5d363725282d8ba393a1e6d01 | |||||
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-09 | Use accessor functions instead of direct access | infirit | 1 | -1/+1 | |
2015-07-07 | Revert "show main caja help page from m-u-g in all dialogs" | Monsta | 2 | -4/+2 | |
This reverts commit b4e25754bf17ef54569367718eda57ea759108c5. | |||||
2015-06-17 | show main caja help page from m-u-g in all dialogs | Monsta | 2 | -2/+4 | |
this should be corrected when m-u-g will be complete (e.g. will contain help for all these dialogs) | |||||
2015-03-05 | GTK3: add missing style class view to FMIconContainer | raveit65 | 1 | -0/+4 | |
Closes https://github.com/mate-desktop/caja/pull/392 Closes https://github.com/mate-desktop/caja/issues/382 | |||||
2015-01-13 | drop support for GLib < 2.36 | Monsta | 6 | -44/+18 | |
Closes https://github.com/mate-desktop/caja/pull/372 | |||||
2015-01-12 | use mate_gdk_spawn_command_line_on_screen like other MATE apps do | Monsta | 1 | -17/+5 | |
Closes https://github.com/mate-desktop/caja/pull/370 | |||||
2015-01-10 | audio-preview: Add support for GStreamer 1.0 | Balló György | 1 | -2/+8 | |
2014-12-29 | fixed: Adjust Default _zoom level always get the last "old" value | 高群凯 | 1 | -1/+2 | |
The callback function update_auto_enum should be connected before the default_zoom_level_changed, otherwise the new_level always get the last "old" value in default_zoom_level_changed and the desktop-view display strange. | |||||
2014-12-10 | zero-init all signals arrays | Monsta | 1 | -1/+1 | |
2014-12-10 | file-manager: don't leak memory | Monsta | 3 | -4/+6 | |
2014-10-27 | implementation of extension interface and status management (gsoc2014) | Alexander van der Meij | 2 | -2/+4 | |
2014-10-21 | Check result of symlink function to avoid warnings | Stefano Karapetsas | 1 | -10/+9 | |
Translate also Perberos spanish comments | |||||
2014-10-05 | Use g_get_user_config_dir instead of harcoding to $HOME/.config | infirit | 1 | -2/+2 | |
2014-05-10 | Merge pull request #275 from NiceandGently/master | Stefano Karapetsas | 1 | -3/+3 | |
fix some compile warnings | |||||
2014-04-16 | replace g_free call on GFile objects, fixes #196 | alexandervdm | 1 | -1/+1 | |
2014-03-22 | fix some compile warnings | raveit65 | 1 | -3/+3 | |
2014-03-21 | Show trash in tree panel | Stefano Karapetsas | 1 | -4/+3 | |
Closes https://github.com/mate-desktop/caja/issues/233 Also unused commented code in fm-tree-view.c | |||||
2014-01-27 | Add option to show file sizes with IEC units instead of SI units | Stefano Karapetsas | 2 | -6/+19 | |
Contains also a typo fix for the previous commit Closes #203 https://github.com/mate-desktop/caja/issues/203 | |||||
2014-01-27 | Add "Open parent location" in menu if we are in search view | Stefano Karapetsas | 1 | -0/+94 | |
It is shown if only one file is selected, and if it isn't a directory | |||||
2013-12-22 | Update help uri to the correct location | infirit | 2 | -2/+2 | |
2013-10-19 | Rename INCLUDES to AM_CPPFLAGS in Makefile | Stefano Karapetsas | 1 | -1/+1 | |
2013-10-06 | Properly free GHashTable in properties window | Stefano Karapetsas | 1 | -1/+1 | |
Closes #178 https://github.com/mate-desktop/mate-file-manager/issues/178 I had to recover two functions previously removed in eel-glib-extensions. | |||||
2013-09-19 | Possible fix for crash during file rename in external devices | Stefano Karapetsas | 1 | -2/+1 | |
Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1005660 Solution from: https://git.gnome.org/browse/nautilus/commit/src/nautilus-icon-view.c?h=gnome-3-2&id=a67212a | |||||
2013-09-18 | Possible fix for crash during audio preview | Stefano Karapetsas | 1 | -0/+2 | |
See https://bugzilla.redhat.com/show_bug.cgi?id=959444 | |||||
2013-09-01 | Fix spatial mode crash and shift+double click | infirit | 1 | -1/+1 | |
Fixes issues: https://github.com/mate-desktop/mate-file-manager/issues/120 https://github.com/mate-desktop/mate-file-manager/issues/161 | |||||
2013-08-01 | Replace ghelp: with help: for user-guide | infirit | 2 | -2/+2 | |