| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add paint server dialog. Currently handles patterns and hatches. GSOC 2019. | Valentin Ionita | 2019-08-19 | 1 | -0/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -2/+4 |
| | | | | | A lot of header clean-up. | ||||
| * | Improve mesh handling in Fill and Stroke dialog. | Tavmjong Bah | 2016-11-08 | 1 | -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 Bah | 2016-10-13 | 1 | -1/+4 |
| | | | | (bzr r15165) | ||||
| * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -8/+0 |
| | | | | (bzr r15023.2.8) | ||||
| * | Using MODE_SOLID_COLOR in paint selector instead of duplicated ↵ | Tomasz Boczkowski | 2015-05-09 | 1 | -2/+1 |
| | | | | | | MODE_COLOR_RGB and MODE_COLOR_CMYK (bzr r14059.1.22) | ||||
| * | gtk3 compile fix | Tomasz Boczkowski | 2015-05-02 | 1 | -4/+0 |
| | | | | (bzr r14059.1.13) | ||||
| * | Using SelectedColor instead of SPColorSelector | Tomasz Boczkowski | 2015-04-26 | 1 | -3/+17 |
| |\ | | | | | (bzr r14059.1.10) | ||||
| | * | using ColorSelector in SPPaintSelector | Tomasz Boczkowski | 2014-06-01 | 1 | -3/+16 |
| | | | | | | | (bzr r13341.6.49) | ||||
| * | | Reduce header bloat | Alex Valavanis | 2014-08-30 | 1 | -1/+0 |
| | | | | | | | (bzr r13341.1.184) | ||||
| * | | paint-selector: Clean up GObject boilerplate & fix deprecation | Alex Valavanis | 2014-08-23 | 1 | -0/+8 |
| | | | | | | | (bzr r13341.1.159) | ||||
| * | | Add meshes to Fill&Stroke paint selector | Liam P. White | 2014-08-10 | 1 | -0/+9 |
| |/ | | | (bzr r13341.1.128) | ||||
| * | Clean up of style code: Patch from suv: SPStyle: struct -> class | Tavmjong Bah | 2014-04-26 | 1 | -1/+1 |
| | | | | (bzr r13309) | ||||
| * | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -1/+1 |
| | | | | (bzr r11608.1.111) | ||||
| * | Fix remaining forward declaration tags (except for unavoidable internal ↵ | Alex Valavanis | 2013-03-15 | 1 | -1/+1 |
| | | | | | | errors in Gtkmm headers) (bzr r12208) | ||||
| * | Fix another tonne of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12204) | ||||
| * | Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix ↵ | John Smith | 2012-04-25 | 1 | -1/+1 |
| | | | | | | for 64bit OS X (bzr r11292) | ||||
| * | Fix for 979577 : Build fails on Ubuntu Lucid - Replace deprecated ↵ | John Smith | 2012-04-22 | 1 | -0/+6 |
| | | | | | | gtk_option_menu with gtk_combo_box (bzr r11276) | ||||
| * | Fix for 950508 : Fill Stroke : Minor visual enhancements | John Smith | 2012-03-15 | 1 | -0/+1 |
| | | | | (bzr r11090) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -3/+4 |
| | | | | (bzr r10696) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 1 | -1/+3 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Remove nr-forward.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -7/+3 |
| | | | | (bzr r10582.1.8) | ||||
| * | Switch to GObject | Alex Valavanis | 2011-06-24 | 1 | -1/+1 |
| | | | | (bzr r10350.1.3) | ||||
| * | Remove deprecated glib macro wrappers | Alex Valavanis | 2011-06-14 | 1 | -4/+4 |
| | | | | (bzr r10302.1.1) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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. Cruz | 2010-03-28 | 1 | -2/+4 |
| | | | | (bzr r9244) | ||||
| * | Update to reflect "swatch" gradients as being assumed to be shared. | Jon A. Cruz | 2010-03-23 | 1 | -2/+1 |
| | | | | (bzr r9224) | ||||
| * | C++-ification of enums. | Jon A. Cruz | 2010-03-22 | 1 | -23/+24 |
| | | | | (bzr r9222) | ||||
| * | C++-ification of paint selector. | Jon A. Cruz | 2010-03-22 | 1 | -26/+22 |
| | | | | (bzr r9221) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 1 | -1/+1 |
| | | | | (bzr r9169) | ||||
| * | New tab in Fill&Stroke dialog for swatch fills. | Jon A. Cruz | 2010-03-06 | 1 | -28/+54 |
| | | | | (bzr r9153) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+110 |
| (bzr r1) | |||||
