| Commit message (Expand) | Author | Age | Files | Lines |
* | add a formal lock object | UbitUmarov | 2019-12-10 | 1 | -17/+16 |
* | dynamic textures: add ' lossless: [true|false] ', default false, extraParam | UbitUmarov | 2019-11-04 | 1 | -5/+10 |
* | oops that went bad on linux, reverting | UbitUmarov | 2019-01-30 | 1 | -1/+1 |
* | change GetDrawStringSize so result better matchs rendering size | UbitUmarov | 2019-01-30 | 1 | -2/+1 |
* | a few changes to last commits | UbitUmarov | 2019-01-30 | 1 | -9/+15 |
* | actually .. do take the trim out | UbitUmarov | 2019-01-29 | 1 | -1/+0 |
* | try to not lose start and end spaces in osDrawText | UbitUmarov | 2019-01-29 | 1 | -1/+4 |
* | mantis 8442 more changes to alpha blending (mono does not like last) | UbitUmarov | 2019-01-18 | 1 | -12/+3 |
* | mantis 8442 more changes to alpha blending | UbitUmarov | 2019-01-16 | 1 | -1/+7 |
* | why where map and dynamic textures compressed lossless? | UbitUmarov | 2018-05-04 | 1 | -2/+2 |
* | Added important comment missed from my previous commit (hash 8af2d99b). | Kevin Cozens | 2018-04-27 | 1 | -2/+2 |
* | Whitespace change. | Kevin Cozens | 2018-04-27 | 1 | -1/+1 |
* | remove a extra source line i left behind | UbitUmarov | 2018-04-27 | 1 | -1/+0 |
* | recover previus behavior of FontProp | UbitUmarov | 2018-04-27 | 1 | -6/+8 |
* | Do dispose and new Font only once when handling FontProp drawing command. | Kevin Cozens | 2018-04-27 | 1 | -33/+12 |
* | add vectorrender string command ''ScaleTransf x,y;''. this allows scaling of ... | UbitUmarov | 2017-06-25 | 1 | -0/+7 |
* | add dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ... | UbitUmarov | 2017-06-24 | 1 | -1/+29 |
* | revert the thread level change; remove unused dynamic texture timer from inte... | UbitUmarov | 2017-06-24 | 1 | -32/+16 |
* | simplify vectorrender background draw | UbitUmarov | 2017-06-24 | 1 | -17/+9 |
* | osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one | UbitUmarov | 2017-06-24 | 1 | -0/+11 |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -28/+28 |
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into careminster | Melanie | 2013-11-23 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge branch 'master' into careminster | Melanie | 2013-03-13 | 1 | -0/+5 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into careminster | Melanie | 2013-02-27 | 1 | -6/+10 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-11-12 | 1 | -26/+38 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-09-29 | 1 | -6/+11 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-09-07 | 2 | -15/+71 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-08-29 | 2 | -24/+275 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-08-23 | 1 | -26/+42 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'careminster' into avination | Melanie | 2012-08-14 | 1 | -4/+9 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | fix build on win | UbitUmarov | 2012-08-04 | 1 | -2/+2 |
* | | | | | | | | | | | refactor: consistently put all test classes in the OpenSim.Tests.Common packa... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+0 |
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | | |
|
* | | | | | | | | | | Fix false positive test failure in TestRepeatSameDrawContainingImageReusingTe... | Justin Clark-Casey (justincc) | 2013-11-23 | 1 | -2/+2 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | minor: save some commented out log lines which will be useful again in future... | Justin Clark-Casey (justincc) | 2013-03-13 | 1 | -0/+5 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Make sure we dispose of WebResponse, StreamReader and Stream in various place... | Justin Clark-Casey (justincc) | 2013-02-27 | 1 | -6/+10 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Fix issues with the DynamicTextureModule and corresponding unit tests. | Diva Canto | 2012-11-11 | 1 | -16/+14 |
* | | | | | | | One more module converted: VectorRenderModule. | Diva Canto | 2012-11-11 | 1 | -27/+41 |
* | | | | | | | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 2012-09-30 | 1 | -1/+0 |
* | | | | | | | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 2012-09-30 | 1 | -0/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur... | Justin Clark-Casey (justincc) | 2012-09-28 | 1 | -6/+11 |
| |_|_|_|/
|/| | | | |
|
* | | | | | If reusing dynamic textures, do not reuse small data length textures that fal... | Justin Clark-Casey (justincc) | 2012-09-06 | 2 | -15/+51 |
* | | | | | If the GetTexture capability receives a request for a range of data beyond th... | Justin Clark-Casey (justincc) | 2012-09-06 | 1 | -0/+20 |
| |_|_|/
|/| | | |
|
* | | | | Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf... | Justin Clark-Casey (justincc) | 2012-08-28 | 2 | -10/+163 |
* | | | | Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove... | Justin Clark-Casey (justincc) | 2012-08-28 | 1 | -5/+6 |
* | | | | minor: Simplify return of vector render module name and some very minor remov... | Justin Clark-Casey (justincc) | 2012-08-27 | 1 | -4/+3 |
* | | | | Add VectorRenderModule.TestRepeatSameDrawDifferentExtraParams() | Justin Clark-Casey (justincc) | 2012-08-27 | 1 | -2/+32 |
* | | | | Add VectorRenderModuleTests.TestRepeatDrawContainingImage() | Justin Clark-Casey (justincc) | 2012-08-27 | 1 | -0/+31 |
* | | | | Add VectorRenderModuleTests.TestRepeatDraw() | Justin Clark-Casey (justincc) | 2012-08-27 | 1 | -11/+48 |
| |_|/
|/| | |
|
* | | | Lock disposal of separate gdi+ objects under different threads since this pre... | Justin Clark-Casey (justincc) | 2012-08-22 | 1 | -26/+42 |
| |/
|/| |
|