Age | Commit message (Expand) | Author | Files | Lines |
2017-04-20 | Open With dialog: force icon size | monsta | 1 | -1/+1 |
2017-04-20 | file: make caja_file_get_gicon return custom icons too (#765) | monsta | 1 | -0/+5 |
2017-04-19 | Expand grid width to canvas | raveit65 | 1 | -1/+6 |
2017-04-18 | use atk_component_get_extents instead of atk_component_get_position | monsta | 1 | -2/+2 |
2017-04-18 | don't parse .hidden files manually - GIO does it since 2.36 | monsta | 4 | -139/+2 |
2017-04-18 | don't check nonexistent MATE22_USER_DIR env var | monsta | 1 | -13/+2 |
2017-04-18 | don't check nonexistent ~/.mate2 directory | monsta | 1 | -16/+3 |
2017-04-13 | Add size_request to IconContainer to work around unncecessary | raveit65 | 1 | -0/+64 |
2017-04-13 | IconCanvasItem: fix overlapping filenames on hover | raveit65 | 1 | -1/+0 |
2017-03-28 | fix build with gcc 4.9.2 (looks like it's in c89 mode by default) | monsta | 1 | -2/+6 |
2017-03-23 | search: added tag support (xattr::xdg.tags). | Felipe Barriga Richards | 3 | -9/+205 |
2017-03-13 | eel: Avoid deprecated gdk_window_set_background functions | Alexei Sorokin | 2 | -4/+16 |
2017-03-13 | Revert "GTK3.21:fix desktop redraw" | Alexei Sorokin | 1 | -7/+0 |
2017-02-07 | Add an option for asking confirmation before moving files to the trash | Colomban Wendling | 3 | -1/+68 |
2017-01-27 | Rename method to reflect its altered functionality | Luke Yelavich | 1 | -4/+4 |
2017-01-27 | Replace other instances of atk_focus_tracker_notify with appropriate atk_set_... | Luke Yelavich | 1 | -5/+5 |
2017-01-27 | Use ATK_STATE_SELECTED and ATK_STATE_FOCUSED appropriately for highlight prop... | Luke Yelavich | 1 | -9/+7 |
2017-01-07 | a11y: fix accessibility implementation for CajaIconCanvasItemAccessible | Colomban Wendling | 1 | -3/+3 |
2017-01-06 | remove some unused code that's also gone upstream | monsta | 1 | -14/+0 |
2017-01-02 | Fix keyboard-down wraparound on compact view | lukefromdc | 1 | -26/+22 |
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" menu for desktop and theme files | lukefromdc | 1 | -4/+2 |
2016-12-29 | fix indent and spacing a bit | monsta | 1 | -11/+11 |
2016-12-29 | check for stable version of GTK+3, not for development one | monsta | 1 | -3/+3 |
2016-12-14 | Add a separator when concatenating strings in icon text accessible | Colomban Wendling | 1 | -0/+2 |
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-11-22 | move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op... | lukefromdc | 21 | -1794/+47 |
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 | 1 | -8/+6 |
2016-10-23 | Refactor notification code to remove duplicate function | lukefromdc | 2 | -3/+4 |
2016-10-23 | GtkApplication: show notifications for ejecting from the desktop too | lukefromdc | 2 | -2/+37 |
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 |
2016-10-17 | begin state machine implementation | emanuele-f | 1 | -25/+153 |