Age | Commit message (Expand) | Author | Files | Lines |
2019-04-12 | local #include files who are libraries inside <> instead "" | Pablo Barciela | 1 | -24/+24 |
2019-04-10 | local #include files inside "" instead <> | Pablo Barciela | 1 | -30/+34 |
2019-01-28 | Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -7/+3 |
2018-12-01 | fm-properties-window: Fix memory leaks | Pablo Barciela | 1 | -6/+13 |
2018-11-02 | properties-window: fix checking inconsistent state | Alexandru Pandelea | 1 | -1/+1 |
2018-06-04 | avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 1 | -1/+0 |
2018-05-18 | avoid deprecated 'gtk_dialog_get_action_area' | Pablo Barciela | 1 | -5/+6 |
2018-04-04 | properties-window: support HiDpi for the properties window icon | Cosimo Cecchi | 1 | -17/+10 |
2018-04-04 | Support HiDpi icons | Cosimo Cecchi | 1 | -6/+17 |
2018-03-23 | avoid 'gtk_file_chooser_dialog_new' with stock ids | Pablo Barciela | 1 | -4/+4 |
2018-03-12 | avoid gtk_dialog_add_buttons with stock ids | Pablo Barciela | 1 | -4/+9 |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -5/+5 |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -14/+3 |
2017-07-22 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+7 |
2017-05-25 | added feature: present the size on disk of files as we present the size of th... | Felipe Barriga Richards | 1 | -6/+22 |
2016-12-29 | Show "open with" tab in properties window when "open with" menu available | lukefromdc | 1 | -2/+1 |
2016-12-29 | fix build warning about wrong variable type | monsta | 1 | -1/+1 |
2016-12-29 | check for stable version of GTK+3, not for development one | monsta | 1 | -1/+1 |
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op... | lukefromdc | 1 | -1137/+24 |
2016-07-20 | GTK 3.21: stop properties window going full height | lukefromdc | 1 | -1/+4 |
2016-07-06 | GTK+-3 fm-properties-window: use widget properties instead of GtkAlignment | raveit65 | 1 | -5/+18 |
2016-02-06 | properties-window: use 'bold and right-aligned are always FALSE' for gtk2 too | Wolfgang Ulbrich | 1 | -18/+4 |
2016-01-25 | GTK3: fix deprecated GtkMisc | Wolfgang Ulbrich | 1 | -2/+2 |
2016-01-23 | fm-properties-window: use more code in both GTK+ builds | monsta | 1 | -21/+24 |
2016-01-19 | GTK3: don'use deprecated gtk_hseparator_new | Wolfgang Ulbrich | 1 | -3/+7 |
2016-01-17 | GTK3: more deprecated GtkVBox/GtkHBox fixes | Wolfgang Ulbrich | 1 | -1/+13 |
2016-01-15 | don't use deprecated gdk_cursor_new for both toolkit versions | Wolfgang Ulbrich | 1 | -1/+3 |
2016-01-15 | GTK3 general: don't use gdk_cursor_unref() | Wolfgang Ulbrich | 1 | -0/+4 |
2016-01-13 | GTK3 properties-window: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -4/+80 |
2015-12-05 | GTK3 properties-window: bold and right-aligned are always FALSE | Wolfgang Ulbrich | 1 | -4/+12 |
2015-12-05 | GTK3 properties-window: set max-width for value labels | raveit65 | 1 | -0/+1 |
2015-12-05 | GTK3: fm-properties-window, port GtkTable to GtkGrid | raveit65 | 1 | -39/+880 |
2015-12-04 | properties -> custom icon dialog: add /usr/share/icons to Places | monsta | 1 | -0/+1 |
2015-10-19 | GTK3: do not use deprecated gtk_misc_set_alignment | raveit65 | 1 | -0/+4 |
2015-10-19 | GTK3: Replace gtk_{v,h}box new with gtk_box_new | raveit65 | 1 | -0/+5 |
2015-07-20 | file properties dialog: bring back two missing tabs | Monsta | 1 | -0/+14 |
2015-07-20 | small indent fixes | Monsta | 1 | -1/+1 |
2015-07-07 | Revert "show main caja help page from m-u-g in all dialogs" | Monsta | 1 | -2/+1 |
2015-06-17 | show main caja help page from m-u-g in all dialogs | Monsta | 1 | -1/+2 |
2015-01-13 | drop support for GLib < 2.36 | Monsta | 1 | -26/+14 |
2014-12-10 | file-manager: don't leak memory | Monsta | 1 | -1/+3 |
2014-10-27 | implementation of extension interface and status management (gsoc2014) | Alexander van der Meij | 1 | -1/+2 |
2014-01-27 | Add option to show file sizes with IEC units instead of SI units | Stefano Karapetsas | 1 | -4/+14 |
2013-12-22 | Update help uri to the correct location | infirit | 1 | -1/+1 |
2013-10-06 | Properly free GHashTable in properties window | Stefano Karapetsas | 1 | -1/+1 |
2013-08-01 | Replace ghelp: with help: for user-guide | infirit | 1 | -1/+1 |
2013-07-24 | Update for mate-desktop changes | Stefano Karapetsas | 1 | -1/+1 |
2012-12-22 | [all] silence warnings from GCC 4.6 | Jasmine Hassan | 1 | -3/+1 |
2012-11-23 | [src] fix some incompatible pointer type warnings | Jasmine Hassan | 1 | -1/+1 |
2012-11-23 | [all] include src/glibcompat.h & use g_list_free_full() where needed | Jasmine Hassan | 1 | -20/+12 |