Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2022-01-15 09:48:08 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
39793f4220ada3394eba071e30187f444a71d6e5
39793f42
1 parent
9bf7a992
Update format and changelog
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
pdf/CHANGELOG.md
printing/CHANGELOG.md
printing/linux/print_job.cc
pdf/CHANGELOG.md
View file @
39793f4
...
...
@@ -2,16 +2,13 @@
## 3.7.0
-
Fix imports for Dart 2.15
-
Move files
-
Depreciate Font.stringSize
-
Implement fallback font
-
Implement Emoji support
-
Improve outlines containing non-sequential level increments
[
Roel Spilker
]
## 3.6.6
-
Fix imports for Dart 2.15
## 3.6.5
-
Update dependencies
...
...
printing/CHANGELOG.md
View file @
39793f4
...
...
@@ -12,7 +12,7 @@
-
Use RENDER_MODE_FOR_DISPLAY on Android
-
Enable usage of printer's settings on Windows
[
Alban Lecuivre
]
-
Update android projects (mavenCentral, compileSdkVersion 30, gradle:4.1.0)
-
Use syscall(SYS_memfd_create) instead of glibc function memfd_create
-
Use syscall(SYS_memfd_create) instead of glibc function memfd_create
[
Obezyan
]
## 5.6.6
...
...
printing/linux/print_job.cc
View file @
39793f4
...
...
@@ -16,12 +16,12 @@
#include "print_job.h"
#include <linux/memfd.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <
linux/memf
d.h>
#include <
unist
d.h>
#include <cstring>
#include <string>
...
...
Please
register
or
login
to post a comment