summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/grid.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/
* Extensions: Use underscored variants of parameters / attribute names in inter...Eduard Braun2016-06-111-5/+5
* Replace two instances of getSVGUnit() by getDocumentScale().Tavmjong Bah2016-06-011-9/+4
* Remove unused header file.Tavmjong Bah2015-12-091-1/+0
* updated with trunkMarc Jeanmougin2015-04-291-4/+0
|\
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* | removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-271-2/+0
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-4/+3
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+3
* Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-241-1/+1
* Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295.Jon A. Cruz2014-03-181-19/+16
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-0/+1
* Extensions->Render submenu. Scaling into document units for grid.cpp (Bug 124...Alvin Penner2014-02-101-5/+7
* Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+3
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+2
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
* Extensions:Nicolas Dufour2011-03-301-1/+3
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-2/+3
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+7
|\
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-1/+3
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
* | Extensions. Consistency fix and UI improvements (internal extensions and filt...Nicolas Dufour2010-09-101-5/+5
|/
* Extensions. Localized float values in SVG due to internal extensions, %f in p...Nicolas Dufour2010-05-271-1/+3
* Extensions. Fix Render>Grid extension (Bug #401567).Nicolas Dufour2010-04-211-18/+20
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-6/+12
* Fix grid extensionKrzysztof Kosi??ski2010-04-031-12/+6
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* Merge from fe-movedTed Gould2008-11-211-1/+1
* Merging from trunkTed Gould2008-10-111-2/+2
* release reprs properlybulia byak2008-09-201-0/+1
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-11/+10
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
* Warning cleanupJon A. Cruz2007-11-101-6/+6
* r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould2007-10-301-2/+2
* r15481@tres: ted | 2007-05-22 09:56:22 -0700Ted Gould2007-06-271-1/+1
* r15480@tres: ted | 2007-05-20 23:51:34 -0700Ted Gould2007-06-271-2/+2
* extend the range of spacingsbulia byak2007-03-131-4/+4
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-1/+4
* switch to using SVG::PathString for building pathsMenTaLguY2007-01-241-12/+5
* refactor grid extension to reduce amount of redundant codeMenTaLguY2007-01-221-63/+44
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-211-1/+2