On Sat, 2015-12-26 at 16:14 +0000, Richard Shann wrote: > Well, we still have the problem that the scroll bars are pathologically > not appearing on windows.
Ah! I have it. In versions before 3.8 you have to use gtk_scrolled_window_add_with_viewport() instead of gtk_container_add() one more build should do it :) Richard > I've altered the order of the containers, > which could fix it (perhaps GtkEventBox cannot be given a viewport). > At the moment the mingw zip file is building as a broken 8k stub - can > you tweak it to build properly - holiday season permitting! > > Richard > > > > On Wed, 2015-12-23 at 14:25 -0600, Jeremiah Benham wrote: > > Ok. I have something ready for testing now. > > > > Jeremiah > > > > On Dec 23, 2015 10:01 AM, "Richard Shann" <[email protected]> > > wrote: > > On Tue, 2015-12-22 at 16:50 -0600, Jeremiah Benham wrote: > > > I just now recreated the .zip. > > > > I've tested it, and have found the cause of the load failure. > > The SVG is > > rendered at a different size on windows than on Debian. So big > > that (in > > the absence of scroll bars it is off the window. > > The scroll bars still didn't show, so now I've used identical > > code to > > the code that works for the print view window. > > > > So hopefully another build will have this working at last. > > > > Let me know when I can test. > > > > Richard > > > > > > > > Jeremiah > > > > > > On Dec 22, 2015 4:02 PM, "Richard Shann" > > <[email protected]> > > > wrote: > > > On Tue, 2015-12-22 at 14:49 -0600, Jeremiah Benham > > wrote: > > > > Ok. This has been built! > > > ??? is that just the .exe, the zip file is just 8k > > > > > > Richard > > > > > > > > Jeremiah > > > > > > > > On Dec 22, 2015 12:15 PM, "Richard Shann" > > > <[email protected]> > > > > wrote: > > > > On Tue, 2015-12-22 at 11:43 -0600, > > Jeremiah Benham > > > wrote: > > > > > I tried to upgrade librsvg. This broke > > pango . > > > > > > > > If you are wondering what to try next a > > build from > > > the latest > > > > git with > > > > the librsvg that didn't break pango would > > let me > > > test-load > > > > hand-edited > > > > versions of LilyPond's SVG to find out > > what it is > > > that is > > > > breaking it. > > > > (At the moment I can only test things by > > modifying > > > LilyPond's > > > > SVG > > > > generation code output-svg.scm, I can't > > simply chop > > > the file > > > > about > > > > looking for the bit that causes the load > > to fail. It > > > does load > > > > fermata.svg as the label for the fermata > > in the > > > articulations > > > > palette). > > > > > > > > Richard > > > > > > > > > > > > > > > > > > Jeremiah > > > > > > > > > > On Dec 22, 2015 2:07 AM, "Richard Shann" > > > > <[email protected]> > > > > > wrote: > > > > > On Mon, 2015-12-21 at 13:04 > > -0600, > > > Jeremiah Benham > > > > wrote: > > > > > > > > > > > > > > > > > > On Mon, Dec 21, 2015 at 8:04 > > AM, Richard > > > Shann > > > > > > <[email protected]> > > wrote: > > > > > > On Sun, 2015-12-20 at > > 21:54 > > > -0600, > > > > Jeremiah Benham > > > > > wrote: > > > > > [...] > > > > > > > > > > > I have upgraded librsvg for > > darwin to > > > see if it > > > > helps then > > > > > I will > > > > > > upgrade it for mingw as well. > > Next > > > upgrade will > > > > require a > > > > > cairo > > > > > > upgrade. > > > > > > > > > > This morning (22nd Dec) I see > > that the > > > uploads > > > > directory has > > > > > not updated > > > > > - did the build fail in some > > way? > > > > > > > > > > Richard > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > Denemo-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/denemo-devel _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
