summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/grid.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz1-5/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-12New option to invert y-axisThomas Holder1-3/+1
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-05-09fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60694271Jabier Arraiza1-11/+1
2018-05-09Start migrating 0.92 patch to masterJabier Arraiza1-1/+11
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+0
2017-11-07Misc. typosUnknown1-1/+1
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
2016-06-11Extensions: Use underscored variants of parameters / attribute names in inter...Eduard Braun1-5/+5
2016-06-01Replace two instances of getSVGUnit() by getDocumentScale().Tavmjong Bah1-9/+4
2015-12-09Remove unused header file.Tavmjong Bah1-1/+0
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2015-04-27removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin1-2/+0
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-1/+1
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-4/+3
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+3
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-1/+1
2014-03-18Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295.Jon A. Cruz1-19/+16
2014-03-09Remove unused includes to tidy up the code.Martin Owens1-0/+1
2014-02-10Extensions->Render submenu. Scaling into document units for grid.cpp (Bug 124...Alvin Penner1-5/+7
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-2/+3
2013-06-07Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz1-0/+4
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
2011-03-30Extensions:Nicolas Dufour1-1/+3
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-2/+3
2010-09-10Extensions. Consistency fix and UI improvements (internal extensions and filt...Nicolas Dufour1-5/+5
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-1/+3
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-05-27Extensions. Localized float values in SVG due to internal extensions, %f in p...Nicolas Dufour1-1/+3
2010-04-21Extensions. Fix Render>Grid extension (Bug #401567).Nicolas Dufour1-18/+20
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-6/+12
2010-04-03Fix grid extensionKrzysztof Kosi??ski1-12/+6
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-20release reprs properlybulia byak1-0/+1
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-11/+10
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-1/+1
2007-11-10Warning cleanupJon A. Cruz1-6/+6