summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/grid-arrange-tab.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate clang warningsThomas Holder2019-08-231-1/+1
| | | | | | | | | | -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
* Make doc2dt a document propertyThomas Holder2019-07-271-1/+1
| | | | Closes #340
* Tidy various dialog UIsNathan Lee2019-04-021-0/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-2/+1
|
* Clarify licensesMax Gaukler2018-11-081-17/+18
| | | | | | - 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
* fix "Arrange" dialog with inverted y-axisThomas Holder2018-09-231-3/+2
|
* 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-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* First batchMarc Jeanmougin2017-10-011-6/+4
|
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
|
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-1/+2
|
* Use Gtk orientable widgetsAlexander Valavanis2017-06-291-0/+4
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-1/+0
|
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-161/+160
| | | (bzr r15368)
* Merged trunkAdrian Boguszewski2016-08-091-18/+2
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-18/+2
| |\ | | | | | | (bzr r15038)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-19/+1
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-4/+0
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+0
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+4
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+0
| |/ | | | | (bzr r15025)
* | Added items as a range functionAdrian Boguszewski2016-07-031-7/+13
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-6/+6
|/ | | (bzr r14954.1.10)
* static code analysisKris De Gussem2015-12-071-1/+1
| | | (bzr r14510)
* static code analysisKris De Gussem2015-11-131-3/+3
| | | (bzr r14463)
* Why would anyone make a sorting function that is not antisymmetric ? That ↵Marc Jeanmougin2015-08-301-9/+3
| | | | | | | | makes std::sort crash, and makes me sad. Fixed bugs: - https://launchpad.net/bugs/1490196 (bzr r14334)
* fix "arrange" tool (typo)Marc Jeanmougin2015-07-131-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1473711 (bzr r14244)
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+0
| | | (bzr r14126)
* more cast cleanupMarc Jeanmougin2015-02-271-1/+1
| | | (bzr r13922.1.11)
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | (bzr r13922.1.10)
* added a set to the SelectionMarc Jeanmougin2015-02-191-17/+11
| | | (bzr r13922.1.6)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-11/+10
| | | (bzr r13922.1.5)
* Just...mc2015-02-181-24/+30
| | | | | | | some... more... lines... (bzr r13922.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
| | | (bzr r13809)
* 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
| | | | | disallow pointers to Application (bzr r13341.5.9)
* 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-1/+1
| | | | | members, simplify signals (bzr r13341.5.6)
* 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-12/+0
| | | (bzr r13341.5.3)
* 2. connect signalsLiam P. White2014-06-251-1/+2
| | | (bzr r13341.5.2)
* i18n. Fix for bug #1318345 (untranslatable strings in trunk-r13348).Nicolas Dufour2014-05-111-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1318345 (bzr r13352)
* Get pollar tiling working agains with trunkMartin Owens2014-03-271-1/+6
| | | (bzr r11073.1.37)
* Commit a merge to trunk, with probabal errorsMartin Owens2014-03-271-17/+35
| | | (bzr r11073.1.36)
* Renamed files to better match coding conventionsDenis Declara2012-05-091-0/+786
(bzr r11073.1.31)