summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/knot-properties.cpp (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-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-6/+6
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-6/+6
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-1/+1
2017-07-09Update GtkDialog usageAlexander Valavanis1-1/+1
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-2/+4
2017-06-29knot-properties: Use Gtk::GridAlexander Valavanis1-9/+9
2016-12-27Rm more deprecated Gtk::StockAlex Valavanis1-4/+8
(bzr r15367)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-10/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+10
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-10/+1
(bzr r15025)
2016-07-18[Bug #1524838] Disambiguate sigc::ptr_fun to fix C++14 compilation.Alex Henrie1-1/+1
(bzr r15016.1.1)
2016-02-07Add knot position dialog to meassure with Shift+ClickJabier Arraiza Cenoz1-47/+49
(bzr r14636)
2015-05-20Use sane constant for min and max values in LPE dialogsBen Scholzen 'DASPRiD1-2/+3
(bzr r14163.1.2)
2015-05-20Fix locale number handling on powerstroke dialogBen Scholzen 'DASPRiD1-8/+11
(bzr r14163.1.1)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-11-01Warning cleanup.Jon A. Cruz1-1/+1
(bzr r13653)
2014-09-27Update to experimental r13565Liam P. White1-0/+211
(bzr r13341.5.16)
2014-03-07Start cleanup for merge into trunkLiam P. White1-0/+8
(bzr r13090.1.20)
2014-03-02Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White1-0/+203
(bzr r13090.1.1)