index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CMakeScripts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for cmake installing libs, using a subfolder for clarity when installing ...
Marc Jeanmougin
2016-05-02
1
-1
/
+4
*
Merge ~meberl/inkscape/extension-fixes + CMake build: install libs and links ...
Marc Jeanmougin
2016-05-02
1
-0
/
+1
*
OS X Xcode clang 7.0.2 compile fix
Stefan Zellmann
2016-04-17
1
-0
/
+2
*
Merge
Moritz Eberl
2016-04-16
1
-0
/
+11
|
\
|
*
CXX flags dedup on CMake builds
Shlomi Fish
2016-04-16
1
-0
/
+11
*
|
merge and fixed build
Moritz Eberl
2016-04-16
3
-38
/
+35
|
\
|
|
*
CMake build: builds with WITH_DBUS
Marc Jeanmougin
2016-04-16
2
-6
/
+7
|
*
CMake: Disable broken pseudo-option for GTKSPELL - determined automatically b...
Alex Valavanis
2016-04-16
1
-2
/
+2
|
*
Fix c++11 flag when required on non-debian-based systems
Shlomi Fish
2016-04-14
2
-2
/
+7
|
*
Fix CMake caching issue with GtkSpell
Marc Jeanmougin
2016-04-13
1
-17
/
+11
*
|
Added an example plugin.
Moritz Eberl
2016-04-16
1
-0
/
+3
*
|
Added Sebastian Faubels CMake changes for the windows build.
Moritz Eberl
2016-04-16
2
-2
/
+70
*
|
Merge and fixed CMake build
Moritz Eberl
2016-04-13
3
-603
/
+6
|
\
|
|
*
Fix cmake build
Marc Jeanmougin
2016-04-13
1
-597
/
+0
|
*
Should compile inkscape-version.cpp in out of tree builds
Marc Jeanmougin
2016-04-13
1
-1
/
+1
|
*
Fix some cmake caching issue preventing to switch between gtk{2,3} builds
Marc Jeanmougin
2016-04-12
1
-4
/
+4
|
/
*
Fixed FIXMEs in Cmake build (set flags when needed)
Marc Jeanmougin
2016-04-12
1
-85
/
+55
*
Bump version to gtk 3.8 of later
Martin Owens
2016-04-12
1
-5
/
+5
*
regenerates inkscape-version when revno changes ; Translates inkscape.desktop...
Marc Jeanmougin
2016-04-12
2
-16
/
+11
*
cmake: Add sigc++ support
Bryce Harrington
2016-02-27
3
-1
/
+37
*
inkview: Drop use of obsolete getopt
Bryce Harrington
2016-02-25
1
-1
/
+0
*
cmake: Drop Java support
Bryce Harrington
2016-01-19
2
-15
/
+0
*
cmake: Add cleanup targets clean-cmake-files and clean-all
Bryce Harrington
2016-01-17
1
-0
/
+17
*
cmake: Fix installation directories for man pages
Bryce Harrington
2016-01-17
1
-1
/
+1
*
cmake: Fix code style for consistency
Bryce Harrington
2016-01-17
9
-434
/
+417
*
cmake: Cleanup comments a bit
Bryce Harrington
2016-01-17
4
-35
/
+12
*
cmake: Move pod2man macro into its own module
Bryce Harrington
2016-01-16
1
-0
/
+54
*
cmake: Move join() to helper functions module
Bryce Harrington
2016-01-16
1
-0
/
+15
*
Update CMake for poppler >= 0.20.0 dependency
Alex Valavanis
2016-01-11
2
-19
/
+3
*
Revert Pango/Harfbuzz fixes. Needs work
Alex Valavanis
2015-12-27
1
-3
/
+0
*
Apply Tav/suv patch to replace Pango OT functions with Harfbuzz
Alex Valavanis
2015-12-27
1
-0
/
+3
*
Add warning about missing Potrace to CMake build
Alex Valavanis
2015-11-21
1
-0
/
+3
*
Fix CMake build
Alex Valavanis
2015-11-12
1
-3
/
+7
*
Update cmake Potrace module to match style of others
Alex Valavanis
2015-11-12
2
-34
/
+60
*
Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQ
Alex Valavanis
2015-11-09
2
-0
/
+40
*
add gtk3 experimental support in CMake
Shlomi Fish
2015-10-26
1
-48
/
+100
*
cmake: make JPEG optional; fix using it (if found)
su_v
2015-09-02
1
-7
/
+6
*
remove unneccessary include from r14304
houz
2015-09-02
1
-0
/
+0
*
Added translations to the cmake build (1451236)
houz
2015-08-16
4
-2
/
+253
*
cmake: Ignore test harness and old build system files in consistency checks
Bryce Harrington
2015-06-06
1
-0
/
+3
*
cmake: Drop unrecognized 'encoding' option to open()
Bryce Harrington
2015-06-06
1
-1
/
+1
*
cmake: fix OpenMP detection and defines (inkscape uses 'HAVE_OPENMP')
su_v
2015-05-09
1
-1
/
+3
*
cmake: add configuration option for OpenMP
su_v
2015-05-09
1
-12
/
+15
*
cmake: Bring cmake installation in line with autotools (bug #1451481)
houz
2015-05-08
1
-1
/
+7
*
cmake: shorter linker list (remove duplicates)
houz
2015-05-04
1
-0
/
+2
*
cmake: fix copy&paste error in LibCDR check
houz
2015-05-04
1
-2
/
+2
*
cmake: fix WITH_GTKSPELL configuration option
Ken Moffat
2015-05-04
1
-1
/
+2
*
cmake: add configuration option for ImageMagick
su_v
2015-05-04
1
-10
/
+16
*
Added base unit test source utilizing Google Test and corresponding CMake sup...
Jon A. Cruz
2015-05-03
1
-0
/
+8
*
cmake: move Intl check to 'Files we include' section
su_v
2015-05-03
1
-5
/
+5
[next]