Feature/api20#4
Open
danielfritzs wants to merge 13 commits intoatomiccity:masterfrom
Open
Conversation
bugfix export pictures in html with correct size
- bugfix scalingfactor is scalefactor - bugfix ScrollBarVertical is now HasVerticalScrollbar - bugfix enumerations alignment - bugfix endless loop on refresh
- added method to get a FTStyleRun from a Startposition - catch out of bounds exception when xml did not contain any paragrafs... should only happen when manually editing the xml - removed no longer used retina code - changed rtfReader to use own encoding if not proper recognized
- changed API 1 realbasic.rect to xojo.rect
- added method drawToPDF, which appends the paragraphs to existing pdfdocument - added method ToPDF, which exports the whole ftc to an empty pdfdocument - changed some graphics properties and method to api 2
This file contains hidden or 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
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.
Hi,
changed much to api 2 and fixed some bugs, which occurred due to api 2.
Added some functionality to allow
I think we should separate the API 2 stuff from the API branch.
best regards
Daniel