Google Code Exporter

Results 11117 issues of Google Code Exporter

``` If the touch up/down state changes and the remaining/new points don't move, the screen appears to have lost one or more points: if pt 1 is down, and pt...

Priority-Medium
Type-Defect
auto-migrated

``` When pinch-rotating images in MTPhotoSortrDemo, they rotate around the center of the image, not around the center of the pinch. Reported by Ralf (mr_roots). The short-term solution is to...

Priority-Medium
Type-Defect
auto-migrated

``` (Bug originally filed by [email protected] when MTVisualizer was in a separate project.) What steps will reproduce the problem? 1. sync source 2. insert above the 3. compile 4. install...

Priority-Medium
Type-Defect
auto-migrated

``` Here is some sample code which would be much easier to understand /** * PhotoSorterView.java * * (c) Luke Hutchison ([email protected]) * * TODO: Add OpenGL acceleration. * *...

Priority-Medium
Type-Defect
auto-migrated

``` If a top-level program includes a file "folder/A.scm" and "A.scm" itself includes "B.scm", Chibi Scheme currently searches for "B.scm" in the same paths where "folder/A.scm" was searched. It does...

Type-Defect
Priority-Medium
auto-migrated

``` I've just been confused by the API sexp_string_ref procedure. I'd assumed it would take a Scheme string and a C integer as an argument, and return a C integer....

Type-Defect
Priority-Medium
auto-migrated

``` HEAD of hugenums branch on Linux: $ chibi-scheme -xscheme.base > (exact 2->2) ERROR on line 1: exact: not a number: 2->2 > (+ 2->2 1) 2->2 > (+ 2->2...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? > (define ((f x) y) (+ x y)) What is the expected output? f should be defined as (lambda (x) (lambda (y) (+...

auto-migrated
Priority-Low
Type-Enhancement

``` One of my favorite things about Chicken Scheme is ir-macro-transformer. I find it to be the most intuitive hygienic macro system yet (using it isn't any more complicated than...

Priority-Medium
auto-migrated
Type-Enhancement

``` to enhance the privacy in protect the diary from being copied or opened by other than authorized people. it better to add encryption for the file with auto request...

enhancement