]> O.S.I.I.S - jp/crow.git/commit
embedded mouse cursors
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 13 May 2020 08:35:36 +0000 (10:35 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 13 May 2020 08:35:36 +0000 (10:35 +0200)
commite6945d8495adfa3d33d33c2e49916be79993698d
tree968a1cca224db50bc14cd351960e37e6fd5cd206
parent74d1288c9990bb251b7097b225891bafdc6758af
embedded mouse cursors
76 files changed:
Crow.sln
Crow/Crow.csproj
Crow/Cursors/08e8e1c95fe2fc01f976f1e063a24ccd [new file with mode: 0644]
Crow/Cursors/X_cursor [new file with mode: 0644]
Crow/Cursors/arrow
Crow/Cursors/base_arrow_down [new file with mode: 0644]
Crow/Cursors/base_arrow_up [new file with mode: 0644]
Crow/Cursors/boat [new file with mode: 0644]
Crow/Cursors/bottom_left_corner
Crow/Cursors/bottom_right_corner
Crow/Cursors/bottom_side [new file with mode: 0644]
Crow/Cursors/bottom_tee [new file with mode: 0644]
Crow/Cursors/center_ptr [new file with mode: 0644]
Crow/Cursors/circle [new file with mode: 0644]
Crow/Cursors/cross
Crow/Cursors/cross_reverse [new file with mode: 0644]
Crow/Cursors/crosshair [new file with mode: 0644]
Crow/Cursors/dot [new file with mode: 0644]
Crow/Cursors/dot_box_mask [new file with mode: 0644]
Crow/Cursors/double_arrow [new file with mode: 0644]
Crow/Cursors/draft_large [new file with mode: 0644]
Crow/Cursors/draft_small [new file with mode: 0644]
Crow/Cursors/draped_box [new file with mode: 0644]
Crow/Cursors/exchange [new file with mode: 0644]
Crow/Cursors/fleur [new file with mode: 0644]
Crow/Cursors/gumby [new file with mode: 0644]
Crow/Cursors/hand1 [new file with mode: 0644]
Crow/Cursors/hand2 [new file with mode: 0644]
Crow/Cursors/left_ptr [new file with mode: 0644]
Crow/Cursors/left_ptr_watch [new file with mode: 0644]
Crow/Cursors/left_side [new file with mode: 0644]
Crow/Cursors/left_tee [new file with mode: 0644]
Crow/Cursors/ll_angle [new file with mode: 0644]
Crow/Cursors/lr_angle [new file with mode: 0644]
Crow/Cursors/pencil [new file with mode: 0644]
Crow/Cursors/pirate [new file with mode: 0644]
Crow/Cursors/plus [new file with mode: 0644]
Crow/Cursors/question_arrow [new file with mode: 0644]
Crow/Cursors/right_ptr [new file with mode: 0644]
Crow/Cursors/right_side [new file with mode: 0644]
Crow/Cursors/right_tee [new file with mode: 0644]
Crow/Cursors/sailboat [new file with mode: 0644]
Crow/Cursors/sb_down_arrow [new file with mode: 0644]
Crow/Cursors/sb_h_double_arrow
Crow/Cursors/sb_left_arrow [new file with mode: 0644]
Crow/Cursors/sb_right_arrow [new file with mode: 0644]
Crow/Cursors/sb_up_arrow [new file with mode: 0644]
Crow/Cursors/sb_v_double_arrow
Crow/Cursors/shuttle [new file with mode: 0644]
Crow/Cursors/sizing [new file with mode: 0644]
Crow/Cursors/target [new file with mode: 0644]
Crow/Cursors/tcross [new file with mode: 0644]
Crow/Cursors/top_left_arrow [new file with mode: 0644]
Crow/Cursors/top_left_corner
Crow/Cursors/top_right_corner
Crow/Cursors/top_side [new file with mode: 0644]
Crow/Cursors/top_tee [new file with mode: 0644]
Crow/Cursors/trek [new file with mode: 0644]
Crow/Cursors/ul_angle [new file with mode: 0644]
Crow/Cursors/ur_angle [new file with mode: 0644]
Crow/Cursors/watch [new file with mode: 0644]
Crow/Cursors/xterm [new file with mode: 0644]
Crow/src/Colors.cs
Crow/src/Enums.cs
Crow/src/Interface.cs
Crow/src/Widgets/Splitter.cs
Crow/src/Widgets/TextBox.cs
Crow/src/Widgets/Widget.cs
Crow/src/Widgets/Window.cs
Crow/src/XCursor.cs
Directory.Build.props
README.md
Samples/BasicTests/BasicTests.cs
Samples/HelloWorld/main.cs
Samples/HelloWorld/ui/helloworld.crow
Samples/ShowCase/main.cs