summaryrefslogtreecommitdiff
path: root/eel
AgeCommit message (Collapse)AuthorFilesLines
2012-11-16[eel] remove EelAlertDialog. It is unused nowJasmine Hassan3-554/+0
http://git.gnome.org/browse/nautilus/commit/?id=fe94a33657d55a2463fa066e09a8ecbfc637c4bd
2012-11-16[all] use GtkMessageDialog instead of EelAlertDialog (going away)Jasmine Hassan1-25/+37
This covers 4 commits: file-operations: use GtkMessageDialog http://git.gnome.org/browse/nautilus/commit/?id=51ec5861ca0697e802e8c003053211ac12f2fd54 mime-actions: use GtkMessageDialog http://git.gnome.org/browse/nautilus/commit/?id=7a3dcdd4bf667aac271be74988770e18575a7df2 tree-view: don't include eel-alert-dialog.h http://git.gnome.org/browse/nautilus/commit/?id=930af7f3058eed256a42c0c1558c7307bb93f411 [eel] use GtkMessageDialog for stock dialogs http://git.gnome.org/browse/nautilus/commit/?id=82c5b6c0d82ebd8a705d542fcc9aa58e6e9b0da4
2012-11-16[eel] add a utility to pack details into a message dialogJasmine Hassan2-2/+29
So that we can remove EelAlertDialog. http://git.gnome.org/browse/nautilus/commit/?id=a2b4de80a94b4e049f1d2a7ef00a174865b5c9ec
2012-11-16[eel-gtk-extensions] remove eel_gtk_signal* utilitiesJasmine Hassan2-92/+0
They're now unused. http://git.gnome.org/browse/nautilus/commit/?id=394cb741c3e59df66f924771d4ef68866e602faa
2012-11-16[eel] remove functions to set widget backgroundsJasmine Hassan3-38/+0
Now that we've removed eel_gtk_widget_set_background_color calls in eel-debug-drawing.c and test-eel-image-table.c, both it and _set_foreground_color are unused. Original commit: http://git.gnome.org/browse/nautilus/commit/?id=57b66862a53298468755e12ca3712569274f0a32
2012-11-16[eel] remove functions to handle acceleratorsJasmine Hassan2-100/+0
These are unused now http://git.gnome.org/browse/nautilus/commit/?id=472f3e1433ecb3d5e1a7fc8707975f45dd8d0469
2012-11-16[eel] simplify build systemJasmine Hassan9-579/+30
Note: remove eel-types.h include in eel-wrap-table.c (which was removed upstream prior, along with eel-image-table.[ch], after removal of emblems/background-setting stuff, which we're not doing, yet). So change EEL_TYPE_JUSTIFICATION to GTK_TYPE_JUSTIFICATION, and EEL_JUSTIFICATION_BEGINNING to GTK_JUSTIFY_LEFT. Upstream commit/message: We don't need the enumtypes anymore, and the marshallers can easily be autogenerated. http://git.gnome.org/browse/nautilus/commit/?id=75a03a440ebff23ccbf8674ca4a0e9f6475ebbb8
2012-11-14[eel] remove eel-pango-extensionsJasmine Hassan5-674/+0
http://git.gnome.org/browse/nautilus/commit/?id=e42ddad5109f193bf8a5b3c0c6cd7cf4b1408300
2012-11-14[lc-p|eel-gtk-extensions] Don't include eel-pango-extensions.hJasmine Hassan1-1/+0
http://git.gnome.org/browse/nautilus/commit/?id=f080b86daeb571def4c092e1524e9adfc7700699
2012-11-14[eel] cleanup eel-vfs-extensionsJasmine Hassan2-29/+0
http://git.gnome.org/browse/nautilus/commit/?id=2f202206fee4e1917494e3f4652e22648097c765
2012-11-14[eel] cleanup eel-glib-extensionsJasmine Hassan2-107/+0
http://git.gnome.org/browse/nautilus/commit/?id=230581b5d58650c1f50f7d9fda9ab3a1f211361a
2012-11-14[eel] cleanup eel-mate-extensionsJasmine Hassan2-21/+2
http://git.gnome.org/browse/nautilus/commit/?id=fbccd9bfaa9c983dccc60d040b63b86521306788
2012-11-14[eel] remove unused eel_make_semitransparent()Jasmine Hassan2-88/+0
http://git.gnome.org/browse/nautilus/commit/?id=48c6012e89fb1362e418d4bf56c05614f1515eab
2012-11-14[eel] remove unused code from eel-gdk-extensionsJasmine Hassan2-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.hJasmine Hassan1-2/+0
http://git.gnome.org/browse/nautilus/commit/?id=2bfd4e3694e2f726592bae5341d7e4c7464ec415
2012-11-14[eel] use glib's i18n API instead of eel'sJasmine Hassan8-8/+8
http://git.gnome.org/browse/nautilus/commit/?id=8447fd3670021530b6340829f27f1d689b633d3a
2012-11-14[eel] remove unused eel-i18n.[ch]Jasmine Hassan3-109/+0
was: [eel] remove eel-i18n.[ch] http://git.gnome.org/browse/nautilus/commit/?id=742b9fb1550ceec9284f581c3741c0a864ca82fd
2012-11-14[eel] add an 'outline-stippling' property to the rect itemJasmine Hassan2-0/+26
http://git.gnome.org/browse/nautilus/commit/?id=b453aaacb0b17392eacacd8a9e378b7227da6413
2012-11-14[eel-image-table] remove useless GdkGC clear_gc, and unrealize methodJasmine Hassan1-22/+0
Not upstream as image-table was removed.
2012-11-14[eel-gtk-extensions] remove dead codeJasmine Hassan3-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-13[eel] add wrap_table_child_visible_in, replace eel_gtk_viewport_*_rectJasmine Hassan1-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[eel] port eel-gdk-pixbuf-extensions to cairo drawingJasmine Hassan2-25/+10
http://git.gnome.org/browse/nautilus/commit/?id=172af77cfbdc4910034a100a99aa1ec2cb843495
2012-11-13[eel] port eel-gdk-extensions to cairo drawingJasmine Hassan2-83/+14
http://git.gnome.org/browse/nautilus/commit/?id=917a27a6f69509720fadd0d50e40dbc87ae9f5d2
2012-11-13[eel] port EelEditableLabel to cairo drawingJasmine Hassan2-176/+48
http://git.gnome.org/browse/nautilus/commit/?id=6cb78fb15c89e53e60ee54dc8b773db6ca0def73
2012-11-13[eel] port eel-debug-drawing to cairo drawingJasmine Hassan1-34/+19
http://git.gnome.org/browse/nautilus/commit/?id=e716f82eea847e5298d773e2689642813db3d36e
2012-11-13[eel] port EelCanvas to cairo drawingJasmine Hassan2-81/+9
http://git.gnome.org/browse/nautilus/commit/?id=759f3401bee333caf6d0ae6ae9820cdadda440e4
2012-11-13[eel] port EelCanvasRE to cairo drawingJasmine Hassan2-345/+68
http://git.gnome.org/browse/nautilus/commit/?id=820d4088a4d1768cf7e16de3c8ec0d7ff383f473
2012-11-13[eel] port EelBackground to cairo drawingJasmine Hassan1-25/+12
http://git.gnome.org/browse/nautilus/commit/?id=28b6813b77c4776b789231d3c64be3be01748608
2012-11-02[eel] Use GdkRegion on GTK2, cairo_region_t on GTK3Jasmine Hassan3-14/+32
http://git.gnome.org/browse/nautilus/commit/?id=3b671558f1d8ac1ee72e8af13d4ede6ab549a400
2012-09-06remove latest mateconf usageStefano Karapetsas2-5/+3
metadata saved in files instead of migrate to gsettings (caja-desktop-metadata.c is from nautilus)
2012-09-05remove latest mateconf stuffStefano Karapetsas10-3971/+1
2012-09-05add eel_g_settings_add_auto_strvStefano Karapetsas2-0/+29
2012-09-05add some more g_settings auto helpers to eel-glib-extensionsStefano Karapetsas2-0/+94
2012-09-05convert date-format to gsettingsStefano Karapetsas2-0/+28
add eel_g_settings_add_auto_enum in eel/eel-glib-extensions.c
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch72-142/+142
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos79-0/+45487