summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile_insert (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-49/+0
(bzr r15046)
2015-12-09Remove unused header file.Tavmjong Bah1-1/+0
(bzr r14522)
2015-02-25Collect util/ into a static libraryLiam P. White1-4/+8
(bzr r13948)
2014-04-03Fix for Bug #1301869 (util/signal-blocker.h not included in tarbal) by Ryan ↵ryanlerch1-0/+1
Lerch. Fixed bugs: - https://launchpad.net/bugs/1301869 (bzr r13255)
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens1-0/+2
ziptool to utils. (bzr r13047.1.5)
2011-04-13add expression evaluator for spinbox input boxes. also knows a little about ↵Johan B. C. Engelen1-0/+2
units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162)
2010-12-18Simple tracking of time to display dialogs and main window.Jon A. Cruz1-0/+2
(bzr r9966)
2010-03-26Adding in accumulators. We need them too.Ted Gould1-0/+1
(bzr r9235)
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski1-1/+8
Also remove the obsolete IDL file stub. (bzr r9194)
2010-03-04Clean up the unordered containers fix.Krzysztof Kosi??ski1-2/+2
(bzr r9142)
2010-03-04Fixing build breakage with more proper autoconf usage.Jon A. Cruz1-0/+1
(bzr r9138)
2010-01-07Added UXManager. Cleaning up toolbox creation.Jon A. Cruz1-0/+2
(bzr r8951)
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+2
rather than for every subdirectory. (bzr r7336)
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski1-13/+1
(bzr r7040)
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski1-18/+11
utest-based tests. (bzr r6976)
2008-08-02Enable exception handling for CxxTest in MakefilesJasper van de Gronde1-1/+1
(bzr r6524)
2008-07-17The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde1-0/+22
has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335)
2007-12-02Fix compile. Don't #include .cpp files!Johan B. C. Engelen1-0/+1
(bzr r4157)
2007-07-14Filter effects:Nicholas Bishop1-0/+1
* As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h * Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes (bzr r3241)
2007-02-11jasper's patch for fast iir blurbulia byak1-0/+1
(bzr r2356)
2006-04-29added refcount logging to GC::Anchored and shared string printf in utilMenTaLguY1-0/+1
(bzr r614)
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY1-2/+2
(bzr r87)