Skip to content
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

2.0 Re-write #6

Closed
9 of 10 tasks
DoumanAsh opened this issue Jan 23, 2017 · 0 comments
Closed
9 of 10 tasks

2.0 Re-write #6

DoumanAsh opened this issue Jan 23, 2017 · 0 comments
Assignees

Comments

@DoumanAsh
Copy link
Owner

DoumanAsh commented Jan 23, 2017

Once winapi is re-written crate needs to be re-worked.

  • get_format_name should work with pre-defined formats
  • Raw methods should be aligned and used by any other methods.
    • raw::set to be added.
    • raw::get to be added.
    • Align naming of raw and non-raw methods
    • Convenience methods for String/str should be added.
  • Add method get_size to determine length of content on clipboard.
  • get_clipboard_formats should return iterator instead of vector
  • Use GlobalSize to determine amount of necessary memory instead of wrongly used strlen. It returns size that has been used in GlobalAlloc so most likely good user wouldn't write more than this size. ++safety
  • Wait for winapi 3 - not a big deal
@DoumanAsh DoumanAsh self-assigned this Jan 23, 2017
DoumanAsh added a commit that referenced this issue Feb 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant