summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/grid.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-011-5/+5
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* New option to invert y-axisThomas Holder2018-09-121-3/+1
| | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-3/+3
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60694271Jabier Arraiza2018-05-091-11/+1
|
* Start migrating 0.92 patch to masterJabier Arraiza2018-05-091-1/+11
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+0
| | | | A lot of header clean-up.
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\ | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/ | | (bzr r14954.1.10)
* Extensions: Use underscored variants of parameters / attribute names in ↵Eduard Braun2016-06-111-5/+5
| | | | | | | | internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979)
* Replace two instances of getSVGUnit() by getDocumentScale().Tavmjong Bah2016-06-011-9/+4
| | | | | | Simplify writing of style string. Switch 'pt' to 'px'. (bzr r14938)
* Remove unused header file.Tavmjong Bah2015-12-091-1/+0
| | | (bzr r14522)
* updated with trunkMarc Jeanmougin2015-04-291-4/+0
|\ | | | | (bzr r13922.1.19)
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-271-2/+0
| | | | | | (bzr r13922.1.16)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
| | | | | | (bzr r13922.1.5)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-4/+3
|/ | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+3
| | | (bzr r13809)
* Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-1/+1
| | | | | | | 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)
* Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295.Jon A. Cruz2014-03-181-19/+16
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1293295 (bzr r13163)
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-0/+1
| | | (bzr r13132)
* Extensions->Render submenu. Scaling into document units for grid.cpp (Bug ↵Alvin Penner2014-02-101-5/+7
| | | | | 1240455) (bzr r13018)
* Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+3
| | | (bzr r12475.1.2)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
| | | (bzr r11027)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Extensions:Nicolas Dufour2011-03-301-1/+3
| | | | | | | | * New isometric grid. * All grids are now grouped in Render>Grids. Translations: * inkscape.pot update. (bzr r10135)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-2/+3
| | | (bzr r10067)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+7
|\ | | | | (bzr r9945.1.1)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-1/+3
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | (bzr r9546.1.2)
* | Extensions. Consistency fix and UI improvements (internal extensions and ↵Nicolas Dufour2010-09-101-5/+5
|/ | | | | filters). (bzr r9754)
* Extensions. Localized float values in SVG due to internal extensions, %f in ↵Nicolas Dufour2010-05-271-1/+3
| | | | | | | | printf (bug #586063) Fixed bugs: - https://launchpad.net/bugs/586063 (bzr r9456)
* Extensions. Fix Render>Grid extension (Bug #401567).Nicolas Dufour2010-04-211-18/+20
| | | | | | Fixed bugs: - https://launchpad.net/bugs/401567 (bzr r9361)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-6/+12
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Fix grid extensionKrzysztof Kosi??ski2010-04-031-12/+6
| | | (bzr r9281.1.10)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8408)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* release reprs properlybulia byak2008-09-201-0/+1
| | | (bzr r6855)