summaryrefslogtreecommitdiffstats
path: root/src/ui/contextmenu.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-22remove HAVE_POTRACEMarc Jeanmougin1-7/+0
2019-07-31If potrace unavailable, hide from the context menuNathan Lee1-0/+2
Addresses gitlab.com/inkscape/inkscape/issues/354
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-05ContextMenu: Harmonize with menu barEduard Braun1-4/+15
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-41/+41
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-12Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVGJabier Arraiza1-1/+1
2017-06-27Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis1-70/+6
2017-06-06Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof1-0/+4
(bzr r15732)
2017-06-06Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof1-0/+4
(bzr r15703.1.29)
2016-04-14function to release object from groupRaphael Rosch1-0/+1
Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845)
2014-10-05Move obvious ui component to ui/Liam P. White1-0/+0
(bzr r13341.1.247)
2014-09-27Update to experimental r13565Liam P. White1-11/+8
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-11/+7
GThread deprecation errors. (bzr r13341.1.190)
2014-06-14Add clip group option from PonyscapeLiam P. White1-0/+1
(bzr r13090.1.83)
2013-09-12Integrating with libdepixelizeVinícius dos Santos Oliveira1-0/+5
(bzr r12506.1.1)
2013-06-07Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz1-0/+4
(bzr r12355)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2012-10-11Fix for 171904 : toggleToolbox verbJohn Smith1-0/+1
(bzr r11778)
2012-09-23Fix for 170395 : Add Trace Bitmap to context menu of imagesJohn Smith1-0/+5
(bzr r11697)
2012-09-22Fix for 172222 : Move direct to specified layerJohn Smith1-0/+1
(bzr r11695)
2012-09-02Fix for 273539 : Add Group action to the context menuJohn Smith1-2/+2
(bzr r11640)
2012-07-25Fix for 722625 : Select Same by Object TypeJohn Smith1-0/+4
(bzr r11573)
2012-04-25Issue with my last commitKris De Gussem1-1/+0
(bzr r11293)
2012-04-24Memory management in context menu (Bug #910529 )Kris De Gussem1-1/+1
(bzr r11290)
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-0/+4
(bzr r11250)
2012-04-09Documentation / dropping some pointer conversions in context menuKris De Gussem1-20/+125
(bzr r11200)
2012-04-06restore item order of dialogs in context menu (Bug #910529)Kris De Gussem1-39/+41
(bzr r11167)
2012-04-06drop some deprecated gdk_draw functionsAlex Valavanis1-3/+3
(bzr r11166)
2012-04-06build warning fixKris De Gussem1-3/+0
(bzr r11161)
2012-04-05C++ify context menu:Kris De Gussem1-4/+57
- c++ified context-menu.cpp (and included in interface.cpp) - removed dozens of pointer conversions (of which some were erroneous) - fixed a memory leak - added some null pointer checks to prevent crashes (bzr r11160)
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz1-1/+13
the contents forward.h at all). (bzr r10667)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
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-09-06Automatically add shortcuts to tooltipsJasper van de Gronde1-2/+0
(bzr r9745)
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)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
one major janitorial task we identified.... (bzr r1633)