summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-properties-window.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-24/+24
2019-04-10local #include files inside "" instead <>Pablo Barciela1-30/+34
2019-01-28Avoid deprecated g_type_class_add_privateWu Xiaotian1-7/+3
2018-12-01fm-properties-window: Fix memory leaksPablo Barciela1-6/+13
2018-11-02properties-window: fix checking inconsistent stateAlexandru Pandelea1-1/+1
2018-06-04avoid deprecated 'gtk_window_set_wmclass'Pablo Barciela1-1/+0
2018-05-18avoid deprecated 'gtk_dialog_get_action_area'Pablo Barciela1-5/+6
2018-04-04properties-window: support HiDpi for the properties window iconCosimo Cecchi1-17/+10
2018-04-04Support HiDpi iconsCosimo Cecchi1-6/+17
2018-03-23avoid 'gtk_file_chooser_dialog_new' with stock idsPablo Barciela1-4/+4
2018-03-12avoid gtk_dialog_add_buttons with stock idsPablo Barciela1-4/+9
2018-02-09avoid deprecated GtkStockPablo Barciela1-5/+5
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-14/+3
2017-07-22don't use deprecated gtk_show_uriraveit651-0/+7
2017-05-25added feature: present the size on disk of files as we present the size of th...Felipe Barriga Richards1-6/+22
2016-12-29Show "open with" tab in properties window when "open with" menu availablelukefromdc1-2/+1
2016-12-29fix build warning about wrong variable typemonsta1-1/+1
2016-12-29check for stable version of GTK+3, not for development onemonsta1-1/+1
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op...lukefromdc1-1137/+24
2016-07-20GTK 3.21: stop properties window going full heightlukefromdc1-1/+4
2016-07-06GTK+-3 fm-properties-window: use widget properties instead of GtkAlignmentraveit651-5/+18
2016-02-06properties-window: use 'bold and right-aligned are always FALSE' for gtk2 tooWolfgang Ulbrich1-18/+4
2016-01-25GTK3: fix deprecated GtkMiscWolfgang Ulbrich1-2/+2
2016-01-23fm-properties-window: use more code in both GTK+ buildsmonsta1-21/+24
2016-01-19GTK3: don'use deprecated gtk_hseparator_newWolfgang Ulbrich1-3/+7
2016-01-17GTK3: more deprecated GtkVBox/GtkHBox fixesWolfgang Ulbrich1-1/+13
2016-01-15don't use deprecated gdk_cursor_new for both toolkit versionsWolfgang Ulbrich1-1/+3
2016-01-15GTK3 general: don't use gdk_cursor_unref()Wolfgang Ulbrich1-0/+4
2016-01-13GTK3 properties-window: port to GtkStyleContextWolfgang Ulbrich1-4/+80
2015-12-05GTK3 properties-window: bold and right-aligned are always FALSEWolfgang Ulbrich1-4/+12
2015-12-05GTK3 properties-window: set max-width for value labelsraveit651-0/+1
2015-12-05GTK3: fm-properties-window, port GtkTable to GtkGridraveit651-39/+880
2015-12-04properties -> custom icon dialog: add /usr/share/icons to Placesmonsta1-0/+1
2015-10-19GTK3: do not use deprecated gtk_misc_set_alignmentraveit651-0/+4
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit651-0/+5
2015-07-20file properties dialog: bring back two missing tabsMonsta1-0/+14
2015-07-20small indent fixesMonsta1-1/+1
2015-07-07Revert "show main caja help page from m-u-g in all dialogs"Monsta1-2/+1
2015-06-17show main caja help page from m-u-g in all dialogsMonsta1-1/+2
2015-01-13drop support for GLib < 2.36Monsta1-26/+14
2014-12-10file-manager: don't leak memoryMonsta1-1/+3
2014-10-27implementation of extension interface and status management (gsoc2014)Alexander van der Meij1-1/+2
2014-01-27Add option to show file sizes with IEC units instead of SI unitsStefano Karapetsas1-4/+14
2013-12-22Update help uri to the correct locationinfirit1-1/+1
2013-10-06Properly free GHashTable in properties windowStefano Karapetsas1-1/+1
2013-08-01Replace ghelp: with help: for user-guideinfirit1-1/+1
2013-07-24Update for mate-desktop changesStefano Karapetsas1-1/+1
2012-12-22[all] silence warnings from GCC 4.6Jasmine Hassan1-3/+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-20/+12