Azure Pipelines
59f6e91876
Update translation template [skip ci]
7 years ago
Bryan Tan
cd8aafbf39
Merge pull request #1351 from Technius/issue-1266
...
Fix help document web page not opening on Windows
7 years ago
Bryan Tan
aa29566133
Merge pull request #1348 from Technius/issue-1227
...
Fix select object only checking first object containing select point
7 years ago
Bryan Tan
4cd7f591c8
Rename packaged linux tar file to a more sensible name
7 years ago
Bryan Tan
e04b084809
Merge pull request #1333 from Technius/buildsys/linux-releases
...
Generate Linux binaries (in tarballs) on release pipeline
7 years ago
Bryan Tan
d136f33949
Fix help document web page not opening on Windows
7 years ago
Azure Pipelines
161c6afe23
Update translation template [skip ci]
7 years ago
Ulrich Huber
6080c769a2
Merge pull request #1309 from xournalpp/enhancement_staves
...
Enhancement staves (originally #1090 )
7 years ago
Bryan Tan
26a83d714d
Fix select object only checking first object containing select point
...
The select object helper only checks the first object whose bounding box
contains the selection point. This commit fixes the issue by making the select
object helper check every such object until the criteria is matched.
7 years ago
Bryan Tan
5bd3ba3a7a
[skip ci] Update linux build instructions
7 years ago
Bryan Tan
252e688fa0
ci: Export project version to a generated file
7 years ago
Ulrich Huber
0eeead66b2
Reformat edited code to clang-format style
7 years ago
Ulrich Huber
e550c73168
Revert unnecessary renaming of method
...
Fixed potential issue with double incrementor in for loop
7 years ago
Ulrich Huber
cce0249a40
Fix naming of page format types to not enforce file version bump
...
Fix include formatting
Change Staves page format to resemble normal stave sheets
Remove Staves with vertical line
7 years ago
Ulrich Huber
47eafddbfe
Merge branch 'master' into enhancement_staves
...
# Conflicts:
# test/control/LoadHandlerTest.cpp
7 years ago
Ulrich Huber
583a317ff1
Merge pull request #1332 from xournalpp/fix-mac-setup
...
Fix Mac Setup
7 years ago
Ulrich Huber
1460273ca2
Merge pull request #1337 from dermesser/fix-kpsewhich-argv
...
NULL-terminate argument vector given to kpsewhich.
7 years ago
Ulrich Huber
74c8c13f7e
Merge pull request #1338 from xournalpp/l10n_master
...
New Crowdin translations
7 years ago
Ulrich Huber
21212c4df0
New translations Dutch from Crowdin [skip ci]
7 years ago
Ulrich Huber
da3b0eb491
New translations Dutch from Crowdin [skip ci]
7 years ago
Ulrich Huber
a6ffc376bb
New translations Croatian from Crowdin [skip ci]
7 years ago
Lewin Bormann
3ad283945e
NULL-terminate argument vector given to kpsewhich.
...
Otherwise glib will provide a (likely spurious) last element in argv,
causing EFAULT to be returned from execve in the child:
...
[pid 32237] execve("/usr/local/bin/kpsewhich", ["kpsewhich", "standalone", 0x1], 0x7ffe7141a078 /* 69 vars */) = -1 ENOENT (No such file or directory)
[pid 32237] execve("/usr/bin/kpsewhich", ["kpsewhich", "standalone", 0x1], 0x7ffe7141a078 /* 69 vars */) = -1 EFAULT (Bad address)
...
7 years ago
Ulrich Huber
76e496a1a6
Merge pull request #1330 from xournalpp/l10n_master
...
New Crowdin translations
7 years ago
Bryan Tan
6b27318cb1
Generate Linux binaries (in tarballs) on release pipeline
7 years ago
Ulrich Huber
140dba0e44
New translations Croatian from Crowdin [skip ci]
7 years ago
Ulrich Huber
da3c645ef9
Fix PATH variable in gtk3 setup script
7 years ago
Ulrich Huber
f1f8685f3e
Merge pull request #1331 from xournalpp/update-azure
...
Separate pipelines and use Ninja for builds
7 years ago
Ulrich Huber
7bfb02cfb6
Update file pathes in Mac setup
7 years ago
Ulrich Huber
ff0865487d
Fix path test using wrong separators for windows environment
7 years ago
Ulrich Huber
e2aaf76900
Cast parameters for asserting function in Windows to correct type
7 years ago
Ulrich Huber
a4c75e19a8
Separate pipelines and use Ninja for builds
7 years ago
Ulrich Huber
fae8604f0e
New translations Polish from Crowdin [skip ci]
7 years ago
Ulrich Huber
b91ed78c05
New translations Klingon from Crowdin [skip ci]
7 years ago
Ulrich Huber
5666134b7f
New translations Italian from Crowdin [skip ci]
7 years ago
Ulrich Huber
fd2aac1e8c
New translations German from Crowdin [skip ci]
7 years ago
Ulrich Huber
4e8bb7c8f6
New translations Czech from Crowdin [skip ci]
7 years ago
Ulrich Huber
ef07928609
New translations Chinese Traditional, Hong Kong from Crowdin [skip ci]
7 years ago
Ulrich Huber
09ec8c254b
New translations Chinese Traditional from Crowdin [skip ci]
7 years ago
Ulrich Huber
06deddc4c6
New translations Chinese Simplified from Crowdin [skip ci]
7 years ago
Ulrich Huber
26da6ca0df
New translations Dutch from Crowdin [skip ci]
7 years ago
Azure Pipelines
c7ff7d96a8
Update translation template [skip ci]
7 years ago
Ulrich Huber
7ea6f85c07
Merge pull request #1318 from LittleHuba/fix_device_listing_new
...
Add device listing for devices not recognized by GDK
7 years ago
JJones780
a37524e262
Merge pull request #1311 from wallento/presentation-keys
...
Left and right key for navigation in presentation mode
7 years ago
Ulrich Huber
5d2615cc75
Merge pull request #1317 from edo0/master
...
Update exportSetting.glade to fix crash
7 years ago
Fabian Keßler
32cf15ad3a
Merge pull request #1319 from Febbe/master
...
Fixed a bug, preventing some compilers to compile (narrowing conversion)
7 years ago
Fabian Keßler
bc5fe5b2b6
Fixed a bug, preventing some compilers to compile (narrowing conversion)
...
Thats by the way why we should use the AAA style.
/home/febbe/ClionProjects/xournalpp/src/control/Control.cpp:2921:8: error: case value evaluates to -3, which cannot be narrowed to type 'guint' (aka 'unsigned int') [-Wc++11-narrowing]
case GTK_RESPONSE_ACCEPT:
^
/home/febbe/ClionProjects/xournalpp/src/control/Control.cpp:2931:8: error: case value evaluates to -2, which cannot be narrowed to type 'guint' (aka 'unsigned int') [-Wc++11-narrowing]
case GTK_RESPONSE_REJECT:
7 years ago
Ulrich Huber
2c887b8a23
Clang Format
7 years ago
Ulrich Huber
36a39bca4e
Fix clang format
7 years ago
Ulrich Huber
705b3af8b0
Merge remote-tracking branch 'origin/fix_device_listing_new' into fix_device_listing_new
...
# Conflicts:
# src/control/settings/Settings.cpp
# src/gui/MainWindow.cpp
# src/gui/dialog/SettingsDialog.cpp
# src/gui/inputdevices/InputContext.cpp
# src/gui/inputdevices/InputEvents.cpp
# src/util/DeviceListHelper.cpp
7 years ago
Ulrich Huber
dfe7d421b8
Add device listing for devices not recognized by GDK
7 years ago