Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-14 | [eel] remove unused eel_make_semitransparent() | Jasmine Hassan | 2 | -88/+0 | |
http://git.gnome.org/browse/nautilus/commit/?id=48c6012e89fb1362e418d4bf56c05614f1515eab | |||||
2012-11-14 | [eel] remove unused code from eel-gdk-extensions | Jasmine Hassan | 2 | -224/+0 | |
http://git.gnome.org/browse/nautilus/commit/?id=6b2a053985b8c37aa1038e7a01ab05d7dd15aa2e | |||||
2012-11-14 | [eel-gdk-pixbuf-extensions] don't include eel-art-gtk-extensions.h | Jasmine Hassan | 1 | -2/+0 | |
http://git.gnome.org/browse/nautilus/commit/?id=2bfd4e3694e2f726592bae5341d7e4c7464ec415 | |||||
2012-11-14 | [eel] use glib's i18n API instead of eel's | Jasmine Hassan | 8 | -8/+8 | |
http://git.gnome.org/browse/nautilus/commit/?id=8447fd3670021530b6340829f27f1d689b633d3a | |||||
2012-11-14 | [eel] remove unused eel-i18n.[ch] | Jasmine Hassan | 3 | -109/+0 | |
was: [eel] remove eel-i18n.[ch] http://git.gnome.org/browse/nautilus/commit/?id=742b9fb1550ceec9284f581c3741c0a864ca82fd | |||||
2012-11-14 | [lc-p] use the 'outline-stippling' property on DnD | Jasmine Hassan | 1 | -0/+1 | |
http://git.gnome.org/browse/nautilus/commit/?id=aa43821e73d60804a3f0f2ebafb66aab53b440e1 | |||||
2012-11-14 | [eel] add an 'outline-stippling' property to the rect item | Jasmine Hassan | 2 | -0/+26 | |
http://git.gnome.org/browse/nautilus/commit/?id=b453aaacb0b17392eacacd8a9e378b7227da6413 | |||||
2012-11-14 | [lc-p] properly dash the icon when resizing it | Jasmine Hassan | 1 | -11/+3 | |
http://git.gnome.org/browse/nautilus/commit/?id=b10d8c00395026719dc0840e9d82e682c7c4e436 | |||||
2012-11-14 | [lc-p] make drawing of resize knobs work again | Jasmine Hassan | 1 | -8/+7 | |
http://git.gnome.org/browse/nautilus/commit/?id=29d7b86087f6ab86f6abd6c3c08c4e1d94b92b36 | |||||
2012-11-14 | [lc-p] port caja-icon-private to cairo drawing | Jasmine Hassan | 1 | -3/+2 | |
http://git.gnome.org/browse/nautilus/commit/?id=cbdf5829637093c0a5c0a4ff4d303ad184847627 | |||||
2012-11-14 | [lc-p] port caja-icon-dnd to cairo drawing | Jasmine Hassan | 2 | -45/+9 | |
http://git.gnome.org/browse/nautilus/commit/?id=34a376c97717cb05187b3d880e991c2d23511109 | |||||
2012-11-14 | [lc-p] port CajaIconContainer to cairo drawing | Jasmine Hassan | 1 | -36/+4 | |
http://git.gnome.org/browse/nautilus/commit/?id=8eab39c06628da7cf919be77d922024198105f0a | |||||
2012-11-14 | [lc-p] port CajaIconCanvasItem to cairo drawing | Jasmine Hassan | 1 | -104/+77 | |
http://git.gnome.org/browse/nautilus/commit/?id=89bd44de6bb11450b88d9d160593b65d62467579 | |||||
2012-11-14 | [lc-p] port CajaDirectoryBackground to cairo drawing | Jasmine Hassan | 1 | -2/+0 | |
http://git.gnome.org/browse/nautilus/commit/?id=6c691075c09ec23620484da00ffd43d3dfe0b75b | |||||
2012-11-14 | [lc-p] port CajaCellRendererPixbufEmblem to cairo drawing | Jasmine Hassan | 1 | -33/+16 | |
http://git.gnome.org/browse/nautilus/commit/?id=dfbf8b9b5636dceb3d6291c980d2c349afc849d7 | |||||
2012-11-14 | [eel-image-table] remove useless GdkGC clear_gc, and unrealize method | Jasmine Hassan | 1 | -22/+0 | |
Not upstream as image-table was removed. | |||||
2012-11-14 | [eel-gtk-extensions] remove dead code | Jasmine Hassan | 3 | -621/+138 | |
As in the commit below, except move a few we still need around to eel-image-table, which has been removed upstream. Specifically moving: eel_gtk_widget_find_windowed_ancestor to: find_windowed_ancestor() eel_gtk_signal_connect_while_realized to: signal_connect_while_realized() Also move while_realized_disconnecter(), as it's needed by the latter. http://git.gnome.org/browse/nautilus/commit/?id=a904f4acd546151ab37ee03bcce87869a805c323 | |||||
2012-11-14 | [information-panel] don't use eel_point_in_widget() | Jasmine Hassan | 2 | -2/+26 | |
nor in sidebar-title. the eel function is deprecated. | |||||
2012-11-14 | [sidebar-title] use gtk_label_set_attributes, obsolete eel_gtk_label_set_scale | Jasmine Hassan | 1 | -1/+8 | |
2012-11-14 | [sidebar-title] try to use GtkStyle in _select_text_color() | Jasmine Hassan | 3 | -49/+84 | |
Hopefully this will play better with themes, when a custom (EelBackground) background is not set in the widget. | |||||
2012-11-13 | [eel] add wrap_table_child_visible_in, replace eel_gtk_viewport_*_rect | Jasmine Hassan | 1 | -18/+48 | |
Not upstream, as wrap-table have been removed, and the said functions are marked for removal from eel-gtk-extensions | |||||
2012-11-13 | [property-browser] use gtk_label_set_attributes, obsolete ↵ | Jasmine Hassan | 1 | -2/+6 | |
eel_gtk_label_set_scale Not upstream because property-browser removed. But as in upstream, eel_gtk_label_set_scale() is going away in next eel-gtk-extensions.[ch] cleanup. | |||||
2012-11-13 | [eel] port eel-gdk-pixbuf-extensions to cairo drawing | Jasmine Hassan | 2 | -25/+10 | |
http://git.gnome.org/browse/nautilus/commit/?id=172af77cfbdc4910034a100a99aa1ec2cb843495 | |||||
2012-11-13 | [eel] port eel-gdk-extensions to cairo drawing | Jasmine Hassan | 2 | -83/+14 | |
http://git.gnome.org/browse/nautilus/commit/?id=917a27a6f69509720fadd0d50e40dbc87ae9f5d2 | |||||
2012-11-13 | [eel] port EelEditableLabel to cairo drawing | Jasmine Hassan | 2 | -176/+48 | |
http://git.gnome.org/browse/nautilus/commit/?id=6cb78fb15c89e53e60ee54dc8b773db6ca0def73 | |||||
2012-11-13 | [eel] port eel-debug-drawing to cairo drawing | Jasmine Hassan | 1 | -34/+19 | |
http://git.gnome.org/browse/nautilus/commit/?id=e716f82eea847e5298d773e2689642813db3d36e | |||||
2012-11-13 | [eel] port EelCanvas to cairo drawing | Jasmine Hassan | 2 | -81/+9 | |
http://git.gnome.org/browse/nautilus/commit/?id=759f3401bee333caf6d0ae6ae9820cdadda440e4 | |||||
2012-11-13 | [eel] port EelCanvasRE to cairo drawing | Jasmine Hassan | 2 | -345/+68 | |
http://git.gnome.org/browse/nautilus/commit/?id=820d4088a4d1768cf7e16de3c8ec0d7ff383f473 | |||||
2012-11-13 | [eel] port EelBackground to cairo drawing | Jasmine Hassan | 1 | -25/+12 | |
http://git.gnome.org/browse/nautilus/commit/?id=28b6813b77c4776b789231d3c64be3be01748608 | |||||
2012-11-13 | [general] Adds option to open new tab in tab bar context menu | Jasmine Hassan | 4 | -32/+57 | |
http://git.gnome.org/browse/nautilus/commit/?id=8598d769993843e1e6529a661fea034785ca0091 | |||||
2012-11-13 | [src] remove 2 unused includes | Jasmine Hassan | 2 | -2/+0 | |
2012-11-02 | [eel] Use GdkRegion on GTK2, cairo_region_t on GTK3 | Jasmine Hassan | 3 | -14/+32 | |
http://git.gnome.org/browse/nautilus/commit/?id=3b671558f1d8ac1ee72e8af13d4ede6ab549a400 | |||||
2012-11-01 | [configure] bump GTK version to 2.24.0 | Jasmine Hassan | 1 | -3/+3 | |
About time, no? | |||||
2012-10-17 | add missing include | Stefano Karapetsas | 1 | -0/+1 | |
2012-10-15 | add missing includes | Stefano Karapetsas | 1 | -0/+2 | |
2012-10-10 | refactor thumbnails codemate-file-manager-1.5.0 | Stefano Karapetsas | 6 | -533/+85 | |
2012-09-06 | replace mate-open with gvfs-open | Stefano Karapetsas | 1 | -1/+1 | |
2012-09-06 | remove old undo code | Stefano Karapetsas | 24 | -1635/+19 | |
2012-09-06 | remove latest mateconf usage | Stefano Karapetsas | 15 | -416/+395 | |
metadata saved in files instead of migrate to gsettings (caja-desktop-metadata.c is from nautilus) | |||||
2012-09-05 | bump minimum mate-desktop version (for gsettings schemas) | Stefano Karapetsas | 1 | -1/+1 | |
2012-09-05 | remove lockdown from monitored MateConf paths | Stefano Karapetsas | 1 | -1/+0 | |
2012-09-05 | convert disable-command-line lockdown to gsettings | Stefano Karapetsas | 4 | -46/+19 | |
2012-09-05 | removed eel_mateconf_monitor_add occurrence | Stefano Karapetsas | 1 | -2/+3 | |
2012-09-05 | remove unused gsettings schema keys | Stefano Karapetsas | 1 | -13/+0 | |
2012-09-05 | delete mateconf schema | Stefano Karapetsas | 2 | -1206/+1 | |
2012-09-05 | remove latest mateconf stuff | Stefano Karapetsas | 27 | -4080/+26 | |
2012-09-05 | convert last eel_preference users to raw mateconf | Stefano Karapetsas | 6 | -261/+47 | |
from nautilus patch: This is moslty the lockdown stuff, but we also access the background setting. This should be converted to use the new gsettings when they land. | |||||
2012-09-05 | initialize gsettings in nautilus-connect-server | Stefano Karapetsas | 1 | -0/+1 | |
2012-09-05 | remove old file-limit preference | Stefano Karapetsas | 5 | -86/+1 | |
2012-09-05 | fix conversion of enable-delete | Stefano Karapetsas | 1 | -4/+5 | |