summaryrefslogtreecommitdiff
path: root/src/file-manager
AgeCommit message (Expand)AuthorFilesLines
2018-04-04properties-window: support HiDpi for the properties window iconCosimo Cecchi1-17/+10
2018-04-04Support HiDpi iconsCosimo Cecchi7-35/+94
2018-04-04desktop-canvas-view: scale desktop workareaAndrea Azzarone1-4/+8
2018-03-30fm-tree-view.c: drop unused variablePablo Barciela1-1/+1
2018-03-27fm-tree-view.c: avoid deprecated GtkImageMenuItemPablo Barciela1-32/+14
2018-03-23avoid 'gtk_file_chooser_dialog_new' with stock idsPablo Barciela1-4/+4
2018-03-17avoid gtk_dialog_new_with_buttons with stock idsPablo Barciela2-26/+52
2018-03-12avoid gtk_dialog_add_buttons with stock idsPablo Barciela2-8/+18
2018-03-01avoid eel_create_question_dialog with stock idsPablo Barciela1-1/+1
2018-02-09avoid deprecated GtkStockPablo Barciela4-104/+104
2018-01-31require GTK+ 3.22 and GLib 2.50monsta7-86/+7
2018-01-14move libegg to the top srcdir and drop some leftoversmonsta1-1/+0
2018-01-09remove +x attr from source filesmonsta3-0/+0
2018-01-08ui: don't use overlay-scrollbarsraveit653-0/+9
2017-12-16WidthOfScreen and HeightOfScreen implementationPablo Barciela1-6/+4
2017-11-12Fix: wrong behavior with key "enter" while renaming files in list viewPablo Barciela1-10/+21
2017-11-05open folder in new window: [ctrl] + [shift] + [w]Pablo Barciela1-1/+1
2017-10-10View -> Visible Columns: fix vertical expand of dialog contentmonsta1-1/+1
2017-09-23Fix: wrong <Shift+Del> behavior while renaming filesPablo Barciela1-2/+4
2017-08-29list view: fix large icon margins on zooming outmonsta1-0/+3
2017-08-29Revert "Adds columns autosizing"monsta1-2/+0
2017-08-28remove weird +x attribute from a source filemonsta1-0/+0
2017-08-25Adds columns autosizingJury Verrigni1-0/+2
2017-08-25Refresh all rows on zoom changeJury Verrigni1-1/+1
2017-08-25Forces widget redraw on zoomJury Verrigni1-0/+2
2017-08-12avoid deprecated gdk_screen_get_width/heightZenWalker1-4/+6
2017-07-22don't use deprecated gtk_show_uriraveit652-0/+13
2017-07-16avoid deprecated gdk_screen_get_numberZenWalker1-5/+6
2017-07-03fix vertical Compact View scrolling in fm_icon_view_scroll_event()Galik1-34/+15
2017-05-25added feature: present the size on disk of files as we present the size of th...Felipe Barriga Richards3-6/+30
2017-04-18don't check nonexistent MATE22_USER_DIR env varmonsta1-10/+1
2017-03-23Fix broken rename in list view by selectin file name cell.Martin Pieuchot1-1/+2
2017-03-13Revert "GTK3.21:fix desktop redraw"Alexei Sorokin4-30/+0
2017-02-07Remove unused codelukefromdc1-7/+0
2017-02-07Fix for https://github.com/mate-desktop/caja/issues/734lukefromdc1-1/+1
2017-01-06show/hide columns instead of appending/removing themmonsta1-13/+7
2016-12-29Show "open with" tab in properties window when "open with" menu availablelukefromdc1-2/+1
2016-12-29Show "open with" menu for desktop and theme fileslukefromdc1-3/+1
2016-12-29fix build warning about wrong variable typemonsta1-1/+1
2016-12-29fix indent and spacing a bitmonsta1-5/+6
2016-12-29check for stable version of GTK+3, not for development onemonsta5-19/+19
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op...lukefromdc9-1424/+40
2016-11-04Fix GTK2 buildlukefromdc1-1/+18
2016-11-04Compact view: ensure horizontal mouse wheel works both directionslukefromdc1-10/+9
2016-11-04Fix mousewheel scrolling in compact viewlukefromdc1-3/+13
2016-10-16support back and forward mouse buttons to navigateMartin Matuska1-0/+30
2016-08-22drop a large amount of completely unused codemonsta2-28/+0
2016-08-08Fix background rendering in noncomposited caselukefromdc1-10/+0
2016-08-04GTK3.21:fix desktop redraw (fm-list-view.c)lukefromdc1-0/+6
2016-08-04GTK3.21:fix desktop redraw (fm-icon-view.c)lukefromdc1-2/+10