Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-09 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 1 | -2/+2 | |
2021-11-20 | Use a blank line at most | rbuj | 1 | -13/+0 | |
2021-02-07 | build: allow users to disable gettext support (--disable-nls) | rbuj | 1 | -0/+2 | |
2020-11-11 | Remove unused macros | Pablo Barciela | 1 | -7/+0 | |
2019-08-26 | Set FmWidgetView is single view. | Wu Xiaotian | 1 | -8/+8 | |
2019-08-19 | Remove comments that are not written to translators from pot file | rbuj | 1 | -2/+2 | |
2019-07-23 | fm-list-view: replace deprecated gtk_drag_begin | raveit65 | 1 | -6/+7 | |
use gtk_drag_begin_with_coordinates instead | |||||
2019-07-17 | src / file-manager: reduce the scope of some variables | Pablo Barciela | 1 | -23/+45 | |
2019-06-29 | fm-list-view: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-05-04 | eel: remove date & time functions | rbuj | 1 | -1/+1 | |
Do not need to extend glib library, since it now incorporates these functions. Extended date format modifiers are available on glib v2.56. eel-glib-extensions.h/c: GDate * eel_g_date_new_tm (struct tm *time_pieces); char * eel_strdup_strftime (const char *format, struct tm *time_pieces); gint64 eel_get_system_time (void); Do not need to test the extensions in eel_self_check_glib_extensions (void). eel-glib-extensions.c: static void check_tm_to_g_date (time_t time) static char * test_strftime (...) Do not need to check if strftime implements extended date format modifiers on the system (available on glibc v2.27). configure.ac | |||||
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -26/+26 | |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -29/+32 | |
2018-05-05 | avoid deprecated 'gtk_style_context_get_background_color' | Pablo Barciela | 1 | -1/+8 | |
2018-04-04 | list-view: use the cairo surface as a drag icon | Cosimo Cecchi | 1 | -11/+8 | |
As we now store surfaces in the GtkListStore, we have to change the drag method to use it instead of a pixbuf. origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/18a380af | |||||
2018-04-04 | Support HiDpi icons | Cosimo Cecchi | 1 | -2/+12 | |
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-17 | avoid gtk_dialog_new_with_buttons with stock ids | Pablo Barciela | 1 | -5/+11 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -1/+1 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -4/+0 | |
2017-11-12 | Fix: wrong behavior with key "enter" while renaming files in list view | Pablo Barciela | 1 | -10/+21 | |
Fixes https://github.com/mate-desktop/caja/issues/698 | |||||
2017-10-10 | View -> Visible Columns: fix vertical expand of dialog content | monsta | 1 | -1/+1 | |
this menu item is only visible when list view is selected, so I'm not surprised we missed it | |||||
2017-08-29 | list view: fix large icon margins on zooming out | monsta | 1 | -0/+3 | |
ported from: https://git.gnome.org/browse/nautilus/commit/?id=4f17fb7db7b8736ebb4fe82ddb1c279777847730 https://git.gnome.org/browse/nautilus/commit/?id=41de4e52b43c8ed5c9118860dac7caa303ebbc5b | |||||
2017-08-29 | Revert "Adds columns autosizing" | monsta | 1 | -2/+0 | |
This reverts commit 2a424fca8bd928223e92570fa692266c471a52b3. | |||||
2017-08-28 | remove weird +x attribute from a source file | monsta | 1 | -0/+0 | |
2017-08-25 | Adds columns autosizing | Jury Verrigni | 1 | -0/+2 | |
2017-08-25 | Refresh all rows on zoom change | Jury Verrigni | 1 | -1/+1 | |
2017-08-25 | Forces widget redraw on zoom | Jury Verrigni | 1 | -0/+2 | |
2017-05-25 | added feature: present the size on disk of files as we present the size of ↵ | Felipe Barriga Richards | 1 | -0/+1 | |
the file. | |||||
2017-03-23 | Fix broken rename in list view by selectin file name cell. | Martin Pieuchot | 1 | -1/+2 | |
This is a backport from nautilus 5b09cedf434b53a975074b346d511335fc735cba list-view: explicitly set cursor on file name cell renderer on rename The file name column has two cell renderers, one for the icon and another for the name string. Thus, gtk_tree_view_set_cursor() isn't enough to reliably start editing the file name cell since it will try to edit whatever is the currently focused cell in the column. https://bugzilla.gnome.org/show_bug.cgi?id=656128 Fixes https://github.com/mate-desktop/caja/issues/741 | |||||
2017-03-13 | Revert "GTK3.21:fix desktop redraw" | Alexei Sorokin | 1 | -6/+0 | |
2017-01-06 | show/hide columns instead of appending/removing them | monsta | 1 | -13/+7 | |
fixes https://github.com/mate-desktop/caja/issues/649 adapted from: https://git.gnome.org/browse/nautilus/commit/?id=e19f7cb3fec1e6c884d1741c3c00916c65ab035f | |||||
2016-12-29 | check for stable version of GTK+3, not for development one | monsta | 1 | -3/+3 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵ | lukefromdc | 1 | -74/+5 | |
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-16 | support back and forward mouse buttons to navigate | Martin Matuska | 1 | -0/+30 | |
Fixes https://github.com/mate-desktop/caja/issues/78 Co-Authored-By: Oliver Joos <[email protected]> Co-Authored-By: Nelson Benitez Leon <[email protected]> | |||||
2016-08-04 | GTK3.21:fix desktop redraw (fm-list-view.c) | lukefromdc | 1 | -0/+6 | |
2016-07-06 | GTK+-3 fm-list-view: use widget properties instead of GtkAlignment | raveit65 | 1 | -0/+9 | |
taken from: https://git.gnome.org/browse/nautilus/commit/?id=f81188e | |||||
2016-01-25 | GTK3: fix deprecated GtkMisc | Wolfgang Ulbrich | 1 | -3/+3 | |
2016-01-19 | GTK3 fm-list-view: don't use deprecated gtk_tree_view_set_rules_hint | Wolfgang Ulbrich | 1 | -0/+2 | |
2016-01-15 | don't use deprecated gdk_cursor_new for both toolkit versions | Wolfgang Ulbrich | 1 | -2/+2 | |
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 list-view: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -0/+15 | |
2015-10-19 | GTK3: do not use deprecated gtk_misc_set_alignment | raveit65 | 1 | -0/+5 | |
2015-10-19 | GTK3: Replace gtk_{v,h}box new with gtk_box_new | raveit65 | 1 | -0/+4 | |
- gtk_{v,h}box usage is deprecated since gtk+-3.2.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-09 | Use accessor functions instead of direct access | infirit | 1 | -1/+1 | |
2015-01-13 | drop support for GLib < 2.36 | Monsta | 1 | -2/+0 | |
Closes https://github.com/mate-desktop/caja/pull/372 | |||||
2013-07-25 | Fixes for GTK3 support | Stefano Karapetsas | 1 | -0/+7 | |
2012-12-22 | [all] silence warnings from GCC 4.6 | Jasmine Hassan | 1 | -7/+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-23 | [src] fix some incompatible pointer type warnings | Jasmine Hassan | 1 | -1/+1 | |
including a silly mistake in caja-window where destroy function's return type was accidently ommitted during the addition of gtk version checks. | |||||
2012-11-23 | [all] include src/glibcompat.h & use g_list_free_full() where needed | Jasmine Hassan | 1 | -6/+5 | |
Also fixes a double-free regression in lc-p/caja-query from 7a42b9b0 | |||||
2012-11-16 | [all] use g_list_free() and g_strcmp0 instead of eel functions | Jasmine Hassan | 1 | -2/+4 | |
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 |