-
Notifications
You must be signed in to change notification settings - Fork 191
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
Pixel Offset #48
Closed
Closed
Pixel Offset #48
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hrm, the geometry command isn't enough to leave space for the tray ? |
I want to be able to resize it at runtime (I have a script that listens on |
Multi-monitor geometry fix.
Add support for #RRGGBB sytle colors
Revert "Add support for #RRGGBB sytle colors"
Optional support for more than two fonts, fixed issue LemonBoy#68
Mouse at far left (x=0) would not be able to click an area that starts at 0.
Stebalien
force-pushed
the
pixel-offset
branch
from
August 24, 2014 18:07
cabcd1a
to
a4e4cd5
Compare
Fix the bounds checking for area_get.
Add a formatting command to offset the text position by a pixel amount.
Stebalien
force-pushed
the
pixel-offset
branch
from
August 27, 2014 15:14
a4e4cd5
to
2e2b32a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have found myself needing a pixel offset (so that I can leave a space for my
system tray). While this is somewhat of an odd case, a pixel offset would also
be useful for drawing progress bars (given a middle-bar command) etc.
Feel free to call it something else. Additionally, I don't know if this is how
you would implement it but "it works for me" (I won't feel bad if you rewrite
the code entirely/refuse to accept the PR).