Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-10 | sidebar popup menu: show "media-eject" icon | Pablo Barciela | 2 | -2/+2 | |
2018-04-10 | update potfile | monsta | 1 | -975/+1034 | |
2018-04-08 | Add sort criterion by reversed extension segments | Moritz Bruder | 8 | -1/+238 | |
The basenames of files are split by dots and then starting from the end each segment is compared to find a sort order. Example: bar.tar.bz2 foo.tar.bz2 a.bar.gz x.tar.gz z.tar.gz test.tex A heuristic determines what extension segments are part of the extension. There is probably no perfect solution but there are much less false positives. As a result the sorting is more intuitive and the displayed column in the list view is better readable and displays extensions more accurately. In addition a bug related to the default sort criteria in the preferences has been fixed. | |||||
2018-04-08 | set icon names instead stock ids in some places | Pablo Barciela | 4 | -8/+8 | |
2018-04-07 | caja-spatial-window.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 3 | -54/+73 | |
avoid deprecated: gtk_image_menu_item_set_always_show_image gtk_image_menu_item_new_with_label gtk_image_menu_item_set_image | |||||
2018-04-06 | Fix warnings from HiDPI commits | lukefromdc | 3 | -1/+8 | |
*caja-pathbar: fix warning,and in the process maybe fix occasional segfaults on opening mounted volumes from the desktop *caja-icon-info: Stop gdk_cairo_surface_create_from_pixbuf: assertion 'GDK_IS_PIXBUF (pixbuf)' failed warning by handling NULL return from function finding the pixbuf caja-icon-canvas-item-c: do not use g_object_unref where it does not work Stop the g_object_unref: assertion 'G_IS_OBJECT (object)' failed warnings on closing icon views | |||||
2018-04-04 | sidebar: Respect sidebar dimensions on HiDPI | Victor Kareh | 2 | -2/+10 | |
2018-04-04 | HiDPI: Convert Pixbufs to Cairo Surfaces | Victor Kareh | 21 | -276/+395 | |
This allows icons in most places to scale up properly for HiDPI displays. | |||||
2018-04-04 | general: use gdk_monitor_get_scale_factor | Alexandru Pandelea | 1 | -1/+1 | |
As it is deprecated, instead of using gdk_screen_get_monitor_scale_factor use gdk_monitor_get_scale_factor(). https://bugzilla.gnome.org/show_bug.cgi?id=779774 origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/273e6efc | |||||
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 | Scale screen dimensions | Victor Kareh | 7 | -25/+60 | |
2018-04-04 | icon-info: hash/store icons using scale factor as well as size | Lionel Landwerlin | 1 | -6/+18 | |
Otherwise we might pick up an icon at an invalid size for a given scale. https://bugzilla.gnome.org/show_bug.cgi?id=776896 origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/53cee1de | |||||
2018-04-04 | file: support HiDpi for thumbnails images | Cosimo Cecchi | 1 | -3/+3 | |
This was missing from the last commit. origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/b3b4bea5 | |||||
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 | 32 | -185/+332 | |
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-04-04 | canvas-container: listen to scale factor to invalidate icons | Lionel Landwerlin | 1 | -0/+12 | |
This is one of the condition that needs to trigger an invalidation to recompute layout at the correct size. https://bugzilla.gnome.org/show_bug.cgi?id=776896 origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/b257699e | |||||
2018-04-04 | canvas-item: use gtk_render_icon_surface for the DnD surface | Cosimo Cecchi | 1 | -3/+8 | |
So to get HiDpi support. origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/31059f33 | |||||
2018-04-04 | desktop-canvas-view: scale desktop workarea | Andrea Azzarone | 1 | -4/+8 | |
The problem is that in the function canvas_container_set_workarea the screen width and height are in "application pixels" while the workarea ones are in "device pixels" so when the scaling is > 1, the margins are not properly setted. We need to scale-down the workarea geometries to "application pixels". https://bugzilla.gnome.org/show_bug.cgi?id=769302 origin commit: https://gitlab.gnome.org/GNOME/nautilus/commit/315a55df | |||||
2018-04-03 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-04-02 | caja-side-pane.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 1 | -4/+6 | |
avoid deprecated: gtk_image_menu_item_new_with_label gtk_image_menu_item_set_image | |||||
2018-03-31 | caja-navigation-window-pane.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 1 | -7/+9 | |
avoid deprecated: gtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_set_image | |||||
2018-03-31 | caja-navigation-window-menus.c: drop unused variable | Pablo Barciela | 1 | -8/+0 | |
Fixes https://github.com/mate-desktop/caja/pull/965#issuecomment-377716724 | |||||
2018-03-31 | caja-navigation-window-menus.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 1 | -3/+0 | |
avoid deprecated 'gtk_image_menu_item_set_always_show_image' | |||||
2018-03-31 | caja-bookmark: avoid deprecated GtkImageMenuItem | Pablo Barciela | 2 | -13/+40 | |
avoid deprecated: gtk_image_menu_item_new_with_label gtk_image_menu_item_set_image | |||||
2018-03-31 | caja-places-sidebar.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 1 | -17/+19 | |
avoid deprecated: gtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_new_with_label gtk_image_menu_item_set_image | |||||
2018-03-30 | caja-emblem-sidebar.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 1 | -9/+7 | |
avoid deprecated: gtk_image_menu_item_new_with_label gtk_image_menu_item_set_image gtk_image_menu_item_new_from_stock | |||||
2018-03-30 | fm-tree-view.c: drop unused variable | Pablo Barciela | 1 | -1/+1 | |
Fixes https://github.com/mate-desktop/caja/pull/956#issuecomment-377222055 | |||||
2018-03-29 | modify code error: end the statement with a semicolon | 张雯 | 1 | -2/+2 | |
2018-03-27 | fm-tree-view.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 1 | -32/+14 | |
avoid deprecated: gtk_image_menu_item_new_from_stock gtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_set_image | |||||
2018-03-27 | rename 'mate_image_menu_item...' to 'eel_image_menu_item_new_from_icon' | Pablo Barciela | 3 | -31/+36 | |
2018-03-26 | eel-editable-label.c: avoid 'append_action_signal' with stock ids | Pablo Barciela | 1 | -3/+3 | |
2018-03-23 | release 1.21.0v1.21.0 | raveit65 | 1 | -10/+36 | |
2018-03-23 | tx: update translations | raveit65 | 120 | -147858/+214425 | |
2018-03-23 | caja-query-editor.c: add #include <eel/eel-stock-dialogs.h> | Pablo Barciela | 1 | -0/+1 | |
Fixes https://github.com/mate-desktop/caja/pull/950#issuecomment-375567705 | |||||
2018-03-23 | tx: set minimum_perc = 2 | raveit65 | 1 | -1/+1 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -1/+1 | |
2018-03-23 | avoid 'gtk_file_chooser_dialog_new' with stock ids | Pablo Barciela | 5 | -13/+75 | |
2018-03-17 | avoid gtk_dialog_new_with_buttons with stock ids | Pablo Barciela | 5 | -61/+124 | |
2018-03-15 | tx: add makepot and move .pot file to srcdir | raveit65 | 2 | -0/+5 | |
2018-03-12 | add caja.pot for auto-update translations | raveit65 | 1 | -0/+7639 | |
2018-03-12 | avoid gtk_dialog_add_buttons with stock ids | Pablo Barciela | 8 | -30/+65 | |
2018-03-11 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -0/+2 | |
2018-03-05 | caja-file-management-properties.ui: avoid deprecated GtkVBox and GtkHBox | Pablo Barciela | 1 | -56/+98 | |
2018-03-05 | caja-bookmarks-window.ui: avoid deprecated: | Pablo Barciela | 1 | -22/+15 | |
avoid deprecated GtkVBox, GtkHBox and GtkLabel:xpad/ypad | |||||
2018-03-03 | rename mate_dialog_add_button to eel_dialog_add_button | Pablo Barciela | 5 | -82/+34 | |
2018-03-03 | use development version | raveit65 | 2 | -2/+2 | |
2018-03-03 | pre-bumb version | raveit65 | 2 | -1/+3 | |
2018-03-01 | avoid eel_create_question_dialog with stock ids | Pablo Barciela | 6 | -11/+24 | |
2018-02-27 | avoid eel_run_simple_dialog with stock ids | Pablo Barciela | 3 | -3/+8 | |
2018-02-27 | eel-stock-dialogs: avoid gtk_dialog_add_button with stock ids | Pablo Barciela | 1 | -2/+24 | |