| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove duplicated build checks. | Elliott Sales de Andrade | 2017-06-15 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | Most of these #defines are not even checked anyway, though they could have the side-effect of failing configure before the build started. However, these checks are redundant due to other checks for the same thing: * concept_check.hpp was added to Boost in 1.19.0, released in 2000. I sincerely doubt anyone is using that version right now, but I added a minimum version to the find_package() call. In any case, no code actually checked the #define, so it wouldn't have built without it anyway. * FindBoehmGC puts gc.h on the compiler search path, so there's no need to try gc/gc.h also. * libintl.h is found by FindIntl. * unordered_set is part of the C++11 standard. * zlib.h is found by find_package(ZLIB). | ||||
| * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -49/+0 |
| | | | | (bzr r15046) | ||||
| * | Use C++11 unordered containers | Alex Valavanis | 2016-08-04 | 1 | -41/+5 |
| | | | | (bzr r15040) | ||||
| * | [Bug #1587311] Entering + into stroke width dialog crashes Inkscape. | rafael-g | 2016-06-05 | 1 | -2/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1587311 (bzr r14952) | ||||
| * | [Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD. | rafael-g | 2016-06-05 | 1 | -1/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1550178 (bzr r14951) | ||||
| * | Un-revert: Allow Unit object to do conversions, pipe Quality class method ↵ | Martin Owens | 2016-03-22 | 2 | -12/+30 |
| | | | | | | via that. (bzr r14739) | ||||
| * | Reverting 14701. | Tavmjong Bah | 2016-03-18 | 2 | -64/+14 |
| | | | | (bzr r14716.1.2) | ||||
| * | Add a units box to line height and wire in the style units, plus some cleanup | Martin Owens | 2016-03-12 | 2 | -14/+64 |
| | | | | (bzr r14701) | ||||
| * | Remove unused header file. | Tavmjong Bah | 2015-12-09 | 3 | -239/+0 |
| | | | | (bzr r14522) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+1 |
| | | | | (bzr r14126) | ||||
| * | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 2015-02-26 | 2 | -2/+2 |
| | | | | (bzr r13950) | ||||
| * | Collect util/ into a static library | Liam P. White | 2015-02-25 | 3 | -90/+10 |
| | | | | (bzr r13948) | ||||
| * | Isolate components of libgc | Liam P. White | 2015-02-25 | 2 | -2/+2 |
| | | | | (bzr r13946) | ||||
| * | Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to ↵ | Tavmjong Bah | 2014-11-25 | 1 | -0/+3 |
| | | | | | | match handling of 'ft'. (bzr r13758) | ||||
| * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 2 | -0/+27 |
| | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | ||||
| * | units: remove a remnant from old code. There should be only one UnitTable ↵ | Johan B. C. Engelen | 2014-11-19 | 1 | -1/+0 |
| | | | | | | instantiated. (bzr r13737) | ||||
| * | Fix grid jumping (bug #1342238). | Matthew Petroff | 2014-08-17 | 1 | -1/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1342238 (bzr r13522) | ||||
| * | Update CMake Files | Campbell Barton | 2014-04-27 | 1 | -0/+2 |
| | | | | (bzr r13313) | ||||
| * | fix cmake build errors for changes in 2geom | Johan B. C. Engelen | 2014-04-04 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1283174 (bzr r13267) | ||||
| * | Fix for Bug #1301869 (util/signal-blocker.h not included in tarbal) by Ryan ↵ | ryanlerch | 2014-04-03 | 1 | -0/+1 |
| | | | | | | | | | Lerch. Fixed bugs: - https://launchpad.net/bugs/1301869 (bzr r13255) | ||||
| * | End support for obsolete GNU hash. Supported either natively, through TR1 or ↵ | Alex Valavanis | 2014-03-30 | 1 | -31/+0 |
| | | | | | | | | | Boost now Fixed bugs: - https://launchpad.net/bugs/1269346 (bzr r13231) | ||||
| * | Reconnect correctly as documents are replaced. | Jon A. Cruz | 2014-03-08 | 1 | -0/+70 |
| | | | | | | Removed hardcoding to only a single panel. (bzr r13127) | ||||
| * | Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵ | Martin Owens | 2014-02-26 | 3 | -0/+3600 |
| | | | | | | ziptool to utils. (bzr r13047.1.5) | ||||
| * | inspired by r13052, fix up the code to hopefully work when someone has ↵ | Johan B. C. Engelen | 2014-02-24 | 2 | -4/+17 |
| | | | | | | | | | different units for height and width of the page. Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13053) | ||||
| * | fix warnings on compilers that provide unordered_set | Alex Valavanis | 2014-01-14 | 1 | -1/+17 |
| | | | | (bzr r12929) | ||||
| * | saving units is not implemented yet, and noone should call the save method | Johan B. C. Engelen | 2013-10-29 | 2 | -5/+6 |
| | | | | (bzr r12750) | ||||
| * | "fix" some "unused parameter" warnings | Kris De Gussem | 2013-10-29 | 1 | -3/+3 |
| | | | | (bzr r12746) | ||||
| * | unit display: fix typo | Johan B. C. Engelen | 2013-10-28 | 1 | -1/+1 |
| | | | | (bzr r12741) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 4 | -53/+57 |
| | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | ||||
| * | Rewrite the internals of the unit code for somewhat better performance | Krzysztof Kosi??ski | 2013-10-05 | 3 | -169/+248 |
| | | | | (bzr r12661) | ||||
| * | units: Catch FileError if no units.xml is in /usr/local/... | Bryce Harrington | 2013-09-22 | 1 | -0/+3 |
| | | | | | | | | | | | Reproducible by building and running inkscape in-tree, without installation. #10 0x0000000000aa6873 in Inkscape::Util::UnitTable::UnitTable (this=0x11f75e0) at util/units.cpp:195 filename = 0x121e8f0 "/usr/local/share/inkscape/ui/units.xml" (bzr r12571) | ||||
| * | Comment clean up. | Matthew Petroff | 2013-09-16 | 3 | -25/+22 |
| | | | | (bzr r12475.1.27) | ||||
| * | Add exponent to expression evaluator. | Matthew Petroff | 2013-09-16 | 2 | -13/+32 |
| | | | | (bzr r12475.1.25) | ||||
| * | C++ify expression evaluator. | Matthew Petroff | 2013-09-16 | 3 | -416/+318 |
| | | | | (bzr r12475.1.23) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-12 | 1 | -2/+3 |
| |\ | | | | | (bzr r12475.1.16) | ||||
| | * | Fix grids with comma as decimal separator [Bug #1216306]. | Matthew Petroff | 2013-09-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1216306 (bzr r12498) | ||||
| * | | Added Quantity comparison functions. | Matthew Petroff | 2013-08-28 | 2 | -0/+26 |
| | | | | | | | (bzr r12475.1.7) | ||||
| * | | Use enum names instead of numbers. | Matthew Petroff | 2013-08-28 | 2 | -21/+21 |
| | | | | | | | (bzr r12475.1.6) | ||||
| * | | Use real world units for page sizes. | Matthew Petroff | 2013-08-25 | 2 | -0/+34 |
| |/ | | | (bzr r12475.1.1) | ||||
| * | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 3 | -9/+6 |
| | | | | (bzr r12380.1.62) | ||||
| * | Cleanup. | Matthew Petroff | 2013-07-30 | 2 | -10/+12 |
| | | | | (bzr r12380.1.52) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-07-30 | 2 | -157/+65 |
| |\ | | | | | (bzr r12380.1.51) | ||||
| | * | Remove unnecessary variable from the GMarkup-based unit parser | Krzysztof Kosi??ski | 2013-07-24 | 1 | -8/+6 |
| | | | | | | | (bzr r12439) | ||||
| | * | Remove the "simple SAX" parser. Replace its only use (loading of unit | Krzysztof Kosi??ski | 2013-07-24 | 2 | -156/+67 |
| | | | | | | | | | | | definitions in util/units.cpp) with Glib::Markup (bzr r12438) | ||||
| * | | Update unit extraction regular expressions. | Matthew Petroff | 2013-07-30 | 1 | -2/+2 |
| | | | | | | | (bzr r12380.1.50) | ||||
| * | | Removed SPMetric. | Matthew Petroff | 2013-07-22 | 2 | -23/+0 |
| | | | | | | | (bzr r12380.1.49) | ||||
| * | | Add string output functions for units. | Matthew Petroff | 2013-07-20 | 2 | -0/+16 |
| | | | | | | | (bzr r12380.1.46) | ||||
| * | | Added percentage support to "Inkscape::Util::Quantity::convert". | Matthew Petroff | 2013-07-20 | 1 | -0/+5 |
| | | | | | | | (bzr r12380.1.43) | ||||
| * | | Switch unit functions from using pointer arguements to reference arguements. | Matthew Petroff | 2013-07-18 | 2 | -52/+62 |
| | | | | | | | (bzr r12380.1.28) | ||||
| * | | Added more more convientent unit functions. | Matthew Petroff | 2013-07-18 | 2 | -1/+21 |
| | | | | | | | (bzr r12380.1.27) | ||||
