Граф коммитов

101 Коммитов

Автор SHA1 Сообщение Дата
pavlov%netscape.com 4da9805721 fixing non-windows image copying 2001-03-13 02:13:25 +00:00
pavlov%netscape.com 459a63820a make images draw right side up on windows 2001-03-11 00:16:44 +00:00
pavlov%netscape.com b089c2d902 removing windows stuff too 2001-03-10 01:16:51 +00:00
pavlov%netscape.com 43be50d7ae removing lots of stuff (like all the platform specific code) moving gfxIImageContainer* into new image library 2001-03-10 01:10:05 +00:00
pavlov%netscape.com a459e11d71 the changes that don't really work to make gfx2 build properly on windows 2001-03-09 00:17:37 +00:00
pavlov%netscape.com a0afe2fd17 removing gfxImageContainer.cpp from here.. it should be in ../makefile.win 2001-03-09 00:10:26 +00:00
saari%netscape.com 52c46a2c7b updating tip version of gfx2 macbuild 2001-02-25 05:14:43 +00:00
pavlov%netscape.com 58a9ea34c1 removing files 2001-02-25 05:13:16 +00:00
pavlov%netscape.com 3e7550e4b4 cleanup of timer, etc code 2001-02-24 00:31:45 +00:00
pavlov%netscape.com 99f884dd73 return 2001-02-23 23:49:34 +00:00
pavlov%netscape.com 90cc8a56b0 adding StartAnimation() 2001-02-23 23:48:25 +00:00
pavlov%netscape.com 81fcc8c26b use gfxImageContainer on windows too 2001-02-23 22:42:42 +00:00
pavlov%netscape.com 2b8898dfc9 update animation stuff 2001-02-23 22:31:43 +00:00
pavlov%netscape.com 2e23b7dc87 adding cvsignore files 2001-02-23 20:52:12 +00:00
pavlov%netscape.com 7303529200 making a base imagecontainer impl that handles animation, etc. the platform specific container should inherit from this and overwrite GetPreferredAlphaFormat() and have its draw methods, etc. 2001-02-23 20:51:24 +00:00
pavlov%netscape.com 99c03c60f1 returning ns_Error_not_implemented 2001-02-23 18:57:05 +00:00
pavlov%netscape.com b81d2a24f2 adding missing methods 2001-02-23 08:42:27 +00:00
pavlov%netscape.com 336addf050 s/NS_DECL_NSIIMAGE/NS_DECL_GFXIIMAGE/g 2001-02-20 23:15:26 +00:00
pavlov%netscape.com f65757b6ae changes for build 2001-02-20 23:00:49 +00:00
pavlov%netscape.com 533fafde72 merging from IMGLIB2_20010126_BRANCH 2001-02-20 22:41:47 +00:00
pavlov%netscape.com 67e4b711a1 mering from the IMGLIB2_20010126_BRANCH 2001-02-20 22:40:03 +00:00
pavlov%netscape.com a458da7135 removing files on tip 2001-02-20 22:33:58 +00:00
pavlov%netscape.com 258da94da8 removing gfx2 stuff on head in prep for merge from branch 2001-02-20 22:27:56 +00:00
pavlov%netscape.com 269180e1b0 adding imageframe/container to xlib 2001-01-23 20:46:36 +00:00
pavlov%netscape.com b66fdeae63 adding loopcount and timeout to the frame/container 2001-01-23 00:28:03 +00:00
pavlov%netscape.com 72a95af082 some documentation changes 2001-01-22 07:32:41 +00:00
pavlov%netscape.com dade9d2e16 container work 2001-01-22 06:43:44 +00:00
pavlov%netscape.com 1ed948da56 added nsIImageContainer and nsIImageFrame and removed nsIImage2 2001-01-22 06:22:13 +00:00
pavlov%netscape.com 6b8b22bf81 adding image class for mac along with Makefile.in (for osx) 2001-01-21 09:02:05 +00:00
pavlov%netscape.com 4c6cab8cea add error checking in SetBits 2001-01-18 07:49:59 +00:00
pavlov%netscape.com 7a45b5916d move the defines outside the ifdefs 2001-01-16 19:31:24 +00:00
pavlov%netscape.com 9c7afc142a ifdef undef ... endif 2001-01-14 06:13:17 +00:00
pavlov%netscape.com d9d4d09a09 !@E!@#!@# 2001-01-14 05:31:26 +00:00
pavlov%netscape.com 040144ae35 use gdk to draw decoded images to the root window :-) 2001-01-14 02:48:58 +00:00
pavlov%netscape.com c245598b15 use memcpy for the data 2001-01-14 01:08:01 +00:00
pavlov%netscape.com e80498743a renaming nsIImage to nsIImage2 for now... 2001-01-13 02:59:24 +00:00
pavlov%netscape.com 3fbd2ce384 make GetBits have an out param of an array of PRUint8s. 2001-01-12 13:09:16 +00:00
pavlov%netscape.com 7cace240ad nsImage now outputs c:\whatever.bmp when GetBits() is called. this likely only works on 24bit RGB images and there might be an off-by-1 error causing it to output as GBR instead of RGB (or it might be in the ppm image decoder that isn't checked in yet) 2001-01-12 11:32:23 +00:00
pavlov%netscape.com 5b78110bc2 some code that should in theory write a bmp whenever GetBits is called to c:\whatever.bmp... this however produces a blank bmp at the moment... 2001-01-12 08:23:22 +00:00
pavlov%netscape.com 7387013541 fix some build problems 2001-01-12 03:54:43 +00:00
pavlov%netscape.com 4e39ad3ded same thing on windows 2001-01-12 02:10:05 +00:00
pavlov%netscape.com 035f4119d6 set/get/allocate/etc the image bits so that decoders can set the data in them without crashing or getting an error 2001-01-12 02:03:34 +00:00
pavlov%netscape.com e04d20602f adding some image shit 2001-01-11 04:35:18 +00:00
pavlov%netscape.com 5c22ffc05d i don't remember what i changed. i hate windows. windows sucks. its makefile and dlldep crap can kiss my ass 2001-01-11 04:34:43 +00:00
pavlov%netscape.com 588cbdb4f2 adding windows makefile 2001-01-10 00:53:48 +00:00
pavlov%netscape.com 9fcad2ca77 move the typedef of nscolor to gfx_color in to gfxcompat.h. change the typedef of gfx_color to PRUint32 from unsigned long just to make it explicit 2001-01-08 03:11:58 +00:00
pavlov%netscape.com b64a0e0b98 adding bytesPerRow and bitsLength attributes 2001-01-07 04:30:08 +00:00
pavlov%netscape.com 4905883023 more changes 2001-01-07 04:22:41 +00:00
pavlov%netscape.com d40a44da31 adding the factory that i forgot about 2001-01-07 01:52:54 +00:00
pavlov%netscape.com 11e3c96d66 merging some windows makefiles and mac build stuff (havn't edited to remove other parts of gfx2 yet) 2001-01-07 01:42:05 +00:00
pavlov%netscape.com adfe5c9931 merging the base and image parts of gfx2 to HEAD, renaming nsMargin, nsPoint, nsRect to whatever2 to avoid header name conflicts with gfx
still need to resolve issue with gfx2's nsIImage wanting to use nsIDrawable, since there arn't any ifdefs in idl...
2001-01-07 01:40:18 +00:00