2005-08-18 Benedikt Meurer <benny@xfce.org>
* thunarx/thunarx-gdk-pixbuf-extensions.{c,h}: Add new function thunarx_gdk_pixbuf_spotlight(), which is used to create a special icon for the Gtk prelight state. * thunar/thunar-icon-renderer.{c,h}, thunar/Makefile.am, thunar/thunar-details-view.c, po/POTFILES.in: Rename ThunarDetailsViewIconRenderer to ThunarIconRenderer, as it will also be used by the icon view now. * thunar/thunar-text-renderer.{c,h}, thunar/Makefile.am, thunar/thunar-details-view.c, po/POTFILES.in: Rename ThunarDetailsViewTextRenderer to ThunarTextRenderer, as it will also be used by the icon view now. * thunar/thunar-icon-renderer.{c,h}, thunar/thunar-text-renderer.{c,h}: Add required functionality to use these renderers with the new ExoIconView. * thunar/thunar-icon-view.c: Update to use the new ExoIconView class, with the modified ThunarIconRenderer and ThunarTextRenderer. * thunar/thunar-launcher.h, thunar/thunar-open-with-action.h: Use G_GNUC_MALLOC instead of EXO_GNUC_MALLOC. * thunar/thunar-window.c(thunar_window_init): Use the icon view by default for testing now. * configure.in.in: Bump version to 0.1.2. * thunar/thunar-window.c(thunar_window_action_about): Switch to GtkAboutDialog. (Old svn revision: 17010)
Showing
- ChangeLog 26 additions, 0 deletionsChangeLog
- configure.in.in 1 addition, 1 deletionconfigure.in.in
- po/POTFILES.in 4 additions, 4 deletionspo/POTFILES.in
- thunar/Makefile.am 4 additions, 4 deletionsthunar/Makefile.am
- thunar/thunar-details-view.c 6 additions, 6 deletionsthunar/thunar-details-view.c
- thunar/thunar-icon-renderer.c 407 additions, 0 deletionsthunar/thunar-icon-renderer.c
- thunar/thunar-icon-renderer.h 43 additions, 0 deletionsthunar/thunar-icon-renderer.h
- thunar/thunar-icon-view.c 83 additions, 7 deletionsthunar/thunar-icon-view.c
- thunar/thunar-launcher.h 1 addition, 1 deletionthunar/thunar-launcher.h
- thunar/thunar-open-with-action.h 1 addition, 1 deletionthunar/thunar-open-with-action.h
- thunar/thunar-text-renderer.c 547 additions, 0 deletionsthunar/thunar-text-renderer.c
- thunar/thunar-text-renderer.h 43 additions, 0 deletionsthunar/thunar-text-renderer.h
- thunar/thunar-window.c 34 additions, 15 deletionsthunar/thunar-window.c
- thunarx/thunarx-gdk-pixbuf-extensions.c 98 additions, 17 deletionsthunarx/thunarx-gdk-pixbuf-extensions.c
- thunarx/thunarx-gdk-pixbuf-extensions.h 3 additions, 2 deletionsthunarx/thunarx-gdk-pixbuf-extensions.h
Loading
Please register or sign in to comment