Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-25 | Initial wayland support | lukefromdc | 3 | -27/+29 | |
2022-12-23 | Remove unused members and structures | Colomban Wendling | 3 | -42/+9 | |
Based on a cppcheck report: https://caja.mate-desktop.dev/2022-11-23-174623-5790-cppcheck@ae663c369cf2_desktop-no-overflow/ | |||||
2022-12-23 | Remove unused member | Colomban Wendling | 1 | -1/+0 | |
`name_row` is not needed since GTK2 support was dropped with commit 276eb145ce96d5f75f8d3901daf6310f60ddbb81. Found by cppcheck: https://caja.mate-desktop.dev/2022-11-23-174623-5790-cppcheck@ae663c369cf2_desktop-no-overflow/73.html#line-101 | |||||
2022-08-19 | image properties: Look for supported mime types at runtime | rbuj | 1 | -20/+38 | |
See https://gitlab.gnome.org/GNOME/nautilus/-/commit/7aef6be | |||||
2022-08-04 | caja-bookmark: 'caja_bookmark_get_uri (CajaBookmark *)' may return NULL | rbuj | 1 | -4/+1 | |
2022-08-04 | image properties: Improve the layout | rbuj | 1 | -42/+59 | |
2022-07-22 | Fix build warning -Wmissing-field-initializers | rbuj | 1 | -2/+1 | |
2022-07-22 | Fix build warning -Wbad-function-cast | rbuj | 1 | -3/+6 | |
2022-06-08 | Document and fix default-sort-order preference | Gordon Norman Squash | 1 | -1/+3 | |
This patch resolves three related issues: The first issue was that the GSettings schema for Caja did not include an entry to sort by the "btime", or creation date, of files. If the user chose such an option in the Caja Preferences, GSettings would produce a warning (often out-of-sight, as it was usually redirected into the user's .xsession-errors file), and Caja would not actually change the default sort-order of files. This patch adds the btime as a valid setting in the schema. The second issue was that. because of the above (an entry in the settings schema was missing), some of the alternative sort orders listed in the schema (everything after and including "atime") were not assigned the same numbers as the sort orders listed elsewhere in the Caja source code. Specifically, in icon- and compact-views, if the default sort-order was "emblems", the observed / actual sort-order would be the entry before "emblems", namely "atime" -- so instead of sorting by the names of associated emblems, Caja would sort by each file's access time. An array in the code for the list-view also was missing many values and included some values out of order, so the default sort-order setting affected directories viewed in list-view mode seemingly randomly. The former is taken care of using the fix described in the above paragraph; the latter is fixed in this patch by adding / reorganizing the array for the list-view sort-orders appropriately. The third issue (admittedly, a lesser issue) was that the documentation for the default-sort-order setting was lacking -- it at least did not list all the possible values that the setting could accept. In this patch, I resolve this issue by listing all values in the setting's description, and also go into more detail about what each value does. (However, perhaps I included a little too much detail. It'll only benefit [supposed power users who may already know this stuff] who use GSettings or DConf directly, and it'll certainly be a headache for translators. I'll admit that.) | |||||
2022-03-23 | caja-application: Variable is assigned a value that is never used | rbuj | 1 | -2/+1 | |
2022-02-09 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 3 | -4/+4 | |
2022-02-09 | Fix some -Wsign-compare warnings | rbuj | 10 | -30/+41 | |
2022-01-28 | caja-property-browser: 'gdk_color_parse' is deprecated | rbuj | 1 | -13/+13 | |
2022-01-28 | caja-property-browser: Fix build warning -Wconstant-conversion | rbuj | 1 | -9/+11 | |
2021-12-31 | caja-sidebar-title: fix memory leak | rbuj | 1 | -1/+5 | |
2021-12-31 | fm-directory-view: fix memory leak | rbuj | 1 | -1/+5 | |
2021-12-21 | caja-application: avoid SEGV when profiling/debugging code | rbuj | 1 | -2/+1 | |
2021-12-19 | Use gresources for ui files | rbuj | 6 | -2918/+15 | |
2021-11-20 | Use a blank line at most | rbuj | 59 | -238/+0 | |
2021-11-08 | caja-places-sidebar: fix right-click menu height | Benjamin Heiniger | 1 | -7/+18 | |
* caja-places-sidebar: fix right-click menu height - prevent error and right-click menu from appearing when clicking empty area | |||||
2021-06-18 | Update copyright to 2021 | raveit65 | 4 | -0/+4 | |
2021-05-08 | caja-bookmarks-window.ui: expand child widgets, sane default size | mbkma | 1 | -7/+18 | |
use attribute "bold" instead of markup | |||||
2021-05-05 | caja-bookmarks-window.ui: remove deprecated GtkAlignment, remove empty labels | mbkma | 1 | -172/+82 | |
2021-05-05 | caja-file-management-properties.ui: remove deprecated GtkAlignment (use | mbkma | 1 | -1219/+1157 | |
margin-property instead), reduce default size | |||||
2021-04-20 | Add creation time support | rbuj | 4 | -0/+21 | |
2021-04-20 | caja-window: remove -Wcast-function-type warning | rbuj | 1 | -5/+13 | |
2021-04-20 | caja-window-menus: remove -Wcast-function-type warning | rbuj | 1 | -3/+1 | |
2021-04-20 | caja-window-manage-views: remove -Wcast-function-type warning | rbuj | 1 | -2/+10 | |
2021-04-20 | caja-property-browser: remove -Wcast-function-type warning | rbuj | 1 | -4/+11 | |
2021-04-13 | icon view: Add a directory setting to block moving icons | Colomban Wendling | 3 | -0/+78 | |
This is mostly useful on the desktop (which is the main user of the free-placement icon view) to be able to lock the layout and avoid unintentionally moving icons around. Especially useful for less computer-literate users. | |||||
2021-04-02 | No longer need to check the locale.h header as it's part of C90 | rbuj | 1 | -2/+0 | |
2021-04-01 | warning: missing initializer for a field of ‘GtkActionEntry’ | rbuj | 5 | -34/+47 | |
2021-03-11 | caja-places-sidebar: gnome-disk-utility ignores the --xid option | rbuj | 1 | -7/+0 | |
2021-03-11 | caja-pathbar: Fix cppcheck warning nullPointerRedundantCheck | rbuj | 1 | -25/+19 | |
2021-03-10 | caja-application: Use PACKAGE in notify_init instead of GETTEXT_PACKAGE | rbuj | 1 | -1/+1 | |
2021-03-10 | cppcheck warning: Local variable 'combo_box' shadows outer argument | rbuj | 1 | -13/+6 | |
2021-02-26 | caja-window: Fix cppcheck warning unusedAllocatedMemory | rbuj | 1 | -4/+0 | |
2021-02-25 | caja-file-management-properties: Do not cast the instance to GObject when ↵ | rbuj | 1 | -11/+9 | |
connecting a signal | |||||
2021-02-25 | caja-file-management-properties: use gtk_builder_new_from_file | rbuj | 1 | -5/+1 | |
2021-02-25 | Fix warnings about xmlChar cast | rbuj | 2 | -95/+105 | |
2021-02-07 | build: allow users to disable gettext support (--disable-nls) | rbuj | 13 | -0/+30 | |
2021-02-05 | build: Use PACKAGE_URL variable | rbuj | 1 | -1/+1 | |
2021-01-23 | caja-places-sidebar: upgrade format drive item | rbuj | 1 | -2/+49 | |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
2021-01-15 | Remove warning -Wtype-limits | rbuj | 1 | -1/+1 | |
2020-12-25 | caja-bookmarks-window: upgrade ui file | rbuj | 1 | -68/+65 | |
2020-12-04 | caja-file-management-properties: use g_list_free_full | rbuj | 1 | -2/+1 | |
2020-11-15 | fm-properties-window: make the location of system folders portable | rbuj | 2 | -2/+4 | |
2020-11-11 | Remove unused macros | Pablo Barciela | 9 | -33/+0 | |
2020-11-11 | Duplicate tabs using the scroll wheel (#1456) | Erik Bročko | 4 | -12/+32 | |
* middle-clicking the reload button duplicates tab |