Jump to content

Recommended Posts

Posted
  On 6/1/2015 at 5:56 PM, argumentum said:

1) Ctrl-Z is very intuitive but it's counterpart is not. Could you make it Ctrl-Y ? 

2) I don't like chasing UDFs and having them in the zip is great but if you could put them in, lets say, ".\includes\" , would be better.

​1) For now, I'm using Photoshop keystokes (including Ctrl+Shift+Alt+...). But, there will be the possibility to change them.

2) I will make the directory you mentioned, but (for now) I'll stay with the current structure. When I'll start bugfixing and general cleaning, I'll deal with UDFs.

Posted
  • 2 weeks later...
Posted

Source Release #3!

Changes:

  • Changed the UI a little bit
  • Added new effects
  • Added tab closing
  • 'Rule The World' function still not working :(
  • Still lot of icons in the package (Wait! That's not a change!)
  • Added a cool MsgBox popping up, when you have Windows older than Windows 8 Developer Preview (It'll be useful later, when I'll be trying to add multitouch gestures, to tell you: Windows 7 out. Sorry. For now, you can comment it out.)
  • Added Interference

Current Tools:

  • Move (or rotate)
  • Select (rectangular or freeform, 5 combining modes available)
  • Brush (vector or per-pixel)
  • Eyedropper (...)

Download Source Release #3

Download Interference Source Code (Visual Studio required, version 2015 RC recommended)

  • 1 month later...
Posted

This time there are no source releases, but I'd like to announce some new functions:

  • Layer locking

AlphaSoon.png

  • V4I image format

OpenFile.png

  • Revert function

Revert.png

  • Automatic updates (this feature will be added before the full release of vPaint 4)

AboutScreen2.png

Posted

nice.

ps.
Please fix your own Signatures

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Still no releases, but there is one more function I'd like to present - layer rendering optimization.

LayerOptimization.png

This function will reduce the number of rendered layers to three. Even if you have thousands of them.

Posted

Source Release #4!

Changes:

  • Windows 7 back again
  • Added basic cropping (no HUD here) and gradient (linear only, colors unchangeable) tools
  • Added first panel (Layers), but some functionality not available yet
  • V4I image format (Finally!)
  • Did I mention the icons?
  • Added splash screen (it will be useful when I'll add update functionality)
  • Added about screen (see above)
  • Layer locking (mentioned earlier)
  • Apple juice on my keyboard
  • Some useless (for now) icons for images, keyboard configurations, manifests...
  • Windows 10 Continuum support (automatic Tablet mode switching, not recommended for now)

Enjoy!

Download Source Release #4 (executable included!)

Posted

hi you could submit your files here:

https://www.autoitscript.com/forum/files/

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • 1 month later...
Posted

Awesome
as always @scintilla4evr

mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

If you are using an high-DPI display and Direct2D is available on your machine, vPaint will scale itself (for now, only 2x):

UIScaling_192DPI.png

Posted

And, in case you were wondering, almost all icons in the UI are now vector (they are glyphs in a font called "vPaint UI Glyphs"):

VectorIcons.png

  • 1 month later...
Posted
  • 2 weeks later...
  • 2 weeks later...
Posted

I apologize for my forgetfulness. Here is the Source Release #5.1.

Changes:

  • Fixed includes in the archive
  • Cosmetic changes to the viewport
  • Introduction of plugins (in C and C++ for now)

Downloads

Posted

Hello.
If you want to use non standard UDF then you should use it like in the following example:

 
#include "Required UDFs\AutoItObject.au3"

instead this

#include <AutoItObject.au3>

 

and second hint:
Try to grouping Standard and non standard UDF

#include <WinAPIEx.au3>
#include <Array.au3>
#include <Math.au3>
#include <GDIPlus.au3>
#include <Timers.au3>
#include <File.au3>
#include <Misc.au3>
#include <Color.au3>
#include <GUIComboBox.au3>
#include <GUIImageList.au3>
#include <GUIListView.au3>
#include <GUIMenu.au3>
#include <Date.au3>
#include "Required UDFs\AutoItObject.au3"
#include "Required UDFs\Direct2D.au3" ; Brand new!
#include "Required UDFs\Convolution.au3" ; Have fun!
#include "Base\MsgBox.au3"

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • 2 months later...
Posted (edited)

A sudden epiphany! Here is the Source Release #6!

Absolutely NO NEW FEATURES, but it fixes bugs related to:

  • Undo/redo (the hardest bug to find, the easiest to get rid of)
  • Compositor rendering
  • Effects

Also, all non-standard includes are now added correctly.

 4-01-2016_(Source_Release__6).zip

Edited by scintilla4evr
Posted

After starting vpaint4.exe / paint.au3 the GUI looks this way:

2j2hpbr.jpg

 

I assume this is not correct.

 

My system: Win 8.1 x64

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...