Also converts the display cache from an array to an object. This is to help
enforce proper sparceness of the data as well as make it easier to reliably
fully delete a given cache entry without affecting access to the remaining
entries.
---
display.js | 16 +---
spicemsg.js | 24 ++
Also converts the display cache from an array to an object. This is to help
enforce proper sparceness of the data as well as make it easier to reliably
fully delete a given cache entry without affecting access to the remaining
entries.
---
display.js | 16 +---
spicemsg.js | 24 +
---
spicedataview.js | 12
spicemsg.js | 6 ++
spicetype.js | 15 ---
3 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/spicedataview.js b/spicedataview.js
index 43f0170..800df03 100644
--- a/spicedataview.js
+++ b/spicedataview.js
@@ -66,6 +6
Apologies I did not head these patches correctly.
---
spicedataview.js | 12
spicemsg.js | 6 ++
spicetype.js | 15 ---
3 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/spicedataview.js b/spicedataview.js
index 43f0170..800df03 100644
--- a
I have looked over these 3 patches and see nothing jumping out at me.
Other than the user using IE10 that is.
so ACK
-aric
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel
Signed-off-by: Aric Stewart
---
display.js |2 +-
lz.js | 26 +-
2 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/display.js b/display.js
index 15d43d3..d3429da 100644
--- a/display.js
+++ b/display.js
@@ -246,7 +246,7
You are correct I will remove that line and resend.
-aric
On 10/9/12 8:48 AM, Jeremy White wrote:
>> -function convert_spice_lz_rgb_to_web(context, lz_rgb)
>> +function convert_spice_lz_to_web(context, lz_image)
>> {
>> -var u8 = new Uint8Array(lz_rgb.data);
>> var at;
>> -if (lz_rgb
the alpha layering is not well tested
Signed-off-by: Aric Stewart
---
display.js | 86 +++--
spicetype.js | 31 +
2 files changed, 108 insertions(+), 9 deletions(-)
diff --git a/display.js b/display.js
index d3429da
Signed-off-by: Aric Stewart
---
display.js |2 +-
lz.js | 28 +++-
2 files changed, 20 insertions(+), 10 deletions(-)
diff --git a/display.js b/display.js
index 15d43d3..d3429da 100644
--- a/display.js
+++ b/display.js
@@ -246,7 +246,7
Signed-off-by: Aric Stewart
---
inputs.js | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/inputs.js b/inputs.js
index 57ee626..4d3b28f 100644
--- a/inputs.js
+++ b/inputs.js
@@ -86,7 +86,7 @@ function handle_mousemove(e)
move = new
Signed-off-by: Aric Stewart
---
quic.js | 268 ++-
1 files changed, 264 insertions(+), 4 deletions(-)
diff --git a/quic.js b/quic.js
index 26a021f..9bb9f47 100644
--- a/quic.js
+++ b/quic.js
@@ -942,6 +942,245
Signed-off-by: Aric Stewart
---
quic.js | 26 +-
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/quic.js b/quic.js
index 699820f..26a021f 100644
--- a/quic.js
+++ b/quic.js
@@ -775,7 +775,7 @@ QuicEncoder.prototype.quic_rgb32_uncompress_row_seg
Resending Patch set for Jeremy White.
Sorry my total for patches is missing.
-aric
Signed-off-by: Aric Stewart
---
quic.js | 18 +-
1 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/quic.js b/quic.js
index 7c5be6b..3007624 100644
--- a/quic.js
+++ b/quic.js
check with strict but do not enable it.
Signed-off-by: Aric Stewart
---
quic.js | 101 ++
1 files changed, 42 insertions(+), 59 deletions(-)
diff --git a/quic.js b/quic.js
index 15d2dbf..699820f 100644
--- a/quic.js
+++ b/quic.js
Signed-off-by: Aric Stewart
---
quic.js | 10 --
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/quic.js b/quic.js
index 138b052..15d2dbf 100644
--- a/quic.js
+++ b/quic.js
@@ -957,6 +957,7 @@ QuicEncoder.prototype.quic_rgb32_uncompress_row = function
(prev_row, cur_row
removing the function call overhead improves performance
Signed-off-by: Aric Stewart
---
quic.js | 27 +++
1 files changed, 11 insertions(+), 16 deletions(-)
diff --git a/quic.js b/quic.js
index 0e33610..138b052 100644
--- a/quic.js
+++ b/quic.js
@@ -436,11 +436,6
eliminates a function call and many object references for performance
Signed-off-by: Aric Stewart
---
quic.js | 134 ++
1 files changed, 73 insertions(+), 61 deletions(-)
diff --git a/quic.js b/quic.js
index 0bae57e..0e33610 100644
Signed-off-by: Aric Stewart
---
quic.js | 180 +--
1 files changed, 71 insertions(+), 109 deletions(-)
diff --git a/quic.js b/quic.js
index 3007624..0bae57e 100644
--- a/quic.js
+++ b/quic.js
@@ -641,41 +641,32
Signed-off-by: Aric Stewart
---
quic.js | 268 ++-
1 files changed, 264 insertions(+), 4 deletions(-)
diff --git a/quic.js b/quic.js
index 26a021f..9bb9f47 100644
--- a/quic.js
+++ b/quic.js
@@ -942,6 +942,245
This series will have to go in after my previous serise
Signed-off-by: Aric Stewart
---
quic.js | 26 +-
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/quic.js b/quic.js
index 699820f..26a021f 100644
--- a/quic.js
+++ b/quic.js
@@ -775,7 +775,7
Any chance for a push on this series?
-aric
On 9/13/12 2:52 PM, Aric Stewart wrote:
> Signed-off-by: Aric Stewart
> ---
> quic.js | 18 +-
> 1 files changed, 5 insertions(+), 13 deletions(-)
>
> diff --git a/quic.js b/quic.js
> index 7c5be6b..3007624 1
check with strict but do not enable it.
Signed-off-by: Aric Stewart
---
quic.js | 101 ++
1 files changed, 42 insertions(+), 59 deletions(-)
diff --git a/quic.js b/quic.js
index 15d2dbf..699820f 100644
--- a/quic.js
+++ b/quic.js
Signed-off-by: Aric Stewart
---
quic.js | 10 --
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/quic.js b/quic.js
index 138b052..15d2dbf 100644
--- a/quic.js
+++ b/quic.js
@@ -957,6 +957,7 @@ QuicEncoder.prototype.quic_rgb32_uncompress_row = function
(prev_row, cur_row
removing the function call overhead improves performance
Signed-off-by: Aric Stewart
---
quic.js | 27 +++
1 files changed, 11 insertions(+), 16 deletions(-)
diff --git a/quic.js b/quic.js
index 0e33610..138b052 100644
--- a/quic.js
+++ b/quic.js
@@ -436,11 +436,6
eleminates a function call and many object references for performance
Signed-off-by: Aric Stewart
---
quic.js | 134 ++
1 files changed, 73 insertions(+), 61 deletions(-)
diff --git a/quic.js b/quic.js
index 0bae57e..0e33610 100644
Signed-off-by: Aric Stewart
---
quic.js | 180 +--
1 files changed, 71 insertions(+), 109 deletions(-)
diff --git a/quic.js b/quic.js
index 3007624..0bae57e 100644
--- a/quic.js
+++ b/quic.js
@@ -641,41 +641,32
Signed-off-by: Aric Stewart
---
quic.js | 18 +-
1 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/quic.js b/quic.js
index 7c5be6b..3007624 100644
--- a/quic.js
+++ b/quic.js
@@ -330,11 +330,11 @@ QuicModel.prototype = {
function QuicBucket()
{
+this.counters
58 AM, Alon Levy wrote:
>>>> Alon Levy píše v Čt 13. 09. 2012 v 10:31 -0400:
>>>>>> On Wed, Sep 12, 2012 at 11:22:14AM -0500, Aric Stewart wrote:
>>>>>>> there remain a few TODOs including implementing more than just
>>>>>&
/12 9:58 AM, Alon Levy wrote:
>> Alon Levy píše v Čt 13. 09. 2012 v 10:31 -0400:
>>>> On Wed, Sep 12, 2012 at 11:22:14AM -0500, Aric Stewart wrote:
>>>>> there remain a few TODOs including implementing more than just
>>>>> rgb32 images
>>>
Doh, this is what i get for not checking the list and updating this morning.
sorry, it is there thanks!
-aric
On 9/6/12 9:13 AM, Aric Stewart wrote:
> Checking in here. Looks like Jeremy acked this but it never got pushed?
>
> Could someone help me with that?
>
> thanks!
>
Checking in here. Looks like Jeremy acked this but it never got pushed?
Could someone help me with that?
thanks!
-aric
On 8/27/12 10:59 AM, Aric Stewart wrote:
> Signed-off-by: Aric Stewart
> ---
> display.js | 66 ++
> enums.
Signed-off-by: Aric Stewart
---
display.js | 66 ++
enums.js|2 +
spicemsg.js | 92 +++
3 files changed, 160 insertions(+), 0 deletions(-)
diff --git a/display.js b/display.js
index 3efabb1
Ok, I think i have finally gotten word wrapping correctly turned off (the
source of my patch corruption)
resent.
-aric
On 8/16/12 11:42 AM, Alon Levy wrote:
> On Thu, Aug 16, 2012 at 10:34:38AM -0500, Aric Stewart wrote:
>> Makes sense, probably depends on how many people are out ther
Signed-off-by: Aric Stewart
---
inputs.js | 86 +
1 files changed, 86 insertions(+), 0 deletions(-)
diff --git a/inputs.js b/inputs.js
index ce1d15e..57ee626 100644
--- a/inputs.js
+++ b/inputs.js
@@ -18,6 +18,15 @@
along with
Signed-off-by: Aric Stewart
---
atKeynames.js | 183 +++
utils.js | 266 +++--
2 files changed, 327 insertions(+), 122 deletions(-)
create mode 100644 atKeynames.js
diff --git a/atKeynames.js b
Signed-off-by: Aric Stewart
---
spicemsg.js |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/spicemsg.js b/spicemsg.js
index 41b001d..79c76bc 100644
--- a/spicemsg.js
+++ b/spicemsg.js
@@ -639,8 +639,8 @@ function SpiceMsgcMousePosition(sc, e)
this.buttons_state
Thu, Aug 16, 2012 at 07:08:14AM -0500, Aric Stewart wrote:
Hi all,
Just checking on the spice-html5 patches I sent a while ago. I see they
have not gotten pushed and am wondering what i should do to help that
process.
So there are two patches:
the resent scroll fix, and the at keyboard
Hi Jeremy has told me that he does not have commit access.
So if you would kindly push that would be greatly appreciated.
thanks!
-aric
On 8/16/12 10:10 AM, Alon Levy wrote:
On Thu, Aug 16, 2012 at 07:08:14AM -0500, Aric Stewart wrote:
Hi all,
Just checking on the spice-html5 patches I
Hi all,
Just checking on the spice-html5 patches I sent a while ago. I see
they have not gotten pushed and am wondering what i should do to help
that process.
thanks!
-aric
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists
Signed-off-by: Aric Stewart
---
inputs.js | 86 +
1 files changed, 86 insertions(+), 0 deletions(-)
diff --git a/inputs.js b/inputs.js
index ce1d15e..57ee626 100644
--- a/inputs.js
+++ b/inputs.js
@@ -18,6 +18,15 @@
along with
Checking with a more complaint browser proves that scrollLeft is also needed.
Signed-off-by: Aric Stewart
---
spicemsg.js |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/spicemsg.js b/spicemsg.js
index 41b001d..79c76bc 100644
--- a/spicemsg.js
+++ b/spicemsg.js
There is, however I have not found it materially required of the window
is too narrow.
-aric
On 8/8/12 10:04 AM, Jeremy White wrote:
this.x = e.clientX -
sc.display.surfaces[sc.display.primary_surface].canvas.offsetLeft;
-this.y = e.clientY -
sc.display.surfaces[sc.display.
Signed-off-by: Aric Stewart
---
atKeynames.js | 183 +++
utils.js | 266 +++--
2 files changed, 327 insertions(+), 122 deletions(-)
create mode 100644 atKeynames.js
diff --git a/atKeynames.js b
Signed-off-by: Aric Stewart
---
spicemsg.js |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/spicemsg.js b/spicemsg.js
index 41b001d..f4873f1 100644
--- a/spicemsg.js
+++ b/spicemsg.js
@@ -640,7 +640,7 @@ function SpiceMsgcMousePosition(sc, e)
if (e
Signed-off-by: Aric Stewart
---
common/ssl_verify.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/ssl_verify.c b/common/ssl_verify.c
index e45d26e..2f34c00 100644
--- a/common/ssl_verify.c
+++ b/common/ssl_verify.c
@@ -386,9 +386,9 @@ static int verify_subject
.
-aric
On 4/18/12 6:48 AM, Aric Stewart wrote:
I wonder if the process of having to include the patch as text into my
e-mail is what is munging the line endings.
I could check if VC can handle a project file with linux style line
endings and then we could normalize to linux line endings and see if
, Alon Levy wrote:
On Tue, Apr 17, 2012 at 06:24:18PM -0500, Aric Stewart wrote:
Note, there may be line-ending issues here is we are not careful. This file is
a msdos formatted file.
There was some inconsistencies in those line-ending that I have normalized.
Aric, this doesn't apply a
Note, there may be line-ending issues here is we are not careful. This file is
a msdos formatted file.
There was some inconsistencies in those line-ending that I have normalized.
Signed-off-by: Aric Stewart
---
client/windows/redc.vcproj | 84
This involves:
generating .c instead of .cpp files
Not including "common.h"
Standardizing some parameters
Signed-off-by: Aric Stewart
---
client/windows/generate.bat |4 ++--
client/windows/generate1.bat |4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --gi
PM, spice-devel-requ...@lists.freedesktop.org
<mailto:spice-devel-requ...@lists.freedesktop.org> wrote:
On Tue, Apr 17, 2012 at 08:15:22AM -0500, Aric Stewart wrote:
Hello all,
Working away at making the current tip of spice build the win32 client. I
have run into another problem.
Since the last working wi
Empty structures are undefined in C, gcc handles them without issue
assigning a size of 0. However MSVC++ generates a hard error (C2015)
this allows messages.h to be included in c files compiled by MSVC++.
Signed-off-by: Aric Stewart
---
common/messages.h |1 +
1 files changed, 1
It is not an MFC project so simply including windef.h is better and
allows for compiling with the Express editions of Visual Studio.
---
client/windows/redc.rc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/client/windows/redc.rc b/client/windows/redc.rc
index 5f08539.
---
common/log.c | 12
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/common/log.c b/common/log.c
index ef4da06..3cbcef6 100644
--- a/common/log.c
+++ b/common/log.c
@@ -22,7 +22,9 @@
#include
#include
#include
+#ifndef _MSC_VER
#include
+#endif
#include
Hello all,
Working away at making the current tip of spice build the win32
client. I have run into another problem.
Since the last working win32 cllient build the code generated by
spice_codegen.py has shifted from CPP files to C files. The generated
files include messages.h.
Inside
not attach as a patch.
-aric
On 4/17/12 2:23 AM, Alon Levy wrote:
On Mon, Apr 16, 2012 at 01:10:01PM -0500, Aric Stewart wrote:
the python script is now in spice-common and client_marshallers.h needs to
be included instead of marshallers.h
Third, the patch doesn't apply because of EOL i
Hello,
My name is Aric Stewart. Primarily a WINE hacker, due to interest
from a client I am starting work on spice. I will mostly be focusing on
the win32 client to begin with but we will see where work progresses.
I am happy to be helping out here and hope to be able to be productive
This patch completes the copy from
4d8f39020ac83602c1647d4af04e8b19bf74ed6e which missed this file.
---
client/windows/getopt.h | 56
+++
1 files changed, 56 insertions(+), 0 deletions(-)
create mode 100644 client/windows/getopt.h
diff --git a
the python script is now in spice-common and client_marshallers.h needs
to be included instead of marshallers.h
---
client/windows/generate.bat |4 ++--
client/windows/generate1.bat |4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/client/windows/generate.bat b/
---
common/gdi_canvas.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/gdi_canvas.c b/common/gdi_canvas.c
index 4c5daea..0a04bf8 100644
--- a/common/gdi_canvas.c
+++ b/common/gdi_canvas.c
@@ -564,7 +564,7 @@ static uint8_t *create_bitmap(HBITMAP *bitmap, HBITMAP
59 matches
Mail list logo