Results 19 comments of Rob

+1. We are already using SVG flags in other parts of our app and It would be useful to be able to use those instead of the bundled flags.

Aha, good to know. Looking forward to it, would be a very useful feature to have!

I encountered this bug after testing out replacing a font in an existing document with TT2020 Style E. Every line that had an italicised word got displaced. Is a fix...

I'm new to GTK+ so I've been playing around with it and just found that you can easily switch the theme between the default "light" and "dark" mode. I think...

I took advantage of GTK+ 3's CSS styling features and moved the colour definitions out to an external .css file that the endusers can use to modify the look of...

> On 23 Dec 2015, at 13:38, vacaboja [email protected] wrote: > 1 - Please keep the same use of tabs and spaces as the original, otherwise it is hard to...

On 25 dec 2015, at 23:45, vacaboja [email protected] wrote: > gtk_paned_set_wide_handle() requires 3.16 > > Aha, that one can be removed. It was added as an attempt to make the...

The latest commit removes the custom text handling for the info area and moves the text into separate GtkLabels. There's plenty of optimisations available to only update the labels when...

Made the colors alternate in the paperstrip, like how the real color Timegraphers does it (Model 1900 etc.) ![alternatecolors](https://cloud.githubusercontent.com/assets/1794720/12078984/09c82556-b228-11e5-83f4-eb4b32de9dfb.png)

Began working on a settings window. Nothing is hooked up or saved yet, but it does query PortAudio for what inputs are available so it can show them. Also added...