skidd13 [Fri, 27 Jun 2008 17:46:43 +0000] rev 9605
(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equivalent constant
belugas [Fri, 27 Jun 2008 16:16:35 +0000] rev 9604
(svn r13646) -Change: typos and miss-aligned enum values
frosch [Fri, 27 Jun 2008 15:01:18 +0000] rev 9603
(svn r13645) -Codechange: Convert a macro into an inlined member function.
belugas [Fri, 27 Jun 2008 02:26:51 +0000] rev 9602
(svn r13644) -Fix(r13643): compare an apple with an apple. MSVC seems to not care, but some other compilers do.
Thanks to glx :)
belugas [Fri, 27 Jun 2008 01:26:13 +0000] rev 9601
(svn r13643) -Codechange: Enumify some loosely related values been used in the toolbar resizing processes
belugas [Thu, 26 Jun 2008 17:43:56 +0000] rev 9600
(svn r13642) -Documentation: Add the enum values to the widget arrays, in concordance with code style
belugas [Thu, 26 Jun 2008 17:13:39 +0000] rev 9599
(svn r13641) -Fix: Misleading enum name.
smatz [Thu, 26 Jun 2008 16:47:29 +0000] rev 9598
(svn r13640) -Codechange: make colours behind not fully solid objects less darker for BM_TRANSPARENT (for 32bpp blitters)
smatz [Thu, 26 Jun 2008 15:46:19 +0000] rev 9597
(svn r13639) -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and encoding so it uses similiar scheme as 8bpp-optimized
All zoom levels are stored and a kind of RLE is used. Together with further changes and reducing number of variables, drawing is ~50% faster in average.
smatz [Thu, 26 Jun 2008 00:40:42 +0000] rev 9596
(svn r13638) -Fix: signed/unsigned warning for MSVC9 and gcc2