[pypy-commit] lang-smalltalk storage-display-refactoring:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r997:f899ce5a63b0 Date: 2014-07-27 12:21 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/f899ce5a63b0/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://ma

[pypy-commit] lang-smalltalk storage-display-refactoring: Removed --invert flag.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r938:39973aaf497d Date: 2014-07-22 21:54 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/39973aaf497d/ Log:Removed --invert flag. diff --git a/spyvm/model_display.py b/spyvm/model_display.py --- a/spyvm/model_displ

[pypy-commit] lang-smalltalk storage-display-refactoring: Reverted changes file back to storage version. Accidentally committed.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r937:123f68a9dffe Date: 2014-07-22 21:37 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/123f68a9dffe/ Log:Reverted changes file back to storage version. Accidentally committed. diff --git a/images/Squeak4.

[pypy-commit] lang-smalltalk storage-display-refactoring: Cleanups.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r939:e363f2952c1e Date: 2014-07-22 21:58 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/e363f2952c1e/ Log:Cleanups. diff --git a/spyvm/display.py b/spyvm/display.py --- a/spyvm/display.py +++ b/spyvm/display.py @@

[pypy-commit] lang-smalltalk storage-display-refactoring: Added comment.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r936:6f3f768d7ce8 Date: 2014-07-22 21:01 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/6f3f768d7ce8/ Log:Added comment. diff --git a/spyvm/model_display.py b/spyvm/model_display.py --- a/spyvm/model_display.py ++

[pypy-commit] lang-smalltalk storage-display-refactoring: Refactoring.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r934:2d4fa0b3f3b7 Date: 2014-07-22 15:51 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/2d4fa0b3f3b7/ Log:Refactoring. The SDLDisplay instance is globally accessible in the space. Cleaned up the process for

[pypy-commit] lang-smalltalk storage-display-refactoring: Added FormWrapper to clean up display handling code.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r932:f151c3506b41 Date: 2014-07-21 19:16 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/f151c3506b41/ Log:Added FormWrapper to clean up display handling code. diff --git a/spyvm/interpreter_proxy.py b/spyvm/interp

[pypy-commit] lang-smalltalk storage-display-refactoring: Made image_name available from object space.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r933:97b7b7828d10 Date: 2014-07-21 19:19 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/97b7b7828d10/ Log:Made image_name available from object space. diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a

[pypy-commit] lang-smalltalk storage-display-refactoring: Finally got the 1-bit drawing correctly when width is no multiple of 32.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r935:5dc629a29736 Date: 2014-07-22 19:47 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/5dc629a29736/ Log:Finally got the 1-bit drawing correctly when width is no multiple of 32. diff --git a/spyvm/model_d

[pypy-commit] lang-smalltalk storage-display-refactoring: Added --hacks parameter to enable run_spy_hacks method.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r930:b5dbc52fd7e3 Date: 2014-07-21 18:35 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/b5dbc52fd7e3/ Log:Added --hacks parameter to enable run_spy_hacks method. diff --git a/spyvm/objspace.py b/spyvm/objspace.py

[pypy-commit] lang-smalltalk storage-display-refactoring: Trying to get AssertionErrors to print their message.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r928:6a516e497789 Date: 2014-07-21 18:05 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/6a516e497789/ Log:Trying to get AssertionErrors to print their message. diff --git a/targetimageloadingsmalltalk.py b/targeti

[pypy-commit] lang-smalltalk storage-display-refactoring: Extracted Display classes from model into a seperate module model_display.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r929:2dac2e226121 Date: 2014-07-21 18:08 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/2dac2e226121/ Log:Extracted Display classes from model into a seperate module model_display. diff --git a/spyvm/const

[pypy-commit] lang-smalltalk storage-display-refactoring: Clean error message on EXIT_TO_DEBUGGER primitive.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r931:ef90a282ad1f Date: 2014-07-21 18:43 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/ef90a282ad1f/ Log:Clean error message on EXIT_TO_DEBUGGER primitive. diff --git a/spyvm/primitives.py b/spyvm/primitives.py -

[pypy-commit] lang-smalltalk storage-display-refactoring: Deleted obsolete Exception class

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r927:3b12d3eb24dc Date: 2014-07-21 17:02 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3b12d3eb24dc/ Log:Deleted obsolete Exception class diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/sp