summaryrefslogtreecommitdiff
path: root/libcaja-private
AgeCommit message (Expand)AuthorFilesLines
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan25-155/+125
2012-11-20[lc-p] revise rendering-cleanup commit 2a4433a562Jasmine Hassan3-30/+17
2012-11-18fixed incorrect fsf addresses.Steve Zesch2-4/+4
2012-11-16Merge pull request #42 from jasmineaura/developStefano Karapetsas53-1834/+989
2012-11-16[eel] remove eel_gdk_pixbuf_list_ref()Jasmine Hassan1-2/+1
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan27-117/+166
2012-11-16[icon-container] remove size_request vfunc implJasmine Hassan1-10/+0
2012-11-16[general] use new GtkScrollable interfaceJasmine Hassan3-39/+59
2012-11-16[column-utilities] fix a TODO about a missing description stringJasmine Hassan1-2/+1
2012-11-16[column-utilities] disable SELinux column if !HAVE_SELINUXJasmine Hassan1-0/+2
2012-11-16[horizontal-splitter] remove, and use a regular GtkPaned insteadJasmine Hassan3-385/+0
2012-11-16[cell-renderer-text-ellipsized] use new GtkSizeRequest vfunctionsJasmine Hassan1-31/+57
2012-11-16[icon-dnd] cleanup useless commentJasmine Hassan1-4/+0
2012-11-16[icon-dnd] use negative device offsets to set the drag surfaceJasmine Hassan1-1/+1
2012-11-16[icon-canvas-item] use cairo directly instead of gdk_pixbuf_composite()Jasmine Hassan1-18/+27
2012-11-16[icon-canvas-item] set transparent background for highlightJasmine Hassan1-2/+1
2012-11-16[icon-container] use gtk_widget_get_preferred_size()Jasmine Hassan1-1/+3
2012-11-16[libcaja-private] Port to rendering-cleanup-nextJasmine Hassan5-81/+325
2012-11-16[icon-dnd] remove commented out obsolete codeJasmine Hassan1-62/+1
2012-11-16[KeepLastVerticalBox] Don't use eel-gtk-macrosJasmine Hassan1-5/+4
2012-11-16[lc-p] use eel_canvas_item_destroy instead of gtk_object_destroy()Jasmine Hassan2-4/+4
2012-11-16[lc-p] don't use GtkObject (GTK3)Jasmine Hassan8-39/+25
2012-11-16[directory-background] Use weak refs instead of EelBackground destroy signalJasmine Hassan1-22/+30
2012-11-16[window] add _full() versions of _go_to and _open() methodsJasmine Hassan3-10/+27
2012-11-16[window-info] move include to caja-window-privateJasmine Hassan1-1/+0
2012-11-16[build] don't include marshals we don't ownJasmine Hassan2-2/+0
2012-11-16[lc-p] Use gdk_threads_enter/leave in thumbnail_thread_notify_file_changedJasmine Hassan1-0/+4
2012-11-16[autorun] use gdk_error_trap_pop_ignored() for GTK3Jasmine Hassan1-0/+4
2012-11-16[lc-p] convert to new GDK_KEY prefixJasmine Hassan3-50/+50
2012-11-16[editable-label|entry] use GtkEditableClass on GTK2, GtkEditableInterface on ...Jasmine Hassan1-3/+7
2012-11-16[all] Don't use gtk_dialog_set_has_separator()Jasmine Hassan3-3/+0
2012-11-16[lc-p/fm] Replace deprecated GDK_DISPLAY with GDK_DISPLAY_XDISPLAYJasmine Hassan1-1/+2
2012-11-16[places-sidebar] redesign the Places sidebarJasmine Hassan1-1/+1
2012-11-16[icon-info] add a method to fetch GIcons for user special dirsJasmine Hassan3-0/+38
2012-11-16[icon-container] use gdk_window_focusJasmine Hassan1-1/+1
2012-11-16[all] use GtkMessageDialog instead of EelAlertDialog (going away)Jasmine Hassan2-34/+42
2012-11-16[lc-p] autogenerate marshallersJasmine Hassan4-45/+34
2012-11-16[lc-p] remove unused caja-iso9660.hJasmine Hassan2-111/+0
2012-11-14[icon-info] add caja_icon_theme_can_render()Jasmine Hassan2-0/+23
2012-11-14[ln-p] remove NautilusCellRendererPixbufEmblemJasmine Hassan3-572/+0
2012-11-14[lc-p|eel-gtk-extensions] Don't include eel-pango-extensions.hJasmine Hassan3-3/+0
2012-11-14[lc-p] use the 'outline-stippling' property on DnDJasmine Hassan1-0/+1
2012-11-14[lc-p] properly dash the icon when resizing itJasmine Hassan1-11/+3
2012-11-14[lc-p] make drawing of resize knobs work againJasmine Hassan1-8/+7
2012-11-14[lc-p] port caja-icon-private to cairo drawingJasmine Hassan1-3/+2
2012-11-14[lc-p] port caja-icon-dnd to cairo drawingJasmine Hassan2-45/+9
2012-11-14[lc-p] port CajaIconContainer to cairo drawingJasmine Hassan1-36/+4
2012-11-14[lc-p] port CajaIconCanvasItem to cairo drawingJasmine Hassan1-104/+77
2012-11-14[lc-p] port CajaDirectoryBackground to cairo drawingJasmine Hassan1-2/+0
2012-11-14[lc-p] port CajaCellRendererPixbufEmblem to cairo drawingJasmine Hassan1-33/+16