summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita2019-08-191-0/+1
|
* Clarify licensesMax Gaukler2018-11-081-7/+7
| | | | | | - 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
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+4
| | | | A lot of header clean-up.
* Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah2016-11-081-6/+18
| | | | | | Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229)
* Better handling of mesh gradients in Paint Selector dialog.Tavmjong Bah2016-10-131-1/+4
| | | (bzr r15165)
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-8/+0
| | | (bzr r15023.2.8)
* Using MODE_SOLID_COLOR in paint selector instead of duplicated ↵Tomasz Boczkowski2015-05-091-2/+1
| | | | | MODE_COLOR_RGB and MODE_COLOR_CMYK (bzr r14059.1.22)
* gtk3 compile fixTomasz Boczkowski2015-05-021-4/+0
| | | (bzr r14059.1.13)
* Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-3/+17
|\ | | | | (bzr r14059.1.10)
| * using ColorSelector in SPPaintSelectorTomasz Boczkowski2014-06-011-3/+16
| | | | | | (bzr r13341.6.49)
* | Reduce header bloatAlex Valavanis2014-08-301-1/+0
| | | | | | (bzr r13341.1.184)
* | paint-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-231-0/+8
| | | | | | (bzr r13341.1.159)
* | Add meshes to Fill&Stroke paint selectorLiam P. White2014-08-101-0/+9
|/ | | (bzr r13341.1.128)
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-1/+1
| | | (bzr r13309)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | (bzr r11608.1.111)
* Fix remaining forward declaration tags (except for unavoidable internal ↵Alex Valavanis2013-03-151-1/+1
| | | | | errors in Gtkmm headers) (bzr r12208)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix ↵John Smith2012-04-251-1/+1
| | | | | for 64bit OS X (bzr r11292)
* Fix for 979577 : Build fails on Ubuntu Lucid - Replace deprecated ↵John Smith2012-04-221-0/+6
| | | | | gtk_option_menu with gtk_combo_box (bzr r11276)
* Fix for 950508 : Fill Stroke : Minor visual enhancementsJohn Smith2012-03-151-0/+1
| | | (bzr r11090)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
| | | (bzr r10696)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+3
| | | | | the contents forward.h at all). (bzr r10667)
* Remove nr-forward.hKrzysztof Kosi??ski2011-08-271-7/+3
| | | (bzr r10582.1.8)
* Switch to GObjectAlex Valavanis2011-06-241-1/+1
| | | (bzr r10350.1.3)
* Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-4/+4
| | | (bzr r10302.1.1)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Phase 3 - Convert to C++ class, but still using C-style callbacks and signals.Jon A. Cruz2010-03-281-2/+4
| | | (bzr r9244)
* Update to reflect "swatch" gradients as being assumed to be shared.Jon A. Cruz2010-03-231-2/+1
| | | (bzr r9224)
* C++-ification of enums.Jon A. Cruz2010-03-221-23/+24
| | | (bzr r9222)
* C++-ification of paint selector.Jon A. Cruz2010-03-221-26/+22
| | | (bzr r9221)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-1/+1
| | | (bzr r9169)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-28/+54
| | | (bzr r9153)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+110
(bzr r1)