summaryrefslogtreecommitdiffstats
path: root/src/extension/plugins/grid2/grid.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2016-04-16Added an example plugin.Moritz Eberl1-1/+13
(bzr r14761.1.8)
2011-10-04More forward.h purging.Jon A. Cruz1-1/+4
(bzr r10665)
2007-10-30r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould1-2/+2
Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from having to know if the document has changed, and keep track of that. This allows them to optimize their performance when doing things like live effects. (bzr r3977)
2007-06-27r15481@tres: ted | 2007-05-22 09:56:22 -0700Ted Gould1-1/+1
Switching to sigc::signal so it actually works. (bzr r3126)
2007-06-27r15480@tres: ted | 2007-05-20 23:51:34 -0700Ted Gould1-1/+1
The basics are all working, no call back from the preferences yet. That's the next step. But the dialogs appear correctly, and it works in the background. (bzr r3125)