summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-list-view.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-08Document and fix default-sort-order preferenceGordon Norman Squash1-1/+3
2022-02-09Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-2/+2
2021-11-20Use a blank line at mostrbuj1-13/+0
2021-02-07build: allow users to disable gettext support (--disable-nls)rbuj1-0/+2
2020-11-11Remove unused macrosPablo Barciela1-7/+0
2019-08-26Set FmWidgetView is single view.Wu Xiaotian1-8/+8
2019-08-19Remove comments that are not written to translators from pot filerbuj1-2/+2
2019-07-23fm-list-view: replace deprecated gtk_drag_beginraveit651-6/+7
2019-07-17src / file-manager: reduce the scope of some variablesPablo Barciela1-23/+45
2019-06-29fm-list-view: suppress GtkAction warningsraveit651-0/+2
2019-05-04eel: remove date & time functionsrbuj1-1/+1
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-26/+26
2019-04-10local #include files inside "" instead <>Pablo Barciela1-29/+32
2018-05-05avoid deprecated 'gtk_style_context_get_background_color'Pablo Barciela1-1/+8
2018-04-04list-view: use the cairo surface as a drag iconCosimo Cecchi1-11/+8
2018-04-04Support HiDpi iconsCosimo Cecchi1-2/+12
2018-03-17avoid gtk_dialog_new_with_buttons with stock idsPablo Barciela1-5/+11
2018-02-09avoid deprecated GtkStockPablo Barciela1-1/+1
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2017-11-12Fix: wrong behavior with key "enter" while renaming files in list viewPablo Barciela1-10/+21
2017-10-10View -> Visible Columns: fix vertical expand of dialog contentmonsta1-1/+1
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-05-25added feature: present the size on disk of files as we present the size of th...Felipe Barriga Richards1-0/+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 Sorokin1-6/+0
2017-01-06show/hide columns instead of appending/removing themmonsta1-13/+7
2016-12-29check for stable version of GTK+3, not for development onemonsta1-3/+3
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op...lukefromdc1-74/+5
2016-10-16support back and forward mouse buttons to navigateMartin Matuska1-0/+30
2016-08-04GTK3.21:fix desktop redraw (fm-list-view.c)lukefromdc1-0/+6
2016-07-06GTK+-3 fm-list-view: use widget properties instead of GtkAlignmentraveit651-0/+9
2016-01-25GTK3: fix deprecated GtkMiscWolfgang Ulbrich1-3/+3
2016-01-19GTK3 fm-list-view: don't use deprecated gtk_tree_view_set_rules_hintWolfgang Ulbrich1-0/+2
2016-01-15don't use deprecated gdk_cursor_new for both toolkit versionsWolfgang Ulbrich1-2/+2
2016-01-15GTK3 general: don't use gdk_cursor_unref()Wolfgang Ulbrich1-0/+4
2016-01-13GTK3 list-view: port to GtkStyleContextWolfgang Ulbrich1-0/+15
2015-10-19GTK3: do not use deprecated gtk_misc_set_alignmentraveit651-0/+5
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit651-0/+4
2015-08-24list view: jump to parent with left key on collapsed rowsMonsta1-1/+9
2015-07-09Use accessor functions instead of direct accessinfirit1-1/+1
2015-01-13drop support for GLib < 2.36Monsta1-2/+0
2013-07-25Fixes for GTK3 supportStefano Karapetsas1-0/+7
2012-12-22[all] silence warnings from GCC 4.6Jasmine Hassan1-7/+1
2012-11-23[src] fix some incompatible pointer type warningsJasmine Hassan1-1/+1
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-6/+5