Monday, August 16, 2010

GSOC is almost at an end.

GSOC is almost over, but there are still things that need to get done with the patch. The issues that are left are the following:

  • Move single click based on geometry.
  • Implement some more functions like hyperlink,copy as {format,value} (need to check if this is desirable)
  • Remove the delay for right click dragging. My theory is that this has something to do with getting the solarmutex in ExecuteDrop immediately.
  • Drawing a border around single selections.
I plan on getting these things done because I want my patch to get included into go-oo one day :)

Cheers!

Saturday, August 14, 2010

Another Quick update

I've finally managed to get right click dragging along with left click dragging working and everything works as expected in terms of behavior.

Wednesday, August 11, 2010

Quick update

I currently have a context menu pop up for the drag & drop but I still need to find a way on how I could enable right click dragging instead of the current left click drag I use. As Kohei has mentioned to me, this would require intercepting the right click event before it passes a command event. The code is somewhere in sfx2 or framework so I will probably dedicate tomorrow to finding out this code and working with it.