public
Fork of tdreyno/prototypegrowl
Description: Prototype & Scriptaculous implementation of the OS X growl notification bubbles
Homepage: http://www.craigjolicoeur.com/pgrowl
Clone URL: git://github.com/cpjolicoeur/prototypegrowl.git

cpjolicoeur's prototypegrowl Feed   feed

cpjolicoeur committed to cpjolicoeur/prototypegrowl 2 months ago

290b4dff8441f5ed95640783afd8e9c956c71a6e

forgot to include growl.jpg file

cpjolicoeur committed to cpjolicoeur/prototypegrowl 5 months ago

c57949511b70fb1bd69622261bf57a4bb9508b88

document.body.insert was throwing an error in IE6

smerickson started watching prototypegrowl 6 months ago
prototypegrowl is at cpjolicoeur/prototypegrowl
cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

0e63909197a89a67d9c8ed2ee4a1d9c412495cfd

update example code in test file

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

5f136c9265bd0220dfa959da64dbd0102d4aab14

pull from tdreyno repos and add opacity option

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

fc31421c176e17d4a17fa698fdb80c12f62d45ee

Merge commit 'tdreyno/master'

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

2a41e7d42c9f03919dd2fcd591f2f2017293a6dc

add opacity option for growl bubbles

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

ded0b9877408c6c9aef98cfb0138070dc1a64ea9

dont need a whole new effect. just piggyback onto Effect.Fade for removal

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

06a8abf9b2c20b114b44a7e5b32d75cb7479c0d6

added FadeAndRemove effect. this will make sure the growl div is removed after it is faded out.

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

0a014fac4f9d76cdda16e6a2a19030535d300677

add additional example to test

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago
cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

ffd204e823c2dbb6483f4d9d769038043748f84e

add back in bezel code commented out

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

19fa01077196accd18a3f727588a72f38c1bbe22

remove TODO and add copy to README

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

3e4cdad1d91ba70ac41c6f0dcc88caf389dbd1a3

add new logo and update some copy

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

f8d745d23558d6913bd0e0e8faed9669f0a089d1

remove unneeded files and bring codebase up-to-date with tdreyno

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

3b2a36bfb6211647b54a3ca44b14ca439740d44d

add some ancillary meta type files

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

1384aec747dbf94076c8fdf7a73222bce8b6ea76

add scriptaculous and use Appear/Fade effect for growl

cpjolicoeur committed to cpjolicoeur/prototypegrowl 6 months ago

78a639474384ccb4c42c2c8544063da69eec36ae

remove Growl.Bezel code for now. I'm only going to be using the Smoke effect to start with. I'll add bezel back in later