Age | Commit message (Expand) | Author | Files | Lines |
2017-06-21 | Fix off-by-one error in caja-pathbar.c | nokangaroo | 1 | -1/+3 |
2017-05-25 | added feature: present the size on disk of files as we present the size of th... | Felipe Barriga Richards | 4 | -6/+31 |
2017-05-07 | pass CajaApplication instead of GApplication to DBus init | monsta | 1 | -1/+1 |
2017-05-03 | restore DBus interface initialization | monsta | 1 | -0/+3 |
2017-05-02 | CSS: Load a different caja-desktop.css with GTK 3.14 | Clement Lefebvre | 1 | -2/+6 |
2017-04-20 | Use gtk+-3 bookmarks location | raveit65 | 1 | -1/+30 |
2017-04-18 | update copyright year to 2017 | monsta | 1 | -1/+1 |
2017-04-18 | don't check nonexistent MATE22_USER_DIR env var | monsta | 1 | -10/+1 |
2017-03-28 | fix build warning (no const needed there) | monsta | 1 | -1/+1 |
2017-03-28 | fix build with gcc 4.9.2 (looks like it's in c89 mode by default) | monsta | 1 | -1/+3 |
2017-03-23 | search: added tag support (xattr::xdg.tags). | Felipe Barriga Richards | 1 | -0/+123 |
2017-03-23 | Fix broken rename in list view by selectin file name cell. | Martin Pieuchot | 1 | -1/+2 |
2017-03-23 | property-browser: don't recast GtkWidget as GtkWidget | raveit65 | 1 | -1/+1 |
2017-03-23 | property-browser: add style class frame to scrolledwindows | raveit65 | 1 | -0/+3 |
2017-03-17 | caja-application.c: Fix uninitialized variable | lukefromdc | 1 | -1/+1 |
2017-03-13 | eel: Avoid deprecated gdk_window_set_background functions | Alexei Sorokin | 1 | -0/+15 |
2017-03-13 | Revert "GTK3.21:fix desktop redraw" | Alexei Sorokin | 5 | -171/+0 |
2017-02-07 | Remove unused code | lukefromdc | 1 | -7/+0 |
2017-02-07 | Add an option for asking confirmation before moving files to the trash | Colomban Wendling | 2 | -1/+20 |
2017-02-07 | Fix for https://github.com/mate-desktop/caja/issues/734 | lukefromdc | 1 | -1/+1 |
2017-01-07 | force X11 | leigh123linux | 1 | -0/+2 |
2017-01-06 | show/hide columns instead of appending/removing them | monsta | 1 | -13/+7 |
2017-01-06 | revert part of previous commit - it broke Back/Forward buttons | monsta | 1 | -0/+32 |
2017-01-06 | remove some unused code that's also gone upstream | monsta | 3 | -150/+1 |
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 | 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 |