summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/knot-properties.cpp (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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-6/+6
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-6/+6
|
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
|
* Update GtkDialog usageAlexander Valavanis2017-07-091-1/+1
|
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-2/+4
|
* knot-properties: Use Gtk::GridAlexander Valavanis2017-06-291-9/+9
|
* Rm more deprecated Gtk::StockAlex Valavanis2016-12-271-4/+8
| | | (bzr r15367)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-10/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+10
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-10/+1
| | | (bzr r15025)
* [Bug #1524838] Disambiguate sigc::ptr_fun to fix C++14 compilation.Alex Henrie2016-07-181-1/+1
| | | (bzr r15016.1.1)
* Add knot position dialog to meassure with Shift+ClickJabier Arraiza Cenoz2016-02-071-0/+213
(bzr r14636)