summaryrefslogtreecommitdiffstats
path: root/src/object/sp-namedview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-1/+1
|
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-1/+1
| | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* Add preference for default global snapping and make it falseMartin Owens2018-09-271-1/+3
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-38/+38
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Add global guide controls to guides panelGeoff Lankow2018-05-041-0/+7
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+1188
A lot of header clean-up.