Skip to content

Tags: strangebit/rawaccel

Tags

v1.6.0_fix-size-and-pos

Fix initial window size and remember window pos

On startup, set the window's size to a more appropriate value so as not
to see the ugly scrollbars. Also, remember the window's location on
exit and reapply it on startup.

Author's note:

This should not be merged upstream! This is just a hasty custom patch
that I made that works well for my personal setup, where I use it with
my custom profile switcher.

I do not know whether the window size values used here only work well
on my machine, or whether they would also work well for everyone. On my
machine it is pixel perfect, such that the scroll bars don't appear but
it is also not any larger than it needs to be.

Also, for storing the window's location, it may be better to use
GUISettings now (i.e the .config file), rather than what is utilized
here (a .NET user.config file located in %LocalAppData%\grapher).

As I say, I just put this together for my own personal benefit.

v1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #108 from a1xd/1.6r2

v1.6

v1.5.1

bump version

v1.5.0

fix - motivity not set from input

v1.4.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #86 from a1xd/fix-input

Suppress id/rawinput related errors

v1.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #81 from a1xd/log-unhandled-ex

add handler for unhandled exceptions

v1.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #71 from a1xd/fix-dev-id

1.4.2

v1.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #69 from JacobPalecki/FixByComponent

Fix by component

v1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #66 from a1xd/1.4-tweaks

add angle snapping, update signed/

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #48 from a1xd/improve-docs

add prereqs to install guide