History log of /haiku/src/tests/servers/app/transformation/main.cpp
Revision Date Author Comments
# 15db9924 23-Jul-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Simple test harness for app_server tests

This was developped for the transformations test, but can be used for
other tests too. Extract the relevant classes to a separate file.


# 7cd7f2fb 21-Jul-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Remove test that can't work.

I didn't mean to commit this. Sorry again.


# 043178a0 21-Jul-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Add WizzNic

* Update sdl_image_x86 to a version that can load PNG files
* Update giflib_x86 to match what's required by the new SDL_image
package


# a4a2abe0 26-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Test case for pixel alignment on transforms.

Transforming an aligned rectangle shifts it up and left by 0.5 pixels.


# ae4fa7ce 23-May-2014 Stephan Aßmus <superstippi@gmx.de>

Transformation test: Refactored duplicated code.


# b6c34f4c 23-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Add a transform test for DrawString with offsets

* The text is not drawn at all when some transforms are used.


# 569bd922 21-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Add a test that shows bitmap being wrongly clipped.

* The bitmap should cover the same area as the rectangle, but it
doesn't.


# 2f9ac958 19-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Transformation: add one more test

* Add test for a translation that makes things that are out of view
bounds to become visible
* Fix the "rectangles" test to handle scrolling of the view. It seems
that in some cases some of the rectangles are not drawn.

The gradient and bitmap tests currently have problem with view
scrolling, but I'm not sure why.


# 9f44851e 06-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

Transformation: Added test for nesting view states.

The test shows that nesting view states seems to work as expected...


# e966330c 06-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

Transformation: Added gradient test.


# 05a19d41 06-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

Transformation: Added BBitmap test


# d93591ff 06-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

Slightly improve Transformation test to include text


# 08e109e5 06-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

New test for transformations


# 15db99249ada7b04ea295009cb04eb0e2093f5e5 23-Jul-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Simple test harness for app_server tests

This was developped for the transformations test, but can be used for
other tests too. Extract the relevant classes to a separate file.


# 7cd7f2fbf311cfe61d1278825c7e883801516ad6 21-Jul-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Remove test that can't work.

I didn't mean to commit this. Sorry again.


# 043178a06317ccc9cd36ceda21bf6c6153986b0f 21-Jul-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Add WizzNic

* Update sdl_image_x86 to a version that can load PNG files
* Update giflib_x86 to match what's required by the new SDL_image
package


# a4a2abe0d987fab7d466f3e869bcf256839b131f 26-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Test case for pixel alignment on transforms.

Transforming an aligned rectangle shifts it up and left by 0.5 pixels.


# ae4fa7ce3946df8efca99b7f51ed418bc955eaf8 23-May-2014 Stephan Aßmus <superstippi@gmx.de>

Transformation test: Refactored duplicated code.


# b6c34f4c44851acfa4f671933f304adab82bedbb 23-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Add a transform test for DrawString with offsets

* The text is not drawn at all when some transforms are used.


# 569bd922a692b29b3468de69c888eb12a93843b3 21-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Add a test that shows bitmap being wrongly clipped.

* The bitmap should cover the same area as the rectangle, but it
doesn't.


# 2f9ac9582db33ca8eb53261f19486abfa98b41c1 19-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Transformation: add one more test

* Add test for a translation that makes things that are out of view
bounds to become visible
* Fix the "rectangles" test to handle scrolling of the view. It seems
that in some cases some of the rectangles are not drawn.

The gradient and bitmap tests currently have problem with view
scrolling, but I'm not sure why.


# 9f44851e0aa5f3161256cb5ef37a574fcb2a699d 06-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

Transformation: Added test for nesting view states.

The test shows that nesting view states seems to work as expected...


# e966330c991c5e3a605c8e0e9dc48e152a7cd9ae 06-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

Transformation: Added gradient test.


# 05a19d41376c3335b27ba940a43bfb2d7ed7dac1 06-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

Transformation: Added BBitmap test


# d93591ffb4b18383cae7368078037256c6f10e87 06-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

Slightly improve Transformation test to include text


# 08e109e57038a55f575d30849bc9260cde45e04e 06-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

New test for transformations