Age | Commit message (Expand) | Author | Files | Lines |
2016-12-31 | Fix cursor on single-click navigation mode. | Franco Tortoriello | 1 | -2/+15 |
2016-12-29 | file: don't consider all desktop files caja links | lukefromdc | 1 | -3/+6 |
2016-12-29 | Show "open with" tab in properties window when "open with" menu available | lukefromdc | 1 | -2/+1 |
2016-12-29 | Show "open with" menu for desktop and theme files | lukefromdc | 2 | -7/+3 |
2016-12-29 | fix build warning about wrong variable type | monsta | 1 | -1/+1 |
2016-12-29 | fix indent and spacing a bit | monsta | 8 | -36/+37 |
2016-12-29 | check for stable version of GTK+3, not for development one | monsta | 7 | -33/+33 |
2016-12-14 | Add a separator when concatenating strings in icon text accessible | Colomban Wendling | 1 | -0/+2 |
2016-12-06 | prefs dialog: fix vertical expand of content with window resize | monsta | 1 | -1/+1 |
2016-12-06 | schema: capitalize MIME in descriptions | monsta | 1 | -2/+2 |
2016-12-06 | schema: add missing capitalization of Caja | monsta | 1 | -2/+2 |
2016-12-04 | Rename labels: follow theme if available, sane default | lukefromdc | 4 | -29/+52 |
2016-12-02 | caja.css: fix missing comma | lukefromdc | 1 | -1/+1 |
2016-11-28 | po: actually add new language from Transifex | monsta | 1 | -0/+1 |
2016-11-28 | Fix restart loop when started without icons on the desktop | lukefromdc | 1 | -1/+6 |
2016-11-24 | build: require libmate-desktop >= 1.17.0 | monsta | 1 | -1/+1 |
2016-11-22 | release 1.17.1v1.17.1 | raveit65 | 1 | -0/+18 |
2016-11-22 | sync with transiflex | raveit65 | 114 | -67556/+82797 |
2016-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op... | lukefromdc | 113 | -7968/+272 |
2016-11-17 | configure.ac: Check for libnotify | lukefromdc | 1 | -0/+1 |
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-11-03 | Improved merge folder dialog | ZenWalker | 1 | -8/+40 |
2016-11-03 | suppress notification on unmounting non-ejectiable device | lukefromdc | 1 | -2/+1 |
2016-10-23 | Add gsettings preference to enable/disable notifications | lukefromdc | 3 | -0/+8 |
2016-10-23 | libunique builds: enable eject notifications | lukefromdc | 3 | -28/+15 |
2016-10-23 | Refactor notification code to remove duplicate function | lukefromdc | 4 | -35/+8 |
2016-10-23 | GtkApplication: show notifications for ejecting from the desktop too | lukefromdc | 2 | -2/+37 |
2016-10-22 | GtkApplication: Notify when ejected volumes safe to unplug | lukefromdc | 4 | -4/+67 |
2016-10-22 | GtkApplication: fix "caja 3.0" message | lukefromdc | 1 | -1/+1 |
2016-10-19 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+11 |
2016-10-18 | sync with Transifex | monsta | 8 | -111/+115 |
2016-10-17 | Fix disabled controls when recursively processing directories | emanuele-f | 2 | -25/+28 |
2016-10-17 | Operations window fixes and control improvements | emanuele-f | 3 | -32/+114 |
2016-10-17 | Start immediately some ops | emanuele-f | 1 | -7/+7 |
2016-10-17 | Fix bad indentation | emanuele-f | 1 | -73/+73 |
2016-10-17 | Anticipate progress window creation to provide immediate op start | emanuele-f | 3 | -70/+68 |
2016-10-17 | add GtkStock compatibility | emanuele-f | 1 | -5/+25 |
2016-10-17 | typos and little changes | emanuele-f | 1 | -24/+22 |
2016-10-17 | fix GSource leak and little changes | emanuele-f | 1 | -12/+14 |
2016-10-17 | operations can now specify to start immediately | emanuele-f | 3 | -30/+33 |
2016-10-17 | add image unref and use localized messages | emanuele-f | 1 | -7/+14 |
2016-10-17 | extend to all the operations | emanuele-f | 2 | -12/+26 |
2016-10-17 | fix queue button sensitive on start | emanuele-f | 1 | -10/+10 |
2016-10-17 | implement queue sort order | emanuele-f | 1 | -53/+237 |
2016-10-17 | thread synchronization to implement pause resume | emanuele-f | 2 | -9/+89 |