summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/clonetiler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+8
| | | | A lot of header clean-up.
* CloneTiler: Replace all remaining g_signal usageAlex Valavanis2016-08-121-39/+48
| | | (bzr r15055)
* CloneTiler: Further C++ificationAlex Valavanis2016-08-111-1/+1
| | | (bzr r15053)
* CloneTiler: Further C++ificationAlex Valavanis2016-08-111-8/+9
| | | (bzr r15052)
* CloneTiler: Further C++ificationAlex Valavanis2016-08-101-29/+36
| | | (bzr r15051)
* CloneTiler: C++ifyAlex Valavanis2016-08-101-6/+12
| | | (bzr r15050)
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-5/+0
| | | (bzr r15023.2.7)
* Open trace dialog on click on pick toogleJabier Arraiza Cenoz2015-10-301-1/+3
| | | (bzr r14422.1.30)
* Update to experimental r13527Liam P. White2014-08-301-1/+0
|\ | | | | (bzr r13341.5.15)
* | 2. connect signalsLiam P. White2014-06-251-2/+3
|/ | | (bzr r13341.5.2)
* Ported "ui/dialog/clonetiler.*".Matthew Petroff2013-07-181-2/+18
| | | (bzr r12380.1.23)
* Header cleanupAlex Valavanis2013-03-291-1/+0
| | | (bzr r12258)
* Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith2012-03-241-0/+183
(bzr r11125)