Skip to content

Commit 70660c6

Browse files
committed
1.5 RC2 release
with new features
1 parent 00a020f commit 70660c6

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
p1.5 (in progress)
22
=================
3+
---> RC2
4+
* new : Add multiple snapshots in pointer mode for advanced drawings with configurable keys (between alt/shift/control)
5+
* enh : add option to swap between wheel and shift+wheel (between width adjust and pen selection)
6+
* new : shift+mousewheel selects pen (configurable see above)
7+
* enh: Start Inking when selecting ppInk with Alt+Tab
8+
* enh : ctrl+enter validates and close text input
9+
* translated : arabic added (thanks to @eamayreh)
10+
* new : window mode (allow restricted area to interact and freeing mouse (wheel and clicks) elsewhere)
11+
* fix : multiple fixes, see commits history
12+
313
---> beta1
414
* new icone but you can still deploy your own
515
* new : add zoom capability : both dynamic magnifier and freezed to full screen.

readme.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ selected my multiple click on those or some through long or right click:
4040

4141
- Text:
4242
Text left aligned -\> Text Right aligned
43+
You can now use ctrl+enter to validate the entry
4344

4445
- Move:
4546
Move 1 drawing -\> Copy 1 drawing -\> Move all drawings.
@@ -64,7 +65,7 @@ The magnet activates some magnetic effect :
6465
- Find a point on the drawing next to the cursor. For rectangles, magnetic
6566
effect is available to vertices, and also to the middle of sides.(also activated pressing Ctrl)
6667
- The 8 points of the bounding rectangle of a text.(also activated pressing Ctrl)
67-
- On the line from the origin. The lines are horizontal,vertical and every 15°.(also activated pressing Shift)
68+
- On the line from the origin. The lines are horizontal,vertical and every 15.(also activated pressing Shift)
6869
The Magnetic distance can be adjusted in the options.
6970
If only Ctrl or Shift is depressed, the global magnetic effect is switched off to only take into account the magnetic of the pressed key.
7071
Hotkeys are availables for all tools,pens (configurable throught right click on icon next to clock)
@@ -109,6 +110,8 @@ When defining a color, you can check Fading : in this case the stroke drawn will
109110
You can configure you own cursor file, saving it as cursor.ico in your exe folder (click position and size are loaded from the file). In the same you can save an image as FloatingCall.png to define the calling form image(in this case the width and transparency are in the Window_POS parameter in config.ini
110111
*mouse wheel:*
111112
Mouse wheel allows you to modify the pen width. this can be easily observed with the tipped cursor. in this configuration, finding the mouse may be difficult to find in this configuration : you can then depress the alt key to get the arrow(or customized) cursor
113+
shift+mouse wheel allows to select pen
114+
mouse wheel / shift+ mouse wheel can now be swapped (shift+mouse wheel to access pen width) : available in options / pen tab
112115

113116
*video recording:*
114117
ppInk has now some capability to do some video recording. tuning is available in options/video tab :
@@ -130,6 +133,19 @@ You can now select how the toolbar will be deployed : to left/ to right or verti
130133
When the option is set in the options, switching application (with alt+tab) will engage pointer mode. Also, when pointer mode is activated (by any means, ie button click, alt+tab, global short cut), the toolbar is folded automatically, and when pressing undock button, alt+tab, or global shortcut,the inking mode is restored and the toolbar is unfolded.
131134
Note that you can still fold toolbar when drawing without engaging pointer mode with the dock button.
132135

136+
*Window mode*
137+
You can now run ppink in window mode (engaged through Long/Right Click on pointer icon)
138+
In this mode ppInk is run in a window and you can access clicks or mousewheel applications out of the window:
139+
https://user-images.githubusercontent.com/4083478/112311221-c656c580-8ca5-11eb-895b-2279366c0fc4.mp4>
140+
141+
*snapshots in pointer mode*
142+
when trying to annote menu opened with mouse click / contextual menus
143+
https://user-images.githubusercontent.com/61389799/111090958-1d3bfc80-853a-11eb-91fc-04e85ed18454.mp4
144+
(demo from @eamayreh)
145+
146+
you can configure shortcuts with shift/ctrl/alt with a press and hold and tap twice keys to prevent menu to close
147+
multiple snapshots can be captured, they are pasted one over the other, in the reverse order to make a full sequence
148+
133149

134150
#### Download
135151

@@ -210,6 +226,8 @@ in ppInk to make sure your translation shows correctly, and then you can make a
210226
pull request to merge your translation to the next version of release for others
211227
to use.
212228

229+
NEW : arabic available
230+
213231
gInk
214232
https://github.com/geovens/gInk
215233
https://github.com/geovens/gInk

src/BuildTimestamp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
namespace gInk { public static class Build { public static string Timestamp = "24/02/2021 23:22:30.25".Substring(0,16);}}
1+
namespace gInk { public static class Build { public static string Timestamp = "24/03/2021 13:19:34.68".Substring(0,16);}}

src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.5.0.*")]
37-
[assembly: AssemblyFileVersion("1.5.0.*")]
36+
[assembly: AssemblyVersion("1.5.2.*")]
37+
[assembly: AssemblyFileVersion("1.5.2.*")]
3838
[assembly: NeutralResourcesLanguage("en-US")]
3939

0 commit comments

Comments
 (0)