Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Any plans to merge this patch into the trunk? I'm having trouble applying the patch (windows machine with gnuwin32 patch) ``` Original comment by `[email protected]` on 25 May 2011...

``` must the patch be applied by hand? Or is there a smarter way to merge the changes into the slimbox2.js file? ``` Original comment by `[email protected]` on 10 Jun...

``` My patch can be applied through git: > git svn clone http://slimbox.googlecode.com/svn/trunk slimbox > cd slimbox > cp ~/Downloads/0001-Ported-fullscreen-image-fixes-from-bug-2435-to-slimb.patch . > git apply 0001-Ported-fullscreen-image-fixes-from-bug-2435-to-slimb.patch ``` Original comment by `adam.stegman`...

``` Thanks, but whoa. A lot of work for someone new to git. You wouldn't happen to have a working copy? ``` Original comment by `[email protected]` on 12 Jun 2011...

``` Sorry, nothing available online. This was generated from a local repo. The *NIX patch utility [1] can apply the patch as well: > patch -p1 < 0001-Ported-fullscreen-image-fixes-from-bug-2435-to-slimb.patch [1] http://en.wikipedia.org/wiki/Patch_(Unix)...

``` Only step 2 - Page height greater than browser window is needed to reproduce this problem. The solution is fairly easy - download non-minified version of slimbox2.js and apply...

``` One way to handle this is outside the tei2html scripts, by simply creating an extra CSS file that replaces the images for use with Prince XML. ``` Original comment...

``` Note that for P5, we will also need to support the element. A sensible way to do this is to check for its presence inside a figure, and use...

Original comment by `jhellingman` on 16 Apr 2014 at 9:21 - Added labels: **Type-Enhancement** - Removed labels: **Type-Defect**

``` Things todo: * Replace C code with perl. * Pack up everything in a zip file and make a release. * Create script to download, install, and connect required...