summaryrefslogtreecommitdiffstats
path: root/src/ui/contextmenu.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-22remove HAVE_POTRACEMarc Jeanmougin1-19/+0
2019-08-18reduce usage of desktop coordinates (#341)Thomas Holder1-1/+2
- avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox
2019-07-31Hide spellcheck dialog if Aspell is missingNathan Lee1-0/+4
Hide warnings emitted if Aspell/Potrace missing
2019-07-31If potrace unavailable, hide from the context menuNathan Lee1-0/+4
Addresses gitlab.com/inkscape/inkscape/issues/354
2019-07-21Make menu icon preference apply to Layers and Objects dialogsPatrick Storz1-9/+8
Also fix "show-icons" attribute inheritance in menus.xml and make it apply to canvas icons.
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-4/+0
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-2/+2
Makes searching through code for them easier.
2019-02-08Fix more capitalisation inconsistencies.tim_rawlinson1-2/+2
2019-02-07Fix capitalisation of menu items.Tim Rawlinson1-4/+4
2019-01-02modernize loopsMarc Jeanmougin1-11/+11
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
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-11-05Remove into filtered groupsJabier Arraiza1-1/+1
2018-11-05Improvemets to find itemsJabier Arraiza1-1/+1
2018-11-05ContextMenu: Harmonize with menu barEduard Braun1-33/+125
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-1/+1
The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-40/+40
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-32/+32
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-10/+10
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-12Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVGJabier Arraiza1-9/+26
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-7/+8
A lot of header clean-up.
2017-10-01First batchMarc Jeanmougin1-1/+1
2017-06-28contextmenu: Rm icons per GNOME HIGAlexander Valavanis1-19/+1
2017-06-27Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis1-0/+932