History log of /haiku/src/tests/servers/app/clip_to_picture/main.cpp
Revision Date Author Comments
# 7bc9f845 03-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

ClipToPicture test: Fixed nested states expected look.


# b5364215 01-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

ClipToPicture: Correct the scaled clipping tests.


# 7212dd42 01-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

ClipToPicture test: Start the interesting test.

* Also fix the compare graphics to what they are actually supposed to look
for the nested states test.


# 94518ff2 01-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

Completely reworked ClipToPicture test.

* The window lets you pick the test via drop-down.
* The tests are concise and focus on a single thing.
* There is a second view showing the expected result via "regular" drawing.


# 049dd64e 28-Jan-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

ClipToPicture test: add even more tests

* Allow scrolling the view,
* Add tests for ScaleBy and SetOrigin
* Add test for multiple clipping pictures using PushState.


# f1585e14 28-Jan-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Make ClipToPicture test more complete

* Add a test for ClipToInversePicture
* Add a test for ClipToPicture(NULL)


# a36c1c05 27-Jan-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Fix clip_to_picture test app

* We want the text to be drawn on the clipping bitmap with alpha
blending, to get an useful mask.


# 70ebf47b 22-Jan-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Add test for ClipToPicture

This draws a rect clipped by a text, and a text clipped by a rect. They
should look the same, but they don't because of lack of antialiasing
support in ClipToPicture.


# 7bc9f84556c1082139790127743a227a0dff523f 03-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

ClipToPicture test: Fixed nested states expected look.


# b5364215d0611b16f44baebcc42933ddee949b12 01-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

ClipToPicture: Correct the scaled clipping tests.


# 7212dd427aa7092330a1843c2fa43f67b1e89fc1 01-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

ClipToPicture test: Start the interesting test.

* Also fix the compare graphics to what they are actually supposed to look
for the nested states test.


# 94518ff277847630a13e8645130a5090035bd48d 01-Feb-2014 Stephan Aßmus <superstippi@gmx.de>

Completely reworked ClipToPicture test.

* The window lets you pick the test via drop-down.
* The tests are concise and focus on a single thing.
* There is a second view showing the expected result via "regular" drawing.


# 049dd64e8ea3204e83dd6d62faa51d96ae43abf3 28-Jan-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

ClipToPicture test: add even more tests

* Allow scrolling the view,
* Add tests for ScaleBy and SetOrigin
* Add test for multiple clipping pictures using PushState.


# f1585e14849f17fd6feb8250d5587ccbc8c96cb7 28-Jan-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Make ClipToPicture test more complete

* Add a test for ClipToInversePicture
* Add a test for ClipToPicture(NULL)


# a36c1c0590ef349e6fa4f501881f5c540f2b4123 27-Jan-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Fix clip_to_picture test app

* We want the text to be drawn on the clipping bitmap with alpha
blending, to get an useful mask.


# 70ebf47bab32de1baf78548adead03d92c7ac11e 22-Jan-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Add test for ClipToPicture

This draws a rect clipped by a text, and a text clipped by a rect. They
should look the same, but they don't because of lack of antialiasing
support in ClipToPicture.