Age | Commit message (Expand) | Author | Files | Lines |
2016-10-14 | GTK2: Use emanuele-f 's patch for build failure, fix build w/o libunique | lukefromdc | 12 | -70/+71 |
2016-10-14 | Fix missed selector change for separating GTK3 and libunique build options | lukefromdc | 2 | -1/+3 |
2016-10-11 | Fix accessible object inherritance when used with GTK 3 | Luke Yelavich | 1 | -0/+48 |
2016-10-09 | GtkApplication: Disable session management when root/not in MATE | lukefromdc | 1 | -10/+0 |
2016-10-08 | GTK3: port libunique ->GtkApplication as build time option | lukefromdc | 13 | -109/+1253 |
2016-10-08 | Stop warnings on window-close and 3 warnings on exit | lukefromdc | 2 | -2/+8 |
2016-10-04 | GTK3: fix warnings cause by GtkGrid | lukefromdc | 1 | -52/+3 |
2016-09-15 | Fix for #492 | bl0ckeduser | 1 | -0/+3 |
2016-09-06 | GTK3.20:fix statusbar deprecation warning | lukefromdc | 1 | -1/+7 |
2016-09-06 | GTK3: Fix last pathbar warning | lukefromdc | 1 | -27/+18 |
2016-09-05 | GTK3: Fix pathbar "w/o calling gtk_widget get preferred width" warnings | lukefromdc | 1 | -3/+12 |
2016-09-05 | GTK3: fix pathbar pango warnings | lukefromdc | 1 | -1/+9 |
2016-08-27 | Update caja-actions.h | bkerlin | 1 | -1/+0 |
2016-08-22 | drop a large amount of completely unused code | monsta | 5 | -49/+0 |
2016-08-12 | GTK+-3 property-browser: port GtkTable to GtkGrid | raveit65 | 1 | -1/+61 |
2016-08-12 | GTK+-3 window: port GtkTable to GtkGrid | raveit65 | 4 | -2/+53 |
2016-08-10 | Fix background change crash | lukefromdc | 1 | -0/+24 |
2016-08-08 | Fix background rendering in noncomposited case | lukefromdc | 2 | -36/+126 |
2016-08-04 | GTK3.21:fix desktop redraw (fm-list-view.c) | lukefromdc | 1 | -0/+6 |
2016-08-04 | GTK3.21:fix desktop redraw (fm-icon-view.c) | lukefromdc | 1 | -2/+10 |
2016-08-04 | GTK3.21:fix desktop redraw (fm-directory-view.c) | lukefromdc | 1 | -5/+14 |
2016-08-04 | GTK3.21:fix desktop redraw (fm-desktop-icon-view.c) | lukefromdc | 1 | -0/+13 |
2016-08-04 | GTK3.21:fix desktop redraw (caja-desktop-window.c) | lukefromdc | 1 | -2/+16 |
2016-07-30 | use GtkAbout instead of MateAbout | raveit65 | 2 | -15/+12 |
2016-07-20 | GTK 3.21: stop properties window going full height | lukefromdc | 1 | -1/+4 |
2016-07-14 | GTK+-3 pathbar: always show the sliders | raveit65 | 1 | -2/+2 |
2016-07-14 | GTK+-3 pathbar: add slider-button class to sliders | raveit65 | 1 | -0/+4 |
2016-07-14 | GTK+-3 pathpar: add image-button class to iconic buttons | raveit65 | 1 | -0/+8 |
2016-07-14 | GTK+-3 pathbar: use text-button style class for pathbar buttons | raveit65 | 1 | -0/+4 |
2016-07-14 | GTK+-3 pathbar: fix allocation offset for the down slider button | raveit65 | 1 | -3/+2 |
2016-07-14 | GTK+-3 pathbar: do not use deprecated gtk_arrow_new | raveit65 | 1 | -7/+26 |
2016-07-14 | GTK+-3 pathbar: do not use deprecated gtk_alignment_new | raveit65 | 1 | -7/+5 |
2016-07-14 | GTK+-3 pathbar: refresh label size request every time it changes | raveit65 | 1 | -15/+34 |
2016-07-12 | remove some unused includes | monsta | 3 | -3/+0 |
2016-07-12 | fix minor build warning | monsta | 1 | -1/+3 |
2016-07-11 | location-bar: don't pack an useless box in the bar | raveit65 | 1 | -14/+4 |
2016-07-11 | location-bar: fix deprecated GTK_TYPE_HBOX usage | raveit65 | 1 | -1/+4 |
2016-07-11 | navigation-bar: remove useless abstract class | raveit65 | 7 | -403/+152 |
2016-07-11 | Revert "GTK+-3 spatial-window: avoid deprecated gtk_vbox_new" | raveit65 | 1 | -1/+0 |
2016-07-11 | GTK+-3 spatial-window: avoid deprecated gtk_vbox_new | raveit65 | 1 | -0/+1 |
2016-07-08 | GTK+-3.20 view-as-action: avoid deprecated gtk_combo_box_set_focus_on_click | raveit65 | 1 | -0/+4 |
2016-07-06 | GTK+-3 connect-server-dialog: use widget properties instead of GtkAlignment | raveit65 | 1 | -2/+15 |
2016-07-06 | GTK+-3 searchbar: use widget properties instead of GtkAlignment | raveit65 | 1 | -0/+11 |
2016-07-06 | GTK+-3 fm-properties-window: use widget properties instead of GtkAlignment | raveit65 | 1 | -5/+18 |
2016-07-06 | GTK+-3 fm-list-view: use widget properties instead of GtkAlignment | raveit65 | 1 | -0/+9 |
2016-07-06 | notebook: cleanup an old workaround | raveit65 | 1 | -66/+0 |
2016-07-04 | Gtk+-3.20 fm-desktop-icon-view: use GdkSeat operations | raveit65 | 1 | -1/+31 |
2016-07-04 | Revert "navigation-bar: fix deprecated GTK_TYPE_HBOX usage" | raveit65 | 1 | -2/+1 |
2016-07-04 | Revert "navigation-bar: fix typo in previous commit" | raveit65 | 1 | -1/+1 |
2016-06-30 | navigation-bar: fix typo in previous commit | raveit65 | 1 | -1/+1 |