Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor of mouse feature #9

Merged
merged 8 commits into from Nov 10, 2011

Commits on Nov 6, 2011

  1. added a cursor for paintbucket:

    Cursor.PaintBucket.png
    added also to resources, to Pinta.Resources.csproj&makefile and to PaintBucketTool.cs
    schmendrick committed Nov 6, 2011
    Configuration menu
    Copy the full SHA
    5b20fc0 View commit details
    Browse the repository at this point in the history
  2. added a cursor for paintbucket:

    Cursor.PaintBucket.png
    added also to resources, to Pinta.Resources.csproj&makefile and to PaintBucketTool.cs
    schmendrick committed Nov 6, 2011
    Configuration menu
    Copy the full SHA
    65c1e38 View commit details
    Browse the repository at this point in the history
  3. added a cursor for the lassoselect tool

    added the png Cursor.LassoSelect.png and added it to resources (to csproj & makefile)
    schmendrick committed Nov 6, 2011
    Configuration menu
    Copy the full SHA
    f4312e8 View commit details
    Browse the repository at this point in the history
  4. added a cursor for the Text tool

    added the png Cursor.Text.png and added it to resources (to csproj & makefile)
    schmendrick committed Nov 6, 2011
    Configuration menu
    Copy the full SHA
    8326321 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2011

  1. added cursors for pencil and for the linecurve tools

    added the 2 corresponding pngs and added those to the makefile.am and resources.csproj
    
    additionally:
    in LineCurveTool changed the endlines of the Priority method to javastyle (like with the rest of the override'd methods in that class)
    schmendrick committed Nov 9, 2011
    Configuration menu
    Copy the full SHA
    b9f8939 View commit details
    Browse the repository at this point in the history
  2. similar to last checkins:

    added cursors for ColorPicker, Rectangle, RoundedRectangle and FreeFormShape tools
    schmendrick committed Nov 9, 2011
    Configuration menu
    Copy the full SHA
    610ecfc View commit details
    Browse the repository at this point in the history
  3. Similar to last checkin:

    Added clone stamp cursor including the alternate "setsource" cursor
    note that there is a known limitation with this setsource implementation:
    it will only work as long as the ctrl button is not clicked BEFORE the tool is selected
    schmendrick committed Nov 9, 2011
    Configuration menu
    Copy the full SHA
    8c24d7d View commit details
    Browse the repository at this point in the history
  4. added Cursor.Recolor.png:

    to Resources/Makefile and to RecolorTool.cs
    schmendrick committed Nov 9, 2011
    Configuration menu
    Copy the full SHA
    7e18726 View commit details
    Browse the repository at this point in the history