summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/object-composite-settings.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-29Update bounding box on changing blurNathan Lee1-0/+2
2019-10-28Fix some blurs iddle large loopsJabiertxof1-8/+5
2019-10-28refactor SPIEnum: more type safetyThomas Holder1-2/+2
fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
2019-10-20Improvements to blending and tooltipJabier Arraiza1-1/+9
2019-10-19Add export/import PDF blend modes and add isolation modifierJabier Arraiza1-16/+54
2019-10-14Re-Add blending modes UI using CSS instead filtersJabier Arraiza1-25/+29
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-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
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-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-03-27Minor cleanup of warnings. No functional change.Felipe Corrêa da Silva Sanches1-2/+0
2017-12-19Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵Tavmjong Bah1-45/+29
the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs.
2017-12-18Replace GimpSpinScale by InkSpinScale.Tavmjong Bah1-2/+0
2017-12-11Name a few more widgets.Tavmjong Bah1-0/+1
2017-11-07Misc. typosUnknown1-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 ```
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-7/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+7
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-7/+0
(bzr r15025)
2015-05-08Fixed the layer blendsMarc Jeanmougin1-2/+2
(bzr r14124)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
(bzr r13922.1.5)
2015-02-18Just...mc1-1/+2
some... more... lines... (bzr r13922.1.2)
2014-12-25Remove sp_style_new().Tavmjong Bah1-9/+7
(bzr r13822.1.6)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-4/+4
(bzr r13820)
2014-12-21Purge sp_desktop_canvasLiam P. White1-4/+4
(bzr r13811)
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis1-2/+2
supported properly) (bzr r13341.1.179)
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-21/+0
(bzr r13341.5.3)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-2/+2
christmas\!) (bzr r11986)
2012-09-22Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith1-40/+18
(bzr r11691)
2012-08-05Fix for 427514 : Fix mirroring of FS Opacity/Blur settingsJohn Smith1-7/+8
(bzr r11590)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-5/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-05-21Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith1-0/+2
(bzr r11389)
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis1-0/+17
(bzr r11308)
2012-03-21Fix for 950508 : Fill Stroke : Minor visual enhancements, match label sizesJohn Smith1-3/+5
(bzr r11104)
2012-03-16Fix for 950508 : Fill Stroke : Minor visual enhancements, fix for Opacity ↵John Smith1-4/+11
label size (bzr r11093)
2012-03-15Fix for 950508 : Fill Stroke : Minor visual enhancementsJohn Smith1-4/+6
(bzr r11090)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+3
(bzr r11018)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-1/+0
(bzr r10957)
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-1/+1
(bzr r10066)
2010-12-17Mnemonics in fill and stroke dialog and menuKris De Gussem1-1/+2
(bzr r9964)
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-10-25UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )Kris De Gussem1-1/+1
(bzr r9851)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-2/+2
SPDocument based methods (bzr r9546.1.3)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8408)
2009-03-09switch opacity and blur sliders to delayed update, which makes them much ↵bulia byak1-4/+5
more resposive and easier to handle; also, remove the old workaround for gtk crash which is no more, allowing interruptibility and thus also improving responsiveness (bzr r7446)
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-1/+1
(bzr r7332)
2009-02-11Warning cleanupJon A. Cruz1-1/+1
(bzr r7274)
2008-11-29fix setting blend mode to Normalbulia byak1-0/+2
(bzr r6918)