Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-10-17 | add start and enqueue buttons | emanuele-f | 1 | -3/+25 |
2016-10-17 | move cancel button before the bar | emanuele-f | 1 | -12/+13 |
2016-10-16 | GTK+2: use eel helper again to set adjustment values | raveit65 | 1 | -0/+36 |
2016-10-16 | support back and forward mouse buttons to navigate | Martin Matuska | 1 | -0/+10 |
2016-10-11 | Fix accessible object inherritance when used with GTK 3 | Luke Yelavich | 1 | -0/+57 |
2016-10-10 | Fix hashtable warnings on close | lukefromdc | 2 | -7/+3 |
2016-10-08 | Stop warnings on window-close and 3 warnings on exit | lukefromdc | 2 | -3/+7 |
2016-08-31 | GTK3: stop warning spew from sidebar, pathbar | lukefromdc | 1 | -1/+1 |
2016-08-22 | thumbnails: port from raw pthread API to GTask and GMutex | monsta | 1 | -27/+25 |
2016-08-22 | drop a large amount of completely unused code | monsta | 14 | -369/+0 |
2016-08-04 | GTK3.21:fix desktop redraw (caja-icon-container.c) | lukefromdc | 1 | -3/+7 |
2016-07-13 | drop unneeded includes | monsta | 1 | -2/+0 |
2016-07-12 | libcaja-private: drop unused CajaIdleQueue code | monsta | 4 | -208/+0 |
2016-07-12 | libcaja-private: drop some more unused code | monsta | 8 | -190/+0 |
2016-07-12 | libcaja-private: remove unused CajaMergedDirectory code | monsta | 3 | -802/+0 |
2016-07-11 | all: don't use deprecated GMutex/GThread API | raveit65 | 4 | -75/+21 |
2016-07-06 | GTK+-3 open-with-dialog: use widget properties instead of GtkAlignment | raveit65 | 1 | -0/+8 |
2016-07-06 | GTK+-3 file-conflict-dialog: use widget properties instead of GtkAlignment | raveit65 | 1 | -0/+16 |
2016-07-06 | icon-container: don't use eel helper to set adjustment values | raveit65 | 1 | -15/+10 |
2016-07-04 | GTK+-3 caja-icon-dnd: avoid deprecated gtk_drag_begin | raveit65 | 1 | -0/+10 |
2016-07-04 | Gtk+-3.20 eel-canvas: use GdkSeat operations | raveit65 | 1 | -0/+39 |
2016-07-04 | GTK+-3.20 caja-tree-view-drag-dest: use GdkSeat operations | raveit65 | 1 | -2/+14 |
2016-07-04 | GTK+-3.20 caja-dnd: use GdkSeat operations | raveit65 | 1 | -2/+12 |