summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-07-20preferences: Render extension icons as cairo_surfacesVictor Kareh2-14/+14
2022-07-20preferences: Render media icons as cairo_surfaceVictor Kareh1-8/+9
2022-07-20Replace gdkpixbuf with cairo_surfaces in a few more placesVictor Kareh6-63/+35
2022-07-20sidebar: Render info icon as vectorVictor Kareh1-16/+16
2022-07-20desktop: Add specific CSS for ContrastHigh and ContrastHighInverseColomban Wendling3-0/+4
2022-07-20desktop: Add specific CSS for HighContrast and HighContrastInverseColomban Wendling4-0/+23
Those themes should provide highly contrasted display, so make sure to have a background on the desktop items labels and use the theme's colors.
2022-07-20Add support for loading theme-specific caja-desktop CSSColomban Wendling1-5/+40
Add support for loading a specific CSS named after the theme for theming the desktop, "caja-desktop-$THEME.css". This allows specific overrides for themes with specific needs, like HighContrast and such.
2022-07-20Refactor custom CSS loading into a separate functionColomban Wendling1-23/+18
2022-07-20Render file-conflict icons as cairo_surface vectorsVictor Kareh3-42/+68
2022-07-20file-conflict-dialog: don't scale icons twice on hidpi monitorslukefromdc1-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.
2022-07-20CI: don't exclude .gmo files from tarballraveit651-1/+0
gettext needs .gmo files to install .mo locale
2022-07-20eel-string: Fix 'make check'Pablo Barciela1-2/+3
Fixes https://github.com/mate-desktop/caja/commit/312394dfa42c07a3afa5089c6e3e5b9a1c1001ae#commitcomment-34152266
2022-07-20Restore transparent background on icon view labelsColomban Wendling1-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.
2022-07-20desktop icon view: disconnect callback from correct GSettings instancemonsta1-1/+1
taken from: https://github.com/linuxmint/nemo/commit/89090ac192638d75359876d917b6d3ce106196af
2022-07-20Add scroll tabs with mouse wheelLaurent Napias4-0/+78
- File's properties and caja's preferences windows
2022-07-20hidpi: ensure all icons are properly scaledlukefromdc1-2/+2
2022-07-20use GETTEXTDATADIRS replace GETTEXTDATADIRWu Xiaotian1-1/+1
2022-07-20create msgstr for data/browser.xmlWu Xiaotian6-79/+99
2022-07-20[ci] dont include gmo files in tarballWu Xiaotian1-1/+2
2022-07-20[ci] add autopoint for debian/ubuntuWu Xiaotian1-0/+2
2022-07-20add gettext itsWu Xiaotian2-0/+13
2022-07-20migrate intltool to gettextWu Xiaotian17-48/+117
2022-07-20release 1.23.1raveit652-1/+24
2022-07-20desktop: Force no borders on desktop items by defaultColomban Wendling1-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.
2022-07-20desktop: Always draw the items label frameColomban Wendling1-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.
2022-07-20Travis CI: debian build: show all the warnings of deprecated functionsPablo Barciela1-0/+6
2022-07-20caja-zoom-action: suppress GtkAction warningsraveit651-0/+8
2022-07-20caja-window: suppress GtkAction warningsraveit651-0/+30
2022-07-20caja-window-toolbars: suppress GtkAction warningsraveit651-2/+9
2022-07-20caja-spartial-window: suppress GtkAction warningsraveit651-0/+4
2022-07-20caja-window-menus: suppress GtkAction warningsraveit651-4/+30
2022-07-20window-manage-views: suppress GtkAction warningsraveit651-0/+2
2022-07-20caja-window-bookmarks: suppress GtkAction warningsraveit651-0/+2
2022-07-20view-as-action: suppress GtkAction warningsraveit651-0/+8
2022-07-20caja-navigation-window-menus: suppress GtkAction warningsraveit651-1/+32
2022-07-20caja-navigation-action: suppress GtkAction warningsraveit651-0/+8
2022-07-20caja-desktop-window: suppress GtkAction warningsraveit651-0/+2
2022-07-20fm-list-view: suppress GtkAction warningsraveit651-0/+2
2022-07-20fm-icon-view: suppress GtkAction warningsraveit651-0/+16
2022-07-20fm-directory-view: change G_GNUC_END_IGNORE_DEPRECATIONS placePablo Barciela1-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.
2022-07-20Fix cppcheck warningsPablo Barciela4-132/+132
appeared since the silence of deprecated gtkaction warnings
2022-07-20Revert "fm-directory-view: free var action_name"raveit651-2/+0
This reverts commit f13416d256ede64396c3c6bb26fadb9b5e527bd3. This was wrong.
2022-07-20fm-directory-view: free var action_nameraveit651-0/+2
2022-07-20fm-directory-view: fix previous GtkAction commitraveit651-9/+12
2022-07-20fm-directory-view: suppress GtkAction warningsraveit651-3/+107
2022-07-20fm-desktop-icon-view: suppress GtkAction warningsraveit651-0/+9
2022-07-20caja-ui-utilities: suppress GtkAction warningsraveit651-0/+12
2022-07-20caja-clipboard: suppress GtkAction warningsraveit651-0/+10
2022-07-20tx: sync with fixed translations from transifexraveit6514-906/+8814
2022-07-20Remove trailing whitespacesrbuj46-223/+223
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+