[Goodies-commits] r4838 - in ristretto/trunk: . src

Stephan Arts stephan at xfce.org
Sat May 24 12:34:45 CEST 2008


Author: stephan
Date: 2008-05-24 10:34:45 +0000 (Sat, 24 May 2008)
New Revision: 4838

Modified:
   ristretto/trunk/ChangeLog
   ristretto/trunk/src/main_window.h
Log:
Update ChangeLog
Fix compile issues with --enable-debug=full



Modified: ristretto/trunk/ChangeLog
===================================================================
--- ristretto/trunk/ChangeLog	2008-05-24 10:17:15 UTC (rev 4837)
+++ ristretto/trunk/ChangeLog	2008-05-24 10:34:45 UTC (rev 4838)
@@ -1,3 +1,19 @@
+xxxx-xx-xx: Release 0.0.20
+	* src/thumbnail_bar.c:
+	  - Add limits so that images are not scrolled outside the thumbnail-bar
+	    boundaries (Fix bug introduced with 0.0.19)
+	* src/main_window.c:
+	  - Add 'Close All' menu item.
+	* src/main.c:
+	  - Add command-line option for opening in full-screen mode (Bug #4077)
+	  	Patch by Gauvain Pocentek <gauvainpocentek AT gmail DOT com>
+	  - Add command-line option for opening in slideshow mode (Bug #4077)
+	  	Patch by Gauvain Pocentek <gauvainpocentek AT gmail DOT com>
+	* src/main.c,
+	  src/main_window.c:
+	  - Add option to show/hide thumbnails during slideshow. (Bug #4076)
+	  	Patch by Gauvain Pocentek <gauvainpocentek AT gmail DOT com>
+
 2008-05-10: Release 0.0.19
 	* src/main_window.c:
 	  - Add option to change the wallpaper with xfdesktop >= 4.5

Modified: ristretto/trunk/src/main_window.h
===================================================================
--- ristretto/trunk/src/main_window.h	2008-05-24 10:17:15 UTC (rev 4837)
+++ ristretto/trunk/src/main_window.h	2008-05-24 10:34:45 UTC (rev 4838)
@@ -123,6 +123,12 @@
 rstto_main_window_get_desktop(RsttoMainWindow *window);
 gint
 rstto_main_window_set_desktop(RsttoMainWindow *window, RsttoDesktop desktop);
+gboolean
+rstto_main_window_get_hide_thumbnail (RsttoMainWindow *window);
+void
+rstto_main_window_set_hide_thumbnail (RsttoMainWindow *window, gboolean hide);
+void
+rstto_main_window_set_start_fullscreen (RsttoMainWindow *window, gboolean fullscreen);
 
 G_END_DECLS
 




More information about the Goodies-commits mailing list