summaryrefslogtreecommitdiff
path: root/libcaja-private
AgeCommit message (Expand)AuthorFilesLines
2018-04-13eject: Do not show "safe to remove" notification if drive fails to unmountlukefromdc1-1/+4
2018-04-05modify code error: end the statement with a semicolon张雯1-2/+2
2018-03-11search_dispose and search_finilize can't be run after search finishedchen donghai1-1/+0
2017-09-02icon-dnd: remove hardcoded highlight frameCosimo Cecchi1-6/+1
2017-08-26open-with-dialog: set max-char-width for a labelraveit651-0/+1
2017-08-26Fix #828 "Open With" dialog "Open" button's text misalignedlukefromdc1-1/+1
2017-04-23file: make caja_file_get_gicon return custom icons too (#765)monsta1-0/+5
2017-04-23Open With dialog: force icon sizemonsta1-1/+1
2017-04-15Add size_request to IconContainer to work around unncecessaryraveit651-0/+64
2017-04-15IconCanvasItem: fix overlapping filenames on hoverraveit651-1/+0
2017-03-28fix build with gcc 4.9.2 (looks like it's in c89 mode by default)monsta1-2/+6
2017-03-23search: added tag support (xattr::xdg.tags).Felipe Barriga Richards3-9/+205
2017-03-13eel: Avoid deprecated gdk_window_set_background functionsAlexei Sorokin2-4/+16
2017-03-13Revert "GTK3.21:fix desktop redraw"Alexei Sorokin1-7/+0
2017-02-07Add an option for asking confirmation before moving files to the trashColomban Wendling3-1/+68
2017-01-27Rename method to reflect its altered functionalityLuke Yelavich1-4/+4
2017-01-27Replace other instances of atk_focus_tracker_notify with appropriate atk_set_...Luke Yelavich1-5/+5
2017-01-27Use ATK_STATE_SELECTED and ATK_STATE_FOCUSED appropriately for highlight prop...Luke Yelavich1-9/+7
2017-01-07a11y: fix accessibility implementation for CajaIconCanvasItemAccessibleColomban Wendling1-3/+3
2017-01-06remove some unused code that's also gone upstreammonsta1-14/+0
2017-01-02Fix keyboard-down wraparound on compact viewlukefromdc1-26/+22
2016-12-31Fix cursor on single-click navigation mode.Franco Tortoriello1-2/+15
2016-12-29file: don't consider all desktop files caja linkslukefromdc1-3/+6
2016-12-29Show "open with" menu for desktop and theme fileslukefromdc1-4/+2
2016-12-29fix indent and spacing a bitmonsta1-11/+11
2016-12-29check for stable version of GTK+3, not for development onemonsta1-3/+3
2016-12-14Add a separator when concatenating strings in icon text accessibleColomban Wendling1-0/+2
2016-12-06schema: capitalize MIME in descriptionsmonsta1-2/+2
2016-12-06schema: add missing capitalization of Cajamonsta1-2/+2
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op...lukefromdc21-1794/+47
2016-11-03Improved merge folder dialogZenWalker1-8/+40
2016-11-03suppress notification on unmounting non-ejectiable devicelukefromdc1-2/+1
2016-10-23Add gsettings preference to enable/disable notificationslukefromdc3-0/+8
2016-10-23libunique builds: enable eject notificationslukefromdc1-8/+6
2016-10-23Refactor notification code to remove duplicate functionlukefromdc2-3/+4
2016-10-23GtkApplication: show notifications for ejecting from the desktop toolukefromdc2-2/+37
2016-10-17Fix disabled controls when recursively processing directoriesemanuele-f2-25/+28
2016-10-17Operations window fixes and control improvementsemanuele-f3-32/+114
2016-10-17Start immediately some opsemanuele-f1-7/+7
2016-10-17Fix bad indentationemanuele-f1-73/+73
2016-10-17Anticipate progress window creation to provide immediate op startemanuele-f3-70/+68
2016-10-17add GtkStock compatibilityemanuele-f1-5/+25
2016-10-17typos and little changesemanuele-f1-24/+22
2016-10-17fix GSource leak and little changesemanuele-f1-12/+14
2016-10-17operations can now specify to start immediatelyemanuele-f3-30/+33
2016-10-17add image unref and use localized messagesemanuele-f1-7/+14
2016-10-17extend to all the operationsemanuele-f2-12/+26
2016-10-17fix queue button sensitive on startemanuele-f1-10/+10
2016-10-17implement queue sort orderemanuele-f1-53/+237
2016-10-17thread synchronization to implement pause resumeemanuele-f2-9/+89