summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | cmake/MSYS2: Install translations for glib (required for help output on console)Eduard Braun2017-05-141-0/+1
* | | | | | | cmake: Store defauklt CMAKE_INSTALL_PREFIX to cache, otherwise it will be los...Eduard Braun2017-05-141-1/+2
* | | | | | | Inkview: Large batch of feature improvements and bug fixesEduard Braun2017-05-144-379/+512
|\ \ \ \ \ \ \
| * | | | | | | Inkview: Don't crash when unknow command line option is specifiedEduard Braun2017-05-141-1/+8
| * | | | | | | Inkview: add option -s or --scale to set a factor by witch to scale the displ...Eduard Braun2017-05-143-22/+36
| * | | | | | | Inkview: Add additional information to help output and update option descriptionEduard Braun2017-05-141-4/+9
| * | | | | | | Inkview: refactor InkviewOptionsGroup and other minor refactoringEduard Braun2017-05-141-28/+24
| * | | | | | | Inkview: minor refactoringEduard Braun2017-05-141-12/+9
| * | | | | | | Inkview: Finally implement the -t or --timer option after we dragged it aroun...Eduard Braun2017-05-143-13/+30
| * | | | | | | Inkview: Some more refactoringEduard Braun2017-05-143-15/+15
| * | | | | | | Inkview: Refactoring - move SPSlideShow to separate source fileEduard Braun2017-05-144-325/+398
| * | | | | | | Inkview: Title was not updated when using controls in control window.Eduard Braun2017-05-131-1/+1
| * | | | | | | Inkview: Show number of current slide and total number of slides in titleEduard Braun2017-05-131-1/+6
| * | | | | | | Inkview: Print warning if a file failed to load.Eduard Braun2017-05-131-3/+3
| * | | | | | | Inkview: Support folders as input.Eduard Braun2017-05-131-9/+24
| * | | | | | | Inkview: Put checking for valid files in separate functionEduard Braun2017-05-131-17/+24
| * | | | | | | Inkview: Print error in correct encoding.Eduard Braun2017-05-131-7/+5
| * | | | | | | Inkview: Fix loading files with non-ASCII characters in filenameEduard Braun2017-05-131-5/+4
|/ / / / / / /
* | | | | | | Fix build warningEduard Braun2017-05-121-1/+1
* | | | | | | Fix a bug pointed by suv in IRC about simple mode of rotate copies with origi...Jabier Arraiza Cenoz2017-05-121-1/+5
* | | | | | | Inkview: Fix translation of help output as well as encoding on WindowsEduard Braun2017-05-121-15/+25
|\ \ \ \ \ \ \
| * | | | | | | Inkview: minor cleanupEduard Braun2017-05-121-9/+1
| * | | | | | | Inkview: Fix encoding of console output on WindowsEduard Braun2017-05-121-1/+15
| * | | | | | | Inkview: Fix gettext localizationEduard Braun2017-05-121-6/+10
|/ / / / / / /
* | | | | | | Fix crash with fonts containing illegal characters in family name.Eduard Braun2017-05-101-0/+6
* | | | | | | Fix for Wayland.Tavmjong Bah2017-05-101-2/+9
* | | | | | | Remove more unused stuff missed in last commit.Tavmjong Bah2017-05-101-13/+0
* | | | | | | Remove unused floatscreenissue variable and supporting code.Tavmjong Bah2017-05-102-36/+0
* | | | | | | Wayland fix.Tavmjong Bah2017-05-101-7/+25
* | | | | | | Use UTF8 encoding for output on windows console.Eduard Braun2017-05-102-11/+20
* | | | | | | cmake/Windows: convert all 'DESTINATION's to relative paths and allow easy cu...Eduard Braun2017-05-093-41/+43
* | | | | | | cmake: Don't include 'ConfigPaths.cmake' twiceEduard Braun2017-05-092-4/+1
* | | | | | | cmake: do not install static libraries on WindowsEduard Braun2017-05-082-5/+10
* | | | | | | cmake: Correctly use 'install(TARGETS ...)' instead of 'install(FILES ...)' f...Eduard Braun2017-05-083-44/+21
* | | | | | | Build an inkview.com as consoler wrapper around inkview.exe to allow for prin...Eduard Braun2017-05-082-1/+9
* | | | | | | Move gettext initialization to separate function and re-use it in inkview (lo...Eduard Braun2017-05-085-68/+188
|\ \ \ \ \ \ \
| * | | | | | | Inkview: Fix localizationEduard Braun2017-05-071-15/+12
| * | | | | | | Properly handle ENABLE_NLS defineEduard Braun2017-05-071-11/+8
| * | | | | | | Move functions for switching gettext charset to helper/gettext.hEduard Braun2017-05-073-7/+32
| * | | | | | | Move gettext initialization into separate function so it can be re-used (will...Eduard Braun2017-05-074-35/+136
| * | | | | | | Use glib to get the installation prefix on WindowsEduard Braun2017-05-071-6/+6
|/ / / / / / /
* | | | | | | Fix typo in POTFILES.inEduard Braun2017-05-081-1/+1
* | | | | | | Minor refactor: check setlocale() occurences and make sure we do not setlocal...Eduard Braun2017-05-073-7/+4
* | | | | | | Fix a bug on tapper stroke detected with Ede_123 on IRCJabiertxof2017-05-077-18/+8
* | | | | | | Disable LPE from icon files for faster load. Also added a desc in the LPE ico...Jabiertxof2017-05-073-5/+21
* | | | | | | Improvement to store default line width on join type and tapper stroke pointe...Jabiertxof2017-05-072-4/+18
* | | | | | | Reorder LPE enum to match definition in effect.cpp. also fix a bug pointed by...Jabiertxof2017-05-073-57/+64
* | | | | | | Add missing filesJabiertxof2017-05-062-0/+154
* | | | | | | Add improvement pointed in IRC by Ede_123 to allow defaultables parametes on ...Jabiertxof2017-05-064-6/+58
* | | | | | | Fix a compiling bug found by Ede_123 on IRCJabiertxof2017-05-061-1/+1