Commit Graph

18 Commits

Author SHA1 Message Date
joshmoz@gmail.com
f64b334504 fix a crash when invoking drag sessions and check cached transferables when saying whether or not a drag or paste supports a particular flavor. b=386751 r=cbarrett sr=pav 2007-07-03 16:13:28 -07:00
joshmoz@gmail.com
2792f72167 rewrite much of the Mac OS X clipboard service to fix several bugs and improve performance. also a lot of cleanup. b=386225 r=smorgan sr=pav 2007-07-03 00:16:19 -07:00
joshmoz@gmail.com
324d2d014a always release cached drag data as soon as the drag is over, call EndDragSession correctly. b=386226 r=cbarrett sr=pinkerton 2007-06-29 20:19:41 -07:00
joshmoz@gmail.com
69188b92fe fix drag and drop for multiple items, fix a data corruption bug, fix dragging images out of gecko. b=385116 r=shebs sr=dbaron a=mconnor 2007-06-28 12:20:12 -07:00
joshmoz@gmail.com
37ee900e61 share more code between clipboard and drag services. original patch by Colin Barrett, more clean up by me. b=358094 r=cbarrett sr=roc 2007-06-26 22:26:18 -07:00
joshmoz@gmail.com
4b831f86c6 fix "can't drag and drop buttons when customizing toolbars", patch by Stan Shebs. b=358446 r=josh sr=pav 2007-05-28 22:06:12 -07:00
enndeakin@sympatico.ca
932380f594 Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc 2007-04-11 21:37:39 -07:00
enndeakin@sympatico.ca
3662802f55 Bug 374832, lower opacity on drag images, Bug 375038, dragging doesn't work on blocks inside inlines, r+sr=roc 2007-03-25 20:27:53 -07:00
enndeakin%sympatico.ca
6f52b34723 Bug 178513, add missing semicolon 2007-03-20 12:35:14 +00:00
enndeakin%sympatico.ca
6ccc9fa0b8 Bug 178513, support translucent drag feedback when dragging nodes and selections on Mac and GTK, r=vlad,josh,roc,sr=roc 2007-03-20 12:14:52 +00:00
sharparrow1%yahoo.com
76a64e5c22 Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
joshmoz%gmail.com
94a29b0372 make sure all headers have an include guard, standardize include guards, remove some unnecessary includes, remove some unnecessary non-cairo code, standardize usage of #import vs. #includes, the rule is now to use #import for Apple frameworks and #include for everything else. b=367273 r=kreeger 2007-01-18 06:34:07 +00:00
mozilla.mano%sent.com
425b7c9aef Bug 364661 - [cocoa] nsDragService::IsDataFlavorSupported should not throw for unsupported data flavors. r=josh, sr=pink. 2006-12-23 20:09:43 +00:00
joshmoz%gmail.com
ffc51bbca3 Remove non-cairo gfx support from cocoa widgets. This isn't going to work soon anyway, camino can't build without cairo already, and it is a lot of clutter. Carbon widgets will still build with non-cairo gfx. b=364379 r=smorgan r=mento sr=pinkerton 2006-12-19 20:47:53 +00:00
joshmoz%gmail.com
b37262ebab don't include nsMimeMapper.h in the cocoa drag service, it is unused and causes problems compiling trunk on 10.5. r=mento 2006-12-07 19:16:08 +00:00
stuart.morgan%alumni.case.edu
3cd18026cf Bug 362488: Copied images are byte-swapped on Intel. r=josh 2006-12-02 04:54:26 +00:00
joshmoz%gmail.com
457a7bb799 remove dependencies on nsMacNativeUnicodeConverter and nsMacResources. b=358165 r=hwaara 2006-10-26 11:58:09 +00:00
joshmoz%gmail.com
07a857bf4e cocoa drag and drop implementation. b=332913 r=smorgan sr=pinkerton 2006-10-25 22:45:22 +00:00