summaryrefslogtreecommitdiff
path: root/thunar/thunar-properties-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler error -Wcast-function-type (GCC 8)Andre Miranda2019-05-181-1/+1
* Properties: Apply 6/12/18 spacingSean Davis2018-09-061-1/+1
* Show file size in binary units by default (Bug #14653)Andre Miranda2018-09-031-1/+1
* Add german (and custom) date format (Bug #14527)Alexander Schwinn2018-07-181-3/+5
* Drop gtk_dialog_set_alternative_button_orderAndre Miranda2018-06-021-1/+0
* Fix more warningsAndre Miranda2018-05-291-1/+1
* Replace GtkTable by GtkGridAndre Miranda2017-09-031-35/+49
* Replace gtk_misc_set_aligmentAndre Miranda2017-09-021-18/+19
* Replace GtkV/HBox by GtkBoxAndre Miranda2017-08-251-4/+4
* Get rid of GTK_STOCK_*Jonas Kümmerlin2017-08-141-4/+4
* Make Thunar core compile and not crash with Gtk3Jonas Kümmerlin2017-08-141-2/+2
* Make it build with GSEALJonas Kümmerlin2017-08-141-1/+1
* Rework usage of binary file size properties (bug #11450)Harald Judt2015-03-171-2/+31
* Bump default size of file properties dialog a bitHarald Judt2015-02-281-1/+1
* Fix endless rename loop in case of error on the properties dialog (bug #11557)Harald Judt2015-02-201-0/+6
* Fix anchor offset in xfce_dialog_show_help () function.Olivier Duchateau2015-02-181-1/+1
* Make usage/free string more clear (bug #11345)Andrzej2015-01-281-1/+1
* Add a progressbar to the freespace indicator in the properties dialogHarald Judt2015-01-281-8/+28
* Smarter file extension selecting (bug #10268).Jeff Shipley2013-07-281-4/+2
* Drop spacing betweek Kind and icon in file properties.Nick Schermer2012-11-251-10/+2
* Add free space tooltip for devices.Nick Schermer2012-11-101-18/+12
* Return const string in thunar_file_get_custom_icon.Nick Schermer2012-10-301-7/+6
* Improve the free space label.Nick Schermer2012-10-141-6/+17
* Add secure desktop file launching (bug #5012).Nick Schermer2012-10-031-1/+1
* Don't update entry name after rename (bug #8452).Nick Schermer2012-10-021-8/+0
* Remove unused functions or make them static.Nick Schermer2012-09-301-2/+2
* Remove deprecated functions (bug #7795).Nick Schermer2012-09-251-2/+1
* Make the thumbnailer a singleton.Nick Schermer2012-09-251-1/+1
* Use mnemonic widgets in the properties dialog.Nick Schermer2012-09-181-2/+4
* Use g_(s)list_free_full where possible.Nick Schermer2012-09-161-2/+1
* Set full filenames list tooltip in the Names label.Nick Schermer2012-09-161-0/+1
* Fix compiler warnings.Nick Schermer2012-09-161-1/+1
* Fix critical error when F5 is pressed.Nick Schermer2012-09-161-4/+3
* Make parts of the permissions chooser work with multiple files.Nick Schermer2012-09-161-5/+8
* Make chooser button work again if a single file is selected.Nick Schermer2012-09-161-4/+5
* Make the emblems work with multiple files.Nick Schermer2012-09-161-1/+1
* Update some copyrights.Nick Schermer2012-09-161-1/+2
* Show more information if multiple files are selected.Nick Schermer2012-09-161-14/+136
* Fill in some content for the multiple files mode.Nick Schermer2012-09-161-12/+113
* Some initial work to get things starting.Nick Schermer2012-09-161-124/+192
* Don't use deprecated g_format_size_for_display.Nick Schermer2012-04-151-0/+4
* Attach help buttons to docs.xfce.org.Nick Schermer2012-01-081-1/+4
* Fix properties dialog crash with files with unknown content type.Jannis Pohlmann2011-02-191-8/+15
* Use a timeout/idle to request thumbnails in ThunarStandardView.Jannis Pohlmann2011-02-071-30/+30
* Refactor ThunarThumbnailer and implement unqueue.Jannis Pohlmann2011-02-071-38/+71
* Display content type in the file properties dialog tooltip (bug #2369).Jannis Pohlmann2010-09-031-1/+1
* Drop some deprecated API.Nick Schermer2009-08-231-2/+2
* Use new tooltip API.Nick Schermer2009-08-221-1/+1
* Second (and last for thunar/) flow of G_DEFINE_ macros.Nick Schermer2009-08-221-35/+1
* Merge the migration-to-gio branch into master.Jannis Pohlmann2009-08-211-122/+118