summaryrefslogtreecommitdiff
path: root/libcaja-private
AgeCommit message (Expand)AuthorFilesLines
2018-04-08Add sort criterion by reversed extension segmentsMoritz Bruder4-1/+210
2018-04-08set icon names instead stock ids in some placesPablo Barciela1-2/+2
2018-04-06Fix warnings from HiDPI commitslukefromdc2-1/+4
2018-04-04HiDPI: Convert Pixbufs to Cairo SurfacesVictor Kareh8-106/+195
2018-04-04Scale screen dimensionsVictor Kareh1-6/+12
2018-04-04icon-info: hash/store icons using scale factor as well as sizeLionel Landwerlin1-6/+18
2018-04-04file: support HiDpi for thumbnails imagesCosimo Cecchi1-3/+3
2018-04-04Support HiDpi iconsCosimo Cecchi11-122/+177
2018-04-04canvas-container: listen to scale factor to invalidate iconsLionel Landwerlin1-0/+12
2018-04-04canvas-item: use gtk_render_icon_surface for the DnD surfaceCosimo Cecchi1-3/+8
2018-03-31caja-bookmark: avoid deprecated GtkImageMenuItemPablo Barciela1-13/+37
2018-03-29modify code error: end the statement with a semicolon张雯1-2/+2
2018-03-23avoid 'gtk_file_chooser_dialog_new' with stock idsPablo Barciela1-3/+3
2018-03-12avoid gtk_dialog_add_buttons with stock idsPablo Barciela2-8/+23
2018-03-03rename mate_dialog_add_button to eel_dialog_add_buttonPablo Barciela3-70/+18
2018-03-01avoid eel_create_question_dialog with stock idsPablo Barciela2-6/+7
2018-02-27avoid eel_run_simple_dialog with stock idsPablo Barciela1-1/+1
2018-02-27caja-file-operations: avoid gtk_dialog_add_buttons with stock idsPablo Barciela1-39/+71
2018-02-24caja-file-conflict-dialog: avoid gtk_dialog_add_buttons with stock idPablo Barciela1-6/+27
2018-02-23avoid deprecated GtkButton:use-stockPablo Barciela1-10/+4
2018-02-22caja-autorun: avoid gtk_dialog_add_buttons with stock idsPablo Barciela1-4/+28
2018-02-09avoid deprecated GtkStockPablo Barciela8-63/+73
2018-01-31require GTK+ 3.22 and GLib 2.50monsta9-135/+4
2018-01-15search_dispose and search_finilize can't be run after search finishedchen donghai1-1/+0
2018-01-14move libegg to the top srcdir and drop some leftoversmonsta1-2/+1
2018-01-09remove +x attr from source filesmonsta3-0/+0
2018-01-08ui: don't use overlay-scrollbarsraveit653-0/+9
2017-12-31eject: Do not show "safe to remove" notification if drive fails to unmountlukefromdc1-1/+4
2017-12-16WidthOfScreen and HeightOfScreen implementationPablo Barciela1-22/+8
2017-10-08reword Size on Disk column description a bitmonsta1-1/+1
2017-09-02icon-dnd: remove hardcoded highlight frameCosimo Cecchi1-6/+1
2017-08-25gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+10
2017-08-24libcaja-private: remove wrong link from internal READMEmonsta1-6/+0
2017-08-22private: Ensure we allow launching .desktop files from trusted symlinksIkey Doherty1-0/+42
2017-08-19open-with-dialog: set max-char-width for a labelraveit651-0/+1
2017-08-18Fix #828 "Open With" dialog "Open" button's text misalignedlukefromdc1-1/+1
2017-08-12avoid deprecated gdk_screen_width/heightZenWalker1-2/+7
2017-08-12avoid deprecated gdk_screen_get_width/heightZenWalker1-6/+15
2017-07-16avoid deprecated gdk_screen_get_numberZenWalker2-4/+5
2017-05-25added feature: present the size on disk of files as we present the size of th...Felipe Barriga Richards11-47/+221
2017-04-20Open With dialog: force icon sizemonsta1-1/+1
2017-04-20file: make caja_file_get_gicon return custom icons too (#765)monsta1-0/+5
2017-04-19Expand grid width to canvasraveit651-1/+6
2017-04-18use atk_component_get_extents instead of atk_component_get_positionmonsta1-2/+2
2017-04-18don't parse .hidden files manually - GIO does it since 2.36monsta4-139/+2
2017-04-18don't check nonexistent MATE22_USER_DIR env varmonsta1-13/+2
2017-04-18don't check nonexistent ~/.mate2 directorymonsta1-16/+3
2017-04-13Add size_request to IconContainer to work around unncecessaryraveit651-0/+64
2017-04-13IconCanvasItem: 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