Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-05 | Render file-conflict icons as cairo_surface vectors | Victor Kareh | 3 | -42/+68 | |
2019-07-05 | file-conflict-dialog: don't scale icons twice on hidpi monitors | lukefromdc | 1 | -4/+4 | |
Hardcode scale factor to 1 in caja_file_get_icon_pixbuf functions in caja-file-conflict as these icons are already getting scaled elsewhere. Otherwise they get scaled twice and the whole dialog is ballooned oversize on hidpi *Based on similar change made in Nautilus as a small part of fd01842f996b7d07baf2aafb0f68308fc5ed2055 "file-conflict-dialog: separate file logic from UI management " which was a more general refactoring of the file conflict dialog and split out the frontend and backend code. | |||||
2019-07-04 | CI: don't exclude .gmo files from tarball | raveit65 | 1 | -1/+0 | |
gettext needs .gmo files to install .mo locale | |||||
2019-07-03 | eel-string: Fix 'make check' | Pablo Barciela | 1 | -2/+3 | |
Fixes https://github.com/mate-desktop/caja/commit/312394dfa42c07a3afa5089c6e3e5b9a1c1001ae#commitcomment-34152266 | |||||
2019-07-03 | Restore transparent background on icon view labels | Colomban Wendling | 1 | -1/+4 | |
18e4fbd005bd561e4a12ed388d4d9a8c93f0b15b started always drawing the frame on canvas items for the desktop's sake, but it also impacts other icon views. This is good in theory, but conflicts with some themes that used to work fine and now display an unwanted background because of generic rules matching these elements. Unfortunately there don't seem to be another solution than providing overrides for this yet, so do that, as anyway before recently the background wasn't drawn at all even if specified. | |||||
2019-07-02 | desktop icon view: disconnect callback from correct GSettings instance | monsta | 1 | -1/+1 | |
taken from: https://github.com/linuxmint/nemo/commit/89090ac192638d75359876d917b6d3ce106196af | |||||
2019-07-02 | Add scroll tabs with mouse wheel | Laurent Napias | 4 | -0/+78 | |
File's properties and caja's preferences windows | |||||
2019-07-01 | hidpi: ensure all icons are properly scaled | lukefromdc | 1 | -2/+2 | |
2019-07-01 | use GETTEXTDATADIRS replace GETTEXTDATADIR | Wu Xiaotian | 1 | -1/+1 | |
2019-07-01 | create msgstr for data/browser.xml | Wu Xiaotian | 6 | -79/+99 | |
2019-07-01 | [ci] dont include gmo files in tarball | Wu Xiaotian | 1 | -1/+2 | |
2019-07-01 | [ci] add autopoint for debian/ubuntu | Wu Xiaotian | 1 | -0/+2 | |
2019-07-01 | add gettext its | Wu Xiaotian | 2 | -0/+13 | |
2019-07-01 | migrate intltool to gettext | Wu Xiaotian | 17 | -48/+117 | |
2019-06-30 | release 1.23.1v1.23.1 | raveit65 | 2 | -1/+24 | |
2019-06-30 | desktop: Force no borders on desktop items by default | Colomban Wendling | 1 | -0/+1 | |
The previous commit started always drawing the frame, which also leads to drawing the border. As we didn't have defaults for the borders, a theme could unexpectedly add theme while they weren't drawn before. | |||||
2019-06-30 | desktop: Always draw the items label frame | Colomban Wendling | 1 | -12/+16 | |
Draw the frame under the items label even when not selected and not in prelight state, so that it is possible to theme it in the other states. However we still don't draw it when editing, because there is the editing widget frame already and drawing the label's one might slightly overflow the editing widget's borders and lead to slightly ugly results. Being able to draw a background is especially useful for accessibility purposes (e.g. a high contrast theme would typically make sure there is a background with enough contrast), but might be useful to all as desktop backgrounds are often not uniform at all. By default this is drawn transparent on the non-selected and non-prelight states (no change in default appearance then), but allows the user to customize it with a background if need be. Unfortunately for the moment this cannot be altered by theme, so the user will have to modify the GTK custom user CSS directly, but it still is better than nothing and can hopefully be solved better later. | |||||
2019-06-29 | Travis CI: debian build: show all the warnings of deprecated functions | Pablo Barciela | 1 | -0/+6 | |
2019-06-29 | caja-zoom-action: suppress GtkAction warnings | raveit65 | 1 | -0/+8 | |
2019-06-29 | caja-window: suppress GtkAction warnings | raveit65 | 1 | -0/+30 | |
2019-06-29 | caja-window-toolbars: suppress GtkAction warnings | raveit65 | 1 | -2/+9 | |
2019-06-29 | caja-spartial-window: suppress GtkAction warnings | raveit65 | 1 | -0/+4 | |
2019-06-29 | caja-window-menus: suppress GtkAction warnings | raveit65 | 1 | -4/+30 | |
2019-06-29 | window-manage-views: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-06-29 | caja-window-bookmarks: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-06-29 | view-as-action: suppress GtkAction warnings | raveit65 | 1 | -0/+8 | |
2019-06-29 | navigation-window: suppress GtkAction warnings | raveit65 | 1 | -0/+10 | |
2019-06-29 | caja-navigation-window-menus: suppress GtkAction warnings | raveit65 | 1 | -1/+32 | |
2019-06-29 | caja-navigation-action: suppress GtkAction warnings | raveit65 | 1 | -0/+8 | |
2019-06-29 | caja-desktop-window: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-06-29 | fm-list-view: suppress GtkAction warnings | raveit65 | 1 | -0/+2 | |
2019-06-29 | fm-icon-view: suppress GtkAction warnings | raveit65 | 1 | -0/+16 | |
2019-06-29 | fm-directory-view: change G_GNUC_END_IGNORE_DEPRECATIONS place | Pablo Barciela | 1 | -2/+2 | |
Fixes cppcheck warnings: [src/file-manager/fm-directory-view.c:1007]: (style) Statements following return, break, continue, goto or throw will never be executed. [src/file-manager/fm-directory-view.c:1080]: (style) Statements following return, break, continue, goto or throw will never be executed. | |||||
2019-06-28 | Fix cppcheck warnings | Pablo Barciela | 4 | -132/+132 | |
appeared since the silence of deprecated gtkaction warnings | |||||
2019-06-27 | Revert "fm-directory-view: free var action_name" | raveit65 | 1 | -2/+0 | |
This reverts commit f13416d256ede64396c3c6bb26fadb9b5e527bd3. This was wrong. | |||||
2019-06-27 | fm-directory-view: free var action_name | raveit65 | 1 | -0/+2 | |
2019-06-27 | fm-directory-view: fix previous GtkAction commit | raveit65 | 1 | -9/+12 | |
2019-06-25 | fm-directory-view: suppress GtkAction warnings | raveit65 | 1 | -3/+107 | |
2019-06-25 | fm-desktop-icon-view: suppress GtkAction warnings | raveit65 | 1 | -0/+9 | |
2019-06-25 | caja-ui-utilities: suppress GtkAction warnings | raveit65 | 1 | -0/+12 | |
2019-06-25 | caja-clipboard: suppress GtkAction warnings | raveit65 | 1 | -0/+10 | |
2019-06-24 | tx: sync with fixed translations from transifex | raveit65 | 14 | -906/+8814 | |
2019-06-18 | Remove trailing whitespaces | rbuj | 46 | -223/+223 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-17 | src: reduce the scope of some variables | Pablo Barciela | 32 | -208/+331 | |
2019-06-15 | caja-open-with-dialog: cppcheck: Redundant condition | Pablo Barciela | 1 | -2/+1 | |
Fixes cppcheck warning: [libcaja-private/caja-open-with-dialog.c:265]: (style) Redundant condition: !dialog->details->add_mode. 'A || (!A && B)' is equivalent to 'A || B' | |||||
2019-06-15 | eel-canvas: cppcheck: Local variable 'allocation' shadows outer variable | Pablo Barciela | 1 | -1/+0 | |
Fixes cppcheck warning: [eel/eel-canvas.c:3261] -> [eel/eel-canvas.c:3297]: (style) Local variable allocation shadows outer variable | |||||
2019-06-11 | Change URL prefixes from http to https | rbuj | 15 | -52/+52 | |
2019-06-10 | Change url projet's website | Laurent Napias | 3 | -3/+3 | |
2019-06-09 | caja-progress-info: add tooltips to file transfer dialog | Pablo Barciela | 1 | -0/+4 | |
Fixes https://github.com/mate-desktop/caja/issues/845 | |||||
2019-06-09 | Add accessible names for buttons in file transfer operations dialog | Luke Yelavich | 1 | -0/+4 | |