Age | Commit message (Expand) | Author | Files | Lines |
2016-12-29 | Show "open with" menu for desktop and theme files | lukefromdc | 1 | -3/+1 |
2016-12-29 | fix build warning about wrong variable type | monsta | 1 | -1/+1 |
2016-12-29 | fix indent and spacing a bit | monsta | 5 | -12/+13 |
2016-12-29 | check for stable version of GTK+3, not for development one | monsta | 6 | -30/+30 |
2016-12-06 | prefs dialog: fix vertical expand of content with window resize | monsta | 1 | -1/+1 |
2016-12-04 | Rename labels: follow theme if available, sane default | lukefromdc | 1 | -0/+15 |
2016-11-28 | Fix restart loop when started without icons on the desktop | lukefromdc | 1 | -1/+6 |
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op... | lukefromdc | 56 | -4162/+154 |
2016-11-11 | application: correct description of --force-desktop option | monsta | 1 | -1/+1 |
2016-11-10 | application: remove unused function | monsta | 1 | -57/+0 |
2016-11-08 | remove convert metadata | lukefromdc | 3 | -484/+2 |
2016-11-04 | Fix GTK2 build | lukefromdc | 1 | -1/+18 |
2016-11-04 | Compact view: ensure horizontal mouse wheel works both directions | lukefromdc | 1 | -10/+9 |
2016-11-04 | Fix mousewheel scrolling in compact view | lukefromdc | 1 | -3/+13 |
2016-10-23 | libunique builds: enable eject notifications | lukefromdc | 2 | -20/+9 |
2016-10-23 | Refactor notification code to remove duplicate function | lukefromdc | 2 | -32/+4 |
2016-10-22 | GtkApplication: Notify when ejected volumes safe to unplug | lukefromdc | 3 | -4/+66 |
2016-10-22 | GtkApplication: fix "caja 3.0" message | lukefromdc | 1 | -1/+1 |
2016-10-16 | support back and forward mouse buttons to navigate | Martin Matuska | 3 | -0/+38 |
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 |