Re: gtk_init_with_args behavior

2018-05-18 Thread Miroslav Rajcic
Hi Allin, on Windows, it is advisable to use an API to get the command line parameters as UTF-16,  so you don't lose the letters "foreign" to your code page. See "CommandLineToArgvW" for more info: https://msdn.microsoft.com/en-us/library/windows/desktop/bb776391(v=vs.85).aspx Regards,  

Re: GitLab CI runners for non-Linux systems

2018-05-18 Thread philip . chimento
On Fri, May 18, 2018 at 10:15 PM wrote: > Thanks for this call for help, it's our chance to finally be serious > about supporting multiple platforms, instead of always fixing a > posteriori. Thanks to gitlab that shouldn't be too hard to setup. > > Le vendredi 18 mai 2018 à

Re: GitLab CI runners for non-Linux systems

2018-05-18 Thread xclaesse
Thanks for this call for help, it's our chance to finally be serious about supporting multiple platforms, instead of always fixing a posteriori. Thanks to gitlab that shouldn't be too hard to setup. Le vendredi 18 mai 2018 à 10:52 +0100, Philip Withnall a écrit : > • macOS (ideally several

gtk_init_with_args behavior

2018-05-18 Thread Allin Cottrell
I'm building an application using gtk-2.24.32 for use on MS Windows, and have run into a problem which may be associated with my call to gtk_init_with_args(). I wonder whether, besides handling the arguments detailed in the (GOptionEntry *) argument to this function, gtk "translates" in some

Rendering pixbuf in a single line (GtkSourceGutter)

2018-05-18 Thread pspgen
I have inserted custom gtk source gutter renderer pixbuf and I want to render icon on a specific line. But how am I supposed to do that if the GtkSourceGutter doesn't work with a tree model? Doing `gtk_source_gutter_renderer_pixbuf_set_pixbuf(renderer, pixbuf);` will render the icon for all

Re: GitLab CI runners for non-Linux systems

2018-05-18 Thread Nicolas Dufresne
Le vendredi 18 mai 2018 à 19:16 +0530, Arun Raghavan a écrit : > On 18 May 2018 at 18:51, wrote: > > On Fri, May 18, 2018 at 5:52 AM Philip Withnall > > wrote: > > > > > > Can anybody else provide and maintain CI runners for other platforms? >

Re: GitLab CI runners for non-Linux systems

2018-05-18 Thread philip . chimento
On Fri, May 18, 2018 at 5:52 AM Philip Withnall wrote: > Can anybody else provide and maintain CI runners for other platforms? > I’d particularly like to see: > • *BSD (probably OpenBSD and NetBSD) > • macOS (ideally several versions, since we support from OS X 10.7 >

Re: GtkSourceView Gutter Example?

2018-05-18 Thread pspgen
Your only mistake is that you missed to explicitly point the width of the renderer: gtk_source_gutter_renderer_set_size(renderer, 20); It is stated in the reference page that you must do that. - П.П. Виж как една учителка по китайски реши да си направи

GitLab CI runners for non-Linux systems

2018-05-18 Thread Philip Withnall
Hi all, tl;dr: Want to provide us with a GitLab CI runner for a non-Linux platform? There’s been a surge of interest recently, from various directions, in getting GLib better tested on non-Linux architectures. This is great, and we’ve got various people to thank for doing the thankless work of