Commit Graph

  • 130c1722ce
    Update README.md with link to SwiftyOLED master Jakub Towarek 2020-01-05 14:26:33 +0100
  • 9ba200e062
    Fix Text memory leak 1.2.0 Jakub Towarek 2019-12-24 14:30:32 +0100
  • f8477af555 [Fix] fixes memory leak when creating and using Text instances #3 Samuel Cornejo 2019-12-21 23:19:16 -0600
  • f946d4c9c9 Make Shapes' initializers accessible 1.1.0 Jakub Towarek 2019-09-10 00:58:34 +0200
  • 6a33397291
    Merge pull request #2 from samco182/PixelSizeError 1.0.1 Jakub Towarek 2019-09-04 23:23:55 +0200
  • 0f1084320f Fixes issue where sending different width and height arguments would get assigned to the wrong FT_Set_Pixel_Sizes parameters #2 Samuel Cornejo 2019-09-01 17:05:15 -0600
  • 3a0fe80738 Move lines rendering functions to Line class. Make shapes use Lines instead of calling these functions. develop Jakub Towarek 2019-08-09 23:49:46 +0200
  • 3d387c4baa Conform Line to Equatable protocol Jakub Towarek 2019-08-09 13:40:34 +0200
  • afbdb13952 Introduce Line type which replace ObliqueLine, HorizontalLine and VerticalLine Jakub Towarek 2019-08-09 12:58:07 +0200
  • da476a15aa Create proper folder structure Jakub Towarek 2019-08-08 23:45:08 +0200
  • 78824fbadf
    First release 1.0.0 Jakub Towarek 2019-07-06 22:07:33 +0200
  • 4023cb3478
    Add LICENSE #1 Jakub Towarek 2019-07-06 22:04:01 +0200
  • ff0e767854 Include changing text size in README 3Qax 2019-07-06 22:00:30 +0200
  • f2b648baa6 Take advantage of fact that Swift is strongly typed language and remove unnecessary optionals 3Qax 2019-07-06 21:55:36 +0200
  • 54b47bc7be Update README Jakub Towarek 2019-07-06 02:50:22 +0200
  • 3640e75f70 Add default fontPath value in Text initializer 3Qax 2019-07-06 00:48:47 +0200
  • ccf620fe7f Increase readability by making Drawable classes operate on Points rather than Tuplets of Ints and update README 3Qax 2019-07-05 14:53:39 +0200
  • 91d678064d Add ability to fill some primitives 3Qax 2019-07-05 11:23:38 +0200
  • fbf0ac7c90 Fix pointsForVerticalLine. Little performance boost when drawing horizontal and vertical lines. 3Qax 2019-07-03 23:32:24 +0200
  • 24fd02c1d8 Further improvements on documentation. Update initializers. 3Qax 2019-07-03 23:07:43 +0200
  • 12de155db7 Create default documentation in README 3Qax 2019-07-03 00:09:26 +0200
  • f3de99b92f Add xcodeproj Jakub Towarek 2019-07-02 23:20:17 +0200
  • d37b4a24f4 Merge branch 'Implement_FT' Jakub Towarek 2019-07-02 11:21:31 +0200
  • 6edcb2f286 Edit package Jakub Towarek 2019-07-02 11:21:21 +0200
  • d143f9f312 Change type returned from generatePointsForDrawing() Jakub Towarek 2019-06-29 23:13:16 +0200
  • 08c01f2175 Add ability to change size of text Jakub Towarek 2019-06-27 21:23:26 +0200
  • fa0973b775 Align glyphs along baseline Jakub Towarek 2019-06-20 14:03:54 +0200
  • 1680096b5c Add spacing between character Jakub Towarek 2019-06-18 11:22:30 +0200
  • 4cbc56494c Fix acces levels Jakub Towarek 2019-06-18 10:20:51 +0200
  • 559dceef44 Get rid of dummy dependency (wrapper) Jakub Towarek 2019-06-18 01:38:45 +0200
  • a0d973f865 Add basic character rendering code Jakub Towarek 2019-06-18 00:31:13 +0200
  • 50f71ad69f Add CFreeType Jakub Towarek 2019-06-14 02:31:27 +0200
  • 397c6e560f Initial commit Jakub Towarek 2019-06-14 00:07:24 +0200