summaryrefslogtreecommitdiffstats
path: root/src/object/sp-namedview.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Patrick improvements to verbs toggle menu itemsJabiertxof2019-07-291-1/+1
|
* Rescue code for restoring last used window geometryPatrick Storz2019-02-201-0/+1
| | | | | | | | | It was accidentally dropped in 8b1840f9507f10911f63fc00b9885354ead99d53 Also show window *after* setting position/size. This gives the window manager the chance to move an off-screen window back into the visible desktop bounds (e.g. after a monitor was disconnected).
* 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
* SPAttributeEnum typed function argumentsThomas Holder2018-10-061-1/+1
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-7/+7
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Add global guide controls to guides panelGeoff Lankow2018-05-041-0/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-0/+143
A lot of header clean-up.