summaryrefslogtreecommitdiffstats
path: root/src/selection-describer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-01Avoid implicit charset conversion when using stream output operatorPatrick Storz1-1/+1
Throws `Glib::ConvertError`s when the current locale does not have the character in question and we need UTF-8 strings for the UI anyway. Fixes https://gitlab.com/inkscape/inkscape/issues/365
2019-04-27Fixing coding styleJabier Arraiza1-1/+1
2019-04-27Fixes some crashes when selector is * and allow select multiple tagsJabier Arraiza1-0/+3
2019-01-02modernize loopsMarc Jeanmougin1-6/+3
2018-12-03Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot1-2/+4
There are many places which still use this stack unmanaged (using desktop->getMessageStack()) but those are all leaf calls which make use of the stack and never store it anywhere, so this is fine.
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-3/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
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-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-9/+13
A lot of header clean-up.
2017-12-30Cleanup comments and unused functionsJabier Arraiza1-13/+0
2017-12-29Fix message probles on boolops and for example when moving or transforming a ↵Jabiertxo Arraiza Cenoz1-1/+4
selection no message
2017-10-01First batchMarc Jeanmougin1-10/+9
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-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
(bzr r14954.1.10)
2015-10-29static code analysisKris De Gussem1-3/+3
(bzr r14436)
2015-03-06Fix for Bug #1428967 (Inkscape0.91 crashes under interface using ↵Nicolas Dufour1-2/+2
Chinese/Taiwan(zh-tw)). Fixed bugs: - https://launchpad.net/bugs/1428967 (bzr r13968)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-4/+4
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-7/+7
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-17/+17
change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-28/+49
(bzr r13700)
2014-05-14i18n. Fix for Bug #1318929 (untranslatable string in trunk-r13370).Nicolas Dufour1-3/+21
Translations. PO template update. Translations. French translation update. (bzr r13374)
2013-10-31Partially fix crashes when entering a group with deleted idKrzysztof Kosi??ski1-4/+9
(bzr r12754)
2013-10-26Added some consts.Markus Engel1-1/+1
(bzr r12729)
2013-09-24change names for displayName and detailedDescription, improve char code and ↵Martin Owens1-13/+14
remove const. (bzr r12584)
2013-09-21Fix format security errorsAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-88/+20
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
2013-08-03reduce variable scopeJohan B. C. Engelen1-2/+1
(bzr r12464)
2013-07-04Code readability improvements and licence changes for action-context.*Eric Greveson1-2/+2
based on merge request code review and feedback (bzr r12387.1.7)
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-2/+3
Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
2013-06-17Fix my own mis-credit and some symbols labelsMartin Owens1-1/+1
(bzr r12380)
2013-06-16Fix layer selection so defs don't change layers, updated symbol text.Martin Owens1-0/+8
(bzr r12379)
2013-06-11Fix bug where symbols weren't identified as suchMartin Owens1-2/+5
Fixed bugs: - https://launchpad.net/bugs/1179224 (bzr r12366)
2013-04-29Fixed logic error confusing bitwise and with logical and.Jon A. Cruz1-1/+1
Whitespace cleanup to make the issue easier to spot. (bzr r12311)
2013-04-05Merged Item.Markus Engel1-1/+1
(bzr r11608.1.81)
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-22/+66
(bzr r11608.1.72)
2012-10-11Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah1-1/+6
(bzr r11782)
2012-10-04code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton1-3/+3
they are not used elsewhere. (bzr r11735)
2012-08-15i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).Nicolas Dufour1-1/+1
Translations. inkscape.pot and French translation update. (bzr r11606)
2012-05-17Fixed warning with printf format. Also corrected inproper type that resulted ↵Jon A. Cruz1-12/+15
in the use of C-style const casts. (bzr r11372)
2012-05-15minor fix for translationsKris De Gussem1-1/+1
(bzr r11366)
2012-05-11UI. Filtered objects count (patch by David Mathog).Nicolas Dufour1-1/+26
Translations. Inkscape.pot and French translation update. (bzr r11355)
2011-10-18cppcheckKris De Gussem1-1/+1
(bzr r10683)
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-2/+2
(bzr r10064)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-08-22i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour1-8/+4
(bzr r9722)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-1/+1
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)