Randy

Results 6 issues of Randy

The `GtkList` object [was deprecated](http://developer.gimp.org/api/2.0/gtk/GtkList.html#id4527696) in favour of `GtkTreeView` since GTK+ 2.0. `GtkList` has therefore been removed from GTK+ 3, and is getting in the way of my attempts to...

Automated tests are very helpful in maintaining a code base. All of BCAM's geometry calculations are well-suited for testing; I/O and GUI code is a little more difficult to test,...

enhancement
easy fix

PyGTK [was deprecated](http://www.pygtk.org/news.html#item100) in 2011 in favour of the bindings provided by [PyGObject](https://wiki.gnome.org/action/show/Projects/PyGObject). This is now the only way to access any newer GTK features (including GTK 3). Also, PyGTK...

enhancement

Support for lossless (metadata-only) rotation for photos was added with commit 8c16eecc11614c8ef568c422bfaa1d965ab8f2bf, but is not yet available for videos. This is a request to add the same support for videos,...

feature

Previously, all text in a clock info entry was centered. This caused long lines to spill off both sides of the screen, and entries with more than two lines to...

`calendar` is a great app, having a nice calendar view and a nice agenda view. But it only shows events that have been explicitly added to the app; it does...