| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | Inkview: Some more refactoring | Eduard Braun | 2017-05-14 | 3 | -15/+15 | |
| | * | | | | | | | Inkview: Refactoring - move SPSlideShow to separate source file | Eduard Braun | 2017-05-14 | 4 | -325/+398 | |
| | * | | | | | | | Inkview: Title was not updated when using controls in control window. | Eduard Braun | 2017-05-13 | 1 | -1/+1 | |
| | * | | | | | | | Inkview: Show number of current slide and total number of slides in title | Eduard Braun | 2017-05-13 | 1 | -1/+6 | |
| | * | | | | | | | Inkview: Print warning if a file failed to load. | Eduard Braun | 2017-05-13 | 1 | -3/+3 | |
| | * | | | | | | | Inkview: Support folders as input. | Eduard Braun | 2017-05-13 | 1 | -9/+24 | |
| | * | | | | | | | Inkview: Put checking for valid files in separate function | Eduard Braun | 2017-05-13 | 1 | -17/+24 | |
| | * | | | | | | | Inkview: Print error in correct encoding. | Eduard Braun | 2017-05-13 | 1 | -7/+5 | |
| | * | | | | | | | Inkview: Fix loading files with non-ASCII characters in filename | Eduard Braun | 2017-05-13 | 1 | -5/+4 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Fix build warning | Eduard Braun | 2017-05-12 | 1 | -1/+1 | |
| * | | | | | | | Fix a bug pointed by suv in IRC about simple mode of rotate copies with origi... | Jabier Arraiza Cenoz | 2017-05-12 | 1 | -1/+5 | |
| * | | | | | | | Inkview: Fix translation of help output as well as encoding on Windows | Eduard Braun | 2017-05-12 | 1 | -15/+25 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Inkview: minor cleanup | Eduard Braun | 2017-05-12 | 1 | -9/+1 | |
| | * | | | | | | | Inkview: Fix encoding of console output on Windows | Eduard Braun | 2017-05-12 | 1 | -1/+15 | |
| | * | | | | | | | Inkview: Fix gettext localization | Eduard Braun | 2017-05-12 | 1 | -6/+10 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Fix crash with fonts containing illegal characters in family name. | Eduard Braun | 2017-05-10 | 1 | -0/+6 | |
| * | | | | | | | Fix for Wayland. | Tavmjong Bah | 2017-05-10 | 1 | -2/+9 | |
| * | | | | | | | Remove more unused stuff missed in last commit. | Tavmjong Bah | 2017-05-10 | 1 | -13/+0 | |
| * | | | | | | | Remove unused floatscreenissue variable and supporting code. | Tavmjong Bah | 2017-05-10 | 2 | -36/+0 | |
| * | | | | | | | Wayland fix. | Tavmjong Bah | 2017-05-10 | 1 | -7/+25 | |
| * | | | | | | | Use UTF8 encoding for output on windows console. | Eduard Braun | 2017-05-10 | 2 | -11/+20 | |
| * | | | | | | | cmake/Windows: convert all 'DESTINATION's to relative paths and allow easy cu... | Eduard Braun | 2017-05-09 | 3 | -41/+43 | |
| * | | | | | | | cmake: Don't include 'ConfigPaths.cmake' twice | Eduard Braun | 2017-05-09 | 2 | -4/+1 | |
| * | | | | | | | cmake: do not install static libraries on Windows | Eduard Braun | 2017-05-08 | 2 | -5/+10 | |
| * | | | | | | | cmake: Correctly use 'install(TARGETS ...)' instead of 'install(FILES ...)' f... | Eduard Braun | 2017-05-08 | 3 | -44/+21 | |
| * | | | | | | | Build an inkview.com as consoler wrapper around inkview.exe to allow for prin... | Eduard Braun | 2017-05-08 | 2 | -1/+9 | |
| * | | | | | | | Move gettext initialization to separate function and re-use it in inkview (lo... | Eduard Braun | 2017-05-08 | 5 | -68/+188 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Inkview: Fix localization | Eduard Braun | 2017-05-07 | 1 | -15/+12 | |
| | * | | | | | | | Properly handle ENABLE_NLS define | Eduard Braun | 2017-05-07 | 1 | -11/+8 | |
| | * | | | | | | | Move functions for switching gettext charset to helper/gettext.h | Eduard Braun | 2017-05-07 | 3 | -7/+32 | |
| | * | | | | | | | Move gettext initialization into separate function so it can be re-used (will... | Eduard Braun | 2017-05-07 | 4 | -35/+136 | |
| | * | | | | | | | Use glib to get the installation prefix on Windows | Eduard Braun | 2017-05-07 | 1 | -6/+6 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Fix typo in POTFILES.in | Eduard Braun | 2017-05-08 | 1 | -1/+1 | |
| * | | | | | | | Minor refactor: check setlocale() occurences and make sure we do not setlocal... | Eduard Braun | 2017-05-07 | 3 | -7/+4 | |
| * | | | | | | | Fix a bug on tapper stroke detected with Ede_123 on IRC | Jabiertxof | 2017-05-07 | 7 | -18/+8 | |
| * | | | | | | | Disable LPE from icon files for faster load. Also added a desc in the LPE ico... | Jabiertxof | 2017-05-07 | 3 | -5/+21 | |
| * | | | | | | | Improvement to store default line width on join type and tapper stroke pointe... | Jabiertxof | 2017-05-07 | 2 | -4/+18 | |
| * | | | | | | | Reorder LPE enum to match definition in effect.cpp. also fix a bug pointed by... | Jabiertxof | 2017-05-07 | 3 | -57/+64 | |
| * | | | | | | | Add missing files | Jabiertxof | 2017-05-06 | 2 | -0/+154 | |
| * | | | | | | | Add improvement pointed in IRC by Ede_123 to allow defaultables parametes on ... | Jabiertxof | 2017-05-06 | 4 | -6/+58 | |
| * | | | | | | | Fix a compiling bug found by Ede_123 on IRC | Jabiertxof | 2017-05-06 | 1 | -1/+1 | |
| * | | | | | | | Merge pathVectorSatellites | Jabiertxof | 2017-05-06 | 20 | -1612/+1974 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Pre merge fixing | Jabiertxof | 2017-05-06 | 5 | -30/+51 | |
| | * | | | | | | | Updating code to trunk | Jabiertxof | 2017-05-06 | 4 | -50/+3 | |
| | * | | | | | | | Update to trunk | Jabiertxof | 2017-05-05 | 7 | -5/+19 | |
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | LPE widget refactor. Improvement to not update on same value | Jabiertxof | 2017-05-05 | 7 | -5/+19 | |
| | * | | | | | | | Update to trunk | Jabier Arraiza Cenoz | 2017-05-05 | 185 | -12948/+13634 | |
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | merge lpeUpdDefaultParams | Jabier Arraiza Cenoz | 2017-05-05 | 36 | -136/+358 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Update to trunk | Jabier Arraiza Cenoz | 2017-05-05 | 21 | -50/+152 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Remove couts | Jabiertxof | 2017-05-01 | 1 | -1/+0 | |
